07-26-2017, 05:30 PM
As of the latest patch of the BOT, when attempting to gather a specific item using a gathering profile, the BOT will only select the first node item in the item list for the node. For example, with Botany on a Lv40 Lush Vegetation Path in Eastern La Noscea just south of Raincatcher Gully Docks, the node's item list is 1-Maiden Artichoke, 2-Ramhorn Zucchini, 3-Mugwort, 4-Water Shard, 5-Timeworn Goatskin Map (hidden rare). In my Profile I set my Tasks as seen below, however, it totally ignores my item1 declared item and only harvests the first item i.e. Maiden Artichoke. I have set the item1 value to everything on the nodes list and it ONLY harvests the Maiden Artichoke.
["tasks"] = {
[1] = {
["type"] = "botany";
["whitelist"] = "4";
["item1"] = "Ramhorn Zucchini";
["minlevel"] = 1;
["maxlevel"] = 50;
["mapid"] = 137;
["radius"] = 150;
["pos"] = {
["x"] = -4.86;
["y"] = 39.61;
["z"] = 332.88;
};
["usestealth"] = true;
["timeout"] = 180;
};
};
This was working perfecting fine yesterday, so I am not sure what happened since then.
Thanks,
PappaSmurf
["tasks"] = {
[1] = {
["type"] = "botany";
["whitelist"] = "4";
["item1"] = "Ramhorn Zucchini";
["minlevel"] = 1;
["maxlevel"] = 50;
["mapid"] = 137;
["radius"] = 150;
["pos"] = {
["x"] = -4.86;
["y"] = 39.61;
["z"] = 332.88;
};
["usestealth"] = true;
["timeout"] = 180;
};
};
This was working perfecting fine yesterday, so I am not sure what happened since then.
Thanks,
PappaSmurf