Dissidia Posted November 26, 2011 Share Posted November 26, 2011 If you have this bonus breakhplimit,1; your character exceed the max hp of server.. Quote Link to comment Share on other sites More sharing options...
0 FatalEror Posted November 26, 2011 Share Posted November 26, 2011 (edited) Just search this line in status.c if( status->max_hp > (unsigned int)battle_config.max_hp ) change into: if( status->max_hp > (unsigned int)battle_config.max_hp && !pc_readglobalreg(sd, "breakhplimit") ) max_hp type is unsigned int, so it should support max hp until 4294967295... Edited November 26, 2011 by fataleror Quote Link to comment Share on other sites More sharing options...
0 Dissidia Posted November 26, 2011 Author Share Posted November 26, 2011 (edited) if( status->max_hp > (unsigned int)battle_config.max_hp ) is double sir, which one I will change? thanks sir, I will try the code Edited November 26, 2011 by Lionheart Quote Link to comment Share on other sites More sharing options...
0 FatalEror Posted November 26, 2011 Share Posted November 26, 2011 (edited) My bad... Add this line in ..db/const.txt below bHealPower2 breakhplimit 1100 And apply this patch: breakhplimit.diff Edited November 26, 2011 by fataleror Quote Link to comment Share on other sites More sharing options...
0 Dissidia Posted November 26, 2011 Author Share Posted November 26, 2011 thanks you sir.. thank you very much Quote Link to comment Share on other sites More sharing options...
If you have this bonus breakhplimit,1;
your character exceed the max hp of server..
Link to comment
Share on other sites