Thread Rating:
  • 4 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LF Almandine
#1
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.

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;
        };
Reply
#2
you have to add the normal nodes (non ephy) for it to go to so it resets it?

I tried that for perlite and it worked.
Reply
#3
I do have the normal nodes, there are three locations that can reset it. But it's not doing that, that's the dilemma.
the bot mines the ehp node and then does nothing. It has to be a setting I have wrong.

care to share your perlite, so I can reference it?
Reply
#4
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.
Reply
#5
Thanks, now I see my error. I added priorities.
Reply
#6
(07-27-2017, 03:18 PM)Poopy diapers Wrote:  Thanks, now I see my error. I added priorities.

does yours now work? if so can you post the fixed?
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products