/
mudd/docs/html/
mudd/world/
#HELPS

0 GREETING~
                          _
                      :::! !!!!!:.
                  .xUHWH!! !!?M88WHX:.              ... Welcome to ...
                .X*#M@$!!  !X!M$H$O$HWWx:.            Lands of Chaos
               :!!!!!!?H! :!$!$H$H$O$H$HOX:
              !!"  ":"!! :"!$!#$H$H$O$H$HOX:            Running on
             :!"!:!H!<   -.U$X!?R$H$SO$H$MM!        Locmud 3.0.1347 (c)
             "!"!!!!-- .:XW$S$U!!?$H$O$H$MM!
              `!:--- .:!M"T#$S$SWX??#MRRMMM!      Implementors / Coders
               `?WuxiW*`   `"#$S$SO!!!!??!!!            
Giest
             :X- M$H$H       `"T#$T-!8$WUXU'            
            :%`  "#$H$m:     *  '!' ?$SOS
          :!`.-   "T$H$HOxx.  .xWW- '""##*"      Builders / Game Designers
.....   -'::<` !    "?T#$H@@W@*?$H    * /`                Gausser
W$@@M!!! .!"" !!     .:XUW$W!' `"':    :                  Akira
#"""`.:x%`!!  !H:   !WM$S$STi.: .!WUn+!'                  Zurok
:::":!!`:X' .: ?H.!u "H$S$S$S!W:U!T$SM'
.""   :X@!.-'   ?@WTWo("*$S$W$THS! `
Wi.'!X$?!-'    : ?SS$S$Wu("**$SM!
$S@i.'" !     :   "SH$O$H$Pen:'`  If you find any bugs, or have suggestions,
?MXT@Wx.'    :     `"##*$SSSM'    please don't be shy, and let us know. Thanks.
 
~

101 SOCIETY SOCIETIES~
Societies are groups of mobiles which work together to achieve goals.
They are populations which grow and expand from a home base, and eventually
should be able to send out war parties, make new societies in different
places, and defend themselves, as well as making items for trade.

The way societies work is this: A society has a certain set of rooms
and mobs assigned to it, indexed by the start number for the rooms and
the mobs. 

This means if you want to make a society, you should start with a block
of rooms and mobs which are unused by anything else and then start to
work from there.


Also, it has been coded so that all mob/object locations are saved
on reboot crash (theoretically!) so we can do this and have
it make sense as the state of the society will not change over
reboots (barring really bad crash...)

Societies are broken up into castes. There is one special caste,
called the children's caste which is where all of the mobs of this
society start. Then, once they are grown up (having passed through
several stages...the children become adults and randomly pick certain
caste paths as set by the maker. These things then advance within
their castes until there are too many of them, and they fight or leave.


But note that this also works with other kinds of societies, if you
have a society of mages and make apprentices the starting thing
and then have different mages of different elemental specialties,
this code should be able to handle it. Or novice priests who
then pick which god they will worship or something like that, or
novice drugdealers who then pick their drug of choice to sell :P.


There are a lot of things which can be set in societies, and the
editor is much like that of the spell editor or mob editor. The command
to use is SOCIEDIT create or SOCIEDIT (number) or SOCIEDIT (name).

The SOCIETY command lets you see information on societies without entering
the editor, but the format is the same.

See help SOCIEDIT
~

0 SOCIEDIT~
The Syntax to start this is SOCIEDIT create or SOCIEDIT <number> or
SOCIEDIT <name>. Type Society list to see a list of all societies.

Also, when you are making up the percentage chances for things to
advance within a society, remember that the society data is only
checked about once every 20 minutes for a possible update, but the
society should always remain the way it is over reboots and crashes,
so if noone gets to the society for months of rl gametime...it will
be a huge thing if you set the maxxes too high. I have no idea
what will make good numbers for these things really.




There are several commands you can use at the society level:

name <string>       Sets the society name.
room_start <num>    Sets the room near where all the mobs start.
num_rooms <num>     This sets how many rooms beyond the room_start room
                    the mobs will pop in. When this number is 0, the
	            mobs only pop in the room_start room.

There are also flagnames you can set, like warlike, aggressive, spawning
		    xenophobic, explorer, builder, destructible..these
		    dont do much yet.   

Most of the information gets done in the castes.
The following commands assume that the first part of your command is


caste <number> where <number> is a number from 0 to 9.

delete                      Delete this caste.
name                        Set the name of the caste 
rank <number>               Sets the number of ranks in the caste (up to 5) 
                            NOTE THAT THE RANKS ARE NUMBERED 0 to 4 or
                            0 to 3 and not 1 to 5 or 1 to 4.   

                            If the child fails all pick percents, then
                            it remains a child until the next check.
mob_start <number>          This is the vnum of the first member of the caste.
                            The other types of things in the caste must
                            be the subsequent vnums (up to 4 more for a total
                            of 5 ranks).
maxpop <rank_number> <maxpop> This sets the max population of the given rank
                            in the current caste to this number.
advance or
adv_chance <rank_number> <number> If the rank_number is 0, this is the chance
                            that a given child which is growing up picks this
                            particular caste. If the number is from 1 up to
                            the number of ranks, then this chance is the 
                            chance that a given member of a lower tier 
                            advances to this tier during each check.      
 
Someday there will be things set up so that different castes have
different "goals" as or some such thing like mining or selling or making
or guarding or whatever.

       
~

0 IMPALE~
When you wield a polearm, you can use the impale skill to land a
devastating blow onto your opponent.


~

0 SHOOT~
You can now shoot enemies up to 4 rooms away, depending on
the bow you use. Each bow/arrow combination has different ranges,
aiming times, shots per quiver and damage multipliers. To shoot
someone, type shoot <name>.

Arrows and bows can be forged with the forge command, and the more
powerful the material these items are made of, the harder you
hit. The power of the hit is determined by the weaker of the two
materials, so you cannot just use a weak bow with strong arrows
or a weak arrow with a strong bow and expect to get much damage.
The high end damage is really high, but it is also hard to
keep forging these items over and over.

Arrows disappear after they are used, whether they hit the target, or not.


~

0 LOAD UNLOAD~
This command lets you load a missile weapon you are holding, or a siege
engine in the room.


Syntax: Load            This attempts to load all missile weapons you
	                are holding.

Syntax Load <ammo>      This attempts to load the ammo you specify into
                        the first bow possible.

Syntax Load <ammo> <siege engine> This attempts to load a piece of ammo
                        you are holding into a siege engine in the room.

Unload <thing>          Removes any ammo that the thing has. The thing can
                        be anything in the room, or which you are holding.

~

0 THROW~
You can throw a piercing weapon, or an axe. It is strongly suggested
that you throw forged weapons only, since this will give you
huge bonuses to damage. The higher end damage from throw is enormous,
but you must consider how hard it is to get the materials to keep
forging them, since thrown objects disappear when they are thrown,
whether they hit the target, or not.

~

0 CHOOSESIDES CHOOSE~
At level 20 you will be transported to the room of choosing then you 
choosesides evil or choossides good. This then decides what you
will be for the rest of the game.
~

0 FIRESHIELD~
When you cast this spell on yourself, you are surrounded by a torrent
of fire which will deal damage to people who engage you in melee
combat.
~

0 MOTD~
Welcome to the Lands of Chaos 3 builder port...
Build: 1459
 
 
 
 
~

0 TRANSFORM~
You lose *ALL* warpoints when you remort now so no more hoarding
and then getting 3 remorts at once!!!!

The transform command is what remorts you. To use it, you must
be in the remort chamber and type

transform <stat> <stat> <stat>

For remorts 1-6 you must pick 3 different stats to improve. Be
sure to spread out the stats so you don't run out of room
in them. After remort 6, you can put the stats wherever you want.


You gain 1 damroll per remort, and 1/2 skill, 1/2 proficiency, 1/2 
natural casting level, and 1 spell, rounded up. Your spell power 
also increases a little bit. You will also gain 1/2 hp per level
per remort over and above any consititution points you get.

See help RESTART if you are going for your 8th or higher remort.

Also, when you remort now, all of your warpoints are lost. 
Double the current amount of warpoints you have goes into your 
city or alignment bank, and 1x the number of warpoints you have
goes into your clan bank (if you are in a clan), so these points
are not wasted.


~

0 REMORT REMORTING~
You lose *ALL* warpoints when you remort now so no more hoarding
them and then getting 3 remorts all at once!!!!


Remorting is a little different here. To remort, you must gain 
warpoints, as well as levels. 

Type remort costs to see the costs.

To remort, you must find the proper room for your alignment...which could
require a quest or killing something powerful. Once you get there,
type remort remort and you will be transported to the actual room of
remorting.

Once in that room, you must TRANSFORM.
~

0 DONATE DONATION~
Syntax: donate <number> <warpoints/gold> <city/clan>

You must donate 100 gold or 100 warpoints (at least) each time.
Once you donate, it is not recoverable. Upgrades will be done
by the imms by hand once enough points have accumulated.

~

110 BANKSET SETBANK~
Syntax : setbank <good/evil/number> <amount> <warpoints/gold>

This admin command lets you set a bank by hand. Note that the first
argument will be good or evil or a number from 1-22 representing a
clan number.

~

101 DRAWTOP CODE~
Drawtop draws a map of the area you are working on, taking up the top
half of the screen. Code draws a map of the area you are working on which
fills up the whole screen. If you are below 110, these can only be used
in your areas. 

~

0 BUILDER BUILDING~
Building is a lot of work. Making the rooms and objects and mobiles
and descriptions is a lot of work. Please be serious about building
and understand that it takes a big committment to make an area.
Be sure you have the patience and endurance to carry a project
through. 

Building basically consists of four parts. 
You make a bunch of rooms and link them into a map, you make mobiles
or monsters which do things, you make objects which can be manipulated,
and then you possibly do other things. If you are a builder see the
following helpfiles:

See Also: BUILDER_RULES REDIT MEDIT OEDIT 

~

0 LORE~
lore <spellname> will give you information on the ingredients necessary
to brew a particular potion. If that potion is not brewable, it will
say so. You will only see some of the ingredients each time you try to
find out some lore about the potion.

Lore will not work at all unless it is practiced fully.

~

0 ALCHEMY~
The alchemy skill lets you attempt to convert lower level chunks of
minerals into better minerals. 

This costs 20 coins per attempt at converting minerals, whether you
succeed or not.

You can only convert minerals which are no more than 3 times your
alchemist tier. 

The syntax is alchemy <metalname>...which will go down
all of your chunks and convert all chunks below that metal name
up to that metal name. So, for example alchemy gold would
take all chunks which are worse than gold and attempt to
convert them to gold. Your chance at succeeding with any conversion
is only 1/2 so it takes 2 chunks on average to move up one level,
4 to move up 2, 8 to move up 3...etc. So, most of your chunks
will be destroyed, however you might get something better.

~

0 EMPOWER~
Syntax: empower <gem/weapon> spellname

This skill lets you make a gem or weapon cast spells at intervals.
If it is offensive, it hits whoever you are fighting, if it is
defensive, it is cast on you. These can only be healing/attacking
spells.

Do not attempt to empower an item twice.
~

0 ENCHANT~
The enchant skill lets you put extra affects on items. Here are the rules.

You type enchant <item> <location>. The modifier is set automatically.
The item must be in your inventory, and the item must be armor or a weapon.

The possible locations you can choose from are:

dam strength intelligence wisdom dexterity
hp move saving_throw kick_damage sneak_bonus
hide_bonus ac hit

The location must be spelled exactly as above: no abbreviations.
You must be a wizard, tinker, conjurer and mystic to enchant.
You must have 800+ hps.
You must learn enchant all the way up as much as possible.
The item cannot be enchanted already or you get hurt. The item will 
go poof.
The item cannot have an affect of the type you are adding...
even if the first one is bad.
You must be level 60 to add stats or damroll.
Kick_damage must be added to legs, feet, knees, or ankles only.

Every enchantment has a cost in coins depending on the enchantment
type. 
If the item already has a stat or damroll affect, the cost is doubled.
If the item is not body, head, arm, leg, or foot armor, the cost is doubled.
You need to have the money in the bank to enchant, but for now, you can
enchant from anywhere.

You must make a certain roll vs your enchantment skill.
If you fail, the item may be destroyed.

YOUR ITEMS ARE SOMETIMES DESTROYED FOR NO REASON AND
ENCHANT FAILS ABOUT 80 PERCENT OF THE TIME NO MATTER WHAT.


The costs for enchantments range from 100k coins (not gold) for 
stat/dam to 10k for hitroll or ac or saving throw (then 
multiplied as above). 


I just ran out of ideas for things to make you all run around and 
collect to do this, so I got lazy and just made it cost gold ;)

~

0 BREW~
This does nothing yet. But, it will allow you to create potions which contain
spells and potions which can be used to enchant or prepare other things
to be made. The use of this skill will require a mortar and pestle which
can be forged by use of the forge command.

You hold the pestle, you have the mortar in your inventory with the
required herbs in it. You then type brew <spellname> <spellname>
<spellname> where some of the spellnames are possibly blank. Then,
if the mortar and pestle are powerful enough, and if you have
all of the ingredients in there for brewing you will attempt to
brew a potion. If you fail (due to skill check) you will lose some
of the ingredients. The mortar disappears if you successfully brew
a potion. But, mortars are only one chunk to forge.

Brew will not work at all unless it is practiced fully.


See also LORE

See Also: STITCH, FORGE, WEAVE, SKIN, TAN, LUMBERJACK, CUT, BUILD 
~

0 SKIN TAN TANNING~
The skin command will allow you to make pelts out of the corpses of
certain types of animals. Then, these pelts can be sold to a tanner, or
worked into clothing, which in some cases can be very durable and
either cool or warm as the situation dictates. The skin command
will require a forged dagger, and the tan command will require a needle
to work, and a special tanning machine for holding the hides in place.
These things will also help protect people who are forging very
hard minerals, as the hardened skins will prevent the forgers from 
burning themselves. 


See Also: STITCH, FORGE, WEAVE, BREW, LUMBERJACK, CUT, BUILD
~

0 WEAVE STITCH~
There will be ways to get raw materials out in the world such as cotton
and wool and hemp :P which can then be woven into cloth using a special
machine which can be built. Needles can then be used to stitch the
stuff together. Strong clothing will always form the foundation of
any armor made. Therefore, those who forge armor will need to forge it
on top of an underlying garment used to hold the whole thing together.

See Also: MINERALS, FORGE, SKIN, TAN, BREW, LUMBERJACK, CUT, BUILD
~

0 CLOTH_TYPES CLOTH-TYPES CLOTH_TYPE CLOTH-TYPE~
Cotton, Wool, Silk


~

0 SKIN_TYPES SKIN_TYPE SKIN-TYPE SKIN-TYPES~
Squirrel, Rabbit, Raccoon, Cow, Fox, Deer, Boar, Wolf, Bear, Lion,
Dragon

~

0 LUMBERJACK CUT BUILD CHOP~
A person with the chop and build skills can go out into the woods
if they have the proper kind of axe and cut down trees. They will
only be able to cut down certain trees based on what kind of 
axe they have, and the better the axe is, the better the tree they
can cut down. The axes can be forged, of course.

Then, once a person has a certain amount of wood, they can build
certain items like weaving looms and tanning racks to use to make
other items. They will need a forging hammer to perform this type of
building operation.

See Also: MINERALS, FORGE, SKIN, TAN, BREW, WEAVE, STITCH

~

0 FORGE MINERAL MINERALS~
There are 15 kinds of mineral items in order of power:

brass, bronze, copper, quartz, iron, silver, steel, gold, platinum,
obsidian, onyx, molybdenum, mithril, adamantium, diamond.

You can forge anvils, hammers, breastplates, shields, helmets, sleeves, 
gauntlets, belts, pants, boots, rings, earrings, masks, bracelets, 
and anklets, kneepads, elbowpads, shortbows, arrows (to go with
shortbows), crossbows, bolts (to go with crossbows), longbows, and shafts 
(to go with longbows).


You can now also forge daggers, swords, clubs, halberds and flails. 

For the brew skill, you will be able to forge mortars and pestles (that little
bowl and that little smasher thing you see at the pharmacy).

For the stitch skill, you will be able to forge needles also. 

In order to do this, you must have a certain number of "chunks" of the
appropriate mineral type. This number can range from 1 to about 30.
You must be in a room where there is a forge. There must be an anvil in the
room of a mineral type >= the type you want to forge, and you must be
holding a forging hammer of a type >= the type you want to forge.
You must drop the appropriate number of the proper mineral in the room. 
Then type forge <mineral> <item> and if all is well (meaning you have
all the required stuff and you are a tinker skilled at forging), you should
get an item created.

There are two cases where you can forge items greater than the hammer
and anvil you have. If you have a hammer and anvil of a certain type,
you can forge a hammer of the next type up.
If you have a hammer of a type, and an anvil of one less power, you can
forge an anvil of the same type as the hammer. This is necessary
since the only items that will pop are brass anvils and hammers. The
rest of them you gotta find the materials to make. Be warned,
anvils and hammers are MUCH more expensive than armors of the same
type.


Whenever an anvil is used to forge a new anvil, the old one disappears.
Whenever a hammer is used to forge a new hammer, the old hammer
disappears.

See Also: MINERALS, FORGE, SKIN, TAN, BREW, LUMBERJACK, CUT, BUILD, STITCH, WEAVE



~

101 REDIT~
There are several main components to building a room.
First you type redit create <number> or <dir> dig <number> to make a new room.
That will put you in the new room.

You can type < to go back one room, or > to go foreward one room in redit.

Then you set the room name, sector type, other exits, and room desc.
There are also room flags, but all of these things are explained in more 
detail in the help files that follow.

It is helpful to make aliases like

e.g.,   alias nn n dig
	alias ss s dig
	alias uu u dig 

and so forth. It makes getting the rooms down much easier.  Also, at this
point make alias aa asave changed.  Be sure to type aa every once in a
while, and when you leave. If not, and the game crashes, then you lose all
your work that you have done since the last asave changed.

There are also two commands which let you (sort of) see what your area
will look like. They are drawtop and code. Be sure to check those out. The
way to get out of drawtop is cls (clearscreen).  Be sure when creating a
room that you set the name, sector type, and any flags you would like to
see there. Each of the things you can set for doors (exits ) is listed in
the following chart: 

If you are scripting and want the room to trigger a script when something
enters or leaves you MUST type enterscript or leavescript resp or else
the program will not check this when people enter the room. If you want
the room to trigger a script when a certain command is typed, you must type commandscript to set that up too.


The following commands are available from within the REDITOR:

show                - hitting return, or 'show' shows the room stats
done                - exists the room editor and returns to normal play
create <vnum>       - creates a room with a certain vnum
name <room title>   - changes the room title
ed add <keyword>    - type this command for additonal extra-description
copyto <room vnum>  - Copies the room descript to <room vnum>
desc                - edit description of room

See Also: ROOM_FLAGS

For exits, type the direction (north/s/e/w) followed by:
delete              - delete this exit
link <room vnum>    - make a two way link
room <room vnum>    - make a one way link (use with caution)
key <object vnum>   - makes specified object the vnum of the key required
name <door name>    - makes the door's name/keywords = to the given name
hidden              - must have name <keyword> set.. makes it so you have 
		      to search to find the keyword.
desc                - edit the description of the exit

door                - makes exit a door
closed              - defaults exit to closed
locked              - defaults exit to locked
eat_key             - makes exit eat keys after being unlocked
pickproof           - lockpicks/pick command dont work on this door
hp                  - Sets a door's max hp before breaking open
str                 - How resistent to breakage and if it's destroyed
		      completely.  If < 0, the door is broken perm.
		      If you want broken doors to reset, type fixdoor
		      to set the door to reset no matter what.
transport           - makes the room automove all chars in direction.
see: help transport   Must have room and exit in that direction first.

Ex:      east delete
	 east link 3034
	 east name a small red door

See Also: PET-SHOPS, RSTAT, ROOM-FLAGS, RESETS, RESET1, RESET2, COUNT,
SECTOR ~

0 FIX PATCH~
This skill lets you repair equipment up to a certain point.
~

0 MINE~
This skill lets you look for minerals. You must be holding a pickaxe
and must be in the proper kind of room and you must know the mine skill.
Once a room has been cleared of minerals, no more will appear there until
the next reboot. Once a player has mined too much, they will have
to wait for the next reboot to mine more.
~

101 ROOM_FLAGS ROOMFLAGS ROOM-FLAGS~
Keyword       Number      Descr
 dark            1         room requires a light to see anything
 no_mobs         4         no mobs will enter the room
 indoors         8         cannot see weather
 private       512         2 people only <- NEVER USE
 safe         1024         no fights between same alignment
 solitary     2048         1 person only <- NEVER USE
 pet_shop     4096         makes room a pet shop (see IREF PET-SHOPS)
 nohear       8192         cannot recall from this room
 no_summon                 no-one (mobs or pc's) can be summoned from the room
 untrackable               cannot track through this room or be tracked here
 nomagic                   No spells can be cast, or magic items used
 silence                   You can't say, emote, gossip... anything...
 extraheal                 Heals you faster than normal in this room
 extramana                 The gem you are holding regenerates faster here
 fallsfast                 If set, this will allow a person to "Walk off 
			   a cliff.." It will not check for flying and you 
			   will fall if you are not flying.
 manadrain		   makes everyone in the room lose mana fast.
			   (this works now since I changed how spells
			    use up mana...)
*DO NOT* put in the cheatermana flag if you know what it is. If someone
asks you what it is you are not supposed to put in, don't tell them. 


There are also TRAPS which you may put into a room. Basicaly these are
things which deal out damage to anyone in the room at random intervals. 


 firetrap       Flames rise up, doing 1-35 damage every 1-3 seconds
		Intelligence and dexterity can allow you to dodge the 
		flames to an extent.
 rocktrap       Falling rocks fall at random times (1-7 seconds) on a 
		victim's head.  His helmet can absorb the blows to an
		extent.  Without helmet it does 1-50 damage OUCH!  
		Also, the victim's helmet will be damaged if it is metal    
		(ie has a higher armor class).  Note: high dexterity and 
		intelligence and wisdom may allow you to dodge the rocks.
 arrowtrap      This makes arrows shoot "out of nowhere" to hit the victim.
		Arrows are dodgeable and victim's armor makes a difference.
		Dodge depents on intelligence and dexterity. 1-30 dam
 poisontrap     Exactly like above but if hit, you will be poisoned for 
		1-10 hours.  If poisoned, it will add 1 hour for each time
		you get hit.
 gastrapone     This can be used for swamps and sewers.  Does 1-4 damage 
		ocassionally and cannot be dodged or saved against.
 gastraptwo     A much meaner version of gastrapone.  It does 1-35 damage 
		and poisons the victim.  If victim is poisoned, it adds 
		1 hour to duration.
 spiketrap      Players sometimes fall on spikes and get damaged (spikes 
		should be in the room description to use this trap!
 avalanche      NOTE: An avalance only goes off once!  It does enormous
		damage, and therefore it is recommended that an avalanche 
		room be set to no_mobs, so wandering mobs don't trigger it.
 manadrain      This room drains mana when you stand in it (the gem 
		the victim is holding).       
 gysertrap      This will make it so a spray of scalding hot water hits
		its victim, doing a good amount of damage.  Make sure
		you put in your room description about something that
		could do such a thing, like a gyser.  Otherwise this trap
		won't make much sense.
~

101 OBJ-TYPE OBJ-TYPES OBJ_TYPE OBJ-TYPE~
This will be a list of all the object types available.

light        scroll          wand            staff     weapon
treasure     armor           potion          book      furniture
trash        container       drink_container key       food
gem          vehicle         fountain        pill      tool
list         climbable       scalable        map
trap         scaling device  raw


~

101 OEDIT~
Oedit is the command that lets you create and edit items. To try this
out, pick a vnum from your area and type oedit create <vnum>. This will
basically show you a blank template of an item you can use to build on.
There are several things you need to do to set the item up.

You can type < to go back one obj, or > to go foreward one room in oedit.

You need a name, eg. type name long sword

You need a short desc (what you see in eq and inventory) eg. short a long sword

You need a long desc (what you see in the room) eg. A rusty old long sword is here.

You now need to pick what kind of an object you have eg. weapon, armor food...
See help obj-types for a list of all the object types. Some you should not
use, and those are listed.

An object also needs an object type, see OBJ-VALUES, where the object
types are the words on the left side. Just type the word by itself like
weapon or potion. 

Then you should set the object take/wear flags. See: WEAR_BITS.  

Then set any extra flags that the item needs. See: EXTRA-FLAGS.
In general, do not set anti align flags on items.

Set the weight and cost of the item weight <weight> cost <cost>.
Weights should be as follows. Weights now are basically 10x as big as before.
So swords should weigh 80 if you were thinking in terms of a weight of 8 as 
before. Be careful setting armor and weapon costs. Really good stuff 
should not cost over 20000. 


Finally set the value flags. See help OBJ_VALUES. Each item has specific 
item values which it needs set. 

If you are scripting and want this object to have a drop or give script, 
you must type dropscript or givescript or the game will not look through 
the triggers when it is dropped or given. If you wish for an object to
 start a script when a command is given, you must type commandscript for 
this to happen.


Then you should be done.


show                - hitting return, or 'show' shows the object stats
done                - exits the object editor and returns to normal play
timer <# of ticks>  - sets the timed age of an object (automated self-destruct)
name <keywords>     - sets the keywords on an object
short <desc>        - sets the 'name' of an object (a sword, a fish etc)
long                - edit long description (the one in the room)
value0 <num> (or v0)- sets the value '0' on the object (also abbrev.d to 'v0')
value1 <num>        - sets the value '1' on the object (also abbrev.d to 'v1')
value2 <num>        - sets the value '2' on the object (also abbrev.d to 'v2')
value4 <num> etc...
weight <kg>         - sets the weight of the object
cost <coins>        - sets the gold value of the object
create <vnum>       - creates object with specified vnum
ed add <keyword>    - type this for adding/editing extended descriptions
addaffect           - type this for info on adding object affects/applies
remaffect           - removes an affect on an object
You may also type the name of the object type (see IREF OBJ-TYPES) or
you can type the name of the extra bit you want to toggle (IREF EXTRA-FLAGS).
You can also type the name of an affect (see AFFECT-BITS), but do __NOT__
use these without asking a god first.

See Also: OSTAT, OSET, WEAR-BITS, OBJ-VALUES, WEAPONS, OBJ-VALFLAGS, LIQUIDS,
	  SKILL-SLOTS, CLIMBABLE, ADDAFFECTS, STANDARD, RESETS,
	  RESET2, FURNITURE

~

101 WEAR-BITS WEAR_BITS~
Keyword          Number     Descr
 take              1         Item can be taken (get <obj>)
 finger            2         Item can be worn on a finger
 neck              4         Item can be worn on the neck
 body              8         Item can be worn on body
 head             16         Item can be worn on head
 legs             32         Item can be worn on legs
 feet             64         Item can be worn on feet
 hands           128         Item can be worn on the hands
 arms            256         Item can be worn on arms
 shield          512         Item can be used as a shield
 about_body     1024         Item can be worn about the body
 waist          2048         Item can be worn around waist
 wrist          4096         Item can be worn on a wrist
 hold          16384         Item can be held
 belt          32768         Item can be sheathed
 face          65535         Item can be worn on face
 floating                    Item is floating nearby head
 ear                         Item is worn in ears (earrings)
 ankle                       Item can be worn around ankle (anklets)
 eyes
 elbow
 knee
~

101 SPEC-PROCS SPEC_PROCS~
Special procedures are hard-coded  'script' that allow mobs to attain certain
properties/intelligence et cetera.

  Spec name          Description
NOTE{BREATH_* DO NOT CURRENTLY WORK CORRECTLY}
breath_any            can use any breath on players
breath_acid           breaths acid on players - dissolving items sometimes
breath_fire           breaths fire on players - melting some items sometimes
breath_frost          breaths frost on players - cracking some items sometimes
breath_gas            breaths gas on players
breath_lightning      breaths lightning on players (strange concept..)
executioner           creates guards during combat, attacks thieves/killers
fido                  eats corpses
guard                 attacks thieves/killers
janitor               picks up trash, sometimes eats it / drinks it etc.
mayor                 no longer needed - will produce strange effects, DONT USE
poison                bites players in combat, causing poison
thief                 steals money from players / backstabs players
warrior               kicks, bashes, disarms, and flurries

See Also: MAGEMOB to make casting mobs.
See Also: SHOPKEEPER for making shops.
~

101 SHOPKEEPER SHOPKEEPERS~
To make a mob a shopkeeper, you must first edit the mob in question.
There is no shop create command, just type in the shop hours below
and that automatically creates the shop.

Shop hours <opening> <closing>

The first order of business is to set the hours of the shop. The
numbers you choose should be between 0 and 24, and these represent the
hours the shop is open: for example if the numbers were 3 and 20, then
the shop would be open from 3am to 8pm every day.

Shop Profit <number1> <number2>

Then you must set the shop profit. Shop profit <number1> <number2>.
Number1 is the percent of the cost of the item that you must pay when
you buy items from the shop. Number2 is the percent of the item's cost
you get when you sell items to the shop. Shop profit number1 should
always be 100, and number2 should be around 50. This way you can buy
things from the shop, and sell them back at half price. And yes, if
this is messed up, it is possible to make "cheater shops", but we
would really not appreciate that.

Shop Decrease <percent>

This sets the decrease in the percentage you get from selling items to
the shop, once too many of that item have been sold.

Shop Items <number>

This sets the number of items which must be sold back to the shop of a
certain type, before the shop starts paying less for that item.

Shop Type <num> <type>

You may make a shop sell and buy up to 5 different types of items.
To make the shop sell gems and scrolls and potions type the following:

shop type 1 gem
shop type 2 scroll
shop type 3 potion

and so forth.

Shop Creates <vnum>

If a shop creates new items during the game (like bakers baking
bread), then set this to the vnum you want...eg vnum 37. The shop
should only do this in the case of food or other worthless items.

Shop creates_hours <number>

This tells how often the shop makes a new item: once per <number>
hours.

Shop message

This gives a message when the new item is created..

eg: shop message Shelara the baker brings a piping hot loaf of bread out of the oven.

Shop delete

If you don't want this mob to be a shopkeeper anymore, use this command.


Note:
If you want a shopkeeper to load more then 1 item that can
be done by setting reset location to a number rather then 'after'
that number would be the amt of items shoppie would load
~

101 MAGEMOB~
To create a spell casting mobile, enter the mobile editor and type
cast_p <% to cast all spells>
then type
casts <spell number>
Use slookup <spellname> to get the spell number.

Please don't make mobs cast above say 5-10 percent of the time.

~

101 OBJ_VALUES OBJ-VALUES~
weapon         v1: minimum damage to possible injury to weapon 
                    Do not make unbreakable wpns please.
		v3: type # 0-15 (see help WEAPONS)
		v7: number of dice  
                v8: sides / die (v7=2, v8=3 means 2d3)
ammo            v0: firstdice
                v1: seconddice
                v2: firing time (tickcounts )
                v3: loading_time (tickcounts)
                v4: ammo_type (1 = shortbow, 2 = longbow, 3 = crossbow)

		(see help CREATE-WEAPON for complete instructions)
 armor          v0 leg ac (1 is bad, 8 is really good.)
	        v1 body ac (1 is bad, 8 is really good.)
                v2 head ac (1 is bad, 8 is really good.)
                v3 arm ac (1 is bad, 8 is really good.)
                v4-v5 leave blank.
                v6 current condition (set to same as v7) 
                v7 max condition (5 is bad, 60 is elite. DO NOT LEAVE AT 0)
                v9 warmth 0-3 depending on how thick the item is.
 light          v0: curlight v1:max hours of light, -1=infinite light 
		v2: 1 = lit, 2 = fillable (3 = lit+fillable)
 scroll,        v0: spell levels  v1,2,3: Skill # - the FIRST number in  
 pill, potion   slookup '<spellname>'

 wand, staff    v0: spell level  v1: max charges v2: current # v3: skill gsn
		Note: Skill gsn is the FIRST number on slookup

 gem            v0: gem type (See HELP GEMS) v1: initial mana v2: max mana 
		v3: Spell level added to char's level to help casting.
 food           v0: hours of food value  v3: not 0=poison

 siege          v0 type 1 = catapult - flings rocks and breaks doors/walls
                        2 = ballista - bigass arrow hits people in rooms
                        3 = ram - when pulling it, you break doors better
                        4 = tower - allows you to climb over walls
                v1 flags - not used yet
                v2 ammo type for ballista and catapult use 10-19 catapult
                   and 20-29 for ballista, save 1-9 for reg arrows
                v3 firing time- how long it takes to fire it
                v4 range - how many spaces it can fire
                v5 hps  - how much damage it can take before breaking
 treasure        -unused-
 trap           v0 - 1 room trap, 2 door trap, 4 container trap - can
                     have more than 1 set. 
                v1 - trap type number from 1 up to whatever max trap
                     type is for that kind of trap.
 book            -unused-
 furniture      v0: 1 can be sat on
		v0: 2 can be slept on   
		v0: 4 is an exit (FURNITURE=PORTALS!)
		v1: to room
		v2: number of mobs
		v5: 1 destroy objects entering portal 1 in 4
		v5: 0 not destroy objects entering portal
 trash           -unused-
 container      v0: max weight  v1: 1 open/closable 
				v1: 2 pickproof
				v1: 4 closed (on load)
				v1: 8 locked (on load)
	                        v1:16 indestructable (nice for bags)
                                v1:32 has wheels (can be hitched/pulled)

		v2 Key vnum needed to open container.
                v8 Amount of money in container
 drink          v0: max cap v1: current v2:(see IREF LIQUIDS) 
                v1: odd number = no refill, 2 or more = poison.
 key             -unused-
 money          v0: coins v1: 0=obsidian, 1=platinum, 2=gold, 3=silver 4=cppr
 vehicle        any value (0-9) = sector that this item allows passage through
 npc             -unused-  < These are corpses >
 pc              -unused-  < These are corpses >
 fountain       same as potion/wand/staff
 tool           v0: flags v1: # of uses left v2: max uses
                v0: 1 = tinderbox, v0 2 = lockpick, v0 4 = flash powder
 list           v0: number of vnums (see IREF LISTS first!)
 climbable, scalable v0 1 for up, 2 for down, 3 for both
                v2 = up vnum, v3 = down vnum. If the object is scalable,
you need a scaling device.
scale_dev       -Nothing, just you need to hold this item to scale a scalable
                 device    


See Also: EXTRA_FLAGS EXTRA-FLAGS WEAPONS

~

0 v0 
v1 down to vnum
v2 up to vnum




101 WEAPONS WEAPON WEAPON-TYPES WEAPON_TYPES~
PLEASE SEE HELP EXTRA-FLAGS to set the weapon general TYPE.
For a complete run-through on how to create a weapon, see HELP CREATE-WEAPON.

attack string     attack type       attack spec_proc

 0  hit            TYPE_HIT,         NULL
 1  slice          TYPE_SLASH,       NULL
 2  stab           TYPE_PIERCE,      NULL
 3  slash          TYPE_SLASH,       NULL
 4  whip           TYPE_WHIP,        NULL
 5  claw           TYPE_SLASH,       NULL
 6  hammer         TYPE_POUND,       NULL
 7  pound          TYPE_POUND,       NULL
 8  crush          TYPE_POUND,       NULL
 9  gore           TYPE_PIERCE ,     NULL
10  bite           TYPE_PIERCE,      NULL
11  pierce         TYPE_PIERCE,      NULL
12  cleave         TYPE_SLASH        NULL
13  stab           TYPE_POLEARM,     NULL
14  slice          TYPE_POLEARM      NULL
15  cleave         TYPE_POLEARM,     NULL

In general, you need to set v1 (damage before breaking), v3 (type of
wpn), and v7 and v8 (damage dice). Be sure to set the extra flag needed
for the wpn type, so people who practice a certain wpn type who use this
item will get the proficiency bonus to their hitroll. 


See Also: DAMAGE OBJ_POWER EXTRA_FLAGS



~

101 EXTRA-FLAGS EXTRA_FLAGS~
These are the flags you need to set on a weapon to let people get the
proficiency bonus for practicing weapon skills. 


Keyword             Descr 

 glow                        (Glowing) appears next to item name
 hum            	     (Humming) appears next to item name
 evil                        (Red Aura) appears next to name (w/ detect evil)
 item_invis                  Invisible by default
 unseen                      Obj hidden by default
 magic                       (Magical) appears next to name (w/ detect magic)
 nodrop                      Player cannot drop this item
 anti-good                   Players get zapped if they are aligned w/ good
 anti-evil                   Players get zapped if they are aligned w/ evil
 anti-neutral                Neutral players get zapped
 noremove                    Item cannot be removed 
 inventory                   Item is a store object ( should never be set ! )
 nosave                      Item will not save when a char does a save/quit
 wind                        Casts wind - admin set
 slashing                    If it is a weapon, this defines to SLASHING
 pierce                      Ditto except piercing
 concussion                  Ditto except pounding (maces, clubs, etc..)
 whip                        Ditto except whipping
 light_slash                 Player with low str can get bonus, high str 
			     adds even more bonus 
 heavy_slash                 Player with low str gets - bonus, high str gets
			     normal bonus.
 good                        Gold aura appears (w/detect good)
 wounding                    Wounds opponent - admin set
 blinding                    Blinds opponent - admin set
 poisoning                   Poisons opponent - admin set
 elemental                   Admin set
 power                       Admin set-Don't ask. We will do it at the end
See Also ADDAFFECTS AVE_DAM
~

101 MEDIT~
This is the editor that lets you create monsters or mobiles. Monsters
should be approx level 100 to be exp mobs, and approx 150-200 to be
eq mobs, and less than that for filler mobs.


You can type < to go backward on mob, or > to go foreward one mob in medit.

To start up medit, type medit create <number>.
Then the top half of your screen will show the mob information.
If you are returning to a mob already created, type medit <number>
to edit an old mob. Using < and > will move you one mob up and down
for ease of editing several mobs.

There are some of the commands you can use in medit:

done                - exits the mobile editor and returns to normal play
timer <# of ticks>  - sets the timed age of an mobile (automated self-destruct)
name <keywords>     - sets the keywords on an mobile 
short <desc>        - sets the 'name' of an mobile (a sword, a fish etc)
long                - edit long description (the one in the room)
desc                - edit the mobile's description (when looked at)
create <vnum>       - creates mobile with specified vnum
male/female/neuter  - set the mobile's sex
level <level>       - set the mobile's level
alignment <value>   - set the mobile's alignment keep most at 0.
money <amount>      - set the amount of gold on a mob (up to 10 per level)
height <number>     - Don't set this usually..it is autocalced.
ac <number>         - Don't set usually..101 resets to autocalc

yeller <number> / willhelp <number>. If mob A has a yeller number of say
                      5, and mob B also does, and mob B has a willhelp
                      greater than 0, say 3. Then, if mob A is attacked
                      and yells and mob B hears it, since they both have the
                      same yeller number, mob B will track down the attacker
                      of mob A 1 out of willhelp times. 

guard               - There are several things you can do with "guard"
                      1. guard <direction> mobs can now guard any or all
                         directions at once. (guard e, guard n etc..)
                      2. guard mob <number> (Guarding that mob number)
                      3. guard obj <number> (Guarding that obj number)
                      4. guard clan <number> (Guarding that clan number)
                      5. guard sect <number> (Guarding that sect number)

Under act_bits you will find 3guard_door and 3guard_opp. These
are used in conjunction with guard <direction> to make
mobs guard vs opp align people and anyone in general.

Note: This mainly means that mobs can guard several things at once,
AND They can guard several directions at once.                
                     
assists <number>    - Assists this mob number when in the same room.
rescues <number>    - Rescues this mob number when in the same room.
                      These do not require the old AONE/PRTCT names anymore.

See help act-bits for information on mob act-bits.
See help aff-bits for help on mob affect-bits.

See Also: MSTAT, MFIND, MSET, MOB-TYPES, STANDARD, HP
	  RESETS, RESET1, SHOPS, BUILDING, AFF-BITS

           See also:  SHOPKEEPER
~

101 PET-SHOPS~
These are basically set up by making a room have the room flag called
"pet-shop", then putting the mobiles to be sold as resets in the next
vnum up. Ask if you really want to do this since pets are kind of lame.
~

101 COUNT~
This command lets you see the stats on the areas in the mud.
~

101 ACT_BITS ACT-BITS~
Typing these commands in at the MEDIT prompt will give a mob the following
effects. Please use these sparingly, although in general most high level
mobs should have detect-invis and infrared..just to keep bs/flee from
getting too out of control. 

Keyword       Description

sentinel      Does not move (fasthunt overrides this).
scavenger     Picks things up off the ground.
aggressive    Attacks players when they are in the same room.
stay_area     Will not leave the area it was created in.
wimpy         Flees when it is below 1/5 hps.
switch        Will switch opponents in combat...goes for weakest.
fasthunt      Tracks attackers very fast.
pet           This is someone's pet.
untouchable   Weapons will not harm this.
practitioner  Can teach spells and skills.
scramble      Runs away sometimes???
mountable     Anyone can ride this.
angry         Lesser form of aggressive.
teller        Bank teller.
attitude      Attacks if looked at or if you attempt to pass it.
r_weapons     Repairs weapons.
r_armors      Repairs armors.
avenged       Need to set avenger <number>...some mobs of vnum <number>
              appear when the mob is killed and hunt down its killer.
reboot_only   No more of this mob will appear once one of its kind has been 
              killed.
stay          Does not go onto roads.

/* Note that all guild bits have been moved to their own bitvector!!!!
   Do not set guild bits in act3 anymore if you add more guilds in. */

3guard_door   It guards doors vs everything.
3guard_opp    It guards doors vs all other aligns.
3ride         It will mount the previously reset mob.
3follower     It follows the previously reset mob.
3mute         Does not yell.
3sleeper      It sleeps at night.
3stayroad     It does not leave road sectors.
3regenerate   It regenerates very quickly.


4enterscript   It has an "enter" script.
4leavescript   It has a "leave" script.
4commandscript It has a "command" script.
4quicktick     It has a quicktick script.
4movescript    It has a move script.
4rests         It rests or sleeps when hurt.
4killallone    It kills all things without this flag.
4killalltwo    It kills all things without this flag.
4sleepaggro    It attacks sleeping creatures.
4killopp       It kills all things of different alignments.
4protector     It casts spells at range vs all not of its alignment.
4ranger        It spams "kill beast".
4summoner      It summons mobiles in combat to help it.
4killgladiator It spams "kill gladiator".
4assistall     It assists ALL mobs fighting in the room.


k<racename>    This sets "race_hate" bits which cause the mob to 
	       attack players of that racename.



See Also: MEDIT AFF-BITS SPEC_PROCS
~

101 AFF-BITS AFFECT-BITS MOB_AFFECTS AFF_BITS MOB-AFFECTS~
Ok, these are VERY different now. I got sick of trying to keep track
of all the damn bits and so I reorganized them.
Players/mobs now have 4 affect bitvectors: HURT, PROT, AFF, DET.
Short for hurt_by, protected_from, affected_by, detecting.

In order to set mob bits, what you need to do is to type
HURT <bitname> or PROT <bitname> or AFF <bitname> or DET <bitname>.
This is also what is necessary for putting affects into spells, too!

The bits come in two categories. HURT/PROT and AFF/DET.
Setting the HURT bit will cause the mob to be hurt by that affect, 
setting the PROT bit will cause the mob to not be able to be hurt
by that affect. A quick note: spell affects work differently now...
so if a spell say blinds, curses, and poisons...if you are not immune
to blind curse and poison..the spell still takes affect. This weakens
the power of protective affects by a great deal.

HURT/PROT bits:

name          Description
blind         You can't see!
poison        Slower regen, weaker.
plague        Slower regen, spreads some.
curse         Cannot hit as well, cannot recall.
confuse       Some commands get garbled.
outline       You take more damage from combat hits.
wound         You lose hps rapidly.
lethargy      You lose moves each room you move.
mindsap       You lose mana rapidly.
paralyze      You cannot do ANYTHING...except 1/15 of command go through.
charm         You are forced to do what your master tells you.
fear          You cannot INITIATE combat..even with spells.
slow          You attack much more slowly, and move more slowly too.
fumble        You drop things in your inventory.
beacon        You can be seen on where, protection is prot from locate.
mute          You can't talk or use any channels (not even EMOTE!)
deaf          You cannot hear anything.
numb          You drop items you are holding.
sleep         You sleep and cannot wake up.
gas           You are affected/protected from gas.
wind          You are affected/protected from wind.
acid          You are affected/protected from acid.
chaos         You are affected/protected from chaos.
shards        You are affected/protected from shards.
shock         You are affected/protected from shock.
ice           You are affected/protected from ice.
fire          You are affected/protected from fire.


Now we get to the AFF/DET bits. The DET bits really only work up to
SNEAK, but the rest of them are just normal "affects".

invis         You cannot be seen.
hide          If you stay still, you are hard to see.
chameleon     More powerful hide..is removed when you fight.
vanish        More powerful invis.
foggy         This is passdoor/detect fog.
dark          The affect is nothing/detect is infrared.
cold          If the room is dark, det dark fails to see you without det cold.
sneak         You make no noise entering a room.
magic         You are magical/detect magical items.
sanctuary     Absorbs some combat damage.
flying        You can fly.
regenerate    You regenerate hps quickly.
mindshield    You absorb some spell damage.
water_breath  You can breathe underwater.
prot_align    You absorb damage from cross-align attacks.
speed         You attack more quickly.
safe          Lower level mobs will not attack usually.
reflect       Spell reflect...gone when hit by a spell or you cast.
protect       Massive combat damage absorbsion.
gas           Gassshield - damages your attacker
wind          Windshield - damages your attacker
acid          Acidshield - damages your attacker
chaos         Chaosshield - damages your attacker
shards        Shardshield - damages your attacker
shock         Shockshield - damages your attacker
ice           Iceshield - damages your attacker
fire          Fireshield - damages your attacker

      
See Also: MEDIT ACT-BITS

~

0 PROMPT~
PROMPT COMMANDS                                                                 
*n* = Left justify name, pad 20 chars.                                        
*a*  = age.  *n*  = name. *t*  = title. *r*  = race. *#g* = goto x pos. 
*pt* = playing time. *ap* = Attack power bonus. *eb* = Evasion bonus.
*ob* = Offensive bonus. *al* = Alignment. *hn* = hp now. *hm* = hp max. 
*hw* = hp word. *mn* = mv now. *mm* = mv max. *mw* = mv word. 
*xl* = exp to level. *xp* = total exp. *kw* = Stones of weight. 
*ww* = Word weight rating. *cn* = Coins carrying. *cb* = Coins in bank.
*ht* = Height. *cr* = Carrying #. *tc* = Total Kills. *kp* = Kill Points. 
*wp* = Warpoints *mnn*= mana now (numeric). *mmm*= mana max (numeric).
*wm* = word mana. *lvl*= Level. *wim*= Wimpy. *pos*= Position. Use on prev
*aff*= current effects.  Use this on previous line.                             
*cond* = Condition now.  Use this on previous line.                             
*clan* = In clan (if any).  Use this on previous line.                          
*guil* = In guild (if any).  Use this on previous line.                         
*warm* = Warmth (if any).  Use this on previous line.                           
*fi*   = Fighting opponent condition *tk*   = Tank condition
*cv*   = current vnum (immortal only) *rid* riding/being ridden
*str* *int* *wis* *dex* *con* current str, int, wis, dex, con
*qstr* *qint* *qwis* *qdex* *qcon* current max stats
*cskl* *tskl* *cspl* *tspl* *cprf* *tprf* current/total skill/spell/prof
*npkl* *npkh* *npks* *npkd* num pk levs, helpers, pkills, pdeaths
*dth* deaths *twp* total warpoints *cb* bank money *wim* wimpy 
PROMPT ALL will reset to the default prompt.

If you want padding you can use the following:

You can use numbers to make a number of spaces, minuses to make things
left justified instead of right justified, and and exclamation point
to make the text centered.

*5mn* makes mana take up 5 spaces, right justified.
*-5mn* makes mana take up 5 spaces, left justified.
*!5mn* makes mana take up 5 spaces, centered where the extra padding
       space is on the left side.
*-!5mn* makes mana take up 5 spaces, centered where the extra padding
       space is on the right side.


An example would be:
*hn*HP *fi*>

This would show something like: 44HP [Opponent: Good]>

Also See HELP COLORS to see prompt color codes.
~

107 SCRIPT SCRIPTS SCRIPTING~
Scripts have two main components. 

1. A trigger associated with a mob, object or room which starts
the script, and

2. Some code which is called by the trigger.

To make a trigger see help SCRIPTEDIT.

To make some script code, see help SCRIPT2.
To work on editing triggers see help SCRIPTEDIT
When you make triggers and code and flags please use names
associated with your builder names to keep thing from getting
confused. Like if you are named Freddy, use trigger names
like fred01, fred02 etc...and code like fred01, fred02...
and scriptflags like fred01, fred01...etc.

LISTTRIGGERS lists all of the triggers.

LISTCODE lists all of the code chunks.

~

107 SCRIPT2~
To edit a code chunk, use EDIT CREATE <name>, or EDIT <name>.
Code chunk names can only be up to 10 letters long.

To type in your code, precede all lines with a :1, :2, :3, etc... as line
numbers.  You may insert something before line two just by typing :2 stuff to
insert.  To clear a line, type .c <ln>.  If you forgot some line numbers,
type .f to format it and make it look pretty.


Inside the code:
Code is basically interpretted by what is calling it "as is".  There are
some special functions though:

@P              Substitute the person who triggered the script's name here
@M              Substitute the mob who is running the script's name here
@O              Substitute the object who is running the script's short desc
@V              Substitues the vnum (object if obj, room if room, mob if mob)
@R(min,max)     Random number between min and max.
@DA<number>     Returns 1 if the person who set off the script has a diff
                alignment from the number given. Good for gateguards and
                protector mobs.


'@Cc' Clan Number
'@Ch' Char current hps
'@Ck' Char's Killpoints
'@Cl' Char's Level
'@Cm' Char current moves
'@Cr' Char's remorts
'@Ct' Mud time in hours, 14 for 2, 24 for 12 etc
'@Cw' Char remorts
 
eg: if @Cl>=10 then (read as: if level >= 10 then)

Note that you need to have no spaces in these conditionals,
if @Cl >=10         does nothing.

GOTO <ln>       jumps to a line number in that code chunk
CALL <label>    jumps to another code chunk/label
RECHO           echos something to the room.
WAIT <x> <type> where <x> is the number of ticks.  <type> is one of these:
		superquick : fastest pulse, about 3 per second
		quick      : a tick is about 1 second with quick
		heart      : a tick is the length of a heartbeat (regen)
		hour       : the wait is a full game hour
DONE            ends the script here and then, wherever it is encountered
CREATE_MOB <v>  where <v> is the vnum of the mob to create.
CREATE_OBJ <v>  where <v> is the vnum of the obj to create.
DESTROY_OBJ <v> where <v> is the vnum of the obj to destroy.
DESTROY_OBJ     with no arguments, if it's an object script, destroys the
		object upon which the script is running and ends script.

IF              This is a powerful command, but you must know how to work it.
		You may compare two numbers using ==, >=, <=, >, <, or !=

		You may compare two strings using == and !=

		You can do things such as: IF @R(1,3)==2 then

IF (flag)       This checks if the given flag is set on the character
IF (!flag)      This chekcs if the given flag is NOT set on the character
PSET @P         This allows mobs to pset players. Useful for 
                scriptflags and such. If you ever make a script that
                has a nonscript flag pset in it...for any reason..even if
                this would allow you to cure cancer, create world peace,
                end hunger and let humans colonize space...you will be 
                deleted and your areas will be removed. Do not pset
                players unless it is a scriptflag as in 
                pset @P scriptflag <flagname> on/off

IF is followed by a " then", and nothing else on the line.
If the statement is TRUE, then the NEXT LINE, and the NEXT LINE ONLY! get
executed.  This is in the style of assembly language.  You CANNOT use {} like
in C.  This makes GOTO and CALL very important.

examples:

:1 if @R(1,3)!=2 then
:2 call not_two
:3 say the number was equal to 2!

..or..

:1 if (!OR2) then
:2 goto 5
:3 say You have the orin 2 flag on, btw.
:4 done
:5 say You don't have the or2 flag on!! setting it to on!
:6 pset @P scriptflag OR2 on

..or..

:1 if @P==Orin then
:2 echo Orin is in the house everybody!!
:3 done
---------------
Useful flags!!!
---------------
Note: Objects and rooms may only set things, etc.. they cannot "say" "tell",
etc... they can, however RECHO.

Flags are up to four letters long and are stored on the character.  To set
a flag, your script (or you can do it manually) should use:

pset playername scriptflag <sf> ON/OFF

Here are some examples:
pset @P scriptflag SF1 ON
pset @P scriptflag AAA OFF

Please note... 'clean up' script flags in scripts.. if you have temporary
script flags, make sure to have the flags cleared when the script is
complete, and make it so only a single "script complete" scriptflag is on.
There can be up to 3000 script flags stored on a character.  However, it
doesn't keep track... if you remove a script from the game, characters will
retain the 3 or 4 letter script flag identifiers on them.
Script flags can't overlap.. make sure to come up with some scheme.. for
insance god PALIO might use PA1 - PA99, and ORIN might use OR1 - OR99.

See also help SCRIPT, SCRIPTEDIT
~

0 SCRIPTEDIT TRIGGERS TRIGGER~
Format: scriptedit create <trigger_id> or scriptedit <trigger_id>

Each trigger has a unique ID which can be up to 20 letters in length.
Once in the trigger editor, press enter to see current info on the
current "script"/"trigger".


A lot of the triggers require some flag to be set on the mob/obj/room
which is doing the triggering. The words are listed to the right...
so you go into redit/medit/oedit and type commandscript or
4leavescript or whatever is required for the type of trigger and
the type of triggering thing.


The current triggers CURRENTLY available are:
Trigger         When triggered          For (O)bjects (M)obs (R)ooms
--------------------------------------------------------------------
ENTERS          When someone enters     M, R need to set 4enterscript on mob
                                             need to set enterscript on room

LEAVES          When someone leaves     M, R need to set 4leavescript on mob
                                             need to set leavescript on room

CREATED         When it resets          M
COMMAND         When player types       M,R,O need to set 4commandscript on mob
                                              need to set commandscript on obj
                                              need to set commandscript on room
SAYS            When a player uses say  M, R  
TELLS           When a player tells     M
EVERY_HOUR      Every game hour         M
EVERY_QUICKTICK Every second            M
EVERY_REGENTICK Every 5-6 seconds       M
GIVEN           When given object       OM  need to set givescript on the object
                                            need to set 4givescript on the mob

DROPPED         When dropped            OR  need to set dropscript on the obj
                                            need to set dropscript on the room

MOVES           When the mob moves      M     need to set 4movescript on mob

Keywords hold extra data.. for instance, the keywords:
'hello there' 'hello' 'greeting' 'hi'
would be used in conjunction with a SAY trigger to go off when a player
uses one of those expressions in his/her SAY command.  A blank keyword with
a say/tell field will trigger always when a player says/tells.


with given/dropped, keywords can hold a list of vnums to trigger on.
If blank, any vnum will do.  EG: if it's a mob script, keywords holds a list
of vnums the script will trigger on if the mob is given object vnum X.
If it's a object script, keywords holds a list of vnums of mobs the script
will trigger on if the obj is given to this mob.

Coming in the future: (possibly) GIVEN_MONEY, ON_DEATH, OBJ_SACCED

Other options in scriptedit:
----------------------------

CODE <code_chunk>       This is the code chunk which is "launched" when
			your trigger goes off.
interrupt               this toggles whether or not the script can be
			interrupted part way through with another trigger
			instance. (Not usually good if the script "lingers"
stops                   In specific scripts (room/mob), if this is set
			and the character leaves the room, the script ends.
player                  Player only.  If this is on, only players will be
			able to trigger the script.  If not, mobs entering

			the room and such can trigger it.
Room <vnum>
Mob <vnum>              These are the vnums the script is linked onto. 
Obj <vnum>              Only ONE of these should be set!!


~

101 RESET1~
This will hopefully explain how to reset things. Mobs and objects
are reset by number in the room. You put resets into the room and
when the room is reset, the resets are executed in order. There
are a great many resets which deal with previously reset items
and these require the resets to be done in order.

The resets are numbered from 1 to N where N is some number.

Reset with no arguments shows you all the current resets.

Reset delete <number> will delete reset <number>. Note that this
then moves down all the following resets, so if you have say 10 resets
and you spam reset delete 6, you will eventually delete resets 6-10...
as the trailing resets all get smaller reset numbers.

The first reset is a MOB reset.
The syntax is:

Reset <number> mob <mob vnum> [<chance> <max number>]

<number> tells where to put the new reset in the list of resets. If
there is a reset numbered <number> already, the old reset gets pushed
to a higher number.

<mob vnum> is the mob vnum.

<chance> is a number from 1 to 100..usually mobs are set at 100 pct.

<max number> is the max number of that type of mob which will appear
in the room before no more will pop there. 

The default to <chance> is 100 and the default to <max number> is
1. So just typing 

reset 1 mob 4526 

will make mob number 4526 appear 100pct of the time with a max number 
of 1 in the room. This is a nice shortcut.

Mobs will mount and follow if you set 3ride or 3mount. They follow/mount
the previous mob in the room so reset horse, then knight. It is possible
to reset a horse wearing equipment, then a knight and the knight will
still ride the horse.

See Also: RESET2, RESET

~

101 RESET2~
The second type of reset is an object reset.
These have the following syntax:

reset <number> obj <vnum> <location> [chance].

<number> is again the reset number within the room.
Note that if the location is not "room" this gives an error if
it is the first object reset. Objects which reset on mobs
or in objects do not reset if the mob or object they reset in/on
is not reset also.

<vnum> is the vnum of the object.

<location> There are several choices for this..

room       It pops in the room, useful for portals and noteboards and
           furniture. 

inside     It loads inside the previous item (usually a container).

worn  or 0 It loads worn on the previous mob.

<a number greater than 0> This is used if the object is to be reset on
           a shopkeeper. It gives the number of items that repop.

Note that if a mob is not a shopkeeper and the reset location is worn
or a positive number, one copy of the item goes to the mob and it
will attempt to wear it.

If the mob is a shopkeeper, then the item goes to the shopkeeper
inventory and if the reset location is worn, one item goes to the
inventory.

If you pick any other argument, it defaults to worn.

Chance is a number from 1 to 100, and if you do not type this in
explicitly, it defaults to 20 percent.

Remember good items should have resets of 5 pct or less, damn good items
of 1-2 pct. THERE ARE NO LIMITED ITEMS!!! THE CODE WAS REMOVED. KEEP THIS
IN MIND.

See Also: RESET1, RESET
				 
~

0 ALLY ALLIANCE~
From time to time, it may become necessary to ally one kingdom with
another. For this brief period of time those kingdoms are considered
as one, and can see each other's channels and can do everything
interchangably except auctions. The alliances are created and
broken by admins and will be fairly rare. These will be used
for various purposes.

type alliance or ally to see who is currently allied.

~

0 ALIGNMENT ALIGN KINGDOM KINGDOMS NATION NATIONS SIDE SIDES ALIGNINFO~
There are no good and evil alignments anymore. There are now several
kingdoms, or alignments, which are separate from all the rest
(unless allied by the admins for short periods). This leads to
more interesting possibilities of battles among several sides
and two sides engaged in a fair fight being overwhelmed by a
third when the first two sides are hurt.

There may come a time when each side can decide on the type of
For now, no sides are permitted to engage in same side pkill.

Aligninfo or aligninfo <align_name> or aligninfo <align_number>
will give you specific information on an alignment.
~

0 GAMBLE GAMBLING CASINO~
As if the game wasn't addictive enough, we now have 
rudimentary gambling. To gamble, you must find a room which
is a casino room, and go there. Then you type

gamble <amount> <game>

Where amount can be a pure number or a number of a
certain type of coins, such as 50 silver, which is then
converted into numbers of coppers.

The games we have at the moment are roulette and slots.
They don't give you any options, but more ill be coded in later.

Roulette pays 43:1 on a 1/45 chance of winning,

In slots, if all the symbols are the same, you win.
The best payout is bar bar bar worth 500:1.

If the last things to come up is a star, if
the other two were different, you win 1:1, if they 
were the same, you get your money back.


~

0 ARENA CHALLENGE ACCEPT~
We have an arena where you can practice pkilling without loss of
equipment. You can also bet on the arena, but you must arena
someone who is of your own alignment, or which is allied with your
alignment. You must be at full hit points to challenge someone.

You type

Syntax: Challenge <playername> 

then they type

accept yes or decline to avoid the arena. While you are spelling up
for combat in the arena other people can type 

bet show 

to see who is fighting, and then 

bet <amount> <1 or 2> 

to place a bet.

~

0 AUCTION BID~
We have an auction system that allows you to sell to people of your own
alignment (NOT allies in this case). To start an auction type

auction <item> <amount of copper (at least 100)>.

This will set up the auction and set a starting price which is 
higher then your starting price since the autotransfer costs money.
The buyer pays half, and the seller pays half of the transfer fee
so if you have a low price on an item with a high transfer fee,
you can lose money selling it.


To bid on an item, just type bid <amount (of copper)>.

You can overbid someone by bidding 20 more coins, but people who
constantly bid things up by 20 coins tend to get pkilled by their
own side.

If you wish to halt an auction because a mistake was made,
such as someone bidding 10000 when they meant 1000, 

type auction halt

This must be done before going twice. It is possible to spam
auction/halt on an item..and any time you put an item up for
auction you don't intend to sell it, it can be considered spamming.
If you spam auction, your side might pkill you for being annoying.
Private auctions are part of the "unwritten rules" that make things
easier...please try to respect private auctions as long as the
people engaged in this do not do it too often. However, there
are no rules stopping someone from ruining a private auction.
If you make it a habit of interfering with legitimate private
auctions just to be an ass, your own side will probably pkill you.
~

0 BATTLE BATTLEGROUND~
The Battleground is a place where you battle against other players to
 win a prize. When a Battleground is announced, you enter yourself by
 entering the command BATTLE. When it starts, you are teleported to an
 area of 20 rooms where you fight until you die, or win. Should you
 die, there will be NO experience points loss and NO items loss. You will
 simply be teleported back to the place you were before typing BATTLE. If
 you win you are teleported to your home town. Bugging a god to run a
 battleground will result in demotion, or loss of experience.  Repeated
 bugging may result in something worse...

Acid and fire spells do damage items in a BG, so items CAN be lost.
There will be no reimbs of any kind for losses caused from the BG.

~

0 BUTCHER~
This skill can be used to turn a corpse into flanks of edible steak.  Rumors
exist that the most skilled butchers can even turn a giant worm corpse into 
delicious, tender morsels that could be sold at the finest of inns and pubs.

~

0 WARPOINTS WAR POINTS 'WAR POINTS' WARPOINT~
These points are a good indicated of how successful you have been
in the war between good and evil.  Player kills of opposite alignment
add a certain amount of warpoints, depending on their level.  If
you are one of the top ten killers in the lands, then your name will
go on the topten list (view topten list by typing topten).  As a top
killer, you do not receive anything special per se, except perhaps
the respect and fear of other players.  The difference between
killpoints and warpoints is that warpoints represent player kills,
while killpoints include difficult mob kills.
~

0 DUAL 'DUAL WIELD'~
This skill allows you to successfully attack using two weapons (one
in each hand).  Without this skill, you will only use your primary 
weapon to attack with.  You cannot use two weapons and a shield.
~

0 TROPHY~
This command shows your best Alien(Aturion)/Humanoid kills, along with the
level they were when you last killed him/her and how many times you have
killed the player.  Playerkills in the same alignment will not show up on
this list, nor will mobs.  If all the slots are filled, the lowest level
character will be checked, and if the current kill is of higher level, the
lowest character on the chart will be overwritten. 

Trophy MOBS will show you what mobs you have killed, and how many times you
have killed each one.

~

0 START STARTING HINTS HINT NEWBIE NEW HELP~
Welcome to the Lands of Chaos. You will note that you are in a room with
no exits, and a single portal. In a moment you will want to enter the 
portal to go to the newbie land. For now, type who. You will note that
the mud looks empty. There are other players on, but you are protected
from them until level 15, and since this is a pkill MUD, you cannot
see them. Getting to level 15 is easy once you have the hang of the game.


If you want a quick list of commands type "command", and if you want
to find out something about the command in question type help <command>.

Type Help NEWBIETWO
~

0 NEWBIETWO NEWBIE2~
Type eq, and you see you are wearing nothing. Now, type wear all
and you will see that you equip some items. Now type eq again
and you will see that you are using some things. Type score and
info to see some stats about your character. You will note that you
cannot see your stats at this low level. You will see numerical stats
at level 15. Type rating and topten. These two commands give you a 
feeling for who is "winning the game". Rating is a measure (not perfect)
of how powerful characters are. Your rating will probably be around
100-140 right now depending on how well you rolled. If your rating is
much below 100, you have a weak character and should consider rerolling.
If you have never placed LoC before, consider playing a Golem or Troll
race and rolling using choices EBBE. This will get you a decent "tank"
character you can use to explore.

Type Help NEWBIETHREE
~

0 NEWBIETHREE NEWBIE3~
Now that you have seen your equipment, type slist skills,
slist spells, and slist profs. These are the three types of
"things" you can learn to use to go out and kill people in LoC. 
Spells come in all kinds, from healing to offensive to location
and identification. Skills are combat-oriented abilities. Proficiences
are roughly speaking non-combat skills. You will note on the
score command you see at the upper right hand corner 
Profs Slots: [ num/num ]
Skill Slots: [ num/num ]
Spell Slots: [ num/num ]

What the first num represents is the number of that type of ability
you have "learned", and the second number is the maximum number
you can learn. This is an important point. We do not have classes
here, but each race is limited in the number of skills and spells
and profs it can learn. So, if you play a sprite, you can learn
a lot of spells and few skills and you will be weak in hand
to hand combat..but will kick butt with spells. The same thing
applies to Golems being very good at hand to hand combat, and weak
spellcasters. A lot of spells have prerequisites which mean
that you cannot just get the "really good spell" without
learning possibly dozens of spells before it. No character
will have all of the "best" spells/skills/proficiences. 
However, it is possible to make a character that is decent
at a little bit of everything.

Type Help NEWBIEFOUR
~

0 NEWBIEFOUR NEWBIE4~
There are other things you can "buy" to improve your character.
Type help guild and help augments. The guilds are sort of
like classes, except you can join several of them eventually.
Many skills and spells and profs require one or more guilds
to learn. Type slist chameleon for an example. You need to
be a member of ALL of the guilds listed to get that spell.
Type Guild costs, and augment costs. Note that each guild
and augmentation has a cost in terms of how many remorts
you need, how many levels you need, and how much gold and
how many warpoints you need. (Warpoints are "points" you
get for pkilling people of different alignments...and you lose
them for being pkilled). Type remort costs. You currently have
0 remorts, and you need to go and gain levels, and get
money, and pkill to be able to remort. 

If you haven't done it already, type help rules and help pkill.
There are a lot of rules, but the basic idea is work with
those who are of your own alignment, don't be rude, and don't
be a pain to the admins. You should pkill people of other 
alignments as much as possible, and if you have never pkilled
before, you will probably not be too good at it, so stick 
with groups until you get the hang of it.

Type Help NEWBIEFIVE

~

0 NEWBIEFIVE NEWBIE5~
That is most of the information you should need to get started. 
Enter the portal and type scan. You should see some monsters nearby,
and if not walk around some by using the direction commands
n e w s u d. Also, try out the world and players commands.
Fighting is not too complicated at low levels, you just
type kill <monster> and then fight it. Monsters that consider
somewhat tougher than you, but which are not too tough
like ARE YOU MAD! or Squish you with ease... are not too
hard to kill. Fleeing incurs almost no penalty here, so don't
be afraid to flee. Also, regeneration is so fast here that
you will eventually be able to take some tough mobs solo by
attacking for a bit and then resting...but not yet. When in
combat, type flurry to get an extra hit or two. Flurry is also
a skill and it is more powerful with the skill, but for now it
will help you to kill the newbie monsters. 

Type help NEWBIECOMMANDS


~

0 NEWBIECOMMANDS~
TPS            RULES             RESIZE          SCORE
FLURRY         PKILL             REPAIR          WEIGHT          
RACES          BATTLEGROUND      STORE           FIGHT OPTIONS
CONFIG         SACRIFICE         ALIGN           TOPTEN
RATING         SLIST             RACEINFO        SPELLS
SKILLS         PKSTAT            PROFICIENCIES   EQUIPMENT
PREREQ         ZPREREQ           MAPPING 

~

0 RACEINFO RACES RACE RACELIST~
The raceinfo command lets you see information on all the races, or
on individual races like you see when you create a character.

Syntax: raceinfo             for information on all races

raceinfo <race_name> or raceinfo <race_number>

for specific detailed information on a certain race.

~

0 PRE PREREQ PREREQUISITE ZPRE ZPREREQ ZPREREQUISITE~
Syntax: pre <skill/spell/prof name>

This gives you the 0-2 prerequisites that particular thing has.

zpre <skill/spell/prof name> gives you all of the prerequisites
for a particular spell/skill/prof...but it does not repeat
them so you will notice for some of the more powerful attack
spells, spells listed at the bottom of the zpre tree do not have
prerequisites..this is because it would be too spammy to do it.
To get an idea of how many prerequisites a particular spell
has zpre it.

~

0 WEIGHT~
Syntax: weight

This command will allow you to see how much weight you are carrying. 
Weight is very important in this game. If you are over weight you will
find it more difficult to move around the world. If you have excess items
it is a good idea to drop them or store them at the bank.
~

0 KNIGHTMARE~
What make fun me can't do stop nice no wait go don't be go play kill
what.
~

102 ADDAFFECT REMAFFECT~
Syntax: addaffect <what-affect-added> <modifier #> <1>
Syntax: remaffect <what-affect-added>

what added  is the name for example intelligence,
kick_damage, saving_spell, ac, dam. The word
must be written out completely and correctly or it
will say the affect is (unknown).

See also: OEDIT OBJ_POWER

~

0 TINDER TINDERBOX~
A tinderbox contains pieces of flint and small twigs that allow you to
light lanterns and torches.  Without a tinderbox, there is no use in
having a lantern or torch.
~

0 KILLPOINTS 'KILL POINTS'~
This is a good measure of the difficulty, and number of tough mobs in the 
world that you have fought and conquered.
~

0 COMPACT~
What other muds call "Compact" mode, we simply call CONFIG BLANK.
Type Config for a list of settings (all are toggleable by typing
config <setting-name>.

~

0 FIGHT OPTIONS 'FIGHT OPTIONS'~
Syntax: Fight or Fight <togglename>

Typing the word fight by itself will show you a list of your behaviors
in combat and ground fighting.  Typing fight followed by an option will
toggle option on/off.  For instance "fight elbow" would toggle whether or
not I use elbows in ground fighting.  Here is a brief description of some
of the normal fight toggles:

POWER:       If on, your attacks will do slightly more damage.  If off, you
	     will be able to attack at a slightly increased speed.
AGGRESSIVE:  If on, your attacks will be more forceful and hit more often.
	     If off, you will occasionally dodge a blow that you might not
	     have if aggressive had been on.
GROUND:      If on, you won't try to resist a fight that may end up on the
	     ground.  If off, you will do everything in your power to make
	     sure the fight doesn't go to the ground. If you try to resist 
             going into a groundfight, you will find it very hard to tackle
             anyone.
~

0 ANNOUNCE~
Syntax: Announce <text>

If you are a clan-leader, you can announce things to your whole clan 
using this method of communication.
~

0 REPAIR~
Syntax: Repair <item/all>
	Repair <item/all> yes

Certain people in the world, often weapon smiths or armorers, can
repair damaged weapons and/or armor.  Repair <item> will give you an 
estimate of how much the item will cost to repair.  Some magical or 
powerful items cannot be repaired at all, and some items may cost more 
than others to repair.  If you wish the repairs to be done, type Repair
<item> yes, and the repairer will go ahead and fix up your item.
~

0 SWIM SWIMMING~
With
this skill, you will be able to swim in most shallow waters.  Deep water,
or water with large waves is simply impossible to swim in.  


~

0 ARMOR ARMORCLASS AC 'ARMOR CLASS'~
Armors like breastplates, helmets and various protective spells can
all be used to lower your "Armor" value.  The more armored you are,
the more damage can be "absorbed" from an attack.  If you are well-
enough armored, many attacks will not even reach your skin, and will
just give you a small bruise.  Armor is not a 100% sure fire way to
stop all attacks, though; often an opponent will be able to find an
opening on even a person with incredible armor and the armor may absorb
little or none of the blow.  Many normal people have trouble handling
heavy armor, and actually fight better in normal clothes.  Don't
underestimate the power of speed and agility!
~

0 Sprite~
Sprites are tiny little faeries which live in the forest. They are
very weak and frail, but can fly very fast and have extremely sharp
mental abilities.
~

0 High-Elf~
High-Elves are the most noble of the elven races. They are tall and
thin, and lack the robustness of humans or other larger creatures, but
they make up for this with minds capable of thinking and understanding
far beyond most of the other races of the world. They also have keen
eyesight which can discern even things which are not visible moving
against a background.

Since high-elves are the holiest of races, they gain a 10 percent
bonus to damage with spells when pkilling.


~

0 Illithid~
These horrible creatures look like squid-men. Their heads have short,
purple tentacles, and their "hands" are really just claws, which are
not very effective for gripping. Despite their physical shortcomings,
their minds are finely tuned to the magical arts, and their sensitive
tentacles can detect fluctuations in the air caused by the passage of
unseen creatures.

Because illithids have the most powerful of minds, it is extremely
hard to save vs their spells.

~

0 Half-Elf~
A Half-Elf is a crossbreed of a human and an elf. Although matings of
this kind are rare, the resulting offspring gains some of the stamina
of humans, while not losing all of the enhanced mental powers of the
elves. Half-Elves can also see in the dark as well as their high-elven
cousins, and are even slightly taller.
~

0 Dark-Elf~
The Dark-Elves are elves which have turned to the side of evil. These
elves have grown up in darkness and can see in the dark
perfectly. The dark-elves are slightly more robust than their high-elf
brethren, and the harshness of the underground world has caused them
to lose none of their mental capacity relative to the high-elves. Yet,
the dark-elves are still much more intelligent than the average human,
and more frail at the same time.
~

0 Sea-Elf~
Sea-Elves are descendents of an experiment. At the
beginning of the ancient colonization of the world, certain elves 
offered to move to the underwater areas of the world for Kizmet. Then,
during the alignment wars, the Sea-Elves were split from their
Sahaugin cousins who became twisted and evil. Sea-Elves are more
slight than a human, but slightly sharper mentally, and they feel just
as at home underwater as they do on land. Sea elves look like thin
elves with slightly green skin.
~

0 Gnome~
Gnomes are small humanoids who are sort of stocky, and generally
have beards (both sexes!) and have poor eyesight. They are not 
very hardy or strong, but they are totally immune to blindness.
~

0 Narcoleprechaun~
These spry creatures are found in the forest and have a bad habit of
falling asleep at the worst times.
~

0 Wild-Elf~
Wild-Elves are elves which have forsaken the cities and structured
life of the High-Elves. They have learned to move silently through the
forest, while still retaining the elven ability to see in the
dark. Wild-Elves are more robust than elves, but lack the mental
faculties to challenge the High-Elves in the area of magical prowess.
~

0 Goblin~
Goblins are shrunken humanoids with grey skin which live below the
earth. They are a generally obnoxious bunch, and tend to smell. Not
known for their great size and strength, goblins nonetheless have
learned to be quick-witted and quick on their feet. They have learned
how to move quietly away from threatening situations, and can see the
heat of other creatures in total darkness.
~

0 Kender~
These little creatures are very curious and playful, and tend to
walk around on the balls of their feet, thereby not making any
noise. They do not make for very good warriors, but tend to excel
at anything requiring sneakiness.
~

0 Gimp~
Gimps are ugly, smelly little humanoids that do not have much of
a place in LoC. Being the whiners who wished to avoid the alignment
struggles by evasion, they have been given the power to avoid
detection, but at the price of being a very weak race. 
~

0 Human~
Humans are the standard race from LoC. 
Although they have no special abilities, they are capable, on average
of improving themselves more than any other race. They also gain
a small bonus to each of their original stats.
~

0 Draconian~
Draconian are the results of experiments in miniaturizing
dragons. They look like small upright dragons with large, leathery
wings. Although they can fly, the closest they can come to breathing
fire is the occasional wisp of smoke. A dragonkin is noted to be a
smart and robust creature, but a little clumsy.
~

0 Buckawn~
Buckawns are stocky man-sized humanoids with thick fur and pointy
ears. Buckawns are somewhat more robust than humans, and since they
are natural hunters, they are aided by night vision unsurpassed in all
the land. The price they have paid for these hunting skills is their
lack of learning ability.
~

0 Orc~
Orcs are the grunts of the evil world. They are mean, dumb and
tough. They can pass for human if they wear loose-fitting clothing,
although the smell usually gives them away. If they do not have 
cover over their body, their snout noses and little pink eyes usually
clear a room within seconds. They can see perfectly in
total darkness and generally shy away from the more intellectual
pursuits in life. 

Orcs gain a bonus to their percent learned when they practice a
combat skill fully.

~

0 Dwarf~
These short, stocky humanoids are generally more interested in
drinking than fighting. They move rather slowly, but can pack a wallop
if they do engage in combat, and they are tough enough to take
quite a licking before being forced to submit. They are not very
bright, but have learned to keep excellent records of the lore of
the ages, and can call upon this wisdom in times of need.
~

0 Ogre~
Ogres are big, mean, dumb, and smell awful. They are large humanoids
with thick grey skin, and glowing purple eyes. Ogres have become
attuned to the darkness in which they live and can see in the dark 
perfectly. They make excellent shock troops, but their limited mental
abilities prevent them from doing anything really complocated. On the
other hand, if you need something broken, ogres are well-suited
for the job.
~

0 Tree-Troll~
Trolls are big, ugly creatures with mottled green skin and purple
eyes. They grow to be well over 10 feet tall and generally live
in caves and holes in the forest. They have a very fast regeneration
rate, and tend to be very powerful in combat, while rather dumb.
~

0 Golem~
The Golem are magical creatures which were created as guards for
wizards. They managed to escape their slavery ages ago, and they 
began to learn the secrets of creating more golem. They are not
particulary bright, but they can absorb more damage than any
other race, and they do not bleed.
~

0 Minotaur~
Minotaur are huge humanoids with huge horns sticking out of the sides of
their heads. These horns can be used when in close quarters combat to
knock out the eyeballs of an enemy, thereby blinding them.

Minotaurs are the masters of groundfighting. They can tackle anything,
they have a better chance of tackling, they inflict more damage,
they take less damage, and they have a better chance of choking
in groundfights.

~

0 GODS WIZLIST~
                   The Lands of Chaos staff:          
		

  		         Administators  
 Gausser,  Flatline,  Zurok,  Mephistos   


Code by: Diku, Merc, TheIsles, Emlen, LoC


See also: WORLDBUILDERS

~

0 WORLDBUILDERS~
     Thank you to all who have spent there time here building and
	 all of those who have helped us create this diverse world.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

World Builders


~

0 MERC~
This mud is based on Merc 2.1, created by Furey, Hatchet, and Kahn.  
Merc 2.1 is available as Merc_21.tar.gz from ftp.tcp.com and 
ftp.math.okstate.edu.
E-mail to 'majordomo@webnexus.com' to join the merc mailing list.

Thanks to ...
  ... Diku Mud for starting it all.
  ... The Free Software Foundation and DJ Delorie for kick-ass tools.
  ... Copper Mud and Alfa Mud for releasing their code and worlds.
  ... Aod of Generic for ... well, everything.  You're a hoopy frood, Aod.
  ... Alander for many ideas and contributions.
  ... John Brothers of Silly for permission to use Silly code and worlds.
  ... Zrin for administering the mailing list.
  ... Abaddon for proofreading our comm.c.
  ... Hind, Quin, Vic, Diavolo, Oleg, Trienne, and others for porting help.
  ... Diavolo, Grodyn, Morgenes, and others for code and bug fixes.
  ... Raff, Doctor, VampLestat, Nirrad, Tyrst, PinkF, Chris, Glop for worlds.
  ... the players and imps of Mud Dome, Final Mud, Mud Lite, Vego Mud, Rivers
      of Mud, Ruhr Mud, and Mystic Realms for bug reports, ideas, new code,
      and hours of enjoyment.

~

0 CREDITS~
Lands of Chaos would like to thank the following for their contributions:

DikuMUD:  Hans Staerfeldt,          bombman@freja.diku.dk
          Katja Nyboe,              katz@freja.diku.dk 
          Tom Madsen,               noop@freja.diku.dk
          Michael Seifert,          seifert@freja.diku.dk
          Sebastian Hammer.         quinn@freja.diku.dk
 (This is woefully out of date, goto www.dikumud.com to see what
  they are up to these days.)

   
MERC:     MERC 2.1 by Hatchet, Furey, and Kahn. 

(See Help MERC)

NiMUD:    by Locke

EmlenMud: by Owen Emlen 

Inetsolve.com
Admin of the following Games: 

   Rights of Passage, unix.worldnetoh.com 3737  rop@unix.worldnetoh.com
   VoR,               148.61.42.180 3333        rwells@cbu.edu
   Fate,              fate.stack.nl 7004        eraser@mud.stack.nl
   Aturion Dynasty    aturion.com 4444          palio@blinksoft.com

~

0 STUDY~
Syntax: Study <object>

This command will allow you to study a book, manuscript or text.  If the
book/etc.. contains useful information about a spell or a skill, you will
be able to learn about the spell or skill inscribed upon the text.
Reading a book that shows you what you already know will not improve your
proficiency in that skill, and the book will burn up.
~

0 ERASE DELETE~
Syntax: delete character forever

You must type delete character forever literally, like it is shown
here. Do NOT put your characters name where the word character is.
Your character will be PERMANENTLY, un-recoverably wiped out. It is
impossible to get him/her back if you change your mind, so use this with
great caution! 
~

0 LONATH~
--Lonath, Previous owner of the mud              johna@wam.umd.edu
~

0 GAUSSER~
--Gausser(Breeze), Admin                         fapaliouk@hotmail.com
~

0 ZUROK~
--Zurok(Wartortle), Admin                        retribution@worldnetoh.com'
~

0 FLATLINE~
--Flatline, Coder, current owner of the server   ravenchosen@yahoo.com
~

0 MEPHISTOS~
--Mephistos, Admin, Coder 
~

0 WWW WEB WEBPAGE~
Visit us on the world wide web - 


     http://loc.inetsolve.com

(Thank Arc for this!)


~

0 EMAIL~
Send e-mail to:   loc@loc.inetsolve.com
~

0 PKILLING PKILL PLAYERKILLING~
This mud is a Pkill mud.  Pkill is encouraged to the highest extent.
It is not illegal to pkill someone of the same alignment, but if you pkill
someone of the same alignment for no reason, expect backlash. If you feel
you have been pkilled for no reason, make some friends and get that person 
back. Remember that squabbles within will hurt your alignment in the great
war, and should be looked down apon. Frequent same alignment pkills are not
recommended, and in severe cases could result in action by the gods. Although
you will normally be warned first, you could be frozen or deleted on the first
offense depending on the situation. All same align pkills will be taken on
a case by case basis, and if provoked we will do nothing.

See Help PKILL2

~

0 PKILL2~
You should, however pkill members of the opposite alignment. If you have
never played a pkill mud before, or even if you have, expect to die a lot
here. You will notice once in a while that things like +* A Chaotian Orc *+
appear out of nowhere and attack you. Those are the things you should
kill. Probably they will have a few people with them, which means
you should run. To learn to pkill, you will need to go out into groups
and pkill solo players for a bit, just to get the feel for it.
Eventually, you can learn to play well enough to pkill solo...or even
take on groups by yourself (although this is VERY dangerous). Type
pkstat or topten to see how the "war" is going. 


A few tips on pkilling:

1) Have aliases like alias t tackle darkie
alias z kick darkie
alias x bash darkie

Also if you are a caster and say your best spell is spike,
alias 1 bash darkie*c spike
Or, if you may have to attacka  big group make an alias
alias 2 bash 3.darkie

See help PKILL3
~

0 PKILL3~
Be sure to watch your hps. Set your wimpy to 1/3 your total hps...
Type nospam. There is so much friggin spam in combat that it is impossible
to sort it all out till you are used to it. Cut down on this by getting
rid of the useless messages in combat by having nospam set on.
Try not to flee unless the wimpy kicks in or the leader starts to say out.
PAY ATTENTTION TO WHO IS WINNING THE BATTLE! If you see like 3 people
on your side dying in quick succession...be ready to run. If you see 
members of the opp align dying...be ready to start chasing. It is
generally better in an even battle (say 5 on 5) to start out causing
damage instead of spam tackling...unless your target is someone who needs
to be tackled. Also, be aware of the power of healing...mass healing
is one of the absolute most powerful spells in the game. If the other
side has a couple of mass healers...that can add up to 600 hps to EACH
person on the other side. Make sure you attack the healers, as well
as the mages. Also there are spells that cause no damage, but which hurt
the victim in other ways, like lethargy, wounding, and paralyze. Try them
out. The most important thing is to learn to watch your hps..and play
your part..mages try to cast and take out other mages or cause dam,
healers rescue and heal and unblind and things...warriors try to
cause damage and pin down others and rescue, thieves try to cause
as much damage as possible.

See Help PKILL4
~

0 PKILL4~
There are several different alignments in the world. Type aligninfo to
get a list of all the alignments and their specials. In order to stop
huge groups from roaming around the mud killing everything in their
path, and to prevent people who are clueless from getting excessive 
pkill rewards, we have instituted rules on the number of people
of your alignment in the area when someone is pkilled. 

When a person is pkilled by someone of a different alignment, the
number of people of the same alignment (or allied see help alliance or
help ally) as the person who got the killing blow who are within a few 
rooms of where the victim died is counted up.
If this number is greater than 6 (although this number may change)
then several things happen.

1. The victim does not get their number of pdeaths incremented.
2. The victim dies and goes to their portal.
3. The victim's corpse will be EMPTY, and the equipment in it will be
   removed from the game.
4. The pkiller and the people of the same alignment (or allied alignments 
   as the pkiller) get no exp, no trophy, no warpoints, no pkills, no
   equipment. The only thing they get is the removal of a kit of 
   equipment from the game. (So if your goal is to take down someone
   loaded or to remove equipment from the game...this will do it.)

There are two stipulations to this. 

First, the number of people counted up is the number of the same or 
allied alignments as the person who got the blow. So, if you have 5 
alignments in one room with 6 people each... and nobody is allied, 
warpoints are normal then. 

Second, your outpost zones have been designated "homelands." Since
homelands are meant to be raided with large groups, if the victim
dies inside a zone designated as a homeland, the limits on the
number of people are lifted. The experience will still be much worse
for large groups, but the warpoints will be there, and the equipment
will not be destroyed.

See Help PKILL5

~

0 PKILL5~
The following is the opinion of Lonath:

On another note, do not help the members of the opposite alignment. 
If you want to be friends with them, go talk to them on BambiMUD.
One of the most fun things is to kill someone and take their equipment,
then when they cry about it either go to their outpost and yell at
them that you are saccing it because it sucks too bad, or yell at them
thanking them for the equipment, or even better yell and tell them you
want to give it back to them. When they come for it, kill them again.
Even better, pretend like it was a mistake when a trigger went off,
and then maybe kill them a third time if they are that gullible.
Killing someone more than three times within an hour or so is bad,
that gets into spam killing, so at that point you should return home.
Also, another good thing is to act like you are friendly with the
other side...especially the highlevels, then one day lure them
into a trap so you can kill them and get their equipment.

Please note: 

You are never 'safe' from PKILL.

See Also: RULES, MULTI
~

0 MULTI MULTI-PLAYING MULTIPLAYING MULTI_PLAYING MULTIS~
Multi-playing or multi-players are not allowed period!!! Anyone caught
Multi-playing will be dealt with and that could mean they have all of their
characters deleted. Multi playing includes having more then one character
(regardless of the number of email addresses you have) dropping eq from
char and picking it up with a second character, or asking someone to hold
items for you to name just a few. 

Also, to be more specific, we consider it to be cheating if you know
someone who is at your school, or wherever, and you convince them to make
up a character to perform a specific task for you. Let's suppose for a
moment that your roommate does not play the mud, or may play the mud in
the future, so you convince them to make a character and then that
character holds your oh so special MEGA SWORD OF INSTANT
DEATH. Even though technically they are a different person, they
have no business holding a great item and are basically a storage
character. Now, it is different if there are two people from one site, and
both have tons of hours of playing time. Then if one character gives a
great item to the other to hold, that is reasonable. Making bullshit
characters up, and using them basically as storage characters is not
permitted here. If you want someone to hold something powerful for you,
you must have them work up that character and have them playing a bit. At
the same time, we do not frown upon more than one person playing from one
site, or even having several people from one site swapping eq or being in
a clan etc... Just no bullshit. Make sure everyone who gets the megabuff
eq is a REAL player who has already been playing, and who does not just
log on conveniently when a certain item is needed. Yes we will be
checking, and yes it is easy to do. Even though there are no limited items
here, we will be keeping track of the POWERFUL items, and if they
are in the hands of some newbie that no one has heard of, we will watch
the newbie, and if it logs and hands eq to certain chars then buh bye. 


And another thing, if there is a locked door with a low pop key, don't
have that person sitting next to you in the computer lab make a newbie
char who goes and logs out behind the door, so that when you log on and
want to play you can "conveniently" open the door for you. This is still
multiplaying as far as we are concerned, and also multiplaying covers any
other sneaky junk you may try to pull by having "someone else" who is not
a real player do something for you to make your life easier. It does not
even matter if that character is controlled by a real, live, different
person. In that case you are breaking the spirit of this rule, if not the
letter and that is good enough reason to enforce the punishments. 

See Also: RULES 
~

0 LIMITED~
There are no limited items here in the sense of the flag. There are items which
are harder to come by, and items which may have their pops removed once there
are enough in the game, but there will never be an item which is limited in thetraditional sense of the code.
~

101 MOBS MOB MOBTYPES MOB-TYPES MOBS~
+----------------+--------------------------------------------+--------------+
| ARACHNID       | All the spider-type mobs.                  | BITE         |
| BIRD           | Flying birds, any kind of bird.            | PECK         |
| CANINE         | Dogs, wolfs, etc.                          | BITE         |
| DRAGON         | Huge lizards with wings.                   | CLAW         |
| FELINE         | Cats, lions, tigers, etc.                  | SCRATCH      |
| FISH           | Swimming fishes, water sector only.        | BITE         |
| GENERAL_ANIMAL | Any forest animals or pets.                | BITE         |
| INSECT         | Annoying flying insects.                   | STING        |
| PLANT          | Intelligent plants.                        | SCRATCH      |
| REPTILE        | Lizards of any kind.                       | BITE         |
| RODENT         | Rats, vermins, etc.                        | BITE         |
+----------------+--------------------------------------------+--------------+
| *DRACOLICH     | Weak against dispel undead.                | CLAW         |
| GHOST          | No hittable without magic weapons.         | GRASP        |
| *SHADOW        | Mobs make from darkness.                   |              |
| UNDEAD         | Weak against dispel undead.                | TOUCH        |
+----------------+--------------------------------------------+--------------+
| *GIMIC         | Fake chest, objects, etc.                  |              |
| STATUE         | Mobs made of diferent materials.           | POUND        |
| *WALL          | Fake walls.                                |              |
+----------------+--------------------------------------------+--------------+
| BEHOLDER       | Big floating eye.                          | DRAIN        |
| CHIMERA        | A mix betwen a lion and a dragon.          | CLAW         |
| DEMON          | Evil creatures.                            | CLAW         |
| ELEMENTAL      | Creature made from the elements of nature. | DRAIN        |
| GARGOYLE       | Demon shaped wingned creature.             | CLAW         |
| HYDRA          | Wingless dragon with multiple heads.       | BITE         |
| WEREBEAST      | Strong human like wolf.                    | CLAW         |
+----------------+--------------------------------------------+--------------+
| BUGBEAR        |                                            | PUNCH        |
| CENTAUR        |                                            | KICK         |
| DRACONIAN      |                                            | CLAW         |
| DWARF          |                                            | PUNCH        |
| ELF            |                                            | PUNCH        |
| FAERIE         |                                            | TOUCH        |
| GIANT          |                                            | PUNCH        |
| GNOLL          |                                            | PUNCH        |
| GNOME          |                                            | PUNCH        |
| GOBLIN         |                                            | PUNCH        |
| GOLEM          |                                            | CRUSH        |
| HOBBIT         |                                            | PUNCH        |
| HOBGOBLIN      |                                            | PUNCH        |
| HUMAN          |                                            | PUNCH        |
| ILLITHID       |                                            | PUNCH        |
| IMP            |                                            | PUNCH        |
| KENDER         |                                            | PUNCH        |
| MINOTAUR       |                                            | GORE         |
| MUTANT         |                                            | PUNCH        |
| OGRE           |                                            | POUND        |
| ORC            |                                            | PUNCH        |
| SKAVEN         |                                            | PUNCH        |
| SLIMES         |                                            |              |
| SPRITE         |                                            | TOUCH        |
| TROGLODYTE     |                                            | PUNCH        |
| TROLL          |                                            | CLAW         |
+----------------+--------------------------------------------+--------------+
| DUMMY          |                                            | NOTHING      |
| OTHER          |                                            | SCRATCH      |
+----------------+--------------------------------------------+--------------+

See Also: MFIND, MEDIT 
~

101 'IREF FURNITURE' FURNITURE~
As of the creation of this help file, there is only enter-able furniture.
This is made by setting obj-type to furniture, and setting the proper
values.  v0 = 4, and v1 = the destination room vnum.  For example, if
v1 = 00, then entering the object would take you to room #00.  
Make sure you don't make enter-able objects take-able, or people have an
infinite # of teleports!
v5 1 = portal has a 1 in 4 chances of eatting non-worn objects
v5 0 = portal will not eat items.
~

0 EVENTS QUEST QUESTS~
There will be occasional quests and other events depending on the whims of
the imms. Some will be over several days, some may last a half hour or 10
minutes. They could involve any number of things, but in general they will
be designed to make the pkill corpses pile up. =D

~

0 CHANGES NEWS~
July 10, 1999

-New alignment code in. Alignments act like races in terms of modifying
characters. 

-Alliance code in. Type alliance to see who is allied with whom.

-The world is still being worked in at erie.wizvax.net 3333

~

0 STORE UNSTORE CSTORE CUNSTORE~
Command STORE <object> can be performed at a bank.  This command is used
to store objects in the bank network (withdrawable at any bank throughout
the lands) for a fee which will be stated.  STORE <object> YES finalizes
the storage.

Command UNSTORE <number> or no arguments, shows a listing and/or gets an
item from storage.  You must be at any of the banks of the world, and
have the money in hand to get back your equipment.

Command CSTORE <object> is just like store, only the action can only be
performed in the clan house.  The stored object goes into a pool of clan
items (like a clan donation), for anyone to withdraw, free.

Command CUNSTORE <number> or no arguments, shows a listing and/or gets an
item from the clan storage.  This is totally free, but it is advisable to
check with clan members before taking all their stuff :)
~

0 INVESTIGATE INVESTIGATION~
This skill allows you to investigate a corpse and determine both the reason
of death, and who looted the corpse.  With mobs, it is impossible to deter-
mine the reason of death (too easy to track people).

There is a delay on this command.  If you succeed (your make the skill roll),
the reason of death and looters (if any) will be revealed.  If not, you
will simply be unable to determine anything from the investigation.  Finding
that someone looted your corpse against your will/knowledge is against the
rules.  Please report it to Orin, and measures will be taken.

The person whose corpse it is will never show up as a looter.
~

0 BOAT BOATS~
Boats are vehicles you carry around to let you travel across water.
~

0 LINKLESS 'BAD LINK' LD~
If you lose your link, you will just sit there out in the world ripe for
anyone and everyone to come along and pkill you. If your link sucks, you
are encouraged to come back later or just hope it does not get you killed. 
There are no reimbs, so there will
 be no reimbs for bad links. Just take heart in the fact that if your link
sucks, then lots of other links suck.

~

101 RESET1~
This help file will (hopefully) explain you how to make mobs and objects
reset by themselves.  This is usually done after the area is done, but when
you do it is up to you.

Resets are done by number.  This means, if there are 4 total resets in a 
room, they will be numbered 1-4.  Also note that both objects and mobiles
are room-resets.  RESET with no argument will show you the current resets
for the room you are in.  RESET 1 will show you the basic syntax for using
the RESET command, but that is confusing, and the reason this help file 
exists.

The first type of reset (although maybe not in the RESET 1 display) is a
mob reset.  This type of reset will let you automatically load a mob into
the room. 

The syntax is: RESET <number> MOB <vnum> [<chance> <max number>].

Let's take it one at a time.  <number> is the number of the reset, not
how many to load.  This will be more discussed later, and you can usually
just make it 1.  MOB isn't a variable, just put MOB to tell that it is a
mob reset.  <vnum> is the vnum of the mob you want loaded.  <chance> is
the % chance that the mob will load upon reset.  <max number> is how many
of the mob can exist in the world; for example, shopkeepers would be 1, 
so that two identical 'Bob''s don't load in the room.  <chance> and 
<max number> are in [ ]'s which mean they are OPTIONAL(you can leave them
out and it will assume 75% chance, and 100 max number.)

For example, let's say you have a small red bat, vnum 10000.  You would type
RESET 1 MOB 10000 100 7 - if you want it to always load, and 7 max in 
world.

If you want mobs to automatically mount, just set the mounting mob's
riding act3 flag, and put it in the reset list after the mob you want 
it to mount.

Same goes for follower mobs.

See Also: RESET2, RESET

~

101 RESET~
SYNTAX: reset area ..... resets (repops) area that you are in
 
SYNTAX: reset room .... resets only room you are in
 
 This will hopefully explain how to reset things. Mobs and objects
are reset by number in the room. You put resets into the room and
when the room is reset, the resets are executed in order. There
are a great many resets which deal with previously reset items
and these require the resets to be done in order.
The resets are numbered from 1 to N where N is some number.
 
SYNTAX: reset with no arguments will show you all the current resets
 
SYNTAX: reset delete <number> ... will  delete reset <number>
 
--- MOB RESETS ---
 
SYNTAX: reset <reset_number> MOB <mob_vnum> [ <chance> <max number> ]
- <number> tells where to put the new reset in the list of resets. If
there is a reset numbered <number> already, the old reset gets pushed
to a higher number.
- <mob vnum> is the vnumber of the mob
- <chance> is a number from 1 to 100..usually mobs are set at 100 pct.
<max number> is the max number of that type of mob which will appear
in the room before no more will pop there. 

The default to chance is 100 and to max_number is 1
Typing --> reset 1 mob 4526 <--
will make mob number 4526 appear 100pct of the time with a max number 
of 1 in the room. This is a nice shortcut.
 
--- OBJECT RESETS ---
 
SYNTAX: reset <number> OBJ <vnum> <location> [chance].
- <location> can be:
 
   room       Object pops in the room, useful for portals fountains etc
   inside      It loads inside the previous item (has to be a container)
   after   -->this is the ONLY way that items should repop on mobs
           if location=after, mob will wear the item wherever it should
 
- <vnum> is the vnum of the object
- <number> is again the reset number within the room
Note that if the location is not room it gives an error if it is
the first object reset. Objects which reset on mobs or inside other
objects should have reset <number> the number after number of 
that mob or container
- <chance> is the number between 1 and 100, default is 20 percent
 
 
   See also: RESET_EXAMPLE
 
Note: quick help on reset can be gotten by typing RESET 1
~

101 RESET2~
The second type of reset is an object reset.  These are more complicated
than mobs, but the syntax is similar. 

The syntax is: RESET <number> OBJ <vnum> NONE [chance].

<number>, like mob resets, is the number of the reset, not how many to
load.  For now, you can use 1, until you start to load objects on mobs,
or insider each other.  <vnum> is the vnum of the object - self explanatory.
<location> is the most complicated part, though simple in the concept.
There are three 'location types':

room       This will make the object load _on the ground_.
inside     This will make the object load _inside the previous reset item_
<location> See HELP LOCATIONS to see a list.  This will make the object
	   load _on the last reset mob_. ***DO NOT USE THIS ANY MORE****
NONE       This should be used in place of location.           

Chance is OPTIONAL, since it's in [ ]'s - if you leave it out it assumes
75% chance of loading.  There are no total object limits; we don't believe
in first come first serve, everyone has a fair shot at getting anything.

Now, the real hard part is realizing how to set up reset numbers.  Generally
put, you don't need to worry about them _unless_ you are loading objects
inside each other, or on mobiles(NPCs.)  When you do this, however, it will
load the object on the reset previous to it.  For example, if reset #1
loads corpse of an adventurer, you can have reset #2 load a small journal,
inside the corpse by typing RESET 2 OBJ 4003 INSIDE 100.  4003 is the
imaginary vnum for the small journal, and the 100 at the end means chance.

The same concept for mobiles; make the object reset the number AFTER2
the mob, and the location is the location on the mob, as in HELP LOCATIONS.

See Also: RESET1, RESET
                              
~

0 DISCLAIMER~
----------------------------------------------------------------------------
The administration of this mud takes no responsibility for the actions or
the content of conversation of the players.  If you find anything offensive,
please type "quit" immediately, and do not return.  This mud was not made
for users under the age of 18 in the United States.  Parental supervision is
recommended for minors, and the administration takes no responsibility for
unattended children who may have entered the game without their guardian's
permission.  Furthermore, all notes posted may be read by the administrators of
Lands of Chaos.  If you wish to write a private note, use email.  Lastly, any
work you do on the mud becomes the property of Lands of Chaos, and may not be
withdrawn without Kizmets authorization.  You however, are entitled to a
copy of any work you complete on the mud.  
----------------------------------------------------------------------------
~

101 'IREF STANDARD' STANDARD CASH MOB_CASH MOB_MONEY~
Mobs should pop no more than 10 coins per level. Cap this at about 1500.
Don't ask to make "special" money mobs, please.


See Also: COINS, MONEY
~

0 MONEY COIN COINS GOLD~
Coin values are as follows:

1 Gold = 100 Copper

See Also: PURSE
~

0 OBJ_COLORS OBJ-COLORS TITLE~
To set your title type title <string>
 
These are the colors you use when making objects and their short
descriptions, as well as the commands you use to make your title full of
colors.
 
each code is proceeded by a $
 
1 Red
2 Green
3 Brown
4 Blue
5 Magenta
~

0 BLINK~
This is a type of parrying skill used by mages. It requires high int and wis
to use, and it uses 1 mana each time it blocks a hit. It can be configured 
on and off by use of the autoblink command.

 This is not a spell in the traditional sense of casting spells.
To use it, type config autoblink and you will automatically attempt to
blink in combat. Do not try to cast blink, because nothing will happen.
~

0 RANGED 'RANGED SPELLS'~
This is the spell that lets you cast spells at range. You must learn
the spell all the way to the max possible percent, or else it will
not work, and it will never improve if you are below the max
possible practice percent. Use of this "spell" is automatic once you
have it practiced high enough.


 DO NOT ATTEMPT TO CAST THIS SPELL! It is not a spell in the
traditional sense, but is merely a skill listed as a spell so that
the wussy spellcasters don't have to waste a skill slot.

~

101 BOOK BOOKS~
To make a book that teaches something, ALWAYS consult a GOD first.  
Anyway, how you set a book is v0 <sn>, where SN is the first number given 
in SLOOKUP '<spellname>' - again, make sure to talk with Orin or Plato 
before making a powerful book available in your area.
~

0 QUIET~
Syntax:  quiet

The quiet command will turn on/off all global channels, but NOT replies.

~

0 MOVEMENT MOVING~
N, S, E, W, Up, Down move you in the direction if you can go that way.

RUN: Run's syntax is RUN <direction> <number of squares>.  You may often run
     past aggressive mobs, although many guarding mobs will not let you by.
     Run will get you past players spamming "kill xxxx" and also allow you
     to avoid tintin auto-hunt.

CLIMB: Syntax is CLIMB <up/down> <object name>.  For instance, Climb up tree.

ENTER: Syntax is ENTER <object/thing in room>.  For instance, enter portal.

TRACK: Syntax is TRACK <player>.  Depends on membership in Ranger's Guild or
       how well you know the track skill.
~

0 MISC MISCELLANEOUS 'MISC COMMANDS'~
Type HELP SEARCH for more info on searching.

Clear/Cls clears the screen if you have a fully compatible ANSI terminal.
BRIEF disables/toggles whether or not you see room descriptions.
COMBINE disables/toggles whether or not you see items like (7) Some Bread.
SACRIFICE <object/corpse> cleans up the object by removing it permanently.
PASSWORD <old> <new> to change your characters' password.
TITLE <new title text> to switch your characters' title.  See help TITLE.
SAVE saves you character; equipment and room you are in, etc...
QUIT quits the game.  There is NO RENT HERE, you can quit anywhere and your
     character will be the same when you come back in.
WHERE shows the players in the zone you are currently in.
! repeats the last command you typed in.

~

0 MAP MAPPING~
We do not have a map of the new world, and we may just keep it that
way. However, there is a type of overhead mapping which lets you
see the area nearby. Give it a try by typing mapping, or just map to
toggle it. If you get funky looking characters, type noibm and you
will
get standard ASCII characters.

There is also a feature called nospam which redraws your character as
it moves inside of a static map to cut down on bandwidth.
It works ok unless the builder made a mistake or a maze which causes
overlapping rooms.

There is a feature called viewmobs which puts a big M on the screen
wherever mobs are. 

You can also see players (of your own alignment or allied with you)
with the command viewplayers. It was considered letting this
show all players, but that seemed too cheater..even though it is
a lot of fun chasing a red P around with your red X (if you
are not in nospam mode).

If you need to refresh the map type scan refresh and it will redraw
the overhead map.

If you want an overhead map that "moves" with you sort of like the old
wizard eye view from Might and Magic, just don't use the nospam
option. You will probably find viewmobs too annoying to use in most
areas since the whole map will be covered with M's, but if you turn 
it on, scan refresh to get a new view, then turn it off you can get
a nice map of the nearby area and see where the mobs are.


~

0 'SUMMARY' INFO~
------------------------------------------------------------------------------
To get more specific help, type HELP <groupname> such as HELP GROUPING,
HELP OBJECT, HELP PRACTITIONER, etc...

Mapping Commands... (See help MAP)

Movement Commands.. North, S, E, W, Up, Down, Run, Climb, Enter, Track.

Grouping Commands.. Follow, Group, Gtell, Split, Report, Assist, Config.

Object Manipulation.. Get, Put, Drop, Give, Examine, Look, Recite, Quaff, Zap,
		    Brandish, Lock, Unlock, Open, Close, Pick, Search, Light,
		    Equipment, Inventory, Compare, Eat, Drink, Fill, Empty,
		    Extinguish, Hide, Swap, Study, Butcher, Break, Steal,
		    Sheath, Draw, Sacrifice.

Shop Commands...... List, Value, Buy, Sell.

Bank Commands...... Convert, Deposit, Withdraw, Balance, Store, Unstore

Practitioner Cmds.. Practice, Learn, Skills, Spells, Slist.

Position Commands.. Visible, Sleep, Rest, Stand, Wake, Sneak, Hide, Mount,
		    Dismount, Ride, Meditate, Surrender, Search, Board,
		    Disembark, Take Control.

Guild Commands..... Guild (Must be at a guildmaster).

Clan Commands...... Clantalk, Cadd, Cremove, Announce, Clan, Who clan, 
		    Cstore, Cunstore, Cquit.

Configuration Cmds. Config, Fight, Spam, Channel, ANSI, Pagelen, Wimpy.

Communication...... Ignore, OOC, Chat, Yell, Clantalk, Say, Gtell, Tell,
		    Reply, Quiet, Channel, Listen, Pray, Emote.

Information Cmds... Score, Equipment, Weather, Area, Commands, Socials, Who, 
		    Inventory, Player, Topten, Trophy, Level, Showspells
		    Skills, Spells, Weight, World, Time, Scan, Glance, 
		    Config, Store, Cstore, Alias, Finger, Exits, Wizlist, 
		    Minmana, Clan, Affects, Consider, GConsider, Showskills
		    Houses, Events, News, Changes, Pkill, New Clan,
		    clan costs, skill rank, armor rank, damage rank.

Combat Commands.... Kill, Kick, Tackle, Bash, Backstab (BS), Circle,
		    Flurry, Wimpy, Rescue, Disarm, Assist, Flee.

Arena Commands..... Challenge, Accept, Decline, Bet, Config Arena.
		    See HELP ARENA for all of the above.

Spell/Magic Cmds... Cast, Meditate, Spells.  (See also help MANA)

Boards/Notes....... Note Write, Note to <person>, Note subject <subject>,
		    Note Send, Look at Board, Read <number>.
		    See help NOTE for more information.

Misc Commands...... Save, Quit, !, Cls, Clear, Hire, Fire, Sacrifice, Search
		    Password, Brief, Combine, Title.

------------------------------------------------------------------------------

See Also: RULES NEWS CLANS STORY PKILLING MULTI DEATH GUILDS
~

0 STORY~
The lands are at war. Take up the struggle of the four great nations
as they vie for dominance over the Lands of Chaos. It was not always like
this. In ages past, the land was vibrant and filled with life...before
the dark days when the Valheru struggled with the Shadows for dominance.
The Targannan and Lawthera retreated into their homelands to await
the eventual outcome of the struggle, but then the Shadow and Valheru
turned upon them. Treachery brought the Targannan to the gates of the
Lawthera keep demanding justice for their slain king, and then
the battle was joined on all sides. The ensuing wars destroyed
most of the neutral and outlying cities in the land. Travellers
today walk through the burned-out shells of once mighty capitals
and ports which now lie rotting, with perhaps a smattering of poor
scavengers and merchants left to pick over the refuse. 

You must choose a which side to serve. Each side will attempt to woo
you with its promises of power and glory during your training days,
but you must choose carefully, for this is a choice for life.

~

0 RESISTANCE RESISTANCES RESIST~
You can now buy resistances. You get 3 resistance points per remort.
You spend them and each resistance has a certain cost
associated with it. Type resist list to get a list of all the
things you can buy, and the associated costs.
You can save up these points to get the more powerful resistances.


~

0 STATS STRENGTH CONSTITUTION WISDOM INTELLIGENCE DEXTERITY STR INT WIS
DEX CON WIL LCK CHA CHARISMA LUCK WILLPOWER~
Strength:     This stat speaks for itself.  
	      What it affects:
	      Your carrying capacity and extra damage you do in battle,
	      How well you can resist disarms in combat, how well you can
	      bash down doors, etc...

Constitution: This stat is your health or well being.  
	      What it affects:
	      How many hitpoints you get after a level, and other smaller
	      aspects related to your "toughness".

Wisdom:       This stat shows how wise you are.
	      What it affects:
	      How many practices you gain after you level, and your
	      natural mana and maximum mana with gems.

Intelligence: This stat shows how intelligent you are.
	      What it affects:
	      How fast you learn new spells.  It also helps in casting
	      offense spells and affects natural mana.

Dexterity:    This stat shows how agile and quick you are.
	      What it affects:
	      How well you move during battle, dodge trips, and how fast you 
	      gain back lost movement points. 

Willpower:    This stat tells how well you can overpower other people's
              minds and how well you can resist mental spells.
              What it affects:
              It also affects how much mana you can store and how
              high your natural casting level.

Luck:         This stat helps you in small ways.
              What it affects:
              Things in combat, chances of succeeding at various things.

Charisma:     This is a measure of your personality and how well
              you are liked.
              What it affects:
              Costs in shops, grouping limits.

~

0 CLANTALK~
Syntax: clantalk <message>

This is just like any other communication channel, except this one only
transmits to your clan only.

See Also: CLAN, CLANS, GUILD
~

0 POSITION POSITIONS~
REST  will make you rest.  You can see people come/go but you don't get
      hit points or movement back as fast as if you were sleeping.
SLEEP puts your character to sleep, allowing him/her to regenerate.
STAND makes your character stand (and wake if you are sleeping).
WAKE  makes your character wake and stand if you are asleep.
SNEAK is based on how well you have practiced sneak, and will allow you
      to move between rooms undetected.
HIDE  allows you to hide in a room, possibly undetected until you type
      a command or move.

MEDITATE  allows you to regenerate mana at a faster rate.
SEARCH    allows you to search the room for hidden objects, or a direction
	  for a hidden door.
MOUNT     is the same as Ride.  Syntax is Ride/Mount <Mobile to ride>.
DISMOUNT  is the command to get off the ridden mobile.
VISIBLE   will remove invisibility, sneak, and hide, making you visible.
~

0 OOC~
Syntax: ooc <string>

This powerfull channel allows a player to communicate with players of the 
opposite allignment. It encourages pkilling, gloating, and trash talking. 
You must be level 60 to use this channel. Broadcasting your voice to the 
opposite alignment takes a lot of energy and will cost you 50 movement 
points.

~

0 WARRIOR~
The Warriors Guild is an association of men and women who share a common
interest in the art of war.  When you join this guild, you will  by
taught how to fight more ferociously, and you will probably notice an
increase in the damage done on every blow to an opponent.  Your strength
will also improve by one during your membership period.
~

0 THIEF~
This small, shunned group of thieves puts all of its members through a
difficult dagger-dodging seminar.  Not only will you become substantially
better if you already have a background in "dodge", but you will also
gain a point of dexterity.
~

0 TINKER~
The Tinkers Guild is a guild of skilled craftsmen who have come together
to monopolize the business of repair.  By joining the Tinkers Guild, you
will receive great discounts on repair costs, you will be taught to fight
more effectively with hammers and other concussion weapons, and most of
all, you will gain a point of constitution for joining. 
~

0 HEALER~
The Healers Guild is an open organization of people who trade the secrets
of restoring health to the sick and injured. They do not get along well
with people who use stealth and guile to kill, nor do they practice 
the arts of combat magic. When you join the Guild of Healers, you will
see your healing spells improve greatly, and you will gain a point of
wisdom.
~

0 WIZARD~
The Wizard's Guild has been set up to use magical power in its most 
destructive forms. Although wizards will not be able to
heal as well as the members of the Healers Guild, only the members of
the Guild of Wizards can harness the destructive energies of the
higher power attack spells. Members of the Wizard's Guild also gain a
point of intelligence when they join. 
~

0 RANGER~
The Ranger's Guild is the domain of the hardiest hunters of the land.
Members of this guild become world-class trackers, and get training in
the arts of slashing. When you join the Rangers Guild, your
constitution will increase by 1 because of the rigors of the training
period.  
~

0 CONJURER~
The Guild of Conjurers is where you will learn to cast lasting magical 
affects more effectively. When you join this guild, you will notice that
your attack spells are a little more powerful, and your protective spells
will last a little longer, and be a little more powerful. You gain a point 
of intelligence when you join the Guild of Conjurers.
~

0 MYSTIC~
Mystics deal with the arcane, and spirit realm of magic. There are many
spells which require the knowledge of the Mystic's Guild to learn and
cast and are closely guarded secrets which will not be divulged to
outsiders. Spells dealing with transport or information are the domain
of the mystic, although they do let outsiders have access to the word
of recall spell as a gesture of goodwill. You will gain a point of
wisdom when you join the Mystic's Guild, and you will notice a slight
improvement in the power of your healing spells.
~

0 BATTLEMASTER~
Although the Warrior's Guild teaches people how to fight in general,
the Battlemaster's Guild teaches the more advanced arts of fighting.
Most of the more powerful attack skills require the precise knowledge
and training that only the Battlemaster's Guild can provide. When you
join the Battlemaster's Guild, you will gain a point of strength.
~

0 CLASS CLASSES~
We don't really have classes on LoC, although the type of race you choose
will determine the number of spells and skills you can learn, and thus
determine what your character can be like. Also, we have guilds which
allow access to certain spells and skills and proficiences, but
you can join several guilds eventually, instead of being restricted
to 1-2.

~

0 GUILD GUILDS~
Guilds are organizations of professionals which share knowledge
within their guilds to members only. Each guild has 5 ranks, or
"tiers" which must be gained by spending "guildpoints" which
are accrued during remorting. You get 6 guildpoints per remort
and it costs N guild points to advance to rank N within a guild.
It also costs roughly 

10000(1+remorts*new_rank) coins to advance a tier within a guild,

and

10*remorts*remorts*new_rank warpoints to advance a tier.

To join a guild, you must find the guildmaster located somewhere in the
world and type guild advance, which will attempt to advance you a tier
within the guild. You cannot replace or leave guilds once you have
joined them, so be careful about what you choose.

The following guilds are available:

Warrior, Healer, Wizard, Thief, Tinker, Ranger, Conjurer, Knight
Mystic, Alchemist.

As you advance tiers within a guild you sometimes gain stats, and
sometimes you get other bonuses to combat or other skills and spells.
You may also find that your spells are more powerful than before.
Currently, you gain a stat with each even numbered tier you advance
to.

See the helpfiles for each of the guilds listed above, and type
slist <guildname> to see a list of spells which require that
guild to use.

~

0 RESILIENCE~
The resilience skill makes your skin tougher and helps you to absorb damage from hits.
~

0 CLEADER~
A clan leader should be a highlevel player who knows the game and 
is a good leader. A clan leader should be trustworthy, and really guide 
his clan members.

As a clan leader you get access to several new commands:

Cadd,
This command is used to add someone to the clan.

Cremove,
This command is used to remove someone from the clan.

Announce,
If you are a clan-leader, you can announce things to your whole clan
using this method of communication.

See Also: CSTORE, CLAN
~

0 CLAN CLANS~
Clans are tightly-woven social groups that stick together through thick 
and thin. Joinig a clan has no statistical advantage, but in a pkill world
friends are always good to have. 

As a member of a clan you have access to the following new commands:

Clantalk,
This is just like any other communication channel, except this one only
transmits to your clan only.

Clan,
This command gives you a list of your clan setup.

Clan List 
This command allows you to view a list of  all clans

Who clan,
This command allows you to see a who list of clan memebers.

Cstore,
This command allows you to store an item in clan storage.

Cunstore,
This command allows you to unstore an item in clan storage.

Cquit.
This command allows you to quit a clan.

See Also CLEADER STARTCLAN
~

0 STARTCLAN~
If you want to start a clan, you must meet the following criteria:

1.  You must have 4 other members on-line at the same time who want to join.
2.  You must have 2 or more remorts, and must be a frequent player.
3.  You must not be in another clan.
4.   You must have a name for the clan picked out when you
    talk to an admin! Certain names may be rejected due to being
    offensive, but silly names are permitted. Names making fun of
    the other alignment are also permitted. 
5.  You must have demonstrated leadership, and must not be a "problem
    player." You may be labelled as a problem player due to your actions
    on a previous incarnation of LoC, or even on another MUD where the
    admins are aware of this behavior.
6.  You must have 1000 Warpoints, which are not lost when 
    starting the clan.
7.  A Fee of 100000 coins will be charged to the clan leader to start 
    the clan. This fee is for the starting clan channel.
    See help CBUILD to get information on how much building a clanhouse
    costs. Note that "building a clanhouse" means giving information to
    an admin on the player port and having that admin build the 
    clanhouse. You will not be given a builder on any port for the
    purposes of building a clanhouse.

    Email us at loc@loc.inetsolve.com if you have any questions.

    *Note* You may NOT add people to your clan with out their
    permission.
   

See Also: CLANS CLEADER CBUILD
~

0 CBUILD~
Once your clan has been approved and created, you get access to your
clan bank. You can donate money and warpoints to this account by
typing donate <amount> <gold/warpoints> clan.

There is now only one clanhouse you can originally buy.
The clanhouse starting package requires that the leader of the clan
have at least 3 remorts, level 60, or 4 or more remorts at any level.

The cost (deducted from the clan bank) is:

2000 warpoints and 400000 coins.

Your clanhouse must be built close to your home city. How close will
be determined by the admins, but the Great Junction is a good 
yardstick to use.

See Help CBUILD2
~

0 CBUILD2~
You get:

16 rooms. A clan Fountain with refresh and heal critical at level 30.
4 Level 50 guards, 4x hps 20pct warrior skills, detecting invis, dark, 
hide, sneak.

Clan banker, Clan storage, Weaponsmith, Armorer, Baker, Barkeep,
2 secret doors, an extramana/extraheal room, A global noteboard, a
clan noteboard, and up to 4 statues. You get to make your own
room names and descriptions. There must be a direction to flee from
any guard that blocks such that the fleeing person will not have
to worry about people spamming closed doors when they are trying
to flee. The armorer and weaponsmith will buy back items only
at 70 percent, because of the clan items which will repop in your
clanhouse. We cannot let you have them "for free".

You get a "secret escape route" which is an unseen portal with a funky
name placed somewhere inside the clan. It will lead outside the clan, but
no more than 20 spaces away from the clan entrance. The secret escape
route cannot end up inside of a hometown.

You may also create 2 types of clan food with 20 hours of food value, 
2 kinds of clan drinks which have 15 drinks per container, and a clan 
"bag". The clan bag will not be indestructable, and it can contain 300 
pebbles worth of items.


There are also 7 levels of upgrades for the clanhouse.
Each upgrade costs 1000*upgrade_you_are_getting warpoints and 
100000*upgrade_you_are_getting coins. Your clan upgrade level
can NEVER be higher than that of your alignment city upgrade level.
You cannot just screw the other people on the alignment and make
your own little clan fortress. Sorry.


See help CBUILD3
~

0 CBUILD3~
Each upgrade adds two rooms and one piece of statuary, or other 
furniture. The resets of food will be limited to 20 at reboot, with
a new piece created every couple of hours. There will be one drink
container each reboot. The armor/weapons/gems listed below will
repop on only 7 percent of the reboots. Your shopkeepers are ALWAYS
reboot only.

Other upgrades to rooms and items:



Upgrade 1:
* Your fountain goes to level 40.

Upgrade 2:

* The fountain is now level 50 and casts rejuvenate and healing.
* You get another reset of your "secret escape route".

Upgrade 3:

* The fountain is level 60 and now also casts purification.
* You get a highmagic room and a lowmagic room.
* You get a clan armor with 1 hitroll, 5 hps, 5 moves, ac 2. Clan
  armors can either be set to be worn on places with one wear
  location, or places with two wear_locations.
* The clan armor pops once per reboot, and it costs 50000 (but you can
  then sell things back to the shop to get some of the money back).

Upgrade 4:

* The fountain is level 80 and casts ClanHeal.
* Your clan armor is upgraded to 10 hps, 10 moves, ac 4.
  It now costs 100000.
* You get an "inner guard" which is 10 levels higher than the
  gateguards, has +2x hp modifier, and is a protector mob, and
  which can block all further progress into the clanhouse. It may
  not be used to keep people from fleeing the clanhouse. If you choose,
  you can put this mob at your outer gates with the regular guards.
* Your drink container now has 100 drinks.
* You get a 5 room "clan outpost" which can go into the world past the  
  barrier. The outpost can have a secret door entrance, a room inside,
  a guard room, another room, and finally a bank (if you wish) and a 
  mana/fountain room if you wish. These outposts cannot be upgraded.
  Be warned, if you put the cool things like clanbank and fountains in
  here, then your enemies will be able to raid easily as the guards
  are starting guards, and never get better.
 
Upgrade 5:

* You get another reset of your "secret escape route".
* The fountain is level 100 and casts ClanDefense.
* A room inside of the clanhouse now summons assistall guards aggressive
  to other alignments when people enter the room. These mobs are
  only level 30, but have 3x hps and detect everything except
  chameleon and vanish.
* Your clan food is 60 hours.
* You get a clan weapon. It has +1dam and +1 hitroll and if it
  is a concussion, whipping, or slashing  weapon, it can have ave 10, 
  (not 10.5), but if it is a piercing or polearm weapon, it can only have
  ave 9. It costs 75000.
* You get a nomagic room.

Upgrade 6:

* The Fountain is now level 120.
* You get a second inner guard.
* You get another clan armor. This one has 5 hps, 5 moves ac 5, and +1 dam or
  +1 to any stat. It costs 150000.
* You get a clan gem. This gem will cost 100000 and will have
  1 color, level 30, 2 colors, level 25, 3 colors, level 20, 4 colors, 
  level 15, or 5 colors level 10.
* Your clan bag is indestructable.
* 2 rooms inside of the clanhouse now have a 20 percent chance of teleporting
  any non-clan members outside of the clan when they enter.
* Another room now summons guards, which are now level 40, 4x hps.
* You get a second outpost, which can be anywhere in the world as long as
  it is at least 20 spaces from any other alignment's hometows.

Upgrade 7:

* The fountain is now level 150.
* You get a third inner guard.
* All shops now buy back at 60 percent, instead of 40 pct.
* The armors/weapons/gems in your shops now repop at 12 percent.
* Another room summons guards, which are now level 50, 5x hps.
* You get a mob inside the clanhouse which responds to a tell script
  and transports you to a secret part of the clanhouse. This word must be 
  one of the words in the descriptions of the rooms which are not past it. 

  Between this mob, and the outer guards, and the inner protector mobs
  you have up to this point, you should be able to make it virtually
  impossible for people to get to your clanstore and shops and mana
  room, assuming that you set things up right. You will be allowed
  to move around rooms and set gauntlets for any attackers to run if 
  they want to get inside of your clanhouse. 
	

See Help CBUILD4
~

0 CBUILD4~
Each upgrade adds a guard to the outer gates. The levels of the guards 
increase by 10 each time. The warrior percents of each guard increase
by 10 each time. The hp modifiers of the guards increase by 1 each time,
and the hitroll of the guards increases by 10 each time, and the damroll
of the guards increases by 5 each time (from a base of 0 and 0).
The levels and hp modifiers of the inner shops are also increased by
these same amounts. However, the inner shops never gain the other
advantages listed below. 

The upgrades cost 2000*upgrade_level warpoints and 200000*upgrade_level coins.


Upgrade 1:
The guards fly.


Upgrade 2:
The guards are affected by sanctuary.
The Guards wield long swords.

Upgrade 3:
The guards are affected by mindshield.
The guards cast Blind, 3%.
The Guards now wield small spears.

Upgrade 4:
The guards also cast Lethargy, 5%.
The guards wield spears.
The guards see chameleon.

Upgrade 5:
The guards cast 
The guards wield steel spears.
The guards kill opposite alignment people on sight.

Upgrade 6:
The guards are affected by total protection.
The guards now summon the same mobs as the rooms inside the clanhouse.
The guards now cast Beam instead of blind at 10 percent.

Upgrade 7:
The guards resist all elemental magics.


More to come :)
~

0 CLANWARS CLANWAR CLANFIGHT CLANFIGHTS~
Due to our own shady pasts, the Admin have decided to treat fighting
between clans as a sometimes necessary evil.  Raiding clanhouses and
the like will be ignored, but do not let it get out of hand. If it
gets out of hand you will be told. Do not argue if you are told that
things have gotten out of hand. You will be punished if you argue
about this.

~

0 CITY CITIES HOMETOWN~
This will be updated to reflect new cost considerations.
The hometowns you own start out with 5 guards, level 80, 4x hps.
They are agg opp align and det invis, hide, sneak and dark.



The guards increase by one in number for each upgrade, they get 10
more levels, +1x more hps, 10 hitroll, and 5 damroll more.

The upgrades rougly follow those for the clans.
Upgrade 1:
The guards fly.


Upgrade 2:
The guards are affected by sanctuary.
The Guards wield long swords.

Upgrade 3:
The guards are affected by mindshield.
The guards cast Blind, 3%.
The Guards now wield small spears.

Upgrade 4:
The guards also cast Lethargy, 5%.
The guards wield spears.
The guards see chameleon.

Upgrade 5:
The guards cast 
The guards wield steel spears.
The guards kill opposite alignment people on sight.

Upgrade 6:
The guards are affected by total protection.
The guards now cast Beam instead of blind at 10 percent.

Upgrade 7:
The guards resist all elemental magics.

The protectors will be double the level of the guards, and summon
creatures equal to gateguards which are aggro opp align

~

0 AUGMENTATIONS AUGMENTS AUGMENT~
Augmentations are little enhancements your character can get (for a price.)
The effects of these enhancements are hidden, and do not generally show
up in the score command or in any other place, but they do affect the 
outcomes of various activities. You must try out these enhancements and
find out from others exactly what they do.

~

0 ALIAS ALIASES MACRO MACROS~
Syntax: alias
Syntax: alias {<characters>"} {<does-this>}
Syntax: alias <number> deletes the alias.

A '*' character in an alias will be considered as if you pressed enter.
A '%' character will be translated as an argument.  For instance:

Example: alias {pb} {put % in backpack}

from now on, 'pb waterskin' would be expanded to 'put waterskin in backpack'.

Example: alias 5  sleep       -will make you sleep after you type: 5  <enter>
Example: alias rs rest       -will make you rest after you  type: rs <enter>
Example: alias yum get bread*eat bread*smile
Example: alias  kill

Aliases are used so you don't have to type so much.  It also enables you
to do multiple tasks such as: backstab, flee, run south. 

-Note: if you give an argument to the alias, it will use it as an argument
       to the last command in the alias.  (i.e., using the 'k'='kill'
       example, 'k bear' will come out as 'kill bear'.
~

0 CLEAR CLS~
Syntax: clear
Syntax: cls

This command will clear up your screen which can get messy with unwanted
line noise or other breakups of text in display.
~

0 BREAK~
Syntax: Break [dir or doorname]

BREAK will allow a player to try and break a door.  If you look at the
direction you want to break in, it'll tell you how strong the door is.
If the door breaks open, it'll close on reset.  If it's broken, it
is broken for good.  Or at least until the next reboot.
~

0 STEADINESS~
This skill will help you to avoid getting tackled and bashed and
might even help reduce damage from combat hits.
~

0 DESTROY~
This skill lets an attacker wielding a concussion weapon or a
heavy slash weapon attempt to destroy a piece of the opponent's
equipment. In order to use this skill you must know the skill,
and you must be wielding the proper kind of weapon, and you must
also have config autobreak turned on. You can type config
autobreak or config destroy to do this. Then, you have a much
smaller chance of hitting with each combat hit, but there is a
small chance that you will totally destroy a piece of your
opponent's equipment. Really nasty if you want to gang up on
someone who is decked out with lots of nice stuff.

~

0 FLAIL~
Flail is a more powerful form of flurry which you can use only
when you are very hurt. It will remove a little more of your stamina
than the flurry skill does.

Your current strength must be at least 30 for flail to work.

~

0 FLURRY~
Syntax: Flurry

Flurry is a combat skill that allows you to flail about madly in a
wild flurry.  Because of the extreme energies required to go berserk
like this, you will end up losing many stamina points.  So...  if you are 
planning to run after the battle, this is not a good option.  Anyone can 
flurry with or without a weapon.  This skill is natural to everyone; it
does not have to be learned or practiced.
~

0 TEACH PRACTITIONER~
Guildmasters or Practitioners are special mobs.
These mobiles teach you new skills/spells.


When a mob becomes a practitioner, you must assign skills that it
can teach to characters (and characters can practice there too).
The format is TEACH <NUM>, where <NUM> is the skill number (the first
number) from SLOOKUP 'skill_name'.  Okay.. confused?  Here is an
example: Fred the practitioner wants to teach dodge and parry.
After I have type PRACTITIONER in medit, I then type:
slookup dodge
(I see the first number is 80, so I type TEACH 80)
slookup parry
(I see the first number is 84, so I type TEACH 84)
press ENTER to see if the correct skills have been entered, and to
remove a skill, simply type TEACH (number of skill to remove).
Example: I don't want Fred to teach dodge, so I type
TEACH 80 (again, and it says, skill removed.)
...Easy!  This adds a whole new dimension of "seeking out trainers"
and I worked my ass off too so be grateful!!! :)




See Also: LEARN, PRACTICE, GUILD
~

0 BALANCE CONVERT WITHDRAW DEPOSIT BANK 'BANK COMMANDS'~
Syntax: Balance
Syntax: Convert
Syntax: Deposit  <amount of copper> or ALL
Syntax: Withdraw <amount of copper> or ALL

Note: In withdrawing money (IE using the bank), the bank will keep a small 
surcharge (for keeping your money safe).  All transactions are in copper.
1 silver= 10 copper, 1 gold = 10 silver, etc..

Convert will convert large amounts of coins into smaller, more valuable 
coins.  EXAMPLE: you are carrying 50 gold, and it's weighing you 
down.  Go to a bank, type convert, and they will exchange those 50 
gold for 5 platinum.  No surcharge.

See also: STORE
~

0 KICK 'DOUBLE KICK'~
Syntax: Kick <victim> or in combat, just Kick

This skill allows you to kick an opponent, inflicting extra damage during 
combat.  After you have kicked, you usually are a little off-balance and
it takes 2-3 rounds to recover well enough to cast, flee or perform 
another kick.  The power of your kick depends on your level; at low 
levels kick is next to useless, at high levels it can be invaluable.

It is impossible to kick ghosts or flying opponents for obvious reasons.

Double kick automatically gives you a chance of getting a second kick
right after the first. 

~

0 BLOCK~
This skill block ssome incoming kicks. It is automatic once practiced.
~

0 AWARENESS~
The awareness spell allows you to see sneaking people who enter the room,
and allows you to notice people entering the room while you sleep.
~

0 ACCURACY~
This skill helps you hit a little more often. It is automatic
once practiced.
~

0 BASH SMASH~
Syntax: bash <victim> or in combat, just bash

This skill allows you to attempt to push an opponent backwards forcefully 
and rapidly, causing them to fall to the ground.  If successful, the 
victim will not be able to attack for 1-2 rounds (only defend).

Success of bashing is based on how well you have practiced bash, your 
strength, and the victim's dexterity and dodge ability.  

NOTE: With this skill it is possible that you fall on top of your victim, 
in which case you will begin to ground fight, so IF YOU WANT TO AVOID 
GROUNDFIGHTING AT ALL COSTS, DON'T BASH!!!!

Smash is an upgrade of bash that automatically causes damage
sometimes, and keeps your opponent bashed longer sometimes.

See Also: GROUNDFIGHTING FIGHT
~

0 TACKLE~
This command will allow you to run at an opponent, trying to tackle 
him/her/it and take them to the ground.  If successful, you will go into 
ground fighting mode...  High dexterity helps, but it is still very 
difficult to tackle an opponent even if your dexterity is high.  If you 
fail the tackle, you will be off-balance for the next 3-4 rounds, so if 
you are planning on fleeing soon, it is not wise to tackle.  You may not
tackle with a weapon in hand, or against someone with a weapon for safety
reasons... they could chop you to shreds upon entry, and/or you could
hurt yourself badly tackling with a sword in your hand.

See Also: GROUNDFIGHTING
~

0 GROUNDFIGHT GROUNDFIGHTING 'GROUND FIGHTING'~
It is recommended that you configure the ground fighting option OFF at
low levels.  (Type FIGHT to see your combat options).

occasionally in battle, the fighters will miss a bash and trip, or one 
will tackle another.  The fight will be then taken to the ground.  
Ground-fighting is no-nonsense and fast; close in biting and head butting 
can kill in extremely short amounts of time.  Once you are on the ground, 
you perform on instinct.  Hard helmets make head-butts harder, masks can 
protect against elbows to the face, and many other factors can 
increase/decrease damage taken. 

    If you are fighting multiple opponents, it will become difficult for 
them to find a line of attack (since you are twisted up on the ground with 
your opponent...)  However, if another attacker does find a line of 
attack, he/she/it can slash/pierce/whatever you.  Since you are entangled 
with your opponent, you will not be able to dodge or parry the incoming 
attacks.  Also, a person assisting a ground fighting player/mob without a 
weapon will not punch anymore; he/she/it will now stomp.  Stomps also 
usually do more damage.  In general, it is not recommended that you go to 
the ground with multiple opponents.
~

0 MEDITATE MEDITATION~
Syntax: Meditate

This command allows you to sit down and meditate, allowing the gem in 
your hand to charge at a greatly increased rate.  You will, however, not 
receive the massive bonuses to move and hit points that you might receive 
if you slept or rested.  Typing meditate while already meditating will stop 
you meditating and bring you to your feet.

~

0 EXCHANGE SWAP~
Syntax: Exchange
Syntax: Swap

This command switches items in your primary and secondary hands.  If two
items are held, the positions exchange.  If one item is help, its position
switches between primary and secondary hand. 

~

0 CITIES CITY-UPGRADES CITY-UPGRADE~
At the beginning of the game, your hometown guards will be able to stop
raiders. As time goes on, people will become more and more powerful and
your guards will not be able to cut it anymore. To remedy this problem, 
you may purchase more powerful guards for your hometowns.

The costs are TBA at this point.


~

0 GLANCE~
Syntax: glance <victim>

This command will let you see only the condition of a mob or players.

~

0 SEARCH~
Syntax: search or search <direction>

Based on how well you have practiced the search skill, you might find objects
other players have hidden in the room, or hidden doors' names.

See Also: HIDE
~

0 SPAM NOSPAM~
Syntax: nospam
Syntax: spam

This command is essential in large groups with anything slower than a 14.4k 
modem.  Nospam mode only shows the hits that take place during combat,
and later, will cut down the general spam associated with groups.  
To bring back SPAM mode, type spam.  There are THREE levels of spam.  
FULL, MODERATE and NOSPAM.  Use spam command to toggle between them.
~

0 ANSI COLOR~
Syntax: config ansi 
Syntax: ansi <channel> <color name>
Syntax: ansi <channel> <color index number>

For those of you with terminals which support ANSI Color codes, the 'ANSI'
command can be used to configure ansi for your system.

Here is a list of the channel names (the capitalized column to the right) and
all the color names and their respect index numbers (on left):

00 black           08 dark_grey          17 flashing    SAY
01 blue            09 light_blue         19 normal      TELL 
02 green           10 light_green        16 bold        OOC
03 cyan            11 light_cyan         18 inverse     CLANTALK
04 red             12 light_red                         YELL
05 purple          13 magenta     
06 brown           14 yellow 
07 grey            15 white  

See Also: TITLE
~

0 FAREWELL~
Thank you for playing!  We hope to see you in the Chaos again soon!!
[Character Saved; Quit Successful]
~

0 LOOTING 'CORPSE LOOTING'~
Good players should not loot other good players corpses. If that is the game
you want to play you should play an evil character. If someone loots your corpse
and will not give you back your eq, do not cry to the gods, form a group and get your
eq back!
~

101 BUILDER-RULES BUILDER_RULES~
As a builder you are expected to not interfere at all with morts. 
This includes, but is not limited to the following things:

You may not converse with morts either over global channels or with tells.

You must keep all global channels: chat and ctalk and ooc OFF! You
 may of course keep the imm channel on.

You may not give anything or take anything from mortals.

You may not go to open areas, and you must not have anything from an 
unopened area appear in an open area by any means at all.

You may not link your area to an open area, place an item on a mob, have the
mob walk through the open room, then unlink the room and have your 
mort kill the mob to get the item.

You may not load cheater mobs for morts to kill for exp. 

You may not give or place any portals of any kind which could take morts
to a room which is hard to get to..even if the portal is from an open
area to another open area.

Do not wander around other peoples areas looking for the secrets and resets
and eq and mobs and soforth.

We can and do log oload and mload. If you spend too much time dicking 
around with other people's crap you will be deleted.

Do not make cheater eq or mobs, even if they are just for a 
moment..or to "test" something. 

Don't attack the other builders. Ever. We do not want to see 
anyone on topten.


In fact, unless you are in your own area in oedit medit or redit...and only
working on your own area to make legitimate items, you are
 probably breaking a rule.

~

0 RULE RULES~
-----------------------------------------------------------------------------
Violations of these rules may incur penalties such as deletion or 
sitebanning or silencing or other random loss of stats and remorts or 
items,  depending on the nature of the rule being broken and how 
pissed the imm dealing with the problem is at that moment. 

 Don't spam, cheat, abuse bugs, fail to report bugs to admins, tell other
 players about bugs, script, use triggers, use speedwalks, attempt to log
 in any character other than your own, have more than one character, share
 characters, sell characters, swap characters, give away characters,
 share passwords, use a stupid password, use the same password here you do
 elsewhere, make obscene comments on global channels, spam kill someone,
 spam die to someone, engage in clanwars or same-side alignment wars.

-----------------------------------------------------------------------------
The guidelines below will help you stay on our good side, or will help you
enjoy the mud more:
-----------------------------------------------------------------------------




Guideline: No reimbursements.  If we really mess up and we are planning to
	   give reimb's, we will post it on the message of the day (help
	   MOTD, or shown automatically when you enter the game). If there is 
	   no notice in the MOTD consider yourself out of luck. Do not even 
	   think of begging.

Guideline: Have fun.  On a pkill mud there always has to be a winner and a
	   loser; the winner feels great, the loser feels like crap.  Just
	   remember that although you may be the loser one day, you may be
	   the victor the next.

Guideline: Don't be annoying; it's a privilege to play, not your right.  If
	   you swear, spam, or try to use any bugs to your
	   advantage, you could get on an admin's bad side (not good).

Guideline: Don't ask admin to reveal secrets, or even common questions about
	   the game (like... 'am I close to the cave?').  Admin will only
	   answer questions you have about general game play, etc.

Guideline: Don't suggest ideas to admin online.  The best thing to do is to
	   email loc@loc.inetsolve.com, email a specific admin, (see help Kizmet,
	   Lonath, Trent) or leave a note on the board in town to 'admin', 'gods', 
	   or immortal.

Guideline: Try to help out your side when they need it. If someone on 
	   your side is getting pkilled, and asks for help, try to 
	   help them out. Someday your butt will be on the line and 
	   you will need the help.

Guideline: If you enter a mob and see a hurt mob, it is techinically not
           killstealing to attack and kill it. However, you will anger
           whoever is attacking it. If you drop equipment on the ground,
           it is no longer yours, however picking up equipment from the
           ground is a bad idea, since people will generally try to
           hunt you down.

Guideline: Don't hog eq. When in groups decide on some way of splitting the
	   eq you get. Generally the "whoever loots gets it" and then making
	   sure everyone gets a piece of eq before anyone gets a second 
	   piece of eq method works. If you hog eq or refuse
	   to share, other people may consider looting your corpse to get
	   the eq, or they may refuse to help you out when you need it.

Guideline: Help out the newbies on your side. Nothing ruins a mud more than
	   experienced players who refuse to help out the newbies. Yes, they
	   ask a lot of stupid questions, and they ask the same questions
	   over and over, but eventually they will get it. Just make a 
	   little effort to help them and they will be useful someday
	   when you are in a jam. 

~

0 IGNORE~
Format: Ignore <annoying person's name here>

Ignore with no argument will show you who you are currently ignoring.  
You may ignore up to 10 people, and when ignored, no says, gossips, 
tells, replies, or anything will be seen from them.  This can be a life 
saver with poor-sport newbies who get on to annoy you because you killed 
their character :)  ALWAYS report spamming characters through a note,
telling at what time they spammed you, and exactly what happened.  Often
spammers will be immediately site banned. 
NOTE
Ignoring an admin is not an option.

