Making character error

Main

New member
Messages
15
Points
0
Hello again =)

i'm having trouble making 'korean-named' character

of course no problem with making 'english-named' character

how can i fix it?

and one more server sided.

is it ok to make and just put somewhere a new command at atcommand.c?
i'm afraid if they are numbered or something

 
Last edited by a moderator:
I think you can set it on conf/char-server.conf and search for this line

// 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
replace or add the character that you want.

or if you don't want any restriction you can simply 

// 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 0

 
Last edited by a moderator:
I think you can set it on conf/char-server.conf and search for this line

// 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
replace or add the character that you want.

or if you don't want any restriction you can simply 

// 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 0
thank you sir!

char problem solved =)

 
Last edited by a moderator:
Back
Top