Hello, I'm a Korean developer.

Results 1 to 4 of 4
  1. #1
    Apprentice beong420 is online now
    MemberRank
    Aug 2022 Join Date
    14Posts

    Hello, I'm a Korean developer.

    Hello, I'm a Korean developer.Mu Origin 1 (MuOrigin (HHExtreme) Version 8.1 Character Creation cannot be created except in English.I want to create a character in Korean, but I can't create a character if I put it in Korean as shown in the picture. I'd appreciate it if you could tell me how.


    https://prnt.sc/_ETMIGDeDROg


  2. #2
    C++ Developer zipper20032 is offline
    MemberRank
    Oct 2006 Join Date
    0x198837ADLocation
    663Posts
    It could be that your database is not accepting Korean characters.
    Try changing your database character set to accept an encoding for Korean characters. I think "utf8_general_ci" would work.

  3. #3
    Apprentice beong420 is online now
    MemberRank
    Aug 2022 Join Date
    14Posts
    @zipper20032 // Can you tell me how to do it in detail?


    Hello.PET DEVIL'S CAPABILITY IS CURRENTLY EquipProps="3000000,0,0,0,0,0,0,120,128,120,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0.15,0,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" It is.But I want to change it to 1200, 1280, 1200, 1280.Modifying and applying Goods.xml does not change.Could you tell me which part I should edit together?

    - - - Updated - - -

    Quote Originally Posted by zipper20032 View Post
    It could be that your database is not accepting Korean characters.
    Try changing your database character set to accept an encoding for Korean characters. I think "utf8_general_ci" would work.

    Can you tell me how to do it in detail?

    - - - Updated - - -

    LejJiChongZhi.xml <?xml version="1.0" encoding="utf-8"?><Config> <Activities ActivityType="38" /> <GiftList Title="累计充值" Description="" Image=""> <Award ID="1" ShowMinYuanBao="0" MinYuanBao="1000" GoodsOne="5050,1,1,0,0,0,0|5088,1,1,0,0,0,0|5031,1,1,0,0,0,0|2017,1,1,0,0,0,0" GoodsTwo="" /> <Award ID="2" ShowMinYuanBao="0" MinYuanBao="3000" GoodsOne="5050,4,1,0,0,0,0|5088,2,1,0,0,0,0|5031,2,1,0,0,0,0|2017,2,1,0,0,0,0" GoodsTwo="" /> <Award ID="3" ShowMinYuanBao="0" MinYuanBao="5000" GoodsOne="5050,6,1,0,0,0,0|5088,3,1,0,0,0,0|5031,3,1,0,0,0,0|2017,3,1,0,0,0,0" GoodsTwo="" /> <Award ID="4" ShowMinYuanBao="0" MinYuanBao="10000" GoodsOne="5050,10,1,0,0,0,0|5088,5,1,0,0,0,0|5031,5,1,0,0,0,0|2017,5,1,0,0,0,0" GoodsTwo="" /> <Award ID="5" ShowMinYuanBao="0" MinYuanBao="30000" GoodsOne="5050,20,1,0,0,0,0|5088,10,1,0,0,0,0|5031,10,1,0,0,0,0|2017,10,1,0,0,0,0" GoodsTwo="" /> <Award ID="6" ShowMinYuanBao="0" MinYuanBao="50000" GoodsOne="5050,40,1,0,0,0,0|5088,25,1,0,0,0,0|5031,15,1,0,0,0,0|2017,15,1,0,0,0,0" GoodsTwo="" /> <Award ID="7" ShowMinYuanBao="0" MinYuanBao="100000" GoodsOne="5050,60,1,0,0,0,0|5088,30,1,0,0,0,0|5031,20,1,0,0,0,0|2017,20,1,0,0,0,0" GoodsTwo="" /> <Award ID="8" ShowMinYuanBao="0" MinYuanBao="300000" GoodsOne="5050,80,1,0,0,0,0|5088,40,1,0,0,0,0|5031,40,1,0,0,0,0|2017,40,1,0,0,0,0" GoodsTwo="" /> <Award ID="9" ShowMinYuanBao="0" MinYuanBao="500000" GoodsOne="5050,100,1,0,0,0,0|5088,50,1,0,0,0,0|5031,70,1,0,0,0,0|2017,70,1,0,0,0,0" GoodsTwo="" /> </GiftList></Config>I added it, but it comes out like this in the game.I would appreciate it if you could tell me how to fix it.


    https://prnt.sc/0wapVxYcNB9k

  4. #4
    C++ Developer zipper20032 is offline
    MemberRank
    Oct 2006 Join Date
    0x198837ADLocation
    663Posts
    I don't have experience with any Mu mobile development or server files, but I do have experience with possible errors been caused by different network/connection settings applied to these server files.

    No, the configuration files from your server files aren't the database.

    So your database should run on one of these two: MySQL or SQL Server

    If it's MySQL (I'm using Navicat as MySQL editor) - Open your MySQL database editor, go to your Mu database, right click on it, Edit Database, and a window with the character set will pop-up. Select the correct character set for Korean characters or a general one such as utf8mb3 and the collection should be utf8mb3_general_ci or other collections such as unicode, etc.

    If it's SQL - Open your SQL Management Studio, go to your database, right click on it, Properties, go to Options and the character set will be at the top of the window. SQL does have specific character sets for Korean, so you should find your character set.

    Still, if it's not working, try different character sets.

    Warning: Changing database's character sets can actually crash other section of server's code where your Korean hangul symbols are not accepted by the server files because that's how they have developed the files. Yes, the server files could have been designed to work only with Latin character set and not other language's symbols. That's up to you to test. Or maybe there's a parameter in a file which allows other character sets to be used. I guess you have to check this too.
    And actually if you are a developer, you should already know these things when you are working with strings for different languages. Anyway, good luck.


    For Awards items, etc, I think you have to modify them client side too, not only server side.
    Last edited by zipper20032; 29-08-22 at 04:21 PM.



Advertisement