What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Hunter Singular CR not using Exhiliration utilized in Common.cs

EyeScreaMan

New Member
Joined
Sep 4, 2016
Messages
7
Reaction score
0
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.
 

Attachments

Last edited:
Another bump D:

edit: I changed BuffSelf to Cast, working so far...
 
Last edited:
Back
Top