08-24-2015, 07:56 PM
For some reason FF XIV keeps reassigning the party leader to one of my toons every time I use the duty finder to enter a dungeon. I cannot get any toons to follow the main toon. I cannot promote anyone to leader in the dungeon. The main toon is set to Assist. Here is the profile I am using for Duty mode:
If I select one of the FULL duty profiles, everything works fine. Any ideas what may be keeping this from working?
Code:
-- Persistent Data
local multiRefObjects = {
} -- multiRefObjects
local obj1 = {
["Encounters"] = {
[1] = {
["doWait"] = true;
["radius"] = 25;
["taskFunction"] = "ffxiv_duty_kill_task.Create";
["waitTime"] = 3000;
["doKill"] = true;
["startPos"] = {
["General"] = {
["y"] = 0.80479001998901;
["x"] = 55.799606323242;
["h"] = -1.0140314102173;
["z"] = -90.856101989746;
};
};
["bossIDs"] = "716;983;";
};
};
["MapID"] = 161;
["EncounterIndex"] = 1;
}
return obj1
If I select one of the FULL duty profiles, everything works fine. Any ideas what may be keeping this from working?