Yoko

All sides of Injection
It is currently 2026-01-16 19:40:12

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2009-03-01 17:25:58 
Offline

Joined: 2009-02-09 17:12:23
Posts: 38
Code:
sub head()
VAR weapon=0x0E85
VAR head=0x09D0

  uo.WaitTargetObject('lastcorpse')
  uo.UseType(weapon)
  wait(500)
   Cheklag()
    UO.SetReceivingContainer('0x403C30AB') ;Backpacka ID
    UO.findtype('head','0x0000','ground')
    UO.grab ('1','finditem')
end sub

Sub Cheklag()
   UO.DeleteJournal()
   UO.Click('backpack')
   Repeat
      Wait(10)
   Until UO.InJournal("backpack")
end sub


Why My script doesn't pick head?


Top
   
 Post subject:
PostPosted: 2009-03-01 19:28:10 
Offline
User avatar

Joined: 2008-09-12 05:07:34
Posts: 247
Code:
sub head() 
VAR weapon='0x0E85'
VAR head='0x09D0'

  uo.WaitTargetObject('lastcorpse')
  uo.UseType(weapon)
  wait(500)
   Cheklag()
    UO.SetReceivingContainer('0x403C30AB') ;Backpacka ID
    UO.findtype(head,'0x0000','ground')
    UO.grab ('1','finditem')
end sub

Sub Cheklag()
   UO.DeleteJournal()
   UO.Click('backpack')
   Repeat
      Wait(10)
   Until UO.InJournal("backpack")
end sub


Top
   
 Post subject:
PostPosted: 2009-03-03 19:57:37 
Offline

Joined: 2009-02-26 23:44:26
Posts: 26
называется : найди десять отличий
может ткнёшь пальцем мну
а то ниче не заметил никаких изменений


Top
   
 Post subject:
PostPosted: 2009-03-03 20:21:12 
Offline

Joined: 2009-02-09 17:12:23
Posts: 38
mine UO.findtype('head','0x0000','ground')
his UO.findtype(head,'0x0000','ground')


Top
   
 Post subject:
PostPosted: 2009-03-03 21:12:10 
Offline

Joined: 2009-02-26 23:44:26
Posts: 26
thanks


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 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