[UOSteam] Claim/Claimall Macros
Posted: Sun Feb 23, 2014 3:42 pm
UOSteam macro for claim or claimall macros.
Dunno why you would need claimall with Steam since it has a looter but I put in case someone decided to want it.
Claim:
Claimall:
Dunno why you would need claimall with Steam since it has a looter but I put in case someone decided to want it.
Claim:
Code: Select all
if @findtype 0x2006 'any' 'ground' 1 2
msg '[claim'
waitfortarget 15000
target 'found'
pause 200
canceltarget
else
sysmsg 'No corpse found.'
endif
Code: Select all
if @findtype 0x2006 'any' 'ground' 1 2
msg '[claimall'
waitfortarget 15000
target 'found'
pause 200
canceltarget
else
sysmsg 'No corpse found.'
endif