Difference between revisions of "Help:Creating a Quest Article"
From Alter Aeon Wiki
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Requirements== | ==Requirements== | ||
* Name of the quest | * Name of the quest | ||
* | * Area the quest is in | ||
==Nice-to-Have's== | ==Nice-to-Have's== | ||
* Provide notes for the steps detailing what the player has to do (push the stone, use the wand on the door, etc.) | * Provide notes for the steps detailing what the player has to do (push the stone, use the wand on the door, etc.) | ||
* Directions or nearby landmarks would be nice | * Directions or nearby landmarks would be nice | ||
* Rewards for the quest | |||
== Creating the Page == | |||
To create a wiki page copy the name of the quest from your {{Icode|quest complete}} output. For example if the quest complete log says: | |||
{{MUDdisplay| | |||
2 [51200] Discovered an ambush party! | |||
}} | |||
You would search for {{Icode|Discovered an ambush party!}} | |||
After searching there will be a link to create the page if it does not exist. | |||
== | == Content Template == | ||
Your quest page should look like this | |||
{{MUDdisplay| | |||
| | |||
;Area | |||
:<Area of the quest here> | |||
=== | === Guide (Author: Your Name) === | ||
# Step 1, do a thing | |||
# Step 2, do another thing | |||
=== Reward === | |||
List any and all rewards from the quest here | |||
[[Category:Quests]] | |||
}} | |||
[[Category:Help]] | [[Category:Help]] |
Latest revision as of 06:44, 14 March 2021
It's dead simple to create quest guides thanks to some template voodoo
Requirements
- Name of the quest
- Area the quest is in
Nice-to-Have's
- Provide notes for the steps detailing what the player has to do (push the stone, use the wand on the door, etc.)
- Directions or nearby landmarks would be nice
- Rewards for the quest
Creating the Page
To create a wiki page copy the name of the quest from your quest complete output. For example if the quest complete log says:
2 [51200] Discovered an ambush party!
You would search for Discovered an ambush party!
After searching there will be a link to create the page if it does not exist.
Content Template
Your quest page should look like this
;Area :<Area of the quest here> === Guide (Author: Your Name) === # Step 1, do a thing # Step 2, do another thing === Reward === List any and all rewards from the quest here [[Category:Quests]]