Kirito-kun Posted September 15, 2015 Posted September 15, 2015 Kindly Help me in creating GM names with special char [ - ] ex. GM-Ragnarok is there any script to make only gm allowed to create names with special char [ - ]? or where and what to edit to make gm allowed to create names with special char [ - ]? Quote
HD Scripts Posted September 15, 2015 Posted September 15, 2015 emulator/conf/char_athena.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 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
Kirito-kun Posted September 15, 2015 Author Posted September 15, 2015 if i add [ - ] in char_name_letters: is it only applied to gm names? or it is applied in every account?where should i add [ - ] so it is only applied to a gm names Quote
Radian Posted September 15, 2015 Posted September 15, 2015 the first reply will be applied to all accounts.. I think the best way to do is first create all your GM names/accounts then remove it when you release your server. Quote
Kirito-kun Posted September 15, 2015 Author Posted September 15, 2015 how about when i hired someone to be a gm when i already released the server?I will create GM-Names then i will remove the [ - ] in char_names_letter after i created their account? Thanks HD Scripts and Radian for the answer and guide Quote
Zell Posted September 15, 2015 Posted September 15, 2015 You can create the char and change the name directly in pma Quote
Lord Ganja Posted September 15, 2015 Posted September 15, 2015 As Zell said, change their name directly on your database.. Quote
Kirito-kun Posted September 15, 2015 Author Posted September 15, 2015 You can create the char and change the name directly in pma Thanks Zell As Zell said, change their name directly on your database.. Untitled.png Thanks Lord Ganja Gonna try Quote
Question
Kirito-kun
Kindly Help me in creating GM names with special char [ - ]
ex. GM-Ragnarok
is there any script to make only gm allowed to create names with special char [ - ]?
or where and what to edit to make gm allowed to create names with special char [ - ]?
7 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.