MMOMinion
Coding for fishing 2x different weather fish. - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: Fish Profiles (https://www.mmominion.com/forumdisplay.php?fid=180)
+---- Thread: Coding for fishing 2x different weather fish. (/showthread.php?tid=19052)



Coding for fishing 2x different weather fish. - GothicPunkGirl - 07-03-2017

Both are up 24/7 but can only be caught during certain weathers. So would my Coding need to look like for the bot to teleport to location one fish if certain weather, if not Teleport to fish two and fish if certain weather and if neither are up wait afk to check again?

[1] = {
["highpriority"] = true;
["weathernow"] = "Clouds";
[""lastshiftmin""] = 3000;

[2] = {
["highpriority"] = true;
["weathernow"] = "Clouds";
[""lastshiftmin""] = 3000;

[3] = {
["lowpriority"] = true;          <- 3 is just to fish scripts till weather change for the first two.