Sap/gouge macro help :)

im in dire need of help figuring out how to make this macro :slight_smile:
i’ve been testing around with a macro like this

#showtooltip
/cast [stance:1,@arena1] Sap
/cast [stance:0,@arena1] Gouge

it works fine when its with @focus, but the second i make it arena1-2 or 3 it stops working
can anyone help me with this? :frowning:

I don’t know why it doesn’t work. Have you tried puttin it all in one line like this:

#showtooltip
/cast [stance:1,@arena1]Sap;[@arena1]Gouge

You don’t realy need stance:0 unless you also gonna add other situations for Vanish and Shadowdance. And if you want to Sap on vanish also you can use stance:1/2.

If this doesn’t work you can try the older way:

#showtooltip
/target arena1
/cast [stance:1]Sap;Gouge
/targetlasttarget

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