UOSteam Targeting Macros

Weland

Grandmaster
I know how to setup hotkeys for targeting but what are the macro commands for the following:

Target closest criminal
Target closest innocent
Target closest enemy (I'm pretty sure I figured this one out already but for the guide purpose please define)

Thank you for yalls input.
 

Weland

Grandmaster
getenemy 'friend' 'innocent''murderer''enemy''criminal''gray''closest' 'humanoid'
if @inrange 'enemy' 1 and @findlayer 'enemy' 21
@setalias 'enemypack' 'found'
endif

Then just take out what you don't want to target from the getenemy command. Also you can configure a hot key for combat->Attack->Enemy which the above macro will do. I just took the first part of Bradley's thief macro so he deserves the credit.
 
Top