Ansem's MegaFisher Macro v2.5 (For hunting serps/getting MIBS)

AnsemUO

Grandmaster
Hi folks,

Figured it was time to give a little something back to the UOF community.

This is a Razor macro that will fish on a boat that is out to sea, if you fish up a serpent, your guy will kill it and the macro will end. If the fish stop biting, it will move the boat and begin fishing again. If you catch regular fish it will cut the fish into fish steaks, if you catch special fish it will eat the fish.
Requirements:
  • Boat in Deep Sea
  • Fishing Pole
  • Bow equipped with arrows in pack

Enjoy, Any questions or feedback let me know.

Code:
!Loop
// Ansem's MEGAFISHER
Assistant.Macros.DoubleClickTypeAction|3519|True
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.TargetRelLocAction|-3|0
Assistant.Macros.PauseAction|00:00:06
Assistant.Macros.IfAction|4|0|uh oh!
Assistant.Macros.SpeechAction|0|38|3|ENU|0|SEEEEERRRRPPPEENT!
Assistant.Macros.SpeechAction|0|38|3|ENU|0|PEW PEW MOTHA FUCKA
Assistant.Macros.HotKeyAction|1511|
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|the fish don't seem to be biting here.
Assistant.Macros.SpeechAction|0|52|3|ENU|2|16|69|forward
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.SpeechAction|0|52|3|ENU|5|48|54|4|241|97|stop
Assistant.Macros.PauseAction|00:00:00.2500000
Assistant.Macros.HotKeyAction|1337|
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|ar, the anchor
Assistant.Macros.SpeechAction|0|38|3|ENU|2|16|44|RAISE DAT ANCHOR *****
Assistant.Macros.ElseAction
Assistant.Macros.EndIfAction
Assistant.Macros.PauseAction|00:00:02
 

Bapes

Adept
Is this the same macro you were using in that video you posted before?

That was a funny thread...
 

Lopsang

Master
I spent a lot of time developing a set of fishing macros so I thought I'd share as well.

Few things to note:
  • You'll need archery, a boat, and preferably healing skill (although you could modify it for greater heals).
  • This goes without saying but make sure you have the bow equipped before starting the macro
  • This macro set hits 4 corners from one position, so you need to stand in the middle of the boat
  • The macro will eat any of the prized fish that you pull up, and it only stops for bottles. Any maps or nets that get pulled up are ignored, and the macro continues on. (Easily changeable)
  • I don't have it set to auto attack, the sea serpent should attack you and then you'll auto defend.
  • It's set to run a cleanup macro once the weight hits 355, you can adjust this if need be
  • Don't change the names of the files unless you also edit the macros, as the different macros reference each other.
  • When your ready, run the 'Fishing1' macro, this is the starting position. It essentially works by targeting one tile until its empty, then chains through the other macros until you exhaust an area, and then it moves forward to the next location. If you hit the defined weight limit, it calls a cleanup macro which will cut up all the fish and then drop it on the ground. After that it resumes.
  • The drop on ground part is a little buggy, sometimes it doesnt work. I've tried numerous times to fix it and am at a loss as to how to.
 

Nanashi

Grandmaster
Where do you copy/paste the macro? I've tried looking up guides but I can't seem to get the macro to show up on razor.
 

Greed

Master
Where do you copy/paste the macro? I've tried looking up guides but I can't seem to get the macro to show up on razor.

Computer ---> Local Disk (C : ) ---> Users ---> (Nanashi or w/e you named your PC) ---> AppData ---> Roaming ---> Razor ---> Macros
 
Top