View Bug Report
Looting of Quest Items broken
Bug #: 7346
File: Looter
Date: 03-11-11 10:09 AM
By: nex667
Status: Fixed
Hi,

since 4.0.6 Looter stopped gathering quest items though the option is activated. As workaround I lowered the quality filter from uncommon to common.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: EVmaker - 06-11-11 11:42 AM
Flagged this as fixed as the quest items should be looting, I'll check into the key part, though I'll have to find a good place to check that (thinking the argent daily quest to free the prisoners).
By: nex667 - 03-27-11 04:12 PM
thanks for the explanation. as workaround I changed the line "local Looter_questItem = select(12, GetAuctionItemClasses());" to "local Looter_questItem = select(10, GetAuctionItemClasses());". Now looter loots quests items again, except if the questitem is a key. I don't know if quest keys are already included in your fix, if not, could you look into it, please?
By: EVmaker - 03-23-11 11:01 PM
Flagged this as confirmed, will change it to fixed once the next release is out. Blizzard changed the api for item classes recently to remove item types that no longer exist (like librams) that moved the item class quest items were flagged as up by two (from 12 to 10).

I have the fix completed, once I finish the rest I will have it in the next release which I hope to be out in a day or two, thank you and the posters on curse and wowi for pointing the out the issue.