Jump to content
  • 0

Should I worry about this? pc_readdb_job_basehpsp: HP value . . . . .


Lord Ganja

Question


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

My mapserver is printing this out. But it didn't show any error, warning, or debug..

Should I worry about this? /hmm  I don't have idea why it showed up.

[Info]: pc_readdb_job_basehpsp: HP value at entry 38 col 103 is lower than previous level (job=4052,lvl=100,oldval=3029,val=100).
[Info]: pc_readdb_job_basehpsp: HP value at entry 39 col 103 is lower than previous level (job=4050,lvl=100,oldval=5029,val=100).
[Info]: pc_readdb_job_basehpsp: HP value at entry 40 col 103 is lower than previous level (job=4051,lvl=100,oldval=4254,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 41 col 103 is lower than previous level (job=0,lvl=100,oldval=109,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 41 col 103 is lower than previous level (job=23,lvl=100,oldval=109,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 41 col 103 is lower than previous level (job=4001,lvl=100,oldval=109,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 41 col 103 is lower than previous level (job=4023,lvl=100,oldval=109,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 41 col 103 is lower than previous level (job=4045,lvl=100,oldval=109,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 41 col 103 is lower than previous level (job=4190,lvl=100,oldval=109,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 41 col 103 is lower than previous level (job=4191,lvl=100,oldval=109,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 79 col 103 is lower than previous level (job=4052,lvl=100,oldval=307,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 80 col 103 is lower than previous level (job=4050,lvl=100,oldval=307,val=100).
[Info]: pc_readdb_job_basehpsp: SP value at entry 81 col 103 is lower than previous level (job=4051,lvl=100,oldval=703,val=100).
Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  790
  • Reputation:   225
  • Joined:  01/30/13
  • Last Seen:  

It's rather normal as some classes really get less HP/SP on level up from 99 to 100. Super Novice for example has 109 SP at level 99, but 100 SP at level 100.

Most of the warnings you get above should only occur if you have increased the normal max level, though! For example if you have the Gangsi class implemented on your server and allow it to level above level 99, you might want to adjust the tables to support higher level HP/SP.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.10
  • Content Count:  9
  • Reputation:   0
  • Joined:  03/07/24
  • Last Seen:  

On 4/30/2015 at 1:41 PM, Playtester said:

I just did a commit that should fix the problem with the warnings.

how to fix this? 🙂

image.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   19
  • Joined:  04/11/15
  • Last Seen:  

Yes, it means your SP table is messed up and your players will have their HP/SP get lower as they level up.

Edited by Terrinigma
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

Yes, it means your SP table is messed up and your players will have their HP/SP get lower as they level up.

Do you know what file affects this one? btw, thanks for the response.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   19
  • Joined:  04/11/15
  • Last Seen:  

Yah, in your Job_basehpsp_db inside your re or pre-re (whichever you're using)

This db if you read the info inside it.  Let's you define how much base hp and sp each and every individual class will have as they level up.  You have changed it somehow and the values are going down rather then up.  That's what it's trying to tell you.

 

 

If you have never modified this file go download a new on from the rathena github or SVN.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

Yah, in your Job_basehpsp_db inside your re or pre-re (whichever you're using)

This db if you read the info inside it.  Let's you define how much base hp and sp each and every individual class will have as they level up.  You have changed it somehow and the values are going down rather then up.  That's what it's trying to tell you.

 

 

If you have never modified this file go download a new on from the rathena github or SVN.

I'm currently using the default one of the latest git but I still got those. :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

It's rather normal as some classes really get less HP/SP on level up from 99 to 100. Super Novice for example has 109 SP at level 99, but 100 SP at level 100.

Most of the warnings you get above should only occur if you have increased the normal max level, though! For example if you have the Gangsi class implemented on your server and allow it to level above level 99, you might want to adjust the tables to support higher level HP/SP.

 

Thanks for this info. :)

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  790
  • Reputation:   225
  • Joined:  01/30/13
  • Last Seen:  

I just did a commit that should fix the problem with the warnings.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

Thank you Playtester. Much appreciated!  /no1

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...