[FEATURE] REPLACE THIS TEXT WITH A BRIEF DESCRIPTION OF YOUR NEW FEATURE
Closed this issue ยท 2 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 request and was not able to find one.
- I edited the title of this feature request (above) so that it describes the issue I am reporting.
Feature Request
for hekili to delay incarnation/celestial allignment (1.7min) to sync and hold for Signet of the priory trinket (2min).
simplifying terms
1.7mins + 1.7mins (incarn charges)
2min (priory)
20 seconds delay to pair 1 charge of incarn to match signet
Additional Information
i have tried to check the action list to find way to delay incarnation to pair so i always have a charge for my signet of the priory trinket, i cannot seem to find a way unless making a macro for the trinket as a tooltip but still hekili willl overide and still tell me to press incarn when there is only 20/ seconds left on my signet
Contact Information
L4GGY_#1000
It doesn't look like the sims hold incarn for the 2 minute signet of the priory, and instead hold the trinket for the ~3:20 incarn. It would appear as though it's optimal to instead hold the signet for incarn, rather than the other way around. If you really want to always line them up and almost certainly lose dps, you could add something like &cooldown.signet_of_the_priory.ready to incarn, though that would probably end up never using that 2nd charge
https://github.com/Hekili/hekili/wiki/Customizing-A-Hekili-Priority
https://github.com/simulationcraft/simc/wiki/Action-List-Conditional-Expressions
https://www.raidbots.com/simbot/report/3isGfDvdgCjhB4Eusg1oW9
https://www.raidbots.com/simbot/report/rswnEUmSoVsnTFUmvukDVM
You can address this by customizing your priority, but I doubt you really want to do so. Delaying by 20s for (almost) every cast means you'll lose one cast per 620s.
If you need to hold CA/I to align with Bloodlust or a vulnerability phase or whatever, you should use your Cooldowns toggle to do so. But in general, if it were more performant, the default priority likely would account for maintaining the sync up you're asking for.
All that said, if you decide to fiddle with it, you could edit each and every CA/I entry in your priority as follows:
- At the start of Conditions, add:
( ! equipped.signet_of_the_priory | cooldown.signet_of_the_priory.ready | cooldown.signet_of_the_priory.remains > 21 | buff.bolstering_light.up ) & ( - At the end of Conditions, add:
)
