AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Private Member Functions | |
PrepareAuraScript (spell_dk_presence) | |
bool | Validate (SpellInfo const *) override |
void | HandleImprovedBloodPresence (AuraEffect const *aurEff, AuraEffectHandleModes) |
void | HandleImprovedFrostPresence (AuraEffect const *aurEff, AuraEffectHandleModes) |
void | HandleImprovedUnholyPresence (AuraEffect const *aurEff, AuraEffectHandleModes) |
void | HandleEffectRemove (AuraEffect const *, AuraEffectHandleModes) |
void | Register () override |
|
inlineprivate |
References AuraScript::GetTarget(), Unit::RemoveAura(), SPELL_DK_FROST_PRESENCE_TRIGGERED, SPELL_DK_IMPROVED_BLOOD_PRESENCE_TRIGGERED, SPELL_DK_IMPROVED_UNHOLY_PRESENCE_TRIGGERED, and SPELL_DK_UNHOLY_PRESENCE_TRIGGERED.
Referenced by Register().
|
inlineprivate |
References Unit::CastCustomSpell(), Unit::CastSpell(), EFFECT_0, Unit::GetAuraEffectOfRankedSpell(), AuraScript::GetId(), AuraScript::GetTarget(), Unit::HasAura(), SPELL_DK_BLOOD_PRESENCE, SPELL_DK_IMPROVED_BLOOD_PRESENCE_R1, SPELL_DK_IMPROVED_BLOOD_PRESENCE_TRIGGERED, and SPELLVALUE_BASE_POINT1.
Referenced by Register().
|
inlineprivate |
References Unit::CastCustomSpell(), Unit::CastSpell(), EFFECT_0, Unit::GetAuraEffectOfRankedSpell(), AuraScript::GetId(), AuraScript::GetTarget(), Unit::HasAura(), SPELL_DK_FROST_PRESENCE, SPELL_DK_FROST_PRESENCE_TRIGGERED, SPELL_DK_IMPROVED_FROST_PRESENCE_R1, and SPELLVALUE_BASE_POINT0.
Referenced by Register().
|
inlineprivate |
References Unit::CastCustomSpell(), Unit::CastSpell(), EFFECT_0, EFFECT_1, Unit::GetAuraEffectOfRankedSpell(), AuraScript::GetId(), AuraScript::GetTarget(), Unit::HasAura(), SPELL_DK_IMPROVED_UNHOLY_PRESENCE_R1, SPELL_DK_IMPROVED_UNHOLY_PRESENCE_TRIGGERED, SPELL_DK_UNHOLY_PRESENCE, SPELL_DK_UNHOLY_PRESENCE_TRIGGERED, and SPELLVALUE_BASE_POINT0.
Referenced by Register().
|
private |
|
inlineoverrideprivatevirtual |
Implements _SpellScript.
References AuraScript::AfterEffectApply, AuraScript::AfterEffectRemove, AURA_EFFECT_HANDLE_REAL, AuraEffectApplyFn, AuraEffectRemoveFn, EFFECT_0, HandleEffectRemove(), HandleImprovedBloodPresence(), HandleImprovedFrostPresence(), HandleImprovedUnholyPresence(), and SPELL_AURA_ANY.
|
inlineoverrideprivatevirtual |
Reimplemented from _SpellScript.
References SPELL_DK_BLOOD_PRESENCE, SPELL_DK_FROST_PRESENCE, SPELL_DK_FROST_PRESENCE_TRIGGERED, SPELL_DK_IMPROVED_BLOOD_PRESENCE_R1, SPELL_DK_IMPROVED_BLOOD_PRESENCE_TRIGGERED, SPELL_DK_IMPROVED_FROST_PRESENCE_R1, SPELL_DK_IMPROVED_UNHOLY_PRESENCE_R1, SPELL_DK_IMPROVED_UNHOLY_PRESENCE_TRIGGERED, SPELL_DK_UNHOLY_PRESENCE, SPELL_DK_UNHOLY_PRESENCE_TRIGGERED, and _SpellScript::ValidateSpellInfo().