Anniversary editon
adamgnab opened this issue ยท 21 comments
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.
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
.
One such quest is A Troubled Spirit (a class quest for warriors), which will only be available starting from Phase 3.
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 ๐คท๐ป
OK - for me : taking back silithus, the camp mojache, The Hunters charm, the wildlife suffers too, The darkmoon Faire,
- Taking Back Silithus, Taking Back Silithus and Camp Mojache are already hidden for a month. Make sure you are running the latest Questie version
- The Hunters charm along with the other Sunken Temple class quests will be hidden with the next release
- The Wildlife Suffers Too and The Wildlife Suffers Too should already be available in P1 ๐ค
- All Darkmoon Faire quests will also be hidden with the next release
OK I recheck The Wildlife Suffers Too being next time in EPL
So Questie thinks you are not playing on an Anniversary server. Are you sure you are? ๐
Can you run the following ingame and report the output (it should either show "true" or "false")?
/dump Questie.IsAnniversary
What does /dump Questie.IsSoM
, /dump Questie.IsClassic
, /dump Questie.IsHardcore
and /dump Questie.IsAnniversaryHardcore
print?
Dump: value=Questie.IsSoM
[1]=false
Dump: value=Questie.IsClassic
[1]=true
Dump: value=Questie.IsHardcore
[1]=true
Dump: value=Questie.IsAnniversaryHardcore
[1]=true
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:
- Open
Questie/Database/Corrections/QuestieQuestBlacklist.lua
- In line 4621 there is
elseif Questie.IsAnniversary then
- Replace it with
elseif Questie.IsAnniversary or Questie.IsAnniversaryHardcore then
- Do a
/reload
Thanks for testing @adamgnab ๐