|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Private Member Functions | |
| bool | CheckProc (ProcEventInfo &eventInfo) |
| void | HandleProc (AuraEffect const *aurEff, ProcEventInfo &eventInfo) |
| bool | Load () OVERRIDE |
| PrepareAuraScript (spell_rog_blade_flurry_AuraScript) | |
| void | Register () OVERRIDE |
| bool | Validate (SpellInfo const *) OVERRIDE |
Private Attributes | |
| Unit * | _procTarget |
Definition at line 42 of file spell_rogue.cpp.
|
inlineprivate |
Definition at line 59 of file spell_rogue.cpp.
References _procTarget, ProcEventInfo::GetDamageInfo(), ProcEventInfo::GetProcTarget(), AuraScript::GetTarget(), and Unit::SelectNearbyTarget().
Referenced by Register().
|
inlineprivate |
Definition at line 65 of file spell_rogue.cpp.
References _procTarget, Unit::CastCustomSpell(), DamageInfo::GetDamage(), ProcEventInfo::GetDamageInfo(), DamageInfo::GetSpellInfo(), AuraScript::GetTarget(), SpellInfo::Id, AuraScript::PreventDefaultAction(), SF_LOG_ERROR, SPELL_ROGUE_BLADE_FLURRY_EXTRA_ATTACK, and SPELLVALUE_BASE_POINT0.
Referenced by Register().
|
inlineprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 53 of file spell_rogue.cpp.
References _procTarget, and OVERRIDE.
|
private |
|
inlineprivatevirtual |
Implements _SpellScript.
Definition at line 75 of file spell_rogue.cpp.
References AuraCheckProcFn, AuraEffectProcFn, CheckProc(), AuraScript::DoCheckProc, EFFECT_0, HandleProc(), _SpellScript::m_scriptSpellId, AuraScript::OnEffectProc, OVERRIDE, SPELL_AURA_MOD_MELEE_HASTE, SPELL_AURA_MOD_POWER_REGEN_PERCENT, and SPELL_ROGUE_BLADE_FLURRY.
|
inlineprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 46 of file spell_rogue.cpp.
References OVERRIDE, SPELL_ROGUE_BLADE_FLURRY_EXTRA_ATTACK, and sSpellMgr.
|
private |
Definition at line 85 of file spell_rogue.cpp.
Referenced by CheckProc(), HandleProc(), and Load().