Alright, I didn't find this posted so I am going to go ahead and do so, if it is out there than please point it out.
Alright, WoWBeez has the Taxi NPC that sells some things. One of these items is Doomshot, buys for way less than it sells.
What you want to do first is make a macro and put this:
/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
Next, you can either do this by hand or get yourself an auto clicker, I recommend the one by Brothersoft (Can't link or I would); google it and its the first one on the list). Set it to 1/1000 Sec, and check the box to lock the cursor while it is running.
Once the auto clicker is running, just keep pushing the button you have the sell macro set too. Larger your bags, the better.