-
Notifications
You must be signed in to change notification settings - Fork 705
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
Discipline Priest Bugs and Implementation problems with DPS sims #5640
Comments
Non-single dps has never been worked on. If you want this to get working there might be more to be checked than Noly Nova and Mind Sear. Schism definitely needs to be fixed, and PW:Solace CD checked. Sins of the Many is a somewhat flat DPS% increase depending on the the number of stacks, so shouldn't really affect your relative dps. Shadow Covenant uses the affected_by system, so should be working fine and not affect any trinkets. PTW/SW:P would be nice to have helper condition, but this is not really hindering any dps related things. |
I am going to disable multi target simulations so that those problems are out of the way :) Sins of the Many could also get a configurable number of atonement targets. I think 2 would be a good value for a dps-centric playstyle, still allowing you to shield the tank and heal another player. |
As my main is a disc priest (or at least I try to :D ), I'm interested in helping in here. Where should I start at to help with discipline priest? (i.e. the simpliest task you can find to help in this refactoring). |
I think the most impactful things would be to resolve Twist of Fate and Sins of the many. As stated above, it is probably best to model those with some configurable option to approximate the number of atonment target and twist of fate uptime. A option can be added to https://github.com/simulationcraft/simc/blob/shadowlands/engine/class_modules/priest/sc_priest.hpp#L398 , just check how other variables are hooked up there. After that the Purge the Wicke/SW:P Action Priority List adjustments, which is done in https://github.com/simulationcraft/simc/blob/shadowlands/engine/class_modules/priest/sc_priest_discipline.cpp#L388 And besides doing those changes I guess it would be best to verify things (the html report has a lot of information in it) as well. |
You could also try setting up Spirit Shell as discussed in #5681 |
Not sure what is need to help with this but Would love to help in any way - |
moving to #7389 |
Describe the bug
Discipline Priest is far from being complete, even in terms of just a raw DPS sim. Issues aside that simming for pure DPS is different than a hybrid sim (which is currently an empty APL basically), things are not complete.
Expected behavior
If Discipline sims are to be enabled, they should be as accurate as possible. The following is a list of things that are currently NYI.
The text was updated successfully, but these errors were encountered: