Ok this is what is found in the Sample Area of Lathanders temple:
Code: Select all
#MOBILES
#16201
cleric guard~
{70}a cleric guard~
{70}A cleric guard of the temple stands here.~
This tall and strong human wears a steel breastplate decorated
with the symbol of Lathander. It is one of the warrior-priests
who have sworn to defend the temple and its inhabitants.
~
U 45 CLASS_LATHANDER RACE_HUMAN SEX_MALE POS_STANDING DEITY_LATHANDER
ACT_SENTINEL|ACT_CITIZEN
0
ARMOR_TYPE_FULL_PLATE MATERIAL_STEEL
d8+2 650
13 13 13 13 13 13 13
0 0 0 0 0
LANG_COMMON
LANG_COMMON
0 0 0
>death_prog 100~
mpjunk all
~
|
#16202
fighter guard~
{70}a figher guard~
{70}A fighter guard of the temple stands here.~
This tall and strong human wears a steel breastplate decorated
with the symbol of Lathander. It is one of the warrior-priests
who have sworn to defend the temple and its inhabitants.
~
U 45 CLASS_FIGHTERS RACE_HUMAN SEX_MALE POS_STANDING DEITY_LATHANDER
ACT_SENTINEL|ACT_CITIZEN
0
ARMOR_TYPE_FULL_PLATE MATERIAL_STEEL
d10+2 650
13 13 13 13 13 13 13
0 0 0 0 0
LANG_COMMON
LANG_COMMON
0 0 0
>death_prog 100~
mpjunk all
~
|
These are the unique mobs, this is the example for simple mobs given off of the builders lessons:
Code: Select all
#QQ00
smelly dwarf short~
a short smelly dwarf~
A short smelly dwarf is drinking an ale here.~
He is very short for a dwarf with dark hair and a dark beard. He has a stubby nose and beady eyes. His hands are large and calloused from many hours of work at the forge. He is of a very sturdy build with arms and legs like small tree trunks. He is dressed in mithril chainmail.
~
S 25 CLASS_WARRIOR RACE_DWARF SEX_MALE POS_STANDING DEITY_NONE ACT_SENTINEL|ACT_CITIZEN
Now here is an example of the mobs in my area:
Code: Select all
#MOBILES
#QQ51
dirty, ugly wererat~
{30}a dirty ugly wererat~
{30}A dirty, ugly wererat is nervously watching you.~
{30}Layers of dirt, grime, and filth cover this hideaous beast. A mix of man and
rat, his feralness is seen in the rat-like face and tail. His eyes reflect the
glimmer of light, and burn with contempt towards you.
~
S 20 CLASS_WARRIOR RACE_HUMAN SEX_MALE POS_STANDING DEITY_NONE
ACT_NOWANDER|ACT_AGGRESSIVE AFF_INFRARED
0
~
#QQ52
dirty, ugly female wererat~
{30}a dirty ugly female wererat~
{30}A dirty, ugly female wererat is nervously watching you.~
{30}Layers of dirt, grime, and filth cover this hideaous beast. A mix of woman and
rat, her feralness is seen in the rat-like face and tail. Her eyes reflect the
glimmer of light, and burn with contempt towards you for invading her home. She
stands in fron of her nest ready to protect her home.
~
S 10 CLASS_WARRIOR RACE_HUMAN SEX_FEMALE POS_STANDING DEITY_NONE
ACT_SENTINEL|ACT_AGGRESSIVE AFF_INFRARED
0
~
Somewhere my layout is messed up. At first I thought that it was becuase I didnt include a pipe at the end of my mobs like in the Sample Area example but I read later that pipes are only needed if they contain a program and since mine are simple mobs they do not need one. Im thinking maybe its in my AFF_INFRARED tag since I could not find a good example of where AFF's go.