Skip to content

quest_poi_points

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
QuestIDintsignedPRINO0
Idx1intsignedPRINO0
Idx2intsignedPRINO0
XintsignedNO0
YintsignedNO0
ZintsignedNO0
VerifiedBuildintsignedNO0
 

Description of fields ​

QuestID ​

references quest_template.ID and quest_poi.QuestID  

Idx1 ​

Used to group multiple entries from quest_poi.id. You must manually increment this value by 1 for each new row in quest_poi_point with the same questId (0, 1, 2, 3...).  

Idx2 ​

Used to group multiple entries in the quest poi points to draw the polygon for that point of interest. The actual points are the corners of each polygon.

Example quest: Secret Communication.

QuestIDIdx1Idx2XYVerifiedBuild
831830-6231-510
831831-6236190
831832-6241520
831833-63162820
831834-64132820
831835-64832500
831836-64832170
831837-6326-70

These points are all the little corners on the blue box. idx1 represents an area defined by the points of idx2 to draw the shape. quest_poi.png  

X ​

The X position of the question mark on the MapID.  

Y ​

The Y position of the question mark on the MapID.  

Z ​

- 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.