Discussion in   Tutorials   started     11 years ago   October 08, 2013, 03:15:16 PM   by   Kyn

Assist UO: Snoop Nearest Person

Kyn
Offline
336 Posts
Topic :   Assist UO: Snoop Nearest Person
11 years ago  October 08, 2013, 03:15:16 PM


I have a much more intricate script for snooping and stealing but I'd like to see you guys build off of the basics. This script will attempt to snoop the bag of the nearest person.




Code: [Select]

getenemy 'friend' 'innocent' 'murderer' 'enemy' 'criminal' 'gray' 'closest'
if @inrange 'enemy' 1 and @findlayer 'enemy' 21
 useobject! 'found'
endif