View Single Post
  #13  
Old 04-01-2019, 08:31 PM
Norrwind
Fire Beetle
 
Join Date: Mar 2019
Posts: 14
Default

Thanks for chiming in everyone. Additional info:

Current eqhost file:
[LoginServer]
Host=127.0.0.1:5998

Current eqemu_config.json:
{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7778"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"qsdatabase" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"address" : "127.0.0.1",
"localaddress" : "127.0.0.1",
"key" : "DvWyo6SOQVA8zqDzG5utpZuI7um4Kre",
"loginserver" : {
"account" : "Admin",
"host" : "127.0.0.1",
"password" : "newadminpassword",
"port" : "5998"
},
"longname" : "Faydwer Live - 20190330",
"shortname" : "FaydwerLive",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9001"
},
"telnet" : {
"enabled" : "false",
"ip" : "0.0.0.0",
"port" : "9000"
},
"http" : {
"port" : "9080",
"enabled" : "true",
"mimefile" : "mime.types"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7500",
"low" : "7000"
}
}
}
}

Current login.ini:
[database]
host = 127.0.0.1
port = 3306
db = peq
user = root
password = eqemu
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.
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


Still getting kicked back to server select when trying to enter world. Looked in logs and most recent attempt generated the following character name was Ozust(logs\zone\tutorialb_version_0_inst_id_0_port _7000_7988.log):
[04-01-2019 :: 20:07:21] [Zone Server] Time Broadcast Packet: EQTime [12:16 am]
[04-01-2019 :: 20:07:24] [Zone Server] Client linkdead: Ozust
[04-01-2019 :: 20:10:24] [Zone Server] Dropping client: Process=false, ip=127.0.0.1 port=22470

The other zone log files all contain the same thing, except for the final line with a different port number:
[04-01-2019 :: 20:00:41] [Zone Server] CURRENT_VERSION: 1.1.3
[04-01-2019 :: 20:00:41] [Zone Server] Mapping Incoming Opcodes
[04-01-2019 :: 20:00:41] [Zone Server] Loading Variables
[04-01-2019 :: 20:00:41] [Zone Server] Loading zone names
[04-01-2019 :: 20:00:41] [Zone Server] Loading items
[04-01-2019 :: 20:00:41] [Zone Server] Loading npc faction lists
[04-01-2019 :: 20:00:41] [Zone Server] Loading loot tables
[04-01-2019 :: 20:00:41] [Zone Server] Loading skill caps
[04-01-2019 :: 20:00:41] [Zone Server] Loading spells
[04-01-2019 :: 20:00:41] [Zone Server] Loading base data
[04-01-2019 :: 20:00:41] [Zone Server] Loading guilds
[04-01-2019 :: 20:00:41] [Zone Server] Loading factions
[04-01-2019 :: 20:00:52] [Zone Server] Loading titles
[04-01-2019 :: 20:00:52] [Zone Server] Loading tributes
[04-01-2019 :: 20:00:52] [Zone Server] Loading corpse timers
[04-01-2019 :: 20:00:52] [Zone Server] Loading profanity list
[04-01-2019 :: 20:00:52] [Zone Server] Loading commands
[04-01-2019 :: 20:00:52] [Zone Server] 272 commands loaded
[04-01-2019 :: 20:00:52] [Zone Server] Loaded default rule set 'default'
[04-01-2019 :: 20:00:52] [Zone Server] Initialized dynamic dictionary entries
[04-01-2019 :: 20:00:52] [Zone Server] Loading bot commands
[04-01-2019 :: 20:00:52] [Zone Server] 100 bot commands loaded
[04-01-2019 :: 20:00:52] [Zone Server] Loading bot spell casting chances
[04-01-2019 :: 20:00:53] [Zone Server] Loading Perl Event Export Settings...
[04-01-2019 :: 20:00:53] [Zone Server] Loading quests
[04-01-2019 :: 20:00:59] [Zone Server] Entering sleep mode
[04-01-2019 :: 20:01:00] [Zone Server] Starting EQ Network server on port 7028

Also tried clicking the "return home" button, which created a file similar to the tutorial zone file above, again showing client as linkdead. Is there a timeout setting set to low somewhere? I appreciate all the help everyone.
Reply With Quote