| defs.h | The definitions file used in later courses. The abbrevations used in this file are a quasi-standard and often used. |
| ruby.c | A basic object. |
| longsword.c | A basic weapon. |
| ringmail.c | An armour. |
| dragonbreath.c | A drink. |
| pizza.c | Food. |
| tiny.c | A simple monster without any extras. |
| gnome.c | A not so nice and stronger monster. |
| mage.c | A spell casting evil woman. |
| random.c | Multiple monsters in one file. |
| colussus.c | A walking and talking monster. |
| soldier.c | Monster with equipment. |
| mbase.c | A mountainbase (normal room). |
| mbase_w.c | Western part of the mointainbase. |
| mbase_e.c | Eastern part of the mointainbase. |
| cave.c | A haunted cave (with room messages). |
| path.c | A room with hooks. |
| pathfuncs.c | Functionfile for path.c |
| forest.c | A forest with add_trigger and reset-hook. |
| forestfuncs.c | Functionfile for forest.c |
| amulet.c | A magical artifact (with triggers and hooks). |
| amuletfuncs.c | Functionfile for amulet.c |
| treebranch.c | A room with triggers and hooks. |
| treefuncs.c | Functionfile for treebranch.c |
| ring.c | A magical ring with spell. |
| ringfuncs.c | Functionfile for ring.c |
| com/CMD_ACCESS.c | The command access file. |
| com/hello.c | A simple command. |
| help/hello | HELP-file for 'hello' |
| com/meteor.c | A room spell. |
| help/meteor | HELP-file for 'meteor' |
| com/icicle.c | Improved spell with extra checks. |
| help/icicle | HELP-file for 'icicle' |
| com/cast.c | Multiple spells in one command. |
| help/cast | HELP-file for 'cast' |
| wizard.c | A monster using the commands. |
| hat.c | A magical hat. |
| hat2.c | An improved magical hat. |
| hat2funcs.c | Functionfile for hat2.c |
| gauntlets.c | Protective gauntlets with timelimit |
| gauntletsfuncs.c | Functionfile for gauntlets.c |
| amulet.c | An autoload amulet. |
| soberdrink.c | A drink to modify sober/soaked |
| soberfuncs.c | Functionfile for soberdrink.c |
| potion.c | A potion to modify str and dex |
| potionfuncs.c | Functionfile for potion.c |
| potion.c | A warm cape (protection from cold) |
| potionfuncs.c | Functionfile for cape.c |
| com/dmessage.c | Sends a delayed message |
| help/dmessage | HELP-file for 'dmessage' |
| com/mtell.c | Sends a message to a range of users |
| help/mtell | HELP-file for 'mtell' |
| com/ctell.c | Sends a randomly coloured message |
| help/ctell | HELP-file for 'ctell' |
| com/atell.c | Sends a message to all players within an area |
| help/atell | HELP-file for 'atell' |
| biggnome.c | A big unfriendly and chatting gnome |
| smallgnome.c | A small unfriendly and chatting gnome |
| gnomefuncs.c | The functionfile for the gnomes |
| com/emails.c | Stores your emails. |
| help/emails | HELP-file for 'emails' |
| voiceamulet.c | An enchanted amulet. |
| voicefuncs.c | Functionfile for voiceamulet.c |
| axeofdeception.c | An axe with special attacks |
| axefuncs.c | Functionfile for axeofdeception.c |
| hornofhell.c | A horn to summon a demon |
| hornfuncs.c | Functionfile for hornofhell.c |
| demon.c | A helping demon |
| demonfuncs.c | Functionfile for demon.c |
| spectacles.c | Assess a monster with these spectacles |
| specfuncs.c | Functionfile for spectacles.c |
| spy.c | Spy out a player |
| spyfuncs.c | Functionfile for spy.c |
! See source files above and below !
| quest_file.txt | The questfile of the example quest. |
| necklace.c | The main questobject |
| troll.c | The bad guy |
| girl.c | The good sobbing girl |
| girlfuncs.c | Functionfile for girl.c |
| hill.c | The starting point of the quest |
| shore_w.c | The 'puzzle' room |
| shore_e.c | Where the troll waits |
| shorefuncs.c | Functionfiles for both shore-rooms |
| greeting_d.c | A simple daemon. |
| master.c | The guildmaster |
| area/guildcenter.c | The guild's main room |
| board/guildboard.c | The guildboard |
| board/boardfuncs.c | Functionfile for the guildboard |
| com/CMD_ACCESS.c | Who is allowed to use the commands |
| com/drain.c | The spell 'drain' |
| com/sacrifice.c | The spell 'sacrifice' |
| com/help.c | The guild help |
| etc/ENTERGAME_MSG | Message for entering members |
| etc/EXITGAME_MSG | Message for quitting members |
| etc/JOIN_MSG | Message for joining members |
| etc/LEAVE_MSG | Message for leaving members |
| help/drain | Command help for 'drain' |
| help/sacrifice | Command help for 'sacrifice' |
| include/guild.h | General guild defines |
| include/master.h | Prototypes of functions in the guildmaster |
| include/spells.h | Spell-defines |
| rat.c | An infective rat |
| ratfuncs.c | Functionfile for rat.c |
| ratdisease.c | The disease of the rat |
| spider.c | A poisonous spider |
| spiderfuncs.c | Functionfile for spider.c |
| spiderpoison.c | The spider-poison |
| bag.c | A simple bag |
| small_chest.c | A small chest with some specials |
| key.c | The key you need to unlock the chests |
| iron_chest.c | Another chest with even more specials |
| iron_chest_funcs.c | Functionfile for second chest |
Written: 28 - Jan - 2000 - Ghorwin
Last modified: 26 - Mar - 2001 - Ghorwin