View Single Post
  #7  
Old 12-14-2003, 01:00 PM
currygreg
Fire Beetle
 
Join Date: Dec 2003
Posts: 9
Default

boot5zones.bat

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

if NOT exist spells_us.txt goto NOSPELL

start zone . jilm.no-ip.org 7995 66.25.124.129
start zone . jilm.no-ip.org 7996 66.25.124.129
start zone . jilm.no-ip.org 7997 66.25.124.129
start zone . jilm.no-ip.org 7998 66.25.124.129
start zone . jilm.no-ip.org 7999 66.25.124.129
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
Reply With Quote