Jump to content
  • 0

R>MAX HP over 1M


Serina_RO

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  05/14/18
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  05/14/18
  • Last Seen:  

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 by Serina_RO
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   40
  • Joined:  03/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  05/14/18
  • Last Seen:  

Thank  you joecalis

But still not able to change the HP and SP. *Tears*

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   40
  • Joined:  03/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  05/14/18
  • Last Seen:  

Thank you. Santafejoecalis

We finally found the source that needed to be changed. We were looking at a different source.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...