View Full Version : Server vs. client hp bar
xplodr
06-03-2013, 04:23 AM
Does anyone know why my server hp and my client hp show up different? It makes the health bar always not full.
Kingly_Krab
06-03-2013, 12:46 PM
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.
/*Changes the rule to true so you correctly see your health.*/
UPDATE rule_values SET rule_value = 'true' WHERE rule_name LIKE 'Character:SoDClientUseSoDHPManaEnd';
xplodr
06-03-2013, 03:05 PM
Cool thanks Kingly!
Kingly_Krab
06-03-2013, 03:11 PM
You're welcome!
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.