Wenn du Singular als CC nutzt, sollte es eigentlich benutzt werden, zumindest ausserhalb des Kampfes und unter 80% Leben, wenn du noch Combopunkte hast
public static Composite CreateRoguePreCombatBuffs()
{
return new PrioritySelector(
CreateApplyPoisons(),
Spell.BuffSelf("Recuperate", ret => StyxWoW.Me.RawComboPoints > 0 && StyxWoW.Me.HealthPercent < 80)
);
}