Hello. I am using hunter singular CR, but unfortunately it doesn't use Exhilaration at all. In ..\Routines\Singular\ClassSpecific\Hunter\Common.cs there is some Exhilaration code: Code: new PrioritySelector( Spell.BuffSelf("Exhilaration", ret => Me.HealthPercent < 35 || (Pet != null && Pet.HealthPercent < 20)), but even if character's health is below 35% or pet's health is below 20%, Exhilaration isn't used. Because of it character dies a lot as Exhilaration is a life saver. There are some Exhilaration log entries: Code: [11:06:51.863 D] [SpellManager] Adding known spells: Exhilaration (109304) [11:15:24.020 N] (Singular) Storing Exhilaration as last spell cast.
Works like a charm! Thanks! I've also added Code: Spell.Cast("Aspect of the Turtle", ret => Me.HealthPercent < 20), very usefull with rank 3 Mimiron's Shell - Spell - World of Warcraft