Guardian Druid doesn't recommend Frenzied Regeneration or Renewal anymore.
ReallyMadCow opened this issue ยท 5 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
It never recommends healing skills any more when it used to before tww.
How to Reproduce
go into dungeon, do a pull that's a bit too big, do rotation and watch your self die with never being recommended heal.
Snapshot (Link)
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
No response
new apl:
https://github.com/Hekili/hekili/blob/thewarwithin/TheWarWithin/Priorities/DruidGuardian.simc
Dragonflight apl:
https://github.com/Hekili/hekili/blob/15a73aee426ff47ad1780a2058eea2706fbcca40/Dragonflight/APLs/DruidGuardian.simc
- Renewal is missing from current APL
- survival_instincts is missing from current APL
- regrowth is missing from current APL
- frenzied_regeneration is missing from current APL
since nothing changed with this spells I guess we could just copy the APL lines from the old simc to the new one.
actions+=/call_action_list,name=mitigation
# bear action list here ...
actions.mitigation=ironfur,if=tanking&!variable.if_build&incoming_damage_5s>ironfur_damage_threshold&buff.ironfur.remains<3*haste
actions.mitigation+=/regrowth,if=health.pct<65
actions.mitigation+=/renewal,if=health.pct<65
actions.mitigation+=/frenzied_regeneration,if=tanking&health.pct<65
actions.mitigation+=/barkskin,if=tanking&health.pct<75&incoming_damage_5s>0.1*health.max
actions.mitigation+=/survival_instincts,if=buff.survival_instincts.down&buff.barkskin.down&health.pct<60&incoming_damage_5s>0.25*health.max
the additional ironfur is also neat - but maybe we add a check to see if it is even lower then 4 stacks - since armor DR caps at 85% anyways.
I've created a PR for the new APL - @ReallyMadCow you can test the new APL aswell, if you want.
I already tested it and it works like in dragonflight.
- open hekili
- create a new profile
- click the Action lists tab of that new profile
- paste the following APL:
https://raw.githubusercontent.com/Hekili/hekili/7b561a83f99bd85bcbd18a0f2a9174798b628a3d/TheWarWithin/Priorities/DruidGuardian.simc - hit accept
- hit import
- go to summary tab
- click the checkbox "activate"
Looks like this will be fixed in the next update, thanks for contributing @davidmann4
When is the next update? While @davidmann4 rotation fixes the healing issue, it always recommends HOTW first thing, and disabling cooldowns doesn't work, it just keeps it enabled so HOTW is always first unless it's skipped, which is less than ideal.