- Joined
- Oct 28, 2005
- Messages
- 12
- Reaction score
- 0
Im just gonna post this before there is a huge spam of new threads saying they cant join there private servers with 2.2 because of a unknown version error.
Im using ascent 1595.
In the file logonserver.conf there is a line that looks like this:
All you need to do for it to work with 2.2 is to change it to 7500, like so:
There ya go!
Im using ascent 1595.
In the file logonserver.conf there is a line that looks like this:
Code:
# Accepted Build Range Setup
#
# These two directives set up which clients will be
# allowed to authenticate with the realm list.
#
# Set these to the same builds that the server was
# compiled for.
#
# As of the last update, version 2.1.1 was build 6739.
#
<Client MinBuild = "6739"
MaxBuild = "7000">
All you need to do for it to work with 2.2 is to change it to 7500, like so:
Code:
# Accepted Build Range Setup
#
# These two directives set up which clients will be
# allowed to authenticate with the realm list.
#
# Set these to the same builds that the server was
# compiled for.
#
# As of the last update, version 2.1.1 was build 6739.
#
<Client MinBuild = "6739"
MaxBuild = "7500">
There ya go!