~

0 TRAPSET TRAPS TRAP~
You use the trapset command to set traps in rooms..but you must be
holding a trap to do this. People more attuned to the outdoors or
mechanical things, or just general sneakiness help to set traps
properly.

trapset by itself will put a trap in the room.
trapset <direction> traps a door.
trapset <container> traps a chest or container.

~

0 DETRAP~
This removes traps from a room or door or chest.

detrap room removes a trap in the room.
detrap <direction> removes a trap from a door.
detrap <object> removes a trap from a chest or container.
~

0 LAMER~
If you act like a lamer, trying to avoid a rule by looking for some loophole,
or if you are in general a complete asshole yo your side because you can
get away with it due to your large levels or clan, you will be awarded
the lamer flag. You won't like this, so try not to be an asshole.

~

0 COMBAT  'COMBAT COMMANDS'~
----------------------------------------------------------------------------
->Make sure to use the CONSIDER <mob/player> command to estimate how tough<-
		 ->the battle will be before fighting!<-
----------------------------------------------------------------------------
KILL is used to start a fight (Kill <mob/player>)

See Also: WIMPY, KICK, BASH, TACKLE, BACKSTAB, CIRCLE, FLEE, ASSIST, DISARM,
	  FLURRY, and RESCUE 

See also: Help Groundfighting.
~

