Jump to content
  • 0
Sign in to follow this  
Main

Making character error

Question

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 by Main

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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 by Main

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.