PP does not recognize timer for ZG 5-piece timer
lvangh opened this issue · 13 comments
Just keeping in touch with this - will try to test soon on Era and hopefully have an OBS recording. I haven't been able to play lately. ty
I have no way of reproducing this.
You can try checking the buff on your character by using /dump UnitBuff("player", x) where x is from 1 to whatever until you find it.
See if it results in different outputs with and without the set.
it looks like the time is 990 vs 900 so maybe check if the timer is greater than 900 set a flag for 5 piece and adjust the timers in PP buff list?
So what's the issue?
PallyPower does not see the buff as active?
or does it show a wrong expiration time?
With the same spell ID it should not matter how long the buff lasts. The buff duration is only used for calculating the recast penalty. This function check for the buff present:
/dump PallyPower:IsBuffActive("Blessing of Wisdom", "Greater Blessing of Wisdom", "player")
Try the same command in the raid, just change the blessing name
/dump PallyPower:IsBuffActive("Blessing of Wisdom", "Greater Blessing of Wisdom", "player")
Sorry to leave you hanging - haven't forgot about this just haven't had time to play - next raid I will post ASAP.
OK finally got back to playing a bit, and found another example (but not yet in a raid.)
I tested in a party - buff timer shows 17 minutes for ME, but not the other person in the party. Only 15m.
I get that it might just look like I staggered the buffs and might not help that much but what I'll do is record this in OBS and post something soon.
Sorry for the delay - hope this helps somewhat until then.
TY
So weird, today in a 40 raid it worked as intended and showed the correct times. I wonder if a backend spell ID was corrected? Keep this open for now until I can test more
So weird, today in a 40 raid it worked as intended and showed the correct times. I wonder if a backend spell ID was corrected? Keep this open for now until I can test more
I don't see any different spell ID in the database for the blessings, I think the game just sets the expiration time with some extra time.