Psyche Posted September 25, 2016 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 123 Reputation: 6 Joined: 03/12/13 Last Seen: June 7, 2023 Share Posted September 25, 2016 Hi, i was looking for char_name_option separation between character nickname, and guild name. so for example i want character nickname does not allow special chars like • , ™ , ☼ but i want guild name allow special character. Ty Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted September 25, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted September 25, 2016 (edited) Hi, i was looking for char_name_option separation between character nickname, and guild name. so for example i want character nickname does not allow special chars like • , ™ , ☼ but i want guild name allow special character. Ty But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only." Maybe need to use extra dininput.dll with config, i dunno... Here is link: MEGA Edited October 8, 2016 by Anacondaqq 1 Quote Link to comment Share on other sites More sharing options...
0 Psyche Posted September 25, 2016 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 123 Reputation: 6 Joined: 03/12/13 Last Seen: June 7, 2023 Author Share Posted September 25, 2016 wow ! super thank yyouu dude !i'll test it tho, and confirm if working without problem, ty ! Quote Link to comment Share on other sites More sharing options...
0 Psyche Posted September 27, 2016 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 123 Reputation: 6 Joined: 03/12/13 Last Seen: June 7, 2023 Author Share Posted September 27, 2016 (edited) Hi, i was looking for char_name_option separation between character nickname, and guild name. so for example i want character nickname does not allow special chars like • , ™ , ☼ but i want guild name allow special character. Ty But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only." Maybe need to use extra dininput.dll with config, i dunno... Here is link: MEGA or Paste.ee hi Anacondaqq, i was testing your diff. and i have been modify your patch. your patch is for guild_name_letters , what i'd mean for guild_name_option (with no restriction/ option 0) so i got a problem, i created a guild, it will not consume Emperium. can u help me please? Edited September 27, 2016 by Psyche Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted September 28, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted September 28, 2016 Hi, i was looking for char_name_option separation between character nickname, and guild name. so for example i want character nickname does not allow special chars like • , ™ , ☼ but i want guild name allow special character. Ty But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only." Maybe need to use extra dininput.dll with config, i dunno... Here is link: MEGA or Paste.ee hi Anacondaqq, i was testing your diff. and i have been modify your patch. your patch is for guild_name_letters , what i'd mean for guild_name_option (with no restriction/ option 0) so i got a problem, i created a guild, it will not consume Emperium. can u help me please? my changes NOT affect item (emperium) consumption. Looks like you have NOT latest rAthena emulator. Your problem can be solved by this changes: COMMIT with fix Btw, please check guild.conf for: // When making a guild, an Emperium is consumed? (Note 1) guild_emperium_check: yes Quote Link to comment Share on other sites More sharing options...
0 Psyche Posted September 29, 2016 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 123 Reputation: 6 Joined: 03/12/13 Last Seen: June 7, 2023 Author Share Posted September 29, 2016 (edited) Hi, i was looking for char_name_option separation between character nickname, and guild name. so for example i want character nickname does not allow special chars like • , ™ , ☼ but i want guild name allow special character. Ty But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only." Maybe need to use extra dininput.dll with config, i dunno... Here is link: MEGA or Paste.ee hi Anacondaqq, i was testing your diff. and i have been modify your patch. your patch is for guild_name_letters , what i'd mean for guild_name_option (with no restriction/ option 0) so i got a problem, i created a guild, it will not consume Emperium. can u help me please? my changes NOT affect item (emperium) consumption. Looks like you have NOT latest rAthena emulator. Your problem can be solved by this changes: COMMIT with fix Btw, please check guild.conf for: // When making a guild, an Emperium is consumed? (Note 1) guild_emperium_check: yes no no no. Your changes is fine I got that errors when i modify your changes. first, i had changed: +guild_name_letters: abc™☼d to +guild_name_option: 0 and then if (charserv_config.char_config.char_name_option == 1) { // only letters/symbols in guild_name_letters are authorised to if (charserv_config.char_config.guild_name_option == 1) { // only letters/symbols in guild_name_letters are authorised char.c and char.h, i do follow char_name_option line, and edit to guild_name_option maybe u can help me @_@ Edited September 29, 2016 by Psyche Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted September 29, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted September 29, 2016 can you make patch and post it to here or to pm with all of your changes? Quote Link to comment Share on other sites More sharing options...
Question
Psyche
Hi,
i was looking for char_name_option separation between character nickname, and guild name.
so for example i want character nickname does not allow special chars like • , ™ , ☼
but i want guild name allow special character.
Ty
Link to comment
Share on other sites
6 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.