View Single Post
  #2  
Old 05-13-2008, 10:20 AM
Geordie2_01
Fire Beetle
 
Join Date: May 2008
Location: WA
Posts: 4
Default I forgot something

I forgot to post my eqemu_config.xml file, sorry about that.

Eqemu_Config.xml
Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>LAN</shortname>
	    <longname>EQ for the LAN</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <!--<address>192.168.1.100</address>-->
	    <!--<localaddress>127.0.0.1</localaddress>-->
	   
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>192.168.1.100</host>
	        <port>5999</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" />
	</world>

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