Wavoz
Oldschooler
- Joined
- Jul 10, 2011
- Messages
- 1,021
- Reaction score
- 84
So i was trying to make my server available for latest version but it didn't seem to work.
I changed:
In definitions.h, and compiled but i still get this message: "Only clients with protocol 9.8x allowed!", when i am trying to connect with latest Tibia client.
This is my first time changing server protocol so i am not sure what to do. Changing the version in definitions.h is not enough? Do i need to change it somewhere else as well?
I changed:
Code:
#define CLIENT_VERSION_MIN 980
#define CLIENT_VERSION_MAX 984
In definitions.h, and compiled but i still get this message: "Only clients with protocol 9.8x allowed!", when i am trying to connect with latest Tibia client.
This is my first time changing server protocol so i am not sure what to do. Changing the version in definitions.h is not enough? Do i need to change it somewhere else as well?