View Single Post
04-05-21, 03:08 PM   #7
TheSpanishInquisition
A Kobold Labourer
Join Date: Nov 2018
Posts: 1
I know this is a bit old now, but I wrote an addon specifically to delete trash items (or items that I tag as trash) when I run out of bag space. I originally did it for levelling in Classic with small bags, but found it very useful when farming old content in retail.

Now that this function has been borked, is there any way to automatically delete a specific item, or the item in a given bag space? Previously I was using

Code:
PickupContainerItem(intBagID, intSlotID);
DeleteCursorItem();
I mean, even if I have to bind it to a key, or select confirm or something. I just want it to allow me to delete the lowest value items in my bag without me having to go through them one by one to work out what to get rid of...
  Reply With Quote