(UOSteam) Auto Claim
Posted: Sun Nov 04, 2018 12:17 am
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
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