Jump to content
  • 0
Kei

increasing name characters

Question

5 answers to this question

Recommended Posts

  • 0

change it here /src/common/mmo.h

 

search for this line 

//For character names, title names, guilds, maps, etc.//Includes null-terminator as it is the length of the array.#define NAME_LENGTH (23 + 1)

Share this post


Link to post
Share on other sites
  • 0

 

change it here /src/common/mmo.h

 

search for this line 

//For character names, title names, guilds, maps, etc.//Includes null-terminator as it is the length of the array.#define NAME_LENGTH (23 + 1)

 

i can just add 1 ? or i can add more?

Share this post


Link to post
Share on other sites
  • 0

You can increase the length of character and npc names just changing macros in Hercules' src, but, if I'm not mistaken, the client won't show any extra characters as they are hard coded.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.