Hekili / hekili

Hekili Priority Helper for DPS and Tanks (WoW Retail)
425 stars 220 forks source link

[Outlaw] Adjust Keep It Rolling rules to match recommendations from the Oulaw Rogue #4210

Closed IIeTpoc closed 6 days ago

IIeTpoc commented 6 days ago

Before You Begin

Feature Request

Please adjust Keep It Rolling rules to match recommendations from the Oulaw Rogue. It will help during the gameplay in Mythic Plus and according to rogue discord it is not a dps-loss.

Additional Rules — :kir: Keep it Rolling There is a small optimization for :kir: KIR usage -- if it is ready and you have 4 buffs, but you only have 1 of :rtb_bs: Broadside, :rtb_rp: Ruthless Precision and :rtb_tb: True Bearing, then you can wait until the last second of your lowest duration buff to press KIR, to try to get one of the missing good buffs from :cto: Count the Odds.

Another small optimization is to :kir: KIR with only 3 buffs, if those 3 contain at least two of :rtb_bs: Broadside, :rtb_rp: Ruthless Precision and :rtb_tb: True Bearing. Again you can wait until the last second of your lowest duration buff to press KIR in hope of getting a 4th buff unless you already have all 3 of the good buffs above.

P.S. I do not know how to adjust that behaviour in simcraft. I have tried to change that by myself but the variable returns false.

(String 441 https://pastebin.com/Rjn0ySuV String 447 https://pastebin.com/4k7eVkBW) image

Basicly in the addon in the cooldown list i changed Keep It Rolling conditions to

rtb_buffs >= 4 & ( rtb_buffs_min_remains < 2 & ( 1 buff.broadside.up + 1 buff.ruthless_precision.up + 1 buff.true_bearing.up < 2 ) ) | rtb_buffs >= 3 & ( rtb_buffs_min_remains < 2 & ( 1 buff.broadside.up + 1 buff.ruthless_precision.up + 1 buff.true_bearing.up < 3 ) )

Additional Information

No response

Contact Information

IIeTpoc#3818 discord ID