Download
(94 Kb)
Download
Updated: 03/11/24 05:01 PM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Endless Archive (9.2.5)
base-game patch (9.1.5)
Necrom (9.0.0)
Scribes of Fate (8.3.5)
Firesong (8.2.5)
Lost Depths (8.1.5)
High Isle (8.0.0)
Updated:03/11/24 05:01 PM
Created:03/13/19 07:00 PM
Monthly downloads:17,294
Total downloads:705,550
Favorites:340
MD5:
Categories:Plug-Ins & Patches, Bags, Bank, Inventory
9.3.0
Auto Category - Revised  Popular! (More than 5000 hits)
Version: 3.6.6
by: Shadowfen [More]
Depends on the following (separately installed) libraries: LibSFUtils, LibAddonMenu-2.0, LibMediaProvider-1.0, and LibDebugLogger

The following (separately installed) library is recommended (but not required): LibCharKnowledge


Auto Category adds categories to your inventory, bank, guild bank, craft bag, and crafting station screens. Fully customizable!

Features
  • Pre-defined rules and settings for beginners, download and use with no more settings required. Just that easy!
  • A nice header is added for each category. Get a clear view of your inventory.
  • Auto group for your set items without adding rules one by one.
  • Use pre-defined or your own rules, applying them to your backpack/bank/guild bank/craft bag/craft station/home storage, it will refresh categories immediately without reloading.
  • Fully customizable rules based on LUA, for advanced users you can categorize items as the way you want.
  • Rule checking to assist you in writing rules that can work.
  • Wiki documentation for learning to create rules.
  • [For Developers] Supports creation of separate plugin addons to integrate between other Addons and AutoCategory. See the new embedded Plugins files (FCOIS, Iakoni, ItemSaver, etc) for examples of simple and complex plugin integration.
  • Believed to auto integrate with all interfaces. Keyboard is fully supported. Gamepad supports most of them. (Gamepad with BetterUI is not supported.)

Integrates with the following addons:
Wiki:
https://github.com/Shadowfen/AutoCategory/wiki

Based on: RockingDice's Auto Category
3.6.6 (93):
  • Removed item type "spellcrafting_tablet" since it no longer seems to be supported by ZOS. If you use this in item() in your rule(s), it will fail.
  • Added a new item filter type "quest_quickslot" as a possible parameter for filtertype() since it has been added by ZOS. Don't really know what it does.
  • Updated required minimum versions of dependencies.

3.6.5 (92):
  • API bump.

3.6.4(91):
  • Fixed UI error relating to the loading of saved variables for a character that is using character-based rather than account-wide configuration. (Bug reported by Gork)
  • Added in new aliases for the old ismarked(), isfcoisprotected(), and isfcoisgear() FCOIS functions to be fco_ismarked(), fco_isprotected(), and fco_isgear(). Changed the default FCOIS/AC rules to use fco_ismarked() instead of ismarked(), etc. The old names of functions will still work, but may someday go away.

3.6.3(90):
  • Fixed "Collapse All" context menu option so that it collapses the categories in the inventory when selected. (Bug reported by ZoLatKam)

3.6.2(89):
  • Fixed addon settings so that you do not get a bunch of extra (possibly missing) categories listed in the Bag Settings categories drop down menu. This error was traced down to only occurring when you do not use Account-Wide - it added them anyway. (Reported most recently by Saint-Ange.)

3.6.1(88):
  • Removed debug message that was reporting "throwing away collapse status of ...". (Reported by Slane420). Sorry.

3.6(87):
  • Added an Appearance Setting for a new "Hidden Category Text Color" which allows you to choose what color that a category that was set as Hidden will be displayed as. This will make it readily apparent when you have turned Hidden ON for a category or for "ungrouped" which is where Others is listed as it will make the category name a different color from the non-hidden ones. (Hopefully, this will assist in telling the difference between addon bugs and unfortunate unintended settings.)
  • Modified the storage of collapsed categories in Saved Variables so that it takes up less space in the file.

3.5.2(86):
  • Possibly corrected a problem reported by Kiasmalyn regarding a UI error getting thrown in AddonMenu.lua.

3.5.1(85):
  • Corrected a problem with cannotdecon() that only affected players who do not have ESO+. For some reason, it just wasn't working properly.

3.5(84):
  • Increased the size of the rule definition edit box to 10 lines (up from 3).
  • New function cannotdecon(). This function will return true or false depending on if the item can be deconstructed or not. Examples of things that cannot be deconstructed are: jewelry acquired before the Summerset Chapter was released, companion gear, food, potions, etc. Obviously, this is most useful for a rule that picks out items to be deconstructed.
  • The function isinquickslot() has been fixed.
  • API bump for Necrom.

3.3(82):
  • Changed functions ck_isunknown() to work for characters in all accounts on the same computer for the current ESO server (NA, Europe, etc.). The ck_isunknown() and ck_isunknowncat() functions require you to have installed the LibCharacterKnowledge addon by @code65536.
  • Increased the available range of priority numbers for rules to 1-1000. This does not change the already assigned rule priorities, but you now have room to spread out your rules. Just note that if you have hundreds of rules, your inventory/bank access will be SLOW!
Added alternate names for several addon integration commands. Both the old and new commands are available and the new commands take the same parameters as the old ones:
  • * Old command getpricemm() - alternate command mm_getprice() - integration with MasterMerchant
    * Old command getpricettc() - alternate command ttc_getprice() - integration with Tamriel Trade Centre
    * Old command getamountttc() - alternate command ttc_getamount() - integration with Tamriel Trade Centre
The update to the ck_isunknow() function is particularly useful for this event as you can set up an "is unknown to your crafter toon" such as the following "ToMyCrafter" rule
Code:
ck_isknowncat() and not ck_isknown("My crafter toon name here")
to get a category "ToMyCrafter" with all of the recipes, furnishing recipes, and motifs in your current toon's inventory that your crafter does not know.

3.2.3(81):
  • API bump for Scribes of Fate.

3.2.2(80):
  • API bump for Firesong.

3.2.1(79):
  • Remove debug print statement that was accidentally left behind.

3.2(78):
  • New function istag() requested by BastionNtB. This function will allow you to match against one or more of the "Treasure Types" listed in the tooltip window for the item. This can help you to write rules to look for specific item types you need to acquire for some of the crow quests in Clockwork City.
    For instance, some of the Treasure Types you might see are:
    Artwork, Cosmetics, Dolls, Drinkware, Fishing Supplies, Games, Grooming Items, Musical Instruments, Oddities, Ritual Objects, Statues, Tools, Trifles and Ornaments, Wall Décor
    (If your client runs a language other than English you will see language-appropriate versions of the above.)
    You can create a rule to look for items that are games or dolls with the rule "istag('dolls','games')".
    The tags that you specify must exactly match the name of the tag type (except that upper-case is ignored). "grooming" will not match "grooming Items" because the second word is missing. Also, "Wall Decor" will not match "Wall Décor" (which has a UTF-8 character instead of a plain 'e').
    If you do not specify any tags to look for (just "istag()"), then the function will revert back to the istreasure() function's behaviour.
  • The additional companion jewelry traits "jewelry_quickened" and "jewelry_focused" have been added. The rest of the companion jewelry traits were already there.

