====== quest_poi 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] Comes from sniffs. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#QuestID|QuestID]]|INT|UNSIGNED|PRI|NO|0| | | |[[#id|id]]|INT|UNSIGNED|PRI|NO|0| | | |[[#ObjectiveIndex|ObjectiveIndex]]|INT|UNSIGNED| |NO|0| | | |[[#MapID|MapID]]|INT|UNSIGNED| |NO|0| | | |[[#WorldMapAreaId|WorldMapAreaId]]|INT|UNSIGNED| |NO|0| | | |[[#Floor|Floor]]|INT|UNSIGNED| |NO|0| | | |[[#Priority|Priority]]|INT|UNSIGNED| |NO|0| | | |[[#Flags|Flags]]|INT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== 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. ==== ObjectiveIndex ==== if -1 than position of npc where you can complete quest ==== MapID ==== The Map id from Map.dbc ==== WorldMapAreaId ==== The ID from [[WorldMapArea.dbc]]. ==== Floor ==== This is the ID from [[AreaTable.dbc]] of the POI. ==== Priority ==== field-no-description|7 ==== Flags ==== field-no-description|8