Change language can't use accents or "ç"!

gilbertobitt

New member
Messages
19
Points
0
I can't use accent on my server! i try all the nemo patches, ASCII, use arial on all langtypes, change font, but! i can't type áéíóú or "ç" inside the game it keep turning on ??????? symbol! i try change langtype but! when i do that i keep getting "Attemp to call a nill value" or something like it! so i need some help please guys! just that all the other problems i already fixed!

using "2018-06-21aRagexe" on post is attach the profile used on nemo! and here is my clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Online Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Local</display>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>46</version>
          <langtype>1</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>
        </loading>
        <yellow>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
        </yellow>
       </connection>
</clientinfo>



View attachment minimal_working.log

 
if you change langtype need use patch "Always load Korea ExternalSettings lua file"

 
if you change langtype need use patch "Always load Korea ExternalSettings lua file"
I fixed using another way i find on Rathena Forum! add a copy of the service_korea changing it's name according to country of langtype used!

I think is needed for 2018+ clients and so add this list to documentation or something.

  • if langtype = 0  || LuaFiles514\Lua Files\service_korea\ExternalSettings_kr
  • if langtype = 1  || LuaFiles514\Lua Files\service_usa\ExternalSettings_usa
  • if langtype = 2  || LuaFiles514\Lua Files\service_japan\ExternalSettings_jp
  • if langtype = 3  || LuaFiles514\Lua Files\service_china\ExternalSettings_ch
  • if langtype = 4  || LuaFiles514\Lua Files\service_taiwan\ExternalSettings_tw
  • if langtype = 5  || LuaFiles514\Lua Files\service_thailand\ExternalSettings_th
  • if langtype = 6  || LuaFiles514\Lua Files\service_indonesia\ExternalSettings_id
  • if langtype = 7  || LuaFiles514\Lua Files\service_philippine\ExternalSettings_ph
  • if langtype = 12  || LuaFiles514\Lua Files\service_brazil\ExternalSettings_br
  • if langtype = 18  || LuaFiles514\Lua Files\service_france\ExternalSettings_fr
https://rathena.org/board/topic/117186-error-when-put-1/?do=findComment&comment=352537

 
yes you can create external settings file for your lang type or use patch with one external settings file for any lang types

 
Back
Top