View Single Post
  #2  
Old 06-03-2013, 12:46 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Yes, there is a rule in the rule_values table that must be turned to true for your health to be shown correctly on the health bar. Code below.
Code:
/*Changes the rule to true so you correctly see your health.*/
UPDATE rule_values SET rule_value = 'true' WHERE rule_name LIKE 'Character:SoDClientUseSoDHPManaEnd';
Reply With Quote