View Single Post
  #6  
Old 10-10-2005, 01:24 PM
ubatch
Sarnak
 
Join Date: Nov 2002
Posts: 88
Default

ROFLMAO...

You guys are silly...

Here's my bootzone.bat

I just put that there so I didn't reveal my IP address, /shrug...

bootzone.bat
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 zoneperl . castershaven.no-ip.org 7995 69.150.177.245
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------------------------
__________________
Malkum [Ex]
Owner of "Caster's Haven"
6.0-DR2 (Velious RC1)

Last edited by ubatch; 10-10-2005 at 09:36 PM..
Reply With Quote