View Single Post
  #1  
Old 08-31-2002, 07:29 AM
madman
Fire Beetle
 
Join Date: Aug 2002
Posts: 1
Default i've got some problems

well.. i've been going at this thing for hours.. i have had it running before, but for some reason it's not wanting to work.. i'm trying to set it up for minilogin. i have done this before.. it's just not working now
i will list what my files say

[Database]
host=localhost
user=<mysql username>
password=<mysql password here>
database=eq

[LoginServer]
loginserver=localhost
worldname=Unnamed
locked=false
account=eqemu
password=eqemu
worldaddress=127.0.0.1

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

eqhost.txt

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}

boot5zones.win9x.bat

@echo off
start zone9x . localhost 7995 localhost
start zone9x . localhost 7996 localhost
start zone9x . localhost 7997 localhost
start zone9x . localhost 7998 localhost
start zone9x . localhost 7999 localhost
exit
cls


don't know what's wrong.. everything should be working as far as i can remember from last time i had this running
Reply With Quote