• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • health is low, but not eating

    Discussion in 'Honorbuddy Support' started by Dark_Evan, Oct 5, 2012.

    1. Dark_Evan

      Dark_Evan New Member

      Joined:
      Apr 6, 2011
      Messages:
      38
      Likes Received:
      2
      Trophy Points:
      0
      yes i did new installation form scratch and going with refreshment detection and without it... still the same
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
    3. tokyov

      tokyov Member

      Joined:
      Dec 8, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      6
      I don't get it. It was working fine before the latest patch. After the patch, it stopped working. And the answer is to get a combat routine? There's a bug in the source that was introduced between updates. Find it and fix it.

      And just to be clear, I'm trying to use a questing profile. Setting HB to combat won't help me much.
       
    4. Dark_Evan

      Dark_Evan New Member

      Joined:
      Apr 6, 2011
      Messages:
      38
      Likes Received:
      2
      Trophy Points:
      0
      will try it after the server restart
       
    5. xaq

      xaq New Member

      Joined:
      Aug 29, 2012
      Messages:
      315
      Likes Received:
      1
      Trophy Points:
      0
    6. wilbo007

      wilbo007 Member

      Joined:
      Dec 20, 2011
      Messages:
      656
      Likes Received:
      15
      Trophy Points:
      18
      Yes I am having the same issue too, it's definitely not working.
       
    7. xaq

      xaq New Member

      Joined:
      Aug 29, 2012
      Messages:
      315
      Likes Received:
      1
      Trophy Points:
      0
      what class is everyone? I just noticed on my paladin it works fine... on the hunter it does not, so this appears to be related to the classes somehow.
       
    8. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
    9. jaltena

      jaltena New Member

      Joined:
      Mar 2, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      My class is a warrior.

      Uploaden all my log files from yesterday from a NEW installation.
       

      Attached Files:

    10. Dark_Evan

      Dark_Evan New Member

      Joined:
      Apr 6, 2011
      Messages:
      38
      Likes Received:
      2
      Trophy Points:
      0
      some of the logs when i was grinding with my mage
       

      Attached Files:

    11. Phatbat

      Phatbat New Member

      Joined:
      Jan 15, 2010
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Exact same.... My warrior will try to take on an army when down to 100 health.

      Toon is simply not eating and spending a lot of time as a ghost because of this
       
    12. frex

      frex Member

      Joined:
      Jul 5, 2010
      Messages:
      68
      Likes Received:
      2
      Trophy Points:
      6
      same issue, I wonder if the problem could be the game language? I have this issue with antoangler and grind and my char is a warrior (tested with differents cc).
      I'll edit the post later to include my logs.
       
    13. iwin

      iwin New Member

      Joined:
      Dec 12, 2010
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      0
      largest log i hav, quite a few deaths... think my comp went to sleep mid bot, but w/e
       

      Attached Files:

    14. jaltena

      jaltena New Member

      Joined:
      Mar 2, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      More log files from today. Lots of deaths
       

      Attached Files:

    15. jeremytyler662

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      I have a temp fix for the eating until they get this fixed. You have to edit your class file in singular. I added the following code.

      Add the following code to the top of your class file.
      Code:
      using Rest = Singular.Helpers.Rest;
      You will also need to add the following.
      Code:
              #region Heal
              [Behavior(BehaviorType.Rest, WoWClass.Warrior, WoWSpec.WarriorArms)]
              public static Composite CreateWarriorArmsRest()
              {
                  return new PrioritySelector(
                      // Rest up damnit! Do this first, so we make sure we're fully rested.
                      Rest.CreateDefaultRestBehaviour());
              }
              #endregion
      If you can't figure out how to do this I will edit your class file for you and upload it as requested when I have free time. I will include the edited file for arms warrior.

      Put this file in Honorbuddy/Routines/Singular/Classspecific/Warrior
      View attachment Arms.cs
       
      Last edited: Oct 7, 2012
    16. jaltena

      jaltena New Member

      Joined:
      Mar 2, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      YES, IT WORKS! Thanks man! I can live with this solution as long there is no permanent solution.
      So great that people can make this!

      Ok, back to work now :D
       
    17. jeremytyler662

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      Glad it's working for you. I forgot to add I have also added Impending Victory in this so your warrior will use it to heal himself.
       
    18. smiie

      smiie New Member

      Joined:
      Jan 15, 2010
      Messages:
      203
      Likes Received:
      0
      Trophy Points:
      0

      Put that file in \Routines\Singular\ClassSpecific\Warrior. If you do that and play arms, it will use victory rush. Tell me if you need it for another spec, it's really quite easy to fix.



      Edit: Missed that the guy above me posted the same thing + eating, so just ignore this.
       

      Attached Files:

      • Arms.cs
        File size:
        5.2 KB
        Views:
        71
      Last edited: Oct 7, 2012
    19. Raigeki

      Raigeki New Member

      Joined:
      Oct 6, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Just changed

      [Behavior(BehaviorType.Rest, WoWClass.Warrior, WoWSpec.WarriorArms)]

      to

      [Behavior(BehaviorType.Rest, WoWClass.Mage, WoWSpec.MageFrost)]

      and it finally works fine for my mage, thx dude!
       
    20. cych2769

      cych2769 Member

      Joined:
      Mar 21, 2010
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      6
      Thanks for the fix


      Thanks for the Fix! Here is the Frost mage fix.
       

      Attached Files:

    Share This Page