wccmmud.ini

Discussion on running your own board and editing MajorMUD.
User avatar
Drizzt
Posts: 34
Joined: Sat Sep 22, 2012 9:11 am
Contact:

wccmmud.ini

Post by Drizzt »

anyone have a ini I can use to copy paste for sys map and sys goto as well as codec of twinks?


User avatar
syntax
Site Admin
Posts: 517
Joined: Tue Jun 02, 2009 10:02 am

Re: wccmmud.ini

Post by syntax »

Found this in another thread, let me know if it doesn't work.

EXP_IN_TOPGANG=1
BLANK_LASTNAME_ALLOWED=1
SYS_MAP_KEY=
SYS_GOTO_KEY=
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_CLEARSUICIDE_KEY=SYSOP
SYS_REPORT_KEY=SYSOP
SYS_TOPTEN_KEY=SYSOP
SYS_DISBAND_KEY=SYSOP
CODEC_OF_TWINKS=78
DISABLE_GOSSIP=GIDIOT


Bloodrock
Posts: 301
Joined: Mon Jul 16, 2012 9:02 pm

Re: wccmmud.ini

Post by Bloodrock »

the key has to be the same in the .ini file and mud setup so with this ini goto and map are blank so mud setup has to be blank


User avatar
Drizzt
Posts: 34
Joined: Sat Sep 22, 2012 9:11 am
Contact:

Re: wccmmud.ini

Post by Drizzt »

trying some different edits and helps to have the commands


User avatar
Drizzt
Posts: 34
Joined: Sat Sep 22, 2012 9:11 am
Contact:

Re: wccmmud.ini

Post by Drizzt »

also what are all the codec commands?


User avatar
syntax
Site Admin
Posts: 517
Joined: Tue Jun 02, 2009 10:02 am

Re: wccmmud.ini

Post by syntax »

So, better info from https://kyau.net/wiki/MajorMUD:Documentation

wccmmud.ini
-----------------------------

Code: Select all

# GENERAL
BLANK_LASTNAME_ALLOWED=1
CODEC_OF_TWINKS=78
EXP_IN_TOPGANG=1
MAXIMUM_BANK_BALANCE=0
UPDATE_SPEED=0

# LOGGING
LOGFILE=WCCMMUD.LOG
LOG_SYSOP_COMMANDS=0
TRACK_LIMITED=0
SYS_LOG_DEATHS=0

# SYSOP COMMANDS
SYS_DISABLE_GANGS=MMUDNOGANG
SYS_ADDLIFE_KEY=MMUDGOD
SYS_ALIGNMENT_KEY=MMUDGOD
SYS_DISBAND_KEY=MMUDGOD
SYS_EDITEVIL_KEY=MMUDGOD
SYS_RESET_ROOMS=MMUDGOD
SYS_RETRAIN_KEY=MMUDGOD
SYS_SPEAK_KEY=MMUDGOD
SYS_TOPTEN_KEY=MMUDGOD
SYS_BUFFERS_KEY=MMUDOP
SYS_CHANGE_KEY=MMUDOP
SYS_CLEARSUICIDE_KEY=MMUDOP
SYS_JAIL_KEY=MMUDOP
SYS_LIGHTNING_KEY=MMUDOP
SYS_USERINFO_KEY=MMUDOP
SYS_LISTLIMIT_KEY=MMUDELITE
SYS_LISTUSER_KEY=MMUDELITE
SYS_REPORT_KEY=MMUDELITE
SYS_STATUS_KEY=MMUDELITE
SYS_GOTO_KEY=DEMO
SYS_MAP_KEY=DEMO
CODEC_OF_TWINKS commands
------------------------------------
  • Summon monsters, items or spells to your current location.
    SYS SUMMON <monster number>, SYS SUMMON <item>, SYS SUMMON <spell>
  • Teleport to any map and room in the game.
    SYS E <room#> <map#>
  • List a users Quest Flags (ie. what they have completed).
    SYS GOD <character> ABILITIES
  • Tweak the statistics of everyone simultaneously, or reset all edits to this.
    SYS TWEAK and SYS EDIT CLEAR

    Expanded info from: http://thenexusbbs.com/majormud1/traini ... ysop-hack/

    SYS TWEAK [command] – Valid edits:
    HP, INTELLECT, WISDOM, STRENGTH, HEALTH, AGILITY, CHARM, EXPERIENCE, LIGHT, LEVEL, MANA, GOLD, UserDefined, EVIL CLASS, RACE, LIVES, COPPER, REVISION
Room #238 Map #1

From this room you can use the following commands. They do not need to be proceeded by SYS, just issue the commands.
  • EXPME : gives experience points
  • GOODRING : gives you the good alignment quest ring
  • NEUTRING : gives you the neutral alignment quest ring
  • EVILRING : gives you the evil alignment quest ring
  • GOOD[1-5] / NEUT[1-5] / EVIL[1-5] : gives you complete flags for alignment quests at the level you assign
  • LEARNSPELL : gives you the spells: Eye of Magnus, Bigheal, Combat Fury, Death Gaze, Glove of Invulnerability, Judgement of Doom, Negate Magic, Sphere of Isolation (must be a caster class in order to get these)


User avatar
Necrosaro420
Posts: 116
Joined: Tue Jan 17, 2012 2:16 am

Re: wccmmud.ini

Post by Necrosaro420 »

Im playing on my personal board....I have the huge EDITED next to my name. The "sys edit clear" command does nothing, just says command not recognized? Also, when I do say sys tweak hp Just says No command done. Any ideas?


User avatar
BearFather
Posts: 652
Joined: Sun Feb 09, 2014 6:27 pm
Location: Portland, OR
Contact:

Re: wccmmud.ini

Post by BearFather »

Yeah cause you have summon or used sys tweak. You can remove it in nmr in the user editor. But will come back if you sys summon or sys tweak again.

Now sys tweak kinda worthless since next time you relog it retrains you and you loose the tweak. But no command means you didnt use the right command. It's tricky one. I think you want sys tweak necro hp 100, but in truth I have only used it a couple times so the syntax might be wrong.


Bloodrock
Posts: 301
Joined: Mon Jul 16, 2012 9:02 pm

Re: wccmmud.ini

Post by Bloodrock »

the sys userinfo listed for things in wccmmud.ini does not work unless i am not typeing it correctly. tryed bunch and not one has worked like sys userinfo charname nothing sys info or user charname nothing. has anyone seen it work if so what is correct command to type?????


Magee
Posts: 2
Joined: Fri Dec 15, 2017 5:00 pm

Re: wccmmud.ini

Post by Magee »

Its "sys god <user> info"



Btw found another wccmmud.ini option:

+ Version 1.11p - 12/30/05 +

6) Added a new ini flag for returning items/coin to players
if they try to purchase from an NPC with the wrong
amount. To enable this feature add the following to your ini:
KID_GLOVES=1
If there is no entry for this, then it will behave as
before.


Post Reply