MMOMinion
Fishing Release Bug - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Fishing Release Bug (/showthread.php?tid=14347)



Fishing Release Bug - ohm - 10-29-2015

Hey, minor bug report here.

Noticed that when the bot is switching tasks in a profile, if it is currently reeling in a fish it will keep it even if it's not on the whitelist. This ends up happening more often than you'd think!

Please save our inventories! :)

Actually this seems to be a whitelist problem with fisher in general... This is my profile setup:

Code:
[4] = {
            ["type"] = "fishing";
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 399;
            ["pos"] = {
                ["x"] = -53.652587890625;
                ["y"] = 100.60285186768;
                ["z"] = -134.35957336426;
                ["h"] = 0.62975263595581;
            };
            ["whitelist"] = "Illuminati Perch";
            ["whitelisthq"] = "Illuminati Perch";
            ["usestealth"] = false;
            ["usemooch"] = false;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Goblin Jig";        
        };

Why is it keeping all possible fish (Bomb Puffer, Hinterlands Perch, etc. etc.)???