Autor Wiadomość
jabol123
PostWysłany: Czw 21:08, 05 Mar 2009    Temat postu: Logowanie po Ss'ie

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;

Powered by phpBB © 2001, 2005 phpBB Group