PDA

View Full Version : How Do I LOCK a server created with latest Akka's Repack


Riklin
08-05-2018, 02:38 PM
I recreated my test server on a new rack with tons more resources, but cannot figure out how to "LOCK" the server. With the old config file, you could use </locked>, but with this new json version of the config file, I have not been able to figure it out.

Again, I would like to know how to "LOCK" the server using the new eqemu_config.json file.

BTW, this repack is by far the easiest setup I have ever experienced! I have set up EQEMU servers in many different OS's, done the steps completely manually, etc. This setup script is truly a gift! Excellent work Akka!


Thanks again...
Riklin (Halls Havoc server)

Kingly_Krab
08-05-2018, 02:54 PM
Log in and use #lock to lock and #unlock to unlock.

Cusser
08-05-2018, 04:27 PM
Tip : For those used to the old xml config, first rename the json file. (Example - eqemu_config-off.json) Fill out the old
eqemu_config.xml the way you want it, then on startup, the xml file will be converted over to .json

Akkadius
08-05-2018, 05:49 PM
This is clearly explained in the docs for the config

https://github.com/EQEmu/Server/wiki/eqemu_config#world

Riklin
08-05-2018, 10:39 PM
Just to be sure I understand the "clearly explained in the docs" documentation... Is this what is meant? These 2 lines are the 2 last lines of the example world part of the config file, plus what I think you mean needs added from the docs.

"shortname": "Akkas PEQ Installer",
"longname": "Akkas PEQ Installer",
"locked": "true"

Is this correct?

Akkadius
08-05-2018, 10:40 PM
That is correct

Riklin
08-05-2018, 10:49 PM
OK. I tested and confirmed this works. Thank you for explaining.