• 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 Compiling for 8.41

Bintzer

One Love
Joined
Dec 19, 2007
Messages
1,763
Reaction score
30
Location
Orlando
Well, I'm using 0.31 sources and I'm trying to get my server to work with 8.41
I changed
Code:
#define CLIENT_VERSION_MAX 841
and also
Code:
#define STATUS_SERVER_PROTOCOL "8.41"
and also i added this to itemloader.h (don't know if it's necessary)
Code:
CLIENT_VERSION_841 = 12
and then I rebuild all.

Well after this when I start my server, if I try to log in, it loads the char list, but when I try to connect it will just stay at "connecting to game world"

Anybody know how to fix this?
 
Back
Top