ALL NAMES
Posted: 2008-08-10 05:05:08
whats the command lines on the injection script to show all names?
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