Discussion in   Coding Corner   started     9 years ago   January 01, 2015, 09:08:32 AM   by   SultanOfPwn

UOS (uo steam) attackers and macros i like to use

SultanOfPwn
Offline
25 Posts
Topic :   UOS (uo steam) attackers and macros i like to use
9 years ago  January 01, 2015, 09:08:32 AM


So here are some simple attacker macros i'm posting for newer players. They will help a lot I think.  Just create a new macro, name it, and copy paste into steam. turn on the loop button and you are set. Save macro, then go to main page and save profile.  Enjoy.





First macro is simple attacker macro:
 
getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
attack 'enemy'
pause 1250


second is attacker with secondary ability:


setability 'secondary' 'on'
getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
attack 'enemy'
 pause 1250


third is an attacker with a grab at end to loot all corpses:


getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
attack 'enemy'
pause 1250
 msg '[grab'

Zoltan
Offline
63 Posts
#1 Re :   UOS (uo steam) attackers and macros i like to use
9 years ago  January 02, 2015, 11:56:23 AM

Thank you, I am pretty new here and I found this extremely useful.