View Single Post
  #8  
Old 08-11-2010, 11:27 PM
kavren
Sarnak
 
Join Date: Feb 2007
Posts: 50
Default

I did a compile of the EQEmuLoginServer.sln and I have the below for my login.ini

Code:
[database]
host = localhost
port = 3306
db = peq
user = XXXX
password = XXXX
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 = 10.1.60.

[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've

* copied login.ini, login_opcodes.conf, login_opcodes_sod.conf from the "\trunk\EQEmuServer\EQEmuLoginServer\login_uti l" dir to my emuserver dir
* copied EQEmuAuthCrypto.dll from the "trunk\EQEmuServer\EQEmuLoginServer\login_util \ms\ release" dir to my emuserver dir
* did a build of the "EQEmuLoginServer.sln" from the "trunk\EQEmuServer" dir, then copied the "EQEmuLoginServer.exe" from the "trunk\EQEmuServer\Release" dir to my emuserver dir
* then ran "EQEmuLoginServerDBInstall.sql" from the "trunk\EQEmuServer\EQEmuLoginServer\login_util " dir against my "peq" db
* then adjusted my tables in my peq db that need to be adjusted for the EQEmuLoginServer
* as a side note, i also have a separate db called peqlogindb and i have tried the same thing with it (ie putting int he tables, adjusting them, and having the login.ini file pointing to said db

and with all that, my server isn't showing up in my server select portion of my client. My client and server computers are separate computers on the same network. My server's "long name" has now been changed to "this is a long name" in my DB as well as in the eq .xml file. My server did show up in the server select list under the old pre-compiled EQEmuLoginServer.

Am I doing a lot different from you? Can you see me doing anything wrong?
Reply With Quote