数据库:world数据库:lfg_dungeon_rewards
目录
lfg_dungeon_rewards 表
table-no-description|0
表结构
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
dungeonId | INT | UNSIGNED | PRI | NO | 0 | Dungeon entry from dbc | |
maxlevel | TINYINT | UNSIGNED | PRI | NO | 0 | Max level at which this reward is rewarded | |
firstQuestId | INT | UNSIGNED | NO | 0 | Quest id with rewards for first dungeon this day | ||
firstMoneyVar | INT | UNSIGNED | NO | 0 | Money multiplier for completing the dungeon first time in a day with less players than max | ||
firstXPVar | INT | UNSIGNED | NO | 0 | Experience multiplier for completing the dungeon first time in a day with less players than max | ||
otherQuestId | INT | UNSIGNED | NO | 0 | Quest id with rewards for Nth dungeon this day | ||
otherMoneyVar | INT | UNSIGNED | NO | 0 | Money multiplier for completing the dungeon Nth time in a day with less players than max | ||
otherXPVar | INT | UNSIGNED | NO | 0 | Experience multiplier for completing the dungeon Nth time in a day with less players than max |
字段说明
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.
数据库/world数据库/lfg_dungeon_rewards.txt · 最后更改: 2023/09/24 21:39 由 admin