[REC] DK- Unholy, GCD is available, but the recommendation shows a longer GCD and suggests waiting — is this expected behavior
Closed this issue · 1 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this issue and was not able to find one.
- I edited the title of this issue (above) so that it describes the issue I am reporting.
- I am reporting an issue with the default priority included with the specialization (imported or edited priorities are not supported).
Spec
DK - Unholy
Describe the Issue
While running a single-target rotation as Unholy, I noticed that just before casting Apocalypse or Dark Transformation, the previous spell's GCD appears longer than usual. During this time, no new spell is recommended, and the system seems to suggest waiting.
Could you confirm if this is the intended behavior?
https://youtu.be/Y8eTl1oHs1o?t=61
The video was recorded after taking a snapshot, so it may differ from the logs, but it seems to be the same type of issue.
Starting at the 1-minute mark in the video, the recommended Soul Reaper appears with a significant delay in the GCD — the GCD display is unusually slow to appear.
How to Reproduce
Snapshot (Link)
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
No response
Looks to me like it was waiting for your virulent plague dot to tick another 2 times before casting to min-max it.
when casting immediately: dot.virulent_plague.remains[2.76] & dot.virulent_plague.ticks_remain[6.00] < 5
When waiting 1.01 seconds: dot.virulent_plague.remains[1.75] & dot.virulent_plague.ticks_remain[4.00] < 5
It then ran through the rest of the list and made sure nothing else passed before 1.01. Nothing else did, so the addon decided to just wait for Outbreak condition to pass.