目录

lfg_dungeon_rewards 表


<-返回:World 数据库

table-no-description|0

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
dungeonIdINTUNSIGNEDPRINO0 Dungeon entry from dbc
maxlevelTINYINTUNSIGNEDPRINO0 Max level at which this reward is rewarded
firstQuestIdINTUNSIGNED NO0 Quest id with rewards for first dungeon this day
firstMoneyVarINTUNSIGNED NO0 Money multiplier for completing the dungeon first time in a day with less players than max
firstXPVarINTUNSIGNED NO0 Experience multiplier for completing the dungeon first time in a day with less players than max
otherQuestIdINTUNSIGNED NO0 Quest id with rewards for Nth dungeon this day
otherMoneyVarINTUNSIGNED NO0 Money multiplier for completing the dungeon Nth time in a day with less players than max
otherXPVarINTUNSIGNED NO0 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.