![]() |
logout when no stones on hand - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: logout when no stones on hand (/thread-8225.html) |
logout when no stones on hand - gerymora - 04-03-2013 How can I do for disconect my char when haven't stones on hand and bp for train? RE: logout when no stones on hand - Coizado - 04-05-2013 Code: 1000 {Log-Out} ID:=9999 Misc.ItemCountEx(!ID!)<=1 Cavebot.Stop() Macro.Wait(300) Self.Logout() Change 9999 to the ID of the Small Stone. If this helped you, CLICK below on "Give Reputation to This User" \/ RE: logout when no stones on hand - gerymora - 04-06-2013 Thank you! |