Main 0 Posted December 11, 2013 (edited) 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 Edited December 11, 2013 by Main Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 11, 2013 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 Quote Share this post Link to post Share on other sites
0 Main 0 Posted December 11, 2013 (edited) 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 =) Edited December 11, 2013 by Main Quote Share this post Link to post Share on other sites
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?
Edited by Maini'm afraid if they are numbered or something
Share this post
Link to post
Share on other sites