1. #1

    New patch new quest IDs

    Hi there,

    does anyone know the quest IDs for the current content? To check if you have completed the current covenant assault(s), the maw world boss, and completed the maw weekly?

    Thanks!

  2. #2
    So I dug into quest ID finding myself and came up with this macro:


    /run f=C_QuestLog.IsQuestFlaggedCompleted;for k,v in pairs({ShapingFate=63949,Tormentors=63854,Morgeth=64531})do print(k..": "..(f(v) and "Yes" or "No"))end;print("Assault: "..((f(63543)or f(63822)or f(63823)or f(63824)) and "Yes" or "No"))
    Last edited by Puri; 2021-07-15 at 12:31 PM.

Posting Permissions

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