Results: 41Comments by: Patros
File: Furniture Catalogue02/08/24
Just to be sure: You're trying that...
Posted By: wookiefriseur
Just to be sure: You're trying that on craftable furniture, yes? Do you see any keybindings for the shopping list? If so, what happens when you use those? Ok, so no context menu in FurnitureCatalogue. But do you have context menu entries for furniture in your inventory? Close the game and delete your saved variables for shopping li...
File: Furniture Catalogue02/03/24
See the screenshot on the info page...
Posted By: wookiefriseur
See the screenshot on the info page for FurnitureShoppingListFurC2.0patch: https://www.esoui.com/downloads/info1865-FurnitureShoppingListFurC2.0patch.html#info Enable ShoppingList integration in your Furniture Catalogue settings. Then you can add furniture material to the list by clicking furniture in your inventory or in the Fur...
File: Furniture Catalogue01/07/24
Found an item tagged 'datamined but...
Posted By: wookiefriseur
Found an item tagged 'datamined but not seen'. High Elf Altar, Crystal |H1:item:198573:5:1:0:0:0:0:0:0:0:0:0:0:0:1:0:0:1:0:0:0|h|h From scrying in Summerset. Nice, thanks for the info.:banana: Adding it now, will be in the next update Didn't see an in-game way to submit this, apologies if I overlooked it. Yeah, posting it he...
File: Furniture Catalogue12/02/23
Apocrypha Window, Eye I assume "Dyn...
Posted By: wookiefriseur
Apocrypha Window, Eye I assume "Dynamic Destroyer" is now called "Fabled Foil", so I just set that as the required achievement. Can fix it later, if that was wrong. Before: https://webcache.googleusercontent.com/search?q=cache:t81UfPUAiqcJ:https://eso-hub.com/en/achievements/dynamic-destroyer After: https://eso-hub.com/en/achieveme...
File: Furniture Catalogue07/31/23
By dutifully making the updates imm...
Posted By: wookiefriseur
By dutifully making the updates immediately when the new version drops :'D Otherwise, UESP or mmo-fashion might have that information if you look up the files Oof, you must have had so much fun collecting the data :O
File: Furniture Catalogue07/29/23
Sorry, sorry! I just finished my sc...
Posted By: wookiefriseur
Sorry, sorry! I just finished my school term so I'll get all the missing items updated in the next week or so! Welcome back. Let me know if you need help. I did luxury weeks 29+30 (previous and current weekend). And I fixed the load order of the furniture files, so that the old ones don't overwrite our new entries. How do you...
File: Furniture Catalogue07/17/23
Just wondering when you guys were g...
Posted By: wookiefriseur
Just wondering when you guys were gonna update for all the lux furnishings that have come out? I noticed that wasn't included in the last update. Thanks! Sorry about the late answer. Just updated the last week's luxury items. I'll see what I can do about adding the older infos as well.
File: Furniture Catalogue04/23/23
Looks like Label does not like havi...
Posted By: wookiefriseur
Looks like Label does not like having "resizeToFitDescendants" and right now it does not do anything. Probably only allowed for GUI controls that can have other stuff inside of them and labels cannot have any children / descendants. If anyone wants to fix it manually, here is the code (1 line): https://github.com/BerylBones/Furnit...
File: Furniture Catalogue03/03/23
Re: error in rolis.lua
Posted By: wookiefriseur
Probably happened, when the furniture was moved to the Summerset Furnishing Folio (from Rolis to Faustina). https://github.com/manavortex/FurnitureCatalogue/commit/2b9270f#diff-b592bff05a1e09fb8f0afe8bc43a87ff1d68e73f85cb1d36aba6a9f13f8190b6L13-L24 At first look it seems like it was intended to go into FURC_DRAGONS (Dragonbones v...
File: Furniture Catalogue11/03/22
Hey, you can bind the window to a k...
Posted By: wookiefriseur
Hey, you can bind the window to a key or open it from chat by typing /fur
File: Furniture Catalogue07/23/22
Any chance you could add an option...
Posted By: wookiefriseur
Any chance you could add an option to disable the context menu entries this addon adds? (The one you see when you right-click a link) Wanted to put it on the ToDo list first, but then I saw that it was easier than expected. I made it an opt-out so it fits the divider setting and does not hide on default (might have confused some us...
File: Furniture Catalogue06/18/22
Oh, yeah.. when overhauling the deb...
Posted By: wookiefriseur
Oh, yeah.. when overhauling the debugging I wrongly thought it was meant as an info message instead of a debug message. Sorry about that. The change is too small for a standalone update. I can put it in a pull request the next time I'm working on a bigger update (currently too busy). If you don't want to wait so long, you can chang...
File: Notebook 201806/15/22
Had a quick look at the code and no...
Posted By: wookiefriseur
Had a quick look at the code and no idea why the click does not work.. probably some GuiRoot issue. But I noticed it listens to TAB presses. So, not a fix but a workaround: When you are in the body of the note (right hand side) you can press TAB to move the cursor into the title box. You can change the title that way.
File: Furniture Catalogue05/24/22
GitHub
Posted By: wookiefriseur
Thanks a lot for maintaining the AddOn after manavortex left ESO. :banana: ----- I'm currently trying to help with some bugfixes, where I can. If anyone else has bugs to report, a feature request or also wants to contribute, you can use BerylBones' repo on GitHub too (in addition to this comment section): https://github.com/Beryl...
File: Endeavor Chat Tracker05/19/22
Thx for the AddOn. Tiny and useful....
Posted By: wookiefriseur
Thx for the AddOn. Tiny and useful. Sehr, sehr gut. F89wDnpa-Dw
File: No Worldmap Wayshrines05/15/22
Still working in 2022
Posted By: wookiefriseur
Just wanted to confirm that it is still working.
File: SpentSkillPoints08/20/18
Nice, thanks for the update. It's o...
Posted By: Patros
Nice, thanks for the update. It's one of those add-ons that should be part of the game.
File: WritWorthy07/25/18
Nice, thanks for incorporating it i...
Posted By: Patros
Nice, thanks for incorporating it into the update.
File: WritWorthy07/12/18
If anyone else is using ATT instead...
Posted By: Patros
If anyone else is using ATT instead of MM, you can get it working with some minor code changes in WritWorthy_Util.lua @lines 143-180: -- Master Merchant and Arkadius Trade Tools integration function Util.MMPrice(link) if not link then return WritWorthy.GOLD_UNKNOWN end if not MasterMerchant and not ArkadiusTradeTools.M...
File: ESOUI - The Elder Scrolls Online source code07/02/18
I noticed an odd scrolling thing in...
Posted By: Patros
I noticed an odd scrolling thing in my addon so I tried some code and I made a mistake, all good but these came up EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:475: in function 'ZO_Scroll_SetScrollToRealOffsetAccountingForGradients' EsoUI/Libraries/ZO_Tree/ZO_Tree.lua:275: in function 'ZO_Tree:SetScrollToTargetNode' I ca...
File: TraitBuddy06/29/18
Hey, thx for updating it even thoug...
Posted By: Patros
Hey, thx for updating it even though you're not playing right now. Any chance to not show the trait knowledge in the tooltip if all chars know it already? Or the option to only show those that don't know the trait yet? I have 14 chars and that makes the tooltip a bit long :D Those options are already there. Let me try to e...
File: TraitBuddy06/29/18
Hey, thx for updating it even thoug...
Posted By: Patros
Hey, thx for updating it even though you're not playing right now. Any chance to not show the trait knowledge in the tooltip if all chars know it already? Or the option to only show those that don't know the trait yet? I have 14 chars and that makes the tooltip a bit long :D
File: ESO-Database.com Export AddOn06/02/18
Re: Large SavedVariable file
Posted By: Patros
Might be a limit set in the webserver. My file was only 12MB so no problem there yet. But I noticed that it kept uploading the whole file every time.. uncompressed. The client should really compress those before uploading. This might also solve your problem, if the file size limit for uploads is to remain the same. I've notic...
File: Urich's Skill Point Finder05/27/18
Re: About Folium Discognitum book.
Posted By: Patros
See Known Issues in addon description. Hello! I want to know how you know if a character have read Folium Discognitum book or not. I'm sure to read this book, but the addon shows 0/2.
File: Urich's Skill Point Finder05/26/18
Thanks for looking into it. Does...
Posted By: Patros
Thanks for looking into it. Does your addon catch and release the mouse by any chance or use an invisible overlay that stays on top even after closing the window? Sometimes when using the interface I get wrong mouse states afterwards (cursor not hiding when sprinting, can't attack or use skills and being unable to activate and...