View Single Post
  #2  
Old 10-23-2010, 08:46 PM
psalm
Fire Beetle
 
Join Date: Oct 2010
Posts: 21
Default

Checked my config, matches my previous one.

Still getting the 'YOU HAVE BEEN DISCONNECTED!' message upon hitting enter world at char select.

I've made the zone (kaladima) that the specific char is entering static, but to no avail.


Here is my config.


<?xml version="1.0"?>
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- address has to be specified for minilogin to work -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</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>eq</username>
<password>eq</password>
<db>peq</db>
</database>
</server>
Reply With Quote