Changes
Page history
Create Adding Quests
authored
Jul 26, 2023
by
Devin
Show whitespace changes
Inline
Side-by-side
Adding-Quests.md
0 → 100644
View page @
dc86d02f
# Adding Quests to the Game Manager
To add quests, you'll need to use the game manager, as it will handle the creation of new quests and add them to the database.
# Setting up the Game Manager
If you do not have it set up already, there is a guide on how to set up the game manager
[
here.
](
Accessing
the Game Manager)
# Creating the Quest
Once you have launched the game manager, click the
`Create/Edit a Quest`
button. Here, you will see several options:
-
Quest name: The name of the quest.
-
Quest title: Do not use this drop-down. It is used to edit existing quests, but we are creating new quests, not editing an existing one.
-
Quest description: The quest description.
-
Experience gained: How much experience the player gains from completing this quest.
-
Trigger map:
-
Trigger row:
-
Trigger column:
-
Objectives for fulfillment:
-
Completion action type:
-
Start date: The date when this quest starts. Players cannot complete the quest before this date.
-
End date: The date when this quest expires. Players cannot complete the quest after this date.
Once you have these fields filled out, scroll to the bottom of the page and click
`Create Quest`
. This will add the new quest to the database.