DB/AreaPOI

From wowdev
Jump to navigation Jump to search

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"