QuestFlags
From Source Peek Wiki
[edit]
About
This is QuestFlags in QuestCache.wdb for World of Warcraft.
[edit]
Structure
Quest flags are stored as a BitMask
| Bit | Description | Notes |
|---|---|---|
| 1 (1) | Deliver | |
| 2 (2) | Kill | |
| 3 (4) | Speak To | |
| 4 (8) | Repeatable? | Q:Shareable? |
| 5 (16) | Exploration | |
| 6 (32) | Timed Quest | |
| 7 (64) | Raid Quest | Tagged as "(Raid)" (to verify) |
| 8 (128) | Reputation | |
| 9 (256) | Unknown | |
| 10 (512) | Unknown | |
| 11 (1024) | Unknown | |
| 12 (2048) | Unknown | |
| 13 (4096) | Daily | This bit is set if it's a Daily Quest |
[edit]
Notes
As far as I could tell repeatable quests are not stored in the quest flags