3.1.7(77):
  • Fixed error message during handling of damaged rules.

3.1.6(76):
  • Repair a paste error in the French translations file.

3.1.5(75):
  • New French translations for text in AutoCategory provided by XXXspartiateXXX. Note that you may need to delete your saved variables for AutoCategory in order for the new translations to be used inside your rules.
  • Fixed visibility so that when changing inventory sorting such as sort by status, name, value or even add-on sorting like quality sort add-on, collapsed categories are hidden, only revealed back when collapsing another category. (Reported by Anntauri)

3.1.4(74):
  • Fix for a nil function call specific to using the Rag Picker.

3.1.3(73):
  • Fix for the handling of craftstation rules (contributed by Kip).

3.1.2(72):
  • Fixed broken isinquickslot() function so it works with the new quickslot system.
  • Fixed reported missing items when opening up a collapsed category.

3.1.1(71):
  • Fixed a typo (as identified by Kyp).

3.1(70):
  • New function armorybuild(). (Contributed by MA3o.) This function that categorizes items based on the armory builds set up for the current character. It mimics the AlphaGear integration in behaviour, but instead of grouping items that belong to a AlphaGear set, it groups items that belong to an armory build.

    As an example, if you had an armory build called "Testing", the rule
    Code:
    armorybuild("Testing")
    will group items that are used in this armory build in a category called "-Category name- (Testing)".
  • Prevent categories that have been hidden (per the bag settings) from being displayed anyway. Note that hiding a category does not disable the rule - it prevents items that match the rule from appearing in the inventory while that rule is applied to the bag. To disable a rule, remove it from the bag that you don't want it to be evaluated in.
  • Very minor speedup of most of the rule functions.

3.0.4(69):
  • Changed item count color to the same color as the rest of the category header. (Contributed by kueqvzzv.)
  • Prevent category headers with no items under them.
  • Code cleanup.


3.0.3(68):
  • Issue with the header collapse/uncollapse at the deconstruct stations and the Rag Picker is fixed. (Reported by IsharaMeradin, AlbertVonMoosseedorf, SamBF1991, and others)
  • Adding checking to gracefully complain about a rule that has an empty definition instead of just throwing an error. (reported by SerLoras)
  • Raised the minimum version for LibSFUtils that AutoCategory requires. (Thanks Saenic!)

3.0.2(67):
  • Fixed remaining issues with High Isle (at least on the PTS server since NA megaserver is still down).

3.0.1(66):
  • Comment out the Quickslots hook that was changed in High Isle until I can take a look at it.

3.0(65):
  • Major rewrite of rule processing to enable speed ups for guild bank handling - heavily based on the code contributed by Bwadrochit -. Thank you!
  • The problem with stacksize() == 200 should be fixed.
  • The empty New category is no longer reproducable.
  • API bump (High Isle)

2.37(64):
  • Fix the category headers in Giladil's deconstruction list so that they will expand and contract the categories properly.

2.36(63):
  • Add AutoCategory sorting to Giladil The Rag Picker's deconstruction screen.

2.35(62):
  • New function isunknowncollectible(). This function matches style pages, runeboxes and collectible fragments the user hasn't collected yet. Previously this was only possible with Unknown Tracker integration. Code provided by jkhsjdhjs.
  • API bump

2.34(61):
  • Added "armor_invigorating" to the list of traittypes that you can check for. It is actually an alias for the already existing "armor_prosperous" which the game used to use as a different trait type. When Zenimax removed the "prosperous" trait type and introduced the "invigorating" one, they did not actually change the internal name from ITEM_TRAIT_TYPE_ARMOR_PROSPEROUS to something that more accurately expressed what it now represents.

2.33(60):
  • Fixed traittype("ornate") so that it will work again.
  • Added ability for the integration with UnknownTracker to tell us when Style Pages are unknown.
  • In addition to adding style pages to the UnknownTracker Plugin function isunknown(), we have a New function isstyleunknown() specifically to look for style pages from UnknownTracker.
  • Fixed multiple errors in the new bulkmode code when running with GridList.
  • Keyboard-mode only. Added a "BulkMode" capability for an inventory manager addon to turn off AutoCategory sorting in the Guild Bank while moving items to or from the guild bank - thereby speeding up the process immensely. Your inventory manager addon will need to set and release BulkMode inside of the addon to temporarily disable guildbank sorting and categorizing. To start, the author needs to set that their addon has an optional dependency on AutoCategory
    Code:
    ## OptionalDependsOn: AutoCategory
    and then to turn on bulk mode:
    Code:
    	if AutoCategory then
    		AutoCategory.BulkMode = true
    	end
    before starting the automated guildbank management process. Once the process is done, the author then needs to reenable AutoCategory sorting and categorization with the following code.
    Code:
    	if AutoCategory and AutoCategory.BulkMode and AutoCategory.BulkMode == true then
    		AutoCategory.BulkMode = false
    		PLAYER_INVENTORY:UpdateList(INVENTORY_GUILD_BANK)
    	end
    (Note: If the author does not do this second part, the sorting and categorization that AutoCategory provides will be reenabled when the Guild Bank window is closed.)
  • Other performance enhancing changes.

2.32(59):
  • Reverting changes to previous working version while I work on the integration with GridList bug. This version is identical to previous 2.30 except the change in version number.

2.31(58):
  • Version changes removed.

2.30(57):
  • Enahncement to function ck_isknown() to accept an optional parameter specifying the character name in the same account who is your crafter and returns true or false if the item in question is marked as known by the specified character by CharacterKnowledge. If you do not specify a character name, then it assumes that you want ck_isknown() to use the current character. If you misspell your character name, or provide a character from a different account, it will ignore the parameter and assume you meant the current character.
    Exampe:
    Code:
        ck_isknowncat("recipe") and not ck_isknown("My Crafty Crafter")

2.29 (56):
  • New - Integration with CharacterKnowledge addon, requested by tralce.
  • New function ck_isknowncat() returns true or false if the item in question belongs to one of the categories recognized by CharacterKnowledge - "recipe", "plan", or "motif". You may specify one or more of these categories to restrict the membership you are looking for, or if you leave it empty then the function will check membership against any of the known categories.
  • New function ck_isknown() returns true or false if the item in question is marked as known for the current character (and server) by CharacterKnowledge. Note that this function will return false when tested against an item (such as a piece of armor, or a potion) that is not tracked by CharacterKnowledge. A recommended rule for checking unknowns would be
    Code:
        ck_isknowncat() and not ck_isknown()
    More specifically, you can look for unknown recipes only by the following:
    Code:
        ck_isknowncat("recipe") and not ck_isknown()

2.28 (55):
  • New - Spanish language translation courtesy of MasterZiggy.

2.27 (54):
  • New setting to change category names from "Set (God Gear)" to simply "God Gear" when using the autoset rule. The default setting (ON) is to behave as it always has before. Turning it off will enable the display of "God Gear" instead of the old "Set ( )". Note that changing this setting will change all of your collapsed categories back to expanded in your inventory because those are stored by name.
    Categories are usually named "rule name" or "rule name (sub-name)" when there is a sub-name provided. Typically the autoset(), the FCOIS plugin, and the AlphaGear plugins are known to provide sub-names. If a subname is not provided, then we always display the only the rule name as the category.
  • FCOIS users, this new setting will also affect category names for FCOIS rules (in particular the Dynamic rules.)
  • AlphaGear users, this new setting will also affect category names for AlphaGear rules.
  • ANNOYING CHANGE for Plugin authors: Where previously, you would append " (sub-name)" to the AutoCategory.AdditionCategoryName, now you should simply assign your subname to it (AutoCategory.AdditionCategoryName = subname). The AutoCategory addon will be responsible for putting the subname in parentheses as necessary for display.
  • Translations of:
    Code:
    	SI_AC_MENU_GS_CHECKBOX_SHOW_CATEGORY_SET_TITLE = "Show 'Set(name)' for autosets",
    	SI_AC_MENU_GS_CHECKBOX_SHOW_CATEGORY_SET_TITLE_TOOLTIP = "Show 'Set(name)' instead of 'name' in inventory for autosets",
    are requested for German, French, Russian, and Chinese to update the new strings for those languages


2.26 (53):
  • New function isinzone() returns true or false if the name of the item in question contains the name of the current zone. (Primarily useful for treasure maps and surveys!)
  • New function zone() returns the name of the current zone.
  • API bump.
Gamepad changes from Friday-the13-rus.
  • Fix for gamepad guild bank and updated gamepad inventory keybinds position to match vanilla inventory

2.25 (52):
  • Require minimum version of installed LibAddonMenu to be at least 32. Earlier versions break the user interface.

2.24 (51):
  • Implemented minor speedup suggested by Klingo. Thanks!
  • Update minimum versions of required libraries checked for.
  • API bump.

2.23 (50):
FCOItemSaver integration enhancements: (requested by Baertram)
  • New function isfcoisprotected() checks if the item is protected by FCOIS.
  • New function isfcoisgear() checks of the item is marked as gear in FCOIS.

2.22 (49):
  • New function getamountttc() to get the number of sales for the current item from TTC.

2.21 (48):
  • Put in a fix addressing the lag issue with banking.
  • Commented out the remains of the old (nonsupported) Inventory Grid View addon integration. For using a grid inventory view with AutoCategory, I recommend the GridList (https://www.esoui.com/downloads/info2341-GridList.html) addon.

2.20 (47):
  • Merged in code from @Saenic to turn on/off the display of the plus/minus to expand/condense individual categories within the inventory.
    The default setting is to have the display of plus/minus be ON (as it worked before).
  • Added the following new item trait types introduced with the companions:
    o armor:
    armor_aggressive, armor_augmented, armor_bolstered, armor_focused, armor_prolific, armor_quickened, armor_shattering, armor_soothing, armor_vigorous
    o jewelry:
    jewelry_aggressive, jewelry_augmented, jewelry_bolstered, jewelry_focused, jewelry_prolific, jewelry_quickened, jewelry_shattering, jewelry_soothing, jewelry_vigorous
    o weapon:
    weapon_aggressive, weapon_augmented, weapon_bolstered, weapon_focused, weapon_prolific, weapon_quickened, weapon_shattering, weapon_soothing, weapon_vigorous
  • Added the following item type (type): group_repair
  • Added the following specialized item types (sptype):
    collectible_style_page, container_currency, container_style_page, siege_lancer, trophy_dungeon_buff_ingredient
  • Removed the former item filter type (filtertype) reuse that was removed by ESO.

2.19 (46):
  • New function iscompaniononly() allows you to select companion gear.
  • New operand for filtertype(...) which now also allows you to specify companion as one of the filters.

2.18 (45):
  • Reworked rule matching to continue matching against other rules after a rule errors out. Previously it would stop trying to match and just toss everything after that item into "Others".
  • Rules that fail to run because of errors now send those errors to LibDebugLogger.
  • Fixed problem reported by RufusRedBeard that turning off a AutoCategory plugin addon would cause errors when the previously created plugin-reliant rule was evaluated anyway.

2.17 (44):
  • Reworked the inventory sorting to avoid errors with new Blackwood chapter.
  • API bump (Blackwood)

2.16 (43):
  • New function isreconstructed() allows you to select gear that has been reconstructed using the transmute station.
  • New function istransmuted() allows you to select gear that has had the trait changed using the transmute station.
  • New function isunbound() is a convenience function which is essentially equivalent to
    Code:
    not isbound()
    .
Gamepad changes from Friday-the13-rus.
  • Fixed assigning and removing item to quickslot using Extended Supplies Category.

2.15 (42):
From Friday-the13-rus.
  • Update 29 compatibility
  • Added gamepad Fence (sell and launder)
  • Fixed gamepad Buy back

2.14 (41):
From Friday-the13-rus. New gamepad functionality and fixes, and Russian language updates:
  • Fixed error when opening container if it on the first place
  • Fixed error when equipping poisons
  • Fixed situation when all items shown in poisons category
  • Added compare mode to "Extended" Supplies category (can compare current and equipped item).
  • Fixed sorting for bank
  • The addon categories are applying to all gamepad inventory categories
  • Added option to disable "Extended" Supplies category
  • Updated RU translation

About the gamepad "Extended Supplies":
"Extended" Supplies category is Supplies category that contains all items from inventory.
The gamepad settings for the addon contains 2 options: "Enable inventory support" and "Enable extended Supplies category".
If the first option disabled, the addon is not affect gamepad inventory at all.
If the first option enabled, the addon categories are applying to whole gamepad inventory.
If the second option disabled, gamepad inventory contains all default categories (Materials, Furnishings and Slottable items) and default Supplies category.
If the second option enabled, Supplies category transforms to "Extended" Supplies category. Materials, Furnishings and Slottable items categories are hiding.

2.13 (40):
  • Added a setting to Enable the new gamepad support introduced by 2.12. (The setting is OFF/DISABLED by default.)
  • Separated the gamepad and the keyboard hooks code into separate files.

2.12 (39):
  • New gamepad support. Code provided by Friday-the13-rus. I do not have a gamepad to be able to test with, so I have no idea how well it will work for you.

2.11.1 (38):
  • Modified function isnotcollected() so that it returns true if the gear is non-crafted set gear that is not collected. Returns false if the gear is not collectable set gear or it has already been collected.

2.11 (37):
Enhancement
  • New function iscollected() allows you to select set gear that you have already collected. Returns true if the gear is set gear that is collected. Returns false if the gear is not set gear or it has not yet been collected.
  • New function isnotcollected() allows you to select set gear that you have not yet collected. Returns true if the gear is set gear that is not collected. Returns false if the gear is not set get or it has already been collected.

2.10 (36):
  • API bump (Markarth).
  • Zenimax compatibility enum and function updates.

2.9 (35):
Enhancement
  • New value added for
    Code:
    type()
    : "container_currency" allows you to identify a container of transmute crystals. Requested (and code provided) by Drakhyr.

2.8 (33):
Enhancement
  • New function isinbackpack() allows you to check if items is in your backpack or is currently being worn. Requested by AlbertVonMoosseedorf. An example of use for this new function could be a "deconstruct inventory" to list things that you want to decon that ignores the items in the bank. For instance:
    Code:
    isinbackpack() and not ismonsterset() and traitstring("intricate","invigorating","training") and ((type("armor","weapon") and not isset()) or equiptype("head","shoulders"))

2.7.2 (32):
  • Corrected the text for Home Storage Chests in German thanks to report by AlbertVonMoosseedorf.

2.7.1 (31):
  • Parameter values "mythic" or "orange" for the function quality() now really does allow you to check if items are mythic quality. (Finally got a mythic item to test with!)

2.7 (30):
Enhancement
  • New parameter values "mythic" or "orange" for the function quality() allows you to check if items are mythic quality.

2.6 (29):
Enhancement
  • New function istreasure() allows you to check if items are considered Treasure (i.e. random junk that you can sell for good money).

2.5 (28):
  • Updated the ITEM_QUALITY_ values to correspond to the change to ITEM_DISPLAY_QUALITY_ values that was brought in by Greymoor.

2.4.6 (27):
  • API bump.

2.4.5 (26):
  • Added Russian language strings courtesy of Ckau.

2.4.4 (25):
  • Set up the character default settings to the same as the account-wide default settings.
  • Add in minimum version checking for UnknownTracker.
  • Removed version checking for a library that we don't even use.

2.4.3 (24):
  • Add in predefined rules for UnknownTracker integration plugin.

2.4.2 (23):
  • Remove annoying debug printout.

2.4.1 (22):
  • Fix problem with isunknown() returning false where none of the toons knew the item.
  • Fix addon version.

2.4 (21):
COLOR="MediumSlateBlue"]Enhancement[/color]
  • Now integrated with the Unknown Tracker Addon to allow you to write rules about if a recipe, motif, style page, furnishing recipes, or runeboxes are unknown to your character(s). Requires version 0.63 of the addon "Unknown Tracker" to be installed for this to work. (Thanks to kadeer for modifications to "Unknown Tracker" to allow this to work!)
  • New function isunknown() with zero or more strings to match knowledge of the recipe to the named characters (names are case sensitive). If you use isunknown() without any parameters, it will return true if the learnable item (recipe, etc) is unknown to ANY of your toons. If you use isunknown("me") with the special parameter "me" then it will return true if the learnable item is unknown to the toon that you are currently logged in on. Finally you can specify specific toon names as parameters so you can tell if the learnable item is unknown to your specific "crafter" toons. (Note that the options for Unknown Tracker to turn off displaying for specific types of items will also turn off AutoCategory's ability to detect them with this rule.)
  • New function isrecipeunknown() which does the same thing as isunknown() except only for food and drink provisioning recipes.
  • New function isfurnishingunknown() which does the same thing as isunknown() except only for furnishing recipes.
  • New function ismotifunknown() which does the same thing as isunknown() except only for motifs.
For those of you who are new to the Unknown Tracker addon, it will add lists of characters to the inventory item information boxes (tooltips) with colors distinguishing the toons who know if from the toons that do not know it. That cannot be turned off at this time. If you have another addon also doing that, it might be possible that the other addon will allow you to turn those off. In particular, ESO Master Recipe List will add character lists to the Recipes, and TraitBuddy will add them to motifs - and both can be turned off.

2.3.1 (20):
  • Set AddonVersion in manifest file.
  • Now checks dependent library versions (where possible) and will write error messages to LibDebugLogger to indicate when a dependent library is out-dated for the current version of AutoCategory. Messages can be viewed with the DebugLogViewer (recommended addon).

2.3 Changes:
COLOR="MediumSlateBlue"]Enhancement[/color]
  • Added an itemstyle() with one or more strings that are the names of motifs. This function will return true if the style of the item matches one of the names in the parameter list of itemstyle(...). Capitalization is ignored, but spelling of the motif name must be correct - to include spaces and punctuations marks - for instance "dro-m'athra" must include both the "-" and the "'", and "dark brotherhood" is two words separated by a space. (Note that with multi-word motif names, the rule checker will probably warn that it does not recognize the words after the first word of the name.)

