Results: 766Comments by: Shadowfen
File: rChat08/02/23
There's a typo in SaveTabsCategorie...
Posted By: Shadowfen
There's a typo in SaveTabsCategories() at rChat.lua:2216 local localPlayer = GetUnitName("player") if not db.chatConfSync then d("No chatConfSync for "..tostring(localplayer)) return end It should be localPlayer instead of localplayer, so the check always fails (and the message prints nil instead of the player name)....
File: Auto Category - Revised07/29/23
Shadowfen, I really appreciate a...
Posted By: Shadowfen
Shadowfen, I really appreciate all your hard work on, and the time you've put into, this mod! Thank you! :D Would it possible to add an option to prevent FCOIS integration? Asking because I keep having an issue where the following is true: No Lua error is generated FCOIS Dynamic 9 is disabled in the mod's options FCOI...
File: rChat07/28/23
Re: Re: Error message while selecting default active tab
Posted By: Shadowfen
DakJaniels' fix for the default active tab is correct. Thank you. I have a new version (1.34) coming out shortly with his fix. While selecting the default active tab, I get an error 3892E188 : user:/AddOns/rChat/rChat.lua:2993: attempt to index a nil value stack traceback: user:/AddOns/rChat/rChat.lua:2993: in function 'setF...
File: Auto Category - Revised06/17/23
Re: Re: Re: isinbackpack not working
Posted By: Shadowfen
I am trying to use isinbackpack() in the Bank bag and have it set as the highest priority category and nothing matches even though I can mouse-over items and see them in my possession. The Bank Bag is evaluated against items that you are looking at that are in the bank. isinbackpack() is mostly useful for those inventory lists whi...
File: Auto Category - Revised06/17/23
Re: Categories bugged to not show their items
Posted By: Shadowfen
Since a few days ago, I've had a bug with this addon where randomly one or more categories will just not show their items in any inventory screen. Collapsing and re-opening the category does nothing. Reloading UI does nothing. Reinstalling the addon does nothing. The only way for me to be able to access those inventory items is to di...
File: Auto Category - Revised06/14/23
Re: Re: Re: code doesnt work?
Posted By: Shadowfen
I've tried to make a category for weapons and armor that has the trait training but noone works. type("armor", "weapon") and traittype("training") X (traittype("training") and (type("armor") or type("weapon"))) X traittype("training") and (equipType() == ARMORTYPE_HEAD or equipType() == ARMORTYPE_SHOULDERS or equipType() ==...
File: Auto Category - Revised06/13/23
Re: code doesnt work?
Posted By: Shadowfen
I've tried to make a category for weapons and armor that has the trait training but noone works. type("armor", "weapon") and traittype("training") X (traittype("training") and (type("armor") or type("weapon"))) X traittype("training") and (equipType() == ARMORTYPE_HEAD or equipType() == ARMORTYPE_SHOULDERS or equipType() ==...
File: Auto Category - Revised06/10/23
Re: isinbackpack not working
Posted By: Shadowfen
I am trying to use isinbackpack() in the Bank bag and have it set as the highest priority category and nothing matches even though I can mouse-over items and see them in my possession. The Bank Bag is evaluated against items that you are looking at that are in the bank. isinbackpack() is mostly useful for those inventory lists whi...
File: Auto Category - Revised06/08/23
Re: Re: Re: One category not working in bank
Posted By: Shadowfen
I have a Category called "Research - Armor" . This works fine in my bag, but when used in my bank only displays the title (in white) but no items, and the bank also does not show the categories I have to display necklaces and rings as separate lists (which also work fine in my bag). Is there a simple solution to rectifying this that...
File: Auto Category - Revised06/08/23
Re: One category not working in bank
Posted By: Shadowfen
I have a Category called "Research - Armor" . This works fine in my bag, but when used in my bank only displays the title (in white) but no items, and the bank also does not show the categories I have to display necklaces and rings as separate lists (which also work fine in my bag). Is there a simple solution to rectifying this that...
File: Auto Category - Revised06/08/23
Re: UI Error
Posted By: Shadowfen
I'm getting an error that pops up that I can't seem to trace or fix. user:/AddOns/AutoCategory/AutoCategory.lua:364: operator # is not supported for # nil stack traceback: user:/AddOns/AutoCategory/AutoCategory.lua:364: in function 'AutoCategory.cacheInitalize' user:/AddOns/AutoCategory/AutoCategory.lua:205: in function 'AutoCa...
File: Auto Category - Revised06/02/23
Re: Re: Re: Re: More than one crafter
Posted By: Shadowfen
I really appreciate the changes you made to make the Character Knowledge rules work across multiple accounts but I wasn't able to use it in the way I'd hoped when I attempted to implement it. It seems to only be able to check ONE character name as the "crafter"? Could that be set to check several characters like the Unknown Tracke...
File: Auto Category - Revised06/02/23
Re: Re: More than one crafter
Posted By: Shadowfen
I really appreciate the changes you made to make the Character Knowledge rules work across multiple accounts but I wasn't able to use it in the way I'd hoped when I attempted to implement it. It seems to only be able to check ONE character name as the "crafter"? Could that be set to check several characters like the Unknown Tracke...
File: Auto Category - Revised05/31/23
Hi, I'm not even sure this is the c...
Posted By: Shadowfen
Hi, I'm not even sure this is the correct add on. Anyway, when I search gear by entering the name of set I see what pieces I'm missing in that set ,but I can't just enter Monster so all the 2 piece sets pop up. Am I making sense ? Thanks. I think you may be talking about a different addon, because AutoCategory does not show y...
File: Auto Category - Revised05/31/23
Since the 3.6.2(89) update, the "Co...
Posted By: Shadowfen
Since the 3.6.2(89) update, the "Collapse All" feature has not worked for me. The GIF below shows an attempt to use the feature with only AutoCategory loaded. https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMTM2YzY0ODFmOGUwNDhkMGQyZTMwMGUxNmRjYmUzZTU1OGQ3ODMxNyZlcD12MV9pbnRlcm5hbF9naWZzX2dpZklkJmN0PWc/CCRsxpnHwrBbH4x0F8/giphy....
File: Auto Category - Revised05/31/23
Re: Error on ismarked(
Posted By: Shadowfen
Hi, I wanted to add ismarked("research") to my categories, but it does not work, I get an error message, that research is unknown. What am I doing wrong? thx afx You are not doing anything wrong there. It's likely that "research" was marked with a warning rather than an error - the checker is warning you that it does not reco...
File: Auto Category - Revised05/30/23
Saved Variables are fine since the...
Posted By: Shadowfen
Saved Variables are fine since the last update thanks for your time Shadofen! Hi, can Monster Sets be searched ? Thanks. Not sure what you mean...
File: Auto Category - Revised05/23/23
Re: Text in main chat msg
Posted By: Shadowfen
Not sure how this happened or how to turn it on or off? Every time I collapse or expand a category i get this msgs "throwing away *blahblah*" in main chat. I get full spam of that for doing this and can not seem to figure out how to turn that on or off. Was not doing that before patch/recent update. I will fix. Leftover debug that I...
File: Thief Tools05/04/23
Yes, but I was in vet Lair of Maars...
Posted By: Shadowfen
Yes, but I was in vet Lair of Maarselok at the time probably. :) Ohh! Hope that was a fun and fruitful run! Sent you a small gift of <3 Mahalo!!! :) Wow! Thanks very much!
File: Thief Tools05/03/23
I will take a look at it. Done....
Posted By: Shadowfen
I will take a look at it. Done. Thank you ever so much!! Are you in-game under the same username? I messaged that user in game but didn't receive a response. :) Yes, but I was in vet Lair of Maarselok at the time probably. :)
File: Auto Category - Revised05/03/23
How to select repair kits
Posted By: Shadowfen
To twmic if you find your way here... I cannot find a way to group all of my repair kits. I can group the crown repair kits but not the normal ones. It's not in (type, or sptype) Am I missing something? Please assist if possible. The following will group together crown repair kits and regular repair kits: type("tool","crown_...
File: Thief Tools05/01/23
Hi Shadowfen! Thank you very much...
Posted By: Shadowfen
Hi Shadowfen! Thank you very much for this handy addon. It has helped me keep track of my empirical sticky finger ways :). I was wondering, is there a way to display my clemency timer? I use clemency as one way to passively level Ember's rapport, however, I think she hates my crappy memory. She gives me a -10 every time I forget...
File: Thief Tools05/01/23
Re: no bar
Posted By: Shadowfen
hey, for some reason my status bar isnt shown. THis character is not a thief ist turned off. Plugin is working as intended cause it worked perfecter after install. Any ideas? This has previously happened when something in the Saved Variables for Thief Tools got corrupted, so deleting the Saved Variables would usually fix it.
File: Auto Category - Revised04/23/23
Re: Auto Category - Alchemy and Enchanting Station sorting
Posted By: Shadowfen
Anyone know how to sort the crafting stations for alchemy and enchanting? This add-on makes it a mess, and I can’t find how to sort or turn it off for just those stations. I have to turn off the whole addon every time I need to use those stations. This has been a pain every day. The add-on website has no mention of how to deal with t...
File: Lui Extended04/23/23
Hello! Requesting for feature to...
Posted By: Shadowfen
Hello! Requesting for feature to summon Zuqoth armory advisor by keybind. And Aderene as well please. Since Lui Extended is no longer being updated, here's a suggestion for fixing your slash commands. Disable Lui Extended's Slash Commands module in the Settings and install another addon called Slasher which provides most...