Jump to content
  • 0

Change Starting Humanity?


Shep

Question

Hi,

I need change starting humanity and change table character_data in the mysql:

`Humanity` INT(11) NOT NULL DEFAULT '1',

creating new survivor back on 2500 in humanity... why?

 

Help, i need to change this parameter for my server.

 

 

Thanks

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Can't see anywhere in the server or client code where this is defaulted, so if setting the field default in MySQL doesn't sort it - it's most likely defaulted in the HiveExt. Also remember that it copies the humanity from the previous character (it caries over) so, try setting the default above and deleting any existing character records for the player you are testing with, then try login.

Link to comment
Share on other sites

  • 0

But if I edited a MySQL

 ALTER TABLE `character_data` CHANGE `Humanity` `Humanity` INT( 11 ) NOT NULL DEFAULT '0'; 

Then deleted any existing character records for the player and later tried to login and in the end i have 2500 humanity on my DebugMonitor. Why? What other file may be responsible for this option. Please help me.. :wacko:

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...