View Single Post
  #15  
Old 05-02-2019, 08:22 PM
Michelle-Bishop
Fire Beetle
 
Join Date: Apr 2019
Posts: 22
Default

I did forget to do that. I just changed it now, tried both IP addresses without the 1 at end and still same issue.

Does the port need to be changed to 5999? I see on other guides it is.


[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 100.0.0
auto_create_accounts = TRUE


Code:
{
     "server" : {
          "chatserver" : {
               "host" : "10.0.0.100",
               "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" : "10.0.0.100",
               "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" : "jSx0rDQnhBlY72zPJEABOErxZI1ZEBz",
               "localaddress" : "10.0.0.100",
               "locked" : "false",
               "loginserver" : {
	"account" : "",
	"host" : "10.0.0.100",
	"legacy" : "0",
	"password" : "",
	"port" : "5998"
 },
               "longname" : "Kera's Server",
               "shortname" : "keraserver",
               "tcp" : {
                    "ip" : "127.0.0.1",
                    "port" : "9000",
                    "telnet" : "disable"
               }
          },
          "zones" : {
               "defaultstatus" : "0",
               "ports" : {
                    "high" : "7400",
                    "low" : "7000"
               }
          }
     }
}

[LoginServer]
Host=10.0.0.100:5998
Reply With Quote