-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PP does not recognize timer for ZG 5-piece timer #20
Comments
I have no way of reproducing this. 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? 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") |
Pallypower shows the wrong expired time.
…On Tue, Aug 29, 2023, 3:12 PM AznamirWoW ***@***.***> wrote:
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")
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEWHE4H6WJVJTI33SEARTQDXXZSLNANCNFSM6AAAAAA4AXVG5Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
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. |
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 |
The Freethinker's 5 piece gives 10% to buff duration, making greater blessings 17 minutes, but the PP frames do not recognize the buff. I don't know if the spell ID is different - maybe a check for gear slots when the blessing is cast?
TY
The text was updated successfully, but these errors were encountered: