hoboX10 wrote:Newest update made quest text vanish, I can only see the comments.
Oh jeez, looks like a return was accidentally removed in the last update, it's fixed now though. 1.0k is on the github release page or just get it here:
https://github.com/AeroScripts/QuestieDev/releases/download/v1.0b/Questie-1.0k.zipyzak wrote:how do i get into questie config? what is the / command? right now i have this bar on my screen that is just a transparent bar and i want 2 get rid of it
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.