View Single Post
  #10  
Old 02-13-2015, 02:40 PM
nopsled's Avatar
nopsled
Fire Beetle
 
Join Date: Feb 2015
Location: FL
Posts: 10
Default login.ini

[database]
host = 127.0.0.1
port = 3306
db = peq
user = root
password = **********
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

I updated the opcodes from eqemuupdate option 5. But im not sure if I copied them from anywhere? i do recall copying the opcodes from the source folder into the eqemu folder though as depicted in the guide.

does the eqemuupdate replace them directly into the eqemuserver folder or do i have to copy them from somewhere after running option 5
Reply With Quote