Const
MonsterName = 'Toad'
while not terminated do
begin
updateworld;
for i:= 0 to creatures.count -1 do
begin
if Creatures.Creature.Name = MonsterName
then playsound('C:\Windows\Media\Notify.wav');
sleep(100);
end;
sleep(100);
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
MonsterName = 'Toad'
while not terminated do
begin
updateworld;
for i:= 0 to creatures.count -1 do
begin
if Creatures.Creature.Name = MonsterName
then playsound('C:\Windows\Media\Notify.wav');
sleep(100);
end;
sleep(100);
end;
©2009 Tibia Scripts | Template Blue by TNB