Match Agent not working

Results 1 to 11 of 11
  1. #1
    Valued Member Killer1478 is offline
    MemberRank
    Apr 2011 Join Date
    101Posts

    Match Agent not working

    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. :)


  2. #2
    A Lost Marine gago117 is offline
    MemberRank
    Feb 2010 Join Date
    PhilippinesLocation
    420Posts

    Re: Match Agent not working

    Are you sure port 7777 is forwarded. As well as the other ports required. Kindly double check.

  3. #3
    Valued Member Killer1478 is offline
    MemberRank
    Apr 2011 Join Date
    101Posts

    Re: Match Agent not working

    Quote Originally Posted by gago117 View Post
    Are you sure port 7777 is forwarded. As well as the other ports required. Kindly double check.
    Yes, I used the port checker utility.

  4. #4
    A Lost Marine gago117 is offline
    MemberRank
    Feb 2010 Join Date
    PhilippinesLocation
    420Posts

    Re: Match Agent not working

    It's in the configuration. Hmm your server IP is the no-ip.biz right?

  5. #5
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Match Agent not working

    <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.

  6. #6
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Match Agent not working

    Quote Originally Posted by Jirachi View Post
    The red is that you're suppose to put your WAN IP in, not your url address.
    No, even that works.
    I think that you have NAT problems because you're using no-ip.

  7. #7
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Match Agent not working

    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=5100 <--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 by Anju; 08-09-11 at 12:32 PM.

  8. #8
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,253Posts

    Re: Match Agent not working

    Freelogin should be blank like Jirachi said, are all the IP's in SQL right?

  9. #9
    Valued Member Killer1478 is offline
    MemberRank
    Apr 2011 Join Date
    101Posts

    Re: Match Agent not working

    Quote Originally Posted by Subject N4XYZ View Post
    Freelogin should be blank like Jirachi said, are all the IP's in SQL right?
    My NAT should be open, the computer is on DMZ

    The SQL Ip's are correct because people can login.

    I have tried setting the match agent to my ip, and the .no-ip.biz

  10. #10
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Match Agent not working

    What client/server files are you using?

  11. #11
    @ your moms bed thajj is offline
    MemberRank
    Apr 2007 Join Date
    The NetherlandsLocation
    647Posts

    Re: Match Agent not working

    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.



Advertisement