Thread: Small problem
View Single Post
  #6  
Old 03-02-2004, 06:59 AM
rodec
Fire Beetle
 
Join Date: Dec 2003
Posts: 17
Default

oops hit submit before i thought to link my boot5zones file

Code:
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 . 216.155.122.129 7995 127.0.0.1
start zone . 216.155.122.129 7996 127.0.0.1
start zone . 216.155.122.129 7997 127.0.0.1
start zone . 216.155.122.129 7998 127.0.0.1
start zone . 216.155.122.129 7999 127.0.0.1
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------------------------
Sorry for some many posts on this. I have learned quite a bit though if thats any consulation. Thanks a TON everyone once again for the help.
Reply With Quote