Download
(6 Kb)
Download
Updated: 03/13/24 05:03 AM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Updated:03/13/24 05:03 AM
Created:12/06/20 02:34 PM
Monthly downloads:203
Total downloads:5,180
Favorites:9
MD5:
Categories:Data Mods, Utility Mods
9.3.0
Monster Set Shoulder Collector  Popular! (More than 5000 hits)
Version: 1.4.5
by: Thepinja [More]
Adds several chat commands that display the amount of monster set shoulder pieces are currently in your collections and what the chance is you will unlock a new piece by opening each coffer. This allows you to spend your keys and Tel Var in the most efficient manner possible while completing your monster set collection.

Since the new cyrodiil sets can only be obtained from a single coffer as opposed to the imperial city and undaunted ones, I am not adding support as there is nothing to calculate.

Added commands are as follows:
/mssc : Displays most efficient 5 key and 1 key purchases along with the chance of unlocking a new set piece from each of those boxes
/msscmystery : Displays collected amounts for each mystery coffer and the chance of unlocking a new piece from each one
/msscmaj : Displays collected amounts for each coffer available from Maj and the chance of unlocking a new piece from each one
/mscglirion : Displays collected amounts for each coffer available from Glirion and the chance of unlocking a new piece from each one
/msscurgarlag : Displays collected amounts for each coffer available from Urgarlag and the chance of unlocking a new piece from each one
/msscimperial : Displays collected amounts for each coffer available from Imperial City and the chance of unlocking a new piece from each one
/msschelp : Displays help message to chatbox listing available commands

Needs LicChatMessage installed as a dependency
1.4.5 - Added monster sets introduced in the Scions of Ithela dlc

1.4.4 - Added monster sets introduced in the Scribes of Fate dlc

1.4.3 - Added monster sets introduced in the Lost Depths dlc

1.4.2 - High Isle API bump

1.4.1 - Added monster sets introduced in the Ascending Tide dlc

1.4.0 - Added monster sets introduced in the Waking Flame dlc
Added a dependency for LibChatMessage to prevent an issue where the printed data was being captured by some debugging addons. You will now need to have LiBChatMessage installed to use this addon

1.3.0 - Added support for Imperial City monster sets added in Blackwood via a new command, /msscimperial
Changed the addon name to 'Monster Set Shoulder Collector' to reflect it involving all monster sets, and not just the ones obtained from the Undaunted
Updated all existing command names from the usc prefix to mssc to accommodate the addons new name
1.2.0 - Added new monster sets from Flames of Ambition dlc
Updated text box commands to make them all shorter, refer to the addon page for new commands

1.1.1 - Updated the individual pledge giver commands to include their mystery coffer chances for both 1 and 5 keys
Removed some irrelevant code left over from the template and updated several comment

1.1.0 - Accidently didn't upload the file so no changes (First time updating and I'm tired)

1.0.0 - Release
Optional Files (0)


Archived Files (2)
File Name
Version
Size
Uploader
Date
1.4.4
6kB
Thepinja
03/13/23 08:52 AM
1.4.3
6kB
Thepinja
08/22/22 08:59 AM


Post A Reply Comment Options
Unread 08/24/21, 06:14 AM  
Thepinja
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Re: Text not showing up in chat

Originally Posted by Shayeta
Hello,
I installed this addon for the first time today and no matter which command I used nothing would get printed to chat.

After a couple of hours of digging I realized this is because I have DebugLogViewer installed. Using d("message") UndauntedShoulderCollector would send INFO logging events, DebugLogViewer would intercept and suppress them since by default it only shows WARN events and higher in its window.

I fixed this locally by modifying UndauntedShoulderCollector.lua so that it uses LibChatMessage instead of d() to print messages in chat.

If you have the time I would really appreciate it if you could add this feature. Here is my modified version of the main script for reference (tested, all commands work properly, I also went a bit overboard and shortened the messages for my own convenience ).

All in all, thank you so much for making this addon! Counting collected shoulders and calculating probabilities manually has gotten really annoying.
Thank you for letting me know about that, I did implement most of what you suggested so that shouldn't happen with DebugLogViewer or any other addon that might suppress debug statements.

LibChatMessage is used by a lot of other addons so I'd imagine most people would have it installed already which is why I don't mind adding it as a dependency, though I might revert it back if it does become an issue, at which point I'd suggest doing what Snow said and changing the debug viewer to not suppress output.
Report comment to moderator  
Reply With Quote
Unread 08/23/21, 10:14 AM  
Snow

Forum posts: 0
File comments: 66
Uploads: 0
Re: Text not showing up in chat

