Midnight quest problem- done Shadowfall but cant find ripple effect. anyone advise?
First verify that the game has logged you as having completed Void Walk With Me, the last quest of Shadowfall
/run print(C_QuestLog.IsQuestFlaggedCompleted(86636))
must return TRUE.
So the next quest you should expect would be
/run print(C_QuestLog.IsQuestFlaggedCompleted(86637))
should return FALSE
but also search the surrounding area for the next couple of quests in the chain, which you will see on the right of that Wowhead page.
There are videos of the quest available on that page as well, in case you want to check the starting point.
I’m 64 autistic and not a big gamer so this is beyond my knowledge base.
Campaign Progress
3/17 Chapters
done - The Light’s Summons
done - Whispers in the Twilight
done - Shadowfall
Cant find - Ripple Effects
Copy the line
/run print(C_QuestLog.IsQuestFlaggedCompleted(86636))
and paste it into your chat box.
The chat box should answer TRUE.
Copy the line
/run print(C_QuestLog.IsQuestFlaggedCompleted(86637))
and paste it into your chat box.
The chat box should answer FALSE.
That confirms that the game thinks you are where you think you are.
Now go to the quest point at the map shown in
and look all around that area for exclamation marks.
/run print(C_QuestLog.IsQuestFlaggedCompleted(86637)) true? not sure its quest im looking for
We are checking the quest before to make sure that the game has marked it completed (true)
and the qyest you need to be sure the game hasn’t marked it completed (false)
Well it started a quest line that I could get to the island I needed to go to, so greatly appreciated, thank you Gráinne