Classic (Anni.) Macro List

Since noone asked and I’m bored, here’s a list of macroes I use as a Warrior in Classic.

Solid Dynamite macro, with stopcasting for easy aiming.
#showtooltip
/stopCasting
/use Solid Dynamite

Simple Bloodthirst macro with startattack
#showtooltip
/startAttack
/cast Bloodthirst

Simple Cleave with startattack
#showtooltip
/startAttack
/cast Cleave

Disarm macro, tries to hit mouseover first, will hit current target if no mouseover target exists.

#showtooltip
/startAttack
/cast [@mouseover, harm, exists, nodead] [ ] Disarm

Execute with startattack, yes this is a theme
#showtooltip
/startAttack
/cast Execute

Hamstring, will hit mouseover target if one exists.
#showtooltip
/startAttack
/cast [@mouseover, harm, exists, nodead] [ ] Hamstring

Heroic Strike with startattack and stopCasting for OH Rage generation.
#showtooltip
/startAttack
/cast Heroic Strike
/stopCasting

Intercept - will hit mouseover target if one exists, otherwise current target
#showtooltip
/startAttack
/cast [@mouseover, harm, exists, nodead] [ ] Intercept

Intimidating Shout - with StopAttack because it’s very annoying breaking it instantly
#showtooltip
/stopAttack
/cast Intimidating Shout

Mocking Blow - Mouseover > Current
#showtooltip
/cast [@mouseover, harm, exists, nodead] [ ] Mocking Blow

Simple Mortal Strike / Start attack
#showtooltip
/startAttack
/cast Mortal Strike

Overpower - Will swap to Battle Stance if in other stance, hit mouseover if existant.
#showtooltip Overpower
/cast [nostance:1] Battle Stance
/cast [@mouseover, harm, exists, nodead] [ ] Overpower

Pummel - Will swap to Zerkerstance if in any other, hits mouseover > current.
#showtooltip Pummel
/startAttack
/cast [nostance:3] Berserker Stance
/cast [@mouseover, harm, exists, nodead] Pummel

Rend with mouseover > current function
#showtooltip
/startAttack
/cast [@mouseover, harm, exists, nodead] Rend

Sunder Armor > startattack and Mouseover > Current
#showtooltip
/startAttack
/cast [@mouseover, harm, exists, nodead] Sunder Armor

Shield Bash - Will swap to zerker and do Pummel if a shield is not equipped.
Otherwise works as regular Shield Bash with Mouseover > Current function.
#showtooltip
/startAttack
/cast [noworn:shield] Berserker Stance
/cast [noworn:shield] Pummel
/cast [@mouseover, harm, exists, nodead] Shield Bash

Combined Shield Block / Revenge macro, because keybindings are a pain.
#showtooltip
/startAttack
/cast Revenge
/cast Shield Block

2h > 1h+Shield Swap macro that I use for Arms spec. (just replace item names)
#showtooltip
/eq [noworn:two-hand] The Unstoppable Force
/equipslot [worn:two-hand] 16 Glacial Blade
/equipslot [worn:two-hand] 17 The Immovable Object

Taunt macro with Mouseover > Current function.
#showtooltip
/cast [@mouseover, harm, exists, nodead] Taunt; Taunt

Whirlwind with startattack, will swap to zerker stance if currently in any other.
#showtooltip Whirlwind
/startAttack
/cast [nostance:3] Berserker Stance
/cast Whirlwind

Dualwield > 1h + Shield Swap macro (just replace item names)
#showtooltip
/equipslot 16 Frostbite
/equipslot 17 The Immovable Object
/equipslot 17 Glacial Blade

END

Hope that atleast one soul still visit these forums and find any of these macroes useful.

EDIT: Anywhere you see a checkbox, it’s supposed to be a [ followed by a ]. It’s to tell the game to perform the ability as normal if conditions from first box aren’t met.
Have a good one!

//

Lîd

1 Like

Eventho I dont play classic.
Thank you.

Checking them gave me flashbacks :rofl:

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