Macro Logout with < 10 MP - 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: Macro Logout with < 10 MP (/thread-10219.html) |
Macro Logout with < 10 MP - lorinho - 06-12-2013 Please, i need an macro safe kill. I need my char logout if i < 10 mp (id 268) or close tibia if i < 10 mp RE: Macro Logout with < 10 MP - bul4 - 06-12-2013 Quote:2000 {Safe log mana} mpid:=268 Misc.ItemCountEx(!mpid!)<=10 Cavebot.Stop() Status.Battle()==0 Self.Logout() When you start the bot use once potion because bot have sometimes problem with count and will try to logout just after you start it.. I using it on every my char ( i dont belive depositer making huge mess with bps /stuck alot and have alot of problems). And it dont failed me yet RE: Macro Logout with < 10 MP - lorinho - 06-12-2013 Thank you... I'll go test. |