Hello. Sorry. Noob question here. hehe. Also, this is eathena, not rathena. I couldn't find eathena forum so I came here intsead. I apologize for that. Well, here is the question:
This is what my src\mmo.h is telling me. Does this mean do I have to get a client that has version 20100728? or 20070521? I'd very much appreciate it if someone taught me.
Question
rocorous
Hello. Sorry. Noob question here. hehe. Also, this is eathena, not rathena. I couldn't find eathena forum so I came here intsead. I apologize for that. Well, here is the question:
This is what my src\mmo.h is telling me. Does this mean do I have to get a client that has version 20100728? or 20070521? I'd very much appreciate it if someone taught me.
Please and thank you.
#ifndef PACKETVER #define PACKETVER 20100728 #endif // backward compatible PACKETVER 8 and 9 #if PACKETVER == 8 #undef PACKETVER #define PACKETVER 20070521 #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20071106 #endif
Edited by rocorous3 answers 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.