Thread: Boot5zones
View Single Post
  #3  
Old 02-27-2005, 07:22 AM
Innerfire963
Fire Beetle
 
Join Date: Jul 2004
Posts: 25
Default

well now it says that windows cannot find zoneperl perl and some other non important crap...

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 . 152.163.100.14 7995 172.144.28.134
start zoneperl . 152.163.100.14 7996 172.144.28.134
start zoneperl . 152.163.100.14 7997 172.144.28.134
start zoneperl . 152.163.100.14 7998 172.144.28.134
start zoneperl . 152.163.100.14 7999 172.144.28.134
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------------------------
thats the part you ment to change right?

well right now its not working, but thanks for trying.

Any one else able to help or you have another idea?

-thanks in advance
Reply With Quote