MassExtract

MassExtract

37 Downloads

A spammable mass prospecting/milling/lockpicking addon. Essentially, MassExtract scans item tooltips to dynamically detect all items in your bag that are eligible to be salvaged by your current character. This means you can endlessly spam your MassExtract macro or binding without worrying about the addon getting stuck on items you don't have the skill to use.

Keybinds for MassExtract can be found in the AddOns category

Prospecting macro:
#showtooltip Prospecting
/click MassExtractProspecting
or
#showtooltip Prospecting
/run MassExtract:Setup("prospecting")
/click MassExtract


Milling macro:
#showtooltip Milling
/click MassExtractMilling
or
#showtooltip Milling
/run MassExtract:Setup("milling")
/click MassExtract


Lockpicking macro:
#showtooltip Pick Lock
/click MassExtractPickLock
or
#showtooltip Pick Lock
/run MassExtract:Setup("pick lock")
/click MassExtract


To localize you could do the following for prospecting:
#showtooltip Prospecting
/run MassExtract:Setup(GetSpellInfo(31252))
/click MassExtract