NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the DBC file 'achievement' for MaNGOSFour
Records the details of the achievement-name, description, etc.
The file contents is read and mapped into the struct achievementEntry in the MaNGOS core.
The field types and usage is defined in achievementfmt in the MaNGOS core.
The File is currently *NOT USED* by the MaNGOS core.
The Field definitions follow, No. of fields: 15 strong>
Field Name | Field Type | Notes |
---|---|---|
AchievementId | INT(11) | |
Faction | FLOAT | |
MapId | INT(11) | The map on which the area is located. |
PreviousAchievementId | INT(11) | |
Name | TEXT | |
Description | TEXT | |
CategoryId | INT(11) | |
RewardPoints | INT(11) | |
OrderInGroup | INT(11) | |
Flags | INT(11) | |
SpellIconId | INT(11) | |
Reward | TEXT | |
RequiredCount | INT(11) | |
ReferencedAchievement | INT(11) | |
col14 | INT(11) |
Description of the fields
AchievementId INT(11)
Faction FLOAT
-1: both, 0: Horde or 1: Alliance
MapId INT(11)
References the primary key of [Map.dbc]. Only set if achievement is related to a zone.
PreviousAchievementId INT(11)
If the Achievement belongs to a series, this is the ID of the previous one. 0 otherwise.
Name TEXT
Description TEXT
CategoryId INT(11)
RewardPoints INT(11)
0,5,10,15,20,25,30,50
OrderInGroup INT(11)
0-111
Flags INT(11)
0x100 are Realmfirst-Achievements, 0x300 are Raid-Realmfirst-Achievements
SpellIconId INT(11)
An icon to display.
Reward TEXT
RequiredCount INT(11)
Number of things you have to get/fulfill to get this Achievement. For example if you have to get 25 tabards, there is a 25.
ReferencedAchievement INT(11)
col14 INT(11)
auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now