Skip to content

quest_poi

Comes from sniffs.

This table manages the area and point markers for quest objectives.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
QuestIDintunsignedPRINO0
idintunsignedPRINO0
ObjectiveIndexintsignedNO0
MapIDintunsignedNO0
WorldMapAreaIdintunsignedNO0
FloorintunsignedNO0
PriorityintunsignedNO0
FlagsintunsignedNO0
VerifiedBuildintsignedYESNULL
 

Description of fields ​

QuestID ​

The Quest Id from quest_template.ID  

id ​

Used to group multiple entries from quest_poi_points.QuestID. It is the id of the POI.  

ObjectiveIndex ​

If -1, it's the position of the npc where you can complete the quest.  

MapID ​

The Map ID to display the POI on.  

WorldMapAreaId ​

A WorldMapArea ID, matching MapID, to disply the POI on.  

Floor ​

If the area is has multiple levels, the DungeonMap FloorIndex with the POI.  

Priority ​

unknown / just sent to client  

Flags ​

unknown / just sent to client Same as AreaPOI Flags?  

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.