View Single Post
  #1  
Old 01-28-2012, 05:04 PM
pythag
Sarnak
 
Join Date: Jan 2012
Posts: 56
Default Problem with standalone loading!

Hi, new here but ok with the set up, followed the setup guide twice and end up by being able to hit the "login" button then it stops saying "logging in to server please wait" but nothing further, I did run the bat file first and have the 3 dos boxes appear with things happening - anyone point me the right way?

eqhost
Code:
[LoginServer]
Host=127.0.0.1:5999
eqemu_config
Code:
<?xml version="1.0"?>
<server>
<world>

<shortname>Promised</shortname>
<longname>The Promised Land</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>kiw9083wdfgesiwud</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>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>mysqlpassword</password>
<db>peq</db>
</database>
</server>
LoginServer
Code:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=promised
worldaddress=127.0.0.1
locked=false
account=
password=
 
[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
Reply With Quote