Serina_RO Posted May 14, 2018 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 05/14/18 Last Seen: March 10, 2021 Share Posted May 14, 2018 Hello everyone, Could someone help me with this...I have a problem with the Max Hitpoint stopping at 1M for players. I would like to go over the 1M for the players. Is it possible? Please any suggestion will help. Thank you. Quote Link to comment Share on other sites More sharing options...
0 Santafe Posted May 15, 2018 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 325 Reputation: 35 Joined: 06/01/13 Last Seen: October 7, 2019 Share Posted May 15, 2018 3 hours ago, Serina_RO said: Hello everyone, Could someone help me with this...I have a problem with the Max Hitpoint stopping at 1M for players. I would like to go over the 1M for the players. Is it possible? Please any suggestion will help. Thank you. Go to rathena\conf\battle\player.conf Edit this : // Maximum HPs depending on base level. Default values are: // Lv 99: 330000 // Lv150: 660000 // Lv175: 1100000 max_hp_lv99: 330000 max_hp_lv150: 660000 max_hp: 1100000 // Maximum SP. (Default is 1000000) max_sp: 1000000 Edit the max_hp and max_sp to whatever you want and recompile Quote Link to comment Share on other sites More sharing options...
0 Serina_RO Posted May 15, 2018 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 05/14/18 Last Seen: March 10, 2021 Author Share Posted May 15, 2018 (edited) Thank you Santafe We changed the player.conf but MAX HP and SP didn't change. Is something missing somewhere else that might need changing? Edited May 15, 2018 by Serina_RO Quote Link to comment Share on other sites More sharing options...
0 joecalis Posted May 20, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 64 Reputation: 41 Joined: 03/26/12 Last Seen: March 29 Share Posted May 20, 2018 try changing these in battle.cpp { "max_hp_lv99", &battle_config.max_hp_lv99, 330000, 100, 1000000000, }, { "max_hp_lv150", &battle_config.max_hp_lv150, 660000, 100, 1000000000, }, { "max_hp", &battle_config.max_hp, 1100000, 100, 1000000000, }, { "max_sp", &battle_config.max_sp, 32500, 100, 1000000000, }, change the values before the 100. Quote Link to comment Share on other sites More sharing options...
0 Serina_RO Posted May 24, 2018 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 05/14/18 Last Seen: March 10, 2021 Author Share Posted May 24, 2018 Thank you joecalis But still not able to change the HP and SP. *Tears* Quote Link to comment Share on other sites More sharing options...
0 joecalis Posted May 25, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 64 Reputation: 41 Joined: 03/26/12 Last Seen: March 29 Share Posted May 25, 2018 In-game, when you take damage does the health decrease? if not, it might be a visual thing, the client might be limiting the max health visual to 1,000,000 to prevent the numbers from overlapping other texts or graphics. if that's the case you might need to hex the client. Quote Link to comment Share on other sites More sharing options...
0 Serina_RO Posted June 7, 2018 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 05/14/18 Last Seen: March 10, 2021 Author Share Posted June 7, 2018 Thank you. Santafe, joecalis We finally found the source that needed to be changed. We were looking at a different source. Quote Link to comment Share on other sites More sharing options...
Question
Serina_RO
Hello everyone,
Could someone help me with this...I have a problem with the Max Hitpoint stopping at 1M for players.
I would like to go over the 1M for the players. Is it possible?
Please any suggestion will help.
Thank you.
Link to comment
Share on other sites
6 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.