DB/AreaPOI: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: == About == Points of Interest (POI) on the overhead map (including battleground map). Including text, icons, positioning and other misc things. == Header Info == Records..............)
 
Line 1: Line 1:
== About ==
== About ==
   
   
Line 16: Line 15:
== Structure ==
== Structure ==


  '''Column Field Type Notes'''
 
  1 ID Integer
  Column Field Type Notes'''
  2 Unknown Integer Something to do with cities, all cities have a value > 2. Other areas are 0.
  1 ID Integer
  3 Icon Integer Icon displayed on map. See AreaPOI.Icon.Values. Ref to somewhere?
  2 Unknown Integer Something to do with cities, all cities have a value > 2. Other areas are 0.
  4 Unknown Integer
  3 Icon Integer Icon displayed on map. See AreaPOI.Icon.Values. Ref to somewhere?
  5 X Float
  4 Unknown Integer
  6 Y Float
  5 X Float
  7 Z Float
  6 Y Float
  8 iRefID_Map Integer Reference to ID in Map.dbc
  7 Z Float
  9 Icon Display Level Integer At which level of the map icons are displayed. See AreaPOI.Zoom.Values
  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
  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 20:30, 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"