Tracking Quests Completion

Yesterday, while we were doing our dailies in Kul Tiras, Soforah couldn’t remember if she had already completed a quest that pops up when you kill some specific mobs. If you ever ask yourself the same question, there is a command line to check if a specfic quest has already been completed.

/script print(IsQuestFlaggedCompleted(50897))

You only need to replace “50897” by the number of the quest, which can be found on Wowhead. Simply search for the quest, then copy the number from the url:

If it returns false, you never completed it, while true means you already did.