DB/Achievement: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Updated. New Style.)
Line 1: Line 1:
Achievement names and descriptions.
Achievement names and descriptions. Referenced from the [[Achievement_Criteria.dbc|criterias]]. This file has been added with WoW 3.0.1.8303
 
== Header Info ==
 
Records....................47
Fields.....................39
Record Size...............156
String Block Size........2396
 
== Notes ==
 
This file has been added with WoW 3.0.1.8303
 
Last updated against: WoW 3.0.1.8334


== Structure ==
== Structure ==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|-
| 1  || ID || Integer ||
|-
| 2  || Unknown || Integer || -1, 0 or 1. Some kind of type?
|- style="background:#F0F8FF;"
| 3 || [[Map.dbc|Map]] || iRefID || Only set if achievement is related to a zone.
|-
| 4  || Unknown || Integer ||
|-
| 5  || Name || [[Loc]] ||
|-
| 22 || Description || [[Loc]] ||
|- style="background:#F0F8FF;"
| 39 || [[Achievement_Category.dbc|Category]] || iRefID ||
|-
| 40  || Unknown || Integer || 0,5,10,15,20,25,30,50
|-
| 41 || Unknown || Integer || 0-111
|-
| 42  || Unknown || Integer ||
|-
| 43  || Unknown || Integer ||
|-
| 44  || Reward || [[Loc]] ||
|-
| 61  || Unknown || Integer ||
|-
| 62  || Unknown || Integer ||
|}


'''Column Field Type Notes'''
[[Category:DBC]][[Category:3.0.2.8905]]
1 ID Integer
2 iRefID_[[Map.dbc|Map]] Integer References the zone this achievement is related to
3 Unknown Integer Values { 0, 6, 7, 8, 9, 10, 11, 12 }
4-20 sRefName String + [[Loc]] Achievment name
21-37 description String + [[Loc]] Achievment description
38 iRefID_[[Achievement_Category.dbc|Achievement_Category]] Integer References the category of this achievement
39 Unknown Integer Values { 0, 50 }
 
[[Category:DBC]]

Revision as of 20:53, 28 September 2008

Achievement names and descriptions. Referenced from the criterias. This file has been added with WoW 3.0.1.8303

Structure

Column Field Type Notes
1 ID Integer
2 Unknown Integer -1, 0 or 1. Some kind of type?
3 Map iRefID Only set if achievement is related to a zone.
4 Unknown Integer
5 Name Loc
22 Description Loc
39 Category iRefID
40 Unknown Integer 0,5,10,15,20,25,30,50
41 Unknown Integer 0-111
42 Unknown Integer
43 Unknown Integer
44 Reward Loc
61 Unknown Integer
62 Unknown Integer