you can delete this thread

Results 1 to 4 of 4
  1. #1
    Enthusiast 5432 is offline
    MemberRank
    Nov 2009 Join Date
    43Posts

    you can delete this thread

    you can delete this thread now
    Last edited by 5432; 09-02-10 at 08:36 PM.


  2. #2
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Can't see server

    On server.ini dont put 127.0.0.1 for keeperip= that is where your IP goes and then test. If that doesnt work, where your suppose to put your WAN IP, put 127.0.0.1 and that is so u can only see. Then you can test and play and what not.

  3. #3
    Enthusiast 5432 is offline
    MemberRank
    Nov 2009 Join Date
    43Posts

    Re: Can't see server

    Don't work.

  4. #4
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Can't see server

    I missed one part change from this:
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>MatchServer1</NAME>
    <MAXCLIENT>200</MAXCLIENT>
    <MATCHSERVERADDRESS ip="93.103.200.197" tcpport="6000"/>
    <ADDRESS ip="93.103.200.197" tcpport="7778" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    to this
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>EV Quest server</NAME>
    <MAXCLIENT>200</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="93.103.200.197" tcpport="7778" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    -Always make sure the server name are the same. Check your database to see.
    -Make sure all the ports are forward correctly. (Found in tut sections)
    -Make sure the database has the correct IPs also
    Last edited by Number12; 04-02-10 at 11:29 PM.



Advertisement