-
Warrior Stance changing
Hi, I have played on this server for a long time now and have used the same macros all the time. But suddenly one day they stopped working properly and i cant seem to find a way of fixing it.
One of those i use is
#showtooltip Intercept
/cast [stance:3] Intercept; Berserker Stance
/stopcasting
/cast Battle Stance
Which used to put me in berserkser stance then cast intercept and go back to battle stance. It works fine if I am in battle stance to begin with, but if I am in defensive stance it will skip berserker stance and go straight to battlestance. It even show the icon above my head of berserkerstance but it just goes through it too quick. These macros are working as they should on blackrock but not on Lordaeron, So im wondering if its on the server side. Or if it might be someting i have done wrong with my settings.
Even a simple
/cast Berserker Stance
/stopcasting
/cast Battle Stance
Will put me directly in Battle Stance from defensive.
Does anyone have similiar problems, or maybe someone knows what i could do to fix it.
Any help is greatly appreciated
-
Maybe add a [stance:3] condition on the charge as well, so the macro looks like
#showtooltip Intercept
/cast [stance:3] Intercept; Berserker Stance
/stopcasting
/cast [stance:3] Battle Stance
that should prevent it from going straight to battle stance at least.
not sure if it will fix it, since you said that it still goes through berserker stance, but might be worth a shot at least.
-
Wow, That actually worked! Thanks alot for the quick response.