Download
(11 Kb)
Download
Updated: 10/24/20 03:26 AM
Pictures
File Info
Compatibility:
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:10/24/20 03:26 AM
Created:02/20/17 10:48 PM
Monthly downloads:1,790
Total downloads:342,491
Favorites:217
MD5:
Group Loot Notifier  Popular! (More than 5000 hits)
Version: 2.17
by: Hoft [More]
This addon will display in the chat window the items that you and your group members have looted.

It is for people who just want a standalone no-frills group loot logging feature without any unwanted baggage. This is a tiny addon (a mere couple of kilobytes) with virtually zero footprint.

Group Loot Notifier will only show notable items: specifically, set items of any color quality, consumables or trophies of blue quality or better (e.g., motifs, recipes, and treasure maps), and any item of purple quality or better.

Slash command: /loot

See also:
Info Panel
Chat Tab Selector
Map Pins
Bandits Gear Manager
Bandits Loot Manager
Bandits Alchemy Helper
Bandits User Interface

2.17
- API update
- Added collected set items filter

2.16
- Update for LibAddonMenu-2.0 r31

2.15
- API update
- Added: Timestamps

2.14
- API update

2.13
- API update
- Bandits options menu compatibility

2.11
- API update
- Menu update

2.10
- Update API
- New Bandits UI menu style support

2.9
- Armor type fix
- New exceptions

2.8
- Update API
- Added jewelry quality filter
- Settings are resetted to defaults

2.7
- Motifs are now do not hides by "Filter in group"
- Russian localisation fix
- Added new exceptions to hide reward coffers

2.6
- Add-on menu is rebuilded
- Added: "Beg item" and "Offer item" options to items context menu
- Added: Filter for collectible items

1.5
- Options menu now more simple

1.4.3
- Added Bandits User Interface menu compatibility

1.4.2
- Updated API

1.4.1
- Group filters fix

1.4
- Added option to select target tab/tabs
- Added filter for set items

1.2.9
- Update API
- Name format

1.2.8
- Charged for Lightning staves
- Rebuilded menu and events
- Fixed Log button
- Options to disable UI elements
- Master veapons added to notable items

1.1.7
- Added: inventory space

1.1.6
- Update API
- Infused weapons added to notable items

1.1.5
- Infused Axes added to notable items
- Blue jewelry now in exceptions when auto filter is on
Archived Files (23)
File Name
Version
Size
Uploader
Date
2.16
10kB
Hoft
06/27/20 06:50 AM
2.15
10kB
Hoft
05/12/20 07:25 AM
2.14
10kB
Hoft
02/26/20 07:03 AM
2.13.2
10kB
Hoft
09/28/19 07:03 AM
2.13.1
10kB
Hoft
09/15/19 12:36 PM
2.13
10kB
Hoft
09/12/19 08:58 AM
2.11
10kB
Hoft
05/13/19 11:22 AM
2.10
10kB
Hoft
01/01/19 06:34 PM
2.9.1
10kB
Hoft
08/29/18 09:21 PM
2.8
10kB
Hoft
08/19/18 10:00 PM
2.7
10kB
Hoft
03/07/18 08:03 PM
2.6
10kB
Hoft
01/24/18 10:39 AM
1.5
9kB
Hoft
01/21/18 04:01 AM
1.4.3
9kB
Hoft
01/12/18 04:30 PM
1.4.2
9kB
Hoft
01/09/18 11:22 PM
1.4.1
9kB
Hoft
12/01/17 11:24 PM
1.4
9kB
Hoft
11/30/17 08:32 AM
1.2.9
9kB
Hoft
10/06/17 10:19 PM
1.2.8
9kB
Hoft
09/25/17 04:34 PM
1.1.7
8kB
Hoft
08/31/17 01:29 AM
1.1.6
8kB
Hoft
08/14/17 05:17 PM
1.1.5
8kB
Hoft
06/14/17 08:55 AM
1.1.3
10kB
Hoft
02/20/17 10:48 PM


Post A Reply Comment Options
Unread 02/26/20, 04:39 AM  
Pelikito

Forum posts: 0
File comments: 34
Uploads: 0
Originally Posted by thifi
Temporary fix below for Harrowstorm:

