|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Private Member Functions | |
| void | CalculateAmountExpertise (AuraEffect const *, int32 &amount, bool &) |
| void | CalculateAmountMeleeHit (AuraEffect const *, int32 &amount, bool &) |
| void | CalculateAmountSpellHit (AuraEffect const *, int32 &amount, bool &) |
| bool | Load () OVERRIDE |
| PrepareAuraScript (spell_warl_pet_scaling_05_AuraScript) | |
| void | Register () OVERRIDE |
Definition at line 530 of file spell_pet.cpp.
|
inlineprivate |
Definition at line 571 of file spell_pet.cpp.
References CR_HIT_SPELL, AuraScript::GetCaster(), AuraScript::GetOwner(), and SPELL_AURA_MOD_SPELL_HIT_CHANCE.
Referenced by Register().
|
inlineprivate |
Definition at line 541 of file spell_pet.cpp.
References CR_HIT_SPELL, AuraScript::GetCaster(), AuraScript::GetOwner(), and SPELL_AURA_MOD_SPELL_HIT_CHANCE.
Referenced by Register().
|
inlineprivate |
Definition at line 556 of file spell_pet.cpp.
References CR_HIT_SPELL, AuraScript::GetCaster(), AuraScript::GetOwner(), and SPELL_AURA_MOD_SPELL_HIT_CHANCE.
Referenced by Register().
|
inlineprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 534 of file spell_pet.cpp.
References AuraScript::GetCaster(), AuraScript::GetOwner(), OVERRIDE, and TYPEID_PLAYER.
|
private |
|
inlineprivatevirtual |
Implements _SpellScript.
Definition at line 586 of file spell_pet.cpp.
References AuraEffectCalcAmountFn, CalculateAmountExpertise(), CalculateAmountMeleeHit(), CalculateAmountSpellHit(), AuraScript::DoEffectCalcAmount, EFFECT_0, EFFECT_1, EFFECT_2, OVERRIDE, SPELL_AURA_MOD_EXPERTISE, SPELL_AURA_MOD_HIT_CHANCE, and SPELL_AURA_MOD_SPELL_HIT_CHANCE.