Jump to content

Question

Posted

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.

6 answers to this question

Recommended Posts

  • 0
Posted
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

 

  • 0
Posted (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 by Serina_RO
  • 0
Posted

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.

  • 0
Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...