PDA

View Full Version : Boot 5 zones


TheMadHatterMR
04-04-2006, 03:14 PM
I know it's a stupid question, but I downloaded the 6.2 server files and I don't see boot5zones.bat, but I have to have it to start up a server, where can I find the file?

sdabbs65
04-04-2006, 11:55 PM
I know it's a stupid question, but I downloaded the 6.2 server files and I don't see boot5zones.bat, but I have to have it to start up a server, where can I find the file?
You don't have to have it it just makes it easier to boot up a zone.
here it is

BOOT5ZONES.BAT
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "EXTERNAL_IP_ADDRESS_HERE" 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
BOOT5ZONES.BAT
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . YOURIPHERE 7995 127.0.0.1
start zone . YOURIPHERE 7996 127.0.0.1
start zone . YOURIPHERE 7997 127.0.0.1
start zone . YOURIPHERE 7998 127.0.0.1
start zone . YOURIPHERE 7999 127.0.0.1
start zone . YOURIPHERE 8785 127.0.0.1
start zone . YOURIPHERE 8786 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
REM:---------------END------------------------