DB/Achievement: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Reverted edits by Tigurius (Talk); changed back to last version by ArmoryLight)
No edit summary
Line 1: Line 1:
Achievement names and descriptions. Referenced from the [[Achievement_Criteria.dbc|criterias]]. This file has been added with WoW 3.0.1.8303
Achievement names and descriptions. Referenced from the [[Achievement_Criteria.dbc|criterias]]. This file has been added with WoW 3.0.1.8303


== Structure ==
== 8905 ==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 38: Line 38:
|}
|}


[[Category:DBC]][[Category:3.0.2.8905]]
== 9183 ==
{| 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  || [[Achievement.dbc|Previous]] || iRefID || If the Achievement belongs to a series, this is the ID of the previous one. 0 otherwise.
|-
| 8  || Name || [[Loc]] ||
|-
| 25 || Description || [[Loc]] || If Description is empty, it's not an Achievement but part of the statistics tab
|- style="background:#F0F8FF;"
| 39 || [[Achievement_Category.dbc|Category]] || iRefID ||
|-
| 40  || Points || Integer || 0,5,10,15,20,25,30,50
|-
| 41 || Unknown || Integer || 0-111
|-
| 42 || Unknown || Integer || 0-768, if it's 256 only one person per Realm can reach that achievement and if it's 768 it's only reachable for one raid per realm. Perhaps a second category?
|-  style="background:#F0F8FF;"
| 43  || [[SpellIcon.dbc|SpellIcon]] || iRefID || An icon to display.
|-
| 44  || Reward || [[Loc]] ||
|-
| 61  || Demands || Integer || 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.
|-
| 62  || Unknown || Integer ||
|}
 
-- Tigurus
 
[[Category:DBC]][[Category:3.0.2.8905]][[Category:3.0.3.9183]]

Revision as of 21:42, 4 December 2008

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

8905

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 Previous iRefID If the Achievement belongs to a series, this is the ID of the previous one. 0 otherwise.
5 Name Loc
22 Description Loc If Description is empty, it's not an Achievement but part of the statistics tab
39 Category iRefID
40 Points Integer 0,5,10,15,20,25,30,50
41 Unknown Integer 0-111
42 Unknown Integer 0-111
43 SpellIcon iRefID An icon to display.
44 Reward Loc
61 Unknown Integer
62 Unknown Integer

9183

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 Previous iRefID If the Achievement belongs to a series, this is the ID of the previous one. 0 otherwise.
8 Name Loc
25 Description Loc If Description is empty, it's not an Achievement but part of the statistics tab
39 Category iRefID
40 Points Integer 0,5,10,15,20,25,30,50
41 Unknown Integer 0-111
42 Unknown Integer 0-768, if it's 256 only one person per Realm can reach that achievement and if it's 768 it's only reachable for one raid per realm. Perhaps a second category?
43 SpellIcon iRefID An icon to display.
44 Reward Loc
61 Demands Integer 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.
62 Unknown Integer

-- Tigurus