Questie

Questie

116M Downloads

Questie shows an unavailable quest "James Hyal" (part 1) at NPC "Connor Rivers"

arphox opened this issue · 9 comments

commented

Description

Questie indicates on the map and minimap that I have an available quest "James Hyal" from NPC Connor Rivers, but the NPC does not offer this quest. I am level 36.

Screenshots

Minimap saying the quest is available:
kép

But it is not:
kép

Questie version

4.0.18

Here is my Questie.lua file, maybe it can be useful for debugging: Questie.lua.txt

commented

Related to #889

commented

Another case where the old comments from Thotbot, now on Wowhead, may shed light: https://classic.wowhead.com/quest=1301/james-hyal#comments

From what I gather there's a Cooking level requirement for it to be available.

@arphox Could you check again with the NPC and tell us what's your Cooking skill?

commented

If @arphox has 225/225 cooking this seems to be something else for this quest 🤔 @haggen Could you check if you can accept the quest? Kind of strange if the second part can just be accepted but the first part requires cooking

commented

My cooking skill is 225/225.

commented

@haggen That would really make sense! Even though the solution to this is currently to simply hide the quest. We're not able to check profession requirements at this point.

commented

@arphox Could you do us another favor? Could you type the following in-game and tell us what it shows? Oh and how much reputation you have towards Stormwind?

/dump {IsQuestFlaggedCompleted(1301), IsQuestFlaggedCompleted(1302)}
[1]={
  [1]=false,
  [2]=true
}

My Stormwind reputation is Honored, 6983/12000

commented

@arphox Thank you!
@BreakBB Well there we go. He's already completed part 2 which makes part 1 kind of obsolete since it only exists to direct you to part 2. I'm might be wrong but wouldn't it be the case to simply add part 1 (1301) to the exclusivity group of part 2 (1302)?

commented

@haggen Yes, you're absolutely correct for this part! Fixed the requirements

commented

@BreakBB Yes I have the part 1 available to me as well. Also I've got 184/225 Cooking.

@arphox Could you do us another favor? Could you type the following in-game and tell us what it shows? Oh and how much reputation you have towards Stormwind?

/dump {IsQuestFlaggedCompleted(1301), IsQuestFlaggedCompleted(1302)}