Auto-Confirm Equip

Auto-skip BoE & Warbound confirms by quality.

File Details

3.0.0

  • R
  • Sep 22, 2025
  • 19.62 KB
  • 212
  • 11.2.0
  • Retail

File Name

AutoConfirmEquip-3.0.0.zip

Supported Versions

  • 11.2.0

To see all commits, including all alpha changes, go here.


Releases

3.0.0 (2025-09-22)

  • Now handles also the “You cannot equip this item. Its appearance will be added to your collection and it will become Warbound until equipped.” confirmation.
    • This new feature is not yet thoroughly tested. Kindly report any issues to the issues tracker (avoid posting issues in the CurseForge comments).
  • Both auto-confirmations (Soulbound & Warbound) use the same allowed-quality settings, as set per /aceq <number-sequence> (default: 0237)
  • Added a shorter slash command: /acq
    • The other commands (/aceq and /autoconfirmequip) remain functional.
    • Please report if /acq conflicts with any of your other addons.
  • Any confirmation attempts while in combat lockdown are prevented now.
  • Modernized event and database handling.
  • Refactored main functions and console text, restructured code, various other optimizations.
  • Updated readme/description.

2.1.7 (2025-09-14)

  • Standardized licensing information in the files.
  • ReadMe/description: minor changes; added my new addon Auto Discount Repair to the “Other addons” list.

2.1.6 (2025-08-05)

  • toc: Added interface 110200

2.1.5 (2025-06-18)

  • toc: Added AllowAddOnTableAccess: 1
  • toc: Bumped Interface to 110107

2.1.4 (2025-04-23)

  • toc bump to 110105.

2.1.3 (2025-02-26)

  • Added category to toc.
  • toc bump to 110100.

2.1.2 (2024-12-19)

  • toc bump to 110007 (WoW Retail 11.0.7).
  • No content changes. If I notice that the addon needs an update for 11.0.7, I will release one.
  • I currently do not have much time to play, so if you notice weird/unusual behavior with 11.0.7 and don’t see an update from my part, please let me know here.

2.1.1 (2024-10-23)

  • toc bump, no changes.

2.1.0 (2024-08-10)

  • New defaults (active at first load): Poor (0, gray), Uncommon (2, green), Rare (3, blue), and Heirloom (7) can be equipped without confirmation dialog.
    • Heirlooms can be regenerated, so no reason for a confirmation.
    • White gear (quality 1) is relatively rare (compared to grays, greens, and blues), and the chance of it being something special is relatively high. So a confirmation won’t hurt, I think.
    • This config can be (re)created with the command /aceq 0237.

2.0.7 (2024-07-24)

  • No issues found with TWW, so far.
  • toc updated for TWW 110000.

2.0.6 (2024-05-08)

  • toc bump only (100207). Addon update will follow as needed.

2.0.5 (2024-03-19)

  • toc bump only. If necessary, the addon will be updated in the next days.

2.0.4 (2024-01-16)

  • Just a toc bump for 10.2.5. Compatibility update will follow if needed.

2.0.3 (2023-11-08)

-toc update 100200; no content changes.

2.0.2 (2023-09-06)

  • toc bump 100107.
  • Minor optimizations.

2.0.1 (2023-07-12)

  • toc updated for 10.1.5.
    • I have not yet had a chance to really test the addon with 10.1.5, but as far as I know there are no relevant API changes. If I find any problems, you'll get a content update soon.

2.0 (2023-05-13)

  • Complete rewrite, with configurable quality levels. With a slash command you can now configure the qualities that should be equippable without confirmation:
    • Examples: /aceq 0123, /aceq 02, /aceq 2. For details, see description or in-game help text.
    • If /aceq conflicts with other addons, use /autoconfirmequip.
    • Type just /aceq or /autoconfirmequip to get in-game help on the configuration, including a quality index. It also displays the currently set quality levels.
    • The defaults are the same as with previous versions (Poor, Common, Uncommon), so if those are fine for you, you don't need to do anything.
  • Added in-game icon.
  • Updated readme/description.

1.0.4 (2023-05-02)

  • toc: updated for 10.1

1.0.3.2 (2023-03-22)

  • toc: updated for 10.0.7

1.0.3.1 (2023-01-25)

  • toc: updated for 10.0.5

1.0.3 (2022-12-31)

  • toc: Added CF ID
  • Minor changes to readme

1.0.2 (2022-11-17)

  • toc: updated for 10.0.2

1.0.1 (2022-09-12)

  • Fixed error in toc
  • Other minor formal stuff

1.0.0 (2022-09-10)

  • Initial