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): Previous 1 2 3 4 Next
rektbyfaith
Administrator
0
07-31-2025, 08:56 AM
#11
Archived author: Mithria • Posted: 2025-07-31T08:56:11.742000+00:00
Original source

yes
rektbyfaith
07-31-2025, 08:56 AM #11

Archived author: Mithria • Posted: 2025-07-31T08:56:11.742000+00:00
Original source

yes

rektbyfaith
Administrator
0
07-31-2025, 08:59 AM
#12
Archived author: Mithria • Posted: 2025-07-31T08:59:30.586000+00:00
Original source

i dont think they should be mutually exclusive based on how the patch notes were written
rektbyfaith
07-31-2025, 08:59 AM #12

Archived author: Mithria • Posted: 2025-07-31T08:59:30.586000+00:00
Original source

i dont think they should be mutually exclusive based on how the patch notes were written

rektbyfaith
Administrator
0
07-31-2025, 09:00 AM
#13
Archived author: Mithria • Posted: 2025-07-31T09:00:04.716000+00:00
Original source

idk
rektbyfaith
07-31-2025, 09:00 AM #13

Archived author: Mithria • Posted: 2025-07-31T09:00:04.716000+00:00
Original source

idk

rektbyfaith
Administrator
0
07-31-2025, 09:01 AM
#14
Archived author: Mithria • Posted: 2025-07-31T09:01:45.371000+00:00
Original source

doesn't seem to be any source on the web that explicitly says "both rewards can be earned in one day", but community manager Zarhym said in a blue post in 2009 that daily heroic rewards 2 emblems of frost once per day, and daily random normal awards 2 triumph once per day.
rektbyfaith
07-31-2025, 09:01 AM #14

Archived author: Mithria • Posted: 2025-07-31T09:01:45.371000+00:00
Original source

doesn't seem to be any source on the web that explicitly says "both rewards can be earned in one day", but community manager Zarhym said in a blue post in 2009 that daily heroic rewards 2 emblems of frost once per day, and daily random normal awards 2 triumph once per day.

rektbyfaith
Administrator
0
07-31-2025, 09:02 AM
#15
Archived author: Mithria • Posted: 2025-07-31T09:02:04.967000+00:00
Original source

that doesnt guarantee they can both be done in one day, but it *sounds* like it
rektbyfaith
07-31-2025, 09:02 AM #15

Archived author: Mithria • Posted: 2025-07-31T09:02:04.967000+00:00
Original source

that doesnt guarantee they can both be done in one day, but it *sounds* like it

rektbyfaith
Administrator
0
07-31-2025, 09:24 AM
#16
Archived author: Mithria • Posted: 2025-07-31T09:24:22.213000+00:00
Original source

trinity core separates them
rektbyfaith
07-31-2025, 09:24 AM #16

Archived author: Mithria • Posted: 2025-07-31T09:24:22.213000+00:00
Original source

trinity core separates them

rektbyfaith
Administrator
0
07-31-2025, 09:24 AM
#17
Archived author: Spargel • Posted: 2025-07-31T09:24:38.816000+00:00
Original source

Ah, what's the secondary daily heroic reward? I found a comment that seems to indicate it's 2 triumph emblems, meaning there'd not be much point in doing a random of each if you do the heroic first.
rektbyfaith
07-31-2025, 09:24 AM #17

Archived author: Spargel • Posted: 2025-07-31T09:24:38.816000+00:00
Original source

Ah, what's the secondary daily heroic reward? I found a comment that seems to indicate it's 2 triumph emblems, meaning there'd not be much point in doing a random of each if you do the heroic first.

rektbyfaith
Administrator
0
07-31-2025, 09:24 AM
#18
Archived author: Mithria • Posted: 2025-07-31T09:24:47+00:00
Original source

from tc:
```
bool Player::SatisfyQuestDay(Quest const* qInfo, bool msg) const
{
if (!qInfo->IsDaily() && !qInfo->IsDFQuest())
return true;

if (qInfo->IsDFQuest())
{
if (m_DFQuests.find(qInfo->GetQuestId()) != m_DFQuests.end())
return false;

return true;
}
```
rektbyfaith
07-31-2025, 09:24 AM #18

Archived author: Mithria • Posted: 2025-07-31T09:24:47+00:00
Original source

from tc:
```
bool Player::SatisfyQuestDay(Quest const* qInfo, bool msg) const
{
if (!qInfo->IsDaily() && !qInfo->IsDFQuest())
return true;

if (qInfo->IsDFQuest())
{
if (m_DFQuests.find(qInfo->GetQuestId()) != m_DFQuests.end())
return false;

return true;
}
```

rektbyfaith
Administrator
0
07-31-2025, 09:25 AM
#19
Archived author: Mithria • Posted: 2025-07-31T09:25:05.767000+00:00
Original source

trinity checks if you've done *that specific dungeon quest* as opposed to if you've done any
rektbyfaith
07-31-2025, 09:25 AM #19

Archived author: Mithria • Posted: 2025-07-31T09:25:05.767000+00:00
Original source

trinity checks if you've done *that specific dungeon quest* as opposed to if you've done any

rektbyfaith
Administrator
0
07-31-2025, 09:27 AM
#20
Archived author: Mithria • Posted: 2025-07-31T09:27:05.447000+00:00
Original source

there wouldn't really be much point tbh, but i wish i could find confirmation of the blizzlike way of this
rektbyfaith
07-31-2025, 09:27 AM #20

Archived author: Mithria • Posted: 2025-07-31T09:27:05.447000+00:00
Original source

there wouldn't really be much point tbh, but i wish i could find confirmation of the blizzlike way of this

Pages (4): Previous 1 2 3 4 Next
Recently Browsing
 
Recently Browsing