Tested the CC a little. Support for interrupting spells would be nice, skull bash / maim neither are working at the moment.
Innervate doesn't work, hit 0% mana a couple of times just to test it.
Doesn't seem to cast faerie fire 100% of the time. Should be a filler when energy is low.
And not sure if it's intended but it casts swipe when there is only one target.
Would be nice if it cast MoTW only out of combat. Too mana intense to shift cast MoTW then re-shift during combat.
Doesn't seem to use rip.
Had the cast "regrowth only on adds option on" and it was still casting on single target pulls.
Dash / Stampede roar support when target is further than 5 yards away. This would be could for multi-add pulls where one is a caster.
Any plans on savage roar support? I know most people skip it these days but just wondering your thoughts on it.
Doesn't seem to use berserk.
Survival instincts support on adds.
I can attach a log if you wish, level 85 druid doing the tol barad dailies as a test. Also thanks for your support, amazing job and dedication on all your CC's.
Skull Bash is supported, but does not appear to be casting. I'll fix that.
Innervate is missing the logic, I do need to fix that too.
If you don't see the spell in the UI I have not YET added it. There is not a complete feral combat rotation, the only spells being used are what you see in the UI.
FF is casting properly. I need your log to see why its not doing it for you.
Its impossible for it to use Swipe when you don't have adds. Its hard code to bail out if
!Utils.Add.Basically, if you don't have adds then don't go any further.
MoTW will be reprioritised and cast out of combat.
Correct, Rip is not being used yet.
Regrowth and Rejuvenation are evaluated as a single spell cast if you are feral spec. When you pop out to cast Rejuvenation it will check if your health percent is "close" to the Regrowth level and if so it will cast it. This saves on the silly pop out to cast Rejuventation, shift to cat, wait 2 seconds, pop out to cast Regrowth and shift back to cat. I will probably add an option to in the UI to allow the end user to customise the "double helaing" ability.