Loginstatus: Nicht eingeloggt · Einloggen

Warrior Macros

AutorNachricht
Veröffentlich am: 06.04.2014, 14:06 Uhr
Kleine Macrosammlung , Anreize zum basteln :)


Utility macros

Smart Shout
#showtooltip
/use [nomod:alt]Commanding Shout
/stopmacro [nomod:alt]
/run local m,B,C="Shout","Battle Shout ","Commanding Shout" b=select(3, GetMacroInfo(m)) s=strfind(b,B)<40 EditMacro(m,m,nil,gsub(b,s and B or C,s and C or B,1))


What it does:
It will cast commanding shout, if you hit alt when you press it then it will automatically swap to commanding shout (out of combat only). Usefull since it saves a bind given that you are rarely to switch the shout you are using mid fight. All praise be to Ro who first showed me this and Ratatoskr who updated it for the world of rage generation by making it not cast the shout you were moving off of.

Cancel BOP
/cancelaura hand of protection

What it does:
Cancels hand of protection, if it is on you. For keybind conservancy, you can macro it into pummel or spell reflect to ensure these abilities aren't blocked or onto something benign like victory rush. My personal preference is for victory rush as it will not be hit by accident or fire an important cooldown when all you want to do is remove the buff. That macro looks like this:

#showtooltip victory rush
/cancelaura hand of protection
/use victory rush


Vigilance
#showtooltip vigilance
/use [help][@targettarget] vigilance


What it does:
It casts vigilance on your target, but if you are targeting a hostile target, like a raid boss or hostile arena target, it will cast vigilance on what they are targeting.

Stance Taunt
#showtooltip taunt
/cast [nostance: 2] defensive stance
/cast taunt


What it does:
With all abilities being usable in all stances, I have accidentally tanked in battle stance a few times. The first symptom of this is a lack of threat, and this macro slams you into defensive stance when you taunt back if not in the proper stance. You could give shield slam the same treatment, but shifting out of d stance is what I do to drop threat if needed.

Stance Dance Macros

Stance Up
#showtooltip
/use [stance:2] battle stance
/use [stance:1] berserker stance
/use [stance:3] defensive stance

Stance Down

#showtooltip
/use [stance:2] berserker stance
/use [stance:1] Defensive Stance
/use [stance:3] Battle Stance


What they do:
They will cycle you through your stances. Stance Down will move you right across your stance bar while stance up will move you left. You can bind them individually if you want but I like to think of stances as shifting gears on a car and this removes one keybind.

Focus abilities:

What they do:
These macros will use the ability on your focus if you hold down shift. It saves action bar binds and is how I use my focus macros. If you want to bind them separately simply make one that goes /cast [@focus] spellname. You can also use [target=focus] which is the older style.

Pummel
#showtooltip pummel
/use [modifier:shift, @focus][nomodifier:shift] pummel


Heroic Throw 1

#showtooltip Heroic Throw
/use [modifier:shift, @focus][nomodifier:shift] heroic throw

What it does:
It will heroic throw your focus if you are holding down shift, or your target otherwise.

Heroic Throw 2

#showtooltip Heroic Throw
/use [modifier:shift, @focus][nomodifier:shift] heroic throw
/use [nomodifier:shift] throw

What it does:
It will heroic throw your focus if you are holding down shift, or your target otherwise. If you are going after your target, it will also cast throw at the same time for extra damage and saved keybind. The Danger with this keybind is that if you quick swap while tanking it will cause you to cast throw while tanking, thus negating avoidance.

Intimidating Shout

#showtooltip intimidating shout
/use [modifier:shift, @focus][nomodifier:shift] intimidating shout
/stopmacro [modifier:shift]
/stopattack

What it does:
/Stopattack will turn off your auto-attack to prevent you from breaking your intimidating shout. This macro will turn off your auto-attack on your primary target but not if you use it on your focus.

Mouseover macros

Disarm
#showtooltip Disarm
/use [@mouseover, harm][harm]disarm


What it does:
It will attempt to disarm the target your cursor is mousing over. If you are not mousing over a hostile target it will attempt to disarm your current target if it is hostile.

Mouseover Heroic Throw
#showtooltip Heroic Throw
/use [@mouseover, harm][harm]Heroic Throw


What it does:
It will attempt to use heroic throw on the target your cursor is mousing over. If you are not mousing over a hostile target it will attempt to disarm your current target if it is hostile.

Off The GCD Abilities

Guaranteed Raging Blow
#showtooltip Raging Blow
/use [modifier:shift] Berserker Rage
/use raging blow

What it does:
If you hold shift it will hit berserker rage, enraging you to enable the use of raging blow. You can do the same thing for overpower on arms if you want. It won't grant access to special abilities but it will enrage you for extra damage on an ability that can't normally enrage you and is as from from mortal strike in the rotation as possible.

Sweeping Strikes Whirlwind
#showtooltip Whirlwind
/use sweeping strikes
/use whirlwind

What it does:
It casts sweeping strikes and whirlwind and the same time. Of good use in pve, in pvp you may want to use a modifier on sweeping strikes.

Sweeping Strikes Mortal Strike
#showtooltip Mortal Strike
/use [modifier:shift] Sweeping Strikes
/cast Mortal Strike


What it does:
It's another option to keep sweeping strikes up, this time via a modifier on mortal strike. A little more managed.