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

Lua I can Compile 0.3.6?

Here you have link to tutorial
---> http://otland.net/f137/how-make-your-server-support-clients-8-54-8-57-pictures-included-82339/ <---
but where is 8.57 change for 8.55 or if you want only 8.55 change like that:

Code:
#define CLIENT_VERSION_MIN 855
#define CLIENT_VERSION_MAX 855
#define CLIENT_VERSION_STRING "Only clients with protocol 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"

Next time use search -.-
 
Back
Top