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

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