Problem with sys powers

Discussion on running your own board and editing MajorMUD.
Post Reply
tetsuo
Posts: 14
Joined: Sat Jun 23, 2012 11:12 am

Problem with sys powers

Post by tetsuo »

On any account including the master sysop account anytime i try to use a sys command i just get command not recognized. What am I doing wrong here?


cjt
Posts: 135
Joined: Fri May 11, 2012 8:54 pm

Re: Problem with sys powers

Post by cjt »

If you want to provide your users Sys Gotos and Sys map, WCCMMUD.ini should look like this:

EXP_IN_TOPGANG=1
MAXIMUM_BANK_BALANCE=0
BLANK_LASTNAME_ALLOWED=1
SYS_LIGHTNING_KEY=SYSOP
SYS_STATUS_KEY=SYSOP
SYS_ADDLIFE_KEY=SYSOP
SYS_RETRAIN_KEY=SYSOP
SYS_ALIGNMENT_KEY=SYSOP
SYS_EDITEVIL_KEY=SYSOP
SYS_SPEAK_KEY=SYSOP
SYS_LISTUSER_KEY=SYSOP
SYS_LISTLIMIT_KEY=SYSOP
SYS_USERINFO_KEY=SYSOP
SYS_JAIL_KEY=SYSOP
SYS_CHANGE_KEY=SYSOP
SYS_BUFFERS_KEY=SYSOP
SYS_CLEARSUICIDE_KEY=SYSOP
SYS_REPORT_KEY=SYSOP
SYS_TOPTEN_KEY=SYSOP
SYS_DISBAND_KEY=SYSOP
SYS_RELOAD_KEY=SYSOP
SYS_VERIFY_KEY=SYSOP
SYS_GOTO_KEY=NORMAL
SYS_MAP_KEY=NORMAL

Sysop gets the SYSOP KEY, everyone else gets the NORMAL key.


jtolar
Posts: 1
Joined: Wed Jul 17, 2013 1:43 pm

Re: Problem with sys powers

Post by jtolar »

for ppl trying to figure this out You have to change the settings in the Security & Accounting options. Under WCCMMUD change your GAMOPKEY to NORMAL, then save and exit. then in the WGSERV directory create a text file called WCCMMUD.INI and set your setting in there. I allow anyone with the mudop key to perform all sysop functions and allow all users the sys map function. Here is my ini file.

LOGFILE=WCCMMUD.LOG
TRACK_LIMITED=1
LOG_SYSOP_COMMANDS=1
EXP_IN_TOPGANG=1
MAXIMUM_BANK_BALANCE=0
BLANK_LASTNAME_ALLOWED=0
SYS_LIGHTNING_KEY=mudop
SYS_STATUS_KEY=mudop
SYS_ADDLIFE_KEY=mudop
SYS_RETRAIN_KEY=mudop
SYS_ALIGNMENT_KEY=mudop
SYS_EDITEVIL_KEY=mudop
SYS_SPEAK_KEY=mudop
SYS_LISTUSER_KEY=mudop
SYS_LISTLIMIT_KEY=mudop
SYS_USERINFO_KEY=mudop
SYS_JAIL_KEY=mudop
SYS_CHANGE_KEY=mudop
SYS_BUFFERS_KEY=mudop
SYS_CLEARSUICIDE_KEY=mudop
SYS_REPORT_KEY=mudop
SYS_TOPTEN_KEY=mudop
SYS_DISBAND_KEY=mudop
SYS_RELOAD_KEY=mudop
SYS_VERIFY_KEY=mudop
SYS_GOTO_KEY=mudop
SYS_MAP_KEY=NORMAL
SYS_RESET_ROOMS=mudop
SYS_DISABLE_GANGS=mudop

Alo note that the log file does not truncate itself so you may want to edit your cleanup process to delete it every few days. I have mine set to delete every sunday at cleanup after the backup has fired. That way it is backed up before it is deleted.Hope this saves someone a few hours of figuring this out.


Larsen1906
Posts: 36
Joined: Fri Apr 19, 2013 3:04 pm

Re: Problem with sys powers

Post by Larsen1906 »

Anyone know what the ini line is to add goto any rooms? conjure etc...


telnet tdrbbs.ddns.net
Bloodrock
Posts: 305
Joined: Mon Jul 16, 2012 9:02 pm

Re: Problem with sys powers

Post by Bloodrock »

CODEC_OF_TWINKS=78


Post Reply