View Single Post
05/27/17, 02:54 PM   #3
Atlan
 
Atlan's Avatar
Join Date: Dec 2016
Posts: 20
Originally Posted by Ayantir View Post
open lua / xml files and replace "\" with "/"

Interesting. But QuestMap already uses / and the first one does not work.

Code:
    QuestMap = {"QuestMap/icons/pinQuestUncompleted.dds", "QuestMap/icons/pinQuestCompleted.dds"},
    ESO = {"/esoui/art/floatingmarkers/quest_available_icon.dds", "/esoui/art/icons/achievements_indexicon_quests_down.dds"},


But I check the other files just to be sure.

  Reply With Quote