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

[REQUEST] Help Ot 8.52 Into 8.54

jacksponge

New Member
Joined
Nov 29, 2008
Messages
106
Reaction score
3
HI guys i want to know how i can make my 8.52 server into 8.54. am new with this and

I ALREADY LOOKED THROUGH SEARCH FUNCTION. "COULDNT FIND ANYTHING"....

I WILL REP++


Am a newbie that wants to learn new things :D
 
resorce.h

Code:
#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 857
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54 to 8.57 allowed!"

#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "0.3.6PL1"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.57"

#define VERSION_CHECK "http://forgottenserver.otland.net/version.xml"
#define VERSION_PATCH 0
#define VERSION_TIMESTAMP 1276278723
#define VERSION_BUILD 0
#define VERSION_DATABASE 23
#endif
 
Change your map to 8.54 (RME ctrl+p) and then run 0.3.6pl1 server and fix all errors what console shows, test scripts and fix them if needed :thumbup:
Simple but it isn't simple if you get lot of errors :D
 
Back
Top