DB/DungeonMap: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (Added Category WotLK)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
*ID int
==9551==
*map irefID map.dbc
{| style="background:#FCFCFC; color:black"
*layer int, for instances with multiple floors
|-
*coordinates float[4], in which range in x and y is this shown. used for scaling.
! width="80" | Column
*Area irefID AreaTable.dbc, if only used in a specific area. see the northrend one.
! width="180 " | Field
 
! width="80" | Type
[[Category:DBC]]
! width="600" | Notes
|-
|0||ID||Integer||
|-style="background:#F0F8FF;"
|1||[[Map.dbc|Map]]||iRefID||
|-
|2||Layer||Integer||for instances with multiple floors  
|-
|3-6||Coordinates||Float[4]||in which range in x and y is this shown. used for scaling.  
|-style="background:#F0F8FF;"
|7||[[AreaTable.dbc|Area]]||iRefID||if only used in a specific area. see the northrend one.  
|-
|}
[[Category:DBC]][[Category:DBC_WotLK]]

Revision as of 17:37, 11 December 2012

9551

Column Field Type Notes
0 ID Integer
1 Map iRefID
2 Layer Integer for instances with multiple floors
3-6 Coordinates Float[4] in which range in x and y is this shown. used for scaling.
7 Area iRefID if only used in a specific area. see the northrend one.