Checking quest completion status

I’ve done this many times in the past (pre-Shadowlands) to check if I’ve completed a quest.

/run print(IsQuestFlaggedCompleted(59715))

When I use it now it does absolutely nothing. Nothing in chat. No Lua errors. Is there some other command that needs to be used now?

C_QuestLog.IsQuestFlaggedCompleted()

That is doing nothing also.

/run print('WANTED: "Hogger" Complete:', C_QuestLog.IsQuestFlaggedCompleted(176))

works for me.

2 Likes

Ok that does work. Thanks.

For people just getting here. The working simplified full macro without any added hogger text to copy/paste is:

/run print(C_QuestLog.IsQuestFlaggedCompleted(QuestID))

9 Likes

Still Viable
2023 New yrs Eve. Happy 2024 all.
Kay

1 Like