0 GROUPING 'GROUPING COMMANDS'~
Follow: See HELP FOLLOW.
Group : See HELP GROUP.

Gtell : Syntax Gtell <text>.  This command tells <text> to your group.
Split : Syntax Split <amount>.  This command splits up money evenly.  Valid
	examples are: split 7 gold, split 403.
Report: Syntax Report.  This command reports your condition to the room.
Assist: If you do not have auto-assist on, you can type Assist <player>
	to help them out in combat.
Config: See this option to turn on auto-assist, auto-loot, auto-split and
	many other useful options.

~

0 OBJECT 'OBJECT COMMANDS' 'OBJECT MANIPULATION'~
[] means optional argument, () or - <text> explains what the command does.

Get       <object> [<from this object>]
Put       <object> <goes in this object>
Drop      <object>
Give      <object/money> <player>
Examine   <object>                     - Examining gems will show their mana.
Look [in] <object>
Recite    <Scroll name>
Quaff     <Potion name>
Zap       <target> <wand>
Brandish  <staff name>
Search    [<direction>] (searches room for items or for a hidden exit)
Hide      <object>
Compare   <object 1> <object 2>
Eat/Drink <object>                     -- See also help DRINK
Fill      <object> <source of liquid>  -- See also help FILL
Empty     <object>
Swap      (Switches items held in hands from primary to secondary, etc)
Study     <book object>
Butcher   <corpse>
Sheath    <held weapon name>
Draw      <sheathed weapon name>
Sacrifice <object on ground>
Study    <book>
Light/Extinguish <object>         - You need a tinderbox to light things.
Break/Open/Close/Pick/Lock/Unlock <Doorname or direction>

~

0 INFORMATION 'INFORMATION COMMANDS'~
ALIAS     - See HELP ALIAS.
SC        - Short score display.
SCORE     - Shows your current character status and info about your character.
AFFECTS   - Shows what you are currently affected by (ie Armor, Poison).
SHOWSPELLS- Shows all the spells you can learn given your current profession.
SHOWSKILLS- Shows all the skills you can learn given your current profession.
EQUIPMENT - Shows what you are wearing at the time.
INVENTORY - Shows what you are carrying in your inventory.
EXITS     - Shows the rooms around where you are, and which direction.
CONFIG    - Shows you options currently set.  Use Config <option> to toggle.
STORE     - Shows what equipment you have in the Bank storage.
CSTORE    - Shows what is in the clan storage locker.
WEIGHT    - Shows the weight you are carrying and how burdened you are.
SCAN      - Scans all around you, checking for players or mobs.
SPELLS    - Shows the spells you know, their mana type and mana.
SKILLS    - Shows what skills you know, and how well you know them.
WHO [nme] - Shows you who is currently playing the game.
TROPHY    - Shows your best kills of the opposite alignment.
COMMANDS  - Shows you a list of all the commands in the game.
SOCIALS   - Shows you a list of all the social commands in the game.
GLANCE    - Syntax is Glance <player>.  This shows the player's condition
	    without the player knowing you are looking at him/her.
WEATHER   - Shows the current weather in the room you are in (not always
	    accurate though.)
CLAN      - Shows information about your clan if you belong to one.
WORLD     - Shows how long the mud has been up, along with some statistics.
TIME      - Shows the current game time and day.
PLAYER    - Shows several bits of information regarding players.
EVENTS    - This shows the recent and upcoming events (quests, etc...)
CHANGES   - This shows the complete list of recent changes to the code.
CONSIDER  - Considers a one on one battle with the target mob.
GCONSIDER - Considers how your group would do against a target.  See
	    help GCONSIDER for more information on how this works.
FINGER    - Syntax is FINGER <player>.  This will show information about
	    the specified player.  The player need not be online.

~

0 COMMUNICATION 'COMMUNICATION COMMANDS'~
Ignore : See HELP IGNORE.  This command is useful for ignoring spammers! :)

Tell sends a private message to anyone on the who list you can see.
Reply sends a private message to the person who just tell'd you.
Say sends a message to the room you are in.
Pray sends a message that can only be seen by gods online.

Typing a channel name alone at the prompt will toggle it on/off.

~

0 LEARN LEARNS LEARNING~
Syntax: learn
Syntax: learn <skill/spell>

Learn is a command which allows you to learn a skill/spell.  Learned
skills/spells must then be practiced.

