Help

Title keywords:
Content keywords:

Start  |  Last 10  |  Next 10  |  End

Rune Spell

Mana Cost : 45                Target    : None
Save      : None
Effect    : An explosive rune

This spell creates a magical rune that cannot be seen. The first person that
enters the area after it has been cast will cause the rune to explode in a
ball of fire that will do moderate damage to that person.

Sane Mind Spell

Mana Cost : 45                Target    : victim
Save      : None
Effect    : Clarity of thought

This spell clears the mind of a person afflicted with insanity.

See Also: Insanity

Savaena
( area city town village )

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

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

Save

Save your persona. This includes experience points, strength, gold, etc.,
INCLUDING all your equipment and possessions.  It will remember the
locations of your items when you next enter the game.  USE THIS COMMAND
OFTEN!  If the MUD crashes and you were not saved, you will not be
reimbursed.  Also note that whenever you die you are automatically saved,
so as soon as you get your equipment and money back from your corpse, save!

     IMPORTANT: If you are carrying items that are too expensive for you to
rent, the game WILL NOT save your equipment.  It will tell you "Saving
equipment....  Failed!"  If you see this, your equipment is NOT saved.  You
need to drop whatever item is pushing you over your rent limit, then save
again.  You will not be reimbursed if you failed to save because you were
carrying items that were too expensive. When you save you will also see
how close you are to your maximum storage capacity.

Note: This command sends a server log message to the immortals.  Unnecessary
and frequent use of this command will spam alerts to the immortals and agitate
them.

See Also: Rent, Crash, Saving Versus Spells

Saxons

A derivative of Anglo-Saxons, the "natives" of England when the Normans
(French/Viking) invaded.  They were treated badly and the land plundered
by the Normans to pay for conquests of other nations.  It was in this
atmosphere that Robin Hood started to fight against the nobles and the
Sheriff.

See Also: Normans

Say Talk Whisper Yell Ask Communication

If you consider communicating with other beings, you might be understood
better if you start your sentences with either say,tell,whisper or shout.
Example : say I'm a jerk
          talk unclesam You're dead meat - sucker!
          talk johndoe Hey there

You can use ' as a shorthand for say, as in:

' hello there.

You can also use " as shorthand for talk, example:

" johndoe Hello.

Other notes: SAY allows everyone in the room to see what you say.
             TALK says something to a specific person, everyone in the
                  room can see what you are saying
         YELL allows everyone in your zone to see what you say.
             WHISPER only the person you whisper to can see what you say.
             ASK only the person you ask can see what you say.

See Also: Tell, Gtell, Commune, Meditate

Scelestus River
( area )

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

The Scelestus River flows from several streams, creeks, melting ice from
atop the mountain, and a current flowing from the underwater caverns.  The
river forms by the mines of Khlaro and runs east to a ferocious waterfall.
Anyone caught in the waterfall will surely be thrown off by the raging
waves and fierce current.  It's a long drop that would hurt even the
strongest adventurer and possibly even result in death.  Following the
river to the end, you will discover that it drains into the Haunted Sea by
the docks.

Level Range: (Low to Mid)

See Also: Ark'num, Ark'num Areas

Score

   Allows you to see personal information on your character.  Lets you
see your stats, your ac, your total experience, your experience till next
level, and much more!

See Also: Self

Screen
( auto width height )

You can set the height and width to which you wuld like most of the MUD's output
formatted:

    screen height <newValue>  -- Number of lines for paged output.

    screen width  <newValue>  -- Width of descriptions and most output.

The minimum settings are 25 for height and 80 for width which just happens to
be the default settings for a terminal.

Additionally, you can enable/disable auto screen detection via the following auto
commands:

    auto width   -- Screen width auto detected from MUD client.

    auto height  -- Screen heiht auto detected from MUD client.

The auto width and height functionality requires that your MUD client sends this
information along when you resize your client.


Scriptlets

Hello <?= @N ?>,

    Scriptlets are a way to embed dynamic content via BlobbieScript
evaluation into almost anything that can be output. This is an example of
scriptlet embedding in the help system. Anything that can be done in a
BlobbieScript can be done here. For instance the following scriptlet:

    Name: &lt;?= @N ?&gt;
    Race: &lt;?= %stringUcFirst( %getRace( @N ) ) ?&gt;
    Hits: &lt;?= @n->hits ?&gt;
    Mana: &lt;?= @n->mana ?&gt;
    Move: &lt;?= @n->moves ?&gt;

Produces the following output:

    Name: <?= @N ?>
    Race: <?= %stringUcFirst( %getRace( @N ) ) ?>
    Hits: <?= @n->hits ?>
    Mana: <?= @n->mana ?>
    Move: <?= @n->moves ?>