Jump to content
  • 0

2013-08-07aRagexe Rejected by server


Lunchbox

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  07/31/15
  • Last Seen:  

I'm having problems with entering the server with my client.
So far all my servers are running properly (char_server, login_server, map_server).
I got the 2013-08-07a version from this post

Afterwards i diffed it with the differ provided there, changed my PACKETVER in the mmo.h to 20130807 and the version in the client  to 45.
Now i can log in, create an account with _m / _f and create a character, but once i try to enter the world it gives "Rejected from Server. (3)"
In my console i can see the following after which the connection closes:

clif_parse: Disconnecting session #8 with unknown packet version (p:0x71a3,l:19).



Heres my mmo.h:

#ifndef PACKETVER
#define PACKETVER 20130807 
//#define PACKETVER 20120410 
#endif 

Heres my clientinfo.xml:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
    <connection>
        <display>LunchRO</display>
        <desc>LunchRO</desc>
        <address>[has my servers ip]</address>
        <port>6900</port>
        <version>45</version>
        <langtype>10</langtype>
        <balloon>LunchRO</balloon>
        <aid>
            <admin>2000000</admin>
            <loading>
                <image>loading00.jpg</image>
            </loading>
        </aid>
    </connection>
</clientinfo>



I read some stuff on packet obfuscation but i made sure Disable Packet Encryption was not checked. (even tried with it being checked just in case).
Can anyone help me with this problem?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   40
  • Joined:  10/23/13
  • Last Seen:  

if disabled packet encryption is not checked

make sure your packets keys are the same on db\packet_db.txt

change this line:

packet_db_ver: default
packet_keys_use: default

to

packet_db_ver: 45
packet_keys_use: 0x7E241DE0,0x5E805580,0x3D807D80

make sure your this three packets are the same with 3 packets on your diff

7E241DE0

5E805580

3D807D80

if disabled packet encryption is checked

under \src\config\core.h

comment this line:

#define PACKET_OBFUSCATION
//#define PACKET_OBFUSCATION

then recompile your server

Edited by AshiHanna
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  07/31/15
  • Last Seen:  

THANK YOU SO MUCH!!!!!!!
Wow that was a blindspot for me, most guides and topics just noted mmo.h and clienfinfo.xml.
This worked :D.

Link to comment
Share on other sites

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.

×
×
  • Create New...