Scamp wrote:The config isn't actually coded yet but it's next on the list. Until then you can hide the tracker by using this macro:
- Code: Select all
/script QuestieTracker.frame.Show=function() end;QuestieTracker.frame:Hide();
Sorry everyone for the slow replies lately, I've been really busy with work the past few days.
winfernal wrote:So i tried to use this script to hide the tracker.
Code: Select all
/script QuestieTracker.frame.Show=function() end;QuestieTracker.frame:Hide();
But i believe i fucked it all up. Now i can't see the quest description and my tracker looks bugged. The quest description shows when i disable the addon. I've tried deleting the WTF and WDB folders, and replaced addons. Nothing seems to work.
Using this suggestion literally breaks the AddOn. However commenting out line 4 in Questie.xml...
- Code: Select all
<!-- <script file="QuestieTracker.lua"/> -->
...seems to fix the issue by letting me use EQL3 along with Questie. After a couple days I've not encountered any problems using this method.