Questie

Questie

128M Downloads

Anniversary editon

adamgnab opened this issue ยท 21 comments

commented

Question

Hi, any chance u make modyfier allowing filter quests by phase? In AE there is lot of non existing quest clues like 50 lvl class quest line or Dire Maul lines.

commented

Hey @adamgnab

Please report all quests that Questie shows which are not available yet. The goal is to always show only quests which are actually available.

Also make sure you are using the latest Questie version (it should be v10.10.2 atm). You can check your version with /questie version.

commented

One such quest is A Troubled Spirit (a class quest for warriors), which will only be available starting from Phase 3.

commented

I think it is easier for devs parse database (like wowhead) and find at which patch they were added - (eg. Added in patch 1.13.3)
there are lots of them showig excl. mark on minimap nad not available
Aniversary Servers are in phase 1.1.2 atm
image

commented

One such quest is A Troubled Spirit (a class quest for warriors), which will only be available starting from Phase 3.

Thanks @FlaxyDev this will be hidden in the next release ๐Ÿ‘๐Ÿป

I think it is easier for devs parse database

The thing is: We are quite sure Questie is already hiding most quests which are not available yet. Therefore it's not that helpful to go through "all" quests again which are becoming available at a later point. Moreover wowhead is wrong every now and then ๐Ÿคท๐Ÿป

commented

OK - for me : taking back silithus, the camp mojache, The Hunters charm, the wildlife suffers too, The darkmoon Faire,

commented
commented

OK I recheck The Wildlife Suffers Too being next time in EPL

commented

I have Questie 10.10.3 - both mojache and sili are there
image

commented

Would you mind enabling quest ID in advanced questie options?

commented

And also verify the Questie version ingame. This is the horde version and it is currently blacklisted:
image

commented

image

commented

Now that is really confusing ๐Ÿค”

commented

So Questie thinks you are not playing on an Anniversary server. Are you sure you are? ๐Ÿ˜…

commented

Can you run the following ingame and report the output (it should either show "true" or "false")?

/dump Questie.IsAnniversary

commented

FALSE

commented

What does /dump Questie.IsSoM, /dump Questie.IsClassic, /dump Questie.IsHardcore and /dump Questie.IsAnniversaryHardcore print?

commented

image

commented

Dump: value=Questie.IsSoM
[1]=false
Dump: value=Questie.IsClassic
[1]=true
Dump: value=Questie.IsHardcore
[1]=true
Dump: value=Questie.IsAnniversaryHardcore
[1]=true

commented

Thank you very much @adamgnab for your patience. We now have all information to fix this.

So unlike the other game versions Questie.IsAnniversaryHardcore is true while Questie.IsAnniversary is false. We expected it to be different.

We'll fix this and ship a release rather soon. If you want the fix right now:

  1. Open Questie/Database/Corrections/QuestieQuestBlacklist.lua
  2. In line 4621 there is elseif Questie.IsAnniversary then
  3. Replace it with elseif Questie.IsAnniversary or Questie.IsAnniversaryHardcore then
  4. Do a /reload
commented

WORKS ! - no single Q in sili
image

commented

Thanks for testing @adamgnab ๐ŸŽ‰