View Single Post
  #6  
Old 06-14-2004, 09:59 AM
ultimatex's Avatar
ultimatex
Sarnak
 
Join Date: Feb 2004
Location: My Happy Place
Posts: 36
Default

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 . 67.8.170.XXX 7995 localhost
start zone . 67.8.170.XXX 7996 localhost
start zone . 67.8.170.XXX 7997 localhost
start zone . 67.8.170.XXX 7998 localhost
start zone . 67.8.170.XXX 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------------------------
I have had no problems with this before. I can run the 6-11-04 compile with no changes, and have more than 1 person.

edit : I'll go over all the changes i made again. Maybe i still missed something.
__________________
No Place Like 127.0.0.1
Reply With Quote