View Single Post
  #1  
Old 12-19-2007, 11:10 PM
jagonsoulsaver
Fire Beetle
 
Join Date: Dec 2007
Posts: 4
Default Help me finish my setup please!!??

Ok its late so bare with me, after finishing my server setup i got a error when launching world.exe or zone.exe saying short name not found line 3 longname not found line 3 read threw the forums and found a post about puting a # at the end of your longname tried that but now i get a difrent error that says unable to load eqemu_config.xml error reading atributes so what am i missing any help would be greatly apriciated

<?xml version="1.0">
<server>
<world>
<short>whatever</short>
<mylongname#>Your server name</mylongname#>

<!-- 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>Your Password</password>
<db>ax_classic</db>
</database>
</server>
Reply With Quote