MMOMinion

Full Version: Fishing Release Bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.)???