Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] i would think so?

[DiscordArchive] i would think so?

[DiscordArchive] i would think so?

Pages (4): 1 2 3 4 Next
rektbyfaith
Administrator
0
07-31-2025, 08:45 AM
#1
Archived author: Mithria • Posted: 2025-07-31T08:45:39.187000+00:00
Original source

i would think so?
rektbyfaith
07-31-2025, 08:45 AM #1

Archived author: Mithria • Posted: 2025-07-31T08:45:39.187000+00:00
Original source

i would think so?

rektbyfaith
Administrator
0
07-31-2025, 08:45 AM
#2
Archived author: Mithria • Posted: 2025-07-31T08:45:44.892000+00:00
Original source

unless im missing a check somewhere in the code
rektbyfaith
07-31-2025, 08:45 AM #2

Archived author: Mithria • Posted: 2025-07-31T08:45:44.892000+00:00
Original source

unless im missing a check somewhere in the code

rektbyfaith
Administrator
0
07-31-2025, 08:47 AM
#3
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.
rektbyfaith
07-31-2025, 08:47 AM #3

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.

rektbyfaith
Administrator
0
07-31-2025, 08:48 AM
#4
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
rektbyfaith
07-31-2025, 08:48 AM #4

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

rektbyfaith
Administrator
0
07-31-2025, 08:49 AM
#5
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.
rektbyfaith
07-31-2025, 08:49 AM #5

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.

rektbyfaith
Administrator
0
07-31-2025, 08:50 AM
#6
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.
rektbyfaith
07-31-2025, 08:50 AM #6

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.

rektbyfaith
Administrator
0
07-31-2025, 08:52 AM
#7
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.
rektbyfaith
07-31-2025, 08:52 AM #7

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.

rektbyfaith
Administrator
0
07-31-2025, 08:55 AM
#8
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.
rektbyfaith
07-31-2025, 08:55 AM #8

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.

rektbyfaith
Administrator
0
07-31-2025, 08:55 AM
#9
Archived author: Mithria • Posted: 2025-07-31T08:55:48.904000+00:00
Original source

those were removed in 3.3
rektbyfaith
07-31-2025, 08:55 AM #9

Archived author: Mithria • Posted: 2025-07-31T08:55:48.904000+00:00
Original source

those were removed in 3.3

rektbyfaith
Administrator
0
07-31-2025, 08:56 AM
#10
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.
rektbyfaith
07-31-2025, 08:56 AM #10

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.

Pages (4): 1 2 3 4 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)