View Single Post
  #1  
Old 10-21-2021, 10:18 PM
bryan4268
Fire Beetle
 
Join Date: Oct 2021
Location: Texas
Posts: 26
Default add name to server list

can someone provide me with an example to their eqemu_config.json file and explain how i login to eqemu login server and have my server name put on the list. I had it working at one point but after a few install's i cant figure it out and i know i am missing something silly.



"server" : {


},
"world" : {
"key" : "xrHfmnFvbzZYC6VBY7YPqH2eozOpX6w",
"loginserver1" : {
"account" : "bryan***", <------ eqemu login name
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "*******", <------ eqemu pass
"port" : "5998"
},
"loginserver2" : {
"account" : "bryan", <------eqemu login name
"host" : "135.xxx.xxx.221", <----server ip
"legacy" : "2",
"password" : "b>>>>>", <-----eqemu pass
"port" : "5998"
},
"longname" : " Bryan server",
"shortname" : "btps",
"tcp" : {
"ip" : "xxx.xxx.xxx.xxx", <------server ip address
"port" : "9001"
},
Reply With Quote