Without testing you could do something like that (put repeat All into Chapter 1 or 3, cause if you skip it on the first run because of the weather, you will not repeat it probably):
Chapter 1:
repeatAll(10000)
fishPreset(grandis)
grid(grandis)
bait(Short Bill Minnow)
randomWaypoint(0,1,2,3)
// Press next, if next Eorzea Time is longer than 8 hours away
afkUntil(08:00et)
randomWaypoint(0,1,2,3)
afkUntil(16:00et)
randomWaypoint(0,1,2,3)
afkUntil(22:00et)
Chapter 2:
goodWeather(Clouds)
skipBadWeather()
findfish()
fish(7)
8 Eorzea hours are around 24min. The timeout is for 30min. So this should probably be enough. Maybe make an extra randomWaypoint before the 08:00et (akfUntil(04:00et)
). To be extra sure.
-
This reply was modified 2 years, 9 months ago by
Nekro.