Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IQuestStatus
import { type IQuestStatus } from "https://deno.land/x/sptaki@1.2.0/models/eft/common/tables/IBotBase.d.ts";

Properties

qid: string
startTime: number
status: QuestStatus
optional
statusTimers: Record<string, number>
optional
completedConditions: string[]

Property does not exist in live profile data, but is used by ProfileChanges.questsStatus when sent to client

optional
availableAfter: number