• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Hunter Singular CR not using Exhiliration utilized in Common.cs

    Discussion in 'Honorbuddy Support' started by EyeScreaMan, Nov 21, 2016.

    1. EyeScreaMan

      EyeScreaMan New Member

      Joined:
      Sep 4, 2016
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
      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.
       

      Attached Files:

      Last edited: Nov 25, 2016
    2. EyeScreaMan

      EyeScreaMan New Member

      Joined:
      Sep 4, 2016
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
      Shameless bump!
       
    3. gotbing

      gotbing New Member

      Joined:
      Dec 17, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      Another bump D:

      edit: I changed BuffSelf to Cast, working so far...
       
      Last edited: Dec 1, 2016
    4. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      we are still on it
       
    5. EyeScreaMan

      EyeScreaMan New Member

      Joined:
      Sep 4, 2016
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
      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
       

    Share This Page