View Full Version : Health Bar reporting incorrect Data
JarlaxeEQ
03-26-2016, 06:30 PM
I apologize if this question is in the wrong forum, please move it to the appropriate location.
The server was recently upgraded to the current code set but now the Health Bar does not report an accurate percentage. Characters with a small number of hit points report ~30% of the health bar, while characters with many more hit points only reach 98% and never beyond that.
I have confirmed that the 'Character:SoDClientUseSoDHPManaEnd' in the rule_value table is set to TRUE which has been the recommended solution to the problem.
Are there any further recommendations for resolving this issue?
Thank you in Advance.
Jarl
N0ctrnl
03-26-2016, 08:28 PM
Which client? Titanium?
JarlaxeEQ
03-26-2016, 09:31 PM
ROF2 and HOT.
Uleat
03-28-2016, 12:55 PM
I have confirmed that the 'Character:SoDClientUseSoDHPManaEnd' in the rule_value table is set to TRUE which has been the recommended solution to the problem.
What 'rule_set' did you change this for?
The 'default' rule_set is '1.'
JarlaxeEQ
03-28-2016, 02:03 PM
What 'rule_set' did you change this for?
The 'default' rule_set is '1.'
Uleat - good question, no changes were made to the 'rule_sets' table.
The only change made was to the "rule_values" table.
"Character:SoDClientUseSoDHPManaEnd" was set to true.
JarlaxeEQ
03-28-2016, 02:22 PM
Also tested with SOD client. Same issue.
Uleat
03-28-2016, 02:26 PM
Sorry, should have clarified that one a little more..
Each rule_value entry has a rule_set identifier..more if you haven't cleared out the extra ones.
ruleset_id,rule_name,rule_value,notes
1,Character:SoDClientUseSoDHPManaEnd,true,Setting this to true will allow SoD clients to use the SoD HP/Mana/End formulas and previous clients will use the old formulas
2,Character:SoDClientUseSoDHPManaEnd,true,Setting this to true will allow SoD clients to use the SoD HP/Mana/End formulas and previous clients will use the old formulas
3,Character:SoDClientUseSoDHPManaEnd,true,Setting this to true will allow SoD clients to use the SoD HP/Mana/End formulas and previous clients will use the old formulas
4,Character:SoDClientUseSoDHPManaEnd,true,Setting this to true will allow SoD clients to use the SoD HP/Mana/End formulas and previous clients will use the old formulas
5,Character:SoDClientUseSoDHPManaEnd,true,Setting this to true will allow SoD clients to use the SoD HP/Mana/End formulas and previous clients will use the old formulas
10,Character:SoDClientUseSoDHPManaEnd,true,Setting this to true will allow SoD clients to use the SoD HP/Mana/End formulas and previous clients will use the old formulas
You want to make sure that you've modified the correct one - which should be '1' if you're using the default settings.
Akkadius
03-28-2016, 02:38 PM
Uleat, I'm on top of this helping them personally.
As for yourself I would use option 14) in eqemu_update.pl on your own database ;)
Akkadius
03-28-2016, 03:16 PM
Fixed. base_data table data was way off and needed to be updated.
After much troubleshooting I came to this resolution and it appears things are updating correctly.
JarlaxeEQ
03-28-2016, 05:49 PM
Thank you everyone for the help and a big shout out to Akkadius for the quick fix!
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.