Shep Posted March 6, 2014 Report Share Posted March 6, 2014 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 More sharing options...
0 Achmed Posted March 6, 2014 Report Share Posted March 6, 2014 i want to do this also but couldn't work it out so ended up giving up Link to comment Share on other sites More sharing options...
0 Shep Posted March 6, 2014 Author Report Share Posted March 6, 2014 :( Is imposible change this parameter? Link to comment Share on other sites More sharing options...
0 Achmed Posted March 6, 2014 Report Share Posted March 6, 2014 i doubt its impossible, its just the case of finding where to change it Link to comment Share on other sites More sharing options...
0 Shep Posted March 6, 2014 Author Report Share Posted March 6, 2014 is very rare, there is no reference in any file with 2500 ... Link to comment Share on other sites More sharing options...
0 Joeyy Posted March 6, 2014 Report Share Posted March 6, 2014 The default '2500' humanity is set in the database in the table of Character_DATA. To change: ALTER TABLE `character_data` CHANGE `Humanity` `Humanity` INT( 11 ) NOT NULL DEFAULT '2500'; Link to comment Share on other sites More sharing options...
0 Achmed Posted March 6, 2014 Report Share Posted March 6, 2014 thats the thin joeyy, we have changed that and it does not make a blind bit of difference Link to comment Share on other sites More sharing options...
0 Shep Posted March 6, 2014 Author Report Share Posted March 6, 2014 I've changed that value, and continues to create the survivors of humanity 2500 Link to comment Share on other sites More sharing options...
0 Shizweak Posted March 7, 2014 Report Share Posted March 7, 2014 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 More sharing options...
0 LittleBomba Posted May 4, 2015 Report Share Posted May 4, 2015 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 More sharing options...
0 Creep Posted May 8, 2015 Report Share Posted May 8, 2015 Look for the number in DayZ Code and Server.. Link to comment Share on other sites More sharing options...
Question
Shep
Hi,
I need change starting humanity and change table character_data in the mysql:
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now