MMOMinion

Full Version: Cant find MapID
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hay team,

Trying to make a simple Duty for bowl of embers, However I keep getting an error 

It opens up the Duty Finder but then it cant find the MAPID of Ifritz ie 202

 D = "Could not find duty with mapid [202]"

Any help would be awesome

Code:
-- Persistent Data
local multiRefObjects = {

} -- multiRefObjects
local obj1 = {
["Category"] = 4;
    ["MapID"] = 202;
    ["EncounterIndex"] = 1;
    ["Independent"] = true;
    ["Encounters"] = {
        [1] = {
            ["doWait"] = true;
            ["radius"] = 25;
            ["failTime"] = 4000;
            ["taskFunction"] = "ffxiv_duty_kill_task.Create";
            ["waitTime"] = 3000;
            ["doKill"] = true;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 0;
                    ["x"] = -7.83;
                    ["z"] = 0.84;
                };
            };
            ["bossIDs"] = "";
        };
    };
}
return obj1
Have you tried restarting your game? The duty list randomly bugs and and doesnt return all the results.
haha Yep that fixed it, Thanks
I feel silly now.

Expect
Nothing to feel silly about its a bug with the bot/game