Hekili Priority Helper

Hekili Priority Helper

53M Downloads

[REC] ⚠️ Havoc Dh - Vengeful retreat wrong usage

Closed this issue · 2 comments

commented

Before You Begin

  • I confirm I am using the latest version of the addon (outdated versions may have problems that were fixed on the newest release).
  • I confirm I am playing on official Blizzard servers (not private servers).
  • I checked for an existing, open ticket for this issue and was not able to find one.
  • I have updated the issue title to clearly describe the problem.
  • I am reporting an issue with the default specialization priority (not a custom or imported priority).

Specialization

DH - Havoc

Describe the Issue

Hello ! Hekili is holding Vengeful retreat for eyebeam losing a lot of fury and a lot of uptime on the crit buff given by VR. The sim is sending it nearly on cd syncing it with eyebeam when possible.

How to Reproduce

  1. Enter game as Havoc DH
  2. Go on dummies and witness that we hold VR.

What is your information source?

Based on my own Raidbots Quick Sim results

Snapshot (Link)

https://pastebin.com/JhB3vcg4

Raidbots Sim Report (Link)

https://www.raidbots.com/simbot/report/r2vyWqBKEYCW1H6HcsEyb2

Additional Information

No response

Contact Information

wolfiegoldie

commented

Would something like this work to remove the eyebeam sync when Exergy is talented over Inertia

actions.ar+=/vengeful_retreat,
if=talent.initiative & talent.tactical_retreat & time>20 &
(talent.exergy | (cooldown.eye_beam.up & (talent.restless_hunter | cooldown.metamorphosis.remains>10))) &
(!talent.inertia & buff.unbound_chaos.down | buff.inertia_trigger.down & buff.metamorphosis.down)

commented

We are missing an entry for Vengeful Retreat in the ar_meta action list. Will fix.