Jump to content
  • 0

HELP! 2017-06-14bRagexeRE client setup.


Gowai

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/29/17
  • Last Seen:  

Hi,

Can anyone help me make this work?

This is my packets.h

#ifndef PACKETVER
        #define PACKETVER 20170614
#endif

#ifndef PACKETVER_RE
        /// From this point on only kRO RE clients are supported
        #if PACKETVER > 20151104
                #define PACKETVER_RE
        #endif
#endif

#if PACKETVER >= 20110817
        /// Comment to disable the official packet obfuscation support.
        /// This requires PACKETVER 2011-08-17 or newer.
        #ifndef PACKET_OBFUSCATION
                #define PACKET_OBFUSCATION

I can get to character select screen but I get this error after choosing a character: 

[Info]: Subnet check ["ip address"]: WAN
[Warning]: clif_parse: Received unsupported packet (packet 0x092c, 19 bytes received), disconnecting session #8.
[Info]: Closed connection from '"ip address"'.

I did not enable "Disable Packet Encryption" in NEMO and I am using latest rAthena from git.

If I disable packet encryption on client and disable packet obfuscation on server, I get this error:

[Info]: Subnet check [ip]: WAN
[Warning]: clif_parse: Received unsupported packet (packet 0x05bb, 19 bytes received), disconnecting session #8.
[Info]: Closed connection from 'ip'.

Do I need to change other files in server side or client side?

What is the stable client that you recommend?

Thanks in advance

 

Edited by Gowai
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/29/17
  • Last Seen:  

It turns out I ran sudo when I ran ./athena-start and it was using a different PACKETVER.

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