• 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!

Compiling more protocols

Jikoe II

Member
Joined
Feb 7, 2009
Messages
174
Reaction score
9
hello,

my server is based on the forgotten server 0.3.5 (8.50)
i compiled everything right , but how could it be able to host a server with version 8.50 , 8.52 and 8.54?
i edited resource.h to this

#define CLIENT_VERSION_MIN 850
#define CLIENT_VERSION_MAX 854
#define CLIENT_VERSION_STRING "Only clients with protocol 8.5 allowed!"

#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "0.3.5"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.54"

what else must i do? because when i login with 8.52+ my tibia will crash automaticly on gm characters and normal players

yours ,

Jikoe
 
Support for protocols 8.50, 8.52 and 8.54 on the same server would NOT be possible, because of new bytes that have been added in 8.53 and higher.

Therefore, you could make 8.50 - 8.52.
 
Back
Top