目录

dungeon_access_requirements 表


<-返回:World 数据库

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
dungeon_access_idTINYINTUNSIGNEDPRINO
requirement_typeTINYINTUNSIGNEDPRINO
requirement_idMEDIUMINTUNSIGNEDPRINO
requirement_noteVARCHAR(255) YESNULL
factionTINYINTUNSIGNED NO2
priorityTINYINTUNSIGNED YESNULL
leader_onlyTINYINTSIGNED NO0
commentVARCHAR(255) YESNULL

字段说明


dungeon_access_id

ID from dungeon_access_template.id.

requirement_type

ValueTypeComment
0Achievement
1Quest
2ItemThe item cannot be in the bank.

requirement_id

ID for Achievement, Quest or Item depending on chosen requirement_type.

requirement_note

The text that is shown if you try and enter the instance without meeting the requirements.

faction

ValueComment
0Alliance
1Horde
2Both

priority

Priority order for the requirement, sorted by type. 0 is the highest priority.

leader_only

0 = Check the requirement for each player trying to enter.

1 = Only check the requirement for the party leader.

comment