i haven't had the time to update anything atm (still working on other issues with payed products)
i'll attach the last version as it is (means compatible to 5.4, not to 6.0.2)
here is a short overview of what u have to do to get it working (u should know what ur are doing, or u'll be lost in the code like a pig on his way to the the butcher)
Talentmanager:
- 1 variable has to be raised to 7 (from 6)
- LUA-Calls has to be edited (API changed)
if u like to copy and paste code ... like i do ... look at Singular and replace the necessary lines
CombatLogHandler
- u need to workaround the API changes, Guid is now WoWGuid and not longer an uint, to parse text from combatlog to a valid guid take a look at WoWGuid.TryParseFriendly, this should do all the magic that is needed
- u need to check the starting index (dunno if this was changed)
- u need to check the indexes in general that are used (dunno if there was a change)
General changes to do:
- Remove abilities / spells that don't exist anymore
- check spell ids
- remove the usage of Engineer Stuff (should be located in only one Method, empty this one and ur done with it)
don't ask me how to change the stuff

if u don't know coding and / or using lua... google it!
don't ask me class specific stuff, if u don't know it ... google it!
if u have issues with your own modifications, but it should work and u don't know if u only used the wrong property or whatever ... ur welcome to ask your question
i won't write a complete script for someone, but i'm glad to help with existing (not working) code