Page 1 of 1

(UOSteam) Auto Claim

Posted: Sun Nov 04, 2018 12:17 am
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

Re: Auto Claim

Posted: Thu Jan 17, 2019 1:59 am
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!

Re: Auto Claim

Posted: Thu Jan 17, 2019 2:13 pm
by Xavian
At the beginning of your title you should add: [UOSteam]