(01-13-2015, 09:05 AM)xkuroikazex Wrote: Not working for me. Works great till the king spawns, then they all float down to ground level, stand there and wait to die.
Yeah, it might be a little different for your group/rig. I did optimizations for my own group so the bots don't wait around idly. In encounter [4], try increasing either of these:
["waitTime"] = 9000;
["failTime"] = 1000;
Try 3000 instead of 1000 for failTime. It sounds like they're going to the 'loot' stage prematurely and that should fix it for you. I uploaded the change below, let me know how it goes. Add more time to the waitTime if they still teleport to the chests too early.
Note: This will only help if your bots are never engaging the king in the first place. If they're dying mid-fight then it's because their iLvl isn't high enough.