Quote:
Originally Posted by JrFaust
Is there more info on this type of setup? Or is it that simple?
Just have people setup an account here. Then an LS account. Then create their account on my server and change the status to something other than 0, or is there a minimum status number?
Thank you for your time.
|
I haven't looked in detail at this, but the way I see it, you have to be level 100 or higher in order to be able to log into a locked server. that would make you a GM. and ,since it would give you other privelges, you would have to lower this , in order to isolate the one command (say level 10), make sure new players have to be 0, let your friends make their accounts, then lock the server , raise their account to 10 .
you would have to change the #zone command to your MySql database;
Code:
INSERT INTO commands(command,access) VALUES ('zone',10);
This will over ride the default command.
The setback is, your friends will be able to use the GM #zone command, in game.