Yoko
http://forum.yoko.com.ua/

[English] i need autoloot script for injection
http://forum.yoko.com.ua/viewtopic.php?f=20&t=5341
Page 1 of 1

Author:  lofrank [ 2005-10-03 00:36:28 ]
Post subject:  [English] i need autoloot script for injection

have any1 a good autoloot script for injection?

Author:  flake [ 2005-10-03 10:19:42 ]
Post subject: 

Try this one

Code:
sub LooterNew() 
VAR i, n
VAR w = 500  ; the delay after a move
VAR razmer = 9  ; the size of the DIM

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( 'The Corpse is too far' )
  endif
endsub

Author:  lofrank [ 2005-10-03 21:58:12 ]
Post subject: 

it just give errors, like :
unable to open corpse, is far.
or : invalid object: finditem

Author:  lofrank [ 2005-10-03 22:07:58 ]
Post subject: 

god is working,
thanx

Author:  flake [ 2005-10-03 22:54:44 ]
Post subject: 

so everything is ok?

Author:  ahey [ 2015-03-19 22:46:26 ]
Post subject:  Re: [English] i need autoloot script for injection

is this script looting NPC's or players?

Author:  Kynep [ 2015-03-20 08:02:45 ]
Post subject:  Re: [English] i need autoloot script for injection

ahey wrote:
is this script looting NPC's or players?


This script is looting last opend corpse. No matter players corpse or NPC.

Author:  ahey [ 2015-03-22 20:49:56 ]
Post subject:  Re: [English] i need autoloot script for injection

script is only looting gold btw. not other things

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/