MMOMinion

Full Version: Trouble in gathering and fishing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Case 1
Coerthas Western Highlands in gathering.

[attachment=4438]

Mount can not be landing on the location of the attached image 1.
When the bot arrives to this place, it continues to move to the south direction.
Code:
local obj1 = {
    ["setup"] = {
        ["gearsetmining"] = 31;
        ["gearsetbotany"] = 32;
    };
    ["tasks"] = {
        [1] = {
            ["type"] = "mining";
            ["radius"] = 100;
            ["item1"] = "Mythrite Sand";
            ["item2"] = "";
            ["nodeminlevel"] = 51;
            ["nodemaxlevel"] = 60;
            ["mapid"] = 397;
            ["pos"] = {
                ["x"] = -198.88227844238;
                ["y"] = 92.027404785156;
                ["z"] = -413.92977905273;
            };
            ["usestealth"] = false;
            ["dangerousarea"] = true;
            ["gathermaps"] = false;
            ["skillprofile"] = "Miner";
            ["timeout"] = 2000;
        };
        [2] = {
            ["type"] = "mining";
            ["radius"] = 100;
            ["item1"] = "Mythrite Sand";
            ["item2"] = "";
            ["nodeminlevel"] = 51;
            ["nodemaxlevel"] = 60;
            ["mapid"] = 397;
            ["pos"] = {
                ["x"] = -333.10995483398;
                ["y"] = 95.969032287598;
                ["z"] = -426.8835144043;
            };
            ["usestealth"] = false;
            ["dangerousarea"] = true;
            ["gathermaps"] = false;
            ["skillprofile"] = "Miner";
            ["timeout"] = 2000;
        };
        [3] = {
            ["type"] = "mining";
            ["radius"] = 90;
            ["item1"] = "Mythrite Sand";
            ["item2"] = "";
            ["nodeminlevel"] = 51;
            ["nodemaxlevel"] = 60;
            ["mapid"] = 397;
            ["pos"] = {
                ["x"] = -318.18835449219;
                ["y"] = 89.590469360352;
                ["z"] = -614.85577392578;
            };
            ["usestealth"] = false;
            ["dangerousarea"] = true;
            ["gathermaps"] = false;
            ["skillprofile"] = "Miner";
            ["timeout"] = 2000;
        };
    }
}
return obj1

Case 2
Azys Lla in fishing
Movement of BOT stops at the location of the attached image 2.
Rendering is very slow.

The message is repeated in the console like the attached image 3.

[attachment=4439]

Code:
local obj1 = {
    ["tasks"] = {
        -- The Pappus Tree - Tiny Axolotl
        [1] = {
            ["minlevel"] = 60;
            ["maxlevel"] = 60;
            ["mapid"] = 402;
            ["pos"] = {
                ["x"] = -797.06;
                ["y"] = -37.48;
                ["z"] = 639.50;
                ["h"] = 3.008;
            };
            ["usemooch"] = true;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["usefisheyes"] = false;
            ["usesnagging"] = false;
            ["usecollect"] = true;
            ["baitname"] = "Brute Leech";
            ["whitelist"] = "";
            ["whitelisthq"] = "";
            ["blacklist"] = "Lungfish,Aether Eye,Crystalfin,Fountfish";
            ["blacklisthq"] = "Lungfish,Crystalfin,Fountfish";
            ["moochables"] = "Aether Eye";
            ["usestealth"] = true;
            ["dangerousarea"] = true;
        };
    };
}
return obj1
Im having similar issues and I know another person that is having the same issues as well ever since the most recent update a few weeks ago. It's the exact same spot too while fishing for Tiny Axolotl. Something was change on how the bot flies because I found my bot flying in circles at the top of the map sometime while mining... and its the same message on my console just different coordinates.
Case 2 Azys Lla in fishing
Drawing limit of the system configuration is set to FPS 60.
But, come to the location that is displayed in the log, will be reduced to the FPS is 33.