View Single Post
  #3  
Old 12-24-2009, 05:19 PM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

<?xml version="1.0">
<server>
<world>
<shortname>oick</shortname>
<longname>oicks eq beta</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>192.168.2.3</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>192.168.2.3</host>
<port>3306</port>
<username>root</username>
<password>***</password>
<db>peq/db>
</database>
</server>







theres also a file called EQEMU_CONFIG.xml.full idk if thats causing the problem either
again ty for ur help hope we can get it up and running

Last edited by trevius; 12-24-2009 at 05:42 PM..
Reply With Quote