Skip to content
Schmoozerd edited this page Apr 14, 2013 · 2 revisions

Back to world database list of tables.

The `quest_poi` table

Comes from sniffs.

Structure

Field Type Attributes Key Null Default Extra Comment
questid int(10) unsigned PRI NO 0
id int(10) unsigned PRI NO 0
objIndex int(10) unsigned NO 0
mapid int(10) unsigned NO 0
WorldMapAreaId int(10) unsigned NO 0
FloorId int(10) unsigned NO 0
unk3 int(10) unsigned NO 0
unk4 int(10) unsigned NO 0

Description of the fields

questid

The Quest Id from quest_template.id .

id

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

objIndex

if -1 than position of npc where you can complete quest

mapid

The Map id from Map.dbc

WorldMapAreaId

The area ID from AreaTable.dbc

FloorId

This is the AreaID of the POI.

unk3

unk4

Clone this wiki locally