View Single Post
  #1  
Old 09-27-2011, 01:31 PM
bodi
Hill Giant
 
Join Date: May 2010
Posts: 105
Default start5zones.bat?

I need to make one of these for my server, because 5 zones isnt enough already for server pop. I dont know what to use for my internal and external ip address. I dont want to put the wrong thing in there and crash it. is there anyway to see what the current 5 zone servers are using for internal/external IP? Here is what im using as a base start5zones.bat

REM: 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:
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . EXTERNAL_IP_ADDRESS 7995 INTERNAL_IP_ADDRESS
start zone . EXTERNAL_IP_ADDRESS 7996 INTERNAL_IP_ADDRESS
start zone . EXTERNAL_IP_ADDRESS 7997 INTERNAL_IP_ADDRESS
start zone . EXTERNAL_IP_ADDRESS 7998 INTERNAL_IP_ADDRESS
start zone . EXTERNAL_IP_ADDRESS 7999 INTERNAL_IP_ADDRESS
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
Reply With Quote