Thread Tools Display Modes
03/28/17, 12:32 PM   #1
DreamsUnderStars
Join Date: Mar 2017
Posts: 7
Lightbulb Hide Main Quest Addon

Could someone make a mod that hides the main quest from the map/quest tracker/journal please? Or at least from the map/tracker.
  Reply With Quote
03/28/17, 01:25 PM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
For my writ crafter, I do have some debug functions in there that replace the quest information, and doing that (unless I choose to be selective) does remove references in the quest journal. If all the journal quest functions were rewritten as below, I would imagine that would probably completely remove them from the journal and quest tracker. Some testing and rewriting would likely be needed.

local original = SomeJournalQuestFunction
SomeJournalQuestFunction = function (index,...) if JournalQuestType(index)==QUEST_TYPE_MAIN_QUEST then return original() else return original(index,...) end end
  Reply With Quote
03/28/17, 09:23 PM   #3
DreamsUnderStars
Join Date: Mar 2017
Posts: 7
I'll give it a shot. Thanks.
  Reply With Quote
04/01/17, 10:26 PM   #4
DreamsUnderStars
Join Date: Mar 2017
Posts: 7
I couldn't figure it out... <_< I'm not really a scripter, which is why I was asking someone to make it. :|
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Hide Main Quest Addon


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off