Hi when i've been following the startup guide on
http://www.eqemulator.net/wiki/wikka...=ws70845mysql5 , ive followed every step, but i cant quite get it to work. Whenever i use my start.bat file i get the following error
---------------------------------------------
[12.18. - 20:28:38] Starting Log: logs/eqemu_debug_1148.log
[12.18. - 20:28:38] [LAUNCHER__INIT] Loading server configuration..
[12.18. - 20:28:39] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[12.18. - 20:28:39] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[12.18. - 20:28:39] [LAUNCHER__INIT] Starting main loop...
here is my loginserver.ini
[LoginServer]
loginserver=xxx.xxx.x.xxx
loginport=5999
worldname=My Minilogin
worldaddress=xxx.xxx.x.xxx
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
config.ini
[Database]
host=xxx.xxx.x.xxx
user=eq
password=eq
database=peq
compression=off
[General]
quests=C:\EQEmu\
DB.ini
[Database]
host=xxx.xxx.x.xxx
user=eq
password=eq
database=peq
and eqemu_config.xml
<?xml version="1.0">
<server>
<world>
<shortname>xxxx</shortname>
<longname>xxxx</longname>
<!-- Only specify these two if you really think you need to. -->
<address>xxx.xxx.x.xxx</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>xxx.xxx.x.xxx</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>localhost</host>
<port>3306</port>
<username>xxxx</username>
<password>xxxxxx</password>
<db>peq</db>
</database>
</server>
anyone have any help for me? =)
BTW i am also behind a router if that affects anything