Forum o bocie TibiaNG oraz ElfBotNG
Skrypt wyloguje postać gdy wbiję określoną ilośc expa
Exp = 6370 // Tutaj wpisujemy ile expa ma wbić bot.
[hide]
Const Exp = 6370 while not terminated do begin UpdateWorld; if Self.Experience >= Exp then Self.Logout(True); Sleep(1000); end; [/hide]
Offline