View Bug Report
Sentinel/Alik'r Book Location (bad compass marker)
Bug #: 295
File: LoreBooks
Date: 04/21/14 04:23 PM
By: Tamha
Status: Fixed
The book Opusculus Lamae Bal Ta Mezzamortie is in a tunnel under Sentinel, but when in the city itself, the compass marker shows up in another part of town.

Book Location (inside the tunnel under the forge):
Alik'r Desert: 64.56, 47.18 (0.00) - This is my ESOLocate location
Sentinel: 646, 472 - This is my /myloc location

Compass Marker (approximation, gathered after collecting book):
Alik'r Desert: 35.91, 55.33 - ESOLocate
Sentinel: 359, 553 - /myloc

I think it may be some kind of artifact from it being beneath the city but not in the city, so the transfer to the smaller city map may be causing the problem? Not sure. I don't know if you'll be able to fix this one, but if you have a bug report for it maybe it will at least help others having trouble finding the book.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Garkin - 04/22/14 05:34 AM
I have updated coordintates.

As for the compass: It seems that in some cases markers are not updated correctly, and you have to refresh it again
Code:
/script COMPASS_PINS:RefreshPins()
or /reloadui. I have to do some more testing to find out if there issue with my code or CustomCompassPins library.
By: Garkin - 04/22/14 05:49 AM
Found a typo in code, and I changed refresh calls to COMPASS_PINS:RefreshPins("LBooksCompassPin_unknown").
I hope it will solve this issue.