[DiscordArchive] line 303 : me->SetHealth(me->GetMaxHealth() * 0.5f); // starts at 50% health
[DiscordArchive] line 303 : me->SetHealth(me->GetMaxHealth() * 0.5f); // starts at 50% health
Archived author: Frost® • Posted: 2024-01-26T19:10:08.009000+00:00
Original source
line 303 : me->SetHealth(me->GetMaxHealth() * 0.5f); // starts at 50% health
line 441 : uint32 startingHealth = me->GetMaxHealth() * 0.5f;
do you want to change these because of autobalance ?
Archived author: Young Toto • Posted: 2024-01-26T19:45:54.228000+00:00
Original source
When a spell applies EffectAura 112 = SPELL_AURA_OVERRIDE_CLASS_SCRIPTS, is that handled by the server? And if so, where? e.g., DK's crypt fever has that aura but I don't see it anywhere in the spell_dk.cpp script