12-04-2017, 04:50 AM
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
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