points_of_interest
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment | Source in sniff |
|---|---|---|---|---|---|---|---|---|
| ID | int | unsigned | PRI | NO | 0 | SMSG_GOSSIP_POI | ||
| PositionX | float | NO | 0 | SMSG_GOSSIP_POI | ||||
| PositionY | float | NO | 0 | SMSG_GOSSIP_POI | ||||
| PositionZ | float | NO | 0 | SMSG_GOSSIP_POI | ||||
| Icon | int | unsigned | NO | 0 | SMSG_GOSSIP_POI | |||
| Flags | int | unsigned | NO | 0 | SMSG_GOSSIP_POI | |||
| Importance | int | unsigned | NO | 0 | SMSG_GOSSIP_POI | |||
| Name | mediumtext | YES | NULL | SMSG_GOSSIP_POI | ||||
| WMOGroupID | int | signed | NO | 0 | SMSG_GOSSIP_POI | |||
| VerifiedBuild | int | signed | NO | 0 | generated | |||
Description of fields
ID
Unique id to be referenced by the scripting system to display the POI.
PositionX
X postion for the map this POI gets shown on.
PositionY
Y postion for the map this POI gets shown on.
PositionZ
- no description -
Icon
- no description -
Flags
unknown / just sent to client
Importance
unknown / just sent to client
Name
Text of the onMouseover tooltip for the Icon.
WMOGroupID
- no description -
VerifiedBuild
This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files.
If value is 0 then it has not been parsed yet.
If value is above 0 then it has been parsed with WDB files from that specific client build.
If value is -1 then it is just a place holder until proper data are found on WDBs.
If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.
