EyeScreaMan
New Member
- Joined
- Sep 4, 2016
- Messages
- 7
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:
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:
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.
Attachments
Last edited: