Skip to content

points_of_interest

This table holds points of interest (POI) to be displayed as map markers. e.g.: When asking a City Guard for the location of a trainer.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
IDintunsignedPRINO0
PositionXfloatNO0
PositionYfloatNO0
IconintunsignedNO0
FlagsintunsignedNO0
ImportanceintunsignedNO0
NamemediumtextNO
VerifiedBuildintsignedYESNULL
 

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.  

Icon ​

excerpt from enum Poi_Icon:

IDNameComment
0ICON_POI_BLANKBlank (not visible)
1ICON_POI_GREY_AV_MINEGrey mine lorry
2ICON_POI_RED_AV_MINERed mine lorry
3ICON_POI_BLUE_AV_MINEBlue mine lorry
4ICON_POI_BWTOMBBlue and White Tomb Stone
5ICON_POI_SMALL_HOUSESmall house
6ICON_POI_GREYTOWERGrey Tower
7ICON_POI_REDFLAGRed Flag w/Yellow !
8ICON_POI_TOMBSTONENormal tomb stone (brown)
9ICON_POI_BWTOWERBlue and White Tower
10ICON_POI_REDTOWERRed Tower
11ICON_POI_BLUETOWERBlue Tower
12ICON_POI_RWTOWERRed and White Tower
13ICON_POI_REDTOMBRed Tomb Stone
14ICON_POI_RWTOMBRed and White Tomb Stone
15ICON_POI_BLUETOMBBlue Tomb Stone
21ICON_POI_GREYLOGSGrey Wood Logs
22ICON_POI_BWLOGSBlue and White Wood Logs
23ICON_POI_BLUELOGSBlue Wood Logs
24ICON_POI_RWLOGSRed and White Wood Logs
25ICON_POI_REDLOGSRed Wood Logs
31ICON_POI_GREYHOUSEGrey House
32ICON_POI_BWHOUSEBlue and White House
33ICON_POI_BLUEHOUSEBlue House
34ICON_POI_RWHOUSERed and White House
35ICON_POI_REDHOUSERed House
36ICON_POI_GREYHORSEGrey Horse
37ICON_POI_BWHORSEBlue and White Horse
38ICON_POI_BLUEHORSEBlue Horse
39ICON_POI_RWHORSERed and White Horse
40ICON_POI_REDHORSERed Horse

 

Flags ​

unknown / just sent to client  

Importance ​

unknown / just sent to client  

Name ​

Text of the onMouseover tooltip for the Icon.  

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.