Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP! How can I make my bot put sword in hand, when I run out of spears?
#1
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.!
#2
Use script's 100 % afk Tongue
IF I HELPED YOU REPUT +1 ME PLEASE ! Smile / POMOGŁEM ? NIE BĄDŹ ŻYŁA DAJ REPUTA + 1 Smile

SCRIPT'S BY ALLMIGHTY
#3
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()
#4
(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


Forum Jump:


Users browsing this thread: 1 Guest(s)