[DiscordArchive] Wait, is that some fucking tooltip code or something?
[DiscordArchive] Wait, is that some fucking tooltip code or something?
Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:27.534000+00:00
Original source
Ooohhh
Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:30.315000+00:00
Original source
That is a different function
Archived author: Tea • Posted: 2024-12-28T15:55:30.521000+00:00
Original source
<https://www.wowhead.com/spell=443161/unlock-globe-yeti>
Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:35.257000+00:00
Original source
```c
__int64 __fastcall sub_14350F550(unsigned int a1)
{
__int64 RecordByID; // rbx
char v2; // di
WowClientDB2_Base *DBQuestV2Pointer; // rax
int Int16ByOffset; // ebx
CGActivePlayer_C *ActivePlayer; // rax
CGActivePlayer_C *v6; // rdi
int v8; // [rsp+38h] [rbp+10h] BYREF
RecordByID = WowClientDB2_Base::GetRecordByID(&db_QuestV2, a1, 0, &v8);
if ( RecordByID )
{
v2 = 1;
DBQuestV2Pointer = GetDBQuestV2Pointer();
Int16ByOffset = WowClientDB2_Base::GetInt16ByOffset(RecordByID, 1u, 0LL, DBQuestV2Pointer);
}
else
{
LOBYTE(v8) = 0;
v2 = 0;
Int16ByOffset = v8;
}
if ( !v2 )
{
Int16ByOffset = 0;
}
if ( Int16ByOffset <= 0 )
{
return 0LL;
}
ActivePlayer = ObjectMgrClient::GetActivePlayer();
v6 = ActivePlayer;
if ( !ActivePlayer )
{
return 0LL;
}
if ( (ActivePlayer->m_playerData.CtrOptions.ConditionalFlags & 0x2000) != 0 && sub_142C2D730(ActivePlayer, Int16ByOffset) )
{
return CGActivePlayer::GetBitVectorByIndex(v6, 12u, Int16ByOffset - 1);
}
return sub_14350E630(v6, Int16ByOffset);
}
```
Archived author: Tea • Posted: 2024-12-28T15:55:37.845000+00:00
Original source
Allows you to summon Globe Yetis using the Box of Puntables toy.
$?q81617[|cnRED_FONT_COLOR:Already known|r][]
Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:55.269000+00:00
Original source
This is the func that goes to IsQuestFlaggedCompleted
Archived author: MaxtorCoder • Posted: 2024-12-28T15:56:04.209000+00:00
Original source
Aaahhh
Archived author: MaxtorCoder • Posted: 2024-12-28T15:56:37.726000+00:00
Original source
Yeah okay so index 12 is related to chromie time then I assume
Archived author: Tea • Posted: 2024-12-28T15:57:03.931000+00:00
Original source
nah, just overall scaling
Archived author: Tea • Posted: 2024-12-28T15:57:28.273000+00:00
Original source
chromietime isnt the only thing using CtrOptions