View Single Post
  #11  
Old 05-22-2010, 03:25 PM
Xenerox's Avatar
Xenerox
Hill Giant
 
Join Date: Aug 2009
Location: Shelby Twp, MI
Posts: 114
Default

ok im sorry i havent been on trev and heres my config i cant get the server to work for anything . .

Code:
<?xml version="1.0"?>
<server>
<world>

<shortname>epicfail</shortname>
<longname>My Fail Server Name :D</longname>


<!-- address has to be specified for minilogin to work -->
<address>localhost</address>
<localaddress>localhost</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>make up some random string of characters here</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>

<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>
</server>
__________________
Owner and Head GM of Onyx'Falls Classic Respin'CL Hope to See You On.
Reply With Quote