WOW Warrior Macros,Weapon swaps Macros

Cheap WoW WOTLK Classic Gold

Warrior Macros Stance dances Macros Charge/Intercept/Intervene Macros PvP / DPS / Leveling Macros Tanking Macros Multi Tanking Macros Common macro commands

Note you can shift-click the name of your spell, ability, trinket, weapon, shield etc. into your macro. You do not need the ¡°(Rank X)¡± when you do so, as it will always use the highest rank.

Weapon Swaps

equipslot '16' is main hand, '17' is off hand...

Dual wielding to 2h and back to DW :
    /equipslot 16 Maladath, Runed Blade of the Black Flight
    /equipslot 17 Qiraji Sacrificial Dagger
    /equip The Untamed Blade

Shield (first line puts you into def stance)
    /cast [stance:1/3]Defensive Stance
    /equipslot 16 Maladath, Runed Blade of the Black Flight
    /equipslot 17 Drillborer Disk

A one button version of the quick equip macro. Normal is tank, ctrl is DW, alt is resist shield. You can modify this any number of ways for 2H wep and different button combos.
    /equipslot 16 Thunderfury, Blessed Blade of the Windseeker
    /equipslot 17 Elementium Reinforced Bulwark
    /equipslot [modifier:ctrl] 17 Sickle of Unyielding Strength
    /equipslot [modifier:alt] 17 Draconian Deflector

DW to Shield to 2h and back
    /equipslot 16 Vindicator's Brand
    /equipslot 17 Revenger
    /equip [equipped:One-Handed Swords] Aegis of the Sunbird
    /equip [equipped:Shields] Gorehowl

for particlular bag spots: 'PickupContainerItem' is where you want to put your shield.
    /script PickupInventoryItem(17); if CursorHasItem()then PickupContainerItem(4,4);EquipItemByName("The Unstoppable Force");else EquipItemByName("Stormstrike Hammer"); EquipItemByName("The Immovable Object");end;

Tags: