I need help with a macro (edited:done)

Hi all.

I want to create a macro that will allow use Sap on the target, mouseover and focus in stealth, and use the Gouge on the target, mouseover and focus when out of stealth.

I tried to figure it out myself and created the following macro:

/cast [nomod,stance:1/2/3] Sap; [nomod,stance:0] Gouge
/cast [@mouseover,exists,mod:shift,@focus,stance:1/2/3] Sap; [@mouseover,exists,mod:shift,@focus,stance:0] Gouge

It works for everything except mouseover. I do not know why.
Please, help ))


If anyone is interested, we managed to create the necessary macro. All credits to: Lexibelf from Gehennas.

/cast [@mouseover,exists, stealth] [@target, nomod, stealth] [mod:shift,@focus, stealth] Sap; [@mouseover,exists, nostealth] [@target, nomod, nostealth] [mod:shift,@focus, nostealth] Gouge

I don’t understand why you need the mod:shift conditional in there.

to use spells in focus via shift modifier?

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