See: Description
Class | Description |
---|---|
QuestMenuItems |
Used to create quest related menu items for different menus.
|
QuestProcessor |
A class to manage quest progression of players.
|
QuestRequirementChecker |
An abstract helper class for checking the completion of quest phase requirements.
|
QuestRequirementCheckerItems |
A helper class for checking the completion of "item" quest phase requirements.
|
QuestRequirementCheckerKills |
A helper class for checking the completion of "kill" quest phase requirements.
|
QuestType |
The constants, which represent the type of a quest.
|
WauzQuest |
A quest, generated from a quest config file.
|
WauzQuestLoot |
The loot reward of a quest.
|
WauzQuestPhase |
A phase of a quest.
|
WauzQuestRequirement |
A completion requirement of a phase of a quest.
|
Enum | Description |
---|---|
QuestSlot |
A slot to hold the accepted quests of a player.
|