Originally Posted by vgabor
After todays update

Code:
2020-02-24T17:30:03.809Z |cff0000Lua Error: user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: function expected instead of nil
stack traceback:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: in function 'PostMsg'
<Locals> msg = "Loot:|t18:18:/esoui/art/icons/..." </Locals>
user:/AddOns/GroupLootNotifier/GLN_Main.lua:341: in function 'LogItem'
<Locals> itemName = "|H1:item:142437:362:50:0:0:0:0...", itemType = 2, quantity = 1, receivedBy = "", itemId = 142437, formattedRecipient = "You", formattedQuantity = "", formattedTrait = " |cFFFFFF(Infused)|r", formattedType = "|cFFFFFFMedium|r ", alert = "", ArmorType = 2, EquipType = 9, trash_jewelry = F, traitType = 16, traitName = "Infused", icon = "|t18:18:/esoui/art/icons/gear_...", msg = "|t18:18:/esoui/art/icons/gear_..." </Locals>
user:/AddOns/GroupLootNotifier/GLN_Main.lua:422: in function 'OnLootReceived'
<Locals> eventCode = 131189, receivedBy = "Gab Nerc^Mx", itemName = "|H0:item:142437:362:50:0:0:0:0...", quantity = 1, itemSound = 11, lootType = 1, self = T, isPickpocketLoot = F, questItemIcon = "", itemId = 142437, itemType = 2, specializedItemType = 300, itemQuality = 3, itemIsSet = T, itemIsConsumable = F, noTrait = F, itemIsKeyFragment = F, itemIsSpecial = F, UniqueIsOn = T </Locals>|r
As a very rudimentary and temporary fix, you can open GLN_Main.lua and do a search and replace in the file:

