


Combine this with Shield Wall and you got yourself a 65% damage reduction defensive cooldown, or with Spell Reflection and you got yourself a spell reflected and 25% damage reduction.
#Cleave execute build wow ascension Patch
In Patch 5.3, Defensive Stance got buffed for non-protection warriors, and it now provides a 25% damage reduction. script x=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do local i=GetContainerItemLink(b,s) if i then n,_,r,L,_,t,z,_,e=GetItemInfo(i) if e="INVTYPE_2HWEAPON"and L>x then PickupContainerItem(b,s) AutoEquipCursorItem() x=L end end end end Or for fury/arms: Equip TWO-HAND-WEAPON from bag: script x=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do local i=GetContainerItemLink(b,s) if i then n,_,r,L,_,t,z,_,e=GetItemInfo(i) if e="INVTYPE_WEAPON"and L>x then PickupContainerItem(b,s) AutoEquipCursorItem() x=L end end end end script x=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do local i=GetContainerItemLink(b,s) if i then n,_,r,L,_,t,z,_,e=GetItemInfo(i) if e="INVTYPE_SHIELD" and L>x then PickupContainerItem(b,s) AutoEquipCursorItem() x=L end end end endĮquip ONE-HAND-WEAPON from bag with highest itemlevel: But no need to change the shield-name anymore :DĮquip SHIELD from bag with highest item-level: It was not possible to do in one macro, so it's two now. So I needed a macro that would auto-select a Shield and One-Hand-Weapon from my bags and equip it. But since I'm leveling, the gear changes often. While leveling I sometimes switch to fishing-pole and want to switch back to main-hand + weapon quickly. While leveling the main hand weapon and shield change frequently.

Use: This yells, "Hooray, I made a macro!".Which creates: Macro Name /y Hooray, I made a macro! * Use: This yells, "Hooray, I made a macro!" if moving from another page, remove it from the old page.note the version of WoW that you tested it in.name it, describe what it does, and use a 'space' before each command for the 'code box'.Where possible, please validate and mark with last working patch or version number. Formatting Macros Note: Commands for some of the older macros have been modified significantly.
