MMOMinion
Cant find MapID - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104)
+---- Thread: Cant find MapID (/showthread.php?tid=20105)



Cant find MapID - Javaknight - 12-04-2017

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



RE: Cant find MapID - HusbandoMax - 12-04-2017

Have you tried restarting your game? The duty list randomly bugs and and doesnt return all the results.


RE: Cant find MapID - Javaknight - 12-04-2017

haha Yep that fixed it, Thanks
I feel silly now.

Expect


RE: Cant find MapID - HusbandoMax - 12-04-2017

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