summaryrefslogtreecommitdiff
path: root/docs/lfg_dungeon_rewards.md
blob: ab340a9dc42ad58f3a752d7fd5f83a5dadc50c4a (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
# lfg\_dungeon\_rewards

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

**The \`lfg\_dungeon\_encounters\` table**

`table-no-description|0`

**Structure**

| Field              | Type       | Attributes | Key | Null | Default | Extra | Comment                                                                                         |
|--------------------|------------|------------|-----|------|---------|-------|-------------------------------------------------------------------------------------------------|
| [dungeonId][1]     | INT    | UNSIGNED   | PRI | NO   | 0       |       | Dungeon entry from dbc                                                                          |
| [maxlevel][2]      | TINYINT | UNSIGNED   | PRI | NO   | 0       |       | Max level at which this reward is rewarded                                                      |
| [firstQuestId][3]  | INT    | UNSIGNED   |     | NO   | 0       |       | Quest id with rewards for first dungeon this day                                                |
| [firstMoneyVar][4] | INT    | UNSIGNED   |     | NO   | 0       |       | Money multiplier for completing the dungeon first time in a day with less players than max      |
| [firstXPVar][5]    | INT    | UNSIGNED   |     | NO   | 0       |       | Experience multiplier for completing the dungeon first time in a day with less players than max |
| [otherQuestId][6]  | INT    | UNSIGNED   |     | NO   | 0       |       | Quest id with rewards for Nth dungeon this day                                                  |
| [otherMoneyVar][7] | INT    | UNSIGNED   |     | NO   | 0       |       | Money multiplier for completing the dungeon Nth time in a day with less players than max        |
| [otherXPVar][8]    | INT    | UNSIGNED   |     | NO   | 0       |       | Experience multiplier for completing the dungeon Nth time in a day with less players than max   |

[1]: #dungeonid
[2]: #maxlevel
[3]: #firstquestid
[4]: #firstmoneyvar
[5]: #firstxpvar
[6]: #otherquestid
[7]: #othermoneyvar
[8]: #otherxpvar

**Description of the fields**

### dungeonId

Dungeon ID from LFGDungeons.dbc

### maxlevel

Max level at which this reward is rewarded

### firstQuestId

Quest\_template.id with rewards for first dungeon this day.

### firstMoneyVar

Money multiplier for completing the dungeon first time in a day with less players than max.

### firstXPVar

Experience multiplier for completing the dungeon first time in a day with less players than max.

### otherQuestId

Quest\_template.id with rewards for Nth dungeon this day

### otherMoneyVar

Money multiplier for completing the dungeon Nth time in a day with less players than max.

### otherXPVar

Experience multiplier for completing the dungeon Nth time in a day with less players than max.