Thread: dbs..
View Single Post
  #18  
Old 11-20-2003, 10:41 AM
Tinv
Fire Beetle
 
Join Date: Nov 2003
Posts: 18
Default Heres my ini's

db.ini :

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



loginserver.ini :

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=menzoberranzan
locked=false
worldaddress=68.36.223.6

[WorldServer]
Defaultstatus=0
Unavailzone=

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



boot5zone.bat :

@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 68.36.223.6 7995 68.36.223.6
start zone . 68.36.223.6 7996 68.36.223.6
start zone . 68.36.223.6 7997 68.36.223.6
start zone . 68.36.223.6 7998 68.36.223.6
start zone . 68.36.223.6 7999 68.36.223.6
exit
cls

The only thing i change is the database name from eq to eqtcm depending on what one i want to try.
Reply With Quote