*sigh* this is sooo frustrating.. It still wont open still says path cannot be specified n what not. And this is my new
eqemu_config.xml
Code:
<?xml version="1.0">
<world>
<shortname>NameOfServer</shortname>
<longname>ShortNameOfServer</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>server.dyndns.org</address>
<localaddress>192.168.0.1</localaddress>
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>192.168.1.100</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>****</password>
<db>peq</db>
</database>