Quest Find Settings
Assists with finding multiple quests with matching settings.
The QuestFindSettings
class can help find many quests with matching find settings.
Fields
Name
Type
Description
questType
string
Quest type filter.
npcObjectName
string
The name of the character object (QTCharacter) of the NPC. Quests without a matching name will be filtered out.
npcName
string
The name of the NPC. Quests without a matching name will be filtered out.
requirementsFindType
RequirementsFindType
Requirement state filter.
repeatableFindType
RepeatableFindType
Repeatable state filter.
stateFindType
StateFindType
Quest state filter.
Usage Example
Last updated