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:
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:
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?
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:
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?