View Single Post
  #4  
Old 03-27-2018, 11:10 PM
Thallandor
Fire Beetle
 
Join Date: Mar 2018
Posts: 13
Default

Code:
[database]
host = 127.0.0.1
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 10.0.0.2
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type
The only thing I've changed in this is the IP of course. Oh wait, i think i changed localhost to 127.0.0.1 per most other threads I've read. Although it should resolve to that anyway...
Reply With Quote