07-24-2017, 04:25 PM
Does any one have an Almandine profile that resets the ephemeral node?
I gave it a try and my bot stops gathering after the first ephemeral node.
I gave it a try and my bot stops gathering after the first ephemeral node.
Code:
[19] = { -- Ephemeral Node
["minlevel"] = 66;
["maxlevel"] = 70;
["mapid"] = 621;
["radius"] = 100;
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 4;
["pos"] = {
["x"] = -414.0;
["y"] = 12.59;
["z"] = -241.5;
};
["unspoiled"] = true;
["highpriority"] = true;
["usecordials"] = true;
["type"] = "mining";
["item1"] = "Almandine";
["skillprofile"] = "G_Multi_Gathering";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 150;
};
[20] = { --reset node - behind node
["minlevel"] = 66;
["maxlevel"] = 70;
["mapid"] = 621;
["radius"] = 100;
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 4;
["pos"] = {
["x"] = -516.5;
["y"] = 20.6;
["z"] = -285.3;
};
["normalpriority"] = true;
["lowpriority"] = true;
["type"] = "mining";
["item1"] = "Almandine";
["item2"] = "Molybdenum Ore";
["skillprofile"] = "G_Multi_Gathering";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 120;
};
[21] = { --reset node behind node pt2
["minlevel"] = 66;
["maxlevel"] = 70;
["mapid"] = 621;
["radius"] = 100;
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 4;
["pos"] = {
["x"] = -539.0;
["y"] = 15;
["z"] = -294.1;
};
["normalpriority"] = true;
["type"] = "mining";
["item1"] = "Almandine";
["item2"] = "Molybdenum Ore";
["lowpriority"] = true;
["skillprofile"] = "G_Multi_Gathering";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 45;
};
[22] = { --reset node Next to ephm node
["minlevel"] = 66;
["maxlevel"] = 70;
["mapid"] = 621;
["radius"] = 100;
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 4;
["pos"] = {
["x"] = -399.7;
["y"] = 12.8;
["z"] = -264.1;
};
["normalpriority"] = true;
["type"] = "mining";
["item1"] = "Almandine";
["lowpriority"] = true;
["item2"] = "Molybdenum Ore";
["skillprofile"] = "G_Multi_Gathering";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 45;
};