Download
(11 Kb)
Download
Updated: 03/17/24 05:55 PM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Updated:03/17/24 05:55 PM
Created:10/21/20 08:52 PM
Monthly downloads:4,211
Total downloads:83,387
Favorites:40
MD5:
9.3.0
Item Set Collection Tracker  Popular! (More than 5000 hits)
Version: 0.4.1
by: zelenin [More]
Addon utilising new ESO feature - item set collections / sticker book.

Item Set Collection Tracker adds:
  • inventory icon
  • guild store icon
  • trade window icon
  • chat icon
  • loot notifications
  • overall progress bar
  • autobind option
  • native ui fixes
  • slash commands /post-items, /isct-post for posting of bind-on-pickup items in dungeons to group chat
for uncollected items.

Dependencies:
0.4.1:
- small fixes

0.4.0:
- added notification settings

0.3.9:
- a fix that prevents the binding of identical items that appeared in the inventory at the same time
- checking for item lock when posting to the chat

0.3.8:
- drop outdated stuff

0.3.7:
- added binding notification

0.3.6:
- added UI enhancements setting

0.3.5:
- API version bump

0.3.4:
- added /full-post-items (don't use settings filters)

0.3.1-0.3.3:
- auto binding fix (IsItemLinkSetCollectionPiece returns false for some new items)

0.3.0:
- new setting: the ability to choose a postable loot

0.2.4:
- need LibUnitTracker 0.1.0

0.2.3:
- hotfix

0.2.2:
- item link fix

0.2.1:
- slash commands typos

0.2.0:
- added slash commands /post-items, /isct-post

0.1.0:
- added chat icon option
- percents to all native ui progress bars

0.0.9:
- add auto bind option (binds new items in the inventory)

0.0.8:
- remove AGS integration (AGS has own filter now)
- remove chat tag

0.0.7:
- add full progress bar to native UI

0.0.6:
- add icon to chat message
- command /item-set-collection-tracker count

0.0.5:
- add icons to trade window

0.0.4:
- add AwesomeGuildStore integration

0.0.3:
- deconstruction panel fix

0.0.2:
- remove unused code causing the error

0.0.1:
- initial release
Archived Files (26)
File Name
Version
Size
Uploader
Date
0.4.0
11kB
zelenin
09/20/22 02:57 AM
0.3.9
11kB
zelenin
03/17/22 08:43 AM
0.3.8
11kB
zelenin
03/15/22 02:08 AM
0.3.7
13kB
zelenin
11/03/21 07:40 PM
0.3.6
12kB
zelenin
07/22/21 07:24 AM
0.3.5
12kB
zelenin
07/21/21 03:53 PM
0.3.4
12kB
zelenin
06/09/21 03:48 PM
0.3.3
12kB
zelenin
06/02/21 07:48 PM
0.3.2
12kB
zelenin
06/02/21 12:33 PM
0.3.1
12kB
zelenin
06/02/21 02:52 AM
0.3.0
12kB
zelenin
05/07/21 10:23 AM
0.2.4
12kB
zelenin
02/02/21 04:36 AM
0.2.3
12kB
zelenin
01/23/21 06:33 PM
0.2.2
11kB
zelenin
01/23/21 04:34 AM
0.2.1
10kB
zelenin
01/19/21 04:11 PM
0.2.0
10kB
zelenin
01/19/21 07:12 AM
0.1.0
9kB
zelenin
11/26/20 08:08 PM
0.0.9
9kB
zelenin
11/19/20 06:53 PM
0.0.8
8kB
zelenin
11/17/20 03:25 PM
0.0.7
8kB
zelenin
11/11/20 11:00 AM
0.0.6
7kB
zelenin
11/05/20 03:01 PM
0.0.5
5kB
zelenin
11/04/20 03:47 PM
0.0.4
5kB
zelenin
11/04/20 12:05 AM
0.0.3
4kB
zelenin
11/02/20 02:59 PM
0.0.2
4kB
zelenin
10/25/20 11:55 PM
0.0.1
4kB
zelenin
10/21/20 08:52 PM


Post A Reply Comment Options
Unread 03/24/24, 06:42 AM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 559
Uploads: 0
Originally Posted by Neverlands
Hello zelenin,


I use the new option "Show item set info" turned off.
When an item gets bound the set info is still displayed - is that intended?

The following chnage made the option/setting work for me.


ItemSetCollectionTracker.lua line 65


change


Lua Code:
  1. self:addMessage(table.concat(messageParts, " "))


to


Lua Code:
  1. if self.settings.data.notificationsSetInfo then
  2.                 self:addMessage(table.concat(messageParts, " "))
  3.             end
Report comment to moderator  
Reply With Quote
Unread 02/04/24, 05:01 PM  
GlandePas

Forum posts: 0
File comments: 6
Uploads: 0
Would be nice to have a configurable keybind to toggle auto-bind on/off. And a retry when binding fails for some reason? Since there’s 2 notifications (item looted, item bound) I guess this wouldn’t be too hard? Can contribute.
Last edited by GlandePas : 02/05/24 at 06:04 PM.
Report comment to moderator  
Reply With Quote
Unread 11/17/22, 06:24 PM  
Wallaby

Forum posts: 0
File comments: 32
Uploads: 0
auto bind not working on all items.

I noticed that some items do not auto bind. there marked as I don't have them but no auto bind.
1 for sure i know is the Venomous Lightning Staff.
Report comment to moderator  
Reply With Quote
Unread 09/21/22, 04:20 PM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 559
Uploads: 0
Hello zelenin,


I use the new option "Show item set info" turned off.
When an item gets bound the set info is still displayed - is that intended?
Report comment to moderator  
Reply With Quote
Unread 09/20/22, 12:50 PM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 559
Uploads: 0
Originally Posted by zelenin
Originally Posted by Neverlands
Hello,


thanks for your great addon
Would it be possible to get an option to only post unknown items lootet by yourself to the chat, not those of the group members?
And another option to get just the item information without the the whole set information.
done
Wow - thank you very much
Report comment to moderator  
Reply With Quote
Unread 09/20/22, 02:58 AM  
zelenin
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 192
Uploads: 12
Originally Posted by Neverlands
Hello,


thanks for your great addon
Would it be possible to get an option to only post unknown items lootet by yourself to the chat, not those of the group members?
And another option to get just the item information without the the whole set information.
done
Report comment to moderator  
Reply With Quote
Unread 09/18/22, 04:06 PM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 559
Uploads: 0
Hello,


thanks for your great addon
Would it be possible to get an option to only post unknown items lootet by yourself to the chat, not those of the group members?
And another option to get just the item information without the the whole set information.
Report comment to moderator  
Reply With Quote
Unread 06/12/22, 05:19 PM  
HSBS_User
 
HSBS_User's Avatar

Forum posts: 8
File comments: 30
Uploads: 0
Thanks for this addon. If you use "Perfectpixel" it will place the total set completion bar over the panel reskin from perfect pixel. Said bar can be moved via x/y values in the UI.xml
Report comment to moderator  
Reply With Quote
Unread 05/20/22, 06:28 AM  
aovannor
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 20
Uploads: 1
Great addon that includes the autobind feature too.

Any chance of being able to change the color of the chat icon in a future update?
Report comment to moderator  
Reply With Quote
Unread 03/24/22, 10:20 AM  
Imposed

Forum posts: 0
File comments: 4
Uploads: 0
Need help understanding the addon settings options

Can I get a more specific explenation for what these options do?

https://imgur.com/a/AhUimcW

Thanks!
Report comment to moderator  
Reply With Quote
Unread 10/15/21, 08:39 AM  
zelenin
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 192
Uploads: 12
Originally Posted by Rhaevyn
When in game, looking at my addons this one is not ticked. The game shuts it off. Help?
https://forums.elderscrollsonline.co...-fix-in-thread
https://www.esoui.com/forums/showthread.php?t=9459
Report comment to moderator  
Reply With Quote
Unread 10/14/21, 09:17 PM  
Rhaevyn
 
Rhaevyn's Avatar

Forum posts: 0
File comments: 19
Uploads: 0
When in game, looking at my addons this one is not ticked. The game shuts it off. Help?
Report comment to moderator  
Reply With Quote
Unread 07/22/21, 08:08 AM  
zelenin
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 192
Uploads: 12
Re: Overall progress bar

Originally Posted by ChefPanda
Make an option to turn off overall progress bar as for me its just SMACKED right into the middle of the sets and its really bugging me https://imgur.com/a/YvEuHt3
done
Report comment to moderator  
Reply With Quote
Unread 07/21/21, 04:23 PM  
ChefPanda

Forum posts: 0
File comments: 1
Uploads: 0
Overall progress bar

Make an option to turn off overall progress bar as for me its just SMACKED right into the middle of the sets and its really bugging me https://imgur.com/a/YvEuHt3
Last edited by ChefPanda : 07/21/21 at 04:25 PM.
Report comment to moderator  
Reply With Quote
Unread 06/06/21, 08:30 PM  
Amixiam

Forum posts: 0
File comments: 6
Uploads: 0
Controller UI

Does this addon support the controller UI? I've been trying to use it and get an error when I go into collections/sets.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: