Yoko

All sides of Injection
It is currently 2025-11-01 00:26:09

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 2008-04-03 03:39:53 
Offline
User avatar

Joined: 2007-10-20 07:45:56
Posts: 40
Можно сюда как то дописать поиск чаров не просто в радиусе, а только в определенном квадрате?
Code:
sub BuM() 

   var c, aim, pushka

   uo.print('Укажите сундук с ядрами')
   uo.addobject('Sunduk')
   while uo.targeting()
     wait(100)
   wend
   uo.useobject('Sunduk')
   wait(1000)
   checklag()
   uo.set('finddistance', '3')
   uo.findtype('0x0E91', '-1', '1')
   if uo.findcount() then
     pushka = uo.getserial('finditem')
   else
     uo.print('Net puhi')
     return
   endif
   uo.ignore('self')
   uo.set('finddistance', '15')
   DIM Chars[2]
   Chars[0] = '0x0190' #тип игрока мужского пола#
   Chars[1] = '0x0191' #тип игрока женского пола#
repeat
     for c = 0 to 1   
       uo.findtype(Chars[c], '-1', 'ground')
          if uo.findcount() then
            aim = uo.getserial('finditem')
            uo.findtype('0x0e73', '-1', 'Sunduk')
            if not uo.findcount() then
              uo.print('Net yader')
              return
            else
              uo.waittargetobject( pushka, aim )
              uo.useobject('finditem')
              uo.playwav("C:\WINDOWS\Media\notify.wav")
              wait(3000)
                    if uo.Waiting() then
                        uo.canceltarget()
                    end if
         endif
       else
         wait(200)
       endif
     next
until 0==1
end sub

sub checklag()
   uo.click('backpack')
   while not uo.injournal('backpack')
     wait(100)
   wend
   uo.deletejournal('backpack')
end sub
[/quote]


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

All times are UTC+02:00


Who is online

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