summaryrefslogtreecommitdiff
path: root/docs/quest_template.md
blob: 76b12259367d602bc9577cc32dda40d2d63e8e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
# quest\_template

[<-Back-to:World](database-world.md)

**Table: quest\_template**

Contains all basic definitions of available quests.

## **Structure**

|  Field                            |  Type          |  Attribute  |  Key  |  Null  |  Default  |  Extra  |  Comment  |
|-----------------------------------|----------------|-------------|-------|--------|-----------|---------|-----------|
|  [ID][1]                          |  MEDIUMINT     |  UNSIGNED   |  PRI  |  NO    | 0         |         |           |
|  [QuestType][2]                   |  TINYINT       |  UNSIGNED   |       |  NO    | 2         |         |           |
|  [QuestLevel][3]                  |  SMALLINT      |             |       |  NO    | 1         |         |           |
|  [MinLevel][4]                    |  TINYINT       |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [QuestSortID][5]                 |  SMALLINT      |             |       |  NO    | 0         |         |           |
|  [QuestInfoID][6]                 |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [SuggestedGroupNum][7]           |  TINYINT       |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredFactionId1][8]          |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredFactionId2][9]          |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredFactionValue1][10]      |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RequiredFactionValue2][11]      |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardNextQuest][12]            |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardXPDifficulty][13]         |  TINYINT       |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardMoney][14]                |  INT           |             |       |  NO    | 0         |         |           |
|  [RewardMoneyDifficulty][15]      |  INT           |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardBonusMoney][16]           |  INT           |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardDisplaySpell][17]         |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardSpell][18]                |  INT           |             |       |  NO    | 0         |         |           |
|  [RewardHonor][19]                |  INT           |             |       |  NO    | 0         |         |           |
|  [RewardKillHonor][20]            |  FLOAT         |             |       |  NO    | 0         |         |           |
|  [StartItem][21]                  |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [Flags][22]                      |  INT           |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredPlayerKills][23]        |  TINYINT       |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardItem1][24]                |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardAmount1][25]              |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardItem2][26]                |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardAmount2][27]              |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardItem3][28]                |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardAmount3][29]              |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardItem4][30]                |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardAmount4][31]              |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ItemDrop1][32]                  |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ItemDropQuantity1][33]          |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ItemDrop2][34]                  |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ItemDropQuantity2][35]          |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ItemDrop3][36]                  |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ItemDropQuantity3][37]          |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ItemDrop4][38]                  |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ItemDropQuantity4][39]          |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemID1][40]        |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemQuantity1][41]  |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemID2][42]        |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemQuantity2][43]  |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemID3][44]        |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemQuantity3][45]  |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemID4][46]        |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemQuantity4][47]  |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemID5][48]        |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemQuantity5][49]  |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemID6][50]        |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardChoiceItemQuantity6][51]  |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [POIContinent][52]               |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [POIx][53]                       |  FLOAT         |             |       |  NO    | 0         |         |           |
|  [POIy][54]                       |  FLOAT         |             |       |  NO    | 0         |         |           |
|  [POIPriority][55]                |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardTitle][56]                |  TINYINT       |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardTalents][57]              |  TINYINT       |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardArenaPoints][58]          |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardFactionID1][59]           |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardFactionValue1][60]        |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionOverride1][61]     |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionID2][62]           |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardFactionValue2][63]        |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionOverride2][64]     |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionID3][65]           |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardFactionValue3][66]        |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionOverride3][67]     |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionID4][68]           |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardFactionValue4][69]        |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionOverride4][70]     |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionID5][71]           |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RewardFactionValue5][72]        |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RewardFactionOverride5][73]     |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [TimeAllowed][74]                |  INT           |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [AllowableRaces][75]             |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [LogTitle][76]                   |  TEXT          |             |       |  YES   |           |         |           |
|  [LogDescription][77]             |  TEXT          |             |       |  YES   |           |         |           |
|  [QuestDescription][78]           |  TEXT          |             |       |  YES   |           |         |           |
|  [AreaDescription][79]            |  TEXT          |             |       |  YES   |           |         |           |
|  [QuestCompletionLog][80]         |  TEXT          |             |       |  YES   |           |         |           |
|  [RequiredNpcOrGo1][81]           |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RequiredNpcOrGo2][82]           |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RequiredNpcOrGo3][83]           |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RequiredNpcOrGo4][84]           |  MEDIUMINT     |             |       |  NO    | 0         |         |           |
|  [RequiredNpcOrGoCount1][85]      |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredNpcOrGoCount2][86]      |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredNpcOrGoCount3][87]      |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredNpcOrGoCount4][88]      |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemId1][89]            |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemId2][90]            |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemId3][91]            |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemId4][92]            |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemId5][93]            |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemId6][94]            |  MEDIUMINT     |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemCount1][95]         |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemCount2][96]         |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemCount3][97]         |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemCount4][98]         |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemCount5][99]         |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [RequiredItemCount6][100]        |  SMALLINT      |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [Unknown0][101]                  |  TINYINT       |  UNSIGNED   |       |  NO    | 0         |         |           |
|  [ObjectiveText1][102]            |  TEXT          |             |       |  YES   |           |         |           |
|  [ObjectiveText2][103]            |  TEXT          |             |       |  YES   |           |         |           |
|  [ObjectiveText3][104]            |  TEXT          |             |       |  YES   |           |         |           |
|  [ObjectiveText4][105]            |  TEXT          |             |       |  YES   |           |         |           |
|  [VerifiedBuild][106]             |  SMALLINT      |             |       |  YES   | 0         |         |           |

