This is not a complete archive, time didn't allot us the
opportunity to properly backup the majority of the boards
deemed "expendable". Most boards on this list have at least
20-40 pages archived (non-logged in pages, 15 topics per
page).
Popular boards may have as many as 250 pages archived at 50
topics per page, while others deemed of historical
signifigance may be archived in their entirety.
We may not agree with how the board shutdown was managed, but
we've done what we could to preserve some of its history in
lieu of that.
Please enjoy the archive. ~
Managers, Moderators, VIP's, and regular posters.
Author
Topic: Cool macro
Ashmaele Title:Pastor of Muppets Posts:19,662 Registered:Jan 15, '02
Extended Info (if available) Real Post Cnt: 15,903 User ID: 612,352
Subject:Cool macro
It sells all your vendor trash ("gray" items) in all bags with one click:
/script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 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
Enjoy (if not already using this)!
-----signature-----
I had a dream. It was an incredible dream. When I awoke, I had a huge mess to clean up.