• 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 How Compile 8.60? help x.x

Liikuid

Spin Machine!
Joined
Jul 17, 2010
Messages
257
Reaction score
24
Location
Iquique, Chile
Well as the title says I have trouble compiling a server of 8.60 ... try this guide but did not work I followed step by step but when trying to Log-In Tibia 8.60 to tell me that you can only enter with 8.54 and that ...

Do not know what the problem please help, otherwise the source code that I use is the 0.3.6pl189!

http://otland.net/f481/how-make-your-server-client-8-61-tutorial-90537/
 
You are sure you did this:

Code:
#define CLIENT_VERSION_MIN 861
#define CLIENT_VERSION_MAX 862
#define CLIENT_VERSION_STRING "Only clients with protocol 8.61 and 8.62 are allowed!"

#define STATUS_SERVER_NAME "TheForgottenServer"
#define STATUS_SERVER_VERSION "0.3.5"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.62"
 
Delete all files with .o extension in folder /obj/, and hit Compile again. (this is basically recompiling)
 
If you want GUI version, open file TheForgottenServer.dev in Dev-Cpp.
If you want console, TheForgottenServer-console.dev

GUI version isn't available for TFS 0.4
 
Back
Top