herotc / hero-rotation

WoW Addon - Attempt to provide the useful and precise information to execute the best possible DPS rotation in every situation.
European Union Public License 1.2
168 stars 125 forks source link

misc. bugfixes #1123

Closed taherbert closed 1 month ago

taherbert commented 2 months ago

hi @Cilraaz!

This is a WIP PR for the upcoming VDH APL changes. These changes primarily address optimized trinket logic and a few minor fixes I found while using HR. I've implemented most of the logic changes, but I'm not sure how to implement the trinket changes.

Readable diff is here: https://github.com/Fel-Hammer/sim-toolkit/commit/1c33f42ba680f0e271299365796182c985eeca68

If you could give this a review and help implement the trinket logic (it's very similar to other APLs have), that would be a huge help. Thanks!

taherbert commented 2 months ago

After some testing, the logic needs a tweak somewhere -- this is giving incorrect recommendations for RG sequences.

EDIT: I'm trying some workarounds, but the overflow sequences aren't being sent in the correct order.=

taherbert commented 1 month ago

ok @Cilraaz, I think I have the issues sorted. The trinket logic needs a review, I tried to copy what others have done. Ideally, Bottled Flayedwing Toxin is excluded from trinket recommendations but I couldn't quite implement what is done elsewhere (e.g. Outlaw) without encountering errors. Maybe you or @Seny951 can help?