Skip to content

quest_tracker

Stores quest completion and abandonment data to help finding out bugged quests.

requires worldserver.conf Quests.EnableQuestTracker = 1

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
idintunsignedNO0
character_guidintunsignedNO0
quest_accept_timedatetimeNO
quest_complete_timedatetimeYESNULL
quest_abandon_timedatetimeYESNULL
completed_by_gmtinyint(1)signedNO0
core_hashvarchar(120)NO0
core_revisionvarchar(120)NO0
 

Description of fields ​

id ​

The tracked quest ID.  

character_guid ​

The character guid on the quest.  

quest_accept_time ​

Unix timestamp when the quest was accepted.  

quest_complete_time ​

Unix timestamp when the quest was completed.  

quest_abandon_time ​

Unix timestamp when the quest was abandoned.  

completed_by_gm ​

Flag if .quest complete command was used.

  • 0: player completed the quest on his own
  • 1: GM completed the quest for the player  

core_hash ​

current _HASH (see revision_data.h)  

core_revision ​

current _DATE (see revision_data.h)