If you make a Client-side script you can publish it here for other players to use
-
Stephen
- Master Scribe
- Posts: 52
- Joined: Thu Mar 29, 2018 4:42 pm
Post
by Stephen »
Code: Select all
//Name: Claim
//Author: Stephen
//Version 1.0 Final
if @findtype 0x2006 'any' 'ground' 1 2
msg '[claim'
waitfortarget 15000
target 'found'
pause 200
canceltarget
else
sysmsg 'No corpse found.'
pause 200
canceltarget
endif
-
Eless
- Master Scribe
- Posts: 65
- Joined: Thu Feb 22, 2018 12:54 pm
Post
by Eless »
Consider using a while loop, it would claim all corpses not just one.
-
Stephen
- Master Scribe
- Posts: 52
- Joined: Thu Mar 29, 2018 4:42 pm
Post
by Stephen »
Eless wrote:Consider using a while loop, it would claim all corpses not just one.
I wouldn't use a loop for it as sometimes I cut corpses or have other things i need to do between or around.
-
Alamiester
- Legendary Scribe
- Posts: 279
- Joined: Wed Jan 04, 2017 8:49 pm
Post
by Alamiester »
use my uosteam skinner if you want a loop. it skins, collects, then claims all the corpses.

-
Stephen
- Master Scribe
- Posts: 52
- Joined: Thu Mar 29, 2018 4:42 pm
Post
by Stephen »
I only use my own code.
I already have one. That's why I don't loop my scripts. So I can use different buttons pending what I am doing. Time saving is key.