Results: 374Comments by: code65536
File: Loot Log12/05/20
Is there a way to see only uncollec...
Posted By: code65536
Is there a way to see only uncollected items in the chat window? Not exactly, but you can set the chat mode to "Notable Loot (Personal)". With the option to flag uncollected items in chat (which is the default), then uncollected items looted by others will bypass the "personal" filter. This isn't quite show only uncollected, but it'...
File: LibMultiAccountSets11/30/20
This is a huge help for me as I hav...
Posted By: code65536
This is a huge help for me as I have 3 accounts I play all the time. But I also have a lot of storage accounts that I never actually play. I can't seem to fit them all in the 'Excluded Accounts' option box. Do I need to include the @ symbol? Without that I might be able to fit all the accounts I don't want tracked into the box....
File: Stunning11/30/20
Thanks; this is an interesting conc...
Posted By: code65536
Thanks; this is an interesting concept. One suggestion: Instead of setting AUDIO_SETTING_AUDIO_VOLUME to 0, you can just toggle AUDIO_SETTING_AUDIO_ENABLED. Since enabling/disabling the audio has no user-accessible UI setting (setting AUDIO_SETTING_AUDIO_VOLUME to 0 doesn't change AUDIO_SETTING_AUDIO_ENABLED), you won't have to bo...
File: Item Set Browser11/27/20
Regarding the search syntax: is the...
Posted By: code65536
Regarding the search syntax: is there a way I can e.g. search for "spell damage > 300"? No, there is not. Something like that would be rather complicated to implement, since it would require contextual understanding of text.
File: Advanced Filters - Updated11/23/20
For some reason the l...
Posted By: code65536
For some reason the last selected category is not being remembered when inventory is opened and closed. That's not related to advanced filters, but is one of the changes that they made to this morning's patch. Specifically, they added a new line of code that resets the layout every time an inventory window is clos...
File: DISCONTINUED: Account Collection Status for Set Item Tooltips11/18/20
Re: WONDERFUL!
Posted By: code65536
I would like to make one small request: options to choose known/unknown colors of our own selecting. I've added this to version 1.1.0 of LibMultiAccountSets (the setting is there rather than here because the tooltip text is generated by LMAS). The settings panel for LMAS requires LibAddonsMenu and can be accessed in the same wa...
File: Item Set Browser11/17/20
Re: Re: Re: Percentage of all sets
Posted By: code65536
I mean all the sets - not 2 of 7 but rather 500 of 10.000 (no idea how many pieces there are, but what I meant was a total :D) Hi! I love the new percentages next to the sets! :) Would it be possible to display a percentage or a number of total set pieces collected? Like "I have 5% of all set pieces in my collection"? 2 of 7...
File: Item Sets Summary Page Percentages11/11/20
You're making things more complicat...
Posted By: code65536
You're making things more complicated than it should be. function GetCollectionStatus( ) local collected = 0 local total = 0 local setId = GetNextItemSetCollectionId() while (setId) do local setSize = GetNumItemSetCollectionPieces(setId) if (setSize > 0) then collected = collected + GetNumItemSetCollectionSlotsUn...
File: Loot Log11/04/20
Heya, Can you please clarify wha...
Posted By: code65536
Heya, Can you please clarify what does "other accounts played from the same game installation" mean? Tx So let's say you have two accounts that you play on the same computer. In my case, this is my @code65536 account and my @code4096 account. If I loot someone on @code4096 and then I log onto the @code65536 and look at the l...
File: Set Collection Marker (Sticker Book)11/04/20
First, there are actually a lot of...
Posted By: code65536
First, there are actually a lot of exceptions, in the form of things that no longer drop, from discontinued sets like Relics of the Physician or item slots that were removed from loot tables (and are as a result not a part of the Item Set Collection system) such as Aegis Caller bows. The best approach here is to use IsItemLinkSetC...
File: Item Set Browser10/06/20
Now that set collections are a thin...
Posted By: code65536
Now that set collections are a thing in the next DLC I'm curious to know what the future direction of this addon will be? Given U28 essentially has a list of all sets and items in the game. ZOS is known for terrible UI and your addon provides clever search functionality. Is this addon going to shift into cleaner UI for set collect...
File: Loot Log09/07/20
Re: How can I access the config tool for this addon?
Posted By: code65536
Its not showing in the AddOns menu. Is it a command line or other third part? BTW this add is awesome. Thx in advance! You must have LibAddonMenu installed. This library is optional and Loot Log will function without it, but it is required if you want to access the settings this addon.
File: Event Collectibles09/02/20
The collectibles in this addon are...
Posted By: code65536
The collectibles in this addon are manually curated. A blind "automatic" mining of collectibles will turn up a lot of noise. Most collectibles are not tied to events, and some of those that are tied to event are never actually released in-game. There is no point in adding a future collectible to the list until it is actually acqu...
File: Urich's Skill Point Finder09/01/20
Here's an updated version of USPF:...
Posted By: code65536
Here's an updated version of USPF: http://eso.code65536.com/files/USPF-5.4.0.zip Changes since 5.3.0... Added support for Stone Garden and Castle Thorn Fixed typo with ZQTot that was breaking the Folium calculation Updated skill point exemptions (Rifu86) Updated German translation (Baertram) Fixed display of skill points f...
File: Loot Log08/30/20
Re: Refine, decon and mail
Posted By: code65536
Does it not log refinement and decon items and mail attachments? Those actions do not generate loot events.
File: Code's Combat Alerts07/18/20
Re: cloudrest
Posted By: code65536
is it just me or is the addon not help much in cloudrest? I wasn't getting alerts for bar swap, hoarfrost, orbs, portal spawn, creepers, any of the things you'd want alerts for. is this performing as intended or bugged? thanks Sunspire and Kyne's Aegis are the only two trials that CCA fully supports. For older trials, there is eit...
File: Loot Log06/24/20
Is it possible add a feature that w...
Posted By: code65536
Is it possible add a feature that when we click on the loot notifications in the chat box, it auto fill a whisper message that beg for the item e.g "you looted can i have it please?" That would make it much faster asking for loot instead of having to type the guys @name and a message to ask If you right-click a person's name in a...
File: Code's Combat Alerts06/22/20
not working in dungeons Which du...
Posted By: code65536
not working in dungeons Which dungeon?
File: Loot Log06/19/20
Re: Disable Boss Trophies and Busts
Posted By: code65536
Can you add an option to disable lootlog from displaying trophy and bust collectible drops every time you kill the end boss of a dungeon or trial. It clutters the actual loot from the final boss and because its also gold color i think i got something good. ---------- my favorite addon! Collectibles are already filtered out for other...
File: Item Set Browser06/17/20
Re: No keybind option
Posted By: code65536
I had problem finding where is the keybind. Maybe you should change the sentence : with It seems that things have been changed by Zenimax since the moment you wrote the notice and because both "keybinds" ('Standard Keybinds" and "Addon Keybinds") have a "User Interface" section it is easy to be lost. Thank you fo...
File: Item Set Browser06/06/20
Re: Re: Re: Re: Re: Error
Posted By: code65536
That's a problem with the Set Tracker addon and how it attempts to interact with this addon. It seems people have posted a workaround in that addon's comments section: https://www.esoui.com/downloads/info2291-SetTracker-UPDATED.html#comments I understand correctly? Either left ckick link, or right click call the context menu -...
File: Loot Log06/05/20
Re: Great addon, suggestion to add chat tab just for loot
Posted By: code65536
First off, great addon. Thank you so much for making this. One thing I wish I could have the option to do is make a tab in chat that was solely for the reporting of this addon but can exclude this addon's reports from general chat. Is it possible to do this? I find that the loot spams my chat so I miss things guildies are writing...
File: Item Set Browser06/04/20
Re: Re: Re: Error
Posted By: code65536
Link in chat with left mouse click dont work. How now linked sets in chat? It works fine for me. Could you elaborate? What happens when you left-click? Do you see an error message? If so, what is it? user:/AddOns/SetTracker/SetTracker.lua:2394: function expected instead of nil stack traceback: user:/AddOns/SetTracker/SetTracker...
File: Item Set Browser06/04/20
Re: Error
Posted By: code65536
Link in chat with left mouse click dont work. How now linked sets in chat? It works fine for me. Could you elaborate? What happens when you left-click? Do you see an error message? If so, what is it?
File: Crafted Potions05/27/20
The API changes in Update 26 from I...
Posted By: code65536
The API changes in Update 26 from ItemQuality to ItemDisplayQuality (and ItemFunctionalQuality) broke this addon. Here's an updated version of Crafted Potions with the necessary adjustments. Thanks! Any specific things that were broken that I can test this on? The main thing was that colors were not appearing in inventory/bank...