Thread: whisper macro
View Single Post
12-22-10, 10:52 PM   #3
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Imho ppl should use Spell Links in their macro's
#showtooltip Misdirection
/cast [target=focus,help][help][target=pet,exists,nodead] Misdirection
/run SendChatMessage(GetSpellLink(34477).." on [%f]", "WHISPER", nil, UnitName("focus"))

Last edited by Ketho : 12-22-10 at 10:59 PM.
  Reply With Quote