Page 1 of 1

Question about sys commands

Posted: Thu Aug 02, 2012 7:45 am
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?

Re: Question about sys commands

Posted: Fri Aug 03, 2012 2:34 pm
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

Re: Question about sys commands

Posted: Fri Aug 03, 2012 3:58 pm
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?

Re: Question about sys commands

Posted: Mon Aug 06, 2012 2:52 pm
by Vandelay
What does that track limited items key do? does it input to the wccmud.log file when lims drop or something?

Re: Question about sys commands

Posted: Mon Aug 06, 2012 2:53 pm
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.

Re: Question about sys commands

Posted: Tue Aug 07, 2012 8:22 pm
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.