WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   Clique + mouseover macro / Shift-click (https://www.wowinterface.com/forums/showthread.php?t=49082)

Nacholibre 03-09-14 08:29 AM

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

Phanx 03-09-14 10:44 AM

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


All times are GMT -6. The time now is 11:11 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI