Odomiah wrote:However, I'm really annoyed by all these ! showing up on map even after I took a quest.
Is there a way to hide that or it's just how things work with this addon?
Well I'm guessing that you use Questie 2. There is no ingame command to deactivate this feature completely. So go to "\Interface\AddOns\!Questie\QuestieNotes.lua", then add
- Code: Select all
--[[
in line 475 before
- Code: Select all
if(QuestieAvailableMapNotes[c] and QuestieAvailableMapNotes[c][z]) then
and add
- Code: Select all
]]--
in line 534 after
- Code: Select all
table.insert(QuestieUsedNoteFrames, MMIcon);
end
end
(The function is called Questie:DRAW_NOTES())
After doing so you won't see any available quests on the map anymore. If you only want to exclude specific quests try the "/questie complete" and "/questie minlevel" commands ingame.
Edit: line numbers