Posts: 49
Threads: 3
Joined: Mar 2013
11-27-2015, 11:00 AM
(This post was last modified: 11-27-2015, 11:01 AM by heimdallr.)

Dear Support,
since bot's last update the fish gather module is not working anymore.
Regards,
Heimdallr.
Posts: 2,921
Threads: 12
Joined: Sep 2014
whats it doing ?
whats it not doing?
Posts: 49
Threads: 3
Joined: Mar 2013
11-27-2015, 11:02 AM
(This post was last modified: 11-27-2015, 11:06 AM by heimdallr.)
it moves to the position then do nothing.
edit: it doesnt select the right bait as well.
Posts: 208
Threads: 16
Joined: Dec 2014
Exact same issue, and same messages in the console
Posts: 2,921
Threads: 12
Joined: Sep 2014
Posts: 2,172
Threads: 65
Joined: Oct 2013
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.
Posts: 15
Threads: 4
Joined: Jul 2015
(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.
Posts: 8
Threads: 1
Joined: Nov 2015
11-29-2015, 07:06 PM
(This post was last modified: 11-29-2015, 07:07 PM by eoriez.)
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
Posts: 2,921
Threads: 12
Joined: Sep 2014
Try it without the .010001010109.
2dp.
36.21
Posts: 8
Threads: 1
Joined: Nov 2015
... 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.