next try .....
ok first thnx for the quick replys greatly apriciated, second ive tried seperatly and togeather both your sugestions and still get the same out come returned my config.xml ot original and removed the # at the end of longname to see fi maybe that caused the new error and to atemp to figure out the first error of this in my cmd prompt i type word.exe this is what it says word for word
[Debug] Starting Log: logs/eqemu_debug_world_3908.log
[Debug] [WORLD_INIT] Loading server configuration..
Unable to find a 'shortname' element on world element at line 3
Unable to find a 'longname' element on world element at line 3
[Debug] [WORLD_INIT_ERR] Loading server configuration failed.
the logs all show this
[12.20. - 02:50:17] Starting Log: logs/eqemu_debug_zone_3516.log
[12.20. - 02:50:17] [ZONE__INIT] Loading server configuration..
[12.20. - 02:50:17] [ZONE__INIT_ERR] Loading server configuration failed.
and again my config file is this
<?xml version="1.0">
<server>
<world>
<jagon>whatever</jagon>
<jagonsoulsaver>Your server name</jagonsoulsaver>
<!-- 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>
<leatherbelt>Your Password</leatherbelt>
<db>ax_classic</db>
</database>
</server>
|