View Single Post
  #1  
Old 10-19-2020, 12:54 PM
WingNutt
Fire Beetle
 
Join Date: Dec 2019
Posts: 19
Default Correct Config Files???

Good Day all!!

I am running a standalone (offline) server I use on travel when I have no internet. I reciently went into a zone that I have never been to before and found that it is not there. Neriak Forest is missing lol. When I travel there from either enterence its all black... and mobs are falling from the sky only to be removed when they reach a distance too far below the surface of the world and then respawn and fall again.

I have read of this happening in other zones (I have heard of it happening in Misty Thicket and the Commons). It might be happening beause the wrong map file is being looked for as some zones were revamped, yet misty and the commons were two of those zones and they load fine.

I uninstalled and removed my EQ Titanium edition and it didnt help.

Are my ports set corretly in my login.json file?? I know Titanium is 5998. is the database peq port suposed to match that?? its set to 3306 right now.

p.s. (passwords are kept default since its local only access).

{
"account" : {
"auto_create_accounts" : true
},
"client_configuration" : {
"sod_opcodes" : "login_opcodes_sod.conf",
"sod_port" : 5999,
"titanium_opcodes" : "login_opcodes.conf",
"titanium_port" : 5998
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"user" : "root"
},
"logging" : {
"dump_packets_in" : false,
"dump_packets_out" : false,
"trace" : false,
"world_trace" : false
},
"security" : {
"allow_password_login" : true,
"allow_token_login" : true,
"mode" : 14
},
"web_api" : {
"enabled" : true,
"port" : 6000
},
"worldservers" : {
"reject_duplicate_servers" : false,
"unregistered_allowed" : true
}
}
Reply With Quote