07-19-2017, 11:16 AM
Pages: 1 2
07-19-2017, 11:43 AM
Ok I think this got fixed with the update that added the "ACR Profile Options" button. I tried with 2 items and so far it has worked. Thanks!
07-19-2017, 11:43 AM
Nothing special only put the german word into it. I know another player how is playing in french and as i know it works for him. Maybe is a reinstalling one way
Code:
local obj1 = {
["setup"] = {
["gearsetmining"] = 17;
["gearsetbotany"] = 16;
};
["tasks"] = {
[1] = { -- Almandin @ 12AM-4AM (Botanist / The Lochs)
["mapid"] = 621;
["radius"] = 300;
["pos"] = {
["x"] = -420.36;
["y"] = 11.67;
["z"] = -241.9;
["h"] = 0;
};
["type"] = "mining";
["item1"] = "Almandin";
["item2"] = "";
["mingp"] = 600;
["eorzeaminhour"] = 0;
["eorzeamaxhour"] = 4;
["skillprofile"] = "(D) Coll_EPHnode";
["gatherrares"] = true;
["gatherspecialrares"] = true;
["gathermaps"] = false;
["gathergardening"] = false;
["usecordials"] = true;
["lowpriority"] = true;
["timeout"] = 1500;
["unspoiled"] = true;
["dangerousarea"] = true;
["usestealth"] = true;
["collectables"] = {
["Almandin"] = 525;
};
};
Pages: 1 2