DB/AreaPOI: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 16: Line 16:




  '''Column  Field Type Notes'''
  '''Column  Field Type Notes'''
  1 ID Integer
  1 ID Integer
  2 Unknown Integer Something to do with cities, all cities have a value > 2. Other areas are 0.
  2 Unknown Integer Something to do with cities, all cities have a value > 2. Other areas are 0.
  3 Icon Integer Icon displayed on map. See AreaPOI.Icon.Values. Ref to somewhere?
  3 Icon Integer Icon displayed on map. See AreaPOI.Icon.Values. Ref to somewhere?
  4 Unknown Integer
  4 Unknown Integer
Line 24: Line 24:
  6 Y Float
  6 Y Float
  7 Z Float
  7 Z Float
  8 iRefID_Map Integer Reference to ID in Map.dbc
  8 iRefID_Map Integer Reference to ID in Map.dbc
  9 Icon Display Level Integer At which level of the map icons are displayed. See AreaPOI.Zoom.Values
  9 Icon Display Level Integer At which level of the map icons are displayed. See AreaPOI.Zoom.Values
  10 iRefID_AreaTable Integer
  10 iRefID_AreaTable Integer
  11 sRefName String
  11 sRefName String
  12-19 Localization String*
  12-19 Localization String*
  20 Alert String The alert triggered on the zone (World Event/PvP states mostly).
  20 Alert String The alert triggered on the zone (World Event/PvP states mostly).
  21-28 Localization String*
  21-28 Localization String*
  29 Unknown Integer Corresponds to zones with alerts. Perhaps some sort of event trigger ID?
  29 Unknown Integer Corresponds to zones with alerts. Perhaps some sort of event trigger ID?
Retrieved from "http://www.sourcepeek.com/wiki/AreaPOI.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/AreaPOI.dbc"

Revision as of 21:06, 22 July 2007

About

Points of Interest (POI) on the overhead map (including battleground map). Including text, icons, positioning and other misc things.

Header Info

Records...................517
Fields.....................29
Record Size...............116
String Block Size........5536


Structure

Column  Field 			Type 		Notes
1 	ID 			Integer 	
2 	Unknown 		Integer 	Something to do with cities, all cities have a value > 2. Other areas are 0.
3 	Icon 			Integer 	Icon displayed on map. See AreaPOI.Icon.Values. Ref to somewhere?
4 	Unknown 		Integer 	
5 	X 			Float 	
6 	Y 			Float 	
7 	Z 			Float 	
8 	iRefID_Map 		Integer 	Reference to ID in Map.dbc
9 	Icon Display Level 	Integer 	At which level of the map icons are displayed. See AreaPOI.Zoom.Values
10 	iRefID_AreaTable 	Integer 	
11 	sRefName 		String 	
12-19 	Localization 		String* 	
20 	Alert 			String 		The alert triggered on the zone (World Event/PvP states mostly).
21-28 	Localization 		String* 	
29 	Unknown 		Integer 	Corresponds to zones with alerts. Perhaps some sort of event trigger ID?

Retrieved from "http://www.sourcepeek.com/wiki/AreaPOI.dbc"