1. Get the username of the character whose name has to be changed.
2. Find the decimal ASCII equivalent of each letter in the username from www.asciitable.com, make its string with dot as letter divider and add .acl at the end of the stringEx : kar
3. Search this string inside ACCOUNT folder which is usually present inside a3server folder and make a backup copy of this file in case you edit it wrong.Ex: k = 107, a = 97, r = 114 so my final string will be 107.97.114.acl
4. Open the file in an Hex editor and change the name of the character (Either replace the letters in the name of character or add after it. Do not go to add anythin before the character name!)
5. Change the name in charac0 table in ASD database! For simplicity you can execute this query
NOTE: By changing the character name, the character will be disbanded from KH, friends list will be empty and mercinery of the character may not get displayed!update charac0 set c_id = 'new_char_name' where c_id = 'old_char_name'
cyberinferno
Ragezone