Page 1 of 1

[English] i need autoloot script for injection

Posted: 2005-10-03 00:36:28
by lofrank
have any1 a good autoloot script for injection?

Posted: 2005-10-03 10:19:42
by flake
Try this one

Code: Select all

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

Posted: 2005-10-03 21:58:12
by lofrank
it just give errors, like :
unable to open corpse, is far.
or : invalid object: finditem

Posted: 2005-10-03 22:07:58
by lofrank
god is working,
thanx

Posted: 2005-10-03 22:54:44
by flake
so everything is ok?

Re: [English] i need autoloot script for injection

Posted: 2015-03-19 22:46:26
by ahey
is this script looting NPC's or players?

Re: [English] i need autoloot script for injection

Posted: 2015-03-20 08:02:45
by Kynep
ahey wrote:is this script looting NPC's or players?
This script is looting last opend corpse. No matter players corpse or NPC.

Re: [English] i need autoloot script for injection

Posted: 2015-03-22 20:49:56
by ahey
script is only looting gold btw. not other things