Terminalia Posted June 14, 2018 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
0 crazyarashi Posted June 14, 2018 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
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!
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.