Just set a new var, #define CREATE_NAME_LENGTH
In Src/char/char.c search this
Then change the variable, example
int make_new_char(struct char_session_data* sd, char* name_, int str, int agi, int vit, int int_, int dex, int luk, int slot, int hair_color, int hair_style)
{
char name[CREATE_NAME_LENGTH];
int i;
safestrncpy(name, name_, CREATE_NAME_LENGTH);
in all the function (cause it is only the create char function)
recomplire and.. i think this should work :S
If you have any error plz post and i helpyou n_n ~