11-28-2017, 09:09 PM
(11-28-2017, 08:38 PM)sebbs Wrote: Wont time out if u have nodes in range.
Need a task to move on too
Can you please elaborate on what you mean by another task to move on to?
I thought that the "tasks" were the numbers 1-5 below.
Thank you for any help you can provide.
local obj1 = {
["setup"] = {
["gearsetmining"] = 1;
["gearsetbotany"] = 2;
};
["tasks"] = {
[1] = {
["type"] = "mining";
["maxtime"] = 30000;
["whitelist"] = "1";
["radius"] = 100;
["minlevel"] = 1;
["maxlevel"] = 70;
["item1"] = "Water Shard";
['item2'] = "Obsidian";
["mapid"] = 140;
["pos"] = {
["x"] = 11.679;
["y"] = 58.287;
["z"] =346.395;
};
["usestealth"] = true;
["lowpriority"] = true;
};
[2] = {
["type"] = "mining";
["whitelist"] = "1";
["maxtime"] = 30000;
["radius"] = 100;
["minlevel"] = 1;
["maxlevel"] = 70;
["item1"] = "Mudstone";
["mapid"] = 138;
["pos"] = {
["x"] = 282.169;
["y"] = -4.397;
["z"] = 105.066;
};
["usestealth"] = true;
["lowpriority"] = true;
};
[3] = {
["type"] = "mining";
["whitelist"] = "1";
["maxtime"] = 30000;
["radius"] = 100;
["minlevel"] = 1;
["maxlevel"] = 70;
["item1"] = "Iron Ore";
["mapid"] = 140;
["pos"] = {
["x"] = 295.23959350586;
["y"] = 62.228973;
["z"] = -207.7792285156;
};
["usestealth"] = true;
["lowpriority"] = true;
};
[4] = {
["type"] = "mining";
["whitelist"] = "2";
["maxtime"] = 30000;
["radius"] = 100;
["minlevel"] = 1;
["maxlevel"] = 70;
["item1"] = "Limestone";
["mapid"] = 138;
["pos"] = {
["x"] = 239.23959350586;
["y"] = -16.5871973;
["z"] = 142.447792285156;
};
["usestealth"] = true;
["lowpriority"] = true;
};
[5] = {
["type"] = "mining";
["whitelist"] = "1";
["maxtime"] = 30000;
["radius"] = 100;
["minlevel"] = 1;
["maxlevel"] = 70;
["item1"] = "Alumen";
["mapid"] = 145;
["pos"] = {
["x"] = -177.23959350586;
["y"] = -33.9671973;
["z"] = -40.447792285156;
};
["usestealth"] = true;
["lowpriority"] = true;
};
};
}
return obj1