Skip to content

Quest

Scrap Meltdown

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

3
1404260+16via Wowhead (opens the original comment in a new tab)

If you're like me and you have a lot of enhancements rattling around and coming in from different sources (salvage, work orders, missions), maybe you're not always sure which reward to choose from this quest.

This macro will calculate the cumulative weapon and armor ilvls of all follower upgrade items in your bags and bank:

/run local w = 3*GetItemCount(114128,true) + 6*GetItemCount(114129,true) + 9*GetItemCount(114131,true); local a = 3*GetItemCount(114745,true) + 6*GetItemCount(114808,true) + 9*GetItemCount(114822,true); print("Weapon: ",w, " Armor: ",a)

Read all 18 on Wowhead ↗

Advertisement

Quest facts

LevelLevel 10-40
Quest ID38175

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

Requirements

RepeatsDaily
FactionAlliance only

Read from the Blizzard quest API.

Description

We've had a breakthrough in melting down the scraps you've been collecting! If you can get me a small pile of 'em, we can get your troops something a bit more useful.

Related

Choose one of these rewards:

Experience5,450 XP

Reward details

Pick one of these

TypeConsumable
Item level1
BindingBinds when picked up
UseCreate Armor Enhancement
TypeConsumable
Item level1
BindingBinds when picked up
UseCreate Weapon Boost

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: Alliance only · Garrison · Level 10-40.

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.