View Single Post
  #6  
Old 02-24-2022, 08:47 AM
Freejack
Sarnak
 
Join Date: Jan 2022
Location: In the woods
Posts: 66
Default

Quote:
Originally Posted by krauser1 View Post
1. Internal or from other computers are the same,and i try at least from 4 different computers which are hundreds of kilometers apart
2.
Code:
{
   "server" : {
      "chatserver" : {
         "host" : "localhost",
         "port" : "7778"
      },
      "database" : {
         "db" : "peq",
         "host" : "127.0.0.1",
         "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" : "127.0.0.1",
         "password" : "eqemu",
         "port" : "3306",
         "username" : "root"
      },
      "world" : {
         "key" : "GA6ehFuQyVSiIkxUWd7j1x8J6hc7cxD",
         "loginserver1" : {
            "account" : "",
            "host" : "login.eqemulator.net",
            "legacy" : "1",
            "password" : "",
            "port" : "5998"
            "locked": "false",
            "localaddress": "127.0.0.1",
            "address": your internet IP
         },
         "loginserver2" : {
            "account" : "",
            "host" : "127.0.0.1",
            "password" : "",
            "port" : "5998"
         },
         "longname" : "CEQ Hyde Test Server",
         "shortname" : "hyde testserver",
         "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"
         }
      }
   }
}
Look at the above that I actually edited and made a few changes. Are you using local login or eqemulator.net login?

See if those changes help you out.

Also you might want to look at the docker install of this and use it. It comes with a few more tools that make it a lot easier to run a server and update.
__________________
Freejacks EQ World
Just a place to adventure and do the things I did not do before and that was a long time ago.
Reply With Quote