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?