View Single Post
  #25  
Old 04-27-2014, 02:09 PM
moltke24
Sarnak
 
Join Date: Dec 2011
Posts: 63
Default

Quote:
Originally Posted by Noport View Post
moltke24 make sure your eqemulogin.ini files looks just like this
replace the xxxxx and type in your password
what I think is happening your using the wrong login and your trying to use a newer client then Sof
Code:
Port=5999
DumpPacketsIn=false
DumpPacketsOut=false
Trace=false
DatabaseServerName=localhost
DatabaseCatalogName=peqlogindb
DatabaseUserName=root
DatabaseUserPassword=xxxxxxxxxx
OPCodePathAndFileName=login_opcodes_SoD.conf
I looked around and searched for eqemulogin.ini and nothing was found

I searched DumpPacketsIn nothing was found
I searched all of the words in the file you linked and nothing was found. So, i don't think I have this file?

i did find a login.ini that looks like
Quote:
[database]
host = localhost
port = 3306
db = eqemu
user = user
password = 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.16x.x.

[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