Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quest_template.md - QuestType hasn't #3 #1003

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/quest_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,13 @@ The quest ID. This column is the Primary Key for the Table. Each quest ID must b

### QuestType

Accepted values: 0, 1, 2 or 3. Their meaning is described in table below.
Accepted values: 0, 1 or 2. Their meaning is described in table below.

| Value | Result |
| ----- | -------------------------------------------------------------------------------------------------------- |
| 0 | Quest is enabled, but it is auto-completed when accepted; this skips quest objectives and quest details. |
| 1 | Quest is disabled (not yet implemented in the core). |
| 2 | Quest is enabled (does not auto-complete). |
| 3 | Quest is a World Quest. |

### QuestLevel

Expand Down
Loading