Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Where are the hackfixes in question?

[DiscordArchive] Where are the hackfixes in question?

[DiscordArchive] Where are the hackfixes in question?

rektbyfaith
Administrator
0
08-29-2025, 08:15 AM
#1
Archived author: MaxtorCoder • Posted: 2025-08-29T08:15:35.825000+00:00
Original source

Where are the hackfixes in question?
rektbyfaith
08-29-2025, 08:15 AM #1

Archived author: MaxtorCoder • Posted: 2025-08-29T08:15:35.825000+00:00
Original source

Where are the hackfixes in question?

rektbyfaith
Administrator
0
08-29-2025, 08:17 AM
#2
Archived author: Crane • Posted: 2025-08-29T08:17:29.340000+00:00
Original source

as example from Boss Lichking source
```c++
void ChangeDamageAndGrow()
{
SetHitDamage(int32(GetHitDamage() * GetCaster()->GetObjectScale()));
// HACK: target player should cast this spell on defile
// however with current aura handling auras cast by different units
// cannot stack on the same aura object increasing the stack count
GetCaster()->CastSpell(GetCaster(), SPELL_DEFILE_GROW, true);
}
```

Thick and fat labeled as hack
rektbyfaith
08-29-2025, 08:17 AM #2

Archived author: Crane • Posted: 2025-08-29T08:17:29.340000+00:00
Original source

as example from Boss Lichking source
```c++
void ChangeDamageAndGrow()
{
SetHitDamage(int32(GetHitDamage() * GetCaster()->GetObjectScale()));
// HACK: target player should cast this spell on defile
// however with current aura handling auras cast by different units
// cannot stack on the same aura object increasing the stack count
GetCaster()->CastSpell(GetCaster(), SPELL_DEFILE_GROW, true);
}
```

Thick and fat labeled as hack

rektbyfaith
Administrator
0
08-29-2025, 08:19 AM
#3
Archived author: MaxtorCoder • Posted: 2025-08-29T08:19:21.386000+00:00
Original source

Mkay and read the comment
rektbyfaith
08-29-2025, 08:19 AM #3

Archived author: MaxtorCoder • Posted: 2025-08-29T08:19:21.386000+00:00
Original source

Mkay and read the comment

Recently Browsing
 
Recently Browsing