08-10-2017, 02:58 PM
(08-10-2017, 12:52 PM)mistz Wrote: Hi ghost.
Is there a way to make your profile only gather doman yellow and aldanite for the dusklights, and if there aint nodes up to just farm crystals or the leves used in pots.
I cant figure out how to edit the profile so it dosent collect the other aetheriels like everboorn etc.
Take it, i just commented others resourses for you. Now it mines only Domain yellow, Almandine and crystals it the ephemeralnode is absent. If you want reedit it just delete "--[[" here
Code:
--[[ [4] = { --Schorl 12PM-4PM (Miner / Azim Steppe 29,15)
and "]]--" at the and of "step 12"
Code:
[12] = { -- Re-Pop Task 01 (2of2) @ 8PM-12AM (Botany / Yanxia)
["mapid"] = 614;
["radius"] = 30;
["pos"] = {
-- 113.03 50.77 -470.0 1.13
["x"] = 113.03;
["y"] = 50.77;
["z"] = -470.0;
["h"] = -1.13;
};
["type"] = "botany";
["item1"] = "Wind Crystal";
["eorzeaminhour"] = 20;
["eorzeamaxhour"] = 0;
["skillprofile"] = "Lvl70_Aetherial";
["gathermaps"] = false;
["gathergardening"] = false;
["lowpriority"] = true;
["maxtime"] = 7500;
["timeout"] = 750;
["usestealth"] = true;
};]]--
Same thing here
Code:
--[[ [16] = { --Torreya Branch 4AM-8AM (Botany / The Lochs 13,16)
and at the end of "step 18"
Code:
[18] = { -- Re-Pop Task 01 (2of2) @ 4AM-8AM (Botany / The Lochs)
["mapid"] = 621;
["radius"] = 30;
["pos"] = {
-- 271.27 17.83 -622.7 -2.8
["x"] = 271.27;
["y"] = 17.83;
["z"] = -622.7;
["h"] = -2.80;
};
["type"] = "botany";
["item1"] = "Ice Crystal";
["eorzeaminhour"] = 4;
["eorzeamaxhour"] = 8;
["skillprofile"] = "Lvl70_Aetherial";
["gathermaps"] = false;
["gathergardening"] = false;
["lowpriority"] = true;
["maxtime"] = 7500;
["timeout"] = 750;
["usestealth"] = true;
};]]--