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

How can I use 8.54 and 8.55?

canaan

New Member
Joined
Sep 21, 2008
Messages
53
Reaction score
0
I saw some servers using 8.54 and 8.55 Can someone tell me please how they managed to do that? XD.
 
Maybe if i change

<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="server" versionMin="854" versionMax="855" address="127.0.0.1" port="7171"/>
</servers>

like this could work?
 
Maybe if i change

<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="server" versionMin="854" versionMax="855" address="127.0.0.1" port="7171"/>
</servers>

like this could work?

I'm not sure, but i think it will not. It may be posible to log with 855, but it can cause many debugs in Tibia Client. I think soruces need to be edited, 8.55 adresses...
 
you have the code for me to change in my source?
I compiled that :D

resources.h
Code:
#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 85[B][COLOR="Red"]5[/COLOR][/B]
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54[COLOR="Red"][B] or 8.55[/B][/COLOR] allowed!"

#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "0.3.6"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.5[B][COLOR="Red"]5[/COLOR][/B]"
 
I compiled that :D

resources.h
Code:
#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 85[B][COLOR="Red"]5[/COLOR][/B]
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54[COLOR="Red"][B] or 8.55[/B][/COLOR] allowed!"

#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "0.3.6"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.5[B][COLOR="Red"]5[/COLOR][/B]"

And how i do that? :huh::confused:
 
Back
Top