Yoko

All sides of Injection
It is currently 2024-04-16 23:24:44

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Auto kill Help!
PostPosted: 2015-02-28 06:13:53 
Offline
User avatar

Joined: 2014-07-08 10:48:50
Posts: 15
Cycle in one place and kill strange to pick something up, pick up things script omitted;

At present, so write inj always collapse, don't know why;

We help have a look how to optimize your script;

Logical judgment fault automatically appear and kill - stealth - pick loops

Code:
sub AutoKill()
   start:
   uo.set('finddistance','8')
   repeat   
      uo.findtype('0x003B','-1','ground')
      if uo.findcount()>0  then
         uo.attack('finditem')
         wait(2000)
      endif
   until UO.FindCount('finditem') < 1
   tohide()
   wait(1000)
   auto_loot()
   wait(60000)
   goto start
endsub


Top
   
 Post subject: Re: Auto kill Help!
PostPosted: 2015-02-28 07:23:49 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Code:
sub AutoKill()
   uo.set('finddistance','8')
   repeat   
      uo.findtype('0x003B','-1','ground')
      if uo.findcount()>0  then
         uo.attack('finditem')
         repeat
            wait(100)
         until uo.dead() or uo.GetX('finditem')==0
      else
         tohide()
         wait(1000)
         auto_loot()
         wait(1000)
      endif
      wait(1000)
   until uo.dead()
endsub

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


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

All times are UTC+02:00


Who is online

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