View Single Post
  #7  
Old 07-11-2018, 12:06 PM
Cusser
Sarnak
 
Join Date: Sep 2017
Posts: 89
Default

To set your server in locked mode, go into your main server folder and open up the eqemu_config.json file with a text editor.
Right above the loginserver line, should be a "locked" line like the one below. If that is set to "true" when your server starts,
it will be locked on launch. Or more simple, when you are logged into the game with a GM toon, just type #lock. That will lock
your server until you restart it next time. Or type #unlock to let your friends in, then #lock it again.

Code:
"locked" : "false",
               "loginserver" : {
                    "account" : "",
                    "host" : "login.eqemulator.net",
                    "legacy" : "1",
                    "password" : "",
                    "port" : "5998"
Reply With Quote