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!

Match Agent not working

Newbie Spellweaver
Joined
Apr 1, 2011
Messages
85
Reaction score
38
I've been having this problem for a while.

I've tried multiple things.

• Checked if my ports where forwarded
• Tried different MatchAgents
• Hex Edited my Quest + Clan Server
• Tried Gunz2830's MatchAgent
• Checked my config multiple times.
• Tried different runables

No matter what, I get 999 Ping to everyone in my server, sometimes I get a TCP Socket Error aswell.

<XML>
<AGENTCONFIG>
<NAME>MGunZ</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="MGunZ.no-ip.biz" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>

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

[SERVER]
MAXUSER="500"
SERVERID="1"
SERVERNAME="MGunZ"
;FREELOGINIP="127.0.0.1"
KEEPERIP="MGunZ.no-ip.biz"
MONITORIP="127.0.0.1"
MONITORPORT="9000"
MODE="clan"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LOCALE]
DBAgentIP="192.168.1.8"
DBAgentPort="5100"

[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_MD5="0"
USE_FILECRC="0"
USE_RESOURCECRC32CACHECKECK="0"

[POWERLEVELING]
USE_POWERLEVELING_DB_BLOCK="1"
POWERLEVELING_DB_BLOCKTIME="100000"

[KILLTRACKER]
USE_KILLTRACKER="1"
MAXKILLCOUNT_ON_TRACETIME="50"
KILLCOUNT_TRACETIME="50"

[LOOPLOG]
USE_LOOPLOG="1"
MAX_LOOP_TIME_GAP="36000"

So any help would be appreciated. Thanks. :)
 
Skilled Illusionist
Joined
Feb 26, 2010
Messages
329
Reaction score
10
Are you sure port 7777 is forwarded. As well as the other ports required. Kindly double check.
 
Upvote 0
Skilled Illusionist
Joined
Feb 26, 2010
Messages
329
Reaction score
10
It's in the configuration. Hmm your server IP is the no-ip.biz right?
 
Upvote 0
In Progress... FFXIV...
Loyal Member
Joined
Oct 5, 2010
Messages
1,695
Reaction score
456
<XML>
<AGENTCONFIG>
<NAME>MGunZ</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="MGunZ.no-ip.biz" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>


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

[SERVER]
MAXUSER="500"
SERVERID="1"
SERVERNAME="MGunZ"
;FREELOGINIP="127.0.0.1" <--- leave this blank
KEEPERIP="MGunZ.no-ip.biz"
MONITORIP="127.0.0.1"
MONITORPORT="9000"
MODE="clan"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LOCALE]
DBAgentIP="192.168.1.8"
DBAgentPort="5100"

[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_MD5="0"
USE_FILECRC="0"
USE_RESOURCECRC32CACHECKECK="0"

[POWERLEVELING]
USE_POWERLEVELING_DB_BLOCK="1"
POWERLEVELING_DB_BLOCKTIME="100000"

[KILLTRACKER]
USE_KILLTRACKER="1"
MAXKILLCOUNT_ON_TRACETIME="50"
KILLCOUNT_TRACETIME="50"

[LOOPLOG]
USE_LOOPLOG="1"
MAX_LOOP_TIME_GAP="36000"

The red is that you're suppose to put your WAN IP in, not your url address.
 
Upvote 0
In Progress... FFXIV...
Loyal Member
Joined
Oct 5, 2010
Messages
1,695
Reaction score
456
Isn't matchagent address suppose to be your WAN IP as well, Phoenix?

Edit: Nevermind.

---------- Post added at 03:34 AM ---------- Previous post was at 03:27 AM ----------

From MAXTRAXv3

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

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="SERVER NAME(must be the same one you put in the serverstatus tabe in SQL)"
FREELOGINIP="WAN IP"
KEEPERIP="WAN IP"
MONITORIP="127.0.0.1" <--LEAVE
MONITORPORT=9000
MODE="test" <--test = Quest server, clan = Clan War, event = Event server, normal = Normal match server
COUNTRY="BRZ" <--LEAVE
LANGUAGE="BRZ" <--LEAVE
USETICKET="0" <--LEAVE

[LANGUAGE]
LANG_TYPE="eng" <--LEAVE

[LOCALE]
DBAgentPort=[color=red]5100[/color] <--Must be the same in match agent
DBAgentIP=127.0.0.1 <--LEAVE

[FILTER]
USE="0" <--LEAVE
ACCEPT_INVALID_IP="1"<--LEAVE

[ENVIRONMENT]
USE_HSHIELD="0"<--LEAVE
USE_XTRAP="0"<--LEAVE
USE_EVENT="0" <-- LEAVE
USE_FILECRC="0" <-- LEAVE
USE_MD5="0"<--LEAVE
 
Last edited:
Upvote 0
Slothstronaut
Loyal Member
Joined
Aug 5, 2011
Messages
2,907
Reaction score
2,279
Freelogin should be blank like Jirachi said, are all the IP's in SQL right?
 
Upvote 0
Joined
Apr 18, 2007
Messages
592
Reaction score
95
Is has nothing to do with your setting in your sql, or your files, Its something with your ip or no-ip.biz something isnt portforwared right and some routers dont let you acce scertain ports.. but dont waste time in using diffrent clients and stuff, im sure its something with ports, i've done this like a 1000 of times and there always problems just keep on trying to do something with your prots, else make ss of your portforward settings.
 
Upvote 0
Back
Top