View Single Post
  #2  
Old 12-01-2022, 11:54 PM
thefusz
Sarnak
 
Join Date: Feb 2010
Posts: 35
Default Still needing help

So, I reset my eqemu_config.json

Code:
{
  "server": {
    "zones": {
      "defaultstatus": "0",
      "ports": {
        "low": "7000",
        "high": "7400"
      }
    },
    "qsdatabase": {
      "host": "localhost",
      "port": "3306",
      "username": "root",
      "password": "*******",
      "db": "peq"
    },
    "chatserver": {
      "port": "7778",
      "host": ""
    },
    "mailserver": {
      "host": "",
      "port": "7778"
    },
    "world": {
      "loginserver1": {
        "account": "",
        "password": "",
        "legacy": "1",
        "host": "login.eqemulator.net",
        "port": "5998"
      },
      "loginserver2": {
        "port": "5998",
        "account": "",
        "password": "",
        "host": "127.0.0.1"
      },
      "loginserver3": {
        "port": "5998",
        "account": "",
        "password": "",
        "host": "login.projecteq.net"
      },
      "tcp": {
        "ip": "127.0.0.1",
        "port": "9001"
      },
      "telnet": {
        "ip": "0.0.0.0",
        "port": "9000",
        "enabled": "true"
      },
      "key": "JZpwVJfyGRCM13M5thQcjv5Qfp0T0Nx",
      "shortname": "Project Gate [Velious]",
      "longname": "ProjGate"
    },
    "database": {
      "db": "peq",
      "host": "localhost",
      "port": "3306",
      "username": "root",
      "password": "*******"
    },
    "files": {
      "opcodes": "assets/opcodes/opcodes.conf",
      "mail_opcodes": "assets/opcodes/mail_opcodes.conf"
    },
    "directories": {
      "patches": "assets/patches/",
      "opcodes": "assets/opcodes/"
    }
  }
}
and now server is up and showing up but still nobody can connect, but I got a screenshot of this hoping someone can explain how to resolve?

Reply With Quote