Amalgam 1 Posted July 29, 2014 (edited) Can anybody help me to fix this? I saw some players having only 1 character name. Here is a screenshot How can I fix this? Edited July 29, 2014 by Amalgam Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted July 29, 2014 What client are you using ? Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted July 29, 2014 Don't include this "Disable 4 Letter UserCharacter Limit" when you hex your client. Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted July 29, 2014 Don't include this "Disable 4 Letter UserCharacter Limit" when you hex your client. I encountered this stuff years ago, even i didn't include this diff, some players can still do this.. Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted July 29, 2014 Lets wait for TS to report back. Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted July 29, 2014 actually they are using hidden characters like alt+255 Quote Share this post Link to post Share on other sites
0 Amalgam 1 Posted July 29, 2014 Yeah, I didn't include it also in my diff. I use 2010-07-30RagRE. Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted July 29, 2014 actually they are using hidden characters like alt+255 Yeah, they making it on notepad then copy paste. Yeah, I didn't include it also in my diff. I use 2010-07-30RagRE. Ohh.. You can't prevent that ATM, if there are mod's that can make a souce to prevent this again, well i'm very very thankful for that :3 Quote Share this post Link to post Share on other sites
0 Amalgam 1 Posted July 29, 2014 actually they are using hidden characters like alt+255 Yeah, they making it on notepad then copy paste. >Yeah, I didn't include it also in my diff. I use 2010-07-30RagRE. Ohh.. You can't prevent that ATM, if there are mod's that can make a souce to prevent this again, well i'm very very thankful for that :3 How about a script check? Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted July 29, 2014 actually they are using hidden characters like alt+255 Yeah, they making it on notepad then copy paste. >Yeah, I didn't include it also in my diff. I use 2010-07-30RagRE. Ohh.. You can't prevent that ATM, if there are mod's that can make a souce to prevent this again, well i'm very very thankful for that :3 How about a script check? Script check wont work because the script only initiate when the player is logged in. Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted July 29, 2014 (edited) I am curious.. ../conf/char-server.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 Would this still allow alt + 255? @edit It does. >.< it would appear as " ? ". It would deny creation if you change this line char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 to this char_name_letters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 Edited July 29, 2014 by quesoph Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted July 29, 2014 Removing Spaces can prevent this problem? o_O Quote Share this post Link to post Share on other sites
0 Amalgam 1 Posted July 29, 2014 If you set it like that the character name with space will also be denied. Quote Share this post Link to post Share on other sites
0 iZeal 5 Posted July 29, 2014 that's weird maybe someone's messing with your sql database., because I tried it numerous times I couldn't reproduce the same name. Quote Share this post Link to post Share on other sites
0 Amalgam 1 Posted July 30, 2014 They are using notepad. ALready tried and it works. Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted July 30, 2014 noone can mess with database with that since names are escaped in source Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted July 30, 2014 (edited) Have you ever thought about those characters were the other country's charset not installed in your OS ? I have ever experienced this kind of issues , if player use Japanese characters I cant see his/her name. Edited July 30, 2014 by Angelmelody Quote Share this post Link to post Share on other sites
0 iZeal 5 Posted July 30, 2014 They are using notepad. ALready tried and it works. I tried this one also.. noone can mess with database with that since names are escaped in source what i meant was someone must be accessing he's database like co-dev or that character was owned by someone he knew or has access with such and just edits he's normal character to bring headaches.. Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted July 30, 2014 Removing Spaces can prevent this problem? o_O Yes, since alt+255 acts like space. Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted July 30, 2014 (edited) Removing Spaces can prevent this problem? o_O Yes, since alt+255 acts like space. my alt+255 was just an example, there are way more characters that are invisible and players use to bypass this Edited July 30, 2014 by evilpuncker Quote Share this post Link to post Share on other sites
0 iZeal 5 Posted July 30, 2014 i couldn't reproduce that name hahaha Quote Share this post Link to post Share on other sites
0 kyeme 71 Posted July 30, 2014 This? http://ragnarok-a.blogspot.com/2010/01/make-short-character-name-using.html Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted July 30, 2014 ALT+255 shouldn't pass the checking click 255 -->alt+255 Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted July 30, 2014 ALT+255 shouldn't pass the checking click 255 -->alt+255 as I said it was just an example xD there are way more invisible characters than that =P Quote Share this post Link to post Share on other sites
0 iZeal 5 Posted July 30, 2014 alt+0160 is also invisible I tried and character creation denied. Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted July 30, 2014 alt+0160 is also invisible I tried and character creation denied. xA0 ==> alt+160 Quote Share this post Link to post Share on other sites
Can anybody help me to fix this? I saw some players having only 1 character name.
Here is a screenshot
How can I fix this?
Share this post
Link to post
Share on other sites