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 MaNGOSTwo
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: 54 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. |
AreaTableId | INT(11) | An area ID from `AreaTable.dbc#ID`. |
Name | TEXT | The name of the point of interest |
Name1 | TEXT | Localised Korean of the above |
Name2 | TEXT | Localised French of the above |
Name3 | TEXT | Localised German of the above |
Name4 | TEXT | Localised Chinese of the above |
Name5 | TEXT | Localised Taiwanese of the above |
Name6 | TEXT | Localised Spanish (Traditional) of the above |
Name7 | TEXT | Localised Spanish (Latin America) of the above |
Name8 | TEXT | |
Name9 | TEXT | |
Name10 | TEXT | |
Name11 | TEXT | |
Name12 | TEXT | |
Name13 | TEXT | |
Name14 | TEXT | |
Name15 | TEXT | |
TEXTCHECKSUM1 | FLOAT | A checksum value for the preceeding text fields. |
Description | TEXT | The description of the point of interest |
Description1 | TEXT | Localised Korean of the above |
Description2 | TEXT | Localised French of the above |
Description3 | TEXT | Localised German of the above |
Description4 | TEXT | Localised Chinese of the above |
Description5 | TEXT | Localised Taiwanese of the above |
Description6 | TEXT | Localised Spanish (Traditional) of the above |
Description7 | TEXT | Localised Spanish (Latin America) of the above |
Description8 | TEXT | |
Description9 | TEXT | |
Description10 | TEXT | |
Description11 | TEXT | |
Description12 | TEXT | |
Description13 | TEXT | |
Description14 | TEXT | |
Description15 | TEXT | |
TEXTCHECKSUM2 | FLOAT | A checksum value for the preceeding text fields. |
WorldStateId | INT(11) | References a world state for the point of interest. |
WorldMapLink | TEXT |
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** |
AreaTableId INT(11)
References an area ID from [AreaTable.dbc#AreaTableId].
Name TEXT
The name of the point of interest
Name1 TEXT
The name of the point of interest
Name2 TEXT
The name of the point of interest
Name3 TEXT
The name of the point of interest
Name4 TEXT
The name of the point of interest
Name5 TEXT
The name of the point of interest
Name6 TEXT
The name of the point of interest
Name7 TEXT
The name of the point of interest
Name8 TEXT
Name9 TEXT
Name10 TEXT
Name11 TEXT
Name12 TEXT
Name13 TEXT
Name14 TEXT
Name15 TEXT
TEXTCHECKSUM1 FLOAT
A checksum value for the preceeding text fields.
Description TEXT
The description of the point of interest
Description1 TEXT
The description of the point of interest
Description2 TEXT
The description of the point of interest
Description3 TEXT
The description of the point of interest
Description4 TEXT
The description of the point of interest
Description5 TEXT
The description of the point of interest
Description6 TEXT
The description of the point of interest
Description7 TEXT
The description of the point of interest
Description8 TEXT
Description9 TEXT
Description10 TEXT
Description11 TEXT
Description12 TEXT
Description13 TEXT
Description14 TEXT
Description15 TEXT
TEXTCHECKSUM2 FLOAT
A checksum value for the preceeding text fields.
WorldStateId INT(11)
References the primary key of [WorldStateUI.dbc].
WorldMapLink TEXT
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