PDA

View Full Version : Where do I get boot5zone?


mannyfresh
01-12-2006, 08:47 PM
I have been googleing for this and all I find is how to edit the .bat file but not where to find the executable. Any help here?

Belfedia
01-12-2006, 09:57 PM
Boot5zone.bat isn't a executable !
This is a batch files (text file) who start executable zone
Juste open notepad and make your :)
Save it with the name Boot5zone.bat
(.Bat say to windows, this is a batch, you can execute it).

mannyfresh
01-13-2006, 02:57 AM
I know about .bat files but thanks. I just thought maybe there was a program that it came with. I just started reading the server start-up FAQ on WIKI and I guess I'm done now. I'll just have to wait for the Emu to catch up yo live. When I start EQ up now I get to log into a server and get a character with horns or hard looking hair that has "0 Unknown Class" and "Unknown Zone" above his head. When I click enter world I get "Disconnected from server". Guess I'll have to wait. Boo.

Willaena
01-14-2006, 05:26 AM
Manny, here is the one I use. replace REAL_IP_HERE with the IP of your host computer.

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 . REAL_IP_HERE 7995 127.0.0.1
start zone . REAL_IP_HERE 7996 127.0.0.1
start zone . REAL_IP_HERE 7997 127.0.0.1
start zone . REAL_IP_HERE 7998 127.0.0.1
start zone . REAL_IP_HERE 7999 127.0.0.1
#start zone . REAL_IP_HERE 7999 127.0.0.1
#start zone . REAL_IP_HERE 8000 127.0.0.1
#start zone . REAL_IP_HERE 8001 127.0.0.1
#start zone . REAL_IP_HERE 8002 127.0.0.1
#start zone . REAL_IP_HERE 8003 127.0.0.1
#start zone . REAL_IP_HERE 8004 127.0.0.1
#start zone . REAL_IP_HERE 8005 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------------------------

mannyfresh
01-14-2006, 06:50 AM
Thanks for all the help guys.