Create new character

Newbie Spellweaver
Joined
Jan 4, 2009
Messages
12
Reaction score
0
When I create a new character with chinese name

The DBAgent will get this error and the creation is failed
Code:
[##ERROR##] OnIPCNewMyChartr fail (CharacterIdx: 34)
[##ERROR##] DB ERROR(MSG)      : 
[##ERROR##] DB ERROR(CODE)     : 0
[##ERROR##] DB ERROR(VAR_INFO) : 
[##ERROR##] DB ERROR(SQLSTATE) : 00000
[##ERROR##] DB ERROR(STM_TEXT) : {call cabal_sp_newchar( ?              , ?         , ?         , ?         )}
Database Connect success!

But when I using english name the character will be created successfully

Config :
Windows 2003 64bit
Sql 2000 + sp4

Thanks
 
Last edited:
If you have an English client we already know it can't handle fonts like Chinese and Thai very well and it tends to mangle the text. By the time the char name gets to the db it's gibberish.

You can try with a Chinese client and that might work but i have never tried it.

I am using Chinese client enter the game

It is very strange I use the same client login two different server one can use chinese name another one can't do that
 
Upvote 0
Back