View Single Post
  #2  
Old 12-08-2005, 02:01 PM
Qinamen
Sarnak
 
Join Date: Nov 2005
Location: old people central, Connecticut
Posts: 30
Default boot5zones

not sure if this has to do with anything.. but here are my boot5zones


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 . teknoro.no-ip.com 7995 localhost
start zone . teknoro.no-ip.com 7996 localhost
start zone . teknoro.no-ip.com 7997 localhost
start zone . teknoro.no-ip.com 7998 localhost
start zone . teknoro.no-ip.com 7999 localhost
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------------------------