Kei 2 Posted December 23, 2013 can i increase the name character from 23 to 35 or 40? Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 23, 2013 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) Quote Share this post Link to post Share on other sites
0 Kei 2 Posted December 23, 2013 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? Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 23, 2013 simple modify number 23 change it to 35 or 40 then recompile your server and your done Quote Share this post Link to post Share on other sites
0 pan 87 Posted December 23, 2013 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. Quote Share this post Link to post Share on other sites
0 themon 63 Posted December 23, 2013 #define NAME_LENGTH (23 + 17) Quote Share this post Link to post Share on other sites
can i increase the name character from 23 to 35 or 40?
Share this post
Link to post
Share on other sites