[1]: #id
[2]: #questtype
[3]: #questlevel
[4]: #minlevel
[5]: #questsortid
[6]: #questinfoid
[7]: #suggestedgroupnum
[8]: #requiredfactionid1
[9]: #requiredfactionid2
[10]: #requiredfactionvalue1
[11]: #requiredfactionvalue2
[12]: #rewardnextquest
[13]: #rewardxpdifficulty
[14]: #rewardmoney
[15]: #rewardmoneydifficulty
[16]: #rewardbonusmoney
[17]: #rewarddisplayspell
[18]: #rewardspell
[19]: #rewardhonor
[20]: #rewardkillhonor
[21]: #startitem
[22]: #flags
[23]: #requiredplayerkills
[24]: #rewarditem1
[25]: #rewardamount1
[26]: #rewarditem2
[27]: #rewardamount2
[28]: #rewarditem3
[29]: #rewardamount3
[30]: #rewarditem4
[31]: #rewardamount4
[32]: #itemdrop1
[33]: #itemdropquantity1
[34]: #itemdrop2
[35]: #itemdropquantity2
[36]: #itemdrop3
[37]: #itemdropquantity3
[38]: #itemdrop4
[39]: #itemdropquantity4
[40]: #rewardchoiceitemid1
[41]: #rewardchoiceitemquantity1
[42]: #rewardchoiceitemid2
[43]: #rewardchoiceitemquantity2
[44]: #rewardchoiceitemid3
[45]: #rewardchoiceitemquantity3
[46]: #rewardchoiceitemid4
[47]: #rewardchoiceitemquantity4
[48]: #rewardchoiceitemid5
[49]: #rewardchoiceitemquantity5
[50]: #rewardchoiceitemid6
[51]: #rewardchoiceitemquantity6
[52]: #poicontinent
[53]: #poix
[54]: #poiy
[55]: #poipriority
[56]: #rewardtitle
[57]: #rewardtalents
[58]: #rewardarenapoints
[59]: #rewardfactionid1
[60]: #rewardfactionvalue1
[61]: #rewardfactionoverride1
[62]: #rewardfactionid2
[63]: #rewardfactionvalue2
[64]: #rewardfactionoverride2
[65]: #rewardfactionid3
[66]: #rewardfactionvalue3
[67]: #rewardfactionoverride3
[68]: #rewardfactionid4
[69]: #rewardfactionvalue4
[70]: #rewardfactionoverride4
[71]: #rewardfactionid5
[72]: #rewardfactionvalue5
[73]: #rewardfactionoverride5
[74]: #timeallowed
[75]: #allowableraces
[76]: #logtitle
[77]: #logdescription
[78]: #questdescription
[79]: #areadescription
[80]: #questcompletionlog
[81]: #requirednpcorgo1
[82]: #requirednpcorgo2
[83]: #requirednpcorgo3
[84]: #requirednpcorgo4
[85]: #requirednpcorgocount1
[86]: #requirednpcorgocount2
[87]: #requirednpcorgocount3
[88]: #requirednpcorgocount4
[89]: #requireditemid1
[90]: #requireditemid2
[91]: #requireditemid3
[92]: #requireditemid4
[93]: #requireditemid5
[94]: #requireditemid6
[95]: #requireditemcount1
[96]: #requireditemcount2
[97]: #requireditemcount3
[98]: #requireditemcount4
[99]: #requireditemcount5
[100]: #requireditemcount6
[101]: #unknown0
[102]: #objectivetext1
[103]: #objectivetext2
[104]: #objectivetext3
[105]: #objectivetext4
[106]: #verifiedbuild


**Description of the fields**

### ID

The quest ID. This column is the Primary Key for the Table. Each quest ID must be unique!

### QuestType

Accepted values: 0, 1, 2 or 3. Their meaning is described in table below.

| Value | Result                                                                                                   |
|-------|----------------------------------------------------------------------------------------------------------|
| 0     | Quest is enabled, but it is auto-completed when accepted; this skips quest objectives and quest details. |
| 1     | Quest is disabled (not yet implemented in the core).                                                     |
| 2     | Quest is enabled (does not auto-complete).                                                               |
| 3     | Quest is a World Quest.                                                                                  |

### QuestLevel

Level of quest. Player receives full experience amount only if their level is less than or equal to Level+5. If Level is set to -1, the player's level will be used as (Quest)Level for the experience calculation.

### MinLevel

Minimum level at which a player can get the quest.

### QuestSortID

This field defines under what category the quest falls in the quest log.

If **value &gt; 0** then value is Zone IDs taken from AreaTable.dbc.

if **value &lt; 0** then (**-value**) is quest sort id: (in general profession or class quests. Also see [RequiredSkillPoints](#quest_template-RequiredSkillPoints) ) Value is ID from QuestSort.dbc

### QuestInfoID

These values are ID taken from [QuestInfo.dbc](QuestInfo)

### SuggestedGroupNum

Recommended number of players to do the quest together.

### RewardFactionId1

Faction Id (from Faction.dbc) for which the quest give reputation points.
Number of gain or lost reputation points for Faction at quest completion. This is special reputation rewarding. Normal reputation reward to quest rewarding creature faction calculated and added automatically.

### RewardFactionId2

Faction Id (from Faction.dbc) for which the quest give reputation points.
Number of gain or lost reputation points for Faction at quest completion. This is special reputation rewarding. Normal reputation reward to quest rewarding creature faction calculated and added automatically.

### RewardFactionValueId1

This field is used for reputation lookup in QuestFactionReward.dbc if quest_template#RewardFactionValueId is 0. Value X in this field indicates RepX column of QuestFactionReward.dbc. If RewardRepValueId is positive, reputation from the first row of QuestFactionReward.dbc will be used, for negative values the second row is used.

### RewardFactionValueId2
This field is used for reputation lookup in QuestFactionReward.dbc if quest_template#RewardFactionValueId is 0. Value X in this field indicates RepX column of QuestFactionReward.dbc. If RewardRepValueId is positive, reputation from the first row of QuestFactionReward.dbc will be used, for negative values the second row is used.

### RewardNextQuest

** RewardNextQuest (Old field name: NextQuestIdChain)**

The quest entry from a **creature** or **gameobject** that ends a quest and starts a new one. The result is, that if you end the quest, the new quest instantly appears from the quest giver.

See the [examples section](#quest_template-Examples) for examples.

### RewardXPDifficulty

According to the [Level](#quest_template-Level), the basic experience with index *RewardXPDifficulty* is taken from QuestXP.dbc.

This field also controls the XP given as the XP is calculated from the value in this field by the following formula. If the quest is repeatable, XP will be given only once. The total XP that a character will receive is also affected by the level difference between the character's level and the quest's level.

The formula for calculating XP from the value in this field:
- **QuestLevel &gt;= 65:** XP = RewMoneyMaxLevel / 6.0
- **QuestLevel h1. 64:** XP = RewMoneyMaxLevel / 4.8
- **QuestLevel 63:** XP = RewMoneyMaxLevel / 3.6
- **QuestLevel h1. 62:** XP = RewMoneyMaxLevel / 2.4
- **QuestLevel 61:** XP = RewMoneyMaxLevel / 1.2
- **QuestLevel &lt;= 60:** XP = RewMoneyMaxLevel / 0.6

### RewardMoney

Money earned by completing the quest (if value &gt; 0) or money requirement to complete the quest (if value &lt; 0) .

### RewardMoneyDifficulty

ID refers to one of the money factor included in [MoneyFactor](quest_money_reward) ordered by level.

### RewardBonusMoney

The money a character at level 80 would get when they complete this quest.

### RewardDisplaySpell

Spell that is shown to be casted on quest completion in the quest log. Note that this spell will NOT be casted if [RewardSpell](#quest_template-RewardSpell) is non-zero. The spell in the other field will be casted instead, in which case the spell here only serves as the visual in the quest log.

### RewardSpell

Spell that is shown to be casted on quest completion in the quest log. Note that this spell will NOT be casted if [RewardSpellCast](quest_template#rewardspellcast) is non-zero. The spell in the other field will be casted instead, in which case the spell here only serves as the visual in the quest log.

NOTE: This field comes straight from the WDB and should not be changed.

### RewardHonor

Number of honorable kill honor rewarded for completing this quest.

Example: An example value is 15 for quest 8388: At level 80 an honorable kill is 124 honor worth. Multiply this with 15 and you receive 1860, after the multiplication the value is rounded up. So the honor rewarded at level 80 is 1860 for this quest.

### RewardKillHonor


### StartItem

Items given by the quest giver at beginning of the quest. Items will be deleted when quest is abandoned.

### Flags

This flag field defines more specifically the type of quest it is. Aside from the daily flag and sharable flag, this field is used just for grouping purposes and NOT for any other quest requirements. The quest requirements are calculated from non-zero values in other quest template fields. Also, while some of these flags are known, others have yet an unknown purpose and the comments below is simply guesswork on them.

| Flag       | Name                                 | Comments                                                                                                                                                               |
|------------|--------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 0          | QUEST_FLAGS_NONE                     | No flags, so no groups assigned to this quest.                                                                                                                         |
| 1          | QUEST_FLAGS_STAY_ALIVE               | If the player dies, the quest is failed.                                                                                                                               |
| 2          | QUEST_FLAGS_PARTY_ACCEPT             | Escort quests or any other event-driven quests. If player in party, all players that can accept this quest will receive confirmation box to accept quest.              |
| 4          | QUEST_FLAGS_EXPLORATION              | Involves the activation of an areatrigger.                                                                                                                             |
| 8          | QUEST_FLAGS_SHARABLE                 | Allows the quest to be shared with other players.                                                                                                                      |
| 16         | QUEST_FLAGS_HAS_CONDITION            | Not used currently                                                                                                                                                     |
| 32         | QUEST_FLAGS_HIDE_REWARD_POI          | Not used currently: Unsure of content                                                                                                                                  |
| 64         | QUEST_FLAGS_RAID                     | Can be completed while in raid                                                                                                                                         |
| 128        | QUEST_FLAGS_TBC                      | Not used currently: Available if TBC expansion enabled only