WOTLK
Thing is, it's been a long time and i came back to Wow, and with it, macros.
What i am trying to do is the following: If i'm in Battle/Defensive stance, equip shield and Bash focus, and if i'm in Berserker, just pummel the focus.
I managed to get it do what i want, BUT, it doesn't just cast the spell on the focus, but it targets it. Do you guys know any way to fix it?
#showtooltip
/cast [stance:1/2,equipped:Shields, @focus] Shield Bash; [stance:3, @focus] Pummel
/stopmacro [stance:3]
/stopcasting
/equip Double Axe
/equip Kite Shield
If instead of @focus i use [target=focus], it works with Bash, but doesn't even recognize Pummel