[DiscordArchive] i would think so?
[DiscordArchive] i would think so?
Archived author: Mithria • Posted: 2025-07-31T08:45:39.187000+00:00
Original source
i would think so?
Archived author: Mithria • Posted: 2025-07-31T08:45:44.892000+00:00
Original source
unless im missing a check somewhere in the code
Archived author: Mithria • Posted: 2025-07-31T08:47:18.671000+00:00
Original source
```
bool Player::SatisfyQuestDay(Quest const* qInfo, bool msg) const
{
if (!qInfo->IsDaily() && !qInfo->IsDFQuest())
return true;
if (qInfo->IsDFQuest())
{
if (!m_DFQuests.empty())
return false;
return true;
}
```
this will always return false if you've done at least one type of random dungeon reward, whether normal or heroic, locking you out of the other one.
Archived author: Mithria • Posted: 2025-07-31T08:48:52.062000+00:00
Original source
just trying to figure out if this is blizzlike wotlk behavior or not
Archived author: Spargel • Posted: 2025-07-31T08:49:01.636000+00:00
Original source
That sort of sounds familiar, but I'm unable to remember if it was really the case in retail. I feel like it's the kind of annoyance that would've been the case until the systems got changed.
Archived author: Spargel • Posted: 2025-07-31T08:50:43.550000+00:00
Original source
Like, I can picture hitting 80 and having done a random regular that day but needing to at least wait until the next for the random heroic reward. Frustrating, but might have been a tracking limitation.
Archived author: Spargel • Posted: 2025-07-31T08:52:55.016000+00:00
Original source
Having each category separate makes more sense to me, but might not have been the case.
Archived author: Spargel • Posted: 2025-07-31T08:55:29.388000+00:00
Original source
*
There were also those daily dungeon quests from an npc in Dalaran. I don't remember at what point they got removed, but I'd guess whenever the switch happened from emblems to points.
Archived author: Mithria • Posted: 2025-07-31T08:55:48.904000+00:00
Original source
those were removed in 3.3
Archived author: Spargel • Posted: 2025-07-31T08:56:07.067000+00:00
Original source
Ah, so they're gone for us? I haven't looked for them.