Hekili Priority Helper

Hekili Priority Helper

53M Downloads

Aug: Time Skip not being Recommended

Closed this issue ยท 7 comments

commented

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

Evoker - Augmentation

Describe the Issue

I see the parameters in the Action List for Time Skip, but over a 4 minute fight with the target dummies, it didn't get recommended at all.

How to Reproduce

  1. Spec into Time Skip
  2. Hit AOE target dummies
  3. Use Fire breath, Upheaval and Breath of Eons
  4. Time Skip is never recommended

Snapshot (Link)

https://pastebin.com/SbT9AfE2

Raidbots Sim Report (Link)

No response

Additional Information

No response

Contact Information

No response

commented

Tip the scales is on cooldown in your snapshot. Do you have it macro'd to something which is casting it before it has a chance to show up?

commented

I used it manually thinking it might "goose" the Action List. Other than me just using it outside the recommendations, it never suggested it. I can grab another snapshot, sorry, I forgot I manually hit it.

commented

I just noticed you said "Tip the Scales" ... I'm referring to Time Skip.

commented

Apologies.

You should get a snapshot when you think it should be used. In yours, fire breath is ready so it definitely won't be chosen there.

Also please provide a quicksim link.

commented

Thanks.

"If using [Time Skip], I recommend that you first use [Time Skip] in the opener following your Empower spells [Fire Breath] and [Upheaval], and after casting [Breath of Eons] in order to reduce the cooldowns of all of your major offensive spells."

I hope I captured Breath of Eons, Fire Breath and Upheaval on CD and also both Fire Breath and Upheaval with more than 20 seconds left on CD.

https://pastebin.com/QAgq20MR

https://www.raidbots.com/simbot/report/5ypKBS8Hk8iqidG3MHajmS

And here's a target dummy session with 2 BoE's and multiple FB's and Upheavals with no Time Skip recommendation:
https://pastebin.com/zPZH1ymK

commented

I found this error also, see my issue here for the problem explained:
#4826

Or if you just want a fix, what I did to fix it was manually change the Time Skip action in Hekili to this action:
((cooldown.fire_breath.remains + (20 - cooldown.fire_breath.remains) * (cooldown.fire_breath.remains > 20)) + (cooldown.upheaval.remains + (20 - cooldown.upheaval.remains) * (cooldown.upheaval.remains > 20))) > 30 & cooldown.breath_of_eons.remains >= 20 & talent.breath_of_eons.enabled

commented

I put in a workaround for 1.0.5c and 1.0.6-alpha1 includes the fix, but since that fix impacts how all priorities are loaded/parsed, it needs alpha testing before it goes live.

If you just want to get back to playing, 1.0.5c is good to go. If you want to test (and play multiple specs), 1.0.6-alpha1 is available.