Page 62 of 65

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Mon Feb 29, 2016 7:10 pm
by capowow
Which version would you recommend?

2.0.12 or 2.0.13 beta?

Also how can you disable that questie shows all the avaliable quests on the world and mini map?
I don't like having exclamation marks everywhere.

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Tue Mar 01, 2016 3:04 pm
by Lala Calamari
I had Questie working fine for one night. Ever since then it just doesn't show up. I'm not seeing my quests on the side and I'm not seeing the directional arrow for selected quests.

I've tried 2.0.12, 2.0.13 and even the 3.0 beta. I've removed the old files and copied over the addons. I've removed the whole WoW application and did a fresh install. I'm at a loss here, I've installed countless addons and never had an issue.

Questie shows that it loads when I start the game. I'm just not seeing it on screen. Any ideas?

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Fri Mar 04, 2016 7:47 am
by schaka
New Question version is out, as someone submitted a pull request:
https://github.com/AeroScripts/QuestieD ... s/tag/v2.1

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Fri Mar 04, 2016 3:41 pm
by monteo
Хм there are differences from Dyaxler
At him it was possible shift click to clean tracking of a quest from a tracker quest

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Fri Mar 04, 2016 6:40 pm
by schaka
He now has access to the repo, so he can make all changes directly to questie.

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Fri Mar 04, 2016 10:52 pm
by Bebop
Is there anyway to reset the progression window for quests? I must have moved the little window that lists quest progression months ago and now when I shift click any quests nothing changes and no new quests will show up. /resetui also does nothing.

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Sat Mar 05, 2016 12:33 pm
by saltypragmatist
schaka wrote:New Question version is out, as someone submitted a pull request:
https://github.com/AeroScripts/QuestieD ... s/tag/v2.1


thanks

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Sun Mar 06, 2016 10:16 pm
by Dyaxler
Sorry, I wasn't watching this thread and missed a couple of questions.

@schaka - thank you for the access. :)

@Bebop - Look in %WOWROOT% \ WTF \ Account \ %USERNAME% \ SavedVariables \ Questie.lua

You'll see something like this:

Code: Select all
   ["position"] = {
      ["relativeTo"] = "UIParent",
      ["point"] = "TOPLEFT",
      ["relativePoint"] = "TOPLEFT",
      ["yOfs"] = -565.7111703083583,
      ["xOfs"] = 10.58527515269513,
   },


Change the two yOfs and xOfs values to 0 (zero) and the point and relativePoint values to "CENTER" . Once you log back into WoW the quest tracker will be smack in the middle of your screen and you'll be able to move it back to where you want it. :)

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Mon Mar 07, 2016 7:10 am
by gabisenk
I see only a handful of quest appearing on the map. All being my level. Can't I change that to see some of the higher lvl quests?

Re: [Addon] Questie v2.0.12 - A quest helper for vanilla!

PostPosted: Mon Mar 07, 2016 7:22 am
by Dyaxler
One of the core features of Questie is to only show you quests that you can do.