Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-30-2012, 04:12 PM
Meleek
Fire Beetle
 
Join Date: Feb 2011
Posts: 16
Default 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
Reply With Quote
  #2  
Old 04-30-2012, 05:19 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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%";
Set that to true if it isn't already true.
Reply With Quote
  #3  
Old 04-30-2012, 05:59 PM
Meleek
Fire Beetle
 
Join Date: Feb 2011
Posts: 16
Default

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
Reply With Quote
  #4  
Old 04-30-2012, 08:24 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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');
This will change the value to true if the rule already exists:

Code:
UPDATE `rule_values` SET `rule_value` = "true" WHERE `rule_name` = "Character:SoDClientUseSoDHPManaEnd";
If you go past level 85 using Underfoot the client doesn't know what your base HP/Mana should be, so it defaults to 1 for both and all you will see on the client is the difference between that and what your gear adds. You can use #mystats to see the real values.
Reply With Quote
  #5  
Old 04-30-2012, 09:09 PM
Meleek
Fire Beetle
 
Join Date: Feb 2011
Posts: 16
Default

I put the rule in and Hps are topping out at 150k now
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:33 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3