View Single Post
  #33  
Old 04-29-2014, 04:20 AM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Quote:
Originally Posted by vsab View Post
what's the contents of your login.ini? (again please remove your password, and also if you can use the "Code" tags that would be great)
Code:
[database]
host = localhost
port = 3306
db = peq
user = root
password = <XXXX>
subsystem = MySQL</XXXX>

[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
Thanx for all the help. I get the feeling I am on the last leg and one little thing is tripping me up..

Edit: This guy seems to have had the same problem. Or something similar.

http://www.eqemulator.org/forums/showthread.php?t=31529

I'm not sure if/how he fixed it. He says he made some progress changing one of the ip addresses? But, he doesn't say which one.. He also talks about an peqlogindb. I created a db for the login server while following the guide. But, I cannot find that file anywhere?
Reply With Quote