Terminalia Posted June 14, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 10/28/17 Last Seen: March 31, 2023 Share Posted June 14, 2018 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! Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted June 14, 2018 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 01:17 PM Share Posted June 14, 2018 //= 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. Quote Link to comment Share on other sites More sharing options...
Question
Terminalia
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.