Jump to content

gilbertobitt

Members
  • Content Count

    19
  • Joined

  • Last visited

Posts posted by gilbertobitt


  1. 28 minutes ago, 4144 said:

    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


  2. 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>

     

    minimal_working.log


  3. 51 minutes ago, 4144 said:

    look like you using very old hercules. probably older than one year.

    this version cant support any 2018 clients because was developed before this clients was released.

    also your compiler not supported anymore (gcc 4.4)

     

    or may be your logs from old builds?

    yeah, i notice. so i update-it! thanks! i will try again! and hope soon get 2018-10-02 or 2018-10-17 raxege working!


  4. Need Help i search and change many thing on the config of the emulador and keep getting error when login! can't pass to character selection! when i login i even see the login_log on login-server but that it! nothing else.
    above all configs! please need help! my client is the one here:
    2018-06-20d_RagexeRE.exe

    My clientinfo.xml:
     

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    	<desc>Ragnarok Online Client Information</desc>
    	<servicetype>korea</servicetype>
    	<servertype>sakray</servertype>
    	<connection>
    		<display>Local</display>
          	<address>ipragnarok.myrag.com.br</address>
          	<port>8040</port>
          	<version>46</version>
          	<langtype>0</langtype>
    		<registrationweb></registrationweb>
    		<loading>
    			<image>loading00.jpg</image>
    		</loading>
    		<yellow>
    			<admin>2000000</admin>
    		</yellow>
       	</connection>
    </clientinfo>

     

    char-server_log.txt

    login-server_log.txt

    map-server_log.txt

    Captura de Tela (43).png

    map-server.conf

    packet.conf

    subnet.conf

    char-server.conf

    client.conf

    inter-server.conf

    login-server.conf


  5. 1 minute ago, Lelouch said:

    I guess thats the packet encryption because the disable packet encryption patch is failed on 2018-03-15aRagexe to 2018-10-31bRagexe

    yeah! i notice i change to 2018-06-20d_RagexeRE from this post! but now i stuck on login and then i get "Failed to connect" it show my login on login-server log but i can't pass to char-server!

     


  6. can u give a direction of how to play kro and get this information when in the game? and can u give me advice on how to anallyse npcs inside of it?

     

    PS: doyou know a npc editor/scripting tool that can help me speed the creation?


  7. On Opening RoDex.. i cliked on the buttons and get this error!

     

    [Warning]: clif_parse: Received unsupported packet (packet 0x0a08 (0x0a08), 26 bytes received), disconnecting session #10.
     

     

    and i don't know why but i keep getting error for save pincode....

     

    [SQL]: DB error - Out of range value for column 'pincode_change' at row 1
    [Debug]: at account_sql.c:654 - UPDATE `login` SET `userid`=?,`user_pass`=?,`sex`=?,`email`=?,`group_id`=?,`state`=?,`unban_time`=?,`expiration_time`=?,`logincount`=?,`lastlogin`=?,`last_ip`=?,`birthdate`=?,`character_slots`=?,`pincode`=?,`pincode_change`=? WHERE `account_id` = '2000000'
    

     


     


  8.  

    packets.h lines?  :)

     

    https://gitlab.com/4144/servergreps/blob/master/client_re/packets/2016-02-03aRagexeRE/packets.h

     

    Also probably need some other minor changes in server code

     I receive an errro.

     

     

    packets.h: In function ‘packetdb_loaddb’:
    packets.h:3470:30: error: ‘XXX’ undeclared (first use in this function)
      packet(0x088c,4,clif->pDull,XXX); // added in same version  // CZ_GANGSI_RANK
                                  ^
    clif.c:19271:66: note: in definition of macro ‘packet’
     #define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF)
                                                                      ^
    packets.h:3470:30: note: each undeclared identifier is reported only once for each function it appears in
      packet(0x088c,4,clif->pDull,XXX); // added in same version  // CZ_GANGSI_RANK
                                  ^
    clif.c:19271:66: note: in definition of macro ‘packet’
     #define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF)
    
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.