cahadeyelo Posted January 23, 2016 Posted January 23, 2016 (edited) I'm planning to increase the maximum hp on battle.c up to 900b but when i tried to recompile the server i always got this error. trunk\src\map\battle.c(7332): warning C4305: 'initializing' : truncation from '__int64' to 'int' my revision is 17726 of rathena trunk, please help.... Edited January 23, 2016 by cahadeyelo Quote
0 Stolao Posted January 31, 2016 Posted January 31, 2016 my ignorance deceives me sometimes, sorry...and i was hoping for a different answer coz I've done that Hp can not exceed 2.1 (2^32-1 to be exact) bil as that is the limitations of the system you would have to change it from int32 to int 64 which is honestly not that easy Quote
0 cahadeyelo Posted January 25, 2016 Author Posted January 25, 2016 or you can just tell me how to properly edit the max_hp capped on my server Quote
0 Oceanid Posted January 26, 2016 Posted January 26, 2016 Just change max hp in player.conf. // Maximum HP. (Default is 1000000) max_hp: 1000000 Next time post in general support as this isn't a scripting issue and probably why you didn't get a fast reply. Quote
0 cahadeyelo Posted January 26, 2016 Author Posted January 26, 2016 (edited) my ignorance deceives me sometimes, sorry...and i was hoping for a different answer coz I've done that Edited January 27, 2016 by cahadeyelo Quote
0 cahadeyelo Posted February 1, 2016 Author Posted February 1, 2016 thanks sir Stalao for clearing my questions, sad to say that my client ditched me up but the information you gave are in my future's use. Quote
Question
cahadeyelo
I'm planning to increase the maximum hp on battle.c up to 900b but when i tried to recompile the server i always got this error.
trunk\src\map\battle.c(7332): warning C4305: 'initializing' : truncation from '__int64' to 'int'
my revision is 17726 of rathena trunk, please help....
Edited by cahadeyelo5 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.