-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REC] Frost Mage Flurry Recommendation issue during BL #4260
Comments
@syrifgit this is the flurry issue i was mentioning. Apparently it is way easier to reproduce it with BL, whilst without it it's a low chance |
After speaking with the mage community I have an answer for this issue: It's a machine error (The sim also does it). What happens is that as per Icy Veins guide https://www.icy-veins.com/wow/frost-mage-pve-dps-rotation-cooldowns-abilities?area=area_7 you can use a flurry dry if you have no other spells besides frostbolt to use. However, the machine (sim) doesn't wait those 0.5s that will refresh the next finger of frost, making enhanced ice lances rolling normally. seems to be kind of a grey area since realistically speaking a human wouldn't be able to notice in 0.5s that so they would probably just roll the ice lance, but since hekili is a "machine" it would be normal for it to suggest it. I am leaving this ticket open just to let you decide if this would require a change in its logic or not, mainly because the addon might switch up suggestions very quickly in certain instances making it confusing for some users P.S.: the community prompted me to also sim at 5 minutes since " a 1m sim is going to give very skewed results and you'll probably see some odd things going on" so here it is https://www.raidbots.com/simbot/report/eTfCXG6Q8zqP56x67mUgNA |
Addresses issue Hekili#4260 where Flurry recommendations could occur at suboptimal times during high-haste situations (Bloodlust + Icy Veins). Changes: - Added condition `(!buff.fingers_of_frost.react|buff.fingers_of_frost.remains>1)` to Flurry usage in single-target, cleave, and AoE action lists - This ensures Flurry isn't recommended if Fingers of Frost is about to proc within 1 second - Makes recommendations more practical for human players while maintaining proper Flurry usage after Frostbolt/Glacial Spike casts The change helps prevent rapid recommendation switches during high-haste periods while still allowing optimal Flurry usage patterns. This makes the addon's suggestions more consistent and easier to follow during intense combat situations.
Potentially addresses issue Hekili#4260 where Flurry recommendations could occur at suboptimal times during high-haste situations (Bloodlust + Icy Veins). Changes: - Added condition `(!buff.fingers_of_frost.react|buff.fingers_of_frost.remains>1)` to Flurry usage in single-target, cleave, and AoE action lists - This ensures Flurry isn't recommended if Fingers of Frost is about to proc within 1 second - Makes recommendations more practical for human players while maintaining proper Flurry usage after Frostbolt/Glacial Spike casts The change helps prevent rapid recommendation switches during high-haste periods while still allowing optimal Flurry usage patterns. This makes the addon's suggestions more consistent and easier to follow during intense combat situations.
…ted in Hekili#4260. Changes: - Modified Flurry timing conditions to be more conservative during high-haste periods - Increased FoF timing check from 1s to 1.5s for better human playability - Added specific handling for Freezing Winds + Icy Veins interaction with: `(!talent.freezing_winds|!buff.icy_veins.up|buff.fingers_of_frost.remains>2)` This should prevent the addon from recommending Flurry at suboptimal times during Bloodlust + Icy Veins windows, particularly with the Freezing Winds talent, while still maintaining proper Flurry usage after Frostbolt/Glacial Spike casts.
Before You Begin
Spec
Mage - Frost
Describe the Issue
During Icy Veins in Spellsinger build (doesn't matter m+ or ST talents) during BL I have noticed that sometimes the addon recommends flurry without a frostbolt/glacial spike cast but instead a Ice lance. I suppose this issue happens because with bl + freezing winds the addon can't keep up the recommendation and it bricks. Maybe a solution could be to force the flurry logic in certain moments during freezing winds?
NOTE: it is very hard to get a perfect snapshot since with BL and Icy veins it's very hard to capture the exact moment, therefore I highly suggest you to log directly and check it by yourself
How to Reproduce
Snapshot (Link)
https://pastebin.com/jCkRBHtt // https://pastebin.com/eMJpkFX1
Raidbots Sim Report (Link)
https://www.raidbots.com/simbot/report/a6zv2ij6TzXdzE9UTdDCGN
Additional Information
No response
Contact Information
yokaii__
The text was updated successfully, but these errors were encountered: