View Single Post
  #1  
Old 10-15-2018, 05:11 PM
Mizikezap
Fire Beetle
 
Join Date: Oct 2018
Posts: 21
Default Private Server - cannot see server list

Thank you for any help you can provide. I've spent over a week combing these forums and google to see if I can find my answer. I could not and I'm hoping you guys may have an insight on what I've done wrong. I usually try to solve my issues before I ask for assistance.

I've downloaded and installed the latest Windows Installation and the latest available Titanium client.

My Issues:
* I am not able to see my private server in the client screen's server list
* I have 0 of 0 expansions owned

I am trying to run my server and client on my laptop. I do not plan on exposing it to any other clients. It will be for solo play. My server is running successfully and I am able to log into the client using my database Admin User and Password. But no servers are displaying.

Here are my files. I have adjusted a few to use what I found suggested by other posters.

Windows Server Launcher results:
Akka's Windows Server Launcher
Zones to launch: 30
Zone background starting enabled...
Loginserver set to run...
World: UP Zones: (30/30) UCS: UP Queryserv: UP Loginserver: UP UP N

world.exe results:
[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.1.3
[World Server] Added loginserver 192.168.1.8:5998
[World Server] Added loginserver login.eqemulator.net:5998
[World Server] Connecting to MySQL root@127.0.0.1:3306...
[Status] Starting File Log 'logs/world_35140.log'
[World Server] Checking Database Conversions..
[Update] No script update necessary...
[Info] For EQEmu Server management utilities - run eqemu_server.pl
[Update] Bots database up to Date: Continuing World Bootup...
[Update] Database up to date...
[World Server] Loading variables..
[World Server] Purging expired data buckets...
[World Server] Loading zones..
[World Server] Clearing groups..
[World Server] Clearing raids..
[World Server] Clearing inventory snapshots..
[World Server] Loading items..
[World Server] Loading skill caps..
[World Server] Loading guilds..
[World Server] Loaded default rule set 'default'
[World Server] Loading EQ time of day..
[World Server] Loading launcher list..
[World Server] Reboot zone modes OFF
[World Server] Deleted 0 stale player corpses from database
[World Server] Loading adventures...
[World Server] Purging expired instances
[World Server] Loading char create info...
[World Server] Console (TCP) listener started.
[World Server] Server (TCP) listener started.

EQEmu Login Server results:
[Login Server] Logging System Init.
[Login Server] Config System Init.
[Login Server] MySQL Database Init.
[Login Server] Server Manager Initialize.
[Login Server] Client Manager Initialize.
[Login Server] Server Started.

queryserv.exe results:
[QS Server] Starting EQEmu QueryServ.
[QS Server] Connecting to MySQL...
[Status] Starting File Log 'logs/query_server_27380.log'

ucs.exe results:
[UCS Server] Starting EQEmu Universal Chat Server.
[UCS Server] Connecting to MySQL...
[Status] Starting File Log 'logs/ucs_36044.log'
[UCS Server] Loaded default rule set 'default'

eqemu_config.json:
{
"server" : {
"chatserver" : {
"host" : "127.0.0.1",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "password",
"port" : "3306",
"username" : "UID"
},
"directories" : {
"logs" : "logs/",
"lua_modules" : "lua_modules/",
"maps" : "maps/",
"patches" : "./",
"plugins" : "plugins/",
"quests" : "quests/",
"shared_memory" : "shared/"
},
"mailserver" : {
"host" : "127.0.0.1",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "password",
"port" : "3306",
"username" : "UID"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"address" : "127.0,0,1",
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "randomstringhere",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "UID",
"host" : "192.168.1.8",
"legacy" : "0",
"password" : "password",
"port" : "5998"
},
"longname" : "Akkas Windows PEQ Installer (FxnKyb)",
"shortname" : "Akkas PEQ Installer",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9000"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7500",
"low" : "7000"
}
}
}
}


login.ini:
[database]
host = 127.0.0.1
port = 3306
db = peq
user = UID
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 = 127.0.0.1
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type


eqhost.txt:
[LoginServer]
Host=127.0.0.1:5998

I have also created an entry in the account table. Here are the values
id: 1
name: CharName
charname: MyCharName
sharedplat: 0
password: mypassword
status: 255
lsaccount_id: 1
gmspeed: 0
revoked: 0
karma: 0
minilogin_ip:
hideme: 0
rulesflag: 0
suspendeduntil: 0000-00-00 00:00:00
time_creation: 0
expansion: 0
ban_reason: (NULL)
suspend_reason: (NULL)

I also notice in the table loginserver_world_server_registration, the default server "Akkas Windows PEQ Installer (FxnKyb)" has a "ServerListTypeID" = 3. Could this be my problem since my config file has loginserver2 as legacy = 0?
Reply With Quote