What's new

- TibiaBot NG [NG] Skrypt! Exit, po osi?gni?ciu x expa!

Status
Not open for further replies.

Rock

Advanced User
Joined
Apr 12, 2009
Messages
241
Reaction score
33
Age
30
Poszukuj? skryptu, kt?ry b?dzie dawa? exit (nie logout!!!) przy osi?gni?ciu, w moim przypadku 4200 expa.
 

Archimonde

Suple!
Joined
Aug 18, 2008
Messages
1,215
Reaction score
268
Odp: [NG] Skrypt! Exit, po osi?gni?ciu x expa!

PHP:
Const
ExpToLog = 4200
while not terminated do 
begin
UpdateWorld;
if Self.Experience >= ExpToLog then
Self.Logout(True);
Sleep(1000); 
end;
 
Status
Not open for further replies.
Top