Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Is that a sync db query in world update loop ?

[DiscordArchive] Is that a sync db query in world update loop ?

[DiscordArchive] Is that a sync db query in world update loop ?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
09-01-2025, 08:40 PM
#1
Archived author: jackpoz • Posted: 2025-09-01T20:40:19.419000+00:00
Original source

Is that a sync db query in world update loop ?
rektbyfaith
09-01-2025, 08:40 PM #1

Archived author: jackpoz • Posted: 2025-09-01T20:40:19.419000+00:00
Original source

Is that a sync db query in world update loop ?

rektbyfaith
Administrator
0
09-01-2025, 10:09 PM
#2
Archived author: Foe • Posted: 2025-09-01T22:09:19.831000+00:00
Original source

https://tenor.com/view/todd-howard-it-ju...f-20598651
rektbyfaith
09-01-2025, 10:09 PM #2

Archived author: Foe • Posted: 2025-09-01T22:09:19.831000+00:00
Original source

https://tenor.com/view/todd-howard-it-ju...f-20598651

rektbyfaith
Administrator
0
09-01-2025, 10:11 PM
#3
Archived author: Crane • Posted: 2025-09-01T22:11:43.792000+00:00
Original source

No, it is only called once during reset.

```c++
void Reset() override
{
displaySet = false;
currentOrientation = 0.0f;

uint32 activeQuestId = GetWeeklyQuestFromPool();
if (!activeQuestId)
return;

uint32 displayId = GetDisplayIdForQuest(activeQuestId);
if (displayId)
{
me->SetDisplayId(displayId);
displaySet = true;
}
}```
rektbyfaith
09-01-2025, 10:11 PM #3

Archived author: Crane • Posted: 2025-09-01T22:11:43.792000+00:00
Original source

No, it is only called once during reset.

```c++
void Reset() override
{
displaySet = false;
currentOrientation = 0.0f;

uint32 activeQuestId = GetWeeklyQuestFromPool();
if (!activeQuestId)
return;

uint32 displayId = GetDisplayIdForQuest(activeQuestId);
if (displayId)
{
me->SetDisplayId(displayId);
displaySet = true;
}
}```

rektbyfaith
Administrator
0
09-01-2025, 10:16 PM
#4
Archived author: Crane • Posted: 2025-09-01T22:16:16.010000+00:00
Original source

It is very simple in structure. For me that is enough
rektbyfaith
09-01-2025, 10:16 PM #4

Archived author: Crane • Posted: 2025-09-01T22:16:16.010000+00:00
Original source

It is very simple in structure. For me that is enough

rektbyfaith
Administrator
0
09-01-2025, 10:18 PM
#5
Archived author: Tea • Posted: 2025-09-01T22:18:52.786000+00:00
Original source

so the answer was actually a "yes"
rektbyfaith
09-01-2025, 10:18 PM #5

Archived author: Tea • Posted: 2025-09-01T22:18:52.786000+00:00
Original source

so the answer was actually a "yes"

rektbyfaith
Administrator
0
09-01-2025, 10:22 PM
#6
Archived author: Crane • Posted: 2025-09-01T22:22:27.632000+00:00
Original source

I made a custom table and put all the displayIds of the bosses and the questid in there and then it is only compared with the quest in the pool table very simple
[Image: grafik.png?ex=690c76e3&is=690b2563&hm=fc...914736df5&]
rektbyfaith
09-01-2025, 10:22 PM #6

Archived author: Crane • Posted: 2025-09-01T22:22:27.632000+00:00
Original source

I made a custom table and put all the displayIds of the bosses and the questid in there and then it is only compared with the quest in the pool table very simple
[Image: grafik.png?ex=690c76e3&is=690b2563&hm=fc...914736df5&]

rektbyfaith
Administrator
0
09-01-2025, 10:22 PM
#7
Archived author: Tea • Posted: 2025-09-01T22:22:49.923000+00:00
Original source

look, i dont care about the feature, im only correcting you on a technical level
rektbyfaith
09-01-2025, 10:22 PM #7

Archived author: Tea • Posted: 2025-09-01T22:22:49.923000+00:00
Original source

look, i dont care about the feature, im only correcting you on a technical level

rektbyfaith
Administrator
0
09-01-2025, 10:23 PM
#8
Archived author: Tea • Posted: 2025-09-01T22:23:00.615000+00:00
Original source

Reset() IS called during world update loop
rektbyfaith
09-01-2025, 10:23 PM #8

Archived author: Tea • Posted: 2025-09-01T22:23:00.615000+00:00
Original source

Reset() IS called during world update loop

rektbyfaith
Administrator
0
09-01-2025, 10:23 PM
#9
Archived author: Tea • Posted: 2025-09-01T22:23:02.843000+00:00
Original source

thats all
rektbyfaith
09-01-2025, 10:23 PM #9

Archived author: Tea • Posted: 2025-09-01T22:23:02.843000+00:00
Original source

thats all

rektbyfaith
Administrator
0
09-01-2025, 10:24 PM
#10
Archived author: Crane • Posted: 2025-09-01T22:24:15.320000+00:00
Original source

or just restart the server
rektbyfaith
09-01-2025, 10:24 PM #10

Archived author: Crane • Posted: 2025-09-01T22:24:15.320000+00:00
Original source

or just restart the server

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