
Autosnapshot again on Windwalker monk.
geraint425 opened this issue ยท 3 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 issue and was not able to find one.
- I edited the title of this issue (above) so that it describes the issue I am reporting.
- I am reporting an issue with the default priority included with the specialization (imported or edited priorities are not supported).
Spec
Monk - Windwalker
Describe the Issue
After a while, the rotation goes off again, and autosnapshot happens again. Tested standing on the manikin new version and the notification popped up again and again after stopping the rotation again shows the wrong one.
How to Reproduce
- Test an AOE scenario on 5 dummies.
Snapshot (Link)
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
No response
previous_spells:
1 - tiger_palm
Resources: chi[ 0.00 / 6.00 ], energy[ 13.00 / 120.00 ]
13. tiger_palm ( cooldowns - 1 )
The action (tiger_palm) is usable at (0.00 + 2.81) with cost of 60 energy (have 61).
- the action is ready before the current recommendation (at +2.81 vs. +10.00).
List ( cooldowns ) called from ( Windwalker:default:7 ) would PASS at 2.81.
talent.storm_earth_and_fire.enabled[true]
- this entry's criteria FAILS: debuff.mark_of_the_crane.refreshable[false] & ( fight_remains[143.32] > 14 & boss[false] | fight_remains[143.32] > 22 ) & ! cooldown.invoke_xuen_the_white_tiger.remains[31.77] & ( chi.current[0.00] < 5 & ! talent.ordered_elements.enabled[true] | chi.current[0.00] < 3 ) & ( combo_strike[false] | ! talent.hit_combo.enabled[true] )
combo_strike[false]
My guess is tiger palm missed and the CLEU handler case for that didn't work? @Hekili
Misses are already accounted for; this usually occurs if Tiger Palm is used and Chi has decayed to 0 (out of combat). It looks like this test was configured to only work out of combat, though. I'll update it to work in-combat as well.