Download
(660 b)
Download
Updated: 02-06-13 03:18 AM
Addon for:
XLoot.
Pictures
File Info
Updated:02-06-13 03:18 AM
Created:unknown
Downloads:56,302
Favorites:558
MD5:

XLoot Group (Inactive)  Popular! (More than 5000 hits)

Version: XLootGroup_final
by: Xuerian, Dridzt, mikk

Please use XLoot now. Group is included.




XLoot Group - A replacement for the blizzard loot roll frames.

Requires XLoot


All options are available through /xloot group (Command line) or /xloot options -> XLoot Group (GUI). Each option is fully documented in the tooltip for it.

Group picks up styles from XLoot's appearance settings.

You can place Group anywhere you like by dragging either item rows, or the anchor.

You can show/hide the anchor at any time in Group's options.

Rows act like item links if possible- Shift clicking links them, Ctrl-clicking tries them on, and each has a tooltip for the item.

final:
Notifies users that "XLoot" should be installed instead, as this is now inactive.
This is only due to the massive fragmentation the addon has experienced over its lifetime, and to prevent more subsequent user confusion.

r65:
- toc update, compatible with Hour of Twilight (4.3)

r64:
4.2 update via Dridzt

r62:
4.0 update

0.61-30300:
- user patch for compatibility with auto-roll addons (eg. PassLoot)

0.6-30300:
3.3 compatibility update
disenchant option added.

r26541
Updated for 2.0-1
0.5-wotlk:
Fixes for WotLK

r36524
Fixed: Buttons staying faded out.
Added: need/greed/pass numbers next to the row. Enable in options.
Added: Spanish locale

r26541
Various code structure updates.
Added: Toggle for fading out rows.

* 20718
Added BindOnXXXX display next to roll buttons.
Fixed issue with vanishing roll buttons.
Post A Reply Comment Options
Unread 10-17-10, 10:04 PM  
icecreaman
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Xloot 1.0

Hey, I'm loving Xloot1.0. Since you said the updated Xloot Group, etc. would be stand alone addons will you be publishing them under new names? I just don't want to miss them
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 02:07 AM  
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 161
Uploads: 7
Re: Xloot 1.0

Originally posted by icecreaman
Hey, I'm loving Xloot1.0. Since you said the updated Xloot Group, etc. would be stand alone addons will you be publishing them under new names? I just don't want to miss them
They'll probably be under the same name. Hopefully I won't loose users with the appearance changes or streamlining, but it's what I'm planning on doing right now.. though I could change my mind.

I've already started on Group/Monitor, by fixing up the chat message parser. (Why Blizzard hasn't converted to proper events for loot yet, I don't know... *grumble*)
Report comment to moderator  
Reply With Quote
Unread 12-16-10, 11:17 AM  
Sieben11
A Deviate Faerie Dragon

Forum posts: 10
File comments: 9
Uploads: 0
Originally posted by H0PE
LET ME REPHRASE THE REQUEST:

Please create a feature that let you allow the grouploot window to stay open and not to fade out softly or straight away, even if you picked your choice. That will give us the chance to see what people choose after you (since the bar fades away you cant see it.

Thanks!

-----------
REQUEST:

For years I'm waiting for one particular feature in this baby (using this addon since like 3years? Not sure)...

1.) Show what the others selected N/G/D/P ON THE ITEM BAR ITSELF (thats not visible for some reason, I can't really see this ever).
2.) If you select your choice, DONT FADE THE WINDOW OUT UNTIL ALL THE GROUP MEMBERS CHOICES MADE.

This is bugging me all the time and I have to change to combat log or the particular chat window to check what did they select, n/g/s/c. Quiet annoying on important items, when the group running like crazy, etc.

