Results: 4Comments by: Kip
File: Auto Category - Revised06/19/22
Craft Station Fix
Posted By: Kip
I did some digging and the issue with craft station categories being ignored was introduced in the 3.0 rewrite. A quick-fix can be accomplished with the following edits: Hooks_Keyboard.lua Line 171 < local function runRulesOnEntry(itemEntry) --- > local function runRulesOnEntry(itemEntry, specialType) Line 180 <...
File: Auto Category - Revised06/17/22
Typo in v3.1
Posted By: Kip
There is a typo in version 3.1 which can be easily fixed - a variable is misspelled "baagID" instead of "bagID" AutoCategory_API.lua:109 < self.checkingItemLink = GetItemLink(baagId, slotIndex) --- > self.checkingItemLink = GetItemLink(bagId, slotIndex) After correcting that, my categories are working again.
File: Bandits User Interface01/01/19
Re: Jewelry Glyph of Disease Resist
Posted By: Kip
item description for the Glyph item for Jewelry "Disease Resistance" now says "Adds X Spell Critical Damage" instead of saying "Adds X Disease Resistance" Bandits User Interface does not changes items description. I tested with a clean copy of the add-on and saved variables. The incorrect description shows up when Misc options >...
File: Set Tracker11/04/18
Request: Sorting by Type
Posted By: Kip
Thanks for the great add-on! Would it be possible to have the set holdings sorted by type and weight? Having a consistent order and all the gloves or inferno staves in a row for example would make it a lot easier for me to see what I have and still need.