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

[CLIENT] Only Client Able to connect.

deviant motive

New Member
Joined
Jul 9, 2009
Messages
60
Reaction score
0
Is it possible to make server only can allow custom client version connections? or maybe do something that if use normal client, user has debug.
 
Hexedit the client and edit it's version number to something custom like "1.11", then open your "servers.xml" and change:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
	<server id="0" name="CustomOTS" versionMin="854" versionMax="854" address="customots.no-ip.org" port="7171"/>
</servers>

to

Code:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
	<server id="0" name="CustomOTS" versionMin="111" versionMax="111" address="customots.no-ip.org" port="7171"/>
</servers>


Should prevent any client other than your custom client, from connecting. Unless of course someone decides to download and log in using a Tibia 1.11 client, but that's unlikely =P
 
Rep++ :>
About that version editing, i cant find 8.54 in text/hex :<
Only found this
hexa.png
 
Last edited:
Back
Top