View Single Post
  #5  
Old 12-20-2007, 08:33 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

your eqemu_config.xml file is all whacked up... make it look like this...

Code:
<?xml version="1.0">
<server>
<world>
<shortname>jagon</shortname>
<longname>Jagon Soul Saver</longname>

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

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>leatherbelt</password>
<db>ax_classic</db>
</database>
</server>
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote