
[REC] Feral convoke before spending combo points
Closed this issue ยท 1 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
Druid - Feral
Describe the Issue
Recommending convoke without consideration for combo points as the base APL does.
THE FIX:
This particular recommendation issue can be fixed with pasting
"&(combo_points<=4|buff.bs_inc.up&combo_points<=3)" (from the SimC APL) to the end of the current addon conditions for Convoke the Spirits, under the cooldown entries.
How to Reproduce
- start playing vs dummy
- see that you go straight from feral frenzy (and possibly adaptive swarm) to convoke without spending the feral frenzy combo
- send bite before convoke anyway because you're a good kitty
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/5XqiTurPFfjuDcb4SEDgJq
Additional Information
&(combo_points<=4|buff.bs_inc.up&combo_points<=3)
is the fix
Contact Information
exentrick