Hm no error, weird - may you select gather debug in gather mode, too or it is checked?
Try that file - that works for me fine.
Code:
local obj1 = {
["setup"] = {
["gearsetmining"] = 17;
["gearsetbotany"] = 16;
};
["tasks"] = {
[1] = {
["minlevel"] = 1;
["maxlevel"] = 70;
["mapid"] = 137;
["radius"] = 150;
["pos"] = {
["x"] = -4.86;
["y"] = 39.61;
["z"] = 332.88;
};
["type"] = "botany";
["item1"] = "Ramhorn Zucchini";
["skillprofile"] = "G_Multi_Gathering";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 180;
};
};
}
return obj1
Try that file - that works for me fine.