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

Honor-buddy just refuses to slow down. [food]w/log

slansing1991

Member
Joined
Jun 17, 2010
Messages
43
Reaction score
0
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.
 

Attachments

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.

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:
Back
Top