Code: Select all
Program Sheep;  
{$Include 'all.inc'}  
var b:TDateTime;  
Begin  
SetARStatus(true);  
while not dead do  
begin  
checksave;  
WaitConnection(5000);  
while findtype($00CF,ground) > 0 do  
begin  
checksave;  
WaitConnection(5000);  
waittargetobject(finditem);  
useobject(findtype($0F51,backpack));
AddToSystemJournal('Cutting');  
wait(1000);  
end;  
UOSay('ля-ля-ля');  
wait(50000);
WaitConnection(5000);  
if getquantity(findtype($0DF8,backpack)) > 9 then stack($0DF8,$0000);  
end;  
End.