1. #1

    delete epics or blues without typing delete?

    I do old content alot and get alot of items from AQ for example that are not for my class and therefore have to be deleted since they can't even be vendored but problem is they are blues and purples so the game demands I type in delete for each and every item I try and delete. Is there any mod or macro or something that just lets me delete without having to copy and paste or type delete a hundred times a week?

  2. #2
    Deleted
    It's not exactly what you want (and I don't know the answer), but apparently curse.com/addons/wow/easyloot should let you add items to a list of things not to pick up, and so with a little extra work you at least won't loot them a second time.

  3. #3
    Deleted
    Something like this?

    Code:
    /run hooksecurefunc(StaticPopupDialogs["DELETE_GOOD_ITEM"],"OnShow",function(s) s.editBox:SetText(DELETE_ITEM_CONFIRM_STRING) end)
    Cut off the /run and make it into an addon if you don't want to hit it every time you log in.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •