|
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_hun_pet_scaling_04_AuraScript) | |
| void | Register () OVERRIDE |
Definition at line 1088 of file spell_pet.cpp.
|
inlineprivate |
Definition at line 1133 of file spell_pet.cpp.
References CR_EXPERTISE, AuraScript::GetCaster(), AuraScript::GetOwner(), and SPELL_AURA_MOD_EXPERTISE.
Referenced by Register().
|
inlineprivate |
Definition at line 1099 of file spell_pet.cpp.
References CR_HIT_MELEE, AuraScript::GetCaster(), AuraScript::GetOwner(), and SPELL_AURA_MOD_HIT_CHANCE.
Referenced by Register().
|
inlineprivate |
Definition at line 1116 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 1092 of file spell_pet.cpp.
References AuraScript::GetCaster(), AuraScript::GetOwner(), OVERRIDE, and TYPEID_PLAYER.
|
private |
|
inlineprivatevirtual |
Implements _SpellScript.
Definition at line 1150 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.