Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

ping 999 :S

Newbie Spellweaver
Joined
Jun 29, 2009
Messages
88
Reaction score
3
Location
Spain
i have 999 ping and all peopple who enter, in my servr, how can i fix it?
 
i have do it, no changes :S

---------- Post added at 12:09 AM ---------- Previous post was at 12:01 AM ----------

Look:
redigaffi - ping 999 :S - RaGEZONE Forums


This is my matchserver.ini:

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="jordis99"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="GunzDB"
FREELOGINIP=""
KEEPERIP="127.0.0.1"
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"

HELP ME
 
Upvote 0
i have open all ports from 5000 to 9999 in tcp and udp and i have deactivated my firewall.

Here is matchserver's ini:

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="jordis99"

[SERVER]
MAXUSER=2000
SERVERID=1
SERVERNAME="Demon"
FREELOGINIP=""
KEEPERIP="127.0.0.1"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BR"
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">

My matchagent.xml

Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
	<NAME>Quest</NAME>
	<MAXCLIENT>500</MAXCLIENT>
	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
	<ADDRESS ip="demongunz.ath.cx" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>

My locator.ini

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="jordis99"

[NETWORK]
IP="demongunz.ath.cx"
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"

i hope you can help me :(
 
Last edited:
Upvote 0
Back