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

Connectin with both 8.54 and 8.55

Jagkanprata

Banned User
Joined
Jul 6, 2007
Messages
893
Reaction score
1
Anyone know how to do so I can connect to my server with both 8.54 and 8.55?
 
You can make that your self. Get stian's dev-cpp pack, download tfs sources open resources.h and edit this:
Lua:
        #define CLIENT_VERSION_MIN 854
 	#define CLIENT_VERSION_MAX 855
 	#define CLIENT_VERSION_STRING "Only clients with protocol 8.54 and 8.55 are allowed!"
 	
 	#define STATUS_SERVER_NAME "The Forgotten Server"
 	#define STATUS_SERVER_VERSION "0.3.6"
 	#define STATUS_SERVER_CODENAME "Crying Damson"
 	#define STATUS_SERVER_PROTOCOL "8.55"
 
You can make that your self. Get stian's dev-cpp pack, download tfs sources open resources.h and edit this:
Lua:
        #define CLIENT_VERSION_MIN 854
 	#define CLIENT_VERSION_MAX 855
 	#define CLIENT_VERSION_STRING "Only clients with protocol 8.54 and 8.55 are allowed!"
 	
 	#define STATUS_SERVER_NAME "The Forgotten Server"
 	#define STATUS_SERVER_VERSION "0.3.6"
 	#define STATUS_SERVER_CODENAME "Crying Damson"
 	#define STATUS_SERVER_PROTOCOL "8.55"
That is awesome, I was looking for someone to explain how to change the protocol, thanks! +rep :ninja:
 
Back
Top