Recent Scripts:
Use skinning knife on corpses even if blue by Jaseowns
# Use skinning knife on corpses even if blue by Jaseowns
# UO Outlands
# Stream question timestamp: https://youtu.be/8aYqin7_Mfw?t=2049
// use skinning knife on corpses
// blue or not
@clearignore
while findtype 8198 ground -1 -1 2 as jorpse
if findtype "Elven Spellblade" backpack as item
dclick item
wft 500
target jorpse
wait 200
endif
@ignore jorpse
endwhile
@clearignore