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

Multi protocol 10.36-10.41

Laharosek

New Member
Joined
Feb 2, 2014
Messages
58
Reaction score
4
Hey I have question how to make multi-protocol engine?
#define CLIENT_VERSION_MIN 1036
#define CLIENT_VERSION_MAX 1041
#define CLIENT_VERSION_STR "10.36"

Change it doesnt help because if I login i get debug.

Thanks for help
 
protocolgame.cpp, void ProtocolGame::sendBasicData()

if (version > 1037) {
msg.add<uint32_t>(std::numeric_limits<uint32_t>::max());​
}

not tested
 
Back
Top