Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

ArmsLore Forest Wars

Only working scripts
Post Reply
rr3joktm
Posts: 6
Joined: 25.05.2011 22:47

ArmsLore Forest Wars

Post by rr3joktm »

Скрипт работает на stealth_v1.0_release_1 и выше, написан для сервера Forest Wars (http://www.uoa.pp.ua/)

Code: Select all

Program Armslore;
var 
ctime : TDateTime;
enemy : Cardinal;

{$Include 'all.inc'}

Begin
Enemy := $4004B670;//Указать предмет
SetARStatus(true);
clearjournal;
CheckSave;
while not Dead do
begin
   If TargetPresent Then CancelTarget;
   clearjournal; 
   UseSkill('Arms Lore');
   WaitJournalLine(Now, 'What would you like to evaluate?',3000);
   If TargetPresent then TargetToObject(enemy); 
   WaitJournalLine(Now, 'Attack|You are not',6000);
   CheckSave; 
   end;
End.
Post Reply