Thread: LAN Connect?
View Single Post
  #13  
Old 03-18-2015, 11:06 PM
Humon's Avatar
Humon
Fire Beetle
 
Join Date: May 2011
Posts: 27
Default

[database]
host = localhost
port = 3306
db = beq
user = root
password = REDACTED
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 = 192.168.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

Yes i know that i have database set as beq, all instances of my database were changed to beq, would that make a difference.
Reply With Quote