Quote:
Originally Posted by near21
U find the solution? 
|
Not really, i already changed DB collation to Cyrillic_General_Bin and recreated tables containing names(char name,guild names,pets), but still the data in DB is not stored in right way.I think the client has own code page, because when send some text from client to DB ex. Memo from one player to another typed with cyrillic chars, the query between Game Server and DB is with wrong chars inside.Ex: 'тест' hex

182 D085 D181 D182 (probably unicode)is stored like 'oano' hex: 6F 61 6E 6F.
Last thing was to change server and shard LOCALE to LOCALE_RUSSIA and Language = "Russia" Country = "Russia" in clients type.txt But nothing helps
Regards
Update:Problem solved.Its Stupid as hell... whatever my bad.The server locale was on English ...must be changed to locale with Cyrillic support.Thats all.