Richardo
04-19-2004, 02:06 PM
Ok, I am running my server but how do I boot zones from my 2nd computer on my LAN? It connects to my world exe and boots the zones but the players nor myself can connect to the zones, we just crash... any ideas?
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 dreadlands 24.162.26.61 8011 192.168.1.106
start zone shadowhaven 24.162.26.61 8012 192.168.1.106
start zone freporte 24.162.26.61 8013 192.168.1.106
start zone arena 24.162.26.61 8014 192.168.1.106
start zone pofear 24.162.26.61 8015 192.168.1.106
start zone oasis 24.162.26.61 8016 192.168.1.106
start zone poknowledge 24.162.26.61 8017 192.168.1.106
start zone potranquility 24.162.26.61 8018 192.168.1.106
start zone poinnovation 24.162.26.61 8019 192.168.1.106
start zone lakeofillomen 24.162.26.61 8020 192.168.1.106
start zone . 24.162.26.61 8021 192.168.1.106
start zone . 24.162.26.61 8022 192.168.1.106
start zone . 24.162.26.61 8023 192.168.1.106
start zone . 24.162.26.61 8024 192.168.1.106
start zone . 24.162.26.61 8025 192.168.1.106
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------------------------
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 dreadlands 24.162.26.61 8011 192.168.1.106
start zone shadowhaven 24.162.26.61 8012 192.168.1.106
start zone freporte 24.162.26.61 8013 192.168.1.106
start zone arena 24.162.26.61 8014 192.168.1.106
start zone pofear 24.162.26.61 8015 192.168.1.106
start zone oasis 24.162.26.61 8016 192.168.1.106
start zone poknowledge 24.162.26.61 8017 192.168.1.106
start zone potranquility 24.162.26.61 8018 192.168.1.106
start zone poinnovation 24.162.26.61 8019 192.168.1.106
start zone lakeofillomen 24.162.26.61 8020 192.168.1.106
start zone . 24.162.26.61 8021 192.168.1.106
start zone . 24.162.26.61 8022 192.168.1.106
start zone . 24.162.26.61 8023 192.168.1.106
start zone . 24.162.26.61 8024 192.168.1.106
start zone . 24.162.26.61 8025 192.168.1.106
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------------------------