Questie

Questie

116M Downloads

Tracker disappeared

norecha opened this issue ยท 8 comments

commented

And I could not bring it back. I'm talking about the list of quests showing in your progress in main UI. One you shift click to add quests. Is there a way to reset it's position somehow. I'm forced to reinstall at this point.
Actually reinstalling did not solve it either. idk how to fix it

commented

Did you delete your WTF folder when reinstalling? Note that this will delete all settings and saved variables, like finished quests, for all addons and WoW itself. You can try to fix the position manually by finding the right setting in the .lua file in directory WTF\Account\ACCOUNTNAME\SavedVariables

Edit: fixed wrong path

commented

@Schaka
scale changes the actual guide window, not the tracker. and there is no option to reset tracker position
/questie
lowlevel
professions
getpos
complete

@Muehe
Thanks I was trying to figure out where it was stored, it was out of screen somehow, now fixed

commented

Try changing your UI scale (or turning it on and off).
Typing /questie should give you an option to reset the tracker position.

commented

I need a little more help. I set the position to 10 and 10 and it is still not visible. What should it be?

commented

("CENTER", 0, 0)

Remember to set it in the SavedVariables, not in the addon code. If that doesn't work, make sure you are actually tracking quests.

commented

Alright, I reinstalled and deleted the file completely. That fixed it. Thanks!

commented

BTW, it seems to disappear in battle grounds and then doesn't come back when I get out.

commented

Editing this file
C:\World of Warcraft Classic\WTF\Account\AccountName\SavedVariables\Questie.lua
these 2 variables to:
["xOfs"] = 10,
["yOfs"] = 10,
Fixed it for me. Made the questie screen visible again so it could be moved.

I suspect what broke it, was me having the questie box selected and moving my pointer off screen. (DOH!)