Jump to content
  • 0

Msgstringtable.txt on 70% overweight (20180620e)


Slyx

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   9
  • Joined:  03/05/18
  • Last Seen:  

// The maximum weight for a character to carry when the character stops healing naturally. (in %)
// For renewal: Requires client 20171025 or newer to display properly
natural_heal_weight_rate: 50
natural_heal_weight_rate_renewal: 70

If you set 70% to be the weight limit for natural regeneration  to be disabled  and set your character weight  in between 50 to 69 percent, this warning pops up every time you log in:

  • Your weight limit is over 50, HP and SP will not recover naturally.

Suppose this warning only trigger of your carriage weight is over 70% right?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  10/14/17
  • Last Seen:  

go to your status.c

find these

 

    status->dbs->IconChangeTable[SC_WEIGHTOVER50] = SI_WEIGHTOVER50;
    status->dbs->IconChangeTable[SC_WEIGHTOVER90] = SI_WEIGHTOVER90;

 

then go to 

pc.h

find these

#define pc_is50overweight(sd) ( (sd)->weight*100 >= (sd)->max_weight*battle->bc->natural_heal_weight_rate )
#define pc_is90overweight(sd) ( (sd)->weight*10 >= (sd)->max_weight*9 )


 

Please do the rest ❤️ 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

Check'ed on client of date : 20180621 

said cases did not happen

so be sure to use any client dated to 20171025 onwards

use nemo to check your client date to be sure it is newer client > 20171025 and onwards

 

Checked with item 969 job novice

71% 1450 weight with knife and cotton shirt shows overweight with 70 Gold (969)

69% 1410 weight with knife and cotton shirt shows no overweight with 68 Gold (969)

Edited by utofaery
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...