• 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 8.71 to 8.70 only

Mauzim

Member
Joined
Jan 3, 2011
Messages
568
Reaction score
9
why when i use 8.70 it slill saying Only clients with protocol 8.71 allowed! i done change it to 8.70...


i changed
#define CLIENT_VERSION_MIN 870
#define CLIENT_VERSION_MAX 870
#define CLIENT_VERSION_STRING "Only clients with protocol 8.70 allowed!"

from
#define CLIENT_VERSION_MIN 871
#define CLIENT_VERSION_MAX 871
#define CLIENT_VERSION_STRING "Only clients with protocol 8.71 allowed!"


and
else if(Items::dwMinorVersion != CLIENT_VERSION_871)
from
else if(Items::dwMinorVersion != CLIENT_VERSION_870)





compile with:
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-O2
-D__WAR_SYSTEM__
-D__CONSOLE__
-D__EXCEPTION_HANDLER__
-D__LOGIN_SERVER__
and
-m64
and when in client 8.70
 
Back
Top