• 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 Server Compability

zup

New Member
Joined
Mar 13, 2008
Messages
187
Reaction score
2
Please help me to add 7.7 supporting to my 7.6 distro... I don't know what to do...

Need only 7.6 and 7.7 supporting... Don't know c++ 100% but i think is it protocol.cpp login.cpp etc yeah?
 
Last edited:
In definitions.h you can find this:

[cpp]#define CLIENT_VERSION_MIN 760
#define CLIENT_VERSION_MAX 770
#define CLIENT_VERSION_STRING "Only clients with protocol 7.60 and 7.70 are allowed!"[/cpp]

Not sure if is the only thing that you need to edit to make it work.
 
it won't work :( tibia 7.7 still drop crash client error still the same before i recompile your code in c++

+---------------------------------------------------------------
Debug Assertion 7.72 Network.cpp 391
Thu Dec 06 22:43:21 2012
Windows Version: 5.1 build 2600 on 2 with Service Pack 3
Graphic Engine: 1
Last Packet Types: 000 000 000 000 000 000 000 000 000 000
Player.cpp 383: exception occurred, reason:
Network.cpp 885: exception occurred (ErrorCode = 0), reason:
Control.cpp 1280: exception occurred (Type = -1), reason:
Network.cpp 423: exception occurred, reason:
Network.cpp 410: exception occurred, reason:
Network.cpp 391: packet size does not fit to symmetric encryption (PacketSize = 43)
----------------------------------------------------------------
 

Similar threads

Back
Top