Code: Select all
BEGIN 
KeyType[0]:=$1010; 
KeyType[1]:=$1085; 
WaitConnection(3000); 
SetARStatus(true); 
LastContOpen:=Now; 
OpenContainer(true); 
FindType(Bag,Sunduk_With_Empty_Bags); 
case FindCount of 
  0:AddToSystemJournal('Или в сундуке нет сумок или я его не смог открыть. '); 
else 
AddToSystemJournal('В сундуке нашлось '+IntToStr(FindCount)+' сумок.'); 
end;
While not Dead do 
    begin 
    If Connected then 
        begin 
   OpenContainer(false); 
   LoadIron; 
   LoadTinkerTools; 
   CraftKeys; 
   UnloadKeys; 
   end 
    Else Wait(3000); 
    end; 
END.Code: Select all
17:12:05 [Corvin]: Compiling
17:12:05 [Corvin]: Compiled succesfully
17:12:05 [Corvin]: UseObject error: Object not finded.
17:12:07 [Corvin]: UseObject error: Object not finded.
17:12:09 [Corvin]: Свободных сумочек больше нету.останавливаем скрипт. at 53.1044
17:12:09 [Corvin]: Script Тинкер.txt stopped successfulyCode: Select all
17:17:00 [Corvin]: Compiling
17:17:00 [Corvin]: Compiled succesfully1) перепроверил
2) есть, больше 100
3) стоит возле сундука, открывает на голом или через инжект


