Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: naturalic on October 25, 2018, 12:05:15 am

Title: [TC 3.3.5a] Question - How to remove Minimap Quest Tracking?
Post by: naturalic on October 25, 2018, 12:05:15 am
I have a question regarding minimap tracking. I've searched all over the internet, and browsed the files in the FrameXML and GlueXML folders, but I couldn't find what I was looking for. What I want to do is basically to disable quest tracking in the form of exclamation and question marks in the minimap. I know it is possible to remove the texture itself by editing out the OBJECTICON.blp file, but that only solves half the problem, because even though the texture is gone, you can still see the name of the NPC if you mouse over his/her location in the minimap. In short, I want to make it "vanilla-esque" in the sense, that you can't see what NPCs give you quests in the minimap.

TL;DR How do I remove the question/exclamation marks in the minimap?
Title: Re: [TC 3.3.5a] Question - How to remove Minimap Quest Tracking?
Post by: staleness89 on November 10, 2018, 11:26:32 am
in case you didn't already get this, there are db tables named things like `quest_poi`; remove entries there.
Title: Re: [TC 3.3.5a] Question - How to remove Minimap Quest Tracking?
Post by: naturalic on November 10, 2018, 12:13:21 pm
Quest_POI has nothing to do with this - it governs quest objectives and tracking as shown in the world map, not in the minimap. I'm certain it has something to do with minimap tracking - I just can't find where I can edit it out.