Back to "b" tags

Automated Lumber Maps by Gyvulor

1#Have DECODED Lumber map in backpack.
2#Have Hatchet in hand.
3#This script does not check for capita, I do one manually to do capita then run the script 
4#Thank you to JaseOwns for some tweaking to allow us to recall home after map is complete
5#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__
6
7
8
9if findtype "map" backpack as lumberMap
10
11    clearsysmsg 
12
13    wait 200
14
15    while not insysmsg "You have completely exhausted your lumber camp."
16
17        hotkey "Use item in hand"
18        waitfortarget 1000
19        target "lumberMap"
20
21
22        wait 2300
23
24    endwhile
25
26    script "___RECALL___"
27
28endif