Originally Posted by Shayeta
Hello,
I installed this addon for the first time today and no matter which command I used nothing would get printed to chat.

After a couple of hours of digging I realized this is because I have DebugLogViewer installed. Using d("message") UndauntedShoulderCollector would send INFO logging events, DebugLogViewer would intercept and suppress them since by default it only shows WARN events and higher in its window.

I fixed this locally by modifying UndauntedShoulderCollector.lua so that it uses LibChatMessage instead of d() to print messages in chat.

If you have the time I would really appreciate it if you could add this feature. Here is my modified version of the main script for reference (tested, all commands work properly, I also went a bit overboard and shortened the messages for my own convenience ).

All in all, thank you so much for making this addon! Counting collected shoulders and calculating probabilities manually has gotten really annoying.
A simpler solution would have been to comment out line 76 in StartUp.lua of DebugLogViewer,
Warning: Spoiler
so that the block chat output feature of LibDebugLogger will not be enabled .
That was the first thing I did after installing DebugLogViewer and having no chat ouptput of a lot of addons.
Report comment to moderator  
Reply With Quote
Unread 08/20/21, 07:20 PM  
Shayeta

Forum posts: 0
File comments: 1
Uploads: 0
Text not showing up in chat

Hello,
I installed this addon for the first time today and no matter which command I used nothing would get printed to chat.

After a couple of hours of digging I realized this is because I have DebugLogViewer installed. Using d("message") UndauntedShoulderCollector would send INFO logging events, DebugLogViewer would intercept and suppress them since by default it only shows WARN events and higher in its window.

I fixed this locally by modifying UndauntedShoulderCollector.lua so that it uses LibChatMessage instead of d() to print messages in chat.

If you have the time I would really appreciate it if you could add this feature. Here is my modified version of the main script for reference (tested, all commands work properly, I also went a bit overboard and shortened the messages for my own convenience ).

All in all, thank you so much for making this addon! Counting collected shoulders and calculating probabilities manually has gotten really annoying.
Report comment to moderator  
Reply With Quote
Unread 12/25/20, 01:07 AM  
Onigar
 
Onigar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 361
Uploads: 4
Hi,
I looked at this again and now feel super dumb.
The NPC offering the shoulder style for 50 keys is the one where it has a chance to drop
I forgot ZOS added this purchase option.
Report comment to moderator  
Reply With Quote
Unread 12/24/20, 12:15 PM  
Thepinja
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Originally Posted by Onigar
Hi,
Thanks a lot for this addon.

I like this because with /uscshowmystery I can easily see my collection progress.

While the % chance value is interesting, for me it it not so important as eventually you will want to have all shoulders + weights in your collection.

For instance with Maj, I only have 1 shoulder missing so when I see this I would know to ONLY buy 1 box at a time

Feature Request:
If you would be looking to update this at some future date a very useful feature would be to indicate which of the 3 NPC's can drop the Shoulder Style Page.

Eventually players who do pledges will have all the shoulders.

So to use your collected keys you either wait for extra options in the NPC store during events or will want to buy mystery 1 key boxes giving the best chance of a shoulder style page or even the Harmony research jewelry both of which is saleable.

Thanks
The whole point of the addon is to help you get to 100% set completion, so I'm not sure what you would want done when you get to 100% complete. New pieces get added every 6 months to the Urgarlag coffer so this addon will never truly become irrelevant.
As for the style pages, aside form the undaunted event, the shoulders that drop can be seen fairly easily by looking in the crown store and seeing which arms pack is available. I don't know how you would change this addon to be able to tell you which style page is currently dropping asides form manually updating it every time the available style page is changed which isn't something I really want to do.
Fairly sure the harmony jewelery and trait stone has the same chance to drop from each mystery coffer, but if it's not then there is no way to know which one is best for that as ZoS don't release that drop information
Report comment to moderator  
Reply With Quote
Unread 12/17/20, 02:21 AM  
Onigar
 
Onigar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 361
Uploads: 4
Hi,
Thanks a lot for this addon.

I like this because with /uscshowmystery I can easily see my collection progress.

While the % chance value is interesting, for me it it not so important as eventually you will want to have all shoulders + weights in your collection.

For instance with Maj, I only have 1 shoulder missing so when I see this I would know to ONLY buy 1 box at a time

Feature Request:
If you would be looking to update this at some future date a very useful feature would be to indicate which of the 3 NPC's can drop the Shoulder Style Page.

Eventually players who do pledges will have all the shoulders.

So to use your collected keys you either wait for extra options in the NPC store during events or will want to buy mystery 1 key boxes giving the best chance of a shoulder style page or even the Harmony research jewelry both of which is saleable.

Thanks
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: