Quote:
Originally Posted by Congdar
[LoginConfig]
ServerMode=StandAlone
change StandAlone to MiniLogin
|
I have the same problem. I did this change to my LoginServer.ini and it still just sits there doing nothing.
**********************
[LoginServer]
loginserver=localhost
loginport=5999
worldname=XXXX
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
*********************
<?xml version="1.0"?>
<server>
<world>
<shortname>XXXX</shortname>
<longname>Big fun XXXX</longname>
<address>localhost</address>
<localaddress>localhost</localaddress>
<loginserver>
<host>localhost</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<key>asdfasd3465236gysdgw45345</key>
<http port="9080" enable="true" mimefile="mime.types"/>
</world>
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password></password>
<db>peq</db>
</database>
</server>