View Single Post
  #1  
Old 05-09-2019, 11:28 AM
mistermachone
Fire Beetle
 
Join Date: Sep 2017
Posts: 2
Default My new server is locked

Brand new to this. Installed the other day with no issues that I noticed.

Updated config and login as shown in the windows server walkthrough.

My server name shows up on the realm list but it appears as locked. I can create a character, but I cannot go any further.

Searched for a couple of hours and found and added a new line to the config saying "locked" : "false", but that did not fix the issue. Anyone know what I am missing?

{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "kutrmNKgpQAGqPaHmuRF7qaGfreavvF",
"locked" : "false",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "127.0.0.1",
"legacy" : "0",
"password" : "",
"port" : "5998"
},
"longname" : "punch",
"shortname" : "punch",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9001"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7400",
"low" : "7000"
}
}
}
}
Reply With Quote