MMOMinion
Issue with collectables - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Issue with collectables (/showthread.php?tid=19126)

Pages: 1 2


RE: Issue with collectables - Balmur - 07-19-2017

Well yes, it does work in English when I only use the item name. What are you doing in german?


RE: Issue with collectables - Balmur - 07-19-2017

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!


RE: Issue with collectables - Zanci - 07-19-2017

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;
            };
        };