Skip to content

Quest

Delver's Call: Nightfall Sanctum

A World of Warcraft quest in Hallowfall. Facts and objectives from the current retail game data.

Advertisement
Top Comments

The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.

2
Kylixen+7via Wowhead (opens the original comment in a new tab)

Quick script to see if you've completed the Delve quests

/run for _,i in ipairs({770;767;771;766;768;769;758;759;2648;2664;2666;2667;2649}) do i=i+83000 print(format("%s(%d):%s",C_QuestLog.GetTitleForQuestID(i),i, C_QuestLog.IsQuestFlaggedCompleted(i) and "\124cff00ff00Yes\124r" or "\124cffff0000No\124r")) end

3
FLambda+5via Wowhead (opens the original comment in a new tab)

List of all Delver's Call quests, which can be completed at will:

* Delver's Call: Fungal Folly
* Delver's Call: Kriegval's Rest
* Delver's Call: Earthcrawl Mines
* Delver's Call: The Waterworks
* Delver's Call: Dread Pit
* Delver's Call: Nightfall Sanctum
* Delver's Call: Mycomancer Cavern
* Delver's Call: The Sinkhole
* Delver's Call: The Skittering Breach
* Delver's Call: The Underkeep
* Delver's Call: Tak-Rethan Abyss
* Delver's Call: Spiral Weave (yes, there's two different quest IDs depending on where you pick it up)
* Delver's Call: Spiral Weave

Script to check which Delver's Call quests you've done:

/run for _,i in ipairs({758;759;2648;2649;766;2664;769;767;768;2667;771;770;2666}) do i=i+83000 print(format("%s (%d): %s",C_QuestLog.GetTitleForQuestID(i),i,C_QuestLog.IsQuestFlaggedCompleted(i) and "\124cff00ff00Yes\124r" or "\124cffff0000No\124r")) end

There's also a few quests as part of the "Zekvir" storyline, which are sequential and require campaign progress:


Requires completing [achievement=20118] campaign through The Fourth Seat.
Requires completing [achievement=20598] campaign through [quest=78607].
Requires completing [achievement=19559] campaign through The General's Consensus.




Script to check which Zekvir quests you've done:

/run for _,i in ipairs({78464;83749;83755;83761}) do print(format("%s (%d): %s",C_QuestLog.GetTitleForQuestID(i),i,C_QuestLog.IsQuestFlaggedCompleted(i) and "\124cff00ff00Yes\124r" or "\124cffff0000No\124r")) end

Read all 10 on Wowhead ↗

Advertisement

Quest facts

LevelLevel 70-80
Quest ID85664

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(85664))

Description

CALL FOR AID! The Order of Night may have a base set up in a location called Nightfall Sanctum. It is imperative that we stop any of their operations as soon as possible.

Related
Money28 gold9 silver
Experience9,500 XP