Yoko

All sides of Injection
It is currently 2025-12-20 13:51:04

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
 Post subject: Новый лутер
PostPosted: 2005-08-18 01:21:36 
Offline
Expert!
User avatar

Joined: 2004-08-11 23:56:17
Posts: 746
Location: The Citadel
У меня возникла такая проблема при использовании стандартных лутеров (поиск типа по массиву), из-за громоздкости массивов часто крашил клиент.
Вот лутер который решил эту проблему, может кому-нибудь поможет.


Code:
sub LooterNew()
VAR i, n
VAR w = 500  ; задержка после мува
VAR razmer = 9  ; размер массива

DIM Loot[9]
    Loot[1] = '0x0EED'
    Loot[2] = '0x1BD1'
    Loot[3] = '0x0F87'
    Loot[4] = '0x14ED'
    Loot[5] = '0x0EED'
    Loot[6] = '0x1031'
    Loot[7] = '0x0F51'
    Loot[8] = '0x0F51'
    Loot[9] = '0x0F06'

  if uo.getdistance( 'lastcorpse' ) < 3 then
    uo.deletejournal()
    repeat
      uo.findtype( '-1', '-1', 'lastcorpse' ) 
      n = 0
        for i = 1 to razmer
          if uo.getgraphic( 'finditem' ) == Loot[i] then
            uo.moveitem( 'finditem', 'all', 'my' )
            wait(w)
              if uo.injournal( 'UNSP' ) then
                wait(w*2)
                uo.deletejournal()
              endif
            n = 1
            goto nextitem
           endif         
        next
          if n == 0 then
            uo.ignore( 'finditem' )
          endif
      nextitem:
    until uo.findcount() == 0
  else
    uo.print( 'Шеф, труп слишком далеко!' )
  endif
endsub


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 3 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:  
Powered by phpBB® Forum Software © phpBB Limited