BBot - The best bot of the world

Full Version: HELP! How can I make my bot put sword in hand, when I run out of spears?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to figure out, how to make my bot, put sword in hand, if I run out of spears. But I can't figure it out.

Can someone give me a macro, or explain to me, how to do it.

I give reputation to helpers.!
Use script's 100 % afk Tongue
WIKI: wiki.bmega.net/doku.php?id=macros_commands









Code:
1000 {Spear->Sword} SWORD:=3297 SPEAR:=3277  Misc.ItemCountEx(!SPEAR!)<=0 [else] Self.Equip.LeftHand(!SWORD!) Exit() {else} Self.Equip.LeftHand(!SPEAR!) Exit()
(11-25-2012, 05:18 PM)Kimoszin Wrote: [ -> ]WIKI: wiki.bmega.net/doku.php?id=macros_commands









Code:
1000 {Spear->Sword} SWORD:=3297 SPEAR:=3277  Misc.ItemCountEx(!SPEAR!)<=0 [else] Self.Equip.LeftHand(!SWORD!) Exit() {else} Self.Equip.LeftHand(!SPEAR!) Exit()







Thank you very much.
Rep for you