const
minMana = 20; //Mana que precisa para soltar exura
while not Terminated do
begin
UpdateWorld;
if Self.Mana > minMana then
begin
if Self.Slowed then
Self.Say('exura');
Sleep(300);
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
minMana = 20; //Mana que precisa para soltar exura
while not Terminated do
begin
UpdateWorld;
if Self.Mana > minMana then
begin
if Self.Slowed then
Self.Say('exura');
Sleep(300);
end;
end;
©2009 Tibia Scripts | Template Blue by TNB