Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Other people can't see my sever? (not noob)

num num num <3 rootbeer
Joined
Jul 14, 2008
Messages
509
Reaction score
59
Ok so i made a test server to play around on with some friends and my friend can't see the server. im using hamatchi so i had him join my server and he can see my register page and what not. when he runs the game he doesn't see the server and im not sure why.

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="pass"

[NETWORK]
IP="5.145.26.29"
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"



<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>Gunz Test Server</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="5.145.26.29" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>


[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="pass"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Gunz Test Server"
FREELOGINIP=""
KEEPERIP="127.0.0.1"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="clan"
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"

for this ive tried :::

FREELOGINIP=""
KEEPERIP="5.145.26.29"
MONITORIP="5.145.26.29"


<?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://5.145.26.29/emblems/</EMBLEM_URL>

<TEMBLEM_URL>http://5.145.26.29/emblems/</TEMBLEM_URL>


<LOCATORLIST>
<LOCATOR id="1" IP="5.145.26.29" />
<LOCATOR id="2" IP="127.0.0.1" />
</LOCATORLIST>

<TLOCATORLIST>
<LOCATOR id="1" IP="5.145.26.29" />
<LOCATOR id="2" IP="127.0.0.1" />
</TLOCATORLIST>

</XML>

this is my system.xml

1 5.145.26.29 8900 0 0 0 0 1000 2011-07-27 13:52:24.737
locatorstatus

1 0 500 2011-07-27 13:53:16.363 5.145.26.29 6000 Gunz Test Server 1 4
server status
 
Last edited:
Newbie Spellweaver
Joined
Jul 11, 2011
Messages
21
Reaction score
0
Code:
[LANGUAGE]
LANG_TYPE="eng"

[LANGUAGE]
LANG_TYPE="BRZ"

Give it a try.
 
Upvote 0
num num num <3 rootbeer
Joined
Jul 14, 2008
Messages
509
Reaction score
59
it wasn't that lol i fixed it though, it happened before on my other computer. My firewall was on and crap
 
Upvote 0
Back
Top