Just thought i'd contribute something so posting this
This macro basically lists ALOT of items, and floods the chat. It also dc's you in the process, however it hasn't disconnected a few of my friends when they used it.
/run for i=49950,52052,3 do str=""; for j=0,2 do if GetItemInfo(i+j) then str=str..select(2,GetItemInfo(i+j)) end; end; SendChatMessage(str,"guild") end;
"SendChatMessage(str,"guild") end;" can be changed to which channel you prefer to spam the items in. For example "SendChatMessage(str,"party") end;"