EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   At a complete and total loss...problem with Boot5zones.bat (https://www.eqemulator.org/forums/showthread.php?t=10777)

currygreg 12-13-2003 12:29 PM

At a complete and total loss...problem with Boot5zones.bat
 
Ok, I apologize in advance if this has been answered, but I can't find the answer anywhere.

I followed the readme to the letter, my loginserver, db, and boot5zones.bat are set up accordingly. I can log onto my server (Jilm's test) and get past the character creation screen, but I can't log in due to no zones booting up.

This is what world server says:
[Status] loading....etc,
World server listening on: 66.25.124.129 :9000
Connected to LoginServer: eqlogin1.eqemulator.net: 3024

Then I run boot5zones.bat and get "bad command or file name"

Here is my setup:

Windows ME, approx 1 gig ram, 900 mhz processor, roadrunner cable modem


db.ini
[Database]
host=localhost
user=hansolojim
password=my password
database=eq
compression=off

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Jilm's Test in Progress
worldaddress=66.25.124.129
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5997
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

boot5zones.bat

start zone . 66.25.124.129 7995 66.25.124.129
start zone . 66.25.124.129 7996 66.25.124.129
start zone . 66.25.124.129 7997 66.25.124.129
start zone . 66.25.124.129 7998 66.25.124.129
start zone . 66.25.124.129 7999 66.25.124.129
exit
cls


I have tried replacing my IP with 127.0.0.1 and localhost in varying combinations.

I have no problem connecting to other player's servers, just booting zones. I'm sure it's something stupid. I would appreciate any help you could give.

Thanks!
Jilm

Kgaul 12-13-2003 12:50 PM

check your world.exe and zone.exe output to see if they are talking to each other. if they are not try to replace your ip's with localhost, or use the no-ip.org trick you can find under NAT and Eqemu (i think)

if your still having problems pelase post your outputs from the world and 'A' zone.

Kgaul

currygreg 12-13-2003 01:21 PM

I changed boot5zones.bat to include my new no-ip address, but still nothing. The world and zone are not talking to each other at all, I think.

My world.exe says
<everything above here is loaded correctly>
TCP listening on: jilm.no-ip.org :9000
world server listening on: jilm.no-ip.org :9000
connected to loginserver: eqlogin1.eqemulator.net:5997

boot5zones.bat is now

start zone . 66.25.124.129 7995 jilm.no-ip.org

and I still get this: "bad command or file name"


i am extremely confused :(

(And thanks Kgaul for the tip)

Edgar1898 12-13-2003 01:44 PM

make sure you have zone.exe in the same directory that you are running boot5zones.bat from.

currygreg 12-14-2003 12:39 PM

Thanks for the tip, but zone.exe is in the same directory at boot5zones.bat, and still no go.

Any other ideas?

Trumpcard 12-14-2003 12:57 PM

How did you end up with that boot5zones.bat ? I'd say you have a typo in there...


I'd say it's pretty self explantory.. Something in there isnt finding something...

currygreg 12-14-2003 01:00 PM

boot5zones.bat

REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . jilm.no-ip.org 7995 66.25.124.129
start zone . jilm.no-ip.org 7996 66.25.124.129
start zone . jilm.no-ip.org 7997 66.25.124.129
start zone . jilm.no-ip.org 7998 66.25.124.129
start zone . jilm.no-ip.org 7999 66.25.124.129
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


All times are GMT -4. The time now is 09:36 PM.

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