Results: 142Comments by: katkat42
File: Rare Fish Tracker07/31/14
Re: Re: Re: I love this addon, but having an issue with it
Posted By: katkat42
I tried binding the show window to a key, when I press it I get an error "attempt to index a nil value" at line 272. Opacity change gives same error but at line 29. That's odd indeed. It's almost as if it's not creating the window... What happens when you cross a subzone boundary? Does the window suddenly appear when you enter...
File: Research Assistant (Find your researchable items)07/31/14
I found something in ResearchAssis...
Posted By: katkat42
I found something in ResearchAssistant.lua in function AddResearchIndicatorToSlot(control) --moved up, code was below (see comments) indicatorControl:ClearAnchors() if(control.isGrid or control:GetWidth() - control:GetHeight() < 5) then indicatorControl:SetAnchor(TOPLEFT, control, TOPLEFT, 3) else indicatorC...
File: Rare Fish Tracker07/31/14
Re: I love this addon, but having an issue with it
Posted By: katkat42
This addon was working great for me, then the Rare Fish Tracker window just disappeared and I can't get it back for my main character. It comes up for my other characters still. I checked the SavedVariables and it looks ok. I even cleared the SavedVariables and Addon folder files related to this addon and reinstalled it but the pr...
File: Weapon Charge Alert07/30/14
Re: Optional Idea
Posted By: katkat42
I would use this addon, if you could add the option to have an auto refill from gems you have in your inventory. That's an interesting idea. I'll look at it once I'm done with this round of Research Assistant. And maward, I've noticed that too, and I'll look at that as well.
File: Research Assistant (Find your researchable items)07/30/14
Thanks for taking this over, Katkat...
Posted By: katkat42
Thanks for taking this over, Katkat. It's my most-used add-on. My pleasure. It's one of mine, too, which is why I volunteered. :D Could you add an enhancement request to the pile, if no one else has already mentioned it? I really like Sous Chef's feature "Alternate character recipe knowledge" that shows the characters that know...
File: Rare Fish Tracker07/28/14
Great add-on - thank you! however...
Posted By: katkat42
Great add-on - thank you! however I notice the fish in Craglorn may be mixed up - fishing in river (not near sea) I caught Bitterling (green), Yokudan Cod (green), Nedic Eel (blue) As far as anyone has found, there are only two types of water in Craglorn: river and lake, but with twice as many rares for each spot. So the sea fish...
File: Rare Fish Tracker07/28/14
Another great fishing add-on, makin...
Posted By: katkat42
Another great fishing add-on, making fishing more convenient! I popped on and noticed 2 differences from the spreadsheet on rare fish that was posted in game forums: https://docs.google.com/spreadsheets/d/195fJ7bK4hkXYgncC4Dpp6FIZqKAr5M6wEg7yaIjfoVA/edit?pli=1#gid=0 If there's a difference between the spreadsheet and the add-on...
File: Research Assistant (Find your researchable items)07/26/14
Found a bug - function ResearchAssi...
Posted By: katkat42
Found a bug - function ResearchAssistantScanner:ScanBag( bagId ) skips the first bag slot. It is because bag slots starts from index 0, not 1. It could be a reason why some items are marked incorrectly. ResearchAssistantScanner.lua, line 58 should be: for i=0, numSlots do Fixed in v0.7.3c. (Everything else in LUA starts index...
File: Catch and Release, a Fishing Add-on07/21/14
Yeah, I'm still looking at this. :c...
Posted By: katkat42
Yeah, I'm still looking at this. :confused: ETA: Yep, I did a stupid and pushed a dev version instead of the final. :o
File: Catch and Release, a Fishing Add-on07/17/14
Re: After fishing
Posted By: katkat42
Addon works great when fishing, automatically turns off auto loot. The problem is it doesnt seem to turn back on (have to do so manually) Turns out, it does...sometimes. When you close the loot window. I'm working on detecting all the ways you can end your fishing session while bypassing the loot window. Thanks for the heads-up!
File: Sous Chef - Provisioning Helper (Recipe helper/search)06/30/14
Re: Intentional Change?
Posted By: katkat42
I just figured out I needed to update LibSort to get this to work. Feel pretty stupid about that, but now have one of my favorite add-ons working :) I noticed, though, that when I hover over a recipe, I do not see the list of who knows it. I have to actually left-click the recipe for the names to show up. Did you mean for this to hap...
File: Bait Counter06/17/14
Thank you for the plug! I'm a big f...
Posted By: katkat42
Thank you for the plug! I'm a big fan of modularity of plug-ins. If I only want one feature, I should be able to download only that feature, right?
File: Feed An Army05/17/14
Re: Cook a certain amount as well?
Posted By: katkat42
This mod is amazing now that my husband and I can use this mod. :banana: Would it be possible to also have an option to cook a certain amount of a food or drink as well? Or would the code not work for that? Do you have any plans to have this mod or create another mod that does the same, "Create All" or Create a certain amount...
File: Feed An Army05/13/14
Use a different file extension for...
Posted By: katkat42
Use a different file extension for readmes and changelogs. The game identifies .txt as an addon so your changelog gets loaded. That was dumb... ::gigglesnort:: Fixed in version 1.2.
File: Feed An Army05/11/14
Re: /cheer
Posted By: katkat42
Bless you. Hands down, without a doubt, the single greatest mod for ESO yet. My tired pointer finger salutes you! /blush Aww, thank you!
File: Feed An Army05/09/14
I didn't find GetActiveLanguage() i...
Posted By: katkat42
I didn't find GetActiveLanguage() in the api anywhere. It may be that it just doesn't work on EN clients. Try using this instead: languageCode = GetCVar("language.2") -- this should return EN, DE, FR It works on my NA/EN client, but I also have a whole bunch of other add-ons installed, so the function might be a stray one from...
File: Feed An Army05/07/14
Gives me an error: user:/AddOns/...
Posted By: katkat42
Gives me an error: user:/AddOns/FeedAnArmy/FeedAnArmy.lua:21: function expected instead of nil stack traceback: user:/AddOns/FeedAnArmy/FeedAnArmy.lua:21: in function '(main chunk)' That's odd. That's the line that looks for the localization language. I was unable to reproduce the error -- what language is your client using,...