BBot - The best bot of the world
Disconnect - 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: Disconnect (/thread-5659.html)



Disconnect - Aiik Master - 12-04-2012

Please, can someone do a script who stop cavebot and target , disconnect when i have 0 bolts,arrows,spears,assasins stars?


RE: Disconnect - Kimoszin - 12-04-2012

http://wiki.bmega.net/doku.php?id=macros_commands

How check any item:
Misc.ItemCountEx(ID)<=0

How stop Cave Bot:
Cavebot.Stop()

How stop Killer (Target):
Killer.Stop()

How stop any Protector:
Protectors.Disable(Name)