1. How to check if I have completed a quest

    What is the easiest way to do that? I am in Icecrown realm if that makes a difference.

  2. Easiest maybe is to run EveryQuest.

  3. /script print(C_QuestLog.IsQuestFlaggedCompleted(1952))
    This script doesn't work here right? I couldn't manage to use it.

  4. I used this macro in the past

    Code:
    /run QueryQuestsCompleted() print(GetQuestsCompleted()[1952] and "Complete" or "Incomplete")


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •