View Single Post
  #10  
Old 03-24-2008, 03:57 PM
spider661
Discordant
 
Join Date: Oct 2005
Location: michigain
Posts: 260
Default

ok got all that set and still not working.. here is what i got.

port 5998 unlocked
port 9000 unlocked
port 7012 unlocked mabie 7012 - 7050 not sure got priv lan set to 7012 and public set to 7050 im guessing that will open that range not sure..

now ill post my confi file. eqemu_config.xml
Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>SoA</shortname>
	    <longname>Scars of Ameorus</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	   <!-- <address>everquest.servegame.com</address> --!>
	   <!-- <localaddress>127.0.0.1</localaddress> --!>
	   
	<!-- Loginserver information. -->
	    <loginserver>
	       <host>eqemulator.net</host>
	       <port>5998</port>
	       <account></account>
	       <password></password>
	   </loginserver>

	    <!-- Sets the shared key used by zone/launcher to connect to world -->
	    <key>some long random string</key>

	    <!-- Enable and set the port for the HTTP service. -->
	    <http port="9080" enabled="true" mimefile="mime.types" />

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
		<tcp ip="localhost" port="9000" telnet="enable"/>

	</world>

	<!-- Database configuration, replaces db.ini. -->
	<database>
	    <host>localhost</host>
	    <port>3306</port>
	    <username>eqemu</username>
	    <password>4me2know</password>
	    <db>peq</db>
	</database>
</server>
Reply With Quote