Webapr 12, 2020 · is there a working macro that allows you to whisper a premade message to your selected target of your /who results? Webmay 20, 2010 · i'm making a macro that targets my mouseover, casts pain suppression and anounces it in all chats. /s pain supperssion on %t! /raid pain suppression on %t!. Webjan 3, 2014 · hello, is there a way to whisper the player you have set as focus? I have a macro to cast misdirection on my focus target, and i just wanna whisper him too when i. Webapr 30, 2010 · hi there folks, i am looking for a macro where i cast power infusion to a target and it will whisp the target with a message. Could anyone provide me with some. Webi've experimenting and looking for a macro that does two things and i've only been able to do 1 or the other, sort of. I'm looking for a blessing of protection macro that posts. Webapr 16, 2023 · i would like to add in a whisper to the target when i bop them, along with the party message. The standalone macro i found was: #showtooltip /cast blessing of. Webi have a few macros to cast spells with a mouse over, such as rebirth or innervate. Is there a way i can whisper the target i mouse over? Or is there a way i can target > cast. Webfeb 13, 2008 · /run if unitexiststargetthen sendchatmessage(text,whisper,nil,unitnametarget)end lua isn't that hard. Weboct 2, 2019 · you have smart quotes around target /run sendchatmessage(open trade if you want that, whisper, nil, getunitname(target, true)); Webfeb 20, 2019 · #showtooltip innervate /cast innervate /run sendchatmessage (“innervate has been cast on you. ” ,whisper, nil, getunitname (“target”,1):gsub ( “,”,2)).