Yet Another Skinning Script by arnakk2424
Description from the author:
#Yet Another Skinning Script
#Combine Jaseowns skinning blue and skinning gray in 1 script
#by Arnakk
#Reactivate the script to force skinning blue corpse on ground then will no longer skin blue corpse
@setvar! cdSkinningCheck 500
@setvar! minimumWaitForPing 200
@clearignore
while findtype "Elven Spellblade" backpack and findtype 8198 ground -1 -1 2 as jorpse
getlabel jorpse desc
if "the remains" in desc
// do nothing
@ignore jorpse
else
while not targetexists
useskill 'forensicevaluation'
endwhile
if targetexists
target jorpse
@ignore jorpse
endif
endif
endwhile
while not dead
if not timerexists skinningCheckTimer
settimer skinningCheckTimer cdSkinningCheck
endif
if findtype "corpse" ground -1 -1 2 as jorpse
if findtype "Elven Spellblade" backpack any any 1 and timer skinningCheckTimer >= cdSkinningCheck
while not targetexists
useskill 'forensicevaluation'
endwhile
if targetexists
hotkey "Target Self"
wait minimumWaitForPing
settimer skinningCheckTimer 0
@ignore jorpse
endif
endif
endif
endwhileCombine jaseowns skinning blue corpse and gray
Bind this script to a key. Will skin blue corpse in range when you press it then will loop skinning gray corpse.