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

Login with OTclient

divers

New Member
Joined
Jul 31, 2013
Messages
20
Reaction score
1
Hello, i have a problem with my client.
I changed protocol of my server to 190(854 before) and i am using normal client tibia, which works fine.
But now i want do it with otclient, i changed all 854 for 190 but when i try to login it continues to write something like that:
connecting to login server
 
Hello, i have a problem with my client.
I changed protocol of my server to 190(854 before) and i am using normal client tibia, which works fine.
But now i want do it with otclient, i changed all 854 for 190 but when i try to login it continues to write something like that:
connecting to login server
Have you edited your protocolold? If the client is i think <= 760 it will use the old protocol, you will have to edit that in your sources. Something like
Code:
if(version <= 760 && version < CLIENT_VERSION_MIN && version > CLIENT_VERSION_MAX)
Or
Code:
If(version <= 760 && version != CLIENT_VERSION_STATIC)
 
Back
Top