Results: 511Comments by: manavortex
File: CraftStore Gold Road04/03/18
Hey there, while sitting idly i...
Posted By: manavortex
Hey there, while sitting idly in front of the fireplace inside my player home I noticed that some AddOn occasionally posted nil to chat. After a veritable witch hunt all over my AddOn folder I think it's CraftStore. (I commented out a lot of it). Would you mind investigating? :) Also, I found a like that's like "if potion the...
File: DailyAutoshare - what took you so long edition03/31/18
Huh. Okay. I'll investigate. Tha...
Posted By: manavortex
Huh. Okay. I'll investigate. Thanks for the thorough bug reports! :)
File: DailyAutoshare - what took you so long edition03/30/18
I cannot seem to get the addon to d...
Posted By: manavortex
I cannot seem to get the addon to detect that I pick up or complete any quests. I have uninstalled and deleted the saved variables multiple time. But when I pick up, for example, Arena in Kvatch, the addon will not auto track ( setting is enabled) I click the spam button, and nothing is populated into chat. Also completed the quest a...
File: Furniture Catalogue03/27/18
Re: Seriously Broken After Last Update
Posted By: manavortex
I fixed that yesterday, is it okay in the recent version? Lots of functionality is not working atm.
File: Inventory Insight03/25/18
Re: Re: Newb Question
Posted By: manavortex
Inventory Insight from Ashes (I believe) Exactly that. There used to be the original Inventory Insight, and after a huge amount of refactoring and the original developer going fully inactive, that was kind of a cooler title than InventoryInsight 2. :D
File: Daily Alchemy03/25/18
Re: Re: Re: Re: Retrieve Items From Home Chests
Posted By: manavortex
You can access house banks in the same way as you can access a normal bank while you're inside a house. If IsOwnerOfCurrentHouse() returns true, you can iterate over them like the regular bank - just use BAG_HOUSE_BANK_ONE to BAG_HOUSE_BANK_EIGHT instead. If you need more code, you can check InventoryInsight, we've got some in...
File: Inventory Insight03/24/18
Your version is up-to-date? Gettin...
Posted By: manavortex
Your version is up-to-date? Getting LUA Error: user:/AddOns/IIfA/IIfAEvents.lua:31: attempt to index a nil value stack traceback: user:/AddOns/IIfA/IIfAEvents.lua:31: in function 'IIfA:InventorySlotUpdate' user:/AddOns/IIfA/IIfAEvents.lua:68: in function 'IIfA_InventorySlotUpdate'
File: Furniture Catalogue03/21/18
Common Campfire, Outdoor does not c...
Posted By: manavortex
Common Campfire, Outdoor does not come from a chest. It was a furnishing only drop during the new years festival (where lighting furnishings were part of the coffer rewards). In an unrelated note, the Firepit does not exist other than in an upcoming datamined crown store furniture pack for a kitchen. Thanks for the addon mana...
File: Furniture Catalogue03/20/18
Re: [LAM2] Error
Posted By: manavortex
I'm also getting Could not create dropdown 'default source filter' of FurC_OptionsPanel. I know about that one - it's caused because there is the option to dynamically hide options from the dropdown menu, and LAM doesn't like that much. I'll fix it eventually.
File: Furniture Catalogue03/20/18
Re: Re: Re: Furnishing Item Not Seen In Game
Posted By: manavortex
Hello OpenAndShut, there's an option in the settings to turn them off. Can you check that? Maybe you've disabled the marks. I have "Add items to known/unknown recipes" checked. It shows marks in my inventory and bank but not in guild banks. Allright, I'll check later why it's broken. Thanks for pointing this out to me!
File: Furniture Catalogue03/20/18
Re: Furnishing Item Not Seen In Game
Posted By: manavortex
Hello OpenAndShut, there's an option in the settings to turn them off. Can you check that? Maybe you've disabled the marks. Hello Shadowshire, I'll add the campfire as chest drop, thanks. You can get me an item link by linking the item to chat, then pressing ctrl+a and ctrl+c (thus copying the content of your chat box), and...
File: Inventory Insight03/19/18
Re: XP Scrolls
Posted By: manavortex
Hello there, Just wondering why Experience Scrolls are not shown? ... should be listed under consumable but they're not. Do they show up if you don't filter for consumables? Are they maybe sorted under trophy? We filter automatically, based on ITEMTYPE, which is returned by the API. It might be a filtering issue with them...
File: DailyAutoshare - what took you so long edition03/18/18
Great addon, Love it! Is there a wa...
Posted By: manavortex
Great addon, Love it! Is there a way to make the size of the addon on screen smaller? I looked everywhere and can't seem to find this. Thanks again! Hey there, no, I haven't implemented that yet. It should be easy to do - I can check if I get around to it in the next few days. most of the time I cant get to it to hide or I can...
File: Oops I Did It Again03/17/18
Awesome!
Posted By: manavortex
Hey there, nice work cooking that up! Have you considered adding key binds to the housing editor scene? Here's a tutorial how. Keep rocking,
File: Furniture Catalogue03/17/18
Hello there, It has been quite...
Posted By: manavortex
Hello there, It has been quite time-consuming to document and report them If you find that time consuming, try developing add-ons for a change. I guarantee you, you'll think differently about it :P A way to minimize that particular effort is to keep your AddOns up-to-date. And I mean really up-to-date, not like last month's...
File: Inventory Insight03/08/18
Re: Re: Error-Msg.
Posted By: manavortex
It appears to be triggered after new items are being worn by the character and seems to correct itself after a few days when it no longer shows until more "new" items are worn. Those are my favorite kinds of error - those who solve themselves. :D I have, however, added yet another check against nil to circumvent it in
File: Furniture Catalogue03/03/18
Is there any way to hide the "you c...
Posted By: manavortex
Is there any way to hide the "you can't craft this yet" entry on tooltips? I couldn't find anything in the addon's settings. There is.
File: Inventory Insight03/02/18
Hello there, first of all, the er...
Posted By: manavortex
Hello there, first of all, the error has nothing to do with votan's minimap - that is just the location of the library we're using as well. Important is the bottommost line with an AddOn name, that tells us where the error comes from. There's a beta version here for you to try out. We'll release later today if we didn't create a...
File: Inventory Insight03/01/18
Hello there, user:/AddOns/IIfA/...
Posted By: manavortex
Hello there, user:/AddOns/IIfA/IIfADataCollection.lua:519: attempt to index a nil value stack traceback: user:/AddOns/IIfA/IIfADataCollection.lua:519: in function 'IIfA:EvalBagItem' user:/AddOns/IIfA/IIfAEvents.lua:52: in function 'IIfA:InventorySlotUpdate' user:/AddOns/IIfA/IIfAEvents.lua:76: in function 'IIfA_InventorySlotU...
File: Inventory Insight02/28/18
Hey there, another round of fix...
Posted By: manavortex
Hey there, another round of fixes here. Official release follows when I had time to test it. :)
File: DailyAutoshare - what took you so long edition02/28/18
Re: Craglorn Dailies
Posted By: manavortex
Hello there, with InventoryInsight (hopefully) fixed, I can pay a bit more attention to this. Mqti, are you playing in a different language than English? I'll investigate the Gold Coast behavior some time tonight. I can't seem to get the addon to work in craglorn correctly, it doesnt show any dailies to share even though i...
File: Inventory Insight02/28/18
Hello there, I've taken a stab...
Posted By: manavortex
Hello there, I've taken a stab at fixing the exceptions in IIfADataCollection. Here's a test version download. Could you try it out and tell me if it's resolved (or if I added any issues)? I'm currently away from ESO and can't test.
File: Inventory Insight02/21/18
Hey, thank you for the praise. It'...
Posted By: manavortex
Hey, thank you for the praise. It's a nice change from hearing bug reports ;) Can you please clarify if this includes deleting the Saved Variables file when doing the uninstall/reinstall? No, a reinstall does not include the saved variables, although resetting those is my first recommendation when running into trouble with any...
File: DailyAutoshare - what took you so long edition02/21/18
Re: lua error spamming
Posted By: manavortex
Which language are you running the client in? Do you have any of the gold coast quests open/complete? sorry but still the same, im doin my mouseclick on spamming and :eek:
File: DailyAutoshare - what took you so long edition02/20/18
Re: lua-error sppamming
Posted By: manavortex
i get a lua-error when i try to spam the quest invite maybe itīs only in goldcoast?! Hey, yes, should be in goldcoast only. Is it fixed now?