Jump to content
  • 0

How can I edit packets.h?


Terminalia

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   1
  • Joined:  10/28/17
  • Last Seen:  

This is its location in the newest rAthena:

src/config/packets.h

 

I want to know how to edit its version to fit the client number (e.g. "26" or "55", etc.)

 

I guess it is the last step to enter my server.

Appreciate to your answer!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

//= To Define Client Version
//= #define PACKETVER 20151104 [Client Date] Ex.
#define PACKETVER 20170517

//= To Define Packet Obfusction
#define PACKET_OBFUSCATION

//= Disable Packet Obfusction
//#define PACKET_OBFUSCATION

 

1 hour ago, re32767 said:

I want to know how to edit its version to fit the client number (e.g. "26" or "55", etc.)

you don't need to add this anymore just add your client date to the #define PACKETVER and be sure to recompile.

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