Warrior macros

Gink

Member
Nov 25, 2005
2,799
Saw Gilberts note in the shout box, and realized I'm a bit outdated on this subject as well.

A working Spell reflect macro for going def stance/equip shieldandwep -> pop shield reflect is really all I need for spell reflect.

A working macro for equipping mainhand and off hand 2 handers -> go zerk stance would be great too.

Anyone?
 
OP
Gink

Gink

Member
Nov 25, 2005
2,799
I can share my stance swapping macros again, cause I really think if you haven't tried these, you should :p

I use 2 macros for stance swapping. With these macros I can "scroll" through stances, either going more offensive, or more defensive.
This way I can reach any stance with one button hit, with only 2 binds.

Bound to: D - To go offensive (Defensive Stance -> Battle Stance -> Berserker Stance -> Defensive Stance):

Code:
/cast [stance:2] Battle Stance; [stance:1] Berserker Stance; Defensive Stance

Bound to: A - To go more defensive (Berserker Stance -> Battle Stance -> Defensive Stance -> Berserker Stance)

Code:
/cast [stance:2] Berserker Stance; [stance:3] Battle Stance; Defensive Stance

This set up makes it really quick and easy to swap stances.

Spell Reflect macro:

Code:
/cast [nostance:2] Defensive Stance
/castsequence [stance:2] reset=10 Spell Reflection
/stopcasting
/stopmacro [equipped:Shields]
/equip Weapon
/equip Shield
 
OP
Gink

Gink

Member
Nov 25, 2005
2,799
I need a macro that will cast Recklessness when I'm in Berserker Stance, Retalliation if I'm in Battle Stance, and Shield Wall if I'm in Defensive Stance. Any ideas?

Edit:

Code:
/cast [stance:1] Retaliation; [stance:2] Shield Wall; [stance:3] Recklessness
 

Tbone

Member
Apr 4, 2008
919
Liverpool
something along the lines of

/cast [stance:1] Retalliation; [stance:2] Shield Wall; [stance:3] Recklessness


try that and tell me if it works, if not ill try n fix it
 
OP
Gink

Gink

Member
Nov 25, 2005
2,799
Worked perfectly once i corrected the Retaliation miss-type :D
Thanks Boner <3
 
OP
Gink

Gink

Member
Nov 25, 2005
2,799
Ok, here's another one I'd like (I guess this one is easy, but I don't know what the number of the different equip-slots are :p) :

This macro should make me go Berserker Stance and equip Titansteel Destroyer in main hand, and Colossal Skull-Clad Cleaver in off hand. (Using this to swap between 1h+shield and my TG wep setup)
 

Tbone

Member
Apr 4, 2008
919
Liverpool
iirc 16 is mainhand and 17 is offhand, so would go something like:


/cast Beserker Stance
/equipslot 16 Titansteel Destroyer
/equipslot 17 Colossal Skull-Clad Cleaver