Jump to content
  • 0

24 characters


sevenrosuport

Question

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

mmo.h

//Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well.

#define MAX_CHARS 24

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  52
  • Topics Per Day:  0.01
  • Content Count:  142
  • Reputation:   1
  • Joined:  07/08/12
  • Last Seen:  

It is not the number of slots char but the amount of letters that may have the name of an NPC

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

npc.h

char name[NAME_LENGTH+1];// display name

char exname[NAME_LENGTH+1];// unique npc name

edit it at your own risk, since your client may crash

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

trunk/src/common/mmo.h

#define NAME_LENGTH (23 + 1)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

trunk/src/common/mmo.h

#define NAME_LENGTH (23 + 1)

that way he will mess up with every single place that uses NAME_LENGTH and he wants to mess only with npc name

@edit

http://rathena.org/board/topic/71004-how-to-change-the-max-npc-name-length/

Edited by EvilPuncker
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   4
  • Joined:  09/13/12
  • Last Seen:  

failed

O que acontece? Eu testei aqui e deu certinho '-'

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  52
  • Topics Per Day:  0.01
  • Content Count:  142
  • Reputation:   1
  • Joined:  07/08/12
  • Last Seen:  

Oque vc aplicou para pode coloca os nome dos NPC mais de 24 caracteres?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   4
  • Joined:  09/13/12
  • Last Seen:  

Até fiz um tutorial porque sabia que mais gente ia precisar!

http://rathena.org/b...pc-name-length/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  52
  • Topics Per Day:  0.01
  • Content Count:  142
  • Reputation:   1
  • Joined:  07/08/12
  • Last Seen:  

esta confuso de entreder teria com fazer um diff ou um patch mesmo ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

failed

O que acontece? Eu testei aqui e deu certinho '-'

Oque vc aplicou para pode coloca os nome dos NPC mais de 24 caracteres?

Até fiz um tutorial porque sabia que mais gente ia precisar!

http://rathena.org/b...pc-name-length/

esta confuso de entreder teria com fazer um diff ou um patch mesmo ?

Please refrain from talking in your language. We have a multi-language forums at the bottom of our boards for support in your language if you have a hard time speaking English.

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