View Single Post
  #1  
Old 05-20-2007, 07:49 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Angry world_ls_err ..help ?

ok i just updated my server and its a lil messed up i dunno why i never had this err b4 heres the stuff

-----------------------------

> element in the <world> section.
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS_ERR] **** For minilogin to work, you need to set the <address
> element in the <world> section.
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS_ERR] **** For minilogin to work, you need to set the <address
> element in the <world> section.
====================================
eqemu conf
===================================

<?xml version="1.0">
<server>
<world>
<shortname>my</shortname>
<longname>myserver</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<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>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>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>smarty</password>
<db>peq</db>
</database>
</server>
====================================
login conf
====================================
[LoginServer]
loginserver=127.0.0.1
loginserver2=
loginport=5999
loginport2=
worldname=myserver
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
============================

ANY IDEAS? please
thanks in advance
Reply With Quote