[Classic WoW] Power Word: Shield problem

I’ve got a macro:

/cast [@mouseover, help, nodead] [help, nodead] [] Power Word: Shield

It’s supposed to put a barrier on a target on mouseover, or put a barrier on a current target, if helpful and no dead or put barrier on me. The mouse over part doesn’t work on party frames. It’s waiting for me to point at a player. Is there something i done wrong in that macro?

Try this

#showtooltip Power word: shield
/use [@mouseover,help,nodead][help,nodead][@player] Power word: shield

2 Likes

It turned out macros don’t work on mouse buttons, like Left, Right, Middle, M4 or any extra buttons if you have. I did not mentioned about it because I did not even realise it would an be the issue. Your added @player works well in my other macros where I use regular key bindings on action bars.
Thanks

Ya, you need an addon like Clique to support click casting.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.