
[REC] Sublety Rogue Shuriken Storm before second Coup de Grace
Closed this issue ยท 3 comments
Before You Begin
- I confirm I am using the latest version of the addon (outdated versions may have problems that were fixed on the newest release).
- I confirm I am playing on official Blizzard servers (not private servers).
- I checked for an existing, open ticket for this issue and was not able to find one.
- I have updated the issue title to clearly describe the problem.
- I am reporting an issue with the default specialization priority (not a custom or imported priority).
Specialization
Rogue - subtlety
Describe the Issue
For Subtlety Rogue, during Shadow Blades, when we got Coup de Grace proc, we want to send Shuriken Storm to fill combo point after first Coup de Grace to not waste an Unseen Blade before hitting the second one from tier set. Hekili does show Shuriken Storm in queue list after first Coup de Grace, but for some reasons as soon as I used the first Coup de Grace, it turned to Shadow Strike instead.
How to Reproduce
- Enter a game as Subtlety
- Get Escalating Blade to 4 stack to proc Coup de Grace
- Using Shadow Blades then use the first Coup de Grace
- Hekili will show Shuriken Storm in queue before using first Coup de Grace but it will turn to Shadow Strike after.
What is your information source?
APL Conditions - I found a possible typo or mistake
Snapshot (Link)
Raidbots Sim Report (Link)
https://www.raidbots.com/simbot/report/8CkzY49TkpGjG8VS5cCX7y
Additional Information
No response
Contact Information
No response
@syrifgit This one looks like the tww3_trickster_4pc
aura is not being faked successfully after using Coup de Grace. That may also be causing action.coup_de_grace.ready
to be false
here, assuming Coup de Grace was still usable when the snapshot was taken.
43. shuriken_storm ( build - 9 )
The action (shuriken_storm) is usable at (0.00 + 0.00) with cost of 45 energy (have 94).
- the action is ready before the current recommendation (at +0.00 vs. +5.31).
List ( build ) called from ( Subtlety:default:23 ) would PASS at 0.00.
NONE
- this entry's criteria FAILS: buff.tww3_trickster_4pc.up[false] & buff.shadow_blades.up[true]
I don't see coup_de_grace
(462127) in the player buffs list, so we may not be able to derive tww3_trickster_4pc
from its duration. I don't see a Coup de Grace buff at all in a sample log.
@syrifgit I'm assuming this is resolved with the latest PRs?