If you can't remember if you've done this quest this time around:
/script print(IsQuestFlaggedCompleted(40786))
Quest
The Smoldering Ember
A World of Warcraft quest in Orgrimmar. Facts and objectives from the current retail game data.
The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.
Use the below script to see if you toon has completed the weekly quest.
True = Completed
False = Not completed for current eventOutland Timewalking - The Swirling Vial
/script print(IsQuestFlaggedCompleted(40168))Northrend Timewalking - The Unstable Prism
/script print(IsQuestFlaggedCompleted(40173))Cataclysm Timewalking - The Smoldering Ember A/H
Alliance
/script print(IsQuestFlaggedCompleted(40786))Horde
/script print(IsQuestFlaggedCompleted(40787))Alliance
/script print(IsQuestFlaggedCompleted(40168))
/script print(IsQuestFlaggedCompleted(40173))
/script print(IsQuestFlaggedCompleted(40786))Horde
/script print(IsQuestFlaggedCompleted(40168))
/script print(IsQuestFlaggedCompleted(40173))
/script print(IsQuestFlaggedCompleted(40787))Thank you Chanel for testing.
And if anyone knows how to add within the script to list the event name and T/F, please let me know - thanks.
Updated macro for The War Within and beyond to check whether you’ve completed the weekly Timewalking quest, for both Horde and Alliance and for all different Timewalking campaigns. If all the text appears red, you haven't completed this week's quest yet.
Alliance:
/run a={{"Classic",43117},{"BC",0},{"WotLK",5},{"Cata",619},{"MoP",5395},{"WoD",15330},{"Legion",24542},{"BfA",49054}}for i=1,#a do n,o=a[1],a[2]print("\124cFF"..(C_QuestLog.IsQuestFlaggedCompleted(40168+o)and"00FF00"or"c51a20")..n.."\124r")end
Horde:/run a={{"Classic",43117},{"BC",0},{"WotLK",5},{"Cata",618},{"MoP",5395},{"WoD",15330},{"Legion",24542},{"BfA",49055}}for i=1,#a do n,o=a[1],a[2]print("\124cFF"..(C_QuestLog.IsQuestFlaggedCompleted(40168+o)and"00FF00"or"c51a20")..n.."\124r")end
Quest facts
The client quest POI data records no map location for this quest, so no map is shown.
Check whether you have already completed this quest
in-game: /run print(C_QuestLog.IsQuestFlaggedCompleted(40786))
Requirements
Read from the Blizzard quest API.
Description
Cold to the touch when you first reach for it, this ember bursts into flame without warning and snuffs itself just as quickly. As the stone rests in your hand, visions of fire and of dragons dance through your mind, but you can hear conversation taking place in Orgrimmar and the familiar sight of circle portals bubbles to the top.
Community notes from Wowhead · 20 comments
Top 3 shown aboveThe comments below were written by Wowhead users. They are community notes, not TheWoWDB comments. See them in context on Wowhead.
The top 3 are shown in Top Comments above. Read all 20 on Wowhead.
Where this quest fits
Other quests with this name
This one: Orgrimmar · Level 1-90.
Steps, storylines and map placement from the client’s QuestLine, prerequisite and QuestPOI data; neighbouring quest text is Blizzard’s own (quest API), shortened to its opening sentences.