Boss fights put the raid zone in combat, what we are seeing is that when you log back in with the raid zone in combat PLAYER_REGEN_DISABLED doesn't fires at all.
Grid is probably doing some stuff on PLAYER_REGEN_DISABLED that needs to be done earlier if possible.
Some of the smarter updaters do this automatically (jWowUpdater etc) or you can just manually delete every folder you think is a lib and do reinstall all addons in WAU
Even if you had a mod to start combat logging and stop combat logging for each fight, it would still be in that 1 file so unless you alt tabbed and renamed the file after every boss fight nothing would change. It's a limitation of the blizzard system.
In 2.4 they are prone to falling off if debuff slots are maxed out (40 debuffs), quite a few people are noticing it on Brutallus. The theory is they introduced a bug where crusader strike refreshes the timer for other paladins judgements but not the debuff priority (the system that keeps good buffs on ahead of trash buffs when debuff slots are maxed). Cstrike has never changed the ownership of the debuff and they can't implement it easily that way because of the 1 judgement per paladin limit.
Fwip you are basically correct, every crusader strike you would check the targets debuffs to ensure all 3 are up, then start a new timer that starts at 20 then counts down to 0 and send an addon comm message containing the data needed for the timer display on the holy paladins screen.
Nope, here's my understanding of it (haven't checked in 2.4 but assume it's the same as 2.3) you can only get the time remaining on your debuffs from the blizzard API. Crusader strike affects other peoples judgement debuffs, it does refresh the timer but it doesn't change the ownership meaning you can't get the time remaining from the API.
However a possible way to do it would be to parse the combat log unfiltered to try detect the refreshes. Another way would be to scan the targets debuffs after every Crusader strike.
I have some time off work in a week, I might consider writing a Cooldown/Hourglass/ClassTimer type mod for judgements that shows all judgements.. however I would probably not make it like PallyPower where you have assignments and so forth.
Alternatively I might just sleep and play wow 10 hours a day for that week, see how it goes lol
To clarify in case you are worried you can still use Cartographer as your map addon but use GatherMate for your professions.
GatherMate is a replacement for Cartographer_Fishing, Cartographer_Mining, etc. You can import your nodes from Cartographer_[Professions] so you won't lose your data, or you can use GatherMate_Data which is a full import from wowhead of all nodes for all zones.
0
0
0
0
Grid is probably doing some stuff on PLAYER_REGEN_DISABLED that needs to be done earlier if possible.
0
0
0
0
Fwip you are basically correct, every crusader strike you would check the targets debuffs to ensure all 3 are up, then start a new timer that starts at 20 then counts down to 0 and send an addon comm message containing the data needed for the timer display on the holy paladins screen.
Source=Ragnor
JoL=Down
JoW=20
Jotc=20
Latancy=180(ms)
Then in the holy paladin's mod would recieve the comm message, process the values then display the timers.
That's how I'd do it anyway, the only problem is you're sending addon comm messages every 6sec (every crusader strike) which is not desirable imo.
I like this idea, maybe I will look into it next week.
0
0
0
However a possible way to do it would be to parse the combat log unfiltered to try detect the refreshes. Another way would be to scan the targets debuffs after every Crusader strike.
I have some time off work in a week, I might consider writing a Cooldown/Hourglass/ClassTimer type mod for judgements that shows all judgements.. however I would probably not make it like PallyPower where you have assignments and so forth.
Alternatively I might just sleep and play wow 10 hours a day for that week, see how it goes lol
0
0
0
Need your hand held, while you cross the road?
0
GatherMate is a replacement for Cartographer_Fishing, Cartographer_Mining, etc. You can import your nodes from Cartographer_[Professions] so you won't lose your data, or you can use GatherMate_Data which is a full import from wowhead of all nodes for all zones.