I think this dont work...
Code:
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT(""Hello world, You find New Item!));
Have "2" errors, the first is: LC_TEXT(""Hello world, You find New Item!) maybe is LC_TEXT("Hello world, You find New Item!") and if you see, the LC_TEXT is for "convert" the locale_string... So, if you put that:
Code:
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¸í·É¾î¸¦ ¸ðµÎ ÀÔ·ÂÇϼ¼¿ä."));
In the chat you will see this: "Bitte gib den Befehl in voller Länge ein. ";
Regards.