MMOMinion
Keeper of the Lake [Complete + Loot] - 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: Duty Profiles (https://www.mmominion.com/forumdisplay.php?fid=115)
+---- Thread: Keeper of the Lake [Complete + Loot] (/showthread.php?tid=10516)

Pages: 1 2 3 4


RE: Keeper of the Lake [Complete + Loot] - wisdom3 - 01-28-2015

noticing 3363 mob sometimes doesn't get killed actually
or one of the mobs in this group usually
which fails the key mechanism
upped fail time... will report back if still an issue


RE: Keeper of the Lake [Complete + Loot] - xkuroikazex - 03-23-2015

Having a lot of trouble with this. For some reason no matter what profile I use the WHM won't heal, TP positions end up being places where half the party can't attack due to aetherial interference, skipping mobs as to not get the ID cards, dying at Einhander, and the one time it actually made it to the last boss it died on him too.


RE: Keeper of the Lake [Complete + Loot] - Kate - 03-23-2015

sorry, no idea - is working for me


RE: Keeper of the Lake [Complete + Loot] - Cichard - 04-11-2015

for me you have them attacking on the ground at some encounters


RE: Keeper of the Lake [Complete + Loot] - Underwhelp - 04-13-2015

If you set it to
Code:
["Independent"] = true;
then it will operate much more smoothly, Bots will port back up to floating positions when knocked down, ect.

Also not sure what was up on last boss , but I lowered the "Y" pos by 2 and increased range to 45 for that encounter and it will now clear with no issues. Some reason before it would not swap targets and locked on boss, for me anyways.


Code:
        -- Boss 3 Midgardsormr
        [37] = {
            ["radius"] = 45;
            ["taskFunction"] = "ffxiv_duty_kill_task.Create";
            ["waitTime"] = 2000;
            ["failTime"] = 20000;
            ["prioritize"] = true;
            ["doKill"] = true;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 649.04217529297;
                    ["x"] = -40.763389587402;
                    ["h"] = 1.7296923398972;
                    ["z"] = -76.837348937988;
                };
            };
            ["bossIDs"] = "3370;3375;3374";
        };