Help

Title keywords:
Content keywords:

Start  |  Last 10  |  Next 10  |  End

Announce Levels
( AnnLevels )

 This command is a toggle switch which will tell the mud whether you want
people who have SeeLevels on to see that you advance a level.
It will be announced to all of those that have SeeLevels when
you achieve another level.

    Usage: AnnLevels

See Also: See Levels, Levels

Ansi Colour
( color )

By default the Worlds of Carnage outputs ansi colour codes to your client.
If for some reason you do not want colour (most likely because you're playing
on a non-standard white background) then you can toggle them on and off with
any of the following commands:

    ansi
    colour
    color

It is worth mentioning that many area builders use colour to draw your
attention to certain details. By disabling ansi colour you will be making
the game more difficult for yourself.

See Also: Prompt Colour Macros, Colour Spray Spell

Antimagic Spell

Mana Cost : 65                Target    : victim
Save      : Vs. no affect
Effect    : Makes good mages clutzy

This spell is of most use against a magic user, as it causes the victim to
fumble his/her spells, and thus, they often fail to cast.  Magic users who are under the influence of the antimagic spell are no more terrifying than a heavy thunderstorm...  There is even the possibility that the victim's spells may backfire and turn against the caster!

Antioch
( area city town village )

Creator: <?= %areaGetStat( antioch, creator ) ?>
Continent: <?= %areaGetStat( antioch, continent ) ?>

<?=
    %stringFormat(
    \   %areaGetStat( antioch, description ),
    \   @n->flags->ansiColour, 80 )
?>

Arachnos
( area )

Creator: <?= %areaGetStat( arachnos, creator ) ?>
Continent: <?= %areaGetStat( arachnos, continent ) ?>

<?=
    %stringFormat(
    \   %areaGetStat( arachnos, description ),
    \   @n->flags->ansiColour, 80 )
?>

Archery Skill

It sure is the life of a ranger to sit in the back ranks and shoot arrows at
your enemy from afar. With this skill a budding ranger can use a bow and arrow
to pick off their enemies. The damage depends on how good you are, your level,
the power of the bow, and of course the quality of the arrow. To shoot an
arrow you use the shoot command.

    Usage:

    shoot <victim>

    Example:

    shoot <?= %randPlayer() ?>

See Also: Double Shot Skill, Triple Shot Skill

Ark'num
( area continent arknum )

Creator: <?= %areaGetStat( arknum, creator ) ?>
Continent: <?= %areaGetStat( arknum, continent ) ?>

<?=
    %stringFormat(
    \   %areaGetStat( arknum, description ),
    \   @n->flags->ansiColour, 80 )
?>

See Also: Ark'num Areas

Artisan Skill

The crafting and repair of most everyday items is a simple skill with simple
requirements. Then there are the more complex things in that require a touch
of the artistic to truly bring out the best of beauty and function. Those
with the artisan skill are trained to recognize the exceptional qualities in
objects. The artisan skill does not have a tangible use, but it is a precursor
to more artistic skills such as artifact repair.

See Also: Repair Artifact Skill

Assist


Usage: assist <target>

  Join in the battle and fight whoever <target> is fighting!

See Also: Kill, Hit

Astral Plane
( area )

Creator: <?= %areaGetStat( astral, creator ) ?>
Continent: <?= %areaGetStat( astral, continent ) ?>

<?=
    %stringFormat(
    \   %areaGetStat( astral, description ),
    \   @n->flags->ansiColour, 80 )
?>