Questie

Questie

116M Downloads

QuestGuru support

Pegoth opened this issue ยท 2 comments

commented

I'm using quest guru and was wondering if I could open QuestGuru window instead of blizzard frame.
So I looked into the code and found that Modules/Tracker/QuestieTrackerUtils.lua:17 (classic) has checks for addons and I added QuestGuru to check if it would work and so far it does, so decided to create an issue.

Code:

-- Priority order first check if addon exist otherwise default to original
local questFrame = QuestGuru or QuestLogExFrame or ClassicQuestLog or QuestLogFrame;
commented

Hello!

Problem with QuestGuru is that it makes a new Quest log frame and is therefore incompatible with all addons that make changes to the quest log. By doing this, quest linking introduced in Questie 6.0 doesn't work.
I would recommend you changing to:

Leatrix Plus with "Enhance quest log"

image
or

Wide Quest Log with Wide Quest Log Levels

image

If you still want it added you can always do a 'Pull request' with the changes you've made.

commented

Thanks, didn't even know that leatrix had that feature, I'll switch to that as I already have that installed!