[DiscordArchive] <@200677690838220800> Remember the UF field I was talking about related to warband scenes?
[DiscordArchive] <@200677690838220800> Remember the UF field I was talking about related to warband scenes?
Archived author: MaxtorCoder • Posted: 2024-12-28T11:04:36.602000+00:00
Original source
Of course they added new fields to SMSG_FEATURE_SYSTEM_STATUS
Archived author: MaxtorCoder • Posted: 2024-12-28T11:04:44.122000+00:00
Original source
Dumb ass float fields as well
Archived author: MaxtorCoder • Posted: 2024-12-28T11:08:59.676000+00:00
Original source
```c
void __fastcall sub_14369D310(__int64 a1, ClientFeatureSystemStatus *a2)
{
if ( !a2->Field_1F2 )
{
if ( !qword_145764BD8 || (sub_14042DC30(qword_145764BD8, 0, 1u, 0, 0, 1), !qword_145764BD8) )
{
sub_1402B8770("Unexpected SetValue on unregistered CVar\n");
if ( (unsigned __int8)sub_1402AAD50(
0x85110087,
(unsigned int)"D:\\BuildServer\\C\\work-git\\wow\\Engine\\Source\\ConsoleBase\\ConsoleVar.h",
0x141,
1,
1,
0xF1025A0A,
(__int64)"m_cvar") )
{
__debugbreak();
}
}
}
sub_142D351A0((__int64)&qword_145764CA0, a2->Field_1F4);
sub_142D351A0((__int64)&qword_145764D70, a2->Field_1F8);
sub_142D351A0((__int64)&qword_145764E40, a2->Field_1FC);
}
```
Archived author: MaxtorCoder • Posted: 2024-12-28T11:09:01.391000+00:00
Original source
<a:Susge:818138933182988298>
Archived author: MaxtorCoder • Posted: 2024-12-28T11:12:05.063000+00:00
Original source
Oh, it's related to addon performance
Archived author: MaxtorCoder • Posted: 2024-12-28T11:36:40.659000+00:00
Original source
QUESTS_COMPLETED_BITS_SIZE returns 64 right...
Archived author: Tea • Posted: 2024-12-28T11:38:43.460000+00:00
Original source
yes
Archived author: Tea • Posted: 2024-12-28T11:49:39.961000+00:00
Original source
uh no
Archived author: Tea • Posted: 2024-12-28T11:49:46.962000+00:00
Original source
QUESTS_COMPLETED_BITS_SIZE is the array size, 1000
Archived author: Tea • Posted: 2024-12-28T11:49:53.691000+00:00
Original source
QUESTS_COMPLETED_BITS_PER_BLOCK is 64