Tabelle: 'quest_poi_points'
The `quest_poi_points` tableComes 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. StructureField | Type | Attributes | Key | Null | Default | ExtraComment | |
---|
questid | int(10) | vorzeichenlos | PRI | nein | 0 | | | id | int(10) | vorzeichenlos | PRI | nein | 0 | | | idx | int(10) | vorzeichenlos | PRI | nein | 0 | | | x | int(10) | vorzeichenlos | | nein | 0 | | | y | int(10) | vorzeichenlos | | nein | 0 | | |
Description of the fieldsquestidThe Quest Id from quest_poi.questid idUsed 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...). idxfield-no-description|3
xThe X position of the question mark on the map. yThe Y position of the question mark on the map.
|