Skip to content

Quest

Many Corruptor's Scourgestones

A World of Warcraft quest in Eastern Plaguelands. 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.

1
lordlight+13via Wowhead (opens the original comment in a new tab)

The tokens to turn in are BoA so if you have a ton of Corruptor's scourge stones use this macro to click over and over to turn them in quickly

Quick Edit:** I realized some people might have their quest turn ins in a differnt order as I do depending on what and how many they have to turn in. When you click on the NPC and choose what you want to turn in, you can edit the macro easily by changing the numbers in [ ] and ( ). IF you want to turn in option 3, then put 3 in those spaces, like how I did 1 and 2. **

/run C_GossipInfo.SelectAvailableQuest( C_GossipInfo.GetAvailableQuests()[2]["questID"])
/run SelectAvailableQuest(2)
/run AcceptQuest()
/run CompleteQuest(2)
/run GetQuestReward(2)

If you have a ton of Invader's Scourgestones to turn in use this macro to spam turn them in quickly without having to click each option each time:

/run C_GossipInfo.SelectAvailableQuest( C_GossipInfo.GetAvailableQuests()[1]["questID"])
/run SelectAvailableQuest(1)
/run AcceptQuest()
/run CompleteQuest(1)
/run GetQuestReward(1)

You will still need to right click the NPC to bring up the chat window or use the button you keybound to interact with the NPC as I don't know how to macro it to where it opens up his chat window.

Hope this helps some of you save some time if you stumble onto this comment.

That is every comment on this page.

Advertisement

Quest facts

LevelLevel 1-90
Quest ID77243

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

Requirements

RepeatsRepeatable

Read from the Blizzard quest API.

Description

A Corruptor's Scourgestone was the insignia of the Scourge's overlords. Powerful beings that once held a position of authority over the Scourge always possessed one. I formerly exchanged valor tokens for these. While I doubt you will ever find more, please bring any others back to me immediately so I can see to their destruction.

Related

Reward details

Items you receive

TypeQuest
Item level1
BindingBinds when picked up
UseIncrease Reputation

Reputation: Argent Dawn +250

An organization focused on protecting Azeroth from the threat of the Scourge. Strongholds of the Argent Dawn can be found in the Eastern and Western Plaguelands.

Reputation group: Classic.

Other quests in Eastern Plaguelands that reward Argent Dawn reputation: The Dread Citadel - Naxxramas (+500), Corruptor's Scourgestones (+50), Invader's Scourgestones (+25), Many Invader's Scourgestones (+125), Minion's Scourgestones (+25), Many Minion's Scourgestones (+25).

Item facts are the current retail client’s (ItemSparse); the specialisations for a pick-one item are the ones the Blizzard quest API lists; faction and currency text is the client’s own. Lowest listed price = the US commodity auction house now.

Where this quest fits

Other quests with this name

This one: Eastern Plaguelands · 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.