DB/AreaPOI: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 15: Line 15:
| 3  || Icon || Integer || Icon displayed on map. See [http://www.sourcepeek.com/wiki/AreaPOI.Icon.Values AreaPOI.Icon.Values]. Ref to somewhere?
| 3  || Icon || Integer || Icon displayed on map. See [http://www.sourcepeek.com/wiki/AreaPOI.Icon.Values AreaPOI.Icon.Values]. Ref to somewhere?
|-  style="background:#C1FFC1;"
|-  style="background:#C1FFC1;"
| 4  || Unknown || Integer || Alternative icons for different states? Only set for destroyable/wintergrasp POIs. Values near the Icon ones. (WotLK)
| 4  || Icon || Integer || Alternative icons for different states? Only set for destroyable/wintergrasp POIs. Values near the Icon ones. (WotLK)
|-  style="background:#C1FFC1;"
|-  style="background:#C1FFC1;"
| 5  || Unknown || Integer || (WotLK)
| 5  || Icon || Integer || (WotLK)
|-  style="background:#C1FFC1;"
|-  style="background:#C1FFC1;"
| 6  || Unknown || Integer || (WotLK)
| 6  || Icon || Integer || (WotLK)
|-  style="background:#C1FFC1;"
|-  style="background:#C1FFC1;"
| 7  || Unknown || Integer || (WotLK)
| 7  || Icon || Integer || (WotLK)
|-  style="background:#C1FFC1;"
|-  style="background:#C1FFC1;"
| 8  || Unknown || Integer || (WotLK)
| 8  || Icon || Integer || (WotLK)
|-  style="background:#C1FFC1;"
|-  style="background:#C1FFC1;"
| 9  || Unknown || Integer || (WotLK)
| 9  || Icon || Integer || (WotLK)
|-  style="background:#C1FFC1;"
|-  style="background:#C1FFC1;"
| 10  || Unknown || Integer || (WotLK)
| 10  || Icon || Integer || (WotLK)
|-  style="background:#C1FFC1;"
|-  style="background:#C1FFC1;"
| 11  || Unknown || Integer || (WotLK)
| 11  || Icon || Integer || (WotLK)
|-  
|- style="background:#C1FFC1;"
| 12  || Unknown || Integer || 0, 83, 84
| 12  || Icon || Integer || (WotLK)
|-  
|-  
| 13  || X || Float || Coordinates of the POI. Global ones.
| 13  || X || Float || Coordinates of the POI. Global ones.
Line 49: Line 49:
| 36 || Alert || [[Loc]] || The alert triggered on the zone (World Event/PvP states mostly).
| 36 || Alert || [[Loc]] || The alert triggered on the zone (World Event/PvP states mostly).
|-  
|-  
| 53  || Unknown || Integer || Corresponds to zones with alerts. Perhaps some sort of event trigger ID?
| 53  || worldState || Integer || Corresponds to zones with alerts. Perhaps some sort of event trigger ID?
|- style="background:#C1FFC1;"
|- style="background:#C1FFC1;"
| 54  || Unknown || Null || (WotLK)
| 54  || Unknown || Null || (WotLK)

Revision as of 22:13, 12 June 2009

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

Structure

Column Field Type Notes
1 ID Integer
2 Unknown Integer Something to do with cities, all cities have a value > 2. Values are 0, 2, 3 and 4.
3 Icon Integer Icon displayed on map. See AreaPOI.Icon.Values. Ref to somewhere?
4 Icon Integer Alternative icons for different states? Only set for destroyable/wintergrasp POIs. Values near the Icon ones. (WotLK)
5 Icon Integer (WotLK)
6 Icon Integer (WotLK)
7 Icon Integer (WotLK)
8 Icon Integer (WotLK)
9 Icon Integer (WotLK)
10 Icon Integer (WotLK)
11 Icon Integer (WotLK)
12 Icon Integer (WotLK)
13 X Float Coordinates of the POI. Global ones.
14 Y Float
15 Z Float
16 Map iRefID And on which map that POI is.
17 IconDisplayLevel Integer At which level of the map icons are displayed. New values in WotLK. Old: See this.
18 Area iRefID
19 Name Loc
36 Alert Loc The alert triggered on the zone (World Event/PvP states mostly).
53 worldState Integer Corresponds to zones with alerts. Perhaps some sort of event trigger ID?
54 Unknown Null (WotLK)

--schlumpf_ 23:08, 28 September 2008 (CEST)