Thread Tools Display Modes
03-09-14, 08:29 AM   #1
Nacholibre
A Kobold Labourer
Join Date: Mar 2014
Posts: 1
Clique + mouseover macro / Shift-click

Hi, I'm quite a novice at macros and addons and I cannot get this to work the way I want it to so I hope one of you might know if what I'm trying to do is possible and what I might be doing wrong.

I want to bind Rejuvination as a mouseover macro using shift right click. I use this macro in Clique and I bind the spell to shift right click:

#showtooltip
/cast [target=mouseover,exists]Rejuvenation;Rejuvenation

It doesn't work. Instead, what happens is I cast the rejuvination on my current target. Any other combination works with this macro so long as I don't use mouse 1 or 2. I mean, there has got to be a way to making this work, right?

Thanks,
Nacho
  Reply With Quote
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

WoWInterface » AddOns, Compilations, Macros » Macro Help » Clique + mouseover macro / Shift-click

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off