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