Download
(4Kb)
Download
Updated: 10-02-12 11:17 AM
Pictures
File Info
Updated:10-02-12 11:17 AM
Created:07-25-10 08:38 AM
Downloads:5,326
Favorites:36
MD5:

mLootRoll1.0  Popular! (More than 5000 hits)

Version: 1.4
by: hairy_palms [More]

This is a Light Loot Roll Addoni

Features:
mLootroll skins the roll frames to look good
Removes the annoying "are you sure" dialog whenever you roll on BoP loot,
Lets you hold shift to toggle between need/greed and Pass/DE
CPU usage almost zero
To show the move frame type /mlr then drag the grey box, then to save the position right click on it

To disable using shift to change visible roll options edit mLootRoll.lua so that

Code:
local shifton = 1
becomes
Code:
local shifton = 0
The new non-shift layout has only been tested lightly so if you see any bugs in it, to do with the position of the buttons please say in the comments.

Now With Pandaria Support!













Thanks to Seerah, Rilgamonn and the other helpful forum people
also all my beta testers

1.2a - Minor FrameStrata Changes

1.2 - Toc Bump and some texture Layering Fixes ive noticed since i started playing WoW again, ill fix anymore people find if they tell me!

1.1 - Fixed the Movement for 4.0, added lua option to allow all to be visible.
Post A Reply Comment Options
Unread 10-26-10, 07:43 AM  
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 40
Uploads: 5
movement should be fixed now and the new layout has been added.
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 06:22 AM  
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 40
Uploads: 5
ah, the movement does seem to not work, didnt notice that ^^ ill fix that for the next release too
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 02:18 PM  
Aethar
A Murloc Raider

Forum posts: 7
File comments: 5
Uploads: 0
For some reason it started working today. I still can't move it, but I can do that in lua i assume. Great addon
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 08:40 PM  
Aethar
A Murloc Raider

Forum posts: 7
File comments: 5
Uploads: 0
It just doesn't show up for me. Maybe it's a conflicting addon. However, if i try to move the loot roll it doesn't move. I'll mess around with disabling/enabling addons and keep trying.
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 04:10 PM  
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 40
Uploads: 5
what exactly doesnt work? it still works fine in 4.0 here, just havent had a chance to finish doing the options change yet.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 06:37 PM  
Aethar
A Murloc Raider

Forum posts: 7
File comments: 5
Uploads: 0
Are you going to be updating this for 4.0.1? Doesn't seem to be working for me.
Report comment to moderator  
Reply With Quote
Unread 09-18-10, 09:30 AM  
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 40
Uploads: 5
im gonna make a lua option in the next version, since a lot of people seem to want an option to show the DE always, it probably wont be done till 4.0 hits cause ill combine it with making sure everything works with the API changes too.
Last edited by hairy_palms : 09-18-10 at 09:31 AM.
Report comment to moderator  
Reply With Quote
Unread 09-12-10, 08:27 AM  
Aschker
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 105
Uploads: 1
Obviously the authors opinion differs. So if you want that you are going to have to alter the code yourself. Easy peasy.. Find the code connected to the "shift modifier" and delete it. Then you reposition the buttons to go where you can always click them. Just browse the code.. Its only like 100 lines, and nothing really difficult in there..

As I posted in the BETA version of this mod:


This is done in like 5 mins of code checking/altering..

And no, I'm not sharing the code or the alterations :P
Last edited by Aschker : 09-12-10 at 08:27 AM.
Report comment to moderator  
Reply With Quote
Unread 09-11-10, 03:56 PM  
Taurvanhiel
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Disenchant

I'd like to concur with those that would like to see the DE option without holding down the shift key. DE is almost the default action now when running the daily heroic.
Report comment to moderator  
Reply With Quote
Unread 07-30-10, 12:53 PM  
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 161
Uploads: 7
Originally posted by hairy_palms
well, the stats arent shown on the default either, to add that would need to iterate over the items every time a loot roll started and call each stat individually including the ones the item doesnt have, would probably cause a noticable game stutter on multi-drop bosses, ie heroic end bosses, so wont likely be implementing this.
I think he means extend the item mouseover to the whole frame instead of the item texture.
Report comment to moderator  
Reply With Quote
Unread 07-30-10, 09:26 AM  
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 40
Uploads: 5
Just wanted to stop by and save how much I love this addon! Must better than the previous ugly frames
Compliments to the author as well, this is almost exactly what I was aiming for in a future re-write, and I doubt I'll do that now. Nice execution.
thanks for the compliments guys

Im not to into having to hover over the item photo to see the stats. would be good to be show anywhere of that bar item.
well, the stats arent shown on the default either, to add that would need to iterate over the items every time a loot roll started and call each stat individually including the ones the item doesnt have, would probably cause a noticable game stutter on multi-drop bosses, ie heroic end bosses, so wont likely be implementing this.

not sure if its something you might want to add. but might be fun to see the ticks for x amount of people that have clicked need or greed.
im thinking about adding this in a future version, so stay tuned

maybe you might want to add the code to solo loot bar. not just group loot.
I would like that. not so many addons around that do that now. that is not lightweight, #and they have so meny commands and things you can edit
i dont intend to add the solo frame, but if you want a really lightweight and good replacement, look at butsu by haste, thats what i use.
Last edited by hairy_palms : 07-30-10 at 09:28 AM.
Report comment to moderator  
Reply With Quote
Unread 07-30-10, 04:22 AM  
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 161
Uploads: 7
The addon page says hold shift to show pass/DE.

Showing how many have rolled on what isn't something that fits something this light, IMO.

Compliments to the author as well, this is almost exactly what I was aiming for in a future re-write, and I doubt I'll do that now. Nice execution.

Originally posted by weasoug
I like this. its just what i look for in a addon. lightweight

I miss a pass button. and im not to into having to hover over the item photo to see the stats. would be good to be show anywhere of that bar item.

not sure if its something you might want to add. but might be fun to see the ticks for x amount of people that have clicked need or greed.

one thing i would like to see is the pass. more then anything.

I have looked over the code. and it is very clean.

maybe you might want to add the code to solo loot bar. not just group loot.

I would like that. not so many addons around that do that now. that is not lightweight, #and they have so meny commands and things you can edit

yours is plug in and go. I like it.


but i think this addon is better then just supporting group loot.

well great work. and I will keep an eye out. on updates.
Report comment to moderator  
Reply With Quote
Unread 07-28-10, 02:10 PM  
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view AddOns

Forum posts: 127
File comments: 319
Uploads: 11
I like this. its just what i look for in a addon. lightweight

I miss a pass button. and im not to into having to hover over the item photo to see the stats. would be good to be show anywhere of that bar item.

not sure if its something you might want to add. but might be fun to see the ticks for x amount of people that have clicked need or greed.

one thing i would like to see is the pass. more then anything.

I have looked over the code. and it is very clean.

maybe you might want to add the code to solo loot bar. not just group loot.

I would like that. not so many addons around that do that now. that is not lightweight, #and they have so meny commands and things you can edit

yours is plug in and go. I like it.


but i think this addon is better then just supporting group loot.

well great work. and I will keep an eye out. on updates.
Report comment to moderator  
Reply With Quote
Unread 07-28-10, 11:30 AM  
Tarumi
A Deviate Faerie Dragon
 
Tarumi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 10
Uploads: 2
Just wanted to stop by and save how much I love this addon! Must better than the previous ugly frames
Report comment to moderator  
Reply With Quote
Unread 07-25-10, 09:51 AM  
Flockrock
A Deviate Faerie Dragon
 
Flockrock's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 14
File comments: 81
Uploads: 1
Looks nice, I try it out
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: