03-03-2012, 08:35 PM
Use this "macro" below before the count of spears:
And this one can be placed after the check, purchase of "potions", etc.:
Code:
1000 {Unequip Spears} Self.UnEquip.LeftHand(IDdaSPEAR) Macro.Wait(1200)
And this one can be placed after the check, purchase of "potions", etc.:
Code:
1000 {Equip Spears} Self.Equip.LeftHand(IDdaSPEAR) Macro.Wait(1200)