vijay30393 Posted July 5, 2013 Posted July 5, 2013 How to stop the players from creating "!@#$%^&*()_+" or any symbols?Please do share with me if you guys have any idea.Thank you. Quote
Vincent Posted July 5, 2013 Posted July 5, 2013 /trunk/conf/char_athena.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 Quote
Emistry Posted July 5, 2013 Posted July 5, 2013 // 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 Quote
Question
vijay30393
How to stop the players from creating "!@#$%^&*()_+" or any symbols?
Please do share with me if you guys have any idea.
Thank you.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.