Download
(1Kb)
Download
Updated: 09-04-15 11:15 AM
Updated:09-04-15 11:15 AM
Created:11-22-11 04:19 PM
Downloads:6,711
Favorites:32
MD5:
Categories:Bags, Bank, Inventory, Raid Mods

AutoConfirmRoll (obsolete)  Popular! (More than 5000 hits)

Version: 1.1
by: Ketho [More]

Auto confirms Need, Greed and Disenchant rolls

Also includes looting Bind on Pickup (BoP) items while Solo

(Edit 2016.07.28) It looks like the loot confirm popup doesn't show anymore by default, not sure when this was changed

v1.1 [2015.09.04]
  • Bumped TOC to 60200
v1.0 [2014.11.19]
  • Updated for WoD
v0.9.0 [2013.05.26]
  • Bumped TOC to 50300
v0.8 [2012.09.14]
  • Now properly loots multiple BoP items when Solo
  • The roll window should now be properly hidden for ElvUI users (thanks, WisdomWolf@WoWI)
  • Fixed the Raid group filter
v0.8.1 [2012.09.18]
  • Added esES/esMX translations by Phanx
v0.7 [2012.08.28]
  • Updated for MoP (5.0.4)
v0.6 [2012.03.23]
  • The "AutoConfirmLoot" feature is now enabled by default
  • The options menu now opens in a standalone window
  • Optimized code
v0.5 [2012.03.15]
  • Added optional "AutoConfirmLoot" (Bind on Pickup) feature
  • Added Localization support
v0.4 [2012.02.09]
  • Optimized code
  • Fixed possible taint from the LibDataBroker display (thread)
v0.3 [2011.11.30]
  • Updated for 4.3
  • Updated Ace3 to r1041
v0.2 [2011.11.24]
  • Added roll icons to the options menu
  • Small tweaks
v0.1 [2011.11.22]
  • Initial Release
Optional Files (0)


Post A Reply Comment Options
Unread 09-09-12, 04:09 PM  
WisdomWolf
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 1
Compatibility with ElvUI

I absolutely love this addon, but when I switched over to ElvUI, I noticed that some functionality broke. It still confirms the rolls, but the confirmation nag screen was still popping up, even though the item had already been looted. I understand that most addon authors don't like to or are unwilling to debug interoperability issues with other addons, so I decided to dive in and see if I could figure it out myself. Having never touched Lua before, this took way longer than it should have, but I found the answer. I've attached the modified code, which is actually just the addition of a single line, in the hopes that you'll update.

Edited AutoConfirmRoll.lua
Report comment to moderator  
Reply With Quote
Unread 09-11-12, 07:21 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Re: Compatibility with ElvUI

Originally Posted by WisdomWolf
I absolutely love this addon, but when I switched over to ElvUI, I noticed that some functionality broke. It still confirms the rolls, but the confirmation nag screen was still popping up, even though the item had already been looted. I understand that most addon authors don't like to or are unwilling to debug interoperability issues with other addons, so I decided to dive in and see if I could figure it out myself. Having never touched Lua before, this took way longer than it should have, but I found the answer. I've attached the modified code, which is actually just the addition of a single line, in the hopes that you'll update.

Edited AutoConfirmRoll.lua
I will add this change in concerning ElvUI, WisdomWolf
Sorry for the late reply, I was sick with the flu and now I need to get back on track with school

(and I still need to look into autoconfirmlooting multiple bops)
Last edited by Ketho : 09-11-12 at 08:11 PM.
Report comment to moderator  
Reply With Quote
Unread 09-12-12, 02:22 PM  
WisdomWolf
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 1
Re: Re: Compatibility with ElvUI

Originally Posted by Ketho
Originally Posted by WisdomWolf
I absolutely love this addon, but when I switched over to ElvUI, I noticed that some functionality broke. It still confirms the rolls, but the confirmation nag screen was still popping up, even though the item had already been looted. I understand that most addon authors don't like to or are unwilling to debug interoperability issues with other addons, so I decided to dive in and see if I could figure it out myself. Having never touched Lua before, this took way longer than it should have, but I found the answer. I've attached the modified code, which is actually just the addition of a single line, in the hopes that you'll update.

Edited AutoConfirmRoll.lua
I will add this change in concerning ElvUI, WisdomWolf
Sorry for the late reply, I was sick with the flu and now I need to get back on track with school

(and I still need to look into autoconfirmlooting multiple bops)
Hmm, I haven't had any issues with multiple bops. Perhaps this change will fix that issue too? Also, I left a print command in the code I pasted (was using a few for debugging), didn't see it until after I posted. Obviously it's not necessary.
Report comment to moderator  
Reply With Quote
Unread 09-13-12, 06:56 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Re: Re: Re: Compatibility with ElvUI

Originally Posted by WisdomWolf
Hmm, I haven't had any issues with multiple bops. Perhaps this change will fix that issue too? Also, I left a print command in the code I pasted (was using a few for debugging), didn't see it until after I posted. Obviously it's not necessary.
I mean, when you're solo and trying to loot multiple bops. right now it only autoconfirms & loots the last bop item. This proves to be a bit more complicated than I thought though

I noticed the debug print line btw, but thanks for notifying =)
Report comment to moderator  
Reply With Quote
Unread 09-18-13, 07:40 AM  
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view AddOns

Forum posts: 205
File comments: 173
Uploads: 1
Hey,
I can't seem to get it to work after I patched the game for 5.4
Shouldn't it auto DE in the example below?
http://i.imgur.com/r7yLduN.jpg

Happened a few more times with greens.
__________________
55 89 144 233 377 610 987 1597 2584 4181 6765
Last edited by karmamuscle : 09-18-13 at 08:25 AM.
Report comment to moderator  
Reply With Quote
Unread 09-18-13, 03:00 PM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by ckramme
Hey,
I can't seem to get it to work after I patched the game for 5.4
Shouldn't it auto DE in the example below?
http://i.imgur.com/r7yLduN.jpg

Happened a few more times with greens.
Hey ckramme,
No .. this addon does not auto roll, or auto DE
The only thing it does is auto confirm so you won't get that annoying popup asking for confirmation ><
Report comment to moderator  
Reply With Quote
Unread 09-19-13, 01:53 AM  
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view AddOns

Forum posts: 205
File comments: 173
Uploads: 1
Yeah sorry about that, it was me misunderstanding it.
Now to just figure out what addon I used to auto roll before I did a 5.4 addon wipe.
__________________
55 89 144 233 377 610 987 1597 2584 4181 6765
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: