View Single Post
11/06/21, 11:51 AM   #12
Mortuus
Join Date: Nov 2021
Posts: 2
Is there a way to accomplish this for someone who knows nothing about code? I tried following this thread best I could. I added the following code to one of my addon's lua files:
Code:
RedirectTexture("EsoUI/Art/MapPins/skyshard_seen.dds", "/esoui/art/icons/heraldrycrests_misc_blank_01.dds")
I guessed the line in which to add it to the best of my abilities. It did succeed in removing seen skyshards from the map UI, but they still show up on my compass. Is there any way to remove it from the compass too? Or did I simply guess the wrong location to add that code in the lua file?

EDIT: Belay that. I added a second line that was the exact same as the first, but I replaced "MapPins" with "Compass" and that did the trick. THANK YOU ALL SO MUCH!! This thread literally saved my ESO game experience.

Last edited by Mortuus : 11/06/21 at 12:15 PM.
  Reply With Quote