this is the contents of my xml file.
in the folder under the file type it says XML file
i did have problems using copy and paste from the server setup guide so i typed it all by hand in wordpad and saved it under all files type, as eqemu_config.xml
<?xml version="1.0">
<server>
<world>
<shortname>Zakktest</shortname>
<longname>Zakks Test</longname>
<address>192.168.0.10</address>
<localaddress>127.0.0.1</localaddress>
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<key>some long random string</key>
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<database>
<host>localhost</host>
<post>3306</port>
<username>root</username>
<password></password>
<db>peq</db>
</database>
</server>
|