Razor Macro for Fishing

Discussion in 'Guides' started by DarkWing, Jan 5, 2013.

  1. DarkWing

    DarkWing Senior Counselor
    Senior Counselor
    UO:R Subscriber

    Joined:
    Jul 25, 2012
    Messages:
    345
    Likes Received:
    155
    i have perfected my Fishing/Archer macro, it fishes, cuts up footware, eats stupid small fish, moves the boat when the fish stop biting, Attacks Sea Serpents when fished up and halts the macro.
    Keep in mind, in order for the footware and small fish portion of this macro to work, you must add them to your Display/Counter List

    DO NOT USE THIS UNATTENDED!

    Attached Files:

    Jack of Shadows likes this.
  2. HateCrime

    HateCrime Well-Known Member
    UO:R Donor

    Joined:
    May 14, 2012
    Messages:
    1,445
    Likes Received:
    489
    Very nice! Ill give this a shot once I start up a fisher.. In the meantime though, are you selling any metal chests? IRC PM me bud!
  3. DarkWing

    DarkWing Senior Counselor
    Senior Counselor
    UO:R Subscriber

    Joined:
    Jul 25, 2012
    Messages:
    345
    Likes Received:
    155
    updated macro for latest fishing changes
  4. qbradq

    qbradq Member

    Joined:
    Apr 21, 2013
    Messages:
    122
    Likes Received:
    8
    Thank you for this! Very nice work!
  5. qbradq

    qbradq Member

    Joined:
    Apr 21, 2013
    Messages:
    122
    Likes Received:
    8
    Have you tested this macro? It's missing an EndIf statement, and needed a few other tweaks to get it to work correctly. I'll do a little more polishing and post the results.
  6. DarkWing

    DarkWing Senior Counselor
    Senior Counselor
    UO:R Subscriber

    Joined:
    Jul 25, 2012
    Messages:
    345
    Likes Received:
    155
    *bump*
    seeing a lot of new fisher out there,
    if you are unsure on how to get this set up .. just PM me on IRC .. i'll help you set it up
  7. corruption

    corruption Well-Known Member
    UO:R Subscriber

    Joined:
    Jul 1, 2013
    Messages:
    602
    Likes Received:
    258
    Thanks for posting this, DW -- been having trouble trying to figure out the best method for attacking on pulls.

    As a note; you can eliminate your reliance on counters for at very least the small fish pretty easily -- this section:

    Assistant.Macros.IfAction|50|1|1|peculiar fish
    Assistant.Macros.DoubleClickTypeAction|3542|True
    Assistant.Macros.EndIfAction
    Assistant.Macros.ElseAction
    Assistant.Macros.IfAction|50|1|1|trfish
    Assistant.Macros.DoubleClickTypeAction|3542|True
    Assistant.Macros.EndIfAction
    Assistant.Macros.ElseAction
    Assistant.Macros.IfAction|50|1|1|highly peculiar fish
    Assistant.Macros.DoubleClickTypeAction|3542|True
    Assistant.Macros.EndIfAction
    Assistant.Macros.ElseAction
    Assistant.Macros.IfAction|50|1|1|wonderous fish
    Assistant.Macros.DoubleClickTypeAction|3542|True
    Assistant.Macros.EndIfAction
    Assistant.Macros.ElseAction
    Assistant.Macros.IfAction|50|1|1|Truely Rare Fish
    Assistant.Macros.DoubleClickTypeAction|3542|True
    Assistant.Macros.EndIfAction
    Assistant.Macros.ElseAction

    Becomes drastically simplified to this:

    Assistant.Macros.DoubleClickTypeAction|3542|True
    Assistant.Macros.PauseAction|00:00:01

    ....the item type is the same for all fish types -- which is why your counters are necessary on this. Since you're not saving any of the fish, just drop it to doubleclick by item type, and pause for the object delay briefly; since you're running this routine once per cast attempt, you'll always be 'up to date' so to speak, and keeping your pack clear.

    Edit to add: Also, if you wanted to keep the if conditional around the eating of fish (I personally don't, a 1 second loss in total loop time is no big deal to me) -- you could execute the if conditional on a sysmessage -- something like:

    Assistant.Macros.IfAction|4|0|small fish
    Assistant.Macros.DoubleClickTypeAction|3542|True
    Assistant.Macros.PauseAction|00:00:01
    Assistant.Macros.EndIfAction

    I believe the system message is "You pull out an item : mess of small fish" -- so this should cover it fully.
  8. Wodan

    Wodan Well-Known Member
    UO:R Subscriber

    Joined:
    Sep 3, 2013
    Messages:
    579
    Likes Received:
    368
    Very nice macro, thanks !

    The part where boots are supposed to be cut up doesn't work for me.
    Any other footwear type I put in that place doesn't work either ...
    Only the later "else if" footwear parts work fine.
  9. DarkWing

    DarkWing Senior Counselor
    Senior Counselor
    UO:R Subscriber

    Joined:
    Jul 25, 2012
    Messages:
    345
    Likes Received:
    155
    Fishing made easy
  10. shad

    shad Well-Known Member
    UO:R Subscriber

    Joined:
    Jan 26, 2016
    Messages:
    7,927
    Likes Received:
    5,527
    @DarkWing
    This macro is GREAT!
    Thank you very much!

Share This Page