- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,098 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
AutoConfirmLoot
- 1 Like
- World of Warcraft
- 126 Monthly Downloads
- Supports: 4.1
- 16,264 Total Downloads
- Updated 05/19/2011
- Created 04/25/2010
- 59 Favorites
- Project Site
- Comments
- Release Type: Release
- License: GNU Lesser General Public License version 3 (LGPLv3)
- Newest File: 2.1.0
About AutoConfirmLoot
This Addon automatically confirms Need/Greed/Disenchant Rolls and looting BoP equipment. It also speeds up looting in general if Blizzard's AutoLoot feature is turned off.
This Addon is localised in german, english, russian and french (english is used if your locale is not supported).
This Addon can be configured with a commandline:
- /autoconfirmloot (or /acl) to display the current settings
- /autoconfirmloot bop - enable/disable automatic BoP confirmation
- /autoconfirmloot need - enable/disable automatic Need Roll confirmation
- /autoconfirmloot greed - enable/disable automatic Greed Roll confirmation
- /autoconfirmloot diss - enable/disable automatic Disenchant Roll confirmation
- /autoconfirmloot autoloot - enable/disable auto looting (only has an effect if blizzard's autoloot feature is turned off)
2.1.0
- updated to Game Version 4.1
2.0.0
- changed ui to ACE3
1.6.0
- updated to new game version
- reworked saved variable and ui handling
1.5.1
- updated russian translation; thanks DimXP :)
1.5
- extended interface addon confguration; you can now select custom defaults that will be applied on login, rather than using the previous settings
1.4
- added interface addon configuration frame, also accessible with /autoconfirmloot config or /acl config
1.3
- added russian and french localisation (should be revisited)
1.2
- added a commandline interface to enable/disable parts of the functionality
- /autoconfirmloot <func> or /acl <func> to toggle the functionality, /autoconfirmloot or /acl displays all current settings
- <func> is one of: bop need greed diss autoloot
- added german and english localisation
1.1
- updated interface version number (was accidently wrong and this addon was considered as out-dated)
1.0
- overrides WoW's default LootSlot to confirm BoP looting
- confirms roll of need/greed/disenchant
- autoloots (with BoP confirmation) if WoW's autoloot feature is disabled
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,063,327 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 472,647 Monthly Downloads
-
- Recount
- Combat
- 336,477 Monthly Downloads
-
- Auctioneer
- Mail, Tooltip, Bags & Inventory, Professions, and Auction & Economy
- 326,497 Monthly Downloads
-
- HealBot Continued
- Healer and Unit Frames
- 310,169 Monthly Downloads
Comments
Since AutoConfirmLoot hasn't been updated for almost a year and does not properly embed Ace3 (only as a dependency, so you'd need to download the standalone version)
You can try out AutoConfirmRoll which is updated for 4.3 (self advertisement)
Don't we all just LOVE you now? Ahahahah, Thanks for that!!!
I'm gonna try it out.
Thanks once again!!
This won't because there's no Ace3 addon
What?
This won't work because it isn't ace3? Is there any other addon that will do the same but without showing up the confirmation screen?
Thanks!
autoconfirmloot doesn't seem to work when I enable xloot and xloot group, any chance of fixing this?
I have used this addon without any issues for months but today xloot made it completely ineffectifve. I'm not a programmer so I have no idea why that happens, but I have isolated that the problem is come from xloot/xlootgroup.
edit: It works, it just doesn't hide the confirmation window. I have ace3 installed seperatly but I think xloot group uses ace2 which (may) be the root of the issue.
any ideas?
Anyway to fix this?
Did that. Dialog still does not go away even though it auto confirms. Any work around?
my blog rus
if (GetLocale() == "frFR") then
AUTOCONFIRMLOOT_NAME = "AutoConfirmLoot"
-- Option strings
AUTOCONFIRMLOOT_OPTIONS_TITLE = AUTOCONFIRMLOOT_NAME
AUTOCONFIRMLOOT_OPTIONS = {
["Opts"] = {
["bop"] = "Confirmer LqR",
["need"] = "Confirmer jet de besoin",
["greed"] = "Confirmer jet de cupidit\195\169",
["diss"] = "Confirmer jet de d\195\169senchantement",
["autoloot"] = "Ramassage automatique",
["Use_Defs"] = "Utilisez ces param\195\168tres \195\160 chaque connexion:",
},
["State"] = {
["on"] = "actif",
["off"] = "inactif",
["disabled"] = "D\195\169sactiv\195\169",
},
["Separator"] = ": ",
}
end
my blog rus