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?
|