![]() |
LF Almandine - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90) +---- Forum: Gather Profiles (https://www.mmominion.com/forumdisplay.php?fid=179) +---- Thread: LF Almandine (/showthread.php?tid=19277) |
LF Almandine - Poopy diapers - 07-24-2017 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 RE: LF Almandine - jwells880910 - 07-24-2017 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. RE: LF Almandine - Poopy diapers - 07-24-2017 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? RE: LF Almandine - jwells880910 - 07-25-2017 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. RE: LF Almandine - Poopy diapers - 07-27-2017 Thanks, now I see my error. I added priorities. RE: LF Almandine - jwells880910 - 07-27-2017 (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? |