Difference between revisions of "Quests"

From RogueBasin
Jump to navigation Jump to search
m
(Some additional ideas)
Line 1: Line 1:
== Overview ==
== Overview ==
Quests help make roguelikes interesting. They involve completing a task and receiving a reward.  Quests may also have prerequisites that must be fulfilled before the quest will be given.  Quests may be required to progress further in the game.
Quests are intended to make roguelikes more interesting, although if not handled well, they can themselves become a source of tedium. To some extent, any quest system will be a matter of personal taste as to whether it improves or hurts the game. Quests involve completing a specific task and receiving a reward.  Quests may also have prerequisites that must be fulfilled before the quest will be given.  Quests may be required to progress further in the game (in which case, this progress may constitute the reward).


=== Prerequisites ===
=== Prerequisites ===
Often a player will have to complete certain actions before starting a quest.
Often a player will have to complete certain actions before starting a quest:
* Completing a previous quest
* Completing a previous quest
* Attaining a certain level or having certain skills
* Attaining a certain level or having certain skills
* Being a certain alignment
* Being a certain alignment
* Belonging to a particular [[race]], [[class]], or other category (perhaps religion)


=== Triggers ===
=== Triggers ===
There are several ways to start a quest.
There are several ways to start a quest:
* Speak with the proper NPC
* Speak with the proper NPC
* Attain a certain combat level
* Attain a certain combat level
* Enter a certain dungeon level
* Enter a certain dungeon level
* Have them assigned automatically by the game system (or some power within the game, such as a god)
* Perform some action such as reading a "Scroll of Questing"


=== Types ===
=== Types ===
Quests come in several varieties.  Here are a few:
Quests come in several varieties.  Here are a few:
* Kill one or more monsters.
* Kill one or more monsters (of a specific type)
* Retrieve an item
* Retrieve an item
** It is also possible to retrieve a living creature, requiring you to protect it
** Collect a set of items ("Bring me one of each type of non-unique magic ring.")
* Explore or enter a particular level
* Explore or enter a particular level
* Deliver an item to a specific place/NPC


Some games have special quests; that is, you need to perform certain actions to complete them.  [[ToME]], for example, has a quests where you need to you clean a river by using certain potions with the polluted water tiles.  [[GearHead]] has quests that involve protecting caravans, infiltrating houses, and so on.
Some games have special quests; that is, you need to perform certain actions to complete them.  [[ToME]], for example, has a quests where you need to you clean a river by using certain potions with the polluted water tiles.  [[GearHead]] has quests that involve protecting caravans, infiltrating houses, and so on.
Line 26: Line 32:
* Money
* Money
* Special items (usually weapons and armor)
* Special items (usually weapons and armor)
* Experience in skills
* Experience, (access to) skills, or spell knowledge
* Companions
* Companions
* Alignment changes
* Alignment changes/enhancement
* Access to new places
* Access to new places
* Improved reputation


== Tasks in Roguelikes ==
== Tasks in Roguelikes ==
Sometimes there are tasks that are either implicitly or explicitly mandatory to win a roguelike, but are not considered quests by the game.  Killing the boss monster is an explicitly mandatory task.  The player knows at the beginning of the game that his key objective is to take down that monster, and the game cannot be won without doing so. However, implicitly mandatory tasks are often required to win as well.  In [[Angband]], for example the goal is to kill Morgoth.  It is implied that the player must kill Sauron as well, to access the final level.  In [[ADOM]], the task is to close the chaos gate at the bottom of a certain dungeon.  However, to reach that point in the dungeon requires the player to pass a wall of fire, and they need to retrieve an item that will allow them to get through.
Sometimes there are tasks that are either implicitly or explicitly mandatory to win a roguelike, but are not considered quests by the game.  Killing the boss monster is an explicitly mandatory task.  The player knows at the beginning of the game that his key objective is to take down that monster, and the game cannot be won without doing so. In [[ADOM]], the task is to close the chaos gate at the bottom of a certain dungeon.  However, to reach that point in the dungeon requires the player to pass a wall of fire, and they need to retrieve an item that will allow them to get through. Likewise, while one wins in [[Crawl]] by taking the Orb of Zot to the surface, one gains access to the dungeon branch containing the Orb, only with at least three of the Runes that can be obtained in various special locations.


== Conclusion ==
== Conclusion ==
Not every roguelike has quests, and the ones without them can still be very fun to play.  On the other hand, quests add unique and enjoyable content to the game.  Quests are a way to take a break for the typical mindless killing that is often required to win the game.
Not every roguelike has quests, and the ones without them can still be very fun to play.  On the other hand, quests add unique and enjoyable content to the game.  Quests are a way to take a break for the typical mindless killing that is often required to win the game.
[[Category:Gameplay]]
[[Category:Gameplay]]

Revision as of 06:52, 14 June 2009

Overview

Quests are intended to make roguelikes more interesting, although if not handled well, they can themselves become a source of tedium. To some extent, any quest system will be a matter of personal taste as to whether it improves or hurts the game. Quests involve completing a specific task and receiving a reward. Quests may also have prerequisites that must be fulfilled before the quest will be given. Quests may be required to progress further in the game (in which case, this progress may constitute the reward).

Prerequisites

Often a player will have to complete certain actions before starting a quest:

  • Completing a previous quest
  • Attaining a certain level or having certain skills
  • Being a certain alignment
  • Belonging to a particular race, class, or other category (perhaps religion)

Triggers

There are several ways to start a quest:

  • Speak with the proper NPC
  • Attain a certain combat level
  • Enter a certain dungeon level
  • Have them assigned automatically by the game system (or some power within the game, such as a god)
  • Perform some action such as reading a "Scroll of Questing"

Types

Quests come in several varieties. Here are a few:

  • Kill one or more monsters (of a specific type)
  • Retrieve an item
    • It is also possible to retrieve a living creature, requiring you to protect it
    • Collect a set of items ("Bring me one of each type of non-unique magic ring.")
  • Explore or enter a particular level
  • Deliver an item to a specific place/NPC

Some games have special quests; that is, you need to perform certain actions to complete them. ToME, for example, has a quests where you need to you clean a river by using certain potions with the polluted water tiles. GearHead has quests that involve protecting caravans, infiltrating houses, and so on.

Rewards

There are many rewards that can be given as the result of completing a quest.

  • Money
  • Special items (usually weapons and armor)
  • Experience, (access to) skills, or spell knowledge
  • Companions
  • Alignment changes/enhancement
  • Access to new places
  • Improved reputation

Tasks in Roguelikes

Sometimes there are tasks that are either implicitly or explicitly mandatory to win a roguelike, but are not considered quests by the game. Killing the boss monster is an explicitly mandatory task. The player knows at the beginning of the game that his key objective is to take down that monster, and the game cannot be won without doing so. In ADOM, the task is to close the chaos gate at the bottom of a certain dungeon. However, to reach that point in the dungeon requires the player to pass a wall of fire, and they need to retrieve an item that will allow them to get through. Likewise, while one wins in Crawl by taking the Orb of Zot to the surface, one gains access to the dungeon branch containing the Orb, only with at least three of the Runes that can be obtained in various special locations.

Conclusion

Not every roguelike has quests, and the ones without them can still be very fun to play. On the other hand, quests add unique and enjoyable content to the game. Quests are a way to take a break for the typical mindless killing that is often required to win the game.