Find:
Code:
:OnChatEvent(nil,
Replace with
Code:
:AddEventMessageToContainer(
There should be 3 replacements in the file. This will work until the addon author provides a proper fix.
Thanks. Will try it out now
Report comment to moderator  
Reply With Quote
Unread 02/25/20, 06:13 PM  
thifi
 
thifi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 81
Uploads: 2
Temporary fix below for Harrowstorm:

Originally Posted by vgabor
After todays update

Code:
2020-02-24T17:30:03.809Z |cff0000Lua Error: user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: function expected instead of nil
stack traceback:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: in function 'PostMsg'
<Locals> msg = "Loot:|t18:18:/esoui/art/icons/..." </Locals>
user:/AddOns/GroupLootNotifier/GLN_Main.lua:341: in function 'LogItem'
<Locals> itemName = "|H1:item:142437:362:50:0:0:0:0...", itemType = 2, quantity = 1, receivedBy = "", itemId = 142437, formattedRecipient = "You", formattedQuantity = "", formattedTrait = " |cFFFFFF(Infused)|r", formattedType = "|cFFFFFFMedium|r ", alert = "", ArmorType = 2, EquipType = 9, trash_jewelry = F, traitType = 16, traitName = "Infused", icon = "|t18:18:/esoui/art/icons/gear_...", msg = "|t18:18:/esoui/art/icons/gear_..." </Locals>
user:/AddOns/GroupLootNotifier/GLN_Main.lua:422: in function 'OnLootReceived'
<Locals> eventCode = 131189, receivedBy = "Gab Nerc^Mx", itemName = "|H0:item:142437:362:50:0:0:0:0...", quantity = 1, itemSound = 11, lootType = 1, self = T, isPickpocketLoot = F, questItemIcon = "", itemId = 142437, itemType = 2, specializedItemType = 300, itemQuality = 3, itemIsSet = T, itemIsConsumable = F, noTrait = F, itemIsKeyFragment = F, itemIsSpecial = F, UniqueIsOn = T </Locals>|r
As a very rudimentary and temporary fix, you can open GLN_Main.lua and do a search and replace in the file:

Find:
Code:
:OnChatEvent(nil,
Replace with
Code:
:AddEventMessageToContainer(
There should be 3 replacements in the file. This will work until the addon author provides a proper fix.
Last edited by thifi : 02/25/20 at 06:14 PM.
Report comment to moderator  
Reply With Quote
Unread 02/25/20, 05:54 PM  
Pelikito

Forum posts: 0
File comments: 34
Uploads: 0
Originally Posted by contagrepolis01
Getting this error after last update:

Code:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: function expected instead of nil
stack traceback:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: in function 'PostMsg'
user:/AddOns/GroupLootNotifier/GLN_Main.lua:341: in function 'LogItem'
user:/AddOns/GroupLootNotifier/GLN_Main.lua:422: in function 'OnLootReceived
Can cofirm: Exactly the same error
Report comment to moderator  
Reply With Quote
Unread 02/25/20, 07:49 AM  
contagrepolis01

Forum posts: 0
File comments: 20
Uploads: 0
Getting this error after last update:

Code:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: function expected instead of nil
stack traceback:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: in function 'PostMsg'
user:/AddOns/GroupLootNotifier/GLN_Main.lua:341: in function 'LogItem'
user:/AddOns/GroupLootNotifier/GLN_Main.lua:422: in function 'OnLootReceived
Report comment to moderator  
Reply With Quote
Unread 02/25/20, 01:41 AM  
itsneiro

Forum posts: 0
File comments: 2
Uploads: 0
https://prnt.sc/r7992y after the update...
Report comment to moderator  
Reply With Quote
Unread 02/24/20, 11:34 AM  
vgabor

Forum posts: 1
File comments: 55
Uploads: 0
After todays update

Code:
2020-02-24T17:30:03.809Z |cff0000Lua Error: user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: function expected instead of nil
stack traceback:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:190: in function 'PostMsg'
<Locals> msg = "Loot:|t18:18:/esoui/art/icons/..." </Locals>
user:/AddOns/GroupLootNotifier/GLN_Main.lua:341: in function 'LogItem'
<Locals> itemName = "|H1:item:142437:362:50:0:0:0:0...", itemType = 2, quantity = 1, receivedBy = "", itemId = 142437, formattedRecipient = "You", formattedQuantity = "", formattedTrait = " |cFFFFFF(Infused)|r", formattedType = "|cFFFFFFMedium|r ", alert = "", ArmorType = 2, EquipType = 9, trash_jewelry = F, traitType = 16, traitName = "Infused", icon = "|t18:18:/esoui/art/icons/gear_...", msg = "|t18:18:/esoui/art/icons/gear_..." </Locals>
user:/AddOns/GroupLootNotifier/GLN_Main.lua:422: in function 'OnLootReceived'
<Locals> eventCode = 131189, receivedBy = "Gab Nerc^Mx", itemName = "|H0:item:142437:362:50:0:0:0:0...", quantity = 1, itemSound = 11, lootType = 1, self = T, isPickpocketLoot = F, questItemIcon = "", itemId = 142437, itemType = 2, specializedItemType = 300, itemQuality = 3, itemIsSet = T, itemIsConsumable = F, noTrait = F, itemIsKeyFragment = F, itemIsSpecial = F, UniqueIsOn = T </Locals>|r
Last edited by vgabor : 02/24/20 at 11:46 AM.
Report comment to moderator  
Reply With Quote
Unread 10/20/19, 07:57 PM  
GregariousJB

Forum posts: 0
File comments: 133
Uploads: 0
Originally Posted by Omenpapa
A nice addition would be to this addon if we could create a whitelist, where we could create a list of items we are looking for and the addon would notify us in case the searched item is dropped for a group member.
Wish List has this feature, but I agree. It would be nice to only need to use one loot-information addon, since Wish List doesn't display any other loot that isn't added to the list.
Last edited by GregariousJB : 10/20/19 at 07:58 PM.
Report comment to moderator  
Reply With Quote
Unread 10/20/19, 02:23 PM  
Omenpapa

Forum posts: 0
File comments: 43
Uploads: 0
A nice addition would be to this addon if we could create a whitelist, where we could create a list of items we are looking for and the addon would notify us in case the searched item is dropped for a group member.

Ex.: I set up false god, divine chest, boots and gloves.

Maybe another option that in case the item drops and we click to the name of the player who owns it in the chat, we could predefine a message ..something like "I would like to get XXX item from you. Willing to pay 5k", and that message would be sent to them.

Even if these features never go into the addon, I really appreciate your work, it's current version is a godsend and saves a lot of time right now too Good job.
Report comment to moderator  
Reply With Quote
Unread 10/01/19, 01:06 PM  
HowellQagan
 
HowellQagan's Avatar

Forum posts: 11
File comments: 437
Uploads: 0
Originally Posted by GregariousJB
Warning: Spoiler
You've just hit the chat message character limit, so the "corrupted link" has nothing to do with this addon.
Last edited by HowellQagan : 10/01/19 at 01:09 PM.
Report comment to moderator  
Reply With Quote
Unread 09/28/19, 11:38 AM  
GregariousJB

Forum posts: 0
File comments: 133
Uploads: 0
Originally Posted by Hoft
Originally Posted by GregariousJB
LUA error only seems to occur when "Jewelry Quality" is set to "Blue", and possibly others. Purple (default) = no error.
Thank you for your researches! Menu was fixed.
Awesome. Thank you for the fix.
Report comment to moderator  
Reply With Quote
Unread 09/28/19, 07:06 AM  
Hoft
 
Hoft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 1713
Uploads: 12
Originally Posted by GregariousJB
LUA error only seems to occur when "Jewelry Quality" is set to "Blue", and possibly others. Purple (default) = no error.
Thank you for your researches! Menu was fixed.
Report comment to moderator  
Reply With Quote
Unread 09/27/19, 01:04 AM  
GregariousJB

Forum posts: 0
File comments: 133
Uploads: 0
Ok, I think I have this narrowed down.

The below LUA error only seems to occur when "Jewelry Quality" is set to "Blue", and possibly others. Purple (default) = no error.

Report comment to moderator  
Reply With Quote
Unread 09/24/19, 01:18 PM  
GregariousJB

Forum posts: 0
File comments: 133
Uploads: 0
Code:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:262: operator < is not supported for number < string
stack traceback:
user:/AddOns/GroupLootNotifier/GLN_Main.lua:262: in function 'LogItem'
|caaaaaa<Locals> itemName = "|H0:item:110761:363:50:0:0:...", itemType = 2, quantity = 1, receivedBy = "", itemId = 110761, formattedRecipient = "You", formattedQuantity = "", formattedTrait = "", formattedType = "|cFFFFFFJewelry|r ", alert = "", ArmorType = 0, EquipType = 2, trash_jewelry = false, traitType = 22, traitName = "Arcane" </Locals>|r
user:/AddOns/GroupLootNotifier/GLN_Main.lua:422: in function 'OnLootReceived'
|caaaaaa<Locals> eventCode = 131191, receivedBy = "Has-A-Bucket^Mx", itemName = "|H0:item:110761:363:50:0:0:...", quantity = 1, itemSound = 14, lootType = 1, self = true, isPickpocketLoot = false, questItemIcon = "", itemId = 110761, itemType = 2, specializedItemType = 0, itemQuality = 4, itemIsSet = true, itemIsConsumable = false, noTrait = false, itemIsKeyFragment = false, itemIsSpecial = false, UniqueIsOn = false </Locals>|r
Got this after a user linked a handful of items in Group chat after completing Veteran Vaults of Madness.

This is what it looked like in-game:



I'm using pChat so I figured that was the issue, but that player said it corrupted on his as well.

Love this addon, though. Thank you for it.
Report comment to moderator  
Reply With Quote
Unread 09/15/19, 08:32 PM  
Hoft
 
Hoft's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 1713
Uploads: 12
Originally Posted by Alessondria
There's actually countless keybindings.
Number of saved keybindings are limited by ZoS.
Report comment to moderator  
Reply With Quote
Unread 09/15/19, 07:52 PM  
Alessondria

Forum posts: 0
File comments: 93
Uploads: 0
There's actually countless keybindings. You can do Shift + something, control & shift, Alt & control... pretty much every key times a large number of variants. So, no keybindings are not really 'limited.' Maybe you don't know that? Same thing on a controller you can use a few master keys to expand your control.

As far as omitting your own I just mean when it says [such n such loot] acquired by YOU. I would like to see a list of what everyone gets but not my own stuff because.... I can see that by just opening my inventory anyways. If I am running a dungeon to look and see if someone gets a certain set it would be nice to see a summary list without it telling me what I receive. Does that make more sense? I think a toggle to see what I get would be useful.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: