View Single Post
03-09-14, 10:44 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
1) You don't need to use a macro. If you want to use shift-rightclick to cast Rejuvenation, just bind shift-rightclick directly to Rejuvenation. Open the Clique binding window, then find Rejuvenation in your spellbook and shift-rightclick on it to bind it.

2) If you really want to use a macro for some reason, just specify the mouseover unit as your target, without any of that other stuff. There's also no point in having a #showtooltip line in a Clique macro.

Code:
/cast [@mouseover] Rejuvenation
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote