Hitpoint/mana help
How do i stop the hps from bugging out on me? Hps top out at like 36k and wont go above that point anyone know how to change it to allow them to go higher? also the same for mana
|
Is this on your own server or another server? What client are you using? What level is the toon you're playing with?
If it is your own server and you're using SOD+ as the client then there's a rule you should adjust. Code:
SELECT * FROM `rule_values` WHERE `rule_name` LIKE "%sod%"; |
its my own server, I couldnt find the rule i tried to import it as an spl and it didnt work. 85 toon and UF client
|
Not sure why you couldn't find the rule as it would have been created when you sourced load_players.sql.
If it isn't there for whatever reason, this will create it with the value set to true: Code:
INSERT INTO `rule_values` VALUES ('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'); Code:
UPDATE `rule_values` SET `rule_value` = "true" WHERE `rule_name` = "Character:SoDClientUseSoDHPManaEnd"; |
I put the rule in and Hps are topping out at 150k now
|
All times are GMT -4. The time now is 01:59 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.