Page 1 of 1
Dupre won't heal
Posted: Wed Mar 18, 2009 3:16 am
by Guru Dragon
I'm in Monitor in SI and I've been killing Trolls to level up for the Knights Challenge, but for some reason Dupre isn't healing like normal. He'll heal up to 9 HP and then stop and never go higher. He has more HP because his health gauge doesn't get more than halfway. But myself and Shamino heal just fine. Any ideas?
Re: Dupre won't heal
Posted: Wed Mar 18, 2009 3:49 am
by Guru Dragon
Okay, he is healing, just at a much slower rate than the other companions. Also, I've noticed that sometimes Shamino will be at full health, and then suddenly drop a little, though nothing hit him. Weird.
Re: Dupre won't heal
Posted: Wed Mar 18, 2009 7:43 am
by Malignant Manor
Is Shamino starving?
HP gained is random based on max health if max hp is greater than 2. Currently, everyone regains health over time unless dead.
Code: Select all
if (maxhp >= 3)
hp += 1 + rand()%(maxhp/3);
else
hp += 1;