Thread Tools Display Modes
Yesterday, 11:20 AM   #1
Lysorris
Join Date: Aug 2024
Posts: 4
LoreBooks no pins for Eidetic Memory

Hello,

I've encountered problem with addon LoreBooks. It does not show Eidetic Memory on map/compass for any of my characters. I remember it did work before on all of my characters since level 1 no matter if they had Mages Guild's Eidetic Memory unlocked or not. I made sure Eidetic Memory setting is on, tried installing older version of the AddOn, turned off all other addons etc. and it is still not showing no matter the what I did.

Did someone had similar problem? Mages Guild Lore Books are normally visible. Only Eidetic Memory is not there.

If someone has a version of the addon that works and it's normally working for new character I would love to know which version is that so I can also try installing it. It's a huge bummer as I just comeback to game with new character and I try to do 100% lore run and Eidetic Memory did provide a lot of context and interesting information and it's every easy to go past them.

Thank
  Reply With Quote
Yesterday, 12:45 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,155
Did you check if the "map filters" got an extra filter for that, and enabled it?

German client but I think you get the point :-)


Just enable the checkboxes for "Eidetic memory" and they should sho on the map

Last edited by Baertram : Yesterday at 01:23 PM.
  Reply With Quote
Yesterday, 01:31 PM   #3
Lysorris
Join Date: Aug 2024
Posts: 4
Originally Posted by Baertram View Post
Did you check if the "map filters" got an extra filter for that, and enabled it?

German client but I think you get the point :-)


Just enable the checkboxes for "Eidetic memory" and they should sho on the map
Yes, it's on. I think I tried everything when it comes to in-game settings.
If it isn't too much to ask: If you had the opportunity, could you tell me if for you on new characters it Eidetic Memory is visible as on map? There people in comments for this addon saying that they also don't see Eidetic Memory on map since U43. https://www.esoui.com/downloads/info....html#comments
  Reply With Quote
Yesterday, 02:38 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,155
I've tested it on another character (not totally new but below CPs yet):
Summerset NO
Reapers March NO
Deshaan NO


hm, but with my other character it showed just fine (the one where I took the screenshot of the map filters).

Maybe one needs to find at least one Eiditec memory book or similar to make it work, or have finished level 50 ?

Edit:
The Eidetic Memory is a collection of books that is unlocked once the Mages Guild quest line has been completed.

So you need to finish the questline with the character to see them (or get mages guild to 10 maybe, even without the quest? not sure if that counts alone).
https://en.uesp.net/wiki/Online:Eidetic_Memory

Last edited by Baertram : Yesterday at 02:40 PM.
  Reply With Quote
Yesterday, 03:56 PM   #5
Lysorris
Join Date: Aug 2024
Posts: 4
Originally Posted by Baertram View Post
I've tested it on another character (not totally new but below CPs yet):
Summerset NO
Reapers March NO
Deshaan NO


hm, but with my other character it showed just fine (the one where I took the screenshot of the map filters).

Maybe one needs to find at least one Eiditec memory book or similar to make it work, or have finished level 50 ?

Edit:
The Eidetic Memory is a collection of books that is unlocked once the Mages Guild quest line has been completed.

So you need to finish the questline with the character to see them (or get mages guild to 10 maybe, even without the quest? not sure if that counts alone).
https://en.uesp.net/wiki/Online:Eidetic_Memory
Yes, collection is unlocked after finishing mages guild. After finishing Mages Guild you gain "Eidetic Memory" that allows you to read all the notes/letters/books that you collected before in the journal. You don't have to finish the quest line to see them, what quest line gives you is the ability to see them in your log and read them again. The ability to see them in the log vs in the world are not connected. The Eidetic Memories are physically in the world and I can go to them and read them, but AddOn does not show them on map like it supposed to.

This AddOn worked before for all my other characters before since lvl 1 and I've last played in March. I always used this AddOn as Eidetic Memories are supposed to give you more information on zone questline etc. with AddOn it was easy to make sure you read it all.

Last edited by Lysorris : Yesterday at 03:58 PM.
  Reply With Quote
Yesterday, 05:22 PM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,155
Okay, then I do not know why it showed for one of my characters, but not the one I've tested it with
  Reply With Quote
Today, 02:42 AM   #7
Lysorris
Join Date: Aug 2024
Posts: 4
Originally Posted by Baertram View Post
Okay, then I do not know why it showed for one of my characters, but not the one I've tested it with
Anyway, thank you so much for checking and having time to help What I've gathered so far is that Update 43 mess up Eidetic Memory pins for new characters. As older characters had pins already loaded form previous patch they were unaffected.
  Reply With Quote
Today, 06:01 AM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,155
But afaik the pins are stored in LoreBooks internal data and so they should show for all characters the same.
Unless there is some code in Lorebooks (or API function used that got broken in Update 43) that does it differently based on "characters data/progress/achievements" in the end.

That's something that Sharlikran needs to answer then as I do not know in detail how Lorebooks work.
Basically I assume it just stpred the x,y,z positions of the mappIns in it's data and so it should be the same and show the same for all toons/accounts/servers.
  Reply With Quote
Today, 07:31 AM   #9
vampire1326
Join Date: Nov 2016
Posts: 1
missing option

The option in settings to show Eidetic Memory without completing the Quest line is missing and there for not turned on if the Quest has not been done. Not sure why it is missing.
  Reply With Quote
Today, 09:59 AM   #10
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,155
Let me have a look.

I only found this setting here. It is commented so does not show in the settings menu. Maybe it helps to turn that on.
Code:
LoreBooks.db.unlockEidetic
You can try to turn it on via a chat slash command:
Code:
/script LoreBooks.db.unlockEidetic = true
But actually it does not fix the issue for me.
Looks like this might only affect the books category page at Shalidor's library UI?


There seems to be an issue with LoreBooks_GetEideticData which collects internally the eidetic memory data for the zone and map for a later loop and show.
Either that one does not find any for some toons anymore, or the later API functions used to loop over this data changed by ZOs and does not provide the proper needed info anymore, so that LoreBook addon just cannot show the pins anymore.

Currently got no time to investigate that further, as this is all totally new to me and the author of the addon knows better for sure.

Last edited by Baertram : Today at 10:10 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » LoreBooks no pins for Eidetic Memory


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off