目录

quest_poi_points 表


<-返回:World 数据库

Comes from sniffs. Visually speaking, this table is used to identify the X and Y coordinates on the map (not the minimap - the main map) where a quest's question mark should appear. Use the “.gps” command where you are standing to find these coordinates. In order to see changes, “.reload quest_poi”, close Wow.exe, then delete your cache folder.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
questidINTunasignedPRINO0
idx2INTunasignedPRINO0
xINTunasigned NO0
yINTunasigned NO0
VerifiedBuildSMALLINTunasigned YESNULL

字段说明


questid

The Quest Id from 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: Secreat Communication.

QuestIDidx1idx2xyVerifiedBuild
831830-6231-510
831831-6236-190
831832-6241-520
831833-6316-2820
831834-6413-2820
831835-6483-2500
831836-6483-2170
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.

x

The X position of the question mark on the map.

y

The Y position of the question mark on the map.

VerifiedBuild

VerifiedBuild