|
you have a syntax error
/cast [combat,stance:2]
would be the right way to make one of those commands functional. the ; separating command is going to execute that option when either qualifier fails to be true, so you want to make sure you group your commands in such a way that you will get the commands you want in the situations you want.
with what you want to do here, a cast sequence might be the best choice since you want to always use the taunt after the intercept, and you will not have another good way to tell your macro not to try and go back to berserker without making a sequence to tell it to taunt instead
/castsequence berserker stance, intercept, defensive stance, taunt
|