MajorMUD:Documentation: Difference between revisions

From Wiki³
mNo edit summary
Line 61: Line 61:
= References =
= References =
{{reflist}}
{{reflist}}
[http://www.majormud.com/ MajorMUD] is Copyright &copy; 2014 [http://www.metrobbs.com/ Metropolis, Inc.] and is not affiliated with this site.<br/>


</span>
</span>
[[Category:Gaming]]
[[Category:Gaming]]
[[Category:MajorMUD]]
[[Category:MajorMUD]]

Revision as of 13:49, 16 July 2014

Icon  Back to Category:MajorMUD

The documentation and configuration files for MajorMUD are sometimes confusing and archaic, for this I have created this section. Hopefully this will relieve the stress from figuring out what is what.

General

  • WCCMMPLS.DOC: MajorMUD Plus! Entertainment Edition Documentation &#151; contains information on what comes with plus.
  • WCCMMUD.DOC: MajorMUD User Documentation &#151; contains information on character creation, commands and customizing the mud environment.
  • WCCMMUD.LIC: MajorMUD License &#151; contains the limited warranty and license
  • WCCMMUD.NOT: MajorMUD Release Notes &#151; contains the user changelog from Version 0.1e to current (1.11p).

Sysop

  • WCCMMPLS.REL: MajorMUD Plus! Entertainment Edition Readme &#151; contains information on installation, configuration and sysop functions.
  • WCCMMSYS.NOT: MajorMUD Sysop Functions &#151; contains information on the sysop menu and in-game commands.
  • WCCMMSYS.REL: MajorMUD Sysop-Only Release Notes &#151; contains the sysop-only changelog from Version 1.1n to current (1.11p).
  • WCCMMUD.RLN: MajorMUD Readme &#151; contains information on installation, configuration and troubleshooting.

Configuration

  • WCCMMUD.INI: MajorMUD Sysop Command Config &#151; contains general, logging and sysop command settings.

Tweaks

Two-Handed Weapon MegaMud Fix

In v1.11p they changed the way two-handed weapons were displayed, for anyone who's curious, here's the fix for this to set them back to what they used to be.

Use Hex Workshop or equivalent in order to make the changes.

  • 0x392D7: 68 41 49 48 00 => 68 4F 49 48 00

Codec of Twinks

The codec of twinks is a hidden Sysop option in the WCCMMUD.INI configuration file. With this option enabled you will have access to an additional array of Sysop commands.

To enable this option edit or create the file WCCMMUD.INI in your main BBS folder (C:\WGSERV). Add the line for the codec of twinks as follows then save and restart your BBS.

CODEC_OF_TWINKS=78

Additional Commands

This is the complete list of additional commands that are added by the codec of twinks.

  • 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

There are also commands that require you to be located in a certain room in order for them to work, these include the invasions and the alignment and high level spell stuff.

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
  • LEARN SPELL : 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)

Support Chamber

From the support chamber you can now start monster invasions, which can be summoned at max once per day. Again there is no need to proceed the command with SYS as long as you are in the Support Chamber.

  • ORC INVASION
  • RED INVASION
  • CULT INVASION
  • GREEN INVASION
  • DUERGAR INVASION
  • SARACEN INVASION

References

MajorMUD is Copyright © 2014 Metropolis, Inc. and is not affiliated with this site.