Please can you do this/fix it? Because I do see options for this in xgrouploot but somehow id doesn't do a thing.
Teksloot (a recoded version of XLoot Group) showed who rolled via mousing over the specific icons. All Xloot Group does is the generic 1n3g type. Which isn't as useful unfortunately. Even with the installed Monitor it's still very clunky. I had hoped they would have used Teklsoot's idea by now. As it allows for a simple display of who did what. Without having to install Monitor which lists who did what individually, and plasters it across the screen. Only reason I am back to using the actual XLoot Group, is that Teksloot has not been updated in a year. Silly how one feature made me prefer a recoded version of it. Rather than using the actual version. Though that idea IS very handy and useful. A lot more than showing 1n3g. Or a list of peoples names with icons scrolling across the screen via Monitor.
Report comment to moderator  
Reply With Quote
Unread 12-19-10, 07:33 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 Sieben11
Teksloot (a recoded version of XLoot Group) showed who rolled via mousing over the specific icons. All Xloot Group does is the generic 1n3g type. Which isn't as useful unfortunately. Even with the installed Monitor it's still very clunky. I had hoped they would have used Teklsoot's idea by now. As it allows for a simple display of who did what. Without having to install Monitor which lists who did what individually, and plasters it across the screen. Only reason I am back to using the actual XLoot Group, is that Teksloot has not been updated in a year. Silly how one feature made me prefer a recoded version of it. Rather than using the actual version. Though that idea IS very handy and useful. A lot more than showing 1n3g. Or a list of peoples names with icons scrolling across the screen via Monitor.
"They" are aware of TeksLoot.

I appreciate the idea, and when I get around to it, there will be a much more sensible way to see the current status of rolls, I do see it as a valuable feature.

I just haven't done it yet. While curse is nice enough to pass along some advertising profits, I really don't get paid for it, and I haven't really been playing wow myself to need it.

Thanks for your interest, hopefully I'll get to something to interest you soon =)
Report comment to moderator  
Reply With Quote
Unread 06-29-11, 07:34 PM  
Jzar
A Chromatic Dragonspawn
 
Jzar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 158
File comments: 281
Uploads: 5
For anyone still using this, to make the hex color codes work again in patch 4.2, replace line 177 (as of r62) that said

Code:
row.name = ("%s%s%s|r"):format(select(4, GetItemQualityColor(quality)), count>1 and count.."x " or "", name)
with

Code:
row.name = ("%s%s%s|r"):format("|c" .. select(4, GetItemQualityColor(quality)), count>1 and count.."x " or "", name)
Report comment to moderator  
Reply With Quote
Unread 06-30-11, 03:53 PM  
Farmbuyer
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 36
Uploads: 1
Originally posted by Jzar with
Code:
row.name = ("%s%s%s|r"):format("|c" .. select(4, GetItemQualityColor(quality)), count>1 and count.."x " or "", name)
[/b]
Even better would be to use the strings that Blizzard already constructed. Future-proof and faster:

Code:
row.name = ("%s%s%s|r"):format(ITEM_QUALITY_COLORS[quality].hex, count>1 and count.."x " or "", name)
Report comment to moderator  
Reply With Quote
Unread 06-30-11, 06:01 PM  
Jzar
A Chromatic Dragonspawn
 
Jzar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 158
File comments: 281
Uploads: 5
Originally posted by Farmbuyer
Even better would be to use the strings that Blizzard already constructed. Future-proof and faster:

Code:
row.name = ("%s%s%s|r"):format(ITEM_QUALITY_COLORS[quality].hex, count>1 and count.."x " or "", name)
"Better" -- Yes, I'll agree with that wholeheartedly.

"Future-proof" -- I do not think this word means what you think it means. There is no "future-proof" when we're talking about Blizzard...

"Faster" -- All I had to do was look up GetItemQualityColor() on Wowpedia.org and read that they'd removed the leading "|c" and then patch it back in. Don't how you get much faster than that.
Report comment to moderator  
Reply With Quote
Unread 12-19-11, 03:43 PM  
twopro
A Defias Bandit

Forum posts: 3
File comments: 187
Uploads: 0
request

hey could you put "pass" option on the far right?


item need greed (item info) Pass

like that? cause when im doin old raids its easy to hit pass when i meant to hit greed or vise versa cause normaly my groups are fast pace. when you have like 8 items to select an option on and ect its tough to keep up a tank rotation and click mobs everywhere or tab and click the right option 100% of the time.


anyways otherwise great addon i love it
Report comment to moderator  
Reply With Quote
Unread 12-20-11, 04:33 AM  
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 161
Uploads: 7
Re: request

Originally Posted by twopro
hey could you put "pass" option on the far right?


item need greed (item info) Pass

like that? cause when im doin old raids its easy to hit pass when i meant to hit greed or vise versa cause normaly my groups are fast pace. when you have like 8 items to select an option on and ect its tough to keep up a tank rotation and click mobs everywhere or tab and click the right option 100% of the time.


