View Single Post
  #3  
Old 12-01-2003, 11:32 PM
Draugr
Hill Giant
 
Join Date: Jan 2002
Posts: 141
Default

-=[BOOT5ZONES]=-

(Note: 68.199.14.99 is my External ISP assigned IP.
192.168.0.12 is my internal IP for the server machine that
EQemu is running on.)

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

if NOT exist spells_en.txt goto NOSPELL

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

-=[************************************************]=-

-=[Loginserver.ini]=-


# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Draugr's World
worldaddress=192.168.0.12
#worldaddress=68.199.14.19
#worldaddress=127.0.0.1
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

-=[************************************************]=-

# READ README.TXT!

[Database]
host=127.0.0.1
user=name
password=password
database=eq
compression=off

-=[************************************************]=-


I hope someone can help me.
__________________
John Von Draugr
Reply With Quote