08-22-2012, 12:05 AM
can anyone help?
IF LVL>=8 KILL TIBIA.exe/close
|
08-22-2012, 12:05 AM
can anyone help?
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()
08-22-2012, 12:15 AM
close tibia plz, not logout, cause he wouldnt logout
08-22-2012, 12:42 AM
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)
08-22-2012, 02:14 AM
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.
08-22-2012, 02:37 AM
08-24-2012, 07:16 AM
(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()
or
Code: 1000 {Logout} Self.Experience()>=6300 Self.Logout() http://www.tibia.com/library/?subtopic=experiencetable |
« Next Oldest | Next Newest »
|