Subscribe via email

Enter your email address:

Delivered by FeedBurner

Sunday, June 22, 2008

Sell All Junk Grey Items Macro

This macro is super useful for those who farm or just get a bunch of junk items from warcraft mobs. As we all know just vendoring some of these items can fetch up to 2 to 3 gold for each item, after a day of farming that could be an easy additional 50g. This macro will sell all the junk items in your bags, and tell you what its sold.
/script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,”ff9d9d9d”) then DEFAULT_CHAT_FRAME:AddMessage(”Selling “..name) UseContainerItem(bag,slot) end end end

SHARE THIS ARTICLES

0 comments: