[HELP] Russian Characters and Guilds

07/09/2018 12:55 Velitta#1
Hi epvp.

I need help.

Where can I change the values ​​so that I can create characters and guilds in Russian lang.
now I can create them only in English lang.

Sorry for my english, thank you in advance :rolleyes:
07/10/2018 20:20 xTwiLightx#2
Enable Unicode in your files and support it in your database (nvarchar for names should be enough).
07/10/2018 21:42 Velitta#3
Quote:
Originally Posted by xTwiLightx View Post
Enable Unicode in your files and support it in your database (nvarchar for names should be enough).
The problem is not in the database (sql), but in the game files. They forbid me to create names/guilds with Russian letters.
07/11/2018 13:27 xTwiLightx#4
Quote:
Originally Posted by Velitta View Post
The problem is not in the database (sql), but in the game files. They forbid me to create names/guilds with Russian letters.
Is your language set to LANG_RUS?
I think that the source code already supports cyrillic characters, Bit it depends in the codepage set als (maybe) your language.
07/11/2018 13:34 Velitta#5
No, I did not put LANG_RUS because I do not know where to do it. I turned to the forum just to find out where it is possible to do it :)

I've been studying server files not so long ago, so I need help, since I did not find any information anywhere :confused:

When i change my nickname and guild through the database, have not error. But when i try to create character/guild at russian in game, i have error : You cannot use special characters in a name.
07/13/2018 12:05 xTwiLightx#6
Check the String table in the .rc files (WinMain.rc für the Neuz)