Back to 'waypoints' Return to world Go to 'achievement_criteria_data'
This table contains the access requirements to enter an instance.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
mapId | int | unsigned | PRI | NO | |||
difficulty | tinyint | unsigned | PRI | NO | 0 | ||
level_min | tinyint | unsigned | NO | 0 | |||
level_max | tinyint | unsigned | NO | 0 | |||
item_level | smallint | unsigned | NO | 0 | |||
item | int | unsigned | NO | 0 | |||
item2 | int | unsigned | NO | 0 | |||
quest_done_A | int | unsigned | NO | 0 | |||
quest_done_H | int | unsigned | NO | 0 | |||
completed_achievement | int | unsigned | NO | 0 | |||
quest_failed_text | mediumtext | YES | NULL | ||||
comment | mediumtext | YES | NULL |
The Map ID of the instance.
5 man dungeons - 0 for normal, 1 for heroic, 2 for epic (not used yet)
10 man dungeons - 0 for normal, 2 for heroic
25 man dungeons - 1 for normal, 3 for heroic
The minimum level that you must be in order to enter the instance.
The maximum level that you can be in order to enter the instance.
The at least required item level for a instance.
An item that you must have in your inventory to enter the instance. This item can not be in the bank.
A second item that you must have in your inventory. This item can not be in the bank.
A quest that you must have completed. This field is only for alliance.
A quest that you must have completed. This field is only for horde.
An Achievement ID that must be completed by the player to enter an instance.
The text that is shown if you try and enter the instance without having completed the quest.
This field is for any comment you want to make about the requirements. It is arbitrary text.
Back to 'waypoints' Return to world Go to 'achievement_criteria_data'