- Well recently , Burlex added a new so called " Newb Protection "
-This is actually very simple to make ascent function well with your server.
-No need to re-compile or anything , or doing debugs as im seeing around the forums.
The following files were modified to make this possible, if you wish to take out the protection than do so your self , I wont post a guide about it.
Code:
*AccountCache.cpp
*AccountCache.h
*AutoPatcher.cpp
*LogonCommServer.cpp
*LogonCommServer.h
*LogonConsole.cpp
*LogonConsole.h
*Main.cpp
*Main.h
Now , to accept the connection , please go to your " ascent-logonserver.conf "
You will find the following
Code:
# WorldServer Setup
#
# RemotePassword
# This directive controls the password used to authenticate with the worldserver.
# It must be the same between the two configs. If it is not, your server will
# not register.
#
# Default: "change_me_logon"
#
# AllowedIPs
# This section MUST be completed, otherwise all attempts to link your servers will fail.
# These "Allowed" fields are a space-seperated list of CIDR-form IP addresses that are allowed
# to make server connections to your logonserver, and register realms.
# For example, everything in the 127.0.0.* range would be:
# 127.0.0.0/24, as 24 of the bits must match the 127.0.0.0
#
# To allow a single IP,
# 1.3.3.7/24, would allow only 1.3.3.7 to connect as 32 of the bits must match.
#
# AllowedModIPs
# In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
# (adding bans, GMs, account permissions, etc)
#
<LogonServer RemotePassword = "change_me_logon"
AllowedIPs = "***MUST BE COMPLETED***"
AllowedModIPs = "***MUST BE COMPLETED***">
What you would need to modify is the folling
Code:
<LogonServer RemotePassword = "change_me_logon"
AllowedIPs = "***MUST BE COMPLETED***"
AllowedModIPs = "***MUST BE COMPLETED***">
Please remember that you would need to enter it as a CIDR-FORM
for exmaple LOCALHOST would be