Yoko

All sides of Injection
It is currently 2025-12-10 13:18:21

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2011-07-02 08:38:37 
Offline

Joined: 2004-10-19 16:25:45
Posts: 95
на воде ищу монстров и убиваю....скрипт простой
но почему то не видит этих монстров...
пробовал и галочками в майн-закладке играть и ресинк использовал...не пойму в чём проблема
Code:
sub war()
dim monster[3]
    monster[1]='0x0010' ;Water Elemental
    monster[2]='0x0096' ;Deep Sea Serpents
    monster[3]='0x004D' ;Kraken
var i
uo.set('finddistance','6')
for i=1 to 3
   uo.findtype(monster[i],'-1','ground')
   while uo.findcount()>0
      uo.attack('finditem')
      wait(1000)
      uo.findtype(monster[i],'-1','ground')
   wend
next
end sub


Top
   
PostPosted: 2011-07-02 23:42:45 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
попробуй
Code:
sub war()
dim monster[3]
    monster[1]='0x0010' ;Water Elemental
    monster[2]='0x0096' ;Deep Sea Serpents
    monster[3]='0x004D' ;Kraken
var i
uo.set('finddistance','6')
for i=1 to 3
   uo.findtype(monster[i],'-1','ground')
   if uo.findcount()>0 then
      uo.attack('finditem')
          repeat
           wait(500)
          until uo.getx('finditem')==0
   endif
next
end sub

_________________
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 1 guest


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