Page 1 of 1

ALL NAMES

Posted: 2008-08-10 05:05:08
by punkerman
whats the command lines on the injection script to show all names?

Posted: 2008-08-10 11:56:14
by Destruction

Code: Select all

sub allnames()
   var i
   DIM type[ 3 ]
   type[0] = "0x0000" ; type of man
   type[1] = "0x0000" ; type of woman
   type[2] = "0x0000" ; type of corpse
   for i = 0 to 2
      uo.findtype( type[ i ], "-1", "ground" )
      while uo.findcount()
         uo.click( "finditem" )
         uo.ignore( "finditem" )
         uo.findtype( type[ i ], "-1", "ground" )
      wend
   next
endsub

Posted: 2008-08-10 12:54:25
by Scripts Writer
I think, it would be better to press a hotkey, where was binded 'Show all names' in client

Posted: 2008-08-10 18:16:13
by punkerman
it didnt work very well, the client all names work better.. whatever, thanks man