View Single Post
  #7  
Old 08-20-2004, 06:49 AM
Darkwaters
Hill Giant
 
Join Date: Aug 2004
Location: Michigan
Posts: 118
Default hey one more thought about bootzones.bat

Quote:
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "localhost" 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_en.txt goto NOSPELL

start zone . ExternalIP 7995 MachineInternalIP1
start zone . ExternalIP 7996 MachineInternalIP1
start zone . ExternalIP 7997 MachineInternalIP2
start zone . ExternalIP 7998 MachineInternalIP2
start zone . ExternalIP 7999 MachineInternalIP3
start zone . ExternalIP 8000 MachineInternalIP3

exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------
This would allow 3 machines to have two zone servers each using their InternalIP as the MachineInternalIP1, MachineInternalIP2 ... for example.
Make certain that all machines used have the same Username/Password for Login to Windows otherwise you may run into security issues that were or were not expected.
This was a great idea sotonin.
Darkwaters
PS you could still share out the EQEmu directory because again this would not change from machine to machine.