View Single Post
  #3  
Old 11-15-2022, 08:21 AM
orpheusisland
Fire Beetle
 
Join Date: Feb 2016
Location: gold coast
Posts: 14
Default

Hi thanks for the reply, I'm starting it all using the bat file: t_start_server_with_login_server.bat



Is there anything else you know of that I should be doing to get the login server running?

updated json:

{
"server" : {
"chatserver" : {
"host" : "192.168.1.131",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "192.168.1.131",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"directories" : {
"opcodes" : "assets/opcodes/",
"patches" : "assets/patches/"
},
"files" : {
"mail_opcodes" : "assets/opcodes/mail_opcodes.conf",
"opcodes" : "assets/opcodes/opcodes.conf"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "192.168.1.131",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"world" : {
"key" : "hcmmjODbLY3zbyAgpYpZiXxAg15wupS",
"loginserver1" : {
"account" : "",
"host" : "192.168.1.131",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "192.168.1.131",
"password" : "",
"port" : "5998"
},
"loginserver3" : {
"account" : "",
"host" : "login.projecteq.net",
"password" : "",
"port" : "5998"
},
"longname" : "MichaelServer",
"shortname" : "MServer",
"tcp" : {
"ip" : "192.168.1.131",
"port" : "9001"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7400",
"low" : "7000"
}
}
}
}
Reply With Quote