[REC] Arcane - cast while casting issues, entry CD not applying
syrifgit opened this issue ยท 1 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).
Describe the Issue
-
channeling might be broken again? entries are trying to perform cast while casting after updating to .10
-
internal cd for the same entry being cast/channeled above is not applying, and so it is being casted twice within 3-4 seconds
How to Reproduce
arcane regular build, ST opener.
Snapshot (Link)
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
syrif
ok nailed down the issue. Idk why, but deleting this new addition from the simc update fixes everything, on the new .10 version with no other changes.
actions.cd_opener+=/arcane_missiles,if=variable.opener,interrupt_if=tick_time>gcd.remains&buff.aether_attunement.down,interrupt_immediate=1,interrupt_global=1,chain=1,line_cd=30
Remove the new aether condition
actions.cd_opener+=/arcane_missiles,if=variable.opener,interrupt_if=tick_time>gcd.remains,interrupt_immediate=1,interrupt_global=1,chain=1,line_cd=30