-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
MageFire "Instant-Only When Moving" is checked, Scorch is still recommended when Hot Streak! buff on. #3938
Comments
It would probably help the rotation if you didn't have a bunch of stuff disabled.
Looks to me like having phoenix flames disabled is affecting your pyroblast logic. |
I just disabled dragons_breath. I've got Hot Streak! buff in the snapshot. I think it's time to recommend Pyroblast or Flamestrike to consume the buff. phoenix_flames shouldn't affect this logic |
https://pastebin.com/cCwf41Bt Here are 2 new snapshots, I didn't disable any spells, just ran out of phoenix_flames times. |
OK, well it does.
You need one of the following to tryigger the pyro blast
Could be due to the new in-flight spell stuff maybe. #3178 |
The "Instant-Only when Moving" option explicitly says it applies to casts of Fireball and Pyroblast and is overridden during Ice Floes. It does look like this logic is blocked because your instant Pyroblast wants you to already have another Hot Streak triggering spell in flight, but Scorch isn't a projectile and you don't have any other projectile to send (apparently). I'll investigate a bit, but the underlying issue is not that Scorch is recommended but that this spec option can block you from getting a projectile out which then allows you to double dip your Hot Streak. I'm not sure if that means that I will remove the option or if I need to deviate from the sim in some way (pretending Scorch is a projectile or changing the last condition to in
|
I viewed #3897 Description of outside of Combustion multiple Fireballs Combined with my own tests. I stopped moving when I had Hot Streak! Recommended 3 Scorch and found that the subsequent spells changed to
It seems that Pyroblast is only possible if Fireball casting. And Instant-Only When Moving fixes Fireball to Scorch, resulting in only recommending Scorch when no other spells are followed up. #3897 I'm guessing that during outside of Combustion, sometimes Pyroblast is recommended only to cast Fireball to get Hot Streak! and to continue casting Fireball while having Hot Streak! I hope this helps. This version of MageFire is much more adaptable than the previous one and is closer to the analog level. |
this is how I understood it - could be wrong top of the "standard rotation" apl has this fireball for "pyro phishing" interaction from the wowhead guide, and the pyro below it wants either a "hot_streak_spells_in_flight" or "scorch_execute.active" since the mob is above scorch_execute and you havent casted a fireball/phoenix - the hotstreak doesn't want to be spent which in this "while moving" scenario causes hotstreaks to be "wasted" since the hekili insists that you fireball before that hot streak a temporary "scuffed fix" i assume would be to removing the "scorch_execute.active" from the pyroblast actions.standard_rotation+=/fireball,if=buff.hot_streak.up&!buff.frostfire_empowerment.up&buff.hyperthermia.down&!cooldown.shifting_power.ready&cooldown.phoenix_flames.charges<1&!scorch_execute.active&!prev_gcd.1.fireball,line_cd=2*gcd.max |
Before You Begin
Spec
Mage - Fire
Describe the Issue
MageFire "Instant-Only When Moving" is checked, Scorch is still recommended when Hot Streak! buff on.
How to Reproduce
Snapshot (Link)
https://pastebin.com/P8LSYFjj
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
No response
The text was updated successfully, but these errors were encountered: