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

ALL NAMES
http://forum.yoko.com.ua/viewtopic.php?f=17&t=13892
Page 1 of 1

Author:  punkerman [ 2008-08-10 05:05:08 ]
Post subject:  ALL NAMES

whats the command lines on the injection script to show all names?

Author:  Destruction [ 2008-08-10 11:56:14 ]
Post subject: 

Code:
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

Author:  Scripts Writer [ 2008-08-10 12:54:25 ]
Post subject: 

I think, it would be better to press a hotkey, where was binded 'Show all names' in client

Author:  punkerman [ 2008-08-10 18:16:13 ]
Post subject: 

it didnt work very well, the client all names work better.. whatever, thanks man

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