other iconVendor all your grey items macro

18
vote up

Macro for Wow: Vendor all your grey items for Other. Works in World of Warcraft patch 5.4 Siege of Orgrimmar, Mists of Pandaria

Posted on: 09-23-2012 - Updated on: 02-01-2014 - viewed 12461 times

Need help?

Description:

vendor gray items macroThis Wow macro sells all of the items in your backpacks that are grey value. It’s great for leveling, especially now that MoP is coming out. There is no confirmation, so make sure there is nothing in there you want. But you can still just get it back from the vendor. It also prints in the chat window “sold” and item name, quantities and value.

/run local y,i,n,v=0;for x=0,4 do for s=1,GetContainerNumSlots(x)do i={GetContainerItemInfo(x,s)}n=i[7]if n and string.find(n,"9d9d9d")then v={GetItemInfo(n)}q=i[2]y=y+v[11]*q;UseContainerItem(x,s)print('sold',n,q)end;end;end;print(GetCoinText(y))

Leave a Reply

Your email address will not be published. Required fields are marked *

301 Moved Permanently

Moved Permanently

The document has moved here.