Results: 5Comments by: Epona222
File: LoreBooks03/15/23
DIY Fix for Eidetic Memory Books for non-ArchMages Not Visible After Update 37
Posted By: Epona222
Here is a DIY fix for Eidetic Memory books no longer being visible for non-Archmage characters (ie. those that haven't unlocked Eidetic Memory via the in game quest). Find the folder for the Addon Lorebooks/LibLoreLibrary. On my PC this is in the location of my user files, Documents/Elder Scrolls Online/live/Addons/Lorebooks/Li...
File: LootDrop Reborn12/26/22
Re: Re: Error
Posted By: Epona222
In any text editor, if you open the file LootDrop.lua, at line 6968 you'll see: if (mmData.avgPrice == nil or mmData.avgPrice == 0) then and if you change it to: if not mmData or (mmData.avgPrice == nil or mmData.avgPrice == 0) then This will fix the error. Hope this helps. --T That worked a treat, thank you very...
File: Advanced Filters - Updated06/09/22
I just want to say thanks for makin...
Posted By: Epona222
I just want to say thanks for making sure this was available even though you were away, seriously massively appreciate it. Can confirm the link now works just fine and the addon is now installed and running - phew! Thank you!
File: Keybinding: Holiday Memento12/18/21
As a temporary fix you can change t...
Posted By: Epona222
As a temporary fix you can change the following in KebindHolidayMemento.lua line 11 from { id = 1168, start = 1608217200, stop = 1609858800 }, -- Breda's Bottomless Mead Mug to { id = 1168, start = 1639627200, stop = 1641268800 }, -- Breda's Bottomless Mead Mug That works perfectly, thank you so much for your help!
File: Keybinding: Holiday Memento12/17/21
This doesn't currently seem to be w...
Posted By: Epona222
This doesn't currently seem to be working for the New Life festival, using my keybind is launching the cake still - I have no issues with doing a DIY fix to the lua file just for my own use but I don't understand the date count system :D Any assistance would be most appreciated, or if the addon is to be updated soon then fantastic...