Thread Rating:
  • 11 Vote(s) - 3.18 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keeper of the Lake [Complete + Loot]
#21
(01-25-2015, 05:16 AM)lantus Wrote:  For me the problem during last boss is that it doesn't attack the 2nd mirage dragon, it just teleport to where the chest would spawn at the end and die from main boss.

Kaeyt would it be possible that maybe the version that's uploaded for us to download is a different version from the one you are using?

No i checked this already just in case, it is the one im using which is why im so confused for you.
Did you try reloading (ctrl L) the 4 bots on arriving at the last boss? This should make them run through the past steps up to the boss and reset and weird issues the bot may have had prior to it
Reply
#22
(01-25-2015, 08:36 AM)Kaeyt Sith Wrote:  No i checked this already just in case, it is the one im using which is why im so confused for you.
Did you try reloading (ctrl L) the 4 bots on arriving at the last boss? This should make them run through the past steps up to the boss and reset and weird issues the bot may have had prior to it

Yah I tried that, I didn't fix it :(
Reply
#23
Sorry no idea then :/

You'll have to manually set all your bots to Assist at the last boss , and switch targets as needed.
Its working for me and i don't know enough about the bot/your pc/ your ISP and a million other things that could affect why its not working for you sorry :(
Reply
#24
Are you using any other thing that you can download that helps you do the last boss that we are missing some how?
Reply
#25
nope, no addons
just switch the bots to assist on last boss, is the only thing i can think of if for some reason the script is not doing what its written to do (i.w switch mobs when they pop), as i said i have not had any problems with the last boss in many runs so have no way of even testing why its failing for you.

TRY THIS version added to OP
Have changed the radius, wait time etc for last boss
Reply
#26
(01-25-2015, 12:30 PM)Kaeyt Sith Wrote:  nope, no addons
just switch the bots to assist on last boss, is the only thing i can think of if for some reason the script is not doing what its written to do (i.w switch mobs when they pop), as i said i have not had any problems with the last boss in many runs so have no way of even testing why its failing for you.

TRY THIS version added to OP
Have changed the radius, wait time etc for last boss

It most likely has to do with Minion vs 2.5. Ever since 2.5 a LOT of stuff has been broken randomly.
Reply
#27
Weird. Tried it wirth the TRY ME version and had end boss issues. Didn't have time to play with it and see what was going on.

This is the fixed version
Code:
        -- Boss 3 Midgardsormr
        [37] = {
            ["radius"] = 25;
            ["taskFunction"] = "ffxiv_duty_kill_task.Create";
[b]            ["waitTime"] = 1000;
            ["failTime"] = 20000;[/b]
            ["doKill"] = true;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 651.04217529297;
                    ["x"] = -40.763389587402;
                    ["h"] = 1.7296923398972;
                    ["z"] = -76.837348937988;
                };
            };
            ["bossIDs"] = "3374;3375;3370";
        };

        [38] = {
            ["doWait"] = true;
            ["radius"] = 3;
            ["taskFunction"] = "ffxiv_task_loot.Create";
            ["maxWait"] = 6000;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 641.06488037109;
                    ["x"] = -40.695114135742;
                    ["h"] = -3.1121678352356;
                    ["z"] = -89.80150604248;
                };
            };
            ["lootid"] = 420;
        };
    };
}
return obj1

This is the 1.0 version you posted the first day. I emailed to myself and never got to try it.

Code:
-- Boss 3 Midgardsormr
        [34] = {
            ["radius"] = 25;
            ["taskFunction"] = "ffxiv_duty_kill_task.Create";
            ["waitTime"] = 6000;
            ["failTime"] = 6000;
            ["doKill"] = true;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 651.04217529297;
                    ["x"] = -40.763389587402;
                    ["h"] = 1.7296923398972;
                    ["z"] = -76.837348937988;
                };
            };
            ["bossIDs"] = "3374;3375;3370";
        };

        [35] = {
            ["doWait"] = true;
            ["radius"] = 3;
            ["taskFunction"] = "ffxiv_task_loot.Create";
            ["maxWait"] = 6000;
            ["startPos"] = {
                ["General"] = {
                    ["y"] = 641.06488037109;
                    ["x"] = -40.695114135742;
                    ["h"] = -3.1121678352356;
                    ["z"] = -89.80150604248;
                };
            };
            ["lootid"] = 420;
        };
    };
}
return obj1
Reply
#28
Problem fixed or found: No prio on the adds so our bots try to kill the freaking thing who get invulnerable and our group wipes. After failtime they try to loot and we get the die and repeat circle.

[Edited cause I just reuploaded the first post before. Sorry @ anyone who downloaded before :( ALso if you want to edit it yourself: just do Prioritize true in the last two and change the bos numbers to 3375;3370;3374. 3374 is Midgar and he should be focussed last ]


Attached Files
.rar   [Complete]50_KotL.rar (Size: 2.36 KB / Downloads: 104)
Reply
#29
(01-25-2015, 08:20 PM)Shaneea Wrote:  Problem fixed or found: No prio on the adds so our bots try to kill the freaking thing who get invulnerable and our group wipes. After failtime they try to loot and we get the die and repeat circle.

[Edited cause I just reuploaded the first post before. Sorry @ anyone who downloaded before :( ALso if you want to edit it yourself: just do Prioritize true in the last two and change the bos numbers to 3375;3370;3374. 3374 is Midgar and he should be focussed last ]

Worked great for me thanks for the fixes!


Thanks Kaeyt for getting the ball rolling!
Reply
#30
(01-25-2015, 03:04 PM)ThatAngryGuy Wrote:  
(01-25-2015, 12:30 PM)Kaeyt Sith Wrote:  nope, no addons
just switch the bots to assist on last boss, is the only thing i can think of if for some reason the script is not doing what its written to do (i.w switch mobs when they pop), as i said i have not had any problems with the last boss in many runs so have no way of even testing why its failing for you.

TRY THIS version added to OP
Have changed the radius, wait time etc for last boss

It most likely has to do with Minion vs 2.5. Ever since 2.5 a LOT of stuff has been broken randomly.

maybe for you... you still having the issue with the wrong data center and crashes?
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products