View Single Post
  #15  
Old 05-24-2010, 02:24 PM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 387
Default

Also, using the following file

login.ini

other than the db name, login & pass, the only thing i changed was the local_network setting, from 192.168.1. to 192.168.0. as my network uses the 192.168.0. ip addresses.

Everything else, I left as is.

I did have a question if that should be left without the ending octet, or if it should be completed to the servers local ip?


Code:
[database]
host = localhost
port = 3306
db = ***
user = ***
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.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
Reply With Quote