Hello i need help, i have read posts about fixing it however it hasent worked.
here is a list of the files i think you might need, if any one can like tell me how to like... umm fix it, i have all ports opened and working as tested
if any one that can help me that will be awesome!
Server.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="root"
PASSWORD="********"
[SERVER]
MAXUSER=2000
SERVERID=1
SERVERNAME="Serenity's Quest Server"
FREELOGINIP="wanip"
KEEPERIP="wanip"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1
[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
MAtch server log
Code:
Match-Server Log
[07/02/09 17:05:56] DBMS connected
[07/02/09 17:05:56] Command registeration completed
[07/02/09 17:05:56] Release Date : Jun 13 2007
[07/02/09 17:05:56] X-Trap Off
[07/02/09 17:05:56] MD5 Check Off
[07/02/09 17:05:56] Server Country : BRAZIL
[07/02/09 17:05:56] Command version : (56)
[07/02/09 17:05:56] Event usable state : (false)
[07/02/09 17:05:56] Load event size : (0)
[07/02/09 17:05:56] FileCRCCheckSum usable state : (false)
[07/02/09 17:05:56] FileCRC size : (1)
[07/02/09 17:05:56] Country Code Filter usalbe state : (false)
[07/02/09 17:05:56] Accept Invalied IP state : (true)
[07/02/09 17:05:56] Keeper IP : (wanip)
[07/02/09 17:05:56] Monitor IP : (127.0.0.1)
[07/02/09 17:05:56] Match Server Created (Port:6000)
Match Agent
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>Serenity's Quest Server</NAME>
<MAXCLIENT>2000</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="wanip" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</xml>
Locator.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="root"
PASSWORD="******"
[NETWORK]
IP="wanip"
PORT="8900"
[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no"
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"
thank you!