View Single Post
  #6  
Old 04-22-2003, 06:09 PM
lordshaggy
Fire Beetle
 
Join Date: Apr 2003
Location: Florida
Posts: 4
Default

Ok i followed this guide step by step and im geting an error when i try and run the boot5zones file..this is what iv got

DB.ini

[Database]
host=localhost
user=shaggy
password=damnhell
database=eq
compression=off




LogInServer.ini

[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=MyWorld
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=




MiniLoginAccounts.ini

localhost eqemu eqemu



Boot5Zones.bat

@echo off

if NOT exist spells_en.txt goto NOSPELL

start zoneNT . localhost 7995 localhost
start zoneNT . localhost 7996 localhost
start zoneNT . localhost 7997 localhost
start zoneNT . localhost 7998 localhost
start zoneNT . localhost 7999 localhost
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



And this is what im geting

MiniLogin Msg

LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999





World Msg

Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
Please don't make me a levelme server. :(
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999





Boot5Zones Msg....this is where i get the error that shuts it down

C:\EqEmu>REM: ****Read this first!!!****

C:\EqEmu>REM: This file requires your real IP in the place of "hosthere" when yo
u are connecting

C:\EqEmu>REM: To the EQEmu Loginserver.

C:\EqEmu>REM: When you are using minilogin, Replace all IP Addresses to say 127.
0.0.1

C:\EqEmu>REM: If you still get errors try using localhost instead of 127.0.0.1

C:\EqEmu>REM:--------------Start-----------------------
The system cannot find the file zoneNT.
The system cannot find the file zoneNT.

and at this point i get this error msg......

Cannot find the file 'zoneNT' (or one of its components). Make sure the path and filename are correct and that all required libraries are available

i click the ok button and it closes the Boot5Zones window


Not sure what iv done wrong but i reread this thread a few times and tryed to reinstall and redo everything and i just cant get it to work, can anyone plz give me a hand at this?

Yes i did run the 3 programs in the order that was given
Reply With Quote