HyKhung 0 Posted March 9, 2019 Hi , i'm try to translate Ragnarok to my language but the client cant read it correctly here's my sclient.xml <?xml version="1.0" encoding="UTF-8" ?> <clientinfo> <desc>Ragnarok online server 2019</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Xin chào việt nam</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>10</langtype> <registrationweb>www.ragnarok.com</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> but in-game it display like this , please help. Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted March 9, 2019 Use opensetup and change character encoding Quote Share this post Link to post Share on other sites
0 HyKhung 0 Posted March 9, 2019 i shoul change to what ? i already try UTF 8 and 1258 ANSI vietnam but no hope . Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted March 9, 2019 https://github.com/HerculesWS/Hercules/wiki/Clientinfo.xml#explanation vietnam is langtype 15 ... I believe Quote Share this post Link to post Share on other sites
0 4144 364 Posted March 9, 2019 Client will normally allow only limited number of languages. For allow all old supported languages need enable this patch in nemo: http://nemo.herc.ws/patches/AlwaysReadKrExtSettings/ Quote Share this post Link to post Share on other sites
Hi , i'm try to translate Ragnarok to my language but the client cant read it correctly
here's my sclient.xml
<?xml version="1.0" encoding="UTF-8" ?>
<clientinfo>
<desc>Ragnarok online server 2019</desc>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
<connection>
<display>Xin chào việt nam</display>
<address>127.0.0.1</address>
<port>6900</port>
<version>55</version>
<langtype>10</langtype>
<registrationweb>www.ragnarok.com</registrationweb>
<loading>
<image>loading00.jpg</image>
<image>loading01.jpg</image>
<image>loading02.jpg</image>
<image>loading03.jpg</image>
<image>loading04.jpg</image>
<image>loading05.jpg</image>
<image>loading06.jpg</image>
</loading>
</connection>
</clientinfo>
but in-game it display like this , please help.
Share this post
Link to post
Share on other sites