const
PHealth = 245; // Life pra usar potion
while not Terminated do
begin
UpdateWorld;
if (Self.Health < PHealth) then
begin
Self.Containers.UseItemWithSelf(266);// Id da poção usada
Sleep(1000);
end;
end;
Assinar:
Postar comentários (Atom)
Nenhum comentário:
Postar um comentário