Jump to content
  • 0

Client 2015 Disconnect from server (3)


Question

Posted

Hi,

When i try to connect to my server it return back "Rejected from server(3)"

Spec

Client version: 20151104 (not diffed with "disable obfuscation", i don't want disable it)

clientinfo.xml

<version>55</version>

db/packet_db.txt

packet_db_ver: 55
packet_keys_use: 0x4C17382A,0x7ED174C9,0x29961E4F

src/common/mmo.h

#ifndef PACKETVER
        #define PACKETVER 20151104
        //#define PACKETVER 20120410
#endif

Any tips ?

Thanks

3 answers to this question

Recommended Posts

  • 0
Posted

Mmh nope, this is the console log:

[Status]: Request for connection (passwdenc mode) of Mirio (ip: 192.168.1.166) version=55
[Info]: Closed connection from '192.168.1.166'.

I make this script for rebuild (based by wiki):

#!/bin/bash

make clean
rm -rf build/*
./configure  --enable-prere
make server
cd build
cmake -G"Unix Makefiles" -DINSTALL_TO_SOURCE=ON ..
make install

Any other tips?

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