View Single Post
  #2  
Old 07-22-2004, 01:11 PM
Mooch
Fire Beetle
 
Join Date: Jun 2004
Posts: 13
Default Server Info

[LoginServer]
loginserver=eqemulator.net
loginserver2=eqemulator.net
loginserver3=eqemulator.net
loginport=5995
loginport2=5995
loginport3=5995
worldname=Twist of Fate
worldaddress=69.70.114.136
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
server=localhost

---------------------------------------------------------------------------

[Boot5zones]
REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

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

REM:---------------END------------------------

---------------------------------------------------------------------------

[Database]
host=localhost
user= xxxxxx
password= xxxxxxxx
database=eq
compression=off

----------------------------------------------------------------------------

PS what does mysql do? I never really did much with it other than DL it and put in my username and pw...
Reply With Quote