2.2.2 Changes:
  • Added sort key conflict resolution by request of Mladen90.

2.2.1
  • Fix version to prevent being listed as "Out of Date".

2.2 Changes:
COLOR="MediumSlateBlue"]Enhancements[/color]
  • Added an charname() with one or more strings that are the names of your characters. This function will return true if the current character name matches one of the names in the parameter list of charname(...). This will allow you to write rules which apply to specific characters only.

2.1.1
  • API Bump

2.1 Changes:
Bug Fixes
  • Fixed problem with islockpick() not being recognized as a function. (reported by Amber1019)

Enhancements
  • Modified islockpick() so that it only gets lockpicks (lockpick tools) instead of lockpicks and repair kits (the "other" tools).
  • Added an ischarbound() to items that are marked as "Character Bound" in inventory. Note that items that match ischarbound() will also match isbound() since character bound is a type of binding. If you want bound that are not also character bound, you will need to specify "~ischarbound() and isbound()" for account bound items only.

2.0.5 Changes:
  • Fixed problem with getmaxtraits() returning one more than the number of traits on a crafted potion. (reported by TheMikrobe)
  • API bump

2.0.4 Changes:
  • Fixed bug that was causing bag categories that had been changed in priority or removed from the bag to be replaced or duplicated (with the original priority) if they were part of the default set. (reported by rhaeven and LeinadOrarogep)

2.0.3 Changes:
  • Fixed bug that was causing getpricettc() (reported by Ivo_ESO), getpricemm(), and alphagear() to not work in rules.

2.0.2 Changes:
  • Fixed minor bug in Bag Export.
  • Fixed bug in type() and sptype() where it was ignoring any arguments after the first one.

2.0.1 Changes:
  • Fixed loading bug in integration for SetTracker, TTC, and Master Merchant.

2.0 Changes:
Breaking Changes
  • Now requires the libraries LibSFUtils, LibAddonMenu-2.0, and LibMediaProvider-1.0 to be installed separately.
  • The SavedVariables for version 2.0 have changed formats from 1.37 in order to support multiple servers and character name changing. This means that 2.0 will not be able to read in your 1.37 category definitions. I recommend that you move your live\SavedVariables\AutoCategory.lua somewhere else (or print it) so that you can refer to your old rules to enter them back into the new AutoCategory.

Bug Fixes
  • Fixed error that prevented AutoCategory from working with the Quality Sort addon. (Thanks to Silvereyes for the corrected code.)
  • Included in the patch for Inventory Grid View integration by Provision to properly display the default icons for Ornate, Intricate, Research, etc. on the grid cells instead of next to them.

Enhancements
  • Elsweyr support.
  • Changed the AutoCategory settings page to try to make it easier to understand and use.
  • Created a wiki based on Rockingdice's which I have permissions to update. Updated and revised help content.
  • NEW: Added a "Check" button to the Add Category section so that you can test to see that your rule will compile properly when you write it. If it does not compile correctly, the area to the left of the Check button will show an error message to try to tell you what was wrong with it.
  • Added a "Hide ungrouped items" option to the Bag Settings which will turn on/off the display of inventory items which do not match any of the Categories which you have assigned to that particular bag. These are the items that are typically listed in "Other" (unless you've changed the name in the Appearance Setttings).
  • Modified iscrafted() so that it will return true for crafted potions or poisons so you can:
    type("poison","potion") and iscrafted()
  • Added the base ability to use some convenience items that are actually combinations of several base game items.
  • Added convenience items:
    Item Types (type):
    o enchanting_rune - this will match against enchanting_rune_aspect, enchanting_rune_essence, or enchanting_rune_potency
    Specialized Item Types (sptype):
    o glyph - this will match against glyph_armor, glyph_weapon, or glyph_jewelry
  • Added an islockpick() to detect lockpicks in inventory since, due to a Zenimax bug, lockpicks do not belong to type("lockpick").
  • Added some convenience values to traittype() that combines existing values:
    o intricate - this will match against armor_intricate, jewelry_intricate, or weapon_intricate
    o divines - this will match against armor_divines
    o infused - this will match against armor_infused, jewelry_infused, or weapon_infused
    o ornate - this will match against armor_ornate, jewelry_ornate, or weapon_ornate
    o nirnhoned - this will match against armor_nirnhoned, or weapon_nirnhoned
  • Added support for the development of addon integrations to AutoCategory as separate plugins. Rewrote three of the internally provided integrations (FCOIS, Iakoni, and ItemSaver) in the form that standalone plugin integrations would take to demonstrate how to register the plugin with AutoCategory, provide additional rule functions, predefined rules, and localization strings where necessary.

Predefined Rules
  • Changed the way that predefined rules are loaded so that they are always loaded first and then your customizations are loaded afterwards. This allows you to get new predefined rules automatically added as they come out with addon or plugin updates. It also means that if you accidentally delete a predefined rule, you can get it back by simply reloading ui.
  • Changed the way that predefined rules are loaded so that predefined rules for addon integrations such as FCOIS and Iakoni Gear Changer are only loaded when you have those particular addons installed. (Note that this applies when the addons are first installed - once the predefines get loaded once, they will get saved to your saved variables. Rules in SavedVariables are always loaded after that until they are deleted. A planned enhancement that did not make this version is to only save customized categories that are actually customized, since now predefines always get loaded.)
  • Added predefined rules for FCOIS dynamics 11-30 for when you are starting AutoCategory without preexisting saved variables.

Localization
  • Expanded the remaining alternative language files to include strings for the FCOIS dynamics 11-30.
  • Added additional localization strings for German from Baertram's git pull request.
  • Removed the alternative language files which were still in English. When we get translations, we can add them back with appropriate values.
  • Converted the way that language strings are defined to use the new LibSFUtils.LoadLanguage() function to load the particular language required (or the specified default if the client language is not available).

Internal (non-visible) Changes
  • Moved FCOIS integration into an included plugin file.
  • Moved ItemSaver integration into an included plugin file.
  • Moved GearChangerByIakoni integration into an included plugin file. Moved the GearChanger language strings into the plugin and load them separately using the AutoCategory.LoadLanguage() to supplement the existing string tables. While not strictly necessary, it acts as both a proof-of-concept and an example for how external plugins to AutoCategory can work.
  • Removed specific integration code for DoItAll addon as that integration was moved to the DoItAll addon instead of residing in AutoCategory (Baertram's pull request).
  • Adopted by Shadowfen after prolonged lack of response from the previous authors. Renamed to "AutoCategory - Revised".


1.37 Changes:
Released by Shadowfen
  • New filter function: getmaxtraits()
    When used with posions and potions, such as this rule:
    type("poison","potion") and getmaxtraits() <=2
    it can tell you which are crafted (i.e. having more than one trait).
    This new feature is courtesy of Tonyleila.
  • Updated the specialized item types. This adds:
    Specialized Item Types (sptype):
    o trophy_toy
    o holiday_writ

1.36 Changes:
Released by Shadowfen
  • Updated the item types, specialized types, filter types, and trait types lists with the latest values from Wrathstone. This adds:
    Item Types (type):
    o jewelry_booster
    o jewelry_material
    o jewelry_raw_booster
    o jewelry_raw_material
    o jewelry_raw_trait
    o jewelry_trait
    o recall_stone
    Specialized Item Types (sptype):
    o furnishing_attunable_crafting_station
    o furnishing_material_jewelry
    o recall_stone_keep
    o recipes_jewelry_sketch_furnishing
    o trophy_collectible_fragment
    o trophy_upgrade_fragment
    o weapon
    Filter Types (filtertype):
    o jewelry
    Trait Types (traittype):
    o jewelry_bloodthirsty
    o jewelry_harmony
    o jewelry_infused
    o jewelry_intricate
    o jewelry_protective
    o jewelry_swift
    o jewelry_triune

1.35 Changes:
Released by Shadowfen
  • Bumped API version for Wrathstone
  • LibStub and LibAddonMenu-2.0 must now be installed separately from AutoCategory.
  • Added support for FCOIS dynamics 11-30.
  • Merged in Provision's integration fixes for IGV.
  • Added jewelry crafting materials, raw materials and boosters for the sptype() check
  • Fixed a crash when a rule could not compile.

1.34 Changes:
  • Added itemname() to match items by name. Returns true if the item name contains any of the provided strings (case insensitive), e.g. itemname("Maelstrom", "Alkosh")


1.33 Changes:
  • Bumped API version for Murkmire.


1.32 Changes:
  • More huge performance improvements! Thanks again to Shadowfen who did all the work here. (Pre-compile rules as they are changed)
  • Replaced Set Tracker support function GetSetTrackerState() with IsTracked(). If you used the old function, you will need to update your rule (sorry). This was done to bring the usage inline with the way the other similar functions work. Usage, e.g.: IsTracked("Sell/Decon", "Collecting")


1.31 Changes:
  • Big performance increase (2x or better for me), thank you to Shadowfen for the code change suggestion!
  • Updated libraries


1.30 Changes:
  • Added French translation. Big thanks to Hasgaad!


1.29 Changes:
  • HOTFIX - resolve errors at merchant due to Wolfhunter API changes.


1.28 Changes:
  • Bumped API version for Wolfhunter.


1.27 Changes:
  • Bumped API version for Summerset.
  • Added support for jewelry crafting ingredients. Note: you will need to either create a new rule yourself, or reset AutoCategory to default settings to grab the new default rule.
    To create your own rule, use
    Lua Code:

    filtertype("jewelrycrafting")

    To reset to default settings: In the Auto Category add-on menu, use the Defaults button. Then use the /reloadui command. Important: this will remove any custom rules/settings you have defined.
  • New API function "IsMarkedIS()" - use to test whether an item is marked with Item Saver. Note that FCO ItemSaver users should continue to use "IsMarked()"


1.26 Changes:
  • New API function "islocked()" - use to test whether an item has been locked.


1.24 Changes:
  • Resolve circular dependency issue with DoItAll (requires matching update to DoItAll).



1.23 Changes:
  • Added Set Tracker support! Use "getsettrackerstate()" to retrieve the name of the Set Tracker category, if an item is tracked.
  • Added charlevel() and charcp() to pull current character level and CP. Can be used to compare item level to your character level with a custom rule. (Thanks to VulcanTourist)


1.22 Changes:
  • You can now define separate settings for your home storage chests (they will take their initial settings from your bank settings, but can be customized at will).


1.21 Changes:
  • Added support for home storage chests (big thanks to raj72616a). Currently, they will use the settings selected for your bank (no custom settings for home chests yet).
  • Bumped API version for Dragon Bones.
  • New maintainer (crafty35a).



1.19 Changes:
  • Fixed Localization.
  • New Feature: Collapsed/Expanded status can be saved now. You can turn it on in the general setting menu.


1.18 Changes:
  • Fixed Bug: IGV will show the last category correctly.
  • Fixed Bug: Items Count can be turned off permanently.
  • Fixed Bug: Quest Panel will not complain about lua error.


1.17 Changes:
  • Removed debug logs in destruct/improvement panel


1.16 Changes:
  • New Feature: Collapsible Category. You can now click the header to fold all items inside. Get an overall view of your inventory! Context Menu is available, you can collapse/expand all headers with one click.
  • New Feature: Hide-able Category. You can hide some categories to focus on the items you need to deal with. Also you can hide the items that are not matched in the 'Other' category. Can be set in bag setting menu.
  • New Feature: Items Count. You can get a total number about how many items inside the category. This can be turned off in the general setting menu.
  • Account Wide setting changed: You can switch account wide/character wide for each of your characters. (* Need to select again if you use character setting before, don't affect the bag settings)
  • Fixed bug: Removed duplicated rules in bag setting.
  • Fixed bug: German set names should be able to be matched now.
  • Changed api:keepresearch()
  • After a lot of tests, the api is not working fine. So I decided to make the api work more simple: It will match all the items can be researched. If you want better result, please use it with other api together. This is a basic idea to filter the item that is not part of a set and can be researched:
    Lua Code:

    keepresearch() and not isset()
  • New api:isset() api:ismonsterset()


1.15 Changes:
  • New feature: Category header's height is customizable!
  • New feature: You can change the name of ungrouped Category.
  • New feature: Added a message in chat when toggling the add-on's function, and a switch for it to turn on/off.
  • Fixed bug: Toggling in Inventory Grid View should not result a bad layout.
  • Fixed bug: Removed tag should not to be restored after relog.
  • New Add-ons Integrated!
    Do It All: You can now use it with AC together.
    Alpha Gear: Added a new api:alphagear
    Master Merchant: Added a new api:getpricemm
    Tamriel Trade Centre: Added a new api:getpricettc
  • New api:isinbank


1.14 Changes:
  • CwC is supported!
  • Fixed integration for Inventory Grid View(3.2).


1.13 Changes:
  • Fixed Bug: Setting for Craft Station is not working.
  • Added API:
    Code:

    getquality

    please see api:getquality
  • Updated localization for Chinese.


1.12 Changes:
  • New Function: Export to all bag settings. You can now replace all bag settings by one of them.
    Added API:
    Code:

    quality

    please see api:quality
  • Fixed Bug: Import from bag setting will incorrectly make settings be linked together.


1.11 Changes:
  • New bags supported: Guild Bank / Craft Bag / Craft Station for both keyboard and gamepad mode.
  • New function: Import from bag setting: you can import from a bag setting to replace current one. No need to create it from the beginning. Make backups by copying your AutoCategory.lua in SavedVariables folder!
  • New add-on supported: Quick Menu you can toggle Auto Category by Quick Menu to save a key binding, check it out!
  • Added API:
    Code:

    sellprice
    islearnable

    please see api:sellprice and api:islearnable for more info.


1.10 Changes:
  • Added custom names from FCO Item Saver
  • Added API:
    Code:

    armortype
    weapontype

    please see api:armortype and api:weapontype for more info.
  • Added deconstruct & improvement support for keyboard mode.


1.09 Changes:
  • Integrated FCO Item Saver
    Added API:
    Code:

    ismarked

    please see api reference and tutorial and examples for more info.
    Added Keybinding to toggle on/off.


1.08 Changes:
  • Fixed Category 'Trait/Style Gems' (If not changed, please try to restore to defaults)
  • Added Localization support.


1.07 Changes:
  • Fixed a rare issue of IGV integration.


1.06 Changes:
  • Fixed Quest tab issue.
  • Adjusted the height of header to the same as item row.
  • Added custom appearance of header text. You can set up them in the setting menu (or type /ac)


1.05 Changes:
  • Fixed multiple add-on compatible issue.
  • Fixed auto set name in different languages.
  • Added API:
    Code:

    iscrafted

    please see api reference and tutorial for more info.


1.04 Changes:
  • Added gamepad trade inventory support. Thanks @catsith105 for testing!


1.03 Changes:
  • Integrated with 'Inventory Grid View'
  • Added a tutorial button.
  • Added a wiki home page and tutorial page.


1.02 Changes:
  • Fixed banking issue with deposit/withdraw items.


1.01 Changes:
  • Updated lib: LibAddonMenu to r24
  • Refined Addon Setting Menu
Optional Files (0)


Archived Files (89)
File Name
Version
Size
Uploader
Date
3.6.5
94kB
Shadowfen
10/30/23 11:13 AM
3.6.4
95kB
Shadowfen
06/08/23 07:56 AM
3.6.3
94kB
Shadowfen
06/01/23 02:55 PM
3.6.2
94kB
Shadowfen
05/26/23 02:40 PM
3.6.1
93kB
Shadowfen
05/23/23 05:16 PM
3.6
93kB
Shadowfen
05/21/23 10:01 PM
3.5.2
93kB
Shadowfen
05/16/23 06:45 PM
3.5.1
93kB
Shadowfen
05/06/23 09:54 PM
3.5
93kB
Shadowfen
05/06/23 07:03 PM
3.3
92kB
Shadowfen
04/12/23 06:10 PM
3.2.3
92kB
Shadowfen
03/12/23 05:42 PM
3.2.2
92kB
Shadowfen
11/01/22 06:24 PM
3.2.1
1MB
Shadowfen
09/10/22 12:33 AM
3.2
92kB
Shadowfen
09/08/22 01:57 PM
3.1.7
91kB
Shadowfen
07/15/22 08:35 AM
3.1.6
91kB
Shadowfen
07/12/22 06:29 PM
3.1.5
91kB
Shadowfen
07/10/22 01:52 PM
3.1.4
90kB
Shadowfen
06/19/22 06:17 PM
3.1.3
90kB
Shadowfen
06/19/22 05:51 PM
3.1.2
90kB
Shadowfen
06/18/22 12:21 AM
3.1.1
90kB
Shadowfen
06/17/22 06:33 PM
3.1
90kB
Shadowfen
06/17/22 02:02 PM
3.0.4
89kB
Shadowfen
06/13/22 05:37 PM
3.0.3
90kB
Shadowfen
06/07/22 08:17 PM
3.0.2
90kB
Shadowfen
06/06/22 06:13 PM
3.0.1
90kB
Shadowfen
06/06/22 06:28 AM
3.0
90kB
Shadowfen
06/05/22 08:14 PM
2.37
85kB
Shadowfen
04/03/22 04:26 PM
2.36
85kB
Shadowfen
03/29/22 09:37 PM
2.35
85kB
Shadowfen
03/12/22 03:49 PM
2.35
85kB
Shadowfen
12/05/21 02:19 PM
2.32
83kB
Shadowfen
12/05/21 11:26 AM
2.31
84kB
Shadowfen
12/04/21 11:00 PM
2.30
83kB
Shadowfen
11/24/21 04:55 PM
2.30
83kB
Shadowfen
11/24/21 04:45 PM
2.29
83kB
Shadowfen
11/23/21 01:55 PM
2.28
82kB
Shadowfen
11/16/21 10:22 PM
2.27
79kB
Shadowfen
11/12/21 12:25 PM
2.26
82kB
Shadowfen
10/31/21 03:28 PM
2.25
77kB
Shadowfen
09/07/21 07:50 PM
2.24
77kB
Shadowfen
08/25/21 08:21 PM
2.23
79kB
Shadowfen
07/23/21 10:14 AM
2.22
77kB
Shadowfen
07/22/21 10:53 PM
2.21
80kB
Shadowfen
07/09/21 09:14 PM
2.20
82kB
Shadowfen
06/12/21 11:36 AM
2.20
82kB
Shadowfen
06/12/21 11:25 AM
2.19
84kB
Shadowfen
06/11/21 11:12 PM
2.18
84kB
Shadowfen
05/09/21 11:59 AM
2.17
84kB
Shadowfen
04/25/21 06:57 PM
2.16
81kB
Shadowfen
03/29/21 09:14 PM
2.15
80kB
Shadowfen
03/11/21 10:39 PM
2.14
79kB
Shadowfen
03/02/21 10:25 PM
2.13
78kB
Shadowfen
01/24/21 07:54 PM
2.12
853kB
Shadowfen
01/21/21 09:46 PM
2.11.1
75kB
Shadowfen
11/04/20 09:39 PM
2.11
75kB
Shadowfen
11/03/20 10:31 PM
2.10
75kB
Shadowfen
11/01/20 02:10 PM
2.9
74kB
Shadowfen
09/09/20 07:12 PM
2.8.1
74kB
Shadowfen
08/08/20 10:43 PM
2.8
74kB
Shadowfen
08/08/20 10:39 PM
2.7.2
74kB
Shadowfen
07/30/20 09:31 PM
2.7.1
74kB
Shadowfen
07/02/20 10:41 PM
2.7
74kB
Shadowfen
06/26/20 04:20 PM
2.7
719kB
Shadowfen
06/25/20 09:19 PM
2.6
74kB
Shadowfen
06/12/20 03:05 PM
2.5
74kB
Shadowfen
05/28/20 04:04 PM
2.4.5
74kB
Shadowfen
04/06/20 06:15 PM
2.4.4
70kB
Shadowfen
03/07/20 11:13 PM
2.4.3
70kB
Shadowfen
02/17/20 06:07 PM
2.4.2
70kB
Shadowfen
02/16/20 10:29 AM
2.4.1
70kB
Shadowfen
02/16/20 12:33 AM
2.4
70kB
Shadowfen
02/15/20 10:16 AM
2.3.1
67kB
Shadowfen
02/07/20 12:26 AM
2.3
66kB
Shadowfen
12/31/19 08:17 PM
2.2.2
66kB
Shadowfen
12/31/19 12:34 AM
2.2.1
66kB
Shadowfen
10/30/19 05:22 PM
2.2
66kB
Shadowfen
10/25/19 03:58 PM
2.1.1
66kB
Shadowfen
10/20/19 05:05 PM
2.1
66kB
Shadowfen
09/17/19 08:32 PM
2.0.5
65kB
Shadowfen
08/15/19 11:44 PM
2.0.4
65kB
Shadowfen
06/08/19 10:29 AM
2.0.3
65kB
Shadowfen
05/27/19 12:48 PM
2.0.2
74kB
Shadowfen
05/20/19 02:22 PM
2.0.2
64kB
Shadowfen
05/20/19 08:25 AM
2.0.1
78kB
Shadowfen
05/19/19 06:57 PM
2.0
77kB
Shadowfen
05/19/19 06:00 PM
1.37
72kB
Shadowfen
03/20/19 02:12 PM
1.36
71kB
Shadowfen
03/16/19 08:24 PM
1.35
71kB
Shadowfen
03/13/19 07:00 PM


Post A Reply Comment Options
Unread 02/27/24, 03:20 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 749
Uploads: 15
Re: Set grouping, Perfected AND Non-Perfected?

Originally Posted by Tazmyr
Shdowfen, thanks for carrying this addon forward!

Asking again since I think others would appreciate the answer and maybe even a solution:

Is there a way/rule to group all the perfected and non-perfected items in a given set together?
(I'd guess would need checking for "Perfected" in item's set name, stripping it out for purposes of grouping. Perhaps an option in the autoset() function?)
Thanks!
I'm not wildly fond of the idea of modifying autoset() for what would be an "English-only" search for "Perfected". If I could think of a more language-neutral method I would be happier about doing it.
Report comment to moderator  
Reply With Quote
Unread 02/27/24, 03:15 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 749
Uploads: 15
Re: Re: Items changing category when depositing

Originally Posted by Caprica's_Kirito
Originally Posted by Huphia
Hello, I am facing a weird bug. Whenever I try to deposit items to bank/ guild bank, some items change category and I mistakenly deposit some other item. Not sure what is causing this issue, anyone else have similar bug?

Edit: I figured out why this was happening, it's because some items were in both quickslots & consumables category. So, I deleted the quickslots category from bag, now it's not happening.
I see items popping in and out of categories constantly. like fish moving from the "Fish" category to the "Style Motif" category.
I usually see "Essence of Health" potions wandering around categories (intermitently). I'm trying to find the cause (or even make it happen more often so that I can then find the cause), but no luck so far.
Report comment to moderator  
Reply With Quote
Unread 02/27/24, 02:51 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 749
Uploads: 15
Re: How to sort Motifs

Originally Posted by Caprica's_Kirito
I would like to create a series of categories to sort motifs by their motif number (see image hosted by google at photos.app.goo.gl/Hzz6haCZoJS8rhPo6 for example). Am I not seeing the functionality that would allow this kind of rule? Or, does it not exist?
Sorry, but it does not exist.
Report comment to moderator  
Reply With Quote
Unread 02/21/24, 05:57 PM  
Caprica's_Kirito

Forum posts: 0
File comments: 2
Uploads: 0
How to sort Motifs

I would like to create a series of categories to sort motifs by their motif number (see image hosted by google at photos.app.goo.gl/Hzz6haCZoJS8rhPo6 for example). Am I not seeing the functionality that would allow this kind of rule? Or, does it not exist?
Report comment to moderator  
Reply With Quote
Unread 02/21/24, 05:46 PM  
Caprica's_Kirito

Forum posts: 0
File comments: 2
Uploads: 0
Re: Items changing category when depositing

Originally Posted by Huphia
Hello, I am facing a weird bug. Whenever I try to deposit items to bank/ guild bank, some items change category and I mistakenly deposit some other item. Not sure what is causing this issue, anyone else have similar bug?

Edit: I figured out why this was happening, it's because some items were in both quickslots & consumables category. So, I deleted the quickslots category from bag, now it's not happening.
I see items popping in and out of categories constantly. like fish moving from the "Fish" category to the "Style Motif" category.
Report comment to moderator  
Reply With Quote
Unread 02/14/24, 05:02 AM  
Huphia

Forum posts: 0
File comments: 5
Uploads: 0
Items changing category when depositing

Hello, I am facing a weird bug. Whenever I try to deposit items to bank/ guild bank, some items change category and I mistakenly deposit some other item. Not sure what is causing this issue, anyone else have similar bug?

Edit: I figured out why this was happening, it's because some items were in both quickslots & consumables category. So, I deleted the quickslots category from bag, now it's not happening.
Last edited by Huphia : 02/14/24 at 04:12 PM.
Report comment to moderator  
Reply With Quote
Unread 02/11/24, 02:40 PM  
Tazmyr
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 18
Uploads: 2
Set grouping, Perfected AND Non-Perfected?

Shdowfen, thanks for carrying this addon forward!

Asking again since I think others would appreciate the answer and maybe even a solution:

Is there a way/rule to group all the perfected and non-perfected items in a given set together?
(I'd guess would need checking for "Perfected" in item's set name, stripping it out for purposes of grouping. Perhaps an option in the autoset() function?)
Thanks!
Report comment to moderator  
Reply With Quote
Unread 02/07/24, 12:08 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 749
Uploads: 15
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Error with Auto Category

Originally Posted by Askedal
Originally Posted by Lambogini2469
Originally Posted by Askedal

Can you check if the AddOn "LibMediaProvider" is installed and maybe reinstall it (it has no saved variables).
THAT FIXED IT and also some other errors I was getting as well!!!!!!!!!
I'm glad I could help
Me too.
Report comment to moderator  
Reply With Quote
Unread 02/07/24, 01:59 AM  
Askedal

Forum posts: 9
File comments: 100
Uploads: 0
Re: Re: Re: Re: Re: Re: Re: Re: Re: Error with Auto Category

Originally Posted by Lambogini2469
Originally Posted by Askedal

Can you check if the AddOn "LibMediaProvider" is installed and maybe reinstall it (it has no saved variables).
THAT FIXED IT and also some other errors I was getting as well!!!!!!!!!
I'm glad I could help
Report comment to moderator  
Reply With Quote
Unread 02/07/24, 01:54 AM  
Lambogini2469

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: Re: Re: Re: Re: Re: Re: Error with Auto Category

Originally Posted by Askedal

Can you check if the AddOn "LibMediaProvider" is installed and maybe reinstall it (it has no saved variables).
THAT FIXED IT and also some other errors I was getting as well!!!!!!!!!
Report comment to moderator  
Reply With Quote
Unread 02/07/24, 01:15 AM  
Askedal

Forum posts: 9
File comments: 100
Uploads: 0
Re: Re: Re: Re: Re: Re: Re: Error with Auto Category

Originally Posted by Lambogini2469
Originally Posted by Shadowfen

Can you send me a copy of your saved variables file for AutoCategory? It is in "Elder Scrolls Online"\live\SavedVariables\AutoCategory.lua if you have a standard installation. I suspect that removing and allowing the addon to regenerate the saved variables will fix the problem, but it will also remove all of your categorization rules. I'd like to avoid that, but I don't know that I can do that quickly.
I never created any customizations; I was just using the defaults. Sent the file link in a Private Message. Based on your last response if I rename the file, it will rebuild the lua? I will try that.

It rebuilt the file, but I am still getting the exact same issue even with the rebuilt file.
Can you check if the AddOn "LibMediaProvider" is installed and maybe reinstall it (it has no saved variables).
Report comment to moderator  
Reply With Quote
Unread 02/06/24, 07:36 PM  
Lambogini2469

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: Re: Re: Re: Re: Error with Auto Category

Originally Posted by Shadowfen

Can you send me a copy of your saved variables file for AutoCategory? It is in "Elder Scrolls Online"\live\SavedVariables\AutoCategory.lua if you have a standard installation. I suspect that removing and allowing the addon to regenerate the saved variables will fix the problem, but it will also remove all of your categorization rules. I'd like to avoid that, but I don't know that I can do that quickly.
I never created any customizations; I was just using the defaults. Sent the file link in a Private Message. Based on your last response if I rename the file, it will rebuild the lua? I will try that.

It rebuilt the file, but I am still getting the exact same issue even with the rebuilt file.
Last edited by Lambogini2469 : 02/06/24 at 07:50 PM.
Report comment to moderator  
Reply With Quote
Unread 02/06/24, 07:19 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 749
Uploads: 15
Re: Re: Re: Re: Re: Error with Auto Category

Originally Posted by Lambogini2469
As another point, when looking in the Settings > Add Ons section the mod is not showing up on the list either from in-game.
Can you send me a copy of your saved variables file for AutoCategory? It is in "Elder Scrolls Online"\live\SavedVariables\AutoCategory.lua if you have a standard installation. I suspect that removing and allowing the addon to regenerate the saved variables will fix the problem, but it will also remove all of your categorization rules. I'd like to avoid that, but I don't know that I can do that quickly.
Last edited by Shadowfen : 02/06/24 at 07:20 PM.
Report comment to moderator  
Reply With Quote
Unread 02/06/24, 10:58 AM  
Lambogini2469

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: Re: Re: Error with Auto Category

Originally Posted by Shadowfen
Originally Posted by Lambogini2469
Originally Posted by Shadowfen
Originally Posted by Lambogini2469
Getting the following errors:
user:/AddOns/AutoCategory/AddonMenu.lua:1261: attempt to index a nil value
stack traceback:
user:/AddOns/AutoCategory/AddonMenu.lua:1261: in function 'AutoCategory.AddonMenuInit'
user:/AddOns/AutoCategory/AutoCategory.lua:595: in function 'AutoCategory.LazyInit'
user:/AddOns/AutoCategory/AutoCategory.lua:636: in function 'AutoCategory.onLoad'
Which server were you running on when you got this? PTS, NA, EU, other?
Are you running with a keyboard or a gamepad?
Was this a new install of AutoCategory - Revised, or has it been running for a while correctly before finally throwing this error?
Server: NA
Keyboard
It has been running fine before it just started to get the error. Using the /ac command in chat does not open the configuration menu.
Thanks for the additional info. /ac would not work because that is where the error is coming from - the AC settings page. I will look into it and try to reproduce.
As another point, when looking in the Settings > Add Ons section the mod is not showing up on the list either from in-game.
Report comment to moderator  
Reply With Quote
Unread 02/05/24, 10:39 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 749
Uploads: 15
Re: Re: Re: Error with Auto Category

Originally Posted by Lambogini2469
Originally Posted by Shadowfen
Originally Posted by Lambogini2469
Getting the following errors:
user:/AddOns/AutoCategory/AddonMenu.lua:1261: attempt to index a nil value
stack traceback:
user:/AddOns/AutoCategory/AddonMenu.lua:1261: in function 'AutoCategory.AddonMenuInit'
user:/AddOns/AutoCategory/AutoCategory.lua:595: in function 'AutoCategory.LazyInit'
user:/AddOns/AutoCategory/AutoCategory.lua:636: in function 'AutoCategory.onLoad'
Which server were you running on when you got this? PTS, NA, EU, other?
Are you running with a keyboard or a gamepad?
Was this a new install of AutoCategory - Revised, or has it been running for a while correctly before finally throwing this error?
Server: NA
Keyboard
It has been running fine before it just started to get the error. Using the /ac command in chat does not open the configuration menu.
Thanks for the additional info. /ac would not work because that is where the error is coming from - the AC settings page. I will look into it and try to reproduce.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: