Since my depot is pretty full, and my guild hall is full, I've had an increasing need to get rid of harvests fast so I can get back to harvesting..
I decided to mess around with eq2inventory's coding of destroy and implement it into the ogre depot's script.
Since I'm a newbie, it starts with the first amount of said resource then begins deleting, in the end you'll have one quantity of each resource left over, probably something to do with adding a boolean to compare quanitities, I'll mess with it after I obtain more harvests to test with.
Figured I'd upload it incase anyone else wants it.
WARNING - I never use run ogre depot rare (to deposit rares into harvest box), so I assume if you somehow have made the rare cap in your harvest box (or maybe your box is generally full therefore cannot accept new harvests not already in the box) then it will destroy. I only added this because I only harvest certain tiers and know that it has reached 20k and will not be missed if deleted, my rares go directly into my broker box before I run ogre depot.
I'm sure someone could edit it to make sure not to delete rares if they wished. I'll add a
if ${TypeToDeposit.Equal[raw]}
to the delete boolean hoping that will avoid deleting any rares.
As usual, this coding is originally by Kannkor, and the destroy was modified from EQ2Inventory. Neither of them have endorsed this version.
Now if I could only figure out how to put pet heals into the inquisitor script!