Classic Warrior macro help

I started these last days to level up a Warrior in Anniversary Realms, got to 20 so far. I been having some issues with a couple of Macros that ain’t working when they should supposedly work.

Is a Thunder Clap and Mocking Blow macro, they both go like this:

#showtooltip Thunder Clap
/startattack
/cast Battle Stance
/cast Thunder Clap

#showtooltip Mocking Blow
/startattack
/cast Battle Stance
/cast Mocking Blow

The issue is that even if i have the rage and also 3 points in Tactical Mastery the macro won’t work telling me i need to be in Battle Stance.

For comparison i use a very similar macro for Charge that works perfectly if im in Defensive Stance, is this one:

#showtooltip Charge
/startattack
/cast Battle Stance
/cast Charge

So i don’t know what’s going on so would like to ask for some help on this.

Are you sure they’re spelled correctly in game? I just copied both macros exactly as you posted them here and they worked.

The TC one won’t work until you have 4 points of Tact Mastery, but the Mocking one should

When you hit your macro button does your stance change or not?

When you hit your button do you have the correct amount of rage after press when seeing the error?

Let me know of you haven’t already found the problem.

You can try this also.

#showtooltip Thunder Clap
/cast [stance:2] battle stance; Thunder Clap

Yeah made, even rechecked now that u said it.

I was thinking it could be something like this.

No it doesn’t m8, other macros like the one i posted of charge does.

I do m8, i think as said before might be the need more Tactical mastery points.

tried, didn’t work

Put startattack last

#showtooltip Thunder Clap

/cast Battle Stance

/cast Thunder Clap

/startattack

Shouldn’t matter.

I’d make sure you don’t have duplicate macros and you’re selecting the correct one.

Might sound dumb, but try making the macro from scratch.

Delete everything, and make it one line at a time.

See where the problem is.

If it switches to battle stance.

Then, add the line to add in Thunder Clap.

#showtooltip Thunder Clap
/cast [stance: 2/3] Battle Stance
/cast Thunder Clap
/startattack
#showtooltip Mocking Blow
/cast [stance: 2/3] Battle Stance
/cast Mocking Blow
/startattack

Well that would do it. I almost never tc.

It is not. I am looking at my spellbook in game right now, it is two words.

Lol, you’re right. I’ll edit

1 Like

I have no idea what could be going wrong, as I said I copied the macro exactly as you had it posted. Generated at least 10 rage in both Berserker and Defensive Stance and was able to use the Mocking Blow macro. I then repeated the same thing with 20 rage for the Thunder Clap one just in case and both worked.

Did this and got both Macros to work, i guess it might be one unintended bug from this week patch.

Still want to thank you all for the advices, really appreciate it.

3 Likes