Download
(1Kb)
Download
Updated: 10-16-14 10:55 PM
Pictures
File Info
Updated:10-16-14 10:55 PM
Created:12-15-09 03:03 PM
Downloads:10,099
Favorites:76
MD5:
Categories:Raid Mods, Discontinued and Outdated Mods

Confirm Loot Roll  Popular! (More than 5000 hits)

Version: 60000
by: Awbee [More]

Automatically confirms the "Looting this item will bind it to you." and "Disenchanting ***** will destroy it." pop-ups when you roll for BOP items in groups.

TOC updated for 6.0
Post A Reply Comment Options
Unread 12-16-09, 02:31 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Awesome, thanks for the fast upload of this. Much cleaner than some of the other mods that perform this function. As well, you don't assume you know what's best for the user like some of the other authors (for instance: preventing it's function in groups)


Edit: Tested it in a quick random. It doesn't appear to suppress the dialogues, but it appears to accept them? Which is rather odd. I will hit DE or Greed on an item, and it's roll window will disappear, but the Confirmation dialogue will still be up. The loot will even be distributed while the dialogue is still up. I just hit Accept or Cancel and it goes away, but just odd.
Last edited by Manaman : 12-16-09 at 03:48 AM.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 02:04 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
weird, I haven't experienced this. do you know if it only happens in combat?
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 05:23 PM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally posted by Manaman
Awesome, thanks for the fast upload of this. Much cleaner than some of the other mods that perform this function. As well, you don't assume you know what's best for the user like some of the other authors (for instance: preventing it's function in groups)


Edit: Tested it in a quick random. It doesn't appear to suppress the dialogues, but it appears to accept them? Which is rather odd. I will hit DE or Greed on an item, and it's roll window will disappear, but the Confirmation dialogue will still be up. The loot will even be distributed while the dialogue is still up. I just hit Accept or Cancel and it goes away, but just odd.
I was experiancing the same, but don't have any data on it at the moment.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 09:32 PM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Originally posted by Awbee
weird, I haven't experienced this. do you know if it only happens in combat?
Will test out of combat versus in combat and get back to you.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 10:16 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
thanks, altho I don't see how that would be an issue, since the window normally disappears during combat just fine when it's clicked manually. I don't see why it would be protected against automation, but maybe it is. only other thing I can think of would be a conflict with some other addon.
Report comment to moderator  
Reply With Quote
Unread 12-18-09, 11:23 AM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
well I just tested it myself. I looted in combat and clicked need and it worked fine.

make sure you're not using this mod with my other DE roll one.
Report comment to moderator  
Reply With Quote
Unread 12-18-09, 09:23 PM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Not sure, I think Automaton's BOP module may have been affecting things, will test without it loaded. I am also using Xloot. Not sure if it will cause problems. It didn't matter whether I was in combat or not.
Report comment to moderator  
Reply With Quote
Unread 12-18-09, 09:29 PM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
I am also using Passloot, removing their ConfirmBOP and DE modules to see if they are impacting things.
Report comment to moderator  
Reply With Quote
Unread 12-18-09, 11:22 PM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
OK, I have removed everything I listed below, and the acceptance of the roll still occurs but leaving the dialogue behind. So to recap, I have removed all mods related to looting: Passloot's ConfirmBOP/DE modules, Automaton's BOP module. I have left Xloot because I find it too valuable to remove, and I don't see why it would impact the confirmation window anyway.

Edit: I have noticed the dialogue only remains on Greed/DE rolls, but not on Need rolls.
Last edited by Manaman : 12-18-09 at 11:24 PM.
Report comment to moderator  
Reply With Quote
Unread 12-19-09, 11:40 PM  
Odlaw
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 67
Uploads: 5
What happens:

You click greed/need/de on some items (bop / epic etc)
CONFIRM_LOOT_ROLL or CONFIRM_DISENCHANT_ROLL event fires
StaticPopup_Show("CONFIRM_LOOT_ROLL", SomeItemName) is called
StaticPopup_OnShow(frame) is called
You click 'Accept' and then the ConfirmLootRoll() is done.


What I did with my passloot addons for doing this, was hooked the StaticPopup_OnShow(Frame) function

Frame.which should hold the type of popup it was. Check for "CONFIRM_LOOT_ROLL" (both the de and normal confirm loot roll call the same popup.. the disenchant just changes the text) If it is, then just Frame:Hide() it.

<shrug> hope that helps.
Report comment to moderator  
Reply With Quote
Unread 12-21-09, 04:59 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
well hooking functions to try and fix a problem I don't get sounds really fun, but I'll have to wait and see if I can find the patience to do that.
Report comment to moderator  
Reply With Quote
Unread 01-11-10, 05:25 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
I uploaded a new version which should fix the problem.

it's one line of simple code I was willing to add to the addon.

let me know if it fixes the problem.
Report comment to moderator  
Reply With Quote
Unread 01-11-10, 05:58 PM  
Odlaw
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 67
Uploads: 5
Nice call. I didn't think about hiding all possible popups with that function since I have to make sure it's for the correct item.

edit: actually.. upon looking closer at the hide function, i might not need to hook either... hrmm
Last edited by Odlaw : 01-11-10 at 06:09 PM.
Report comment to moderator  
Reply With Quote
Unread 01-11-10, 06:07 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
it only hides the popups for rolls.

should only be one popup at a time anyway.

but if there's a problem let me know.
Report comment to moderator  
Reply With Quote
Unread 01-12-10, 08:29 AM  
Durin
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Heya!

I started using this addon just recently, and I also find that the confirmation window isn't being closed. The loot-roll I chose is immediately accepted, but the confirmation window stays open.

If I then manually type the following command in the editbox:

/script StaticPopup_Hide("CONFIRM_LOOT_ROLL");

the confirmation window closes just like it should. However, the exact same command should already have been fired by your addon (and probably is), but somehow the window stays open. In or out of combat makes no difference.

I must also mention I am using XLoot Group to replace the default lootframes.

I will try to test this further without any other addons enabled, and also with just XLoot Group disabled to see if there's a difference.

Results coming up in a few hours I guess :P

Update 01.12.10@16:35:
It seems that XLoot is the reason that the behaviour of ConfirmLootRoll is not as expected! :P
I solely disabled XLoot, and everytime I loot BoP items it accepts the loot immediately without popping up the confirmation window.

Oh well. I will not revert to the default Blizzard loot-frames, since I like XLoot way too much Guess I'll have to stick with the windows popping up...

I'll keep using ConfirmLootRoll anyway, since that enables me to completely ignore the confirmation windows and very quickly select all my desired loot-options at bosses

Thanks for that!
Last edited by Durin : 01-12-10 at 09:44 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: