Fishing Scenario with Mooching

Forum Forums Discussion Fishing Scenario with Mooching

This topic contains 2 replies, has 2 voices, and was last updated by  fakename 5 months, 3 weeks ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40817

    fakename
    Participant
    0

    Hi Everyone,

    I’m trying to figure out how to best create a Fishing Scenario for catching complex fix.

    For example, the Poxpike requires the following:
    – Honey Worm Precision 1
    – Silverfish Mootched Precision 1
    – Goldfish Mooched Powerful 2
    – Catch Poxpike

    Here’s my scenario:

    job(FSH)
    bait(Honey Worm)
    fishPreset(pre1)
    moochPreset(Silverfish, pre1)
    moochPreset(Goldfish, pow3)
    fish()

    But, if it fails to catch the Poxpike on moochPreset(Goldfish, pow3), it doesn’t reset to fishPreset(pre1). What’s best practice to restart the scenario? I know I can do something like fish(1) and then repeatChapter(999), but I don’t want it to catch useless fish to help Surface Slap.

    Is there a good way to do this?

    #40818
    Lyfox
    Lyfox
    Participant
    1+

    Try adding this line: moochPreset(none, pre1)

    #40819

    fakename
    Participant
    0

    Thank you 🙂 I was coming back to say that. Really works wonderfully.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.