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