const
PHealth = 245; //Life pra usar potion
while not Terminated do
begin
UpdateWorld;
if (Self.Health < PHealth) then
begin
Self.Containers.UseItemWithSelf(266);// configure conforme a poção usada
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).
const
PHealth = 245; //Life pra usar potion
while not Terminated do
begin
UpdateWorld;
if (Self.Health < PHealth) then
begin
Self.Containers.UseItemWithSelf(266);// configure conforme a poção usada
Sleep(1000);
end;
end;
©2009 Tibia Scripts | Template Blue by TNB