DB/DungeonMap: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
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
! 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]]

Revision as of 17:10, 16 May 2009

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.