Automated Ore Maps by gyvulor
Description from the author:
#Have DECODED Ore 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
if findtype "map" backpack as oreMap
clearsysmsg
wait 200
while not insysmsg "You have completely exhausted your mining camp."
hotkey "Use item in hand"
//waitfortarget 1000
//target "oreMap"
wait 2300
endwhile
script "___RECALL___"
endif #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