• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Client 10/11 Problem

Lucas Durais

New Member
Joined
Jan 13, 2017
Messages
40
Reaction score
1
Hello guys

I'm trying to make my server run with tibia client 10 or client 11+, but it doesn't work.

I already tried to change the definitions.h source to:

C++:
static constexpr auto CLIENT_VERSION_MIN = 1000;
static constexpr auto CLIENT_VERSION_MAX = 1110;
static constexpr auto CLIENT_VERSION_STR = "11.10";

I also already tried to change the max version to 1200, 1101, 1100, but with no success.

I get the character list, but the server keeps "Connecting to the game world. Please wait." with client 10.00 and with the client 11 I also managed to get the character list, but also can't connect to the game:

2w6hytl.jpg


I don't know if it's necessary to change something in the source for the prey system support, or anything else.

What should I do to get any of this clients working?
 
Back
Top