Quest poi points tc2

From TrinityCore Wiki
Jump to: navigation, search

Contents

Back to world database list of tables.


The `quest_poi_points` table

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.


Structure

Field Type Attributes Key Null Default Extra Comment
questid int(10) unsigned PRI NO 0
id int(10) unsigned PRI NO 0
idx int(10) unsigned PRI NO 0
x int(10) unsigned NO 0
y int(10) unsigned NO 0


Description of the fields

questid

The Quest Id from quest_poi.questid

id

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

idx

This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.

x

The X position of the question mark on the map.

y

The Y position of the question mark on the map.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox