Alright, instead of making my own server on the EQEmu login server, I've decided to make a local server. Just need someone to verify my files again, because I'm getting the first error now. ( Error 10061 or something to that sort. )
Quote:
a) What error you are having and when you are having it.
|
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect () failed. Error: 10061
Quote:
b) What OS (Operating System, IE: Windows 95) you are using
|
Windows XP Home Edition
Quote:
c) What EMU Version (IE: 0.3.7) you are using
|
0.4.4
Quote:
d) What you are connecting to (Minilogin, Publiclogin, Logging/Hosting into eqlogin.eqemu.net)
|
Not too sure. Would minilogin be compatible on a local server? I need a bit of enlightenment on this...
Onto the files.
DB.INI
Quote:
[Database]
host=localhost
user=ejecticus
password=*****
database=eq
compression=off
|
LOGINSERVER.INI
Quote:
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=eject x
worldaddress=127.0.0.1
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
|
BOOT5ZONES.BAT
Quote:
REM:--------------Start-----------------------
@echo off
if NOT exist spells_en.txt goto NOSPELL
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit
cls
:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
|
I also ran boot5zones.bat. Noticed that it connects to 127.0.0.1. Any ideas why world.exe wouldn't connect but boot5zones.bat would?