My simple Fishing script

Don't know how something works? Here you will find some useful links. And if you have a question, feel free to ask.
Post Reply
Wild Retic
Grandmaster Scribe
Posts: 71
Joined: Sat Jun 05, 2021 9:18 pm

My simple Fishing script

Post by Wild Retic »

for 5
useobject '0x42aa5e2f'
waitfortarget 500
targettileoffset 3 0 2
pause 7500
endfor
useobject '0x405453be'
waitfortarget 1500
targettype '0x9cc'
pause 1000
useobject '0x405453be'
waitfortarget 1500
targettype '0x9cf'
pause 1000
useobject '0x405453be'
waitfortarget 1500
targettype '0x9ce'
pause 1000
useobject '0x405453be'
waitfortarget 1500
targettype '0x9cd'
pause 1000
msg 'forward one'
pause 2000
msg 'forward one'
pause 2000
msg 'forward one'
pause 2000
msg 'forward one'
pause 1000
davethemage
Grandmaster Scribe
Posts: 89
Joined: Sun Aug 09, 2020 2:13 pm

Re: My simple Fishing script

Post by davethemage »

Should put this in published macros, with a tag as to what you are using (steam, easy, razor, ect) :)

quick question on this. msg 'forward one' can you do 'forward five' to move 5 spaces??
IGN: Edwin Roach
dreamstalker
Legendary Scribe
Posts: 345
Joined: Wed Apr 16, 2014 3:39 pm
Location: North Carolina

Re: My simple Fishing script

Post by dreamstalker »

forward one actually moves the boat 3 tiles forward...is y i have mine "for 8 msg back one pause 3000 endfor .....the pause is there cause of the wake stoppin u if u run into it.
I keep a gun because I'm too young to die and too old to take an ass whoopin! just cause you aint paranoid doesnt mean they aint after you
davethemage
Grandmaster Scribe
Posts: 89
Joined: Sun Aug 09, 2020 2:13 pm

Re: My simple Fishing script

Post by davethemage »

dreamstalker wrote:
Sat Sep 25, 2021 8:51 am
forward one actually moves the boat 3 tiles forward...is y i have mine "for 8 msg back one pause 3000 endfor .....the pause is there cause of the wake stoppin u if u run into it.
ok cool. in my script i just have it go forward and pause for length of time it takes to go 8-12 spaces(depending on the lag), then stop. was hoping for a more calculated solution for moving an exact number of spaces aside from a wait.
IGN: Edwin Roach
dreamstalker
Legendary Scribe
Posts: 345
Joined: Wed Apr 16, 2014 3:39 pm
Location: North Carolina

Re: My simple Fishing script

Post by dreamstalker »

i just like hittin every 8x8 square so i dont miss anything :) tryin to decide if i wanna put my script in forums since mine does work unattended which i honestly never do.
I keep a gun because I'm too young to die and too old to take an ass whoopin! just cause you aint paranoid doesnt mean they aint after you
Post Reply