Log in

View Full Version : SoD Client Issue


BTCooper
08-11-2010, 05:04 PM
Playing using SoD, on one particular server my character's HPS and life are maxing out...but HP and MANA both show only ~77% full. I cannot heal myself past this mark, and i've taken off and on every piece of gear etc I can to solve this to no avail.

On a different server using the same client everything works fine. Any ideas what either I have wrong or possibly what the GM may be able to fix? He also has SoD client for testing, and it does not cause this issue for him.

Thanks!

trevius
08-11-2010, 05:40 PM
If the server you are playing on doesn't have the rule enabled for adjusting the formulas for the SoD client, then they won't show up correctly for anyone, including the GMs. My guess is that is what your problem is. I suspect THF probably doesn't have that rule enabled and maybe others.

The rule is disabled by default, since SoD client formulas are about 1k more mana/hp/end at level 70ish than Titanium formulas are, which means a lot of free hps just for running the new client.

BTCooper
08-11-2010, 06:22 PM
Hey and thank you for the reply...would you be kind enough to let me in on where this rule might be found so hours of searching through code can be avoided?

Thanks!

BTCooper
08-11-2010, 06:23 PM
Whoever did that plz do so again!

blackdragonsdg
08-11-2010, 11:44 PM
It is located in the rule_values table.

This will change it for you:
update rule_values set rule_value = 'true' where rule_name = 'Character:SoDClientUseSoDHPManaEnd';