Back to "res" tags

Automated Skinning Maps by Gyvulor

1#Have DECODED Skinning map and Skinning knife in backpack
2#This script does not check for capita, I do one manually to do capita then run the script 
3#Thank you to JaseOwns for some tweaking to allow us to recall home after map is complete
4#You will need a recall script I use this one https://outlands.uorazorscripts.com/script/5b3fde97-fa90-4707-9f8e-7f56dca6792b  and have it named __RECALL__
5
6
7if findtype "map" backpack as skinningMap
8
9    clearsysmsg 
10
11    wait 200
12
13    while not insysmsg "You have completely exhausted your hunting ground."
14
15        dclicktype "Elven Spellblade" backpack
16
17        wft 500
18
19        target skinningMap
20
21        wait 2500
22
23    endwhile
24
25    script "___RECALL___"
26
27endif