Jump to content
  • 0

Error unknown Packet - Help pls


Question

Posted

help me !

I followed the tutorial step by step, however I have a problem.

Tutorial

image.png.d681dd657f672a2557b14e55123d40e6.png

 

My confg:

 

Packets.hpp:

Quote


#ifndef PACKETVER
    /// Do NOT edit this line! To set your client version, please do this instead:
    /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
    /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
    #define PACKETVER 20151104
#endif

#ifndef PACKETVER_RE
    /// From November 2015 only RagexeRE are supported.
    /// After July 2018 only Ragexe are supported.
    #if PACKETVER > 20151104 && PACKETVER < 20180704
        #define PACKETVER_RE 20151104
    #endif
#endif

 

 

Defines_pre.hpp

Quote

 

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
#define CONFIG_CUSTOM_DEFINES_PRE_HPP

/**
 * rAthena configuration file (http://rathena.org)
 * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
 **/
 #define PACKETVER 20151104


#endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */

 

 

help me pls!
thx!

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

It looks like the game client tries to send the packet with login data to char server. I think that you use wrong port in "clientinfo.xml"/"sclientinfo.xml".

 

Edited by Functor

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