EqHosts is set correctly, 5999 for both SoD and UF clients.
From what I can see the login server listens by default on BOTH 5998 and 5999, and detects what client is connecting and pulls the opcodes from the corresponding file set in login.ini, so i doubt it's that, especially because I CAN login with multiple clients if there's a character already in the db.
No trouble zoning once logged in either, my zone_server table is empty - never had to fill that in before, will take a look.
All .conf files are present and accounted for.
Only problem is character creation.
my login.ini
Code:
[database]
host = 192.168.0.100
port = 3306
db = yak_login
user = *****
password = *********
subsystem = MySQL
[options]
unregistered_allowed = FALSE
reject_duplicate_servers = FALSE
trace = FALSE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.0.
[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