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