MMOMinion

Full Version: Fish Gathering does not work since last bot update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[attachment=3971][attachment=3971]Dear Support,

since bot's last update the fish gather module is not working anymore.


Regards,
Heimdallr.
whats it doing ?

whats it not doing?
it moves to the position then do nothing.

edit: it doesnt select the right bait as well.
Exact same issue, and same messages in the console
Ace know
From what I can tell, it just means the position it led to didn't lead to a valid fishing position. Need to know more about which profile is being used.
(11-29-2015, 05:40 AM)Ace Wrote: [ -> ]From what I can tell, it just means the position it led to didn't lead to a valid fishing position. Need to know more about which profile is being used.


I am not sure if that's the case cause when i have tried none of my profiles work including the example profile that was provided but fishing does seem to work when i set profile to none and just use markers. also when i try manually fishing where the profiles try to fish i can fish.
Older fishing profiles posted in the profiles section are working but when I try to make a new one, I'm having the exact same issues listed. Here's what the profile looks like.

Code:
local obj1 = {
        ["setup"] = {
        ["gearsetfishing"]= 4;
    };
    ["tasks"] = {
        [1] = {
            ["type"] = "fishing";
            ["minlevel"] = 50;
            ["maxlevel"] = 60;
            ["mapid"] = 398;
            ["pos"] = {
                ["x"] = 179.83218383789;
                ["y"] = -89.179145812988;
                ["z"] = 211.45350646973;
                ["h"] = -2.162157535553;
            };
            ["whitelist"] = "Coerthan Crab";
            ["whitelisthq"] = "Coerthan Crab";
            ["usestealth"] = false;
            ["usemooch"] = true;
            ["usepatience"] = true;
            ["usepatience2"] = false;
            ["usechum"] = false;
            ["baitname"] = "Goblin Jig";
            ["usecollect"] = false;
        };
        [1000] = {
            ["type"] = "fishing";
            ["radius"] = 1;
            ["minlevel"] = 1;
            ["mapid"] = 478;
            ["pos"] =  {
                ["x"] = 15.65;
                ["y"] = 206.80;
                ["z"] = 54.16;
            };    
        };
    };
}
return obj1
Try it without the .010001010109.

2dp.

36.21
... just tried using the older established fishing profiles and none of them are working. Same problem as before. Navigates to the right place like a champ but it just stands there ... doesn't even select bait.
Pages: 1 2