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

Allow version x connect to the server?

Zisly

Intermediate OT User
Joined
Jun 9, 2008
Messages
7,338
Reaction score
120
I think I read somewhere a long time ago that you were able to change which Tibia version which would be able to connect to the server. For instance; on a 7.6 server you could make it so only 7.72 clients could connect. I don't remember where I read it or how you achieved this though. Anyone knows?
 
No server.xml file here, just servers.xml.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
	<server id="1" name="Example" ip="127.0.0.1" port="7171"/>
</servers>

Can't see anything version related there.
 
You are thinking of a login server?
If you check sources at svn, you could probobly see all available XML tags for servers.
Just find the line and add it in servers .xml
 
You are thinking of a login server?
If you check sources at svn, you could probobly see all available XML tags for servers.
Just find the line and add it in servers .xml
Yeah, I guess. I want to make so only 7.72 clients can connect to the 7.6 Distribution.
 
Back
Top