AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
spell_sha_fire_nova Class Reference
Inheritance diagram for spell_sha_fire_nova:
SpellScript _SpellScript

Private Member Functions

 PrepareSpellScript (spell_sha_fire_nova)
 
bool Validate (SpellInfo const *spellInfo) override
 
SpellCastResult CheckFireTotem ()
 
void HandleDummy (SpellEffIndex)
 
void Register () override
 

Additional Inherited Members

- Public Member Functions inherited from SpellScript
bool _Validate (SpellInfo const *entry) override
 
bool _Load (Spell *spell)
 
void _InitHit ()
 
bool _IsEffectPrevented (SpellEffIndex effIndex)
 
bool _IsDefaultEffectPrevented (SpellEffIndex effIndex)
 
void _PrepareScriptCall (SpellScriptHookType hookType)
 
void _FinishScriptCall ()
 
bool IsInCheckCastHook () const
 
bool IsInTargetHook () const
 
bool IsInHitPhase () const
 
bool IsInEffectHook () const
 
UnitGetCaster ()
 
UnitGetOriginalCaster ()
 
SpellInfo const * GetSpellInfo ()
 
SpellValue const * GetSpellValue ()
 
WorldLocation const * GetExplTargetDest ()
 
void SetExplTargetDest (WorldLocation &loc)
 
WorldObjectGetExplTargetWorldObject ()
 
UnitGetExplTargetUnit ()
 
GameObjectGetExplTargetGObj ()
 
ItemGetExplTargetItem ()
 
UnitGetHitUnit ()
 
CreatureGetHitCreature ()
 
PlayerGetHitPlayer ()
 
ItemGetHitItem ()
 
GameObjectGetHitGObj ()
 
WorldLocationGetHitDest ()
 
int32 GetHitDamage ()
 
void SetHitDamage (int32 damage)
 
void PreventHitDamage ()
 
int32 GetHitHeal ()
 
void SetHitHeal (int32 heal)
 
void PreventHitHeal ()
 
SpellGetSpell ()
 
AuraGetHitAura ()
 
void PreventHitAura ()
 
void PreventHitEffect (SpellEffIndex effIndex)
 
void PreventHitDefaultEffect (SpellEffIndex effIndex)
 
int32 GetEffectValue () const
 
void SetEffectValue (int32 value)
 
ItemGetCastItem ()
 
void CreateItem (uint32 effIndex, uint32 itemId)
 
SpellInfo const * GetTriggeringSpell ()
 
void FinishCast (SpellCastResult result)
 
void Cancel ()
 
void SetCustomCastResultMessage (SpellCustomErrors result)
 
- Public Member Functions inherited from _SpellScript
 _SpellScript ()
 
virtual ~_SpellScript ()
 
virtual void _Register ()
 
virtual void _Unload ()
 
virtual void _Init (std::string const *scriptname, uint32 spellId)
 
std::string const * _GetScriptName () const
 
virtual void Register ()=0
 
virtual bool Validate (SpellInfo const *)
 
virtual bool Load ()
 
virtual void Unload ()
 
- Static Public Member Functions inherited from _SpellScript
static bool ValidateSpellInfo (std::initializer_list< uint32 > spellIds)
 
template<class T >
static bool ValidateSpellInfo (T const &spellIds)
 
- Public Attributes inherited from SpellScript
HookList< CastHandlerBeforeCast
 
HookList< CastHandlerOnCast
 
HookList< CastHandlerAfterCast
 
HookList< CheckCastHandlerOnCheckCast
 
HookList< EffectHandlerOnEffectLaunch
 
HookList< EffectHandlerOnEffectLaunchTarget
 
HookList< EffectHandlerOnEffectHit
 
HookList< EffectHandlerOnEffectHitTarget
 
HookList< BeforeHitHandlerBeforeHit
 
HookList< HitHandlerOnHit
 
HookList< HitHandlerAfterHit
 
HookList< ObjectAreaTargetSelectHandlerOnObjectAreaTargetSelect
 
HookList< ObjectTargetSelectHandlerOnObjectTargetSelect
 
HookList< DestinationTargetSelectHandlerOnDestinationTargetSelect
 
virtual bool _Validate (SpellInfo const *entry)
 
- Protected Attributes inherited from _SpellScript
uint8 m_currentScriptState
 
std::string const * m_scriptName
 
uint32 m_scriptSpellId
 

Detailed Description

Member Function Documentation

◆ CheckFireTotem()

SpellCastResult spell_sha_fire_nova::CheckFireTotem ( )
inlineprivate
710 {
711 // fire totem
712 Unit* caster = GetCaster();
713 if (Creature* totem = caster->GetMap()->GetCreature(caster->m_SummonSlot[1]))
714 {
715 if (!caster->IsWithinDistInMap(totem, caster->GetSpellMaxRangeForTarget(totem, GetSpellInfo())))
717 return SPELL_CAST_OK;
718 }
719 else
720 {
723 }
724 }
@ SPELL_CUSTOM_ERROR_MUST_HAVE_FIRE_TOTEM
Definition: SharedDefines.h:1198
@ SPELL_FAILED_CUSTOM_ERROR
Definition: SharedDefines.h:1093
@ SPELL_FAILED_OUT_OF_RANGE
Definition: SharedDefines.h:1018
@ SPELL_CAST_OK
Definition: SharedDefines.h:1110
Definition: Creature.h:46
Map * GetMap() const
Definition: Object.h:517
bool IsWithinDistInMap(WorldObject const *obj, float dist2compare, bool is3D=true, bool useBoundingRadius=true) const
Definition: Object.cpp:1321
Definition: Unit.h:1290
float GetSpellMaxRangeForTarget(Unit const *target, SpellInfo const *spellInfo) const
Definition: Unit.cpp:15039
ObjectGuid m_SummonSlot[MAX_SUMMON_SLOT]
Definition: Unit.h:2068
Creature * GetCreature(ObjectGuid const guid)
Definition: Map.cpp:3293
SpellInfo const * GetSpellInfo()
Definition: SpellScript.cpp:411
void SetCustomCastResultMessage(SpellCustomErrors result)
Definition: SpellScript.cpp:646
Unit * GetCaster()
Definition: SpellScript.cpp:401