anyways otherwise great addon i love it
Duly noted when I work on this again, thanks for the feedback and glad you like it =)
Report comment to moderator  
Reply With Quote
Unread 03-19-12, 01:26 PM  
H0PE
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 299
Uploads: 1
I'm ... not finding the options

Maybe I'm stupid but I couldn't figure out how to configure some xloot group aspects I wanted. In fact I don't see xloot group options at all.

I type:

/xloot group

I get unknown command

If I type:

/xloot options

Then I get options for:

-Behavior options
-Appearance
-Advanced options

-Xloot monitor
-Loot history
-Xloot Master

-Profile
-Enable
-About

What I'm looking for (badly since day one!) on this addon is this:
-Want to turn on to show all party/raid member's roll on the group frame for the appropriate item (its there, yes its working nicely)

AND (the missing party I'm not able to achieve):

IF I do my choice don't remove/fade the item's bar away, leave it there until EVERYONE in the party choosen n/g/de/p for the item OR the countdown expires.

I really really would appreciate the help how to set this up! I can't find such options (sorry if I'm just blind), or this isn't implemented at all?

I use xloot 0.91.6, because I see its a different version than xloot 1 and seems not working together with the other xloot addons, right?), xloot history, xloot group altogether.
Report comment to moderator  
Reply With Quote
Unread 03-20-12, 12:40 PM  
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 161
Uploads: 7
Re: I'm ... not finding the options

You can easily use the plugins (Monitor, Group, Master) with 1.0, you just need the Old Plugin Support addon. Options then come up under /oldxloot.

Unfortunately, if you AREN'T using the Group beta that I posted on Curse, I can't fathom why you wouldn't be getting options, and would suggest that you should try the beta as the easy solution. Except it won't have options, so, eh.

To summarize, if you want to use the old version, options SHOULD show up in /xloot options. The addon structure should be like this:
  • XLoot
    • XLoot Group
    • XLoot Monitor (Contains History)
    • [XLoot Master]
If you want to use the new version, you would use:
  • XLoot 1.0
  • XLoot Group (Curse beta)
  • XLoot (Old Plugin Support)
    • XLoot Monitor
    • [XLoot Master]
Originally Posted by H0PE
IF I do my choice don't remove/fade the item's bar away, leave it there until EVERYONE in the party choosen n/g/de/p for the item OR the countdown expires.
This is the next thing I'm working on with the Group beta. Keep a eye on it.
Last edited by Xuerian : 03-20-12 at 12:41 PM.
Report comment to moderator  
Reply With Quote
Unread 03-22-12, 12:47 PM  
H0PE
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 299
Uploads: 1
Re: Re: I'm ... not finding the options

OMG YES YES, MY WISH COMES TRUE! THANK YOU CANT WAIT!
/excited

Originally Posted by Xuerian
You can easily use the plugins (Monitor, Group, Master) with 1.0, you just need the Old Plugin Support addon. Options then come up under /oldxloot.

Unfortunately, if you AREN'T using the Group beta that I posted on Curse, I can't fathom why you wouldn't be getting options, and would suggest that you should try the beta as the easy solution. Except it won't have options, so, eh.

To summarize, if you want to use the old version, options SHOULD show up in /xloot options. The addon structure should be like this:
  • XLoot
    • XLoot Group
    • XLoot Monitor (Contains History)
    • [XLoot Master]
If you want to use the new version, you would use:
  • XLoot 1.0
  • XLoot Group (Curse beta)
  • XLoot (Old Plugin Support)
    • XLoot Monitor
    • [XLoot Master]
Originally Posted by H0PE
IF I do my choice don't remove/fade the item's bar away, leave it there until EVERYONE in the party choosen n/g/de/p for the item OR the countdown expires.
This is the next thing I'm working on with the Group beta. Keep a eye on it.
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 07:12 PM  
soulyouth
A Defias Bandit
 
soulyouth's Avatar

Forum posts: 2
File comments: 14
Uploads: 0
getting this logging in on 5.0.4

Code:
2x XLootGroup-z8-release-2-gf13d427\Libs\LibLootEvents\LibLootEvents.lua:103: Couldn"t find CVar named "showLootSpam"
<in C code>
XLootGroup-z8-release-2-gf13d427\Libs\LibLootEvents\LibLootEvents.lua:103: in main chunk

