Klavius

Forum o botach do gry "Tibia"


#1 2008-11-21 18:09:44

rafek1241

Administrator

Zarejestrowany: 2008-11-17
Posty: 8
Punktów :   

Logowanie 10 min po restarcie serwa

Loguje po restarcie serwa
Tutaj chyba wiadomo co trzeba wpisać:
Account = 'xxxxxx';
Password= 'xxxxxx';
Character = 'xxxxxx';
World= 'xxxxxx';


Ip:
Ip = ''; tu nic chyba ze gramy na otsie

Kod:

const
  Account = 'xxxxxx';
  Password= 'xxxxxx';
  Character = 'xxxxxx';
  World= 'xxxxxx';
  Ip = '';
  ServerSave = '08:58:00'

begin
  while not terminated do
  begin
    if TimeToStr(Now) = 'ServerSave-00:10:00' then
      begin
        Self.Logout(True);
        Sleep(3000000);
        Self.Login(Account, Password, Character, World, Ip);
        Sleep(15000);
    UpdateWorld;
    Self.Backpack.Open;
    Sleep(2000)
    UpdateWorld;
    for x := 0 to Self.Containers.Container[0].Count do
    begin
      if x >= Self.Containers.Container[0].Count then Break;
      if Self.Containers.Container[0].Item[x].Properties.Container then
      begin
        Self.Containers.Container[0].Item[x].OpenInNewWindow;
        Sleep(2000);
      end;
        Sleep(1000);
        exit;
      end;
    Sleep(100);
  end;
Sleep(500);
end;
end;

Offline

 

Stopka forum

RSS
Powered by PunBB
© Copyright 2002–2008 PunBB
Polityka cookies - Wersja Lo-Fi


Darmowe Forum | Ciekawe Fora | Darmowe Fora
www.twc.pun.pl www.centrum-se.pun.pl www.aranze.pun.pl www.klasati.pun.pl www.muzykologia.pun.pl