Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fishing macro?
#1
does anyone have a fishing macro that works on land? i cant seem to figure 1 out using relative location...it just asks what water do you want to fish in? anyone have a macro for land that works with relative location? also can u afk macro fishing on land on here...i know u cant afk macro on a boat...so if anyone can paste their macro for fishing with relative location that works on land id appreciate it a ton! thanks! Smile
New on the server and would like some help? You are welcome to join our new players guild NEW. You can reach us in Discord
Elders of NEW are: The Gods, Ornithology, Groucho, Van, Kj(Temporary Co-GM), Catweazle(Temporary Co-GM), Pringles, and Black

Reply
#2
legal from land, this thread was just posted. https://uolostlands.com/forum/showthread.php?tid=1012 Looks like it would work. I have a detailed one that hits three spots off the dock in jhelom so you almost never fish all of them out I can share and show you spot to stand.
James likes this post
Reply
#3
This works well on the edge of a dock.

[Image: N1mJsTx.png]

Code:
!Loop
Assistant.Macros.DoubleClickTypeAction|3520|True
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-3|-3
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|1044081|
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.DoubleClickTypeAction|3520|True
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|3|-3
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|1044081|
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.DoubleClickTypeAction|3520|True
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-3|3
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|1044081|
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.DoubleClickTypeAction|3520|True
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|3|3
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.HotKeyAction|1044081|
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:10
Reply
#4
thx everyone for responses...i will try yours out fagabee...whats it do once fish stop biting?
New on the server and would like some help? You are welcome to join our new players guild NEW. You can reach us in Discord
Elders of NEW are: The Gods, Ornithology, Groucho, Van, Kj(Temporary Co-GM), Catweazle(Temporary Co-GM), Pringles, and Black

Reply
#5
It does nothing, just waits for the pond to restock. Try to stand on the edge or resource area. For example, fish one spot until it's out of fish, then move one tile at a time until you start catching again. This is the line that splits two areas. If you can find a corner of four resource areas, each cast will pull from it's own resource area, and you'll hardly run out of fish.

Fishing++

Go to the south docs in Jhelom and stand on this barrel.
[Image: 15oycTv.png]

Now run the new and improved fishing macro and you should hit four different spots.

Code:
!Loop
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-2|0
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|seem to be biting
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-3|0
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|seem to be biting
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-3|1
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|seem to be biting
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-2|1
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|seem to be biting
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.EndIfAction
The Gods likes this post
Reply
#6
(06-23-2016, 03:15 PM)Fagabeefe Wrote: It does nothing, just waits for the pond to restock. Try to stand on the edge or resource area. For example, fish one spot until it's out of fish, then move one tile at a time until you start catching again. This is the line that splits two areas. If you can find a corner or four resource areas, each cast will pull from it's own resource area, and you'll hardly run out of fish.


Fishing++

Go to the south docs in Jhelom and stand on this barrel.
[Image: 15oycTv.png]

Now run the new and improved fishing macro and you should hit four different spots.


Code:
!Loop
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-2|0
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|seem to be biting
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-3|0
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|seem to be biting
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-3|1
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|seem to be biting
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.EndIfAction
Assistant.Macros.HotKeyAction|1305|
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|-2|1
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.IfAction|4|0|seem to be biting
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.EndIfAction

thanks for info buddy!
New on the server and would like some help? You are welcome to join our new players guild NEW. You can reach us in Discord
Elders of NEW are: The Gods, Ornithology, Groucho, Van, Kj(Temporary Co-GM), Catweazle(Temporary Co-GM), Pringles, and Black

Reply
#7
what skill level/point do you stop gaining fishing on land and need to get boat and fish in deep sea? i heard something like 93.2? thanks!
New on the server and would like some help? You are welcome to join our new players guild NEW. You can reach us in Discord
Elders of NEW are: The Gods, Ornithology, Groucho, Van, Kj(Temporary Co-GM), Catweazle(Temporary Co-GM), Pringles, and Black

Reply
#8
you should be able to gm from land unless a change was made. My two were done from land
Reply
#9
(08-15-2016, 10:10 PM)yakka Wrote: you should be able to gm from land unless a change was made.  My two were done from land

oo sweet! ty
New on the server and would like some help? You are welcome to join our new players guild NEW. You can reach us in Discord
Elders of NEW are: The Gods, Ornithology, Groucho, Van, Kj(Temporary Co-GM), Catweazle(Temporary Co-GM), Pringles, and Black

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)