Advertisement
TrulyInsane1

WoW Macro - Destroy All Grey Items

Jul 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Use: Running this macro will Destroy All grey items in your bags WITHOUT confirmation, use cautiously!
  2.  
  3. /run local i,n=0;for b=0,4 do for s=1,GetContainerNumSlots(b) do ClearCursor();i={GetContainerItemInfo(b,s)};n=i[7];if n and string.find(n,"9d9d9d") then PickupContainerItem(b,s); DeleteCursorItem() end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement