Emistry 145 Posted March 30, 2015 Just some trick ... I just realize that it's actually possible to use Chinese encoding in Hercules. Previously I think only Sear Emulator can do it, and I am wrong xD The problem : just that the database become messy and unreadable due to table encoding type not compatible. Offtopic : Does anyone know how to replace the "Triple" or "Quadraple" keyword when compound same item into card slots ? Quote Share this post Link to post Share on other sites
zackdreaver 90 Posted March 30, 2015 msgstringtable line 448 Quote Share this post Link to post Share on other sites
Emistry 145 Posted March 30, 2015 msgstringtable line 448 owh thx for the hints =D So it;s not hexed in client. no wonder I cant find it Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted March 30, 2015 the database become messy and unreadable Do you mean item_db.conf ? Quote Share this post Link to post Share on other sites
Emistry 145 Posted March 30, 2015 nope.. when i store the char name, it show gibberish text in sql char table. probably because the table isnt set with proper encoding type i guess. not yet try item_db.conf but i think should be work fine too Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted March 31, 2015 (edited) nope.. when i store the char name, it show gibberish text in sql char table. probably because the table isnt set with proper encoding type i guess. not yet try item_db.conf but i think should be work fine too ansi chinese words were stored to UTF8 mysql db will become gibberish if you wnat to see correct chinese words, to set up your client connection encoding to ansi big5. clinet encoding ==> utf8 ==> gibberish set client connection encoding to ansi big5 then... Edited March 31, 2015 by Angelmelody 1 Emistry reacted to this Quote Share this post Link to post Share on other sites
Emistry 145 Posted March 31, 2015 ya ... xD thx for the info anyway Quote Share this post Link to post Share on other sites