Yoko

All sides of Injection
It is currently 2024-04-19 03:01:55

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2014-12-02 13:56:47 
Offline

Joined: 2014-12-01 22:44:46
Posts: 5
Вот дали скрипт он вроде рабочий но пишет Autotarget Cancelled =\

sub main()
var sunduk='0x40000627' # Tyt ID Syndyka
var key='0x40000628' # Tyt ID Kly4a
while not UO.dead()
uo.DeleteJournal()
while not uo.InJournal("lock it")
uo.DeleteJournal()
uo.waittargetobject('sunduk')
wait(500)
uo.useobject("key")
wait(3000)
wend
while not uo.InJournal("unlocked")
uo.usetype("0x14FС")
uo.exec("waittargetlast")
wait(5000)
wend
wend
end sub

Что может быть не так ??? 1403.09В инжа


Top
   
PostPosted: 2014-12-02 19:04:42 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Code:
sub main()
   var sunduk='0x40000627' # Tyt ID Syndyka
   var key='0x40000628' # Tyt ID Kly4a
   while not UO.dead()
      uo.DeleteJournal()
      while not uo.InJournal("lock it")
         uo.waittargetobject('sunduk')
         uo.useobject("key")
         wait(4000)
      wend
      uo.DeleteJournal()
      while not uo.InJournal("unlocked")
         uo.waittargetobject('sunduk')
         uo.usetype("0x14FС")
         wait(5000)
      wend
   wend
end sub

Вот так пробуй. Сундук если на земле то обязательно галку Track World Item

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
PostPosted: 2014-12-08 16:59:10 
Offline

Joined: 2011-06-11 19:54:23
Posts: 820
Code:
 uo.waittargetobject('sunduk')
 uo.useobject("key")
Без кавычек.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited