what's wrong with it

Joined
Jan 6, 2008
Messages
475
Reaction score
2
this is my server.xml
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<XML>
	<XMLHEADER>version="1.0" encoding="UTF-8"</XMLHEADER>

	<SKIN>Default</SKIN>

	<DEFFONT>Arial</DEFFONT>

	<IME>true</IME>

	<BAREPORT>
		<ADDR>www.battlearena.com</ADDR>
		<DIR>incoming/gunz_global</DIR>
	</BAREPORT>

	<HOMEPAGE>
	    <URL>http://www.gunzonline.com</URL>
	    <TITLE>GunZ the Dual</TITLE>
	</HOMEPAGE>
	
	<EMBLEM_URL>http://localhost/emblems/</EMBLEM_URL>
        
	<TEMBLEM_URL>http://localhost/emblems/</TEMBLEM_URL>


	<LOCATORLIST>
		<LOCATOR id="1" IP="82.217.211.208" />
		</LOCATORLIST>
	
	<TLOCATORLIST>
		<LOCATOR id="1" IP="82.217.211.208" />
		</TLOCATORLIST>

and this is my locator.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="******"

[NETWORK]
IP="82.217.211.208"
PORT="6000"

[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"

and this my matchagent.xml
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
	<NAME>Aimed QuestServer</NAME>
	<MAXCLIENT>500</MAXCLIENT>
	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
	<ADDRESS ip="82.217.211.208" tcpport="6000" udpport="5100"/>
</AGENTCONFIG>
</XML>

and ofcourse my server.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="*********"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Aimed QuestServer"
FREELOGINIP="82.217.211.208"
KEEPERIP="82.217.211.208"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=6000
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"

if i start the game i don't see a server how can that?
 
Last edited:
and this my matchagent.xml
Code:
	<ADDRESS ip="82.217.211.208" [SIZE="4"]tcpport="7777"[/SIZE] udpport="5100"/>

and ofcourse my server.ini
Code:
[LOCALE]
[SIZE="4"]DBAgentPort=5100[/SIZE]
DBAgentIP=127.0.0.1

if i start the game i don't see a server how can that?

Fix the parts in big size
 
Upvote 0
Quote: Originally Posted by 007ruben

and this my matchagent.xml
Code:
<ADDRESS ip="82.217.211.208" tcpport="7777" udpport="5100"/>
and ofcourse my server.ini
Code:
[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1
if i start the game i don't see a server how can that?

now i got this

failed to connect to matchserver
poort 7777
 
Upvote 0
Back