Question about sys commands

General MajorMUD Discussion
Post Reply
nitebane21
Posts: 18
Joined: Sun Jul 08, 2012 4:36 pm

Question about sys commands

Post by nitebane21 »

My wccmmud.ini file looks like this:
SYS_LIGHTNING_KEY=AragonKey
SYS_STATUS_KEY=AragonKey
SYS_RETRAIN_KEY=AragonKey
SYS_EDITEVIL_KEY=AragonKey
SYS_SPEAK_KEY=AragonKey
SYS_LISTUSER_KEY=AragonKey
SYS_LISTLIMIT_KEY=AragonKey
SYS_USERINFO_KEY=AragonKey
SYS_JAIL_KEY=AragonKey
SYS_CHANGE_KEY=AragonKey
SYS_BUFFERS_KEY=AragonKey
SYS_CLEARSUICIDE_KEY=AragonKey
SYS_REPORT_KEY=AragonKey
SYS_TOPTEN_KEY=AragonKey
SYS_DISBAND_KEY=AragonKey

I need to add Add Life to the list of sysop only commands. What is the command that I need to enter into wccmmud.ini?


User avatar
ODSBBS
Posts: 36
Joined: Sat Jun 30, 2012 12:01 pm
Contact:

Re: Question about sys commands

Post by ODSBBS »

nitebane21 wrote:My wccmmud.ini file looks like this:
SYS_LIGHTNING_KEY=AragonKey
SYS_STATUS_KEY=AragonKey
SYS_RETRAIN_KEY=AragonKey
SYS_EDITEVIL_KEY=AragonKey
SYS_SPEAK_KEY=AragonKey
SYS_LISTUSER_KEY=AragonKey
SYS_LISTLIMIT_KEY=AragonKey
SYS_USERINFO_KEY=AragonKey
SYS_JAIL_KEY=AragonKey
SYS_CHANGE_KEY=AragonKey
SYS_BUFFERS_KEY=AragonKey
SYS_CLEARSUICIDE_KEY=AragonKey
SYS_REPORT_KEY=AragonKey
SYS_TOPTEN_KEY=AragonKey
SYS_DISBAND_KEY=AragonKey

I need to add Add Life to the list of sysop only commands. What is the command that I need to enter into wccmmud.ini?

SYS_ADDLIFE_KEY=AragonKey


Did you plan to log things to a file? such as use of the commands or other misc things?


LOGFILE=WCCMMUD.LOG
TRACK_LIMITED=1
LOG_SYSOP_COMMANDS=1
EXP_IN_TOPGANG=1
KID_GLOVES=1
SYS_LOG_DEATHS=1
SYS_DISABLE_GANGS=WCCGAMEOP
SYS_RESET_ROOMS=WCCGAMEOP
SYS_LIGHTNING_KEY=WCCGAMEOP
SYS_STATUS_KEY=WCCGAMEOP
SYS_ADDLIFE_KEY=WCCGAMEOP
SYS_RETRAIN_KEY=WCCGAMEOP
SYS_ALIGNMENT_KEY=WCCGAMEOP
SYS_EDITEVIL_KEY=WCCGAMEOP
SYS_SPEAK_KEY=WCCGAMEOP
SYS_LISTUSER_KEY=WCCGAMEOP
SYS_LISTLIMIT_KEY=WCCGAMEOP
SYS_USERINFO_KEY=WCCGAMEOP
SYS_JAIL_KEY=WCCGAMEOP
SYS_CHANGE_KEY=WCCGAMEOP
SYS_BUFFERS_KEY=WCCGAMEOP
SYS_CLEARSUICIDE_KEY=WCCGAMEOP
SYS_REPORT_KEY=WCCGAMEOP
SYS_TOPTEN_KEY=WCCGAMEOP
SYS_DISBAND_KEY=WCCGAMEOP


MegaMUD BBS (ODS BBS)
Operation DataStorm BBS
http://bbs.MegaMUD.com
http://ods.ods.net
~ Since 1987 ~
nitebane21
Posts: 18
Joined: Sun Jul 08, 2012 4:36 pm

Re: Question about sys commands

Post by nitebane21 »

Thanks! I hadn't but may start to. I had given users the add life command but noticed some abuse of it when looking through the WG scrollback. I'm the only one with more than map, goto, align so I'm not too worried now that life is out. What is the Kid Gloves flag?


Vandelay
Posts: 14
Joined: Fri Jun 15, 2012 10:23 pm

Re: Question about sys commands

Post by Vandelay »

What does that track limited items key do? does it input to the wccmud.log file when lims drop or something?


Vandelay
Posts: 14
Joined: Fri Jun 15, 2012 10:23 pm

Re: Question about sys commands

Post by Vandelay »

and kid gloves is like...when you go to get chitin armour and dont have all the pieces or money, it wont just take what you have and not give you anything if you don't have enough. it will actually return it to you.

think that's what that is at least.


User avatar
ODSBBS
Posts: 36
Joined: Sat Jun 30, 2012 12:01 pm
Contact:

Re: Question about sys commands

Post by ODSBBS »

Vandelay wrote:What does that track limited items key do? does it input to the wccmud.log file when lims drop or something?
Yes the track limited set to 1 will log limited items when they are picked up, dropped, or exchanged among people... just make sure you define a log file name, or else it won't do anything heh.

Honestly, I forgot what the kid gloves thing does... maybe thats what it does, I just remember reading one of the WCC text files in the directory and it had a description in there.


MegaMUD BBS (ODS BBS)
Operation DataStorm BBS
http://bbs.MegaMUD.com
http://ods.ods.net
~ Since 1987 ~
Post Reply