character name

N e s s

New member
Messages
202
Points
0
Age
33
good day hercules! how to allow symbols in character name?
default_smile.png
thanks in advance!
default_smile.png


 
char-server.conf:

// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
// NOTE: Applies to character, party and guild names.
// 0: no restriction (default)
// 1: only letters/symbols in 'char_name_letters' option.
// 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
char_name_option: 1
 
Are you talking about this configuration perhaps?
 
^ Include your symbols here char-server.conf

// Set the letters/symbols that you want use with the 'char_name_option' option.// Note: Don't add spaces unless you mean to add 'space' to the list.char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
be sure that 

char-server.conf:

// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
// NOTE: Applies to character, party and guild names.
// 0: no restriction (default)
// 1: only letters/symbols in 'char_name_letters' option.
// 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
char_name_option: 1    // <-- Set to 1
 
Last edited by a moderator:
another thing sir when i use lantype 0 it works even if i dont edit charserver. but when i use langtype 1 the client wont support the symbols
default_sad.png


 
^ Do not add space because its defined already 

abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
and maybe symbols is hard coded in other langtype.. try to request about hex to Nemo Patcher.

 
Back
Top