References SpellScript::GetCaster(), Map::GetCreature(), WorldObject::GetMap(), SpellScript::GetSpellInfo(), Unit::GetSpellMaxRangeForTarget(), WorldObject::IsWithinDistInMap(), Unit::m_SummonSlot, SpellScript::SetCustomCastResultMessage(), SPELL_CAST_OK, SPELL_CUSTOM_ERROR_MUST_HAVE_FIRE_TOTEM, SPELL_FAILED_CUSTOM_ERROR, and SPELL_FAILED_OUT_OF_RANGE.

Referenced by Register().

◆ HandleDummy()

void spell_sha_fire_nova::HandleDummy ( SpellEffIndex  )
inlineprivate
727 {
728 Unit* caster = GetCaster();
729 if (Creature* totem = caster->GetMap()->GetCreature(caster->m_SummonSlot[1]))
730 {
731 uint8 rank = GetSpellInfo()->GetRank();
732 if (totem->IsTotem())
733 caster->CastSpell(totem, sSpellMgr->GetSpellWithRank(SPELL_SHAMAN_FIRE_NOVA_TRIGGERED_R1, rank), true);
734 }
735 }
std::uint8_t uint8
Definition: Define.h:110
#define sSpellMgr
Definition: SpellMgr.h:818
@ SPELL_SHAMAN_FIRE_NOVA_TRIGGERED_R1
Definition: spell_shaman.cpp:42
SpellCastResult CastSpell(SpellCastTargets const &targets, SpellInfo const *spellInfo, CustomSpellValues const *value, TriggerCastFlags triggerFlags=TRIGGERED_NONE, Item *castItem=nullptr, AuraEffect const *triggeredByAura=nullptr, ObjectGuid originalCaster=ObjectGuid::Empty)
Definition: Unit.cpp:1169
uint8 GetRank() const
Definition: SpellInfo.cpp:2477

References Unit::CastSpell(), SpellScript::GetCaster(), Map::GetCreature(), WorldObject::GetMap(), SpellInfo::GetRank(), SpellScript::GetSpellInfo(), Unit::m_SummonSlot, SPELL_SHAMAN_FIRE_NOVA_TRIGGERED_R1, and sSpellMgr.

Referenced by Register().

◆ PrepareSpellScript()

spell_sha_fire_nova::PrepareSpellScript ( spell_sha_fire_nova  )
private

◆ Register()

void spell_sha_fire_nova::Register ( )
inlineoverrideprivatevirtual

Implements _SpellScript.

738 {
741 }
#define SpellCheckCastFn(F)
Definition: SpellScript.h:329
#define SpellEffectFn(F, I, N)
Definition: SpellScript.h:337
@ EFFECT_0
Definition: SharedDefines.h:30
@ SPELL_EFFECT_DUMMY
Definition: SharedDefines.h:753
HookList< CheckCastHandler > OnCheckCast
Definition: SpellScript.h:328
HookList< EffectHandler > OnEffectHitTarget
Definition: SpellScript.h:336
void HandleDummy(SpellEffIndex)
Definition: spell_shaman.cpp:726
SpellCastResult CheckFireTotem()
Definition: spell_shaman.cpp:709

References CheckFireTotem(), EFFECT_0, HandleDummy(), SpellScript::OnCheckCast, SpellScript::OnEffectHitTarget, SPELL_EFFECT_DUMMY, SpellCheckCastFn, and SpellEffectFn.

◆ Validate()

bool spell_sha_fire_nova::Validate ( SpellInfo const *  spellInfo)
inlineoverrideprivatevirtual

Reimplemented from _SpellScript.

698 {
699 SpellInfo const* firstRankSpellInfo = sSpellMgr->GetSpellInfo(SPELL_SHAMAN_FIRE_NOVA_R1);
700 if (!firstRankSpellInfo || !spellInfo->IsRankOf(firstRankSpellInfo))
701 return false;
702
703 uint8 rank = spellInfo->GetRank();
704 if (!sSpellMgr->GetSpellWithRank(SPELL_SHAMAN_FIRE_NOVA_TRIGGERED_R1, rank, true))
705 return false;
706 return true;
707 }
@ SPELL_SHAMAN_FIRE_NOVA_R1
Definition: spell_shaman.cpp:41
Definition: SpellInfo.h:314

References SpellInfo::GetRank(), SpellInfo::IsRankOf(), SPELL_SHAMAN_FIRE_NOVA_R1, SPELL_SHAMAN_FIRE_NOVA_TRIGGERED_R1, and sSpellMgr.