EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   zone.exe (https://www.eqemulator.org/forums/showthread.php?t=10662)

fanoen 12-06-2003 05:57 PM

zone.exe
 
Ok, every time I run boot5zones.bat, it boots up 5 zones but every zone.exe that pops up saying

[status] CURRENT_ZONE_VERSION: EQEMu 0.5.1
[status] Loading Variables
[status] Loading zone names
[status] Loading items
[status] EMuShareMem loaded

It just stays there and does nothing. My boot5zone.bat looks like this:

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_en.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
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------------------------


I have changed the ip part to my ip. I have switched it to local host. It just stays the same and never changes.

suineg 12-06-2003 07:50 PM

Quote:

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_en.txt goto NOSPELL
start zone . 64.170.154.143 7995 192.168.0.199
start zone . 64.170.154.143 7996 192.168.0.199
start zone . 64.170.154.143 7997 192.168.0.199
start zone . 64.170.154.143 7998 192.168.0.199
start zone . 64.170.154.143 7999 192.168.0.199
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------------------------
Ok here is mine. you see your problem is you need:
start zone . YourWebIp 7995 YourLocalIp

you can do:
start zone . YourWebIp 7995 localhost
localhost points back to your computer without having to go through any router.

do you know how to find out what ip is which?

suineg 12-06-2003 07:52 PM

oh and try looking at other posts first.

currygreg 12-13-2003 08:58 AM

Sorry for the following newbie question:

How DO I find out my webip and local ip? And what is the difference between the two?

TIA


All times are GMT -4. The time now is 08:33 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.