Jump to content
  • 0

Exceeds maximum of 23 characters, mob_db.yml


Valcars

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/03/16
  • Last Seen:  

hi everyone for the first time this error happened to me does anyone know how I can solve it?

 

 

 

Senza titolo.png

Edited by Valcars
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  461
  • Reputation:   61
  • Joined:  08/28/12
  • Last Seen:  

As the error message says, the name contains too many letters.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

3 hours ago, M a p l e said:

https://github.com/rathena/rathena/blob/master/src/common/mmo.hpp#L111

#define NAME_LENGTH (23 + 1)

change to:

#define NAME_LENGTH (29 + 1)

 

NAME_LENGTH is used in other checks as well as in some arrays. Don’t change it if you don’t know what you’re doing.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/03/16
  • Last Seen:  

Oh thanks 

when compiling I always get this error how can I solve it?

Senza titolo.png

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

4 hours ago, Valcars said:

when compiling I always get this error how can I solve it?

Senza titolo.png

Don't change NAME_LENGTH value if you don't know what you're doing.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  04/30/14
  • Last Seen:  

I have the same problem, I make the changes. However, when I move the mouse cursor over the character, the hexed automatically stops responding.

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   62
  • Joined:  02/04/19
  • Last Seen:  

4 hours ago, Valcars said:

hi everyone for the first time this error happened to me does anyone know how I can solve it?

 

 

 

Senza titolo.png

https://github.com/rathena/rathena/blob/master/src/common/mmo.hpp#L111

#define NAME_LENGTH (23 + 1)

change to:

#define NAME_LENGTH (29 + 1)

 

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