IF LVL>=8 KILL TIBIA.exe/close - 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: IF LVL>=8 KILL TIBIA.exe/close (/thread-3979.html) |
IF LVL>=8 KILL TIBIA.exe/close - lolkowatylol - 08-22-2012 can anyone help? RE: IF LVL>=8 KILL TIBIA.exe/close - Kimoszin - 08-22-2012 Maybe Code: 1000 {Logout} Self.Level()>=8 Cavebot.Stop() Self.Logout() Code: 0 {Check Level} Self.Level()>=8 CaveBot.GoLabel(Logout) Code: 0 {Logout} Self.Logout() RE: IF LVL>=8 KILL TIBIA.exe/close - lolkowatylol - 08-22-2012 close tibia plz, not logout, cause he wouldnt logout RE: IF LVL>=8 KILL TIBIA.exe/close - spiff26 - 08-22-2012 I used a macro like the first one posted by Kimoszin and none of my chars was beyond lvl 8 (haven't come to pick up more than 3% at level 8) RE: IF LVL>=8 KILL TIBIA.exe/close - MegaNo0body - 08-22-2012 Code: 1000 {Logout} Self.Level()>=8 Self.LevelPercent()>90 Self.Logout() Note: Self.Logout stop the Cavebot and wait the Battle condition be removed, then it will logout. RE: IF LVL>=8 KILL TIBIA.exe/close - spiff26 - 08-22-2012 (08-22-2012, 02:14 AM)MegaNo0body Wrote: Good to know RE: IF LVL>=8 KILL TIBIA.exe/close - nizlov - 08-24-2012 (08-22-2012, 02:14 AM)MegaNo0body Wrote: There is a mistake in this macro, it should be Self.Level% instead of Self.LevelPercent. 1000 {Logout} Self.Level()>=8 Self.Level%()>90 Self.Logout() RE: IF LVL>=8 KILL TIBIA.exe/close - Dexter - 08-24-2012 or Code: 1000 {Logout} Self.Experience()>=6300 Self.Logout() http://www.tibia.com/library/?subtopic=experiencetable |