jabol123
Administrator
Dołączył: 05 Mar 2009
Posty: 26
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Wysłany: Czw 21:08, 05 Mar 2009 |
|
|
Logowanie po restarcie serwa nie testowałem proszę o przetestowanie i komentarze
Account = 12345678;
Password = 'Havok1234';
Character = 'Havok';
World = 'Isara';
Ip = '';
W IP wpisujemy IP serwera : Tutaj Lista IP serverów. Lecz na początek proponuje przetestować skrypt bez wpisywania IP.
Kod: |
const
Account = 12345678;
Password = 'Havok1234';
Character = 'Havok';
World = 'Isara';
Ip = '';
while not Terminated do
begin
UpdateWorld;
if not Self.Connected then
begin
Self.Login(Account, Password, Character, World, Ip);
Sleep(15000);
end;
Sleep(100);
end;
|
Post został pochwalony 0 razy
|
|