Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Wait, is that some fucking tooltip code or something?

[DiscordArchive] Wait, is that some fucking tooltip code or something?

[DiscordArchive] Wait, is that some fucking tooltip code or something?

Pages (4): Previous 1 2 3 4 Next
rektbyfaith
Administrator
0
12-28-2024, 03:55 PM
#11
Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:27.534000+00:00
Original source

Ooohhh
rektbyfaith
12-28-2024, 03:55 PM #11

Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:27.534000+00:00
Original source

Ooohhh

rektbyfaith
Administrator
0
12-28-2024, 03:55 PM
#12
Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:30.315000+00:00
Original source

That is a different function
rektbyfaith
12-28-2024, 03:55 PM #12

Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:30.315000+00:00
Original source

That is a different function

rektbyfaith
Administrator
0
12-28-2024, 03:55 PM
#13
Archived author: Tea • Posted: 2024-12-28T15:55:30.521000+00:00
Original source

<https://www.wowhead.com/spell=443161/unlock-globe-yeti>
rektbyfaith
12-28-2024, 03:55 PM #13

Archived author: Tea • Posted: 2024-12-28T15:55:30.521000+00:00
Original source

<https://www.wowhead.com/spell=443161/unlock-globe-yeti>

rektbyfaith
Administrator
0
12-28-2024, 03:55 PM
#14
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);
}
```
rektbyfaith
12-28-2024, 03:55 PM #14

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);
}
```

rektbyfaith
Administrator
0
12-28-2024, 03:55 PM
#15
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][]
rektbyfaith
12-28-2024, 03:55 PM #15

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][]

rektbyfaith
Administrator
0
12-28-2024, 03:55 PM
#16
Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:55.269000+00:00
Original source

This is the func that goes to IsQuestFlaggedCompleted
rektbyfaith
12-28-2024, 03:55 PM #16

Archived author: MaxtorCoder • Posted: 2024-12-28T15:55:55.269000+00:00
Original source

This is the func that goes to IsQuestFlaggedCompleted

rektbyfaith
Administrator
0
12-28-2024, 03:56 PM
#17
Archived author: MaxtorCoder • Posted: 2024-12-28T15:56:04.209000+00:00
Original source

Aaahhh
rektbyfaith
12-28-2024, 03:56 PM #17

Archived author: MaxtorCoder • Posted: 2024-12-28T15:56:04.209000+00:00
Original source

Aaahhh

rektbyfaith
Administrator
0
12-28-2024, 03:56 PM
#18
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
rektbyfaith
12-28-2024, 03:56 PM #18

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

rektbyfaith
Administrator
0
12-28-2024, 03:57 PM
#19
Archived author: Tea • Posted: 2024-12-28T15:57:03.931000+00:00
Original source

nah, just overall scaling
rektbyfaith
12-28-2024, 03:57 PM #19

Archived author: Tea • Posted: 2024-12-28T15:57:03.931000+00:00
Original source

nah, just overall scaling

rektbyfaith
Administrator
0
12-28-2024, 03:57 PM
#20
Archived author: Tea • Posted: 2024-12-28T15:57:28.273000+00:00
Original source

chromietime isnt the only thing using CtrOptions
rektbyfaith
12-28-2024, 03:57 PM #20

Archived author: Tea • Posted: 2024-12-28T15:57:28.273000+00:00
Original source

chromietime isnt the only thing using CtrOptions

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