var
Level: integer;
begin
UpdateWorld;
Level := Self.Level;
while not Terminated do
begin
UpdateWorld;
if Level <> Self.Level then
begin
Level := Self.Level;
ScreenShot('c:\level' + IntToStr(Level) + '.jpg');
end;
Sleep(1000);
end;
end;
Obs: O nosso intuito não é fazer com que certos jogadores fiquem com mais vantagens e sim dexar o jogo com mais facilidades e mais acessivel à pessoas que não tem muito tempo para se dedicar-se ao jogo (NO CASO EU).
var
Level: integer;
begin
UpdateWorld;
Level := Self.Level;
while not Terminated do
begin
UpdateWorld;
if Level <> Self.Level then
begin
Level := Self.Level;
ScreenShot('c:\level' + IntToStr(Level) + '.jpg');
end;
Sleep(1000);
end;
end;
©2009 Tibia Scripts | Template Blue by TNB