NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the DBC file 'AreaPOI' for MaNGOSFour
The points of interest table contains definitions for positions on the overhead map, including descriptions, icons and names.
The file contents is read and mapped into the struct areapoiEntry in the MaNGOS core.
The field types and usage is defined in areapoifmt in the MaNGOS core.
The File is currently *NOT USED* by the MaNGOS core.
The Field definitions follow, No. of fields: 23 strong>
Field Name | Field Type | Notes |
---|---|---|
AreaPoiId | INT(11) | Unique Id |
Importance | INT(11) | See Below. |
NeutralNormalIcon | INT(11) | |
NeutralHalfDamageIcon | INT(11) | |
NeutralDestroyedIcon | INT(11) | |
HordeNormalIcon | INT(11) | |
HordeHalfDamageIcon | INT(11) | |
HordeDestroyedIcon | INT(11) | |
AllianceNormalIcon | INT(11) | |
AllianceHalfDamageIcon | INT(11) | |
AllianceDestroyedIcon | INT(11) | |
FactionId | INT(11) | References a faction template pointing to who owns the point of interest. |
LocationX | FLOAT | X coordinate of the point of interest |
LocationY | FLOAT | Y coordinate of the point of interest |
LocationZ | FLOAT | Z coordinate of the point of interest |
MapId | INT(11) | The map on which the area is located. |
Flags | INT(11) | See Below. |
Name | TEXT | The name of the point of interest |
Description | TEXT | The description of the point of interest |
AreaTableId | INT(11) | An area ID from `AreaTable.dbc#ID`. |
col20 | INT(11) | |
WorldMapLink | TEXT | |
WorldStateId | INT(11) | References a world state for the point of interest. |
Description of the fields
AreaPoiId INT(11)
Unique ID
Importance INT(11)
Determines if a point of interest is to be highlighted.
Bits | Value | Meaning |
---|---|---|
00000000 | 0 | **TODO** |
00000001 | 1 | **TODO** |
00000010 | 2 | **TODO** |
00000100 | 4 | **TODO** |
NeutralNormalIcon INT(11)
NeutralHalfDamageIcon INT(11)
NeutralDestroyedIcon INT(11)
HordeNormalIcon INT(11)
HordeHalfDamageIcon INT(11)
HordeDestroyedIcon INT(11)
AllianceNormalIcon INT(11)
AllianceHalfDamageIcon INT(11)
AllianceDestroyedIcon INT(11)
FactionId INT(11)
References the primary key of [FactionTemplate.dbc].
LocationX FLOAT
X coordinate of the point of interest
LocationY FLOAT
Y coordinate of the point of interest
LocationZ FLOAT
Z coordinate of the point of interest
MapId INT(11)
References the primary key of [Map.dbc].
Flags INT(11)
These flags determine where a point of interest will be shown.
Bits | Value | Meaning |
---|---|---|
00000000 | 0 | **TODO** |
00000001 | 1 | **TODO** |
00000010 | 2 | **TODO** |
00000100 | 4 | **TODO** |
00001000 | 8 | **TODO** |
00010000 | 16 | **TODO** |
00100000 | 32 | **TODO** |
01000000 | 64 | **TODO** |
10000000 | 128 | **TODO** |
Name TEXT
The name of the point of interest
Description TEXT
The description of the point of interest
AreaTableId INT(11)
References an area ID from [AreaTable.dbc#AreaTableId].
col20 INT(11)
WorldMapLink TEXT
WorldStateId INT(11)
References the primary key of [WorldStateUI.dbc].
auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now