PDA

View Full Version : boot5zones fails to run


1Boppoom1
11-13-2004, 07:29 AM
ok im not quite sure what is wrong with my boot5zones.exe. Im trying to run a local server for me to play offline but the zones wont open up.

boot5zones.bat

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

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

if NOT exist spells_us.txt goto NOSPELL

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



DB.ini

# READ README.TXT!

[Database]
host=localhost
user=root
password=brell
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

LoginServer.ini

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=localhost
loginport=5999
worldname=Nick Home
worldaddress=localhost
locked=false
account=
password=


[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname= BSS
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

[/code]

if you need anything else please ask

Sarepean
11-13-2004, 08:23 AM
Try doing both things as localhost.

-Sarepean

1Boppoom1
11-13-2004, 08:45 AM
hey that worked thanks a bunch

Sarepean
11-13-2004, 01:24 PM
No problem.

-Sarepean