BBot - The best bot of the world
[NEED] Macro for spear - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: [NEED] Macro for spear (/thread-17599.html)



[NEED] Macro for spear - meendreak - 03-02-2015

Need a macro that when spear on hand lower than x it will equip new more til get x again


RE: [NEED] Macro for spear - Garuh - 03-02-2015

Try this

Code:
2000 {Equip Spears}  Misc.ItemCountEx(!ammo!)>=!ammomin! Self.Equip.LeftHand(!ammo!)

Code:
1000 {UnEquip Spears} Misc.ItemCountEx(!ammo!)<!ammomin! Self.Equip.LeftHand(!meleeweapon!)



RE: [NEED] Macro for spear - mr. Kris - 03-02-2015

Code:
Self.Inventory.LeftHand.Count()

You need to use this command to count Your spears in left hand

Code:
2000 {Equip Spears} Self.Inventory.LeftHand.Count()<=X Self.Equip.LeftHand(SPEAR ID)