MMOMinion

Full Version: help with profile.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to make an addition to an existing profile to collect crescent spring water.

can anyone tell me how i figure these values out or where i find them? i hit a brickwall on this

["mapid"] =
            ["radius"] =
            ["pos"] = {
               
                ["x"] = -
                ["y"] =
                ["z"] =
                ["h"] = -


Also can someone repair this profile, it suddenly stopped working after the almadine farm i get this error.

D = "[error]: Error in cause for [ReturnToBase] [[string \"C:\\MINIONAPP\\Bots\\FFXIVMinion64\\LuaMods\\/ffxivminion/ffxiv_helpers.lua\"]:6952: attempt to perform arithmetic on local 'y2' (a nil value)]"

local obj1 = {
["setup"] = {
["gearsetmining"] = 2;
["gearsetbotany"] = 3;
};
["tasks"] = {
-----------------------------------------------------------------------------------
------------------------------------ 8AM - 12PM -----------------------------------
-----------------------------------------------------------------------------------
[1] = { -- Doman Yellow @ 8AM-12PM (Botanist / Azim Steppe 16,28)
["mapid"] = 622;
["radius"] = 300;
["pos"] = {
["x"] = -267.6;
["y"] = 12.54;
["z"] = 339.43;
["h"] = 1.82;
};
["type"] = "botany";
["item1"] = "Doman Yellow";
["mingp"] = 600;
["eorzeaminhour"] = 8;
["eorzeamaxhour"] = 12;
["skillprofile"] = "Lvl70_Aetherial";
["gatherrares"] = false;
["gatherspecialrares"] = false;
["gathermaps"] = false;
["gathergardening"] = false;
["usecordials"] = true;
["lowpriority"] = true;
["timeout"] = 750;
["unspoiled"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["collectables"] = {
["Doman Yellow"] = 300;
};
};
[2] = { -- Re-Pop Task 01 (1of2) @ 8AM-12PM (Botanist / Azim Steppe)
["mapid"] = 622;
["radius"] = 30;
["pos"] = {
-- -307.8 6.2 412.64 -0.82
["x"] = -307.8;
["y"] = 6.2;
["z"] = 412.64;
["h"] = -0.82;
};
["type"] = "botany";
["item1"] = "Nipplewort";
["eorzeaminhour"] = 8;
["eorzeamaxhour"] = 12;
["skillprofile"] = "Lvl70_Aetherial";
["gathermaps"] = false;
["gathergardening"] = false;
["lowpriority"] = true;
["maxtime"] = 7500;
["timeout"] = 750;
["usestealth"] = true;
};
[3] = { -- Re-Pop Task 01 (2of2) @ 8AM-12PM (Botanist / Azim Steppe)
["mapid"] = 622;
["radius"] = 30;
["pos"] = {
-- -170.3 3.06 361.49 1.34
["x"] = -170.3;
["y"] = 3.06;
["z"] = 361.49;
["h"] = 1.34;
};
["type"] = "botany";
["item1"] = "Nipplewort";
["eorzeaminhour"] = 8;
["eorzeamaxhour"] = 12;
["skillprofile"] = "Lvl70_Aetherial";
["gathermaps"] = false;
["gathergardening"] = false;
["lowpriority"] = true;
["maxtime"] = 7500;
["timeout"] = 750;
["usestealth"] = true;
};

-----------------------------------------------------------------------------------
------------------------------------- 12AM - 4AM ----------------------------------
-----------------------------------------------------------------------------------
[13] = { --Almandine 12AM-4AM (Miner / The Lochs 13,16)
["mapid"] = 621;
["radius"] = 300;
["pos"] = {
["x"] = -420.2;
["y"] = 10.51;
["z"] = -240.1;
["h"] = -2.56;
};
["type"] = "mining";
["item1"] = "Almandine";
["mingp"] = 600;
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 4;
["skillprofile"] = "Lvl70_Aetherial";
["gatherrares"] = false;
["gatherspecialrares"] = false;
["gathermaps"] = false;
["gathergardening"] = false;
["usecordials"] = true;
["lowpriority"] = true;
["timeout"] = 750;
["unspoiled"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["collectables"] = {
["Almandine"] = 300;
};
};
[14] = { -- Re-Pop Task 01 (1of2) @ 12AM-4AM (Miner / The Lochs)
["mapid"] = 621;
["radius"] = 30;
["pos"] = {
-- -400.4 11.98 -276.5 -2.45
["x"] = -400.4;
["y"] = 11.98;
["z"] = -276.5;
["h"] = -2.45;
};
["type"] = "mining";
["item1"] = "Ice Crystal";
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 4;
["skillprofile"] = "Lvl70_Aetherial";
["gathermaps"] = false;
["gathergardening"] = false;
["lowpriority"] = true;
["maxtime"] = 7500;
["timeout"] = 750;
["usestealth"] = true;
};
[15] = { -- Re-Pop Task 01 (2of2) @ 12AM-4AM (Miner / The Lochs)
["mapid"] = 621;
["radius"] = 30;
["pos"] = {
-- -544.0 14.88 -296.2 -1.09
["x"] = -544.0;
["y"] = 14.88;
["z"] = -296.2;
["h"] = -1.09;
};
["type"] = "mining";
["item1"] = "Ice Crystal";
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 4;
["skillprofile"] = "Lvl70_Aetherial";
["gathermaps"] = false;
["gathergardening"] = false;
["lowpriority"] = true;
["maxtime"] = 7500;
["timeout"] = 750;
["usestealth"] = true;
-- };
--


-- Resting phase --
[120] = {
["mapid"] = 156;
["eorzeaminhour"] = 4;
["eorzeamaxhour"] = 8;
};



};
}
return obj1