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