View Single Post
  #4  
Old 12-13-2004, 05:07 PM
jbig18
Fire Beetle
 
Join Date: Dec 2004
Location: Utah
Posts: 4
Default

OOHH and here is my db.ini and my loginserver.ini and my boot5zone.bat

db.ini --

[Database]
host=localhost
user=server
password=cow
database=eq

loginserver.ini --

[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=Don't Join
worldaddress=67.166.108.10
locked=false
account=
password=


[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

(i added 5 more zones) boot5zone.bat --

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 . 67.166.108.10 7995 67.166.108.10
start zone . 67.166.108.10 7996 67.166.108.10
start zone . 67.166.108.10 7997 67.166.108.10
start zone . 67.166.108.10 7998 67.166.108.10
start zone . 67.166.108.10 7999 67.166.108.10
start zone . 67.166.108.10 8000 67.166.108.10
start zone . 67.166.108.10 8001 67.166.108.10
start zone . 67.166.108.10 8002 67.166.108.10
start zone . 67.166.108.10 8003 67.166.108.10
start zone . 67.166.108.10 8004 67.166.108.10
exit
cls

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

REM:---------------END------------------------[/list]
__________________
~I know too much but not enough~

>>Josh
Reply With Quote