Jump to content
  • 0

Error unknown Packet - Help pls


Kyoshira

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   2
  • Joined:  01/17/13
  • Last Seen:  

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!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   263
  • Joined:  09/08/13
  • Last Seen:  

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