Animal lore
Posted: 18.01.2007 8:56
Будьте любезны , ктото выложите скрипт на сей не трудный скилл )) Буду очень благодарен за помощь )
Code: Select all
Program AnLoreOnlyDOst;
{$Include 'all.inc'}
const
anim = $000508B7;
Begin
while true do begin
if Connected then begin
if TargetPresent then CancelTarget;
waittargetobject(anim);
UseSkill('Animal Lore');
Wait(3500);
end;
wait(500)
end;
End.