(UOSteam) Auto Claim

Post Reply
Aira
Novice Scribe
Posts: 9
Joined: Sun Jan 03, 2016 7:19 am

(UOSteam) Auto Claim

Post by Aira »

Here is a UO Steam macro to claim all corpses around you

if @findtype 0x2006 'any' 'ground' 1 2
msg '[claim'
waitfortarget 100
@target 'found'
pause 50
@clearusequeue
@cancelautotarget
@canceltarget
endif

Each individual line should show as such in UOSteam
Last edited by Aira on Sat Feb 09, 2019 1:24 pm, edited 1 time in total.
User avatar
Slartibartfast
Master Scribe
Posts: 50
Joined: Wed Dec 01, 2010 9:35 pm

Re: Auto Claim

Post by Slartibartfast »

Hand script, thanks! I changed the "if" to "while" and extended the range to 8 so I can automatically clean up the room after I clear it. Good time-saver!
In Game: Billy Blacksmith

EasyUO:
Journal Spy | Heal n' Feed

ALT + 42
User avatar
Xavian
Legendary Scribe
Posts: 485
Joined: Sun Dec 25, 2011 4:09 pm

Re: Auto Claim

Post by Xavian »

At the beginning of your title you should add: [UOSteam]
Post Reply