View Single Post
  #5  
Old 05-26-2010, 09:30 AM
Akyra
Fire Beetle
 
Join Date: Apr 2010
Posts: 18
Default

Kodekatt, it looks like it can't find the correct ini file to load. Please note that I found the EQEmuLoginServer zip file on the google codebase wanted a different ini file.

It needed a file called eqemulogin.ini (note the different filename than in the login_utils filder) and the contents to be this:
Quote:
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=<db_host>
DatabaseCatalogName=<db_name>
DatabaseUserName=<db_user>
DatabaseUserPassword=<db_password>
OPCodePathAndFileName=login_opcodes_sod.conf
This got it working for me before. Albeit a bit of a nightmare.

Hope this helps.

Akyra
Reply With Quote