DB/AreaPOI

From wowdev
Revision as of 09:46, 13 August 2007 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

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-19 	sRefName 		String + Loc 		
20-28 	Alert 			String + Loc	The alert triggered on the zone (World Event/PvP states mostly).
29 	Unknown 		Integer 	Corresponds to zones with alerts. Perhaps some sort of event trigger ID?

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