Const
MonsterName = 'Demodras'
while not terminated do
begin
updateworld;
for i:= 0 to creatures.count -1 do
begin
if Creatures.Creature[i].Name = MonsterName
then playsound('C:\Windows\Media\Notify.wav');
sleep(100);
end;
sleep(100);
end;
quinta-feira, 31 de julho de 2008
Alert When X moster on screen
às 16:36
Marcadores: Scripts Tibia Ng
Subscribe to:
Postar comentários (Atom)
0 Comments:
Post a Comment