Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IF LVL>=8 KILL TIBIA.exe/close
#1
can anyone help?
#2
Maybe
Code:
1000 {Logout} Self.Level()>=8 Cavebot.Stop() Self.Logout()
Or
Code:
0 {Check Level} Self.Level()>=8 CaveBot.GoLabel(Logout)
Code:
0 {Logout} Self.Logout()
#3
close tibia plz, not logout, cause he wouldnt logout
#4
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)
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]
#5
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.
#6
(08-22-2012, 02:14 AM)MegaNo0body Wrote:
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.

Good to know
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]
#7
(08-22-2012, 02:14 AM)MegaNo0body Wrote:
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.

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()
#8
or

Code:
1000 {Logout} Self.Experience()>=6300 Self.Logout()

http://www.tibia.com/library/?subtopic=experiencetable


Forum Jump:


Users browsing this thread: 1 Guest(s)