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

Server.xml [FREE REP++]

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
i have set the settings in server.xml
to this
Code:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
	<server id="1" name="SERVERNAME" versionMin="850" versionMax="852" address="SERVERADDRES.com" port="7171"/>
</servers>
but i can still not login whit 8.52 client ..
and yes i setet serveraddres and all that .. just removed now..

so how do i fix that ..

0.3.5p1
 
probably you need to set in sources, resources.h

#define CLIENT_VERSION_MIN 850
#define CLIENT_VERSION_MAX 852
 
Back
Top