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.