Log in

View Full Version : Zone unavailable error


Valcrist
02-20-2007, 07:57 AM
Ive been constantly getting a Zone unavailable error. ive put in a bootzone, did all the changelog and havent gotten anywhere everything runs fine until char selection. running MySQL 5.0 Minilogin
My EQEMU Config file
<!-- Only specify these two if you really think you need to. -->
<address>192.168.1.***</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.***</host>
<port>5999</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>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>****</password>
<db>peq</db>

Loginserver.ini

[LoginServer]
loginserver=127.0.0.1
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=My Minilogin
worldaddress=192.168.1.***
locked=false
account=*****
password=****

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999