What I was wondering about whas the boot5zones.bat settings, for some reason I always get this error when I run it
Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from spells_us.txt
[Status] FileLoadSPDat() spells loaded: 4352
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 148 commands loaded
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10061
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode
My world.exe run's and connects just fine, but I can't get the zones to connect, this is my boot5zones.bat settings
Code:
REM:--------------Start-----------------------
@echo off
if NOT exist spells_en.txt goto NOSPELL
start zone . 12.206.12.8 7995 12.206.12.8
start zone . 12.206.12.8 7996 12.206.12.8
start zone . 12.206.12.8 7997 12.206.12.8
start zone . 12.206.12.8 7998 12.206.12.8
start zone . 12.206.12.8 7999 12.206.12.8
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
REM:---------------END------------------------
and my loginserver.ini
Code:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=7999
loginport2=7999
worldname=Shinji Non-Legit
worldaddress=12.206.12.8
locked=false
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
it's that damn 10061 error that I can't seem to shake.