Health Potion e Exura

|

const
minMana = 20; //minimum mana
minHealth = 600; //Life pra tomar o Pote
maxHealth = 780; //Life pra usar Exura abaixo disso
potionid = 266; //id da potion
spellnome = 'exura' //nome da magia

while not Terminated do
begin
UpdateWorld;
if (Self.Health <> minMana ) then
begin
Self.Say(spellnome);
Sleep(1500);
end;
end;
Sleep(100);
end;

 

©2009 Tibia Scripts | Template Blue by TNB