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