Ressource Map Helper (Lumber, Mining, Skinning, Fishing) by special_sy
Description from the author:
# Script by [DoS] Chumber
# !! For fishing create a dress called Fisher with your pole equiped !!
# Works with the new mapping system, just reveal the camp and start the script
# Might have to restart after first captcha
# It will equip the right tool and start looking for the cart
if findtype 'lumber map' self 2434 as myCurrentMap
overhead "Lumber Map" 2799
if lhandempty
if counttype 'hatchet' self = 0
overhead "No Hatchets found, i cant work like this!" 32
stop
endif
dclicktype 'hatchet'
# long wait for queue and stuff
wait 2000
endif
@setvar! whichHand hand
elseif findtype 'ore map' self 2434 as myCurrentMap
overhead "Ore Map" 2419
if lhandempty
if counttype 'pickaxe' self = 0
overhead "No pickaxes found, i cant work like this!" 32
stop
endif
dclicktype 'pickaxe'
# long wait for queue and stuff
wait 2000
endif
@setvar! whichHand hand
elseif findtype 'skinning map' self 2434 as myCurrentMap
overhead "Skinning Map" 2651
if findtype 'Elven Spellblade' self as skinningBlade
@setvar! whichHand skinningBlade
else
overhead "No skinning blade found, i cant work like this!" 32
stop
endif
elseif findtype 'fishing map' self 2434 as myCurrentMap
overhead "Fishing Map" 2651
if lhandempty
if findtype 'fishing pole' self as myTool
overhead "Equiping fishing pole"
dress 'Fisher'
else
overhead "No fishing pole found, i cant work like this!" 32
stop
endif
# long wait for queue and stuff
wait 2000
endif
@setvar! whichHand hand
else
overhead "Didnt find any active map!" 32
stop
endif
if findtype 'cart|stretched hide|hanging fish' 'ground' -1 -1 7 as cart
overhead "You found it, lets go!" 2207
while findtype 'cart|stretched hide|hanging fish' 'ground' -1 -1 7
dclick whichHand
wft 500
target self
wait 2000
endwhile
overhead "Map done" 2207
#script 'Routines\Miner Recall'
else
overhead "Wrong spot?" 2207
wait 2000
endifUpdated for new Mappinng System
Uses the correct tool on your ressource map and deplets it, recalls afterwards








