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

Client help!

8016018

New Member
Joined
Jul 21, 2010
Messages
9
Reaction score
0
I need help to change protocol in my client so i can make so the players need my client to connect

i can make like this in the server when i compile it :
Code:
#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 160
#define CLIENT_VERSION_STRING "Only the custom client are allowed!"

#define STATUS_SERVER_NAME "TheForgottenServer"
#define STATUS_SERVER_VERSION "0.3.5"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "1.60"

But how do i make the client 1.6? :s i need help with this!!!


rep+
 
It will crash, for example If u made it 1.60, and u are using client 1.60, If you see things in this recent updates (8.54+), u don't think It will crash?
 
It will crash, for example If u made it 1.60, and u are using client 1.60, If you see things in this recent updates (8.54+), u don't think It will crash?

Well i use a 8.50 client now with own pic and own sprites, so i just change protocol in the 8.50 client and in the server as i show in main post
 
Then Use this:
Code:
#define CLIENT_VERSION_MIN 850
#define CLIENT_VERSION_MAX 850
#define CLIENT_VERSION_STRING "Only the custom client are allowed!"

#define STATUS_SERVER_NAME "TheForgottenServer"
#define STATUS_SERVER_VERSION "0.3.5"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "1.60"
 
How you change clien version to 1.60 ? :joker:
 
Alredy told u that (I think) that's impossible, so just make It 850, and bann botters, Isn't that soo hard?
 
Back
Top