11-22-2015, 11:23 AM
Hello,
Trying to make a decent working gather profile, i used to have 3 marker (mining), with the marker type set as "Marker team" worked like a charm, but i wanted to create gather profile, and here i stuck, it sometime works, sometime not, and when not i have the following things in my debug log:
![[Image: a98c3a3b60.jpg]](http://puu.sh/lusXi/a98c3a3b60.jpg)
The bot correctly go from one spot to the next one, in a loop, but seems to not detect the nodes anymore, here is one of the tasks i created (french item names :p):
Edit: No add ons, only the original bot, tested with and without flight files, basic Miner profile, and of course, Gather mode.
Trying to make a decent working gather profile, i used to have 3 marker (mining), with the marker type set as "Marker team" worked like a charm, but i wanted to create gather profile, and here i stuck, it sometime works, sometime not, and when not i have the following things in my debug log:
![[Image: a98c3a3b60.jpg]](http://puu.sh/lusXi/a98c3a3b60.jpg)
The bot correctly go from one spot to the next one, in a loop, but seems to not detect the nodes anymore, here is one of the tasks i created (french item names :p):
Code:
[10] = {
["type"] = "mining";
["gathermaps"] = false;
["timeout"] = 15000;
["minlevel"] = 54;
["maxlevel"] = 60;
-- ["radius"] = 100;
["item1"] = "Minerai de titane";
["item2"] = "Saphir étoilé brut";
["skillprofile"] = "Miner";
["mapid"] = 398;
["pos"] = {
["x"] = 492.49871826172;
["y"] = -33.583961486816;
["z"] = -428.6282043457;
};
};
Edit: No add ons, only the original bot, tested with and without flight files, basic Miner profile, and of course, Gather mode.