Thread: Please Help
View Single Post
  #11  
Old 07-15-2018, 04:36 PM
Cusser
Sarnak
 
Join Date: Sep 2017
Posts: 89
Default

If you are using the same computer for both playing and server, then try this config setup. BACKUP your old config first,
then copy and and paste this to be saved as eqemu_config.json
This is the same one I use for testing. EDIT the account/password information. I added some stuff already for you from the
config you already posted, but check that out as well.

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" : "QcbSGweUsE4SChXuncWLqwdY83jmFrx",
               "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" : "Bones of the ancient tomb of Solusek Ro [x5xP(Group x7xP][AAx7xP][Loot-VeryHigh]",
               "shortname" : "AkkasPEQInstaller",
               "tcp" : {
                    "ip" : "127.0.0.1",
                    "port" : "9000",
                    "telnet" : "disable"
               }
          },
          "zones" : {
               "defaultstatus" : "0",
               "ports" : {
                    "high" : "7400",
                    "low" : "7000"
               }
          }
     }
}
Reply With Quote