View Single Post
  #4  
Old 05-30-2019, 11:31 AM
Michelle-Bishop
Fire Beetle
 
Join Date: Apr 2019
Posts: 22
Default

I keep having this issue. Might have found out finally when it happens.


I am unable to connect to the server select screen when my Wifi is Off. Once I turn it on, and connect to our internet, I can then get past the login/password screen and connect. I thought I was able to play without having an active internet connection / Wifi Off.

Here's the config I am using now that is working when I have a connection live.
---

Code:
{
     "server" : {
          "chatserver" : {
               "host" : "192.168.1.68",
               "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" : "192.168.1.68",
               "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" : "192.168.1.68",
               "locked" : "false",
               "loginserver" : {
	"account" : "",
	"host" : "192.168.1.68",
	"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"
               }
          }
     }
}


And again, now I can log in after I turned my wifi off like I thought I was doing before. I also shut my PC down and didn't touch my wifi and I was able to log in just fine. I don't understand why this is happening, or how to fix that. Once I am stuck with not being able to log in, I cannot log back into the game unless I connect back to our WIFI for some odd reason.
Reply With Quote