View Single Post
  #104  
Old 03-29-2009, 08:57 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Thumbs up

Yeah, none of that is working. I suspect I still have something pointed in the wrong direction. I've got:

1. for db.ini (NewMiniLogin)
# READ README.TXT!
[Database]
host=127.0.0.1
user=root
password=root
database=minilogin

2. for eqhost.txt:
[LoginServer]
Host=127.0.0.1:5999

3. for the eqemu_config.xml
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account>root</account>
<password>root</password>
</loginserver>

Does this look right?
Reply With Quote