Based on my own question here: http://www.redguides.com/forums/showthread.php/30993-Macro-to-Clean-Bags-using-Loot-ini about using Ninjadvloot.inc to clean bags, here's my macro which does exactly that.
Anything itemname=Destroy in .ini will be destroyed rest kept.
Default use is
which uses Loot.ini in your macro directory
However, I recommend using custom inis just for destroying:
In the example above, if you do not have "destroy.ini" one will be created and you can go edit and run the macro again with same /mac cleanbags "destroy.ini" .
Reason for custom ini is because default Loot.ini might have =Destroy for some item you looted for a bit and then wanted to stop collecting but you still want to keep whatever you looted earlier. Found out the hard way myself.
Anything itemname=Destroy in .ini will be destroyed rest kept.
Default use is
Rich (BB code):
/mac cleanbags
However, I recommend using custom inis just for destroying:
Rich (BB code):
/mac cleanbags "destroy.ini"
Reason for custom ini is because default Loot.ini might have =Destroy for some item you looted for a bit and then wanted to stop collecting but you still want to keep whatever you looted earlier. Found out the hard way myself.