Yoko

All sides of Injection
It is currently 2025-10-31 00:06:44

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2008-06-04 10:08:15 
Offline
User avatar

Joined: 2006-10-08 08:37:57
Posts: 87
Помогите найти ошибку плз) выскакивает Unhandled exception in parser

Code:
var ingot='0x1BEF'
var item='0x1B73'
var timer=60000
var msg1 = 'You put the'
var msg2 = 'have failed'

sub BlackSmith()
uo.exec('ongump repeat')
    uo.usetype(ingot)
    wait(1000)
    uo.findtype(item)
    while uo.findcount()
      uo.drophere('finditem')
      check.lag()
      wait(1000)
      uo.findtype(item)
    wend
    timer = 0
    repeat
      wait(100)
      timer = timer + 100
     until uo.injournal(msg1) or uo.injournal(msg2) or timer > 15000
      wait(1000)
      wend
      end sub

Sub check.lag()
 if uo.Waiting()>0 then
  uo.Exec('canceltarget')
   end if
    uo.DeleteJournal()
     uo.Click('backpack')
      repeat
       wait(50)
        until uo.InJournal('backpack')
         end sub


Top
   
 Post subject:
PostPosted: 2008-06-04 10:23:27 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
wend лишний.

_________________
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Skype: d119060


Top
   
 Post subject:
PostPosted: 2008-06-04 10:26:45 
Offline
User avatar

Joined: 2006-10-08 08:37:57
Posts: 87
Без него функцию вообще отключает (


Top
   
 Post subject:
PostPosted: 2008-06-04 10:43:17 
Offline
User avatar

Joined: 2005-04-04 18:23:12
Posts: 187
while - 1 штука
wend - 2 штуки
На размышления не наталкивает ?


Top
   
 Post subject:
PostPosted: 2008-06-04 11:01:37 
Offline
User avatar

Joined: 2006-10-08 08:37:57
Posts: 87
Всё спасибо :)


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 9 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