Sell All Junk Grey Items Macro

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

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

iDemise Leveling Guide

8 Responses to “Sell All Junk Grey Items Macro”

  1. Yatish says:

    how do we invoke this macro…? I mean do we need to go to a vendor, click the vendor and then run the macro?

  2. Yatish says:

    Never the less..your website is cool..I’m a beginner in wow..and it has been very helpful to use your macros.both in PVP as the normal quests..

  3. Wow Macros says:

    hi Yatish. yes we do need go to to vendor to use this macro. and thanks for the encouragement and i am happy that this site is helpful for you to search for macro. Please do register at the sidebar link if you think you would hang out here ok? Cheers!

  4. Chris says:

    Doesn’t work for me. An error pops up after running macro with vendor window open. 9/11/08

  5. Wow Macros says:

    it really is not working. but with no error. i will try to check if there is typing error. sory.

  6. Megan says:

    Make sure you type it not copy-paste cause the quotation marks need to be normal ones, not “curly kind” (all quotes should be ” )

    for example, in this bit:
    (”Selling “..name)

    you should have:
    (”Selling “..name)

  7. Megan says:

    Oh grrr - stupid auto formatting changed my change

    ALL QUOTES SHOULD BE JUST A REGULAR DOUBLE-QUOTE MARK

  8. Wow Macros says:

    ok megan i got it. it should be only like this

    ”ff9d9d9d”

    thanks.

    p/s:quickreply

Leave a Reply