ok, here are the contents of my loginserver and boot files
Loginserver:
[LoginServer]
loginserver=eqemulator.net
loginport=5999
worldname=TheTestLand
worldaddress=127.0.0.1
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
boot5zones:
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zoneperl . 127.0.0.1 8780 127.0.0.1
start zoneperl . 127.0.0.1 8781 127.0.0.1
start zoneperl . 127.0.0.1 8782 127.0.0.1
start zoneperl . 127.0.0.1 8783 127.0.0.1
start zoneperl . 127.0.0.1 8784 127.0.0.1
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
|