[DiscordArchive] Where are the hackfixes in question?
[DiscordArchive] Where are the hackfixes in question?
Archived author: MaxtorCoder • Posted: 2025-08-29T08:15:35.825000+00:00
Original source
Where are the hackfixes in question?
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
Archived author: MaxtorCoder • Posted: 2025-08-29T08:19:21.386000+00:00
Original source
Mkay and read the comment