Quote:
Originally Posted by dew1960
I noticed that with the Underfoot client, my character's health does not regen past a certain point. At level 1 it is 87%. I was wondering if anyone else is experiencing this. I am going to try a few different servers so I can determine if the problem is in my client or in my server.
|
I think that is related to a rule value not being set correctly for SoD or Underfoot. If you are using your own server then use the sql below and it will likely fix the problem. If you are on someone else's server then it may not fully support SoD or Underfoot.
Code:
update rule_values set rule_value = 'true' where rule_name = 'Character:SoDClientUseSoDHPManaEnd';