Hi!
Great CC, working way better then SIngular right now!
Only one Problem: when I set rip to conditional->min health=25->5 Combopoints it keeps using Ferocoius Bite. Perhaps it would be better to give Rip the higher priority...
edit: mayby like adding this red stuff to line 61 of Feral.cs:
Spells.Cast(DruidSettings.Instance.Finisher, ret => (Me.ComboPoints >= 5 && Me.CurrentEnergy > 30) && CT.AuraTimeLeft("Rip",true).TotalSeconds <= 3 || (Me.ComboPoints >= Convert.ToInt32(DruidSettings.Instance.FinisherComboPoints) && CT.HealthPercent <= DruidSettings.Instance.FinisherTargetHealth)),
edit2: ok, I guess I now why you set it up this way... With my modifications to your CC it performed well on targets with much health like rares, but normal mobs die way to fast to get an advantage form Rip...