• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Honor-buddy just refuses to slow down. [food]w/log

    Discussion in 'Honorbuddy Support' started by slansing1991, Nov 21, 2011.

    1. slansing1991

      slansing1991 Member

      Joined:
      Jun 17, 2010
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      6
      I am using the EzFrost profile for my DK, and she refuses to sit down and eat, just barelling through the enemy until dead. I have it set to buy food, I also have it in supply, I have tried using the item code as well as the name of the food to no avail. I have also tried other CC's and it does not make a difference.
       

      Attached Files:

    2. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      it has to be a CC issue, honorbuddy is correctly detecting your food amount, so double check the CC's settings for a eat setting. if your still having issues report the problem to the CustomClass Developer.

      yep
      Code:
              public override bool NeedRest
              {
                  get
                  {
                      return false;
                  }
              }
      
      
      
              public override void Rest()
              {
      
              }
      
      the CC your using has no rest routine, HENCE no stopping to eat.
       
      Last edited: Nov 21, 2011
    3. slansing1991

      slansing1991 Member

      Joined:
      Jun 17, 2010
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      6
      okay thank you
       

    Share This Page