Locals:
lib = <table> {
 callbacks = <table> {}
 RegisterLootCallback = <func> @XLootGroup\Libs\..\LibLootEvents.lua:31
 RegisterGroupCallback = <func> @XLootGroup\Libs\..\LibLootEvents.lua:36
}
lootcb = <table> {}
groupcb = <table> {}
need_loot = false
need_group = false
current_pattern = nil
trigger_loot = <func> @XLootGroup\Libs\..\LibLootEvents.lua:42
activerolls = 0
trigger_group = <func> @XLootGroup\Libs\..\LibLootEvents.lua:49
temp_list = <table> {}
template = "local string_match = string.match
local emsg = "Please report this on XLootGroup's addon page"
return function(message)
	local inverted = [=[^%s$]=]
	local pcall_status, m1, m2, m3, m4, m5 = pcall(string_match, message, inverted)
	assert(pcall_status, emsg, message, inverted, m1)
	return %s
end"
invert_cache = <table> {}
match = <func> =[C]:-1
gsub = <func> =[C]:-1
insert = <func> =[C]:-1
extract = <func> @XLootGroup\Libs\..\LibLootEvents.lua:70
__________________
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 07:20 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 56
Originally Posted by soulyouth
getting this logging in on 5.0.4

Code:
2x XLootGroup-z8-release-2-gf13d427\Libs\LibLootEvents\LibLootEvents.lua:103: Couldn"t find CVar named "showLootSpam"
<in C code>
XLootGroup-z8-release-2-gf13d427\Libs\LibLootEvents\LibLootEvents.lua:103: in main chunk

Locals:
lib = <table> {
 callbacks = <table> {}
 RegisterLootCallback = <func> @XLootGroup\Libs\..\LibLootEvents.lua:31
 RegisterGroupCallback = <func> @XLootGroup\Libs\..\LibLootEvents.lua:36
}
lootcb = <table> {}
groupcb = <table> {}
need_loot = false
need_group = false
current_pattern = nil
trigger_loot = <func> @XLootGroup\Libs\..\LibLootEvents.lua:42
activerolls = 0
trigger_group = <func> @XLootGroup\Libs\..\LibLootEvents.lua:49
temp_list = <table> {}
template = "local string_match = string.match
local emsg = "Please report this on XLootGroup's addon page"
return function(message)
	local inverted = [=[^%s$]=]
	local pcall_status, m1, m2, m3, m4, m5 = pcall(string_match, message, inverted)
	assert(pcall_status, emsg, message, inverted, m1)
	return %s
end"
invert_cache = <table> {}
match = <func> =[C]:-1
gsub = <func> =[C]:-1
insert = <func> =[C]:-1
extract = <func> @XLootGroup\Libs\..\LibLootEvents.lua:70
You'll need to download the LibLootEvents alpha manually I'm afraid and replace it in the XLootGroup\Libs folder.
http://wow.curseforge.com/addons/liblootevents/files/
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 10:49 PM  
soulyouth
A Defias Bandit
 
soulyouth's Avatar

Forum posts: 2
File comments: 14
Uploads: 0
Originally Posted by Dridzt
You'll need to download the LibLootEvents alpha manually I'm afraid and replace it in the XLootGroup\Libs folder.
http://wow.curseforge.com/addons/liblootevents/files/
After doing that, now getting this, more libs I need to update ?

Code:
1x XLootGroup\XLootGroup-z8-release-2-gf13d427.lua:848: Cannot find a library instance of "LootEvents".
<in C code>
BugSack-r262\Libs\LibStub\Libstub.lua:38: in function "LibStub"
XLootGroup\XLootGroup-z8-release-2-gf13d427.lua:848: in function "f"
XLoot1.0-z30-release-3-g4bb19de\Libs\LibXProfile\LibXProfile.lua:8: in function <XLoot1.0\Libs\LibXProfile\LibXProfile.lua:5>
XLoot1.0-z30-release-3-g4bb19de\Libs\LibXProfile\LibXProfile.lua:160: in function <XLoot1.0\Libs\LibXProfile\LibXProfile.lua:124>

Locals:
self = <table> {
 NewLibrary = <func> @BugSack\Libs\LibStub\Libstub.lua:20
 minors = <table> {}
 minor = 2
 IterateLibraries = <func> @BugSack\Libs\LibStub\Libstub.lua:46
 GetLibrary = <func> @BugSack\Libs\LibStub\Libstub.lua:36
 libs = <table> {}
}
major = "LootEvents"
silent = nil
__________________
Last edited by soulyouth : 08-28-12 at 10:51 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: