1. #1
    Keyboard Turner GamerMixZ's Avatar
    10+ Year Old Account
    Join Date
    Nov 2011
    Location
    Misawa, Japan
    Posts
    6

    Mouseover w/ Spell Link Macro need help.

    Hey all been a while since I last played and trying to get the macros I use to have back.

    This macro I would use to annouce that I casted Hand of xxx on a player in say chat. However I am rusty in writting these so any help be great.

    =Macro=
    #showtooltip
    /cast [target=mouseover,help,nodead][help][target=player] Hand of Freedom
    /run local name = UnitName("mouseover"); SendChatMessage(GetSpellLink("Hand of Freedom") .. " on " ., name .. "SAY")

    1) If casted on a player via mousover
    Result: Say: [Hand of Freedom] on (player name).
    2) If casted with no one mouseover
    Result: Casted on myself with no "Say" message.

  2. #2
    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][help][@player] Hand of Freedom
    /stopmacro [@mouseover,help,nodead]
    /run local name = UnitName("mouseover"); SendChatMessage(GetSpellLink("Hand of Freedom") .. " on " ., name .. "SAY")

Posting Permissions

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