BBot - The best bot of the world
Log out when X sd runes. - 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: Log out when X sd runes. (/thread-11055.html)



Log out when X sd runes. - Qapux - 07-24-2013

Hello guys, can someone make me a macro that my char will log out from cave botting when x sd runes? Thanks.
I will give rep.


RE: Log out when X sd runes. - kamill - 07-24-2013

2000 {Safe log} sdid:=SDID Misc.ItemCountEx(!sdid!)<=10 Cavebot.Stop() Status.Battle()==0 Self.Logout()

SDID = id of sd (edit only SDID after "="), example:
2000 {Safe log} sdid:=999999 Misc.ItemCountEx(!sdid!)<=10 Cavebot.Stop() Status.Battle()==0 Self.Logout()

OR (short version):
2000 {Safe log} Misc.ItemCountEx(999999)<=10 Self.Logout()


RE: Log out when X sd runes. - Qapux - 07-24-2013

Yes, but say for example there is a monster that im ignoring and my char just stops when its attacking me?