01-18-2015, 02:06 AM
I was trying out the task manager today - awesome addon by the way! It took a little while to figure out, but I was finaly able to get it working. Initially, I noticed a lot of syntax errors with the duty profile names and index numbers with the provided files via the dropbox links for Atma Books. I made the necessary corrections, but I suggest someone go in there and clean them up because I am sure there will be conflcts or erros. Plus it will make the bug issues/complaints from users who are not familiar with editing their own scripts a lot less.
Also, I noticed that on index 5 of "2_Zodiac_Book_of_Skyfire_II - Duties" the bots would not move once they ported into Outer La Noscea.
It appears the nav mesh does not extend to the grind marker for these mobs. Just something to be aware of if anyone else runs into this problem. I was too lazy to extend the mesh, so I just manually killed the mobs and restarted the task manager on task 6.
I will post any other bugs I find as I work through the atma books on all my mules.
Also, I noticed that on index 5 of "2_Zodiac_Book_of_Skyfire_II - Duties" the bots would not move once they ported into Outer La Noscea.
Code:
[5] = {
["mode"] = "Grind";
["markerType"] = "grindMarker";
["marker"] = "Animus_U'Ghamaro_Golem";
["contentId"] = 2522;
["contentCount"] = 11;
["location"] = {
["map"] = 180;
["mesh"] = "Outer La Noscea";
["x"] = 276.38116455078;
["y"] = 23.621067047119;
["z"] = -687.62023925781;
};
};
It appears the nav mesh does not extend to the grind marker for these mobs. Just something to be aware of if anyone else runs into this problem. I was too lazy to extend the mesh, so I just manually killed the mobs and restarted the task manager on task 6.
I will post any other bugs I find as I work through the atma books on all my mules.