Jump to content
  • 0

Error when use any client from 2012 to 2015 clients


Question

Posted

I am using rAthena latest version and when i Compile my server with any client version from 2012 to 2015

it gives me this error : 

[Info]: clif_parse: Disconnecting session #8 with unknown packet version (p:0x6b65,l:19).

and i disabled packet in : core.h ( //#define PACKET_OBFUSCATION ) 

and packet_db.txt : 

//packet_db_ver: 46
packet_db_ver: default
packet_keys_use: default

Clientinfo : 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>Ragnarok</display>
      <balloon>Ragnarok</balloon>
      <desc></desc>
      <address>91.***.***.**</address>
      <port>6900</port>
      <version>30</version>
      <langtype>19</langtype>
      <registrationweb></registrationweb>
        <aid>
            <admin>2000000</admin>
        </aid>
        <loading>
            <image>loading00.jpg</image>
        </loading>
   </connection>
</clientinfo>

and every time i change client version i change the version in clientinfo as what server say 

Please help me fixing this error i cant start my server :wacko::(

8 answers to this question

Recommended Posts

  • 0
Posted

change your packet version and key use corresponding to your clientdate.

if you are using client date 20150916, then use :

//packet_db_ver: 46
packet_db_ver: 53
packet_keys_use: 53
  • 0
Posted (edited)

you are testing version 53 using client 20150916 right ?

u disable packet obfuscation so u need to disable packet obfuscation too in nemo patcher when diffing your clients

Edited by Chaos92
additional info
  • 0
Posted (edited)

You need to edit your src\common\mmo.h

to the correct client your using, then make sure the rest of your files correspond with the same client.

Edited by srhmike

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...