Thread: Please Help
View Single Post
  #4  
Old 04-22-2019, 09:11 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Sometimes people are not paying enough attention to details in their config (typos, etc). Example; You had "blocked", instead of "locked" ALSO, make sure the longname and shortname in your config, are exactly the same (all characters) as the database. If you're logging in from the same computer as the server, this will work for you.
Code:
{
     "server" : {
          "chatserver" : {
               "host" : "127.0.0.1",
               "port" : "7778"
          },
          "database" : {
               "db" : "peq",
               "host" : "127.0.0.1",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "directories" : {
               "logs" : "logs/",
               "lua_modules" : "lua_modules/",
               "maps" : "maps/",
               "patches" : "./",
               "plugins" : "plugins/",
               "quests" : "quests/",
               "shared_memory" : "shared/"
          },
          "mailserver" : {
               "host" : "127.0.0.1",
               "port" : "7778"
          },
          "qsdatabase" : {
               "db" : "peq",
               "host" : "127.0.0.1",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "world" : {
               "http" : {
                    "enabled" : "false",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "9npveFWHdhWCrqEkKbpJiPHPawh74Wt",
               "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" : "OLD TAMPER OF KERAFYRM RoF2 [EXP + / loot +] [Solo / group / raid]",
               "shortname" : "AkkasPEQInstaller",
               "tcp" : {
                    "ip" : "127.0.0.1",
                    "port" : "9000",
                    "telnet" : "disable"
               }
          },
          "zones" : {
               "defaultstatus" : "0",
               "ports" : {
                    "high" : "7500",
                    "low" : "7000"
               }
          }
     }
}
Reply With Quote