Current configuration files:
eqemu_config.xml
Changes:
- Changed short and long names
- Changed ip addresses to 127.0.0.1
- Removed login server password (changed config in login.ini also)
Code:
<?xml version="1.0">
<server>
<world>
<shortname>EQHome</shortname>
<longname>Personal Home</longname>
<loginserver>
<host>127.0.0.1</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
</world>
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>*****</username>
<password>*****</password>
<db>eq</db>
</database>
</server>
login.ini
Changes
- Changed all IP addresses to 127.0.0.1
- Created eqlogin database separate from qe database
- Enabled unregistered servers
Code:
[database]
host = 127.0.0.1
port = 3306
db = eqlogin
user = *****
password = *****
subsystem = MySQL
[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = FALSE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 127.0.0.1
[security]
plugin = EQEmuAuthCrypto
mode = 5
[Titanium]
port = 5998
opcodes = login_opcodes.conf
[SoD]
port = 5999
opcodes = login_opcodes_sod.conf
[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType
Still no change to my situation of logging in under any user, and having a blank list.