Skip to main content

B1QuestTableRow

  • Table row defining a quest, including sequential mission flags, category, and a list of quest info entries.
PropertyTypeDescriptionMetadata
IsLazyCompleteboolIf true, the quest is not completed until all tasks end and a success signal is explicitly sent.Category: B1QuestTableRow
bIsSequentialMissionboolIf true, missions in QuestList are activated one by one in sequence; each success activates the next.Category: B1QuestTableRow
QuestCategoryIdFNameThe category ID this quest belongs to.Category: B1QuestTableRow
Foreign: QuestCategory.Id
RandomSelectMinint32Minimum number of quests to randomly assign from QuestList. 0 means use all quests (default).Category: B1QuestTableRow
ClampMin: 0
RandomSelectMaxint32Maximum number of quests to randomly assign from QuestList. 0 means use all quests (default).Category: B1QuestTableRow
ClampMin: 0
QuestListTArrayThe list of quest info entries defining the tasks and timing for this quest.Category: B1QuestTableRow
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase