Havoc DH script broken in last release
alarge opened this issue ยท 4 comments
Prior to last release, the script seemed to work fine. With the latest release, "Demon Blades" (a passive) is shown a large percentage of the time, and other abilities (Fel Rush in particular) seem to be under-represented.
@alarge
I think the script is stuck in "pooling_for_meta" and thus results into a rotation to not spend any fury until meta is used (or charging).
Can you try and use meta and inspect the behavior during meta and when meta is on cooldown?
@Sidoine
Been trying something to add a "InBossFight()" condition. Do you have any remarks?
See: Hemario@e1336b3
After playing with this a bunch more, I've come to the conclusion that this is just a poor design decision. Someone decided to move Vengeful Retreat and Fel Rush from the main suggester to the short cooldowns and to pool for Metamorphosis without suggesting it. So now, my logic when reading the icons is:
-
Is there a suggestion up? If so, use it
-
Otherwise, is there a short-term CD up? If so, use it UNLESS it is Blur.
-
Otherwise, is Metamorphosis up on the long-term CDs? If so, use it.
This makes it pretty damned difficult to use.
My take is that (1) VR and FR should be moved back to the core rotation and (2) if the core rotation is going to stall when waiting for Meta to be used, then it should also show up on the core rotation.