07-25-2017, 03:23 PM
here is what i had. i goes to the node just doesn't run the skill profile properly i think.
[13] = {
["unspoiled"] = true;
["highpriority"] = true;
["minlevel"] = 66;
["maxlevel"] = 70;
["eorzeaminhour"] = 17;
["eorzeamaxhour"] = 19;
["mapid"] = 614;
["radius"] = 300;
["mingp"] = 600;
["collectables"] = {
["Perlite"] = 450;
};
["pos"] = {
["x"] = 789.273;
["y"] = 119.804;
["z"] = -107.247;
["h"] = 1.747;
};
["type"] = "mining";
["item1"] = "Perlite";
["skillprofile"] = "SB_Ephy";
["gatherrares"] = false;
["gatherspecialrares"] = false;
["gathermaps"] = false;
["gathergardening"] = false;
["usecordials"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 1000;
};
[14] = {
["minlevel"] = 66;
["maxlevel"] = 70;
["eorzeaminhour"] = 17;
["eorzeamaxhour"] = 19;
["mapid"] = 614;
["radius"] = 45;
["pos"] = {
["x"] = 508.06390380859;
["y"] = 42.211799621582;
["z"] = -64.677284240723;
["h"] = 2.800;
};
["type"] = "mining";
["item1"] = "Durium Ore";
["skillprofile"] = "SB_Ephy";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 45;
};
[15] = {
["minlevel"] = 66;
["maxlevel"] = 70;
["eorzeaminhour"] = 17;
["eorzeamaxhour"] = 19;
["mapid"] = 614;
["radius"] = 55;
["pos"] = {
["x"] = 424.72424316406;
["y"] = 61.334629058838;
["z"] = -5.2198133468628;
["h"] = 2.800;
};
["type"] = "mining";
["item1"] = "Durium Ore";
["skillprofile"] = "SB_Ephy";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 45;
};
I tried making a custom Skill profile for
Discerning Methodical Appraisal x3 then collect rather than the Proc method.
[13] = {
["unspoiled"] = true;
["highpriority"] = true;
["minlevel"] = 66;
["maxlevel"] = 70;
["eorzeaminhour"] = 17;
["eorzeamaxhour"] = 19;
["mapid"] = 614;
["radius"] = 300;
["mingp"] = 600;
["collectables"] = {
["Perlite"] = 450;
};
["pos"] = {
["x"] = 789.273;
["y"] = 119.804;
["z"] = -107.247;
["h"] = 1.747;
};
["type"] = "mining";
["item1"] = "Perlite";
["skillprofile"] = "SB_Ephy";
["gatherrares"] = false;
["gatherspecialrares"] = false;
["gathermaps"] = false;
["gathergardening"] = false;
["usecordials"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 1000;
};
[14] = {
["minlevel"] = 66;
["maxlevel"] = 70;
["eorzeaminhour"] = 17;
["eorzeamaxhour"] = 19;
["mapid"] = 614;
["radius"] = 45;
["pos"] = {
["x"] = 508.06390380859;
["y"] = 42.211799621582;
["z"] = -64.677284240723;
["h"] = 2.800;
};
["type"] = "mining";
["item1"] = "Durium Ore";
["skillprofile"] = "SB_Ephy";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 45;
};
[15] = {
["minlevel"] = 66;
["maxlevel"] = 70;
["eorzeaminhour"] = 17;
["eorzeamaxhour"] = 19;
["mapid"] = 614;
["radius"] = 55;
["pos"] = {
["x"] = 424.72424316406;
["y"] = 61.334629058838;
["z"] = -5.2198133468628;
["h"] = 2.800;
};
["type"] = "mining";
["item1"] = "Durium Ore";
["skillprofile"] = "SB_Ephy";
["gathermaps"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["timeout"] = 45;
};
I tried making a custom Skill profile for
Discerning Methodical Appraisal x3 then collect rather than the Proc method.