'Learn' without any arguments will display all the skills/spells that you
may learn from the mob in the room, if any.

Each learn requires a learn session.  To learn a skill, you use up a learn
session.  Type 'learn <skill or spell name>' to learn a new skill/spell.

You must find guildmasters/practitioners that teach certain skills/spells.

See Also: PRACTICE
~

0 DEATH~
Character death is not permanent.  However, it is not a good thing...

1) Any spells which were affecting you are removed.
2) You lose experience points for dying.  When you die, the experience
   points you lose are based on your total exp points.
3) You will be transported back to a location by your main city.
4) If you were killed by a mob, you will lose 1 percent skill level from a 
   random 20 percent of your known skills.  

Some myths/differences from other muds:

  1.  You can never lose a level from dying at Lands of Chaos.
  2.  Don't count on always getting your corpse back.

Please NOTE:  You can die if you don't eat or drink, and from freezing!
~

0 EXPERIENCE LEVEL XP EXP LEVELS~
Your character advances in power by gaining experience.  You need a varying
amount of experience points for each level of experience.  To find out how
much you need for the next level, use the 'score' command. 

You gain experience every time you hit a mob or player and do damage, 
when you cast an offensive spell that damages a player or mob, and when 
you kill a monster or are part of a group that kills a monster.

You lose a lot of experience by dying, and also breaking a rule, which
can result in demotion (aka experience or level loss).

Experience awarded by mobs varies depending on how many have been killed, 
their level, their extra bonuses, etc.  Help GBONUS for group experience 
division.  

~

0 !~
Syntax: !

! repeats the last command you typed.
~

0 NORTH SOUTH EAST WEST UP DOWN ENTER CLIMB RUN~
Syntax: north
Syntax: south
Syntax: east
Syntax: west
Syntax: up
Syntax: down
Syntax: climb [up/down] <object>
Syntax: run <direction> [count]
Syntax: enter <object>

Use these commands to walk in a particular direction.

CLIMB is used to climb objects that are climbable.  Example: climb up tree.


RUN will move you in a direction until you can't move in that direction
no more.  Or you can give a count of how many spaces to move.  Running
will take more movements off and prevent you from doing anything while
running.

ENTERing objects will allow you into some special places.
~

0 LIGHT EXTINGUISH~
Syntax: light      <light object>
Syntax: extinguish <light object>

Lighting a light-able object can only be done with a tinderbox tool.
Extinguishing a light-able objects puts out the light on demand.
~

0 CAST~
Syntax: cast <spell> <target>

Before you can cast a spell, you have to practice it.  The more you practice,
the higher chance you have of success when casting.  Casting spells costs mana.
The mana cost decreases as your level increases.

The <target> is optional.  Many spells which need targets will use an
appropriate default target, especially during combat.

If the spell name is more than one word, then you must quote the spell name.
Example: cast 'cure critic' frag.  Quoting is optional for single-word spells.
You can abbreviate the spell name.

When you cast an offensive spell, the victim usually gets a saving throw.
The effect of the spell is reduced or eliminated if the victim makes the
saving throw successfully.

See also the help sections for MAGIC, and also please read HELP MANA.

When you cast offensive spells in certain terrain types, or in certain
types of weather, the damage is increased. You will have to figure out
which terrain and weather affects which spells.


~

0 EXITS~
Syntax: exits

Tells you the visible exits of the room you are in.  Not all exits are visible.
~

0 DROP GET GIVE PUT TAKE~
Syntax: drop <object>
Syntax: drop <amount> coins
Syntax: get  <object>
Syntax: get  <object> <container>
Syntax: give <object> <character>
Syntax: give <amount> coins <character>
Syntax: put  <object> <container>

DROP drops an object, or some coins, on the ground.

GET gets an object, either lying on the ground, or from a container, or even
from a corpse.  TAKE is a synonym for get.

GIVE gives an object, or some coins, to another character.

PUT puts an object into a container.

DROP, GET and PUT understand the object names 'ALL' for all objects and
'ALL.object' for all objects with the same name.
~

0 EQUIPMENT INVENTORY~
Syntax: equipment
Syntax: inventory

EQUIPMENT lists your equipment (armor, weapons, and held items).
INVENTORY lists your inventory.

~

0 COMPARE~
Syntax: compare <object-1> <object-2>
Syntax: compare <object>

COMPARE compares two objects in your inventory.  You can only compare weapons.

COMPARE with one argument compares an object in your inventory to the object
you are currently wielding of the same type.

COMPARE doesn't consider any special modifiers of the objects.
~

0 CRITICAL 'CRITICAL HIT'~
This skill gives a thief/assassin with hand speed who is wielding a 
piercing weapon with a dex of 30 or more a chance at causing
a lot more damage with a regular hit or a backstab or circle.

~

0 BACKSTAB BS DISARM KILL~
Syntax: backstab <character>
Syntax: disarm
Syntax: kill     <character>

KILL starts a fight, and, hopefully, kills something.  BACKSTAB is another way
to start a fight, used if you have learned the backstab skill.  BS is a
synonym for BACKSTAB.

DISARM is an auxiliary fighting command to disarm your opponent.

In order to BACKSTAB or DISARM successfully, you must practice
the appropriate skill.
~

0 SCAN~
Syntax: scan

Allows you to scan all the possible directions and look into them.
Similar to 'look' but shows you all possible directions not just the one.

See Also: LOOK
~

0 PRAY~
Syntax: pray <message you want to say to the Gods>
~

0 FLEE ASSIST RESCUE GUARD~
Syntax: flee
Syntax: rescue <character>
Syntax: assist <character>
Syntax: guard <character>

Once you start a fight, you can't just walk away from it.  If the fight
is not going well, you can attempt to FLEE, or another character can
RESCUE you.  

If you lose your link during a fight, then your character will keep
fighting, and will attempt to FLEE from time to time.  

In order to RESCUE successfully, you must practice the appropriate skill.

You may ASSIST someone at any time.  You will begin to help fighting.


You may GUARD another player and this will essentially cause you to
attempt to rescue them each combat round. It is dependent on how well you
have the guard skill learned, and how many people are fighting you.

~

0 EXAMINE LOOK~
Syntax: look
Syntax: look    <object>
Syntax: look    <character>
Syntax: look    <direction>
Syntax: look    <keyword>
Syntax: look in <container>
Syntax: look in <corpse>
Syntax: examine <container>
Syntax: examine <corpse>
Syntax: examine <gem>

LOOK looks at something and sees what you can see.

EXAMINE is short for 'LOOK container' followed by 'LOOK IN container'.

Examining GEMS will show you the mana left available to use.

Use: look <direction>      shows you what mobs are in a specific direction
~

0 REST SLEEP STAND WAKE~
Syntax: rest
Syntax: sleep
Syntax: stand
Syntax: wake

These commands change your position.  When you REST or SLEEP, you 
regenerate hit points, mana points, and movement points faster.
However, you are more vulnerable to attack, and if you SLEEP,
you won't hear many things happen.

Use STAND or WAKE to come back to a standing position.  You can
also WAKE other sleeping characters.
~

0 GTELL ; SAY LISTEN REPLY TELL~
Syntax: gtell <message>
Syntax: say   <message>
Syntax: reply <message>
Syntax: tell  <character> <message>

All of these commands send messages to other players.  GTELL sends a message to
all of the characters in your group, wherever they are, even if they are
sleeping or stunned or dying.  ';' is a synonym for GTELL.

SAY sends a message to all awake players in your room.

TELL sends a message to one awake player anywhere in the world.

REPLY sends a message to the last player who sent you a TELL.  REPLY will work
even if you can't see the player, and without revealing their identity.  This
is handy for talking to invisible or switched immortal players.

See Also: COMMUNICATION

~

0 NOTE NOTES~
Notes from mortals can only be written and read on noteboards. Notes posted
by immortals can be read anywhere in the game. Its a good idea to type note
each and every time you log in to see if there is any new notes for you.

Here are the commands to use the noteboards:

NOTE: This command automaticly read the new notes. You can only use that
comand when there is a noteboard i n the room. If there is no noteboard it
will read the new notes posted by immortals.

NOTE LIST: This command is used to see the list of the notes posted on a
noteboard. You can only use that command when there is a noteboard in the room.
If there is no noteboard you will see the list of the immortals-posted notes.

NOTE READ: This command allow you to read notes. You can either select the
number of the note you want to read (shown on note list) or if typed alone
it will automaticly read your new notes.

Here are the commands to write notes:

NOTE TO: This command sets the list of recipients of your note. The recipient
'all' means all players can read your note, and the recipient 'immortal' means
only the immortals can read your note.

NOTE SUBJECT: This command sets the subject line of a new note.

NOTE WRITE: This command will enter the note editor and allow you to write
a note easily and use all the editor's commands such as format.

NOTE +: This command writes text in your note without using the editor.

NOTE -: This command will delete the last line of your note.

NOTE SHOW: This command show you the informations of the note you are writing.
It is sugested to use that command before posting your note so you are sure
that everything is ok.

NOTE CLEAR: This command clears your entire note.

NOTE POST: This command post your note on the noteboard in your room. If you
dont type that command after your note is ready, no one will be able to read it.

Although the above looks confusing it is fairly simple to write a note.

Here is a short tutorial:

1) Find a board. Most can be found in towns or in clans.
2) Decide who you want to write a note to and then type 'note to <recipient>'.
3) Find a subject line for your note. This should describe the content of
   your note. Then type 'note subject <your subject>'.
4) Write your note. You can either use the note editor by typing 'note write'
   or write your note line by line using 'note + <text>'. And dont forget to
   format your note using the note editor, this makes it a lot easier to read.
5) Once you are done, you can check your note one last time by typing
   'note show' and when you are sure this is the note you want to post type
   'note post'.
 ~

0 YELL CHAT~
Syntax: yell     <message>
Syntax: Chat     <message>

CHAT uses up a few moves, but can be heard by all fellow players.

YELL sends a message to all players within a certain radius.  The
radius can be made smaller by noisy rooms.  At the moment, noise does NOT
travel up or down :)

Swearing in any form on chat or yell will NOT be tolerated.

See Also: PRAY
~

0 EMOTE , POSE SOCIAL~
Syntax: emote <action>

EMOTE is used to express emotions or actions.  Besides EMOTE, there are
several hundred built-in social commands, such as CACKLE, HUG, and THANK.
~

0 GRAPPLE~
The grapple skill will help you tackle better, do more damage in
groundfight, and make it harder for people to escape you when
groundfighting you.
~

0 GRAB HOLD REMOVE WEAR WIELD~
Syntax: hold   <object>
Syntax: remove <object>
Syntax: wear   <object>
Syntax: wear   all
Syntax: wield  <object>

Three of these commands will take an object from your inventory and start using
it as equipment.  HOLD is for light sources, wands, and staves.  WEAR is for
armor.  WIELD is for weapons.

WEAR ALL will attempt to HOLD, WEAR, or WIELD each suitable item in your
inventory.

You may not be able to HOLD, WEAR, or WIELD an item if its alignment does not
match yours, if it is too heavy for you, or if you are not experienced enough
to use it properly.

REMOVE will take any object from your equipment and put it back into your
inventory.
~

0 CHANNELS CHANNEL~
Syntax: channels
Syntax: channels +<channel>
Syntax: channels -<channel>
Syntax: <channel> off

With no options, CHANNELS shows you your current channels.  With a plus or
minus sign and an option, CHANNELS turns that channel on or off.

NOTE
If channels -<channel> does not turn  off a channel then try <channel> off

Common channels are as follows with a description:
Gossip - all levels - same alignment
Tell - all levels - same alignment
Auction - all levels same alignment
Ooc - level 40 - global
Clantalk - all levels - clan channel
~

0 CONFIG~
Syntax: config
Syntax: config +<option>
Syntax: config -<option>
Syntax: config  <option>

This command configures some of your character behavior.  With no options,
CONFIG shows you your current settings.  With a plus or minus sign and
an option, CONFIG turns that option on or off.  CONFIG <option> alone
toggles the option on or off.

Type CONFIG alone to see the full option list.
~

0 AUTO~
There are a number of automatic doing commands.

See Also: AUTOLOOT, AUTOEXIT, AUTOASSIST, AUTOSAC, AUTOGOLD, AUTOSPLIT
~

0 AUTOSPLIT~
Syntax: autosplit

AUTOSPLIT will automatically split the coins you receive to your group.
~

0 AUTOGOLD~
Syntax: autogold

AUTOGOLD will automatically make you get coins from corpses.
~

0 AUTOLOOT~
Syntax: autoloot

AUTOLOOT toggles your ability to automatically loot corpses after you
deal the final blow.

See CONFIGURE to find out which toggle is on and which is off.
~

0 AUTOEXIT~
Syntax: autoexit

AUTOEXIT toggles your ability to automatically see exits as you enter
a room.

See CONFIGURE to find out which toggle is on and which is off.
~

0 AUTOSAC~
Syntax: autosac

AUTOSAC toggles your ability to automatically sacrifice corpses after
you deal the final blow.

See CONFIGURE to find out which toggle is on and which is off.
~

0 BLANK~
Syntax: blank

BLANK toggles existence of a blank before your prompt.

See CONFIGURE to find out which toggle is on and which is off.
~

0 COMBINE~
Syntax: combine

COMBINE toggles your seeing combined format of identical items
in the room.

See CONFIGURE to find out which toggle is on and which is off.
~

0 REPORT SCORE TIME WEATHER~
Syntax: report
Syntax: score
Syntax: time
Syntax: weather

REPORT shows your current statistics to you and also announces them to other
players in the room.

SCORE shows detailed statistics to you only.

TIME shows the game time.  See WORLD to see uptime, real time, etc...

WEATHER shows the current game weather, and game time/season.
See also Help Warmth
~

0 WARMTH~
Your armor has a certain "warmth" value associated with it.
The more warmth you have, the warmer you are when it's cold
out and the hotter you are when it's hot out. Cold and warm now
cause a LOT more damage at the extreme ranges and certain
fire and ice spells will make you hotter or colder for a few
minutes...so casting fireball on someone in a desert is almost
like casting wounding on them for a few hours.

~

0 AREAS COMMANDS SOCIALS~
Syntax: areas
Syntax: commands
Syntax: socials

AREAS shows you all the areas in the game, with the author's name.

COMMANDS shows you all the (non-social) commands available to you.

SOCIALS shows you all the social commands available to you. See
Help NEWSOCIALS for information on submitting socials to the
mud.

~

0 NEWSOCIALS NEWSOCIAL~
It is possible to add new socials into the game, but it is easier
to have you all make them up and send them in, since there are
several things which need to be done. Here is an example of a 
social from the socials file:


SocialName  nog<tilde>
CharNoArg   You nog.<tilde>
OtherNoArg  $n nogs.<tilde>
CharFound   You nog at $N.<tilde>
OtherFound  $n nogs at $N.<tilde>
VictFound   $n nogs at you in agreement.<tilde>
CharNFound  Nog your head off -- they aren't here.<tilde>
CharSelf    You attempt to nog yourself.<tilde>
OtherSelf   $n nogs quietly to $mself.  What a sicko.<tilde>

Here is a blank social you can use to construct them easier:


SocialName 
CharNoArg  
OtherNoArg 
CharFound   
OtherFound  
VictFound   
CharNFound  
CharSelf    
OtherSelf   

When you make these up, first choose a command to use, and first
check to see if it is used already ;).
Make sure you put a tilde at the end of the line...we cannot put
that in the help file since the help file uses tildes for other
things.

The CharNoArg refers to what happens if you do nog instead of 
nog Kizmet or something like that. It is what YOU see.

OtherNoArg is what everyone else sees if you do a social without 
a target of the social.

CharFound is what happens if you attempt to inflict the social
on some unsuspecting person and they are standing there...it is
what YOU see in that case. Note that $n refers to a place where
YOUR name will be put in, and $N refers to the name of the target.

OtherFound is where you put the message that everyone else sees
when the person you are doing the social to is in the room.

VictFound is what the target of a social sees when someone socials
them.

CharNFound is what you see when you attempt to use a social on 
another player and they are not in the room.

CharSelf is what you see if you social yourself.

OtherSelf is what the other people in the room see if you attempt 
to social yourself.


If there are any lines you do not wish to fill in, such as saying
you don't want the social to be used on other people, then fill
in all of those lines with

CharFound none<tilde>

etc. The word none and then the tilde will make it so nothing happens
in that case.


So, if you want to make a social just copy the list of lines below the
lines with all the nogs in them, and put in the sentences you
want. Please keep these things to one line, and remember to put a
tilde at the end of each line, not the actual word <tilde>. Then you
can submit them to loc@erie.wizvax.net, or I think it will work if
they are put into a note too (but make sure the tildes are in there).
Please try to keep it from getting to sick. Believe it or not we DO
have some standards here, and gross or sick socials will not be put
in.

Also, besides the tildes there are no other special characters that
you need to remember or other words to put in.


~

0 WHO~
Syntax: who

WHO shows the people currently in the game.  You do not see those
people of the opposite alignment, and it is likely that there are
many people on your side who are invisible and they will
not appear on the who list either.

If you do not want your level shown in the who list, type "anonymous".
The anonymous command will toggle this feature on/off.
~

0 BRIEF~
Syntax: brief

BRIEF allows you to not see the room descriptions in the rooms so you will
get less scroll when you move quickly.

Typing 'brief' again will toggle back to seeing room descriptions.
~

0 DESCRIPTION~
Syntax: description

Allows you to type in a description of your character.
~

0 PASSWORD~
Syntax: password <old-password> <new-password>

PASSWORD changes your character's password.  The first argument must be
your old password.  The second argument is your new password.

The PASSWORD command is protected against being snooped or logged.
~

0 CONFIGURATION 'CONFIGURATION COMMANDS'~
Config  : This shows options.  Toggle on and off by using Config <option>.
Pagelen : This sets how long your page length is.  Syntax is Pagelen #.
Wimpy   : See help WIMPY.
Channel : This shows what communication channels you are listening to.  Use
	  Channel -<channelname> or Channel +<channelname> to turn off/on.
Fight   : Use this command to see the attitudes of how your character
	  fights.  Use Fight <option> to toggle a fight option.

~

0 WIMPY~
Syntax: wimpy
Syntax: wimpy <number>

WIMPY sets your wimpy value.  When your character takes damage that reduces
your hit points below your wimpy value, you will automatically attempt to flee.

WIMPY with no argument sets your wimpy value to 10.

Some monsters are wimpy.


~

0 OPEN CLOSE LOCK UNLOCK PICK~
Syntax: open   <object|direction>
Syntax: close  <object|direction>
Syntax: lock   <object|direction>
Syntax: unlock <object|direction>
Syntax: pick   <object|direction>

OPEN and CLOSE open and close an object or a door.

LOCK and UNLOCK lock and unlock a closed object or door.  You must have
the requisite key to LOCK or UNLOCK.

PICK can open a lock without having the key.  In order to PICK successfully,
you must practice the appropriate skill.
~

0 DRINK EAT FILL EMPTY~
Syntax: drink <object>
Syntax: eat   <object>
Syntax: fill  <object>
Syntax: empty <object>

When you are thirsty, DRINK something.

When you are hungry, EAT something.

FILL fills a drink container with water.

When you wish to EMPTY a drink container of its liquids.
~

0 SHOP BUY LIST SELL VALUE 'SHOP COMMANDS'~
Syntax: buy   <object>
Syntax: list  <object>
Syntax: sell  <object>
Syntax: value <object>

BUY buys an object from a shop keeper.

LIST with no argument lists the objects the shop keeper will sell you.
LIST <object> lists only the items corresponding with <object> the shop
keeper will sell you.

SELL sells an object to a shop keeper.

VALUE asks the shop keeper how much he, she, or it will buy the item for.
~

0 PURSE~
Syntax: purse

This command will show you how much money you have on you as well as in
the bank
~

0 SACRIFICE JUNK BURY~
Syntax: sacrifice <object>

SACRIFICE offers an object to your God.  A Sacrifice is a Sacrifice;
don't expect any lousy steenken coins or anything after level 9.
~

0 TAP~
This skill is only available to the most masterful and high-tech aturion
minds.  The full effect of this skill is unknown, but it basically allows
the user to construct a small, temporary long-distance radio in the ear
of the user by mentally reconstructing oxygen molecules into a super-excited
energy state.  Only those knowledgeable in this skill know what effect this
has on the user.
~

0 BRANDISH QUAFF RECITE ZAP WAND STAFF WANDS STAVES SCROLL SCROLLS POTION 
POTIONS~
Syntax: brandish
Syntax: quaff    <potion>
Syntax: recite   <scroll> <target>
Syntax: zap      <target>

BRANDISH brandishes a magical staff.  QUAFF quaffs a magical potion (as opposed
to DRINK, which drinks mundane liquids).  RECITE recites a magical scroll; the
<target> is optional, depending on the nature of the scroll.  ZAP zaps a
magical wand at a target.  If the target is not specified, and you are fighting
someone, then that character is used for a target.

You must HOLD a wand or a staff before using BRANDISH or ZAP.

All of these commands use up their objects.  Potions and scrolls have a single
charge.  Wands and staves have multiple charges.  When a magical object has no
more charges, it will be consumed.
~

0 SHEATH DRAW~
Syntax: sheath <weapon>
Syntax: draw   <weapon>

Sheath will allow you to place a weapon into your belt for future use.

Draw will remove any sheathed weapons from your belt for you to use.

~

0 GCONSIDER GCON~
Syntax: gconsider <victim>
	gcon      <victim>
This command shows you how well your group would do against a mob if
you were taking the hits.  It is best if the would-be "tank" or "buffer"
uses this command, as it will be the most accurate.  Only group members
actually in the room with the mob will be used in the gconsider command.

See also: CONSIDER
~

0 CONSIDER~
Syntax: consider <victim>

CONSIDER tells you what your chances are of killing a character.
Of course, it's only a rough estimate.

See also: GCONSIDER GCON
~

0 GBONUS~
experience each member gets = (MOB_EXP * (1+(members/10))) / members

There are slight bonuses for killing higher level mobs with smaller groups.
With this equation, you can see a group of 15 gets 2.5 times the mob 
experience, only it is divided by 15.  A group of two gets 1.2 times the 
mob experience, divided by two, plus a small "small-group" bonus 
depending on the level mob they kill.  Many mobs in the game are only
killable in large groups.

~

0 FOLLOW GROUP~
Syntax: follow <character>
Syntax: group
Syntax: group <character> or ALL

(See also the Ditch command)

TYPE HELP GBONUS to find out about GROUP BONUSES, exp division, etc...

FOLLOW starts you following another character.  To stop following anyone else,
just FOLLOW <yourself>.

GROUP <character> makes someone who is following you a member of your group.
Group members share experience points from kills and may use the GTELL and
SPLIT commands.  If anyone in your group is attacked, you will automatically
join the fight if you have autoassist on.

If the <character> is already a member of your group, then GROUP will
kick out the <character> from your group.  Characters can also leave your
group by using a FOLLOW command to stop following you.

GROUP with no argument shows statistics for each character in your group.
~

0 HIDE SNEAK VISIBLE~
Syntax: HIDE
Syntax: SNEAK
Syntax: VISIBLE

If you type HIDE <object> you will hide an object in the room.
Other people in the room will see you hiding it, so be warned.

If you type HIDE alone (nothing after it):
If you successfully HIDE, then other characters can't see you.

If you successfully SNEAK, then you can move in and out of rooms without
being noticed.  Sneak is checked on EACH STEP... if you fail the sneak,
people will see you sneak in.  If you pass the sneak roll, you will enter
the room undetected.

In order to HIDE or SNEAK successfully, you must practice the appropriate
skill.

VISIBLE cancels your hiding and sneaking, as well as any invisibility,
making you visible again.

See Also: SEARCH
~

0 CIRCLE FLASH~
Syntax: Circle
Syntax: Flash
This skill allows you to sneak around an opponent and place a suitable
piercing weapon in his/her/its back during combat.  Your target must be
fighting someone else (IE you must be assisting someone else).

A word of caution: often the opponent will get angry and turn and attack 
you after a successful circle.

Flash lets you get in an "instant circle". In order to use it, you must
be wielding a dagger in one hand, and holding flash powder in the other.
Then type "flash" once you are already engaged and you will attempt
to get in an instant circle (Even if your opponent is attacking you!).
Flash powder is expensive, so save this for important fights.

See Also: BACKSTAB
~

0 QUIT RENT SAVE~
Some objects, such as keys and potions, may not be saved.

QUIT leaves the game.  When you re-enter the game you will be back in the 
same room you quit in. You may not quit inside (in MOST cases..there are
some exceptions)

QUIT automatically does a SAVE, so you can safely leave the game with just one
command.

There is no RENT in this mud.  Just SAVE and QUIT whenever you want to leave.
However, you may find that you cannot quit immediately after combat; this is
so that you may not quit to avoid being chased after.
~

0 SPLIT~
Syntax: SPLIT <amount>

SPLIT splits some money between you and all the members of your
group who are in the same room as you.  It's customary to SPLIT
the money after a kill. You can not split a single gold piece. to do this
you will need to convert it to copper  and add or subtract one. IE:
split 99 
or 
split 101
~

0 PRACTITIONER 'PRACTITIONER COMMANDS'~
See help PRACTICE, and help LEARN.

Skills will show you the skills you know, while Spells shows you the
spells you know and how much mana they cost at your current level.

~

0 PRACTICE~
Syntax: PRACTICE
Syntax: PRACTICE <skill|spell>

PRACTICE without an argument tells you your current ability level in all
the skills and spells you know.

PRACTICE with an argument practice that skill or spell.  Your use of the
skill or spell starts low, and improves with use.  However, improvement
is faster if your practice a skill or spell to the maximum you can practice
it to.

You must find a practitioner who teaches the desired skill; you can't learn
anything just anywhere.

For each point your stats are below the minimums, you can practice 8
percent less, down to a minimum of 20 percent. Max practice for skills and
profs is 65, and max practice for spells is 75. You must practice
something up to at least 41 or it will NEVER improve.


See Also: LEARN
~

102 MLOAD OLOAD~
Syntax: mload <vnum>
Syntax: oload <vnum>

MLOAD loads a mob given its vnum.
OLOAD loads an object given its vnum.
~

110 NOEMOTE NOTELL SILENCE~
Syntax: noemote <character>
Syntax: notell  <character>
Syntax: silence <character>

NOEMOTE, NOTELL, and SILENCE are used to muffle other characters, by
preventing them from emoting, telling, and using channels, respectively.
Characters who are no'telled will also not receive those forms of
communication.
~

102 PURGE~
Syntax: purge
Syntax: purge <character>

PURGE is used to clean up the world.  PURGE with no arguments removes all the
NPC's and objects in the current room.   AREAPURGE (for gods only), purges
everything in the area.

~

110 RESTORE~
Syntax: restore <character>

RESTORE restores full hit points, mana points, and movement points to the
target character.
~

110 TRANSFER~
Syntax: transfer <character>
Syntax: transfer all
Syntax: transfer <character> <location>
Syntax: transfer all         <location>

TRANSFER transfers the target character, or ALL player characters,
to your current location (default) or to a specified location.
~

107 MAT AT~
Syntax: at <location> <command>
Syntax: mat <vnum><vnum> <command>


AT executes the given command (which may have arguments) at the given
location.  The location may be specified as a vnum, as the name of
a mobile, or as the name of an object.

AT works by temporarily moving you to that location, executing the
command, and then moving you back (if the command didn't change your
location).

Mat will allow you to do a command at multiple locations. This is good for
builders so they can do things like set a flag on a number of rooms at
once. IE if you want to set the dark flag on rooms in vnums 100 200
Enter the reditor in the room you are in then type:
mat 100 200 dark
~

102 ECHO RECHO~
Syntax: echo  <message>
Syntax: recho <message>

ECHO sends a message to all players in the game, without any prefix
indicating who sent it.

RECHO sends a message to all players in your room, without any prefix
indicating who sent it.
~

101 GOTO~
Syntax: goto <location>

GOTO takes you to a location.  The location may be specified as a vnum,
as the name of a mobile, or as the name of an object.

~

0 READ~
Syntax: read <object>

Allows you to read certain writing or descriptions on objects.
~

0 MOUNT DISMOUNT RIDE RIDING~
Syntax: mount    <mountable>
Syntax: dismount <mountable>
Syntax: ride     <mountable>

Allows you to mount, dismount, or ride mountable mobiles.
Mounting mobiles will not use any of your moves, but will tire the mounted.

You must have riding practiced in order to control a non-bought (wild) mount.
~

101 HOLYLIGHT HOLYWALK INVIS~
Syntax: holylight
Syntax: holywalk
Syntax: invis

HOLYLIGHT is a toggle that allows you to see (almost) every character and
mobile in the game.  With holy light, you can see what's in the game more
easily.  Without holy light, you can see what mortal players see.

HOLYLIGHT will not allow you to see immortal INVIS characters who are
higher level than you.

HOLYWALK is a toggle that allows you to walk unhindered by doors and other
normal obstacles that mortals must deal with.

INVIS is a toggle which makes you completely invisible to all player characters
of lower level than you, and to all mobiles.

~

102 MFIND OFIND~
Syntax: mfind name <name>
	mfind area
	mfind range <start> <end>
	mfind all
Syntax: ofind <name>

MFIND finds all mobile types with a particular name.
MFIND AREA lists the mobiles under this area.
MFIND RANGE 1 20 finds all mobiles with vnums between 1 and 20 inclusive.
MFIND ALL lists all mob templates. 

OFIND finds all object types with a particular name.
~

102 MSTAT OSTAT RSTAT PSTAT~
Syntax: mstat <character>
Syntax: pstat <character>
Syntax: ostat <object>
Syntax: rstat <location>
Syntax: rstat

MSTAT and PSTAT shows you statistics on a character.

OSTAT shows you statistics on an object.

RSTAT shows you statistics on a location. The location may be specified as
a vnum, as the name of a mobile, or as the name of an object.
~

101 OWHERE~
Syntax: owhere <object>

OWHERE shows you the locations of all objects with a particular name.
~

101 MWHERE~
Syntax: mwhere <name>

MWHERE shows you the locations of all mobiles with a particular name.
~

102 PEACE~
Syntax: peace

PEACE causes all characters in a room to stop fighting.
~

101 BEAMIN BEAMOUT~
Syntax: beamin  <message>
Syntax: beamout <message>

The standard messages for GOTO are 'arrives in a swirling mist' and
'leaves in a swirling mist'.
~

102 SLOOKUP~
Syntax: slookup <skill-or-spell>
Syntax: slookup all

SLOOKUP shows you the internal 'sn' and external 'slot' for the given skill
or spell.  The 'sn' is used for OSET and OSTAT.  The 'slot' is used for area
files.  Neither 'sn' nor 'slot' is used for player files; these operate with
the actual skill and spell names.

SLOOKUP ALL shows this information for all skills and spells.
~

108 SWITCH RETURN~
~

101 IMMTALK ]~
Syntax: immtalk <message>

IMMTALK sends a message to all immortals.  ] is a synonym for IMMTALK.
~

101 WIZHELP IMMREF~
Syntax: wizhelp

WIZHELP provides a list of all the immortal commands.
~

0 DODGE 'ENHANCED DODGE'~
This skill lets you dodge incoming attacks, taking no damage from them.
Use of the skill is automatic once you have practice it.  You cannot
dodge as well if multiple attackers are beating on you.  Also, if you
are burdened heavily, your chances of dodging grow slim.

Enhanced dodge gives you a better chance of dodging.
~

0 'ENHANCED DAMAGE'~
This skill increases the damage you inflict when attacking.  Use of the skill
is automatic once you have practiced it.
~

0 PARRY RIPOSTE~
This skill wards off incoming attacks, taking no damage from them.  Use of the
skill is automatic once you have practice it.  You must be wielding a weapon
to parry.  You cannot parry as well when multiple people/monsters are
attacking you.

NOTE: You can only parry a weapon.  You cannot 'parry' fists.
The more weapons you are wielding, the better you will parry.

Riposte helps you to parry and also gives you a small chance to
get in a "return strike" vs. your attacker.


~

0 PEEK~
This skill shows you a character's inventory when you look at a character.
Use of the skill is automatic once you have practice it.
~

0 PENETRATION 'ARMOR PENETRATION'~
This useful skill allows you to find weaknesses in an opponent's armor,
thus reducing the amount of damage his/her/its armor absorbs.
~

0 'SECOND ATTACK' 'THIRD ATTACK'~
These skills let you attack more than once during a combat round.  Use of
these skills is automatic once you have practice them.

You can practice THIRD ATTACK before you have mastered SECOND ATTACK,
although it isn't efficient to do so.

Note: These skills are "icing on the cake".  Even if you are masters at
second and third attack, it doesn't guarantee you will attack more than
once a round.

~

0 SKILLS~
Syntax: skills

This command shows the skills you know as well as how good you are at them.

~

0 DAMAGE~
hard
very hard
extremely hard
twists in pain
connects accurately and with great force
connects accurately and with incredible force
spasms with pain
MUTILATE
DECIMATE
MANGLE
PULVERIZE
DEMOLISH 
OBLITERATE
<<< EVISCERATE >>>
>>> ANNIHILATE <<<
[[[ ERADICATE ]]]
..VaporizE.. .
~

0 'SKILL RANK'~
unlearned
horrible
beginner
poor
novice
moderate
good
skilled
adept
talented
superb
master
perfect
godly

~

0 'ARMOR RANK' ARMOR~
These are all of the armor rankings in order of power.

Defenseless
Poorly Armored
Barely Armored
Partly Armored
Moderately Armored
Armored
Well Armored
Extremely Well Armored
Incredibly Armored
Virtually Impenetrable
Unbelievably Armored
Completely Armored
Divinely Armored
Armor of the Gods!
Which keeb did you kill for this stuff?

~

0 SPELLS~
Syntax: spells

This command shows the spell caster how much mana each spell he knows will
cost.

See Help MAGIC for more information on the magic system.

~

110 SLIST 'IREF SLIST'~
Syntax: slist
Syntax: slist <spell/skill/prof name>
Syntax: slist [mana_type] [guild(s)] [offensive/defensive/healing]

If you slist guilds eg. slist warrior, it lists all of the things that
require warriors. Should you list two guilds, it lists all the things
that require BOTH guilds.

If you slist mana_type, eg. slist air, slist fire you only see spells,
and those spells are all the ones that can be cast with that mana
type. 

If you slist offensive/defensive/healing, you list those SPELLS only 
which are offensive or defensive (not healing) or healing (heals moves,
hps or removes bits).

The arguments work together, so you can slist earth healing tinker
to get all healing spells cast with earth magic requiring tinker's
guild.

Note that using the mana, offense/defense/healing options 
automatically set the type of slist to spells ONLY. Guilds can be set
to list all warrior skills or warrior profs, however.


This command shows you ALL the spells available to you.

slist spells : will show you the spells available
slist skills : will show you the skills available
slist profs  : will show you the proficiences available.


~

0 PAGELENGTH PAGE~
Syntax: pagelength
Syntax: pagelength <number>

Pagelength without an argument sets the number of lines before page
pause to the default of 20 lines.

Pagelength with an argument sets the number of lines you wish to see on
screen before page pausing.

~

0 MANA~
Although each character has a certain amount of natural mana, more powerful
spells, and greater mana amounts can be achieved through the use
of GEMS.  Gems add mana, increase mana regeneration rates, and allow you
to cast more powerful spells.  Natural mana regenerates VERY slowly.

You cannot cast a spell like fireball with an earthen gem...
there are four types of gems and magic types: Earth, Air, Water, and
Fire.  Experiment around to see what spells use which.

Type MANA to see your current mana stats.

See Also: GEMS, MAGIC, ELEMENTS

~

0 MAGIC~
Spells are a little more complicated to use here than most places.

Type slist spells to get a list of the spells.

First, you have to be able to learn the spell by being high
enough level, and by knowing all the prerequisites.
Type zpre annih to get an idea of how many spell slots you may
need to learn the powerful attack spells. Most races cannot
cast annihilate since by typing raceinfo, and looking at the 
Sk/Sp columns..we see a lot of races with nowhere near 50 spells.
If you wish to be a caster, you should pick one of the races
with lots of spell slots.

Then, the spells may require that you be a member
of certain guilds (see help GUILDS). 

Also, when casting a spell, you may need a gem. Each character
has a natural "spell casting level" based on their stats and
other things. Remove all gems and type MANA to see
your natural casting level.

Certain items called gems can increase your casting level (up to
double your natural level, so if you are really stupid, you will
NEVER be able to cast really powerful spells no matter what
gem you are using). Gems also store extra mana (or spell power)
in one or more types. There are 5 types of mana: Air, Earth,
Fire, Spirit, and Water. 

If the spell you are casting uses one (or more of those types) 
AND a gem you are holding contains the mana type used by the 
spell AND your natural spell level plus the gem's spell level
is at least the level of the spell...You can use the gem's mana
to cast the spell. 

When you cast a spell, mana is deducted from your natural
mana first, then each gem you are holding is checked in turn.
If the gem has the proper mana type and is powerful enough,
mana is deducted from the first gem, and if that is not enough
from the second, and so forth until all gems of that
color are drained. This will leave gems of different colors,
or mana types, unaffected.

Also, casting spells has precast lag. This means you do not
automatically get spells off and then get a few seconds of wait.

When you want to cast a spell you type c 'spellname' <target or
blank>

Then you are put into a special position where you will wait
a second or two or possibly several depending on the spell.
If you type anything during this time, you stop casting,
and must restart if you wish to cast the spell.

Since it is hard to concentrate on spells while casting,
you cannot take much damage before you lose concentration
and fail to complete the spell. Keep this in mind. If you
are fighting something, and start to cast a spell (especially
if it is another player), it will probably turn and 
attack you. Unlike most places here, switching opponents
is as easy as typing "kill <name>" of the thing you want
to fight now. Therefore it will be easy to target you, and
you will find that it is hard to cast spells vs other players.
There are ways to increase your ability to ignore damage
and ways to speed up your casting, and always the option
of using less powerful spells (which take less time to cast)
when you are engaged in combat.


Spells which are attack spells (offensive spells) can be cast
either as single target, or as area spells if you have wizard
tier 2. Single target ranged attack spells can be cast with
tier 3 wizard, and ranged area spells can be cast with tier 5
wizard. 

Healing/curative spells can be made into area spells with tier 2
healer, and self only healing curative spells can be cast on others
with tier 4 healer.

Protective/preparatory spells can be cast as area spells (if
they are defensive) with tier 3 conjurers, and protective self
only spells can be cast on one other with tier 4 conjurers.
Tier 5 conjurers can cast any protective/preparatory spell on
all in the room. 

Self only spells can never be ranged.

Casting spells as area spells or ranged spells causes the cost of
the spell to go up, and the effectiveness of the spell to
go down. It also makes the effective casting level of the spell
higher thant that of the spell without the area affects.

To make a spell cast as an area spell, just type 

c area 'spellname' target 

or 

c mass 'spellname' target

The ' ' are only necessary if the spell has more than one name,
so syntax like

c mass fly 

or

c mass fireball enemy 

are fine.


See Also: MANA, GEMS SLIST

~

0 'DOUBLE CAST' DOUBLE_CAST~
This skill gives you a small chance of casting the same spell you
just cast twice if the spell is of the healing or attacking nature.

~

0 RESTART~
Restart is a more powerful version of remort. Remorting lets you keep
playing the same race you have been, but once you get to 8 remorts,
if you try to remort again and instead of typing 

transform <stat> <stat> <stat>

you do

transform restart yes

You will be taken back to the beginning race selection screen.
You will then be able to pick one of the powerful restart races.
You need only pick this race, then your stats will be set to
21 each plus the restart race bonuses plus any align bonuses you
have. Basically your character is turned into a nekkid newbie.
You are a level 1, 0 remort character. You will have to climb your way
up to the top again, except this time you have a cheater race to
use to do it.

Be very sure of which restart race you wish to use, since you will
not get another chance to restart unless you somehow get back up to 
9 remorts again. 

~

0 GEMS~
Syntax: hold <gem>

Gems can store a certain amount of mana in one or more of the
five elemental colors: Air, Earth, Fire, Spirit and Water.

Gems also have a certain "level of power" they add to your
natural casting level, to allow you to cast spells more
powerful than those you could normally. In no case will the
bonus level for holding a gem be greater than your natural
casting level. Your "level of power" for any given mana type
is your natural level plus the HIGHEST level of ANY gem of
the correct color you are holding. So, if you have 3 crap red
gems, and a really powerful red gem, you can drain all 4 gems
into highlevel fire spells as long as at least one of the gems
is powerful enough.

For example: If your int and wis are both 10, and you find a gem
with a spell level of 30, and you attempt to cast a level 21
spell, you will fail. Even though the gem level + your natural casting
level (10) is more than 21, the max gem bonus you will get
is 10 no matter how powerful the gem is. It is possible with
properly set up characters to have a natural casting level of 45.
This means that all mortal spells are eventually castable with
gems with 45 levels added.

To start charging a gem up, type MEDITATE.

When you attempt to cast a spell, all gems you are holding are
checked to see if they contain the correct mana type for the
spell, and if they are of high enough level to help you
cast the spell. If they are, their mana can be used to cast
the spell. This is even true if the mana you need to
cast the spell has to be gotten in dribs and drabs from all
the gems you are holding!


See Also: MAGIC, MANA, ELEMENTS

~

0 ELEMENT ELEMENTS~
The elements are as follows:

EARTH
Earth focuses on working with nature to heal and speed up natural processes.

AIR
Air controls appearances, and also can be used to destroy.

FIRE
Fire is the element of power and destruction.

WATER
Water is the opposite of fire, yet not as healing oriented as 'earth'.

SPIRIT
Spirit controls mystical things which are not readily apparent.

See Also: GEMS, MAGIC
~

101 RESET RESETS~
SYNTAX: reset area
	reset room

Usage: To reset the entire area again.
	To reset just the room you are in.

See Also: RESET1, RESET2

~

109 ALLOW BAN~
Syntax: allow <site>
	ban <site>
	nban <site>

Adds or removes sites to/from ban list.
Denies or allows certain sites to connect to mud.

~

108 DISCON DISCONNECT~
Syntax: discon <character>

Disconnects a character's connection/site/link.

~

108 FREEZE~
Syntax: freeze <character>

Freezes a character in place which keeps them from doing anything.

~

108 PSET~
Type 'pset' for more info and its usage.

~

102 ASAVE~
Type 'asave' for more info and its usage.
~

102 ASTAT~
Type 'astat' for more info and its usage.
~

102 FORCE~
Syntax: force <character> <command string>

Forces a character or mobile to do almost anything.

~

102 RFIND~
Type 'rfind' for more info and its usage.
~

102 OINDEX MINDEX~
Syntax: oindex <object number>
	mindex <mobile number>

Gives statistical info on mobile/object even if they are not in the world.

~

102 SSET~
Type 'sset' for more info and its usage.
~

101 NOTIFY~
This is a toggle command that you use to see or NOT see notify log messages.
Type notify help for help.
~

101 USER USERS~
Type 'users' to see the sites of characters of equal or lower level to yourself.
~

107 SEDIT ~
Sedit is the spell editor, to create a spell either type sedit create, or
sedit create <sNum>.  To delete a spell, either type nuke while editing
the spell you want to delete, or type sedit delete <sNum>, you can not
delete skills or proficiencies(due to the way they are coded, if you
deleted them all you'd accomplish is screwing up the guild tiers and other
stuff attached to them).

Then, you set the name, and other attributes, such as the prerequisites
for the spell. You set up the prereqs by typing pre1 <spell name> and/or
pre2 <spell name>.  You also should set the level, mana, minimum int, and 
minimum wisdom.  Also set casting time.

The basic commands to set attributes are:
  name <name>                      - Sets the name of the spell
  duration <formula>               - Sets the spells duration, see help formula
  create                           - These two create new spells
  create <sNum>                    create creates one in the first available
                                     sNum.
  nuke                             - Flags a spell !save
  delete <sNum>                    - Flags a spell !save
  <guildname> <tier>               - Sets a guild and tier requirement to learn
	                             and cast
  delay <time>                     - Ticks for spell delay
  lvl <level>                      - The spells level
  mana <mana>                      - Amount of mana
  Ndam <word>                      - Damage word, ie, Your <word> hits x 
                                     extremely hard.
  damg <formula>                   - Damage formula, see help formula
  wear_off <message>               - Wear Off Message
  to_char1 <message>               - Message sent to caster see help SEDIT_MSG
  to_char2 <message>               - Second line of to_char1
  to_vict1 <message>               - Message sent to victim see help SEDIT_MSG
  to_vict2 <message>               - Second line of to_vict1
  to_notvict1 <message>            - Message sent to room see help SEDIT_MSG
  to_notvict2 <message>            - Second line of to_notvict1
  pre1 <spell name>                - 1st Prerequisite
  pre2 <spell name>                - 2nd Prerequisite
  location <number> <modifier val> - Location (Stat/Etc.) of a Modifier
  modifier <number> <type>         - Modifier of a location
  room <room>                      - No Idea
  fail_chance <chance>             - Chance to fail
  spell_lag <time>                 - Like Delay
  creates <vnum>                   - Creates VNUM object
  pk_fail <chance>                 - Chance to fail against players
  spell                            - Sets type to spell
  skill                            - Sets type to skill(DISABLED)
  prof                             - Sets type to proficiency(DISABLED)
  proficiency

See Also: MOB-AFFECTS, SEDIT_FLAGS, MANA, FORMULA, SEDIT_MESSAGES
~

108 SEDIT_FLAGS ~
The Sedit flags are used to give spells extra affects, like acid, burning,
etc.  Anyway, heres the list.

ACID		- Items will dissolve

FIRE		- Items will burn (paper, backpacks, etc)...

SUMMON		- Summons a mob.. must be TAR_IGNORE. This is for the summon
		  spell only.

TELEPORT	- This teleports the victim to a random room.  Recommended to 
		  be self only.  It won't work on a fighting target.

ALL_IN_ROOM	- This spell will affect all characters in the room of the
		  target character.. it can be used with other flags.

REMOVES_BIT	- This is used for cure poison, etc.. it removes the BITS set
		  in the bit field.  For instance "poison" and this flag makes
		  a cure poison spell.

HEALS_DAM	- Instead of doing damage, if this flag is set, the DAM field
		  will be added to the victim's hps, instead of subtracted.

MESSAGE		- Must be TAR_IGNORE.  For the message spell only.

DISPEL_MAGIC	- This is the dispel magic spell. It removes random enchantment
		  from a victim(depending on levels/etc).

HURT_EVIL	- This spell will only work on evil creatures (it can be used
		  with HEALS_DAM spells, too, if you want to get creative).

HURT_GOOD	- Opposite of HURT_EVIL.

HURT_UNDEAD	- This only hurts undead or ghost mobs.

MODIFY_OBJECT	- Not working yet.

IDENTIFY	- The identify spell.. must be TAR_IGNORE.

LOCATE_OBJECT	- TAR_IGNORE must be set.. this is the locate object spell.

SCRY		- This is the scry spell.. TAR_IGNORE must be set... it shows
		  the room in which the target victim is in.

LOCATE_PERSON	- This just shows the room name where the person is in.
		  TAR_IGNORE is required on this spell too.

RECALL		- This spell will recall the victim.  Recommended to be self 
		  only, but not required.

FAIL1/2		- Fails 1 out of every 2 times.

FAIL1/3		- Fails 1 out of every 3 times.

FAIL1/4		- Fails 1 out of every 4 times.

TWO_SAVES	- The target gets two saving throws instead of one.

ONLY_MULTI_MOBS	- This can be used with all_in_room to make it only hit 
		  multiple mobs, but only 1 character if a character is
		  targetted.

  
DAM1/2		- If the victim makes a save, the damage is halved.

NOT_SELF	- This spell cannot be cast on yourself, and it will not affect
		  the caster.

CHARM_PERSON	- This is the charm_person spell.

OBJ_TO_ROOM	- This puts the object in the room instead of in inventory.

ADD_MOVE	- "damage" string is added to the targets moves.

ONLY_GROUP	- Only affects good/good or evil/evil... not opposites.

ONLY_NOT_GROUP	- Opposite of ONLY_GROUP.

SHOCK		- Shocks the opponent.

WIND		- Sends a wind spell to opponent.

ICE		- Freezes opponent.
~

109 FORMULA SEDIT_FORMULA ~
The formula codes for duration and damage lie below, you construct them into
a bizarre formula, mmkay?

s = char's strength
i = char's intelligence
w = char's wisdom
x = char's dexterity
y = char's constitution

m = Syntax m42 would be max of 42 damage
z = Syntax z3 would be minimum 3 damage

g = Wizard's Guild then 1, else 0
h = Healer's Guild then 1, else 0
o = Warrior's Guild then 1, else 0
t = Thieves Guild then 1, else 0
n = Assassin's Guild then 1, else 0
r = Ranger's Guild then 1, else 0
q = Tinker's Guild then 1, else 0

l = level
k = kick damage
p = max hit points... used for mob exp calc.

a = random from 1-10
b = random from 10-20
c = random from 20-30
d = random from 1-level

efjuv = leftover letters

please note: all operations are performed from left to right.  This makes
for simple coding and a damn quick pass thru a complicated expression.

sample:
  25*h+b	25 damage if in healers guild plus 10-20
~

110 SEDIT_MESSAGES~
Sedit uses messages and supports ansi in the messages just like title.
However there are some extra things you need to set, here are the vars.

$N (substitutes the name    of  the VICTIM)
$n (substitutes the name    of  the CASTER)
$E (substitutes he/she/it   for the VICTIM)
$e (substitutes he/she/it   for the CASTER)
$M (substitutes him/her/it  for the VICTIM)
$m (substitutes him/her/it  for the CASTER)
$S (substitutes his/her/its for the VICTIM)
$s (substitutes his/her/its for the CASTER)

Example:
  $N hammers $n with his horrendus balefire!

would show up as:
  Flatline hammers Mephistos with his horrendus balefire!

when cast by Flatline on Mephistos and viewed by someone else in the room.
~

0 ZONE ZONES AREA AREAS~
To see the list of current zones/areas, type: area
~

0 TRACK TRACKING~
SYNTAX: track <victim>

Tracking will lead you to your victim as you kneel in search of fresh
footprints.  If your tracking skill is not perfect, you may be led astray
or pick up no tracks.

NOTE: Tracking works by footprints.  You cannot track things that have never
even set foot into the room you are tracking from.

~

0 WARCRY~
Syntax: warcry

This skill will help you hit harder for a short while. It will not work
unless you have practiced it fully.
~

0 'SHIELD BLOCK' SHIELDBASH~
This skill allows you to use a shield to actually deflect blows during
combat.  Deflected blows will be treated as if you had parried the attack
with your shield.  The higher the percentage you learn this skill, the
higher chances you will have to use your shield to deflect attacks.

Shieldbash will help you to block attacks with your shield and also
give you a small chance of returning the attack with a blow from your
shield.
~

0 'MAGIC MISSILE'~
This is the weakest attack spell in the game. It is a prerequisite for
getting any other attack spells. It does not do very much damage.
~

0 PEBBLE ROCK SPIKE BOULDERS EARTHQUAKE SHARDS~
This is an earthen attack spell. This spell will call up the forces of the earth to pummel your enemies and rip them to shreds.
~

0 'BURNING HANDS' 'FIRE BOLT' FIREBALL 'LIQUID LEAD' 'FIRESTORM' FIREBREATH~
This fire attack spell burns your enemy, but it requires great intellect to use effectively.
~

0 ICICLE 'CHILL TOUCH' 'CONE OF COLD' 'COLD RAY' 'ICE STORM' 'FROST BREATH'~
This ice attack spell chills your enemy to the bone.
~

0 'SHOCKING GRASP' BOLT 'CHAIN LIGHTNING' 'CALL LIGHTNING' 'ELECTRIC STORM' 'LIGHTNING BREATH'~
This spell calls on the forces of energy to shock your enemy to death.
~

0 'HEAL LIGHT' 'HEAL SERIOUS' 'HEAL CRITICAL' HEALING 'MASS HEALING'~
This spell restores the hits of the target, but does not cure any other
type of malady.
~

0 REFRESH REJUVENATE 'MASS REFRESH'~
This spell restores the movement of the target.
~

0 'MINOR GUARDING' SHIELDING 'MAJOR GUARDING' 'SHELL OF MIGHT' STONESKIN WARDING~
This spell increases the armor of the target, making them more resistant to blows.
~

0 'BATTLE PRAYER' BLESS~
This spell strengthens the arm of the target, letting them hit their enemies more accurately.
~

0 HASTE SPEED~
This spell allows the caster to get an extra attack in once in a while.
~

0 'CURE BLINDNESS' 'REMOVE PLAGUE' 'REMOVE POISON' UNCURSE MINDCURE BODYCURE CUREALL PURIFICATION~
This spell removes some sort of a malady without directly restoring health.
~

0 'ACID ARROW' 'ACID BOLT' 'ACID SPRAY' 'ACID BLAST' ACIDSTORM 'ACID BREATH'~
This spell calls forth the corrosive power of water and acid to burn away the flesh of your enemies.
~

0 'DIVINE HEALING' 'SHOWER OF LIFE' SHOWER~
This is a VERY powerful healing spell, which only the greatest and wisest members of the land can use.
~

0 ENLARGE 'EARTHEN STRENGTH'~
This spell increases your strength a little.
~

0 POISON  'DART OF POISON' 'NOXIOUS CLOUD'~
This spell poisons a target, inflicting a little bit of damage.
~

0 DISEASE 'PLAGUE CLOUD' 'DEATH CLOUD' DEATHSTORM~
This spell gives your target an awful disease.
~

0 DOOM 'TORNADO OF SOULS' SOULSMASH 'HAMMER OF HELL'~
This spell uses the tremendous power of death to crush your enemies and inflict great maladies on them at the same time.
~

0 'METEOR SHOWER'~
This spell flattens your enemies below a wall of burning rocks.
~

0 TELEPORT~
This spell moves the caster to a random location in the world. It require an enourmous reserve of magical energy, as well as a lot of time to cast.
~

0 SUMMON~
This powerful spell allows the caster to summon an ally to their location. Note that since only players have souls, the caster will not be able to lcoate anything which is not a player, so those creatures are not summonable.
~

0 PORTAL~
This spell opens a portal between you and a target player of your
own alignment. Use with caution, as sometimes bad things will happen with
the casting of this spell.

~

0 SHADOWWALK~
This spell lets you teleport to any creature in the game except
mobiles inside of homelands.
~

0 IDENTIFY~
This ancient spell allows you to discern the properties of any object you are carring. Due to the power of this spell, it requires a great amount of time and effort to cast.
~

0 RECALL 'WORD OF RECALL'~
This spell calls upon the powers of the gods to transport you to safety. This spell is incredibly difficult to cast, and the invocation of the spell itself
takes a tremendous amount of time to do.
~

0 'LOCATE PERSON'~
This is a spell of great power which will tell you where a foe is in the 
world. Due to the nature of relative powers between people, it will not work if
the target is significantly more powerful than you are. It requires an 
enormous amount of magical energy to cast, and a large amount of time.

This spell is only available at the cost of 100 warpoints each time
it is learned. The spell is not supposed to be used by lamers who sit in
their homelands and cast this all day just "to check" who is on the other
side.

If you use this spell, please do not cast it in or near your homelands,
or spam cast it looking to check who all is on on the other side, or
run home and quit after casting. It is supposed to be for hunting meaning
that you cast it once or twice then find someone and go kill them.

Using this spell as a lamer will cause the admins to remove it and make
you go relearn it at 100 wps cost again, or we may set you with the
lamer flag which has more insidious penalties. If it looks as if a lot
of people are being lamers, the spell will be removed.
~

0 'LOCATE OBJECT' SCRY 'Pass Door'~
These spells allow the caster to locate an object, see what is happening
in another room in the world, or pass through doors as if they are not
there. Although they are listed on the spells list, it is probable that
these spells will never make it into the
game; and if they do that they will be taken out due to being too powerful.
~

0 'UNDERWATER BREATH'~
This spell allows the caster to breathe underwater just as if they were on dry land for a short period of time.
~

0 FLY~
By invoking this spell, the caster sprouts a magical pair of wings which allow him or her to fly as a bird would for a short amount of time.
~

0 'PROTECTION FROM EVIL' 'PROTECTION FROM GOOD'~
This spell helps protect the caster from the attacks of the opposite alignment for a brief time.
~

0 SANCTUARY~
This mighty spell invokes a magical aura around the caster, or an ally which absorbs damage inflicted for a short period of time.
~

0 PROTECTION~
This spell protects you from a little bit of the damage that people
of different alignments will inflict upon you.

~

0 'TOTAL PROTECTION' TP~
This is the most ancient and powerful spell of protection in the land. A person of great magical prowess may call upon this spell to protect themselves from all but the mightiest blows for a short period of time.
~

0 REFLECT 'SPELL REFLECT'~
If a mage has this spell cast, then the next offensive spell that hits
him or her will reflect back to the caster. The mage who is affected by
this may not cast anythign else, not even typing the letter "c" or else
the spell reflect will be gone. This is good for letting the enemy
try to take the first shot, and having it backfire on them.
~

0 'DETECT INVISIBLE' 'DETECT HIDDEN' INFRAVISION~
This spell enhances your vision in some way...
~

0 INVISIBILITY~
This spell warps the light rays so they go around the caster, preventing others from seeing the caster, unless their eyes have been specially tuned to look for this warping.
~

0 'DISPEL UNDEAD' 'DISPEL DEMON' 'DISPEL DRAGON'~
This spell is currently iffy.
~

0 ANNIHILATE 'CREEPING DEATH'~
This spell is very powerful, and very painful. 
~

101 SPEC_HELP SPEC-PROCS SPEC_PROCS MOB_PROCS~
To set a mob that casts defined spells, or that flurries/tackles/kicks 
more than "spec_warrior" does, you must perform the following in MEDIT.

casts <spellname> - This sets a spell for the mob to cast.  A mob may cast
		    up to 10 unique spells.  To remove a spell from the list,
		    simply type casts <spellname> again, and <spellname>
		    will be removed.  Defensive or target_self spells, the
		    mob will cast on him/herself.  Offensive spells, the
		    mob will use the name of the character he/she is 
		    currently fighting.  Mobs are not delayed by spells,
		    and have unlimited mana.  Mobs will not cast a spell
		    that is higher level than the mob itself.  See
		    cast_p below for more info.

kicks    - Toggles whether or not the mob will kick during battle.  Since
	   mobs are not delayed by kick, please see warrior_p, below.
flurries - Toggles whether or not the mob will flurry during battle.  Since
	   mobs are not delayed by flurry, please see warrior_p, below. 
	   A mob with less than 40 movement will not flurry.
tackles  - Toggles whether or not the mob will tackle during battle.  Since
	   mobs are not delayed by tackle, please see warrior_p, below.

warrior_p <#> - This sets at what percent the mob performs a warrior command.
		100% would mean the mob would perform his warrior command(s)
		every round... it's obvious that this should be set low.
cast_p <#>    - This sets at what percent the mob casts a spell.  100% would
		mean the mob casts a spell EVERY combat round.  It's obvious
		that this should be set low.

NOTE: TO VIEW THIS INFO, YOU MUST TYPE "mindex <vnum>".  This info does NOT
appear in the medit window.  (Same with skills taught).

See Also: ACT_BITS MEDIT MAGEMOB

~

101 'IREF LIQUIDS' LIQUIDS~
liquid name      color        alcohol food drink (values)
-1  lamp oil         "who_cares"    blah blah blah 
 0  water            "clear"         0    1    10
 1  beer             "amber"         1    2     5
 2  wine             "rose"          2    2     5
 3  ale              "brown"         2    2     5
 4  brandy           "dark"          5    2     5
 5  whisky           "golden"        6    1     4
 6  everclear        "clear"        10    0     0
 7  rum              "brown"         3    3     3
 8  salt water       "clear"         0    1    -2
 9  milk             "white"         0    3     6
10  coffee           "black"        -1    1     6
11  tea              "tan"           0    1     6
12  blood            "red"           0    2    -1
13  unblood          "green"         0    2    -2

~

101 RACE-HATE~
Syntax: k<racename>

By typing k<race> in medit, you can set a mob to attack PC's of that race.
Some examples... kdwarf sets the mob to kill dwarves.

kgood -> targets all good characters - should be set in places like orc
	 caves, etc...
kneutral-> targets all neutral characters - should rarely be set.
kevil -> targets aturions.

~

110 LISTS~
Lists are special objects that do not load.  When a list object is sent to
the internal procedure create_object(), the long description of the object
is scanned through and a vnum from the list is selected at random.  the
list object itself is only loaded when the vnum on value0 is not correctly
set to the number of vnums in the list.

read CREATION-RULES for the rules on creating lists PLEASE

example:
obj->name        =           "list bread"
obj->short_descr =           "a list of breads"
obj->long        =           "30 32 123 43 65 93"     (assuming objects exist)
obj->value[0]    = 6

~

101 SECTORS SECTOR~
These are the various tpyes of rooms you can set in REDIT.

     Overland Sectors                Underground Sectors

Inside              City             	Cave			
Field               Forest 		Hole		
Hills               Mountain 		Cavern
Swim                Noswim		Passage
Underwater          Air			Alcove
Desert              Snow		Chamber
Tropical            Ice			Vault
Marsh               Hollow		Subterranian
Road                Trail		Shaft
Plains              Wasteland		Pit
Lava                Town		Tunnel
Swamp               Arctic		Tube
Canyon              Rocky
Astral              Brush
Woods               Tundra
Path                Steppe
Grasslands          Savannah
Clouds              Ruins
		

Room sectors (NOTE: room flag DARK overrides always-lit sectors).

See Also: REDIT.
~

0 ASTRAL 'ASTRAL PLANE'~
The astral plane is very dangerous. It can kill you almost instantly
if you are not protected well. It also increases the magical powers
of spells cast within it and dampens the physical blows of anyone
foolish enough to fight in it.
~

110 HEDIT 'HELPFILE EDITING' 'HELP EDITING'~
HEDIT is the online help editor, it is used to create and edit helpfiles.
I plan to add forward and backword commands to it.
 
It's basic operation is simple.
 
     hedit <keyword>           - Edits helpfile <keyword>
     hedit create <keyword>    - Creates a new helpfile with keyword <keyword>
     hedit delete <keyword>    - Deletes helpfile <keyword>
 
Once in the editor, there are only a few commands.
 
     delete                    - Deletes the current helpfile and exits editor
     create <keyword>          - Creates a new helpfile with keyword <keyword>
     keyword <keyword>         - Changes keyword to <keyword>
     level <level>             - Changes level required to view helpfile to
                                 <level>
     done                      - Exits HEDIT
     text                      - Enters text editor, it's the same one your
                                 familiar with.
 
Note:
  Do Not Edit MOTD or GREETING, it will spam crash the mud if you change
  the level or keyword.


~

0 RESET_EXAMPLE~
In this helpfile you will be guided through several examples
of how to make resets of mobs and objects
 
A) Make an item load on a mob
 
Ok first we have to put in reset for the mob. Using syntax from
help reset we type:
reset <reset_number> MOB <mob_vnum> [ <chance> <max number> ]
 
which in our case will be
reset 1 MOB 17 100 1
 
by typing reset we see:  1- Loads a cow (17) in room (max 1 at 100c chance)
 
now we want our mob to load an item, syntax is:
 reset <number> OBJ <vnum> <location> [chance]
 
so in order to make the item load on mob with reset #1 we have to make
it reset #2 as follows:
reset 2 OBJ 237 after 100
 
by typing reset now we get:
 1- Loads a cow (17) in room (max 1 at 100c chance)
2-  Loads a long sword (237) worn on a cow 100c chance)
 
 
B) Make an item reset on mob in a room that already has 
several mob resets
 
given:
Resets:
1- Loads a cow (17) in room (max 1 at 100
2- Loads a striped cat (19) in room (max 1 at 100c chance)
3- Loads a small dog (18) in room (max 1 at 100c chance)
 
Now if we want a long sword to pop on the cat all we would have to do
is make that sword the reset slot after cat, which is 3. This
will push down the reset of the dog to 4
by typing:  reset 3 OBJ 237 after 100
we get:
Resets:
1- Loads a cow (17) in room (max 1 at 100c chance)
2- Loads a striped cat (19) in room (max 1 at 100c chance)
3-  Loads a long sword (237) worn on a striped cat 100c chance
4- Loads a small dog (18) in room (max 1 at 100c chance)
 
C) Make an item load in the room.
 
To make an item load in the room we type:
reset 1 OBJ 237 room 100
yielding:
 1-  Loads a long sword (237) in room 100
 
 
 
~

0 BLINDNESS~
This spell causes your target to lose their sight for several hours. It
does not cause any physical damage. 
~

0 DUST DEVIL~
With this spell you can cause the dust to rise from the ground in a small
torrent and then launch it at your victim causing some damage. 
~

0 NEWHELP~
This is a new helpfile it needs to be cleared~



0 $~
#$