Results: 5Comments by: Kip
File: Wizard's Wardrobe06/21/24
Suggestion: Auto-Equip Dead Zone in the Lobby
Posted By: Kip
I really appreciate this addon! I'd like to suggest an auto-equip dead zone at the immediate entrance to each supported zone. Until you step out of the small dead zone, auto-equip shouldn't kick in. If my game crashes or I otherwise lose connection to the server in the middle of a boss fight, when I log back in, I'm placed at...
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.