View Single Post
  #3  
Old 11-16-2004, 09:49 PM
hoppy02
Fire Beetle
 
Join Date: Nov 2004
Location: Melb
Posts: 22
Default

I also get this issue, am running the server on my own network, do not want to share with internet at this stage.

Any help would be good.

Am running on Win2003 server with laters Mysql.

umm also the Boot5Zones.bat runs and loads 5 screens but they all close after a while, is that normal ?

My World.exe oputput

Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
Unable to clear groups: #1146: Table 'eq.character_' doesn't exist
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=36965
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
Error in LoadGuilds query 'SELECT id, eqid, name, leader, minstatus, rank0title,
 rank1, rank1title, rank2, rank2title, rank3, rank3title, rank4, rank4title, ran
k5, rank5title from guilds' #1146: Table 'eq.guilds' doesn't exist
[Status] Loading ./addon.ini..
Couldn't open './addon.ini'.
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Deleted -1 stale player corpses from database
[Status] Deleted -1 stale player backups from database
Assassinating people that whine about horses...done
TCP listening on: 192.168.1.102:9000
World server listening on: 192.168.1.102:9000
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error:
 10061'
My LoginServer.ini

Code:

[LoginServer]
loginserver=192.168.1.102
loginport=5994
worldname=HoppysHome
worldaddress=192.168.1.102
locked=false
account=
password=


[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport= on a differant computer than world.exe.
My Boot5Zones.bat

Code:
REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 192.168.1.102 7995 192.168.1.102
start zone . 192.168.1.102 7996 192.168.1.102
start zone . 192.168.1.102 7997 192.168.1.102
start zone . 192.168.1.102 7998 192.168.1.102
start zone . 192.168.1.102 7999 192.168.1.102
exit
cls

:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------mputer than world.exe.
thanks

Hoppy
Reply With Quote