@Miqobot:
This thread is related to Phase 3 of Ishgard Restoration.
With the arrival of Patch 5.41, it is outdated.
So If I want to tell miqo to go gather the elemental MIN/BTN mats when it spawns, how would I do it?
I was thinking I would have a chapter for normal gathering with
addGoodWeather(Heat Wave)
and after every 10 minutes or so do a
skipBadWeather()
and have subsequent chapters for each weather.
The only problem is that I can’t control when the weather will hit, so If I want to limit how long the whole thing lasts (just under 3 hours since that’s max diadem time), how would I go about doing that? I suppose I could reset the whole thing once I collect from the rare weather node, but that doesn’t seem terribly efficient.
Any suggestions?