• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Protocol version

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:
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?
 
How does that work? I thought those values are concidered as client versions like 860=8.6.
Is there a value to always work on latest protocol?
 
I'm not 100 percent sure myself why the values for 9.8X is written like that. You should use the values 972 and 976 for protocol 9.80-9.84.

TFS developers should have an answer on your question though.
 
Back
Top