1. #1

    Whisper target macro

    I'm making a macro that targets my mouseover, casts Pain Suppression and anounces it in all chats.

    #showtooltip Pain Suppression
    /target mouseover
    /cast Pain Suppression
    /s Pain Supperssion on %t!
    /raid Pain Suppression on %t!
    /rw Pain Suppresion on %t!
    /party Pain Suppression on %t!
    /whisper target Pain Suppression on >YOU<!

    However, the whisper part is not working. I've tried putting %t in there aswell, but it doesn't work.

    Any ideas on how to make it work?

  2. #2

    Re: Whisper target macro

    Tryed to replace the /w

    Like..

    #showtooltip Pain Suppression
    /target mouseover
    /cast Pain Suppression
    /whisper target Pain Suppression on >YOU<!
    /s Pain Supperssion on %t!
    /raid Pain Suppression on %t!
    /rw Pain Suppresion on %t!
    /party Pain Suppression on %t!

  3. #3
    Deleted

    Re: Whisper target macro

    #showtooltip
    /script local u,hl,c="mouseover","Pain Sup",GetNumRaidMembers()>0 and "Raid";if IsSpellInRange(hl,u)==1 and GetSpellCooldown(hl)==0 then SendChatMessage(GetSpellLink(hl).." on "..UnitName(u),c) end
    /use [@mouseover] Pain Suppression

    For how to whisper look here -> http://www.wowwiki.com/API_SendChatMessage

  4. #4

    Re: Whisper target macro

    OMFG macros for everything in the game....so fucking annoying.

  5. #5

    Re: Whisper target macro

    /target Undercovercracker
    /point
    /laugh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •