Ogre depot delete?

lostsk8r

Active Member
I really enjoy the depot command after doing a bit of harvesting, but lately my depot has become full with some harvests and was wondering if theres anyway to add in a "run ogre destroy" option that would destroy left over common rare harvests in bags?

I could see this leading to people accidently typing that command but perhaps could supply the code and I could put it in myself?

Thanks
 

Kannkor

Ogre
I really enjoy the depot command after doing a bit of harvesting, but lately my depot has become full with some harvests and was wondering if theres anyway to add in a "run ogre destroy" option that would destroy left over common rare harvests in bags?

I could see this leading to people accidently typing that command but perhaps could supply the code and I could put it in myself?

Thanks
I'm not a fan of destorying things... because 1 fuck up and you could lose something important..

I'll consider it, but don't hold your breath. An alternative if your depot is full, zone into someone else's guild (can be a random one) and dump your left overs there... Or sell the left overs.
 

lostsk8r

Active Member
True, thanks

I just tried to use eq2inventory and added the stuff as destroy items, then I click show destroy list and it's empty, destroy items button doesnt work either.. odd
 
Last edited:

lostsk8r

Active Member
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!
 

Attachments

Top Bottom