Dissidia Posted November 26, 2011 Posted November 26, 2011 If you have this bonus breakhplimit,1; your character exceed the max hp of server.. Quote
0 FatalEror Posted November 26, 2011 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
0 Dissidia Posted November 26, 2011 Author 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
0 FatalEror Posted November 26, 2011 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
0 Dissidia Posted November 26, 2011 Author Posted November 26, 2011 thanks you sir.. thank you very much Quote
Question
Dissidia
If you have this bonus breakhplimit,1;
your character exceed the max hp of server..
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.