View Single Post
  #3  
Old 01-30-2008, 05:03 AM
shawnluc
Fire Beetle
 
Join Date: Jan 2008
Posts: 8
Default

Lastly my eqemu_config.xml

<?xml version="1.0">
<server>
<world>
<shortname>LucasServer</shortname>
<longname>LucasServer-Legit</longname>

<!-- Only specify these two if you really think you need to. -->
<address>X.X.X.X</address>
<localaddress>192.168.0.4</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" />
</world>

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