AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
spell_xt002_gravity_bomb_aura::spell_xt002_gravity_bomb_aura_AuraScript Class Reference
Inheritance diagram for spell_xt002_gravity_bomb_aura::spell_xt002_gravity_bomb_aura_AuraScript:
AuraScript _SpellScript

Private Member Functions

 PrepareAuraScript (spell_xt002_gravity_bomb_aura_AuraScript)
 
void OnRemove (AuraEffect const *aurEff, AuraEffectHandleModes)
 
void OnPeriodic (AuraEffect const *aurEff)
 
void Register () override
 

Additional Inherited Members

- Public Member Functions inherited from AuraScript
 AuraScript ()
 
bool _Validate (SpellInfo const *entry) override
 
bool _Load (Aura *aura)
 
void _PrepareScriptCall (AuraScriptHookType hookType, AuraApplication const *aurApp=nullptr)
 
void _FinishScriptCall ()
 
bool _IsDefaultActionPrevented ()
 
void PreventDefaultAction ()
 
SpellInfo const * GetSpellInfo () const
 
uint32 GetId () const
 
ObjectGuid GetCasterGUID () const
 
UnitGetCaster () const
 
WorldObjectGetOwner () const
 
UnitGetUnitOwner () const
 
DynamicObjectGetDynobjOwner () const
 
void Remove (uint32 removeMode=0)
 
AuraGetAura () const
 
AuraObjectType GetType () const
 
int32 GetDuration () const
 
void SetDuration (int32 duration, bool withMods=false)
 
void RefreshDuration ()
 
time_t GetApplyTime () const
 
int32 GetMaxDuration () const
 
void SetMaxDuration (int32 duration)
 
int32 CalcMaxDuration () const
 
bool IsExpired () const
 
bool IsPermanent () const
 
uint8 GetCharges () const
 
void SetCharges (uint8 charges)
 
uint8 CalcMaxCharges () const
 
bool ModCharges (int8 num, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT)
 
bool DropCharge (AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT)
 
uint8 GetStackAmount () const
 
void SetStackAmount (uint8 num)
 
bool ModStackAmount (int32 num, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT)
 
bool IsPassive () const
 
bool IsDeathPersistent () const
 
bool HasEffect (uint8 effIndex) const
 
AuraEffectGetEffect (uint8 effIndex) const
 
bool HasEffectType (AuraType type) const
 
UnitGetTarget () const
 
AuraApplication const * GetTargetApplication () const
 
- 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 AuraScript
HookList< CheckAreaTargetHandlerDoCheckAreaTarget
 
HookList< AuraDispelHandlerOnDispel
 
HookList< AuraDispelHandlerAfterDispel
 
HookList< EffectApplyHandlerOnEffectApply
 
HookList< EffectApplyHandlerAfterEffectApply
 
HookList< EffectApplyHandlerOnEffectRemove
 
HookList< EffectApplyHandlerAfterEffectRemove
 
HookList< EffectPeriodicHandlerOnEffectPeriodic
 
HookList< EffectUpdatePeriodicHandlerOnEffectUpdatePeriodic
 
HookList< EffectCalcAmountHandlerDoEffectCalcAmount
 
HookList< EffectCalcPeriodicHandlerDoEffectCalcPeriodic
 
HookList< EffectCalcSpellModHandlerDoEffectCalcSpellMod
 
HookList< EffectAbsorbHandlerOnEffectAbsorb
 
HookList< EffectAbsorbHandlerAfterEffectAbsorb
 
HookList< EffectManaShieldHandlerOnEffectManaShield
 
HookList< EffectManaShieldHandlerAfterEffectManaShield
 
HookList< EffectSplitHandlerOnEffectSplit
 
HookList< CheckProcHandlerDoCheckProc
 
HookList< AfterCheckProcHandlerDoAfterCheckProc
 
HookList< AuraProcHandlerDoPrepareProc
 
HookList< AuraProcHandlerOnProc
 
HookList< AuraProcHandlerAfterProc
 
HookList< EffectProcHandlerOnEffectProc
 
HookList< EffectProcHandlerAfterEffectProc
 
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

◆ OnPeriodic()

void spell_xt002_gravity_bomb_aura::spell_xt002_gravity_bomb_aura_AuraScript::OnPeriodic ( AuraEffect const *  aurEff)
inlineprivate
914 {
915 Unit* xt002 = GetCaster();
916 if (!xt002)
917 return;
918
919 Unit* owner = GetOwner()->ToUnit();
920 if (!owner)
921 return;
922
923 if (aurEff->GetAmount() >= int32(owner->GetHealth()))
924 if (xt002->GetAI())
926 }
std::int32_t int32
Definition: Define.h:104
@ DATA_XT002_GRAVITY_ACHIEV
Definition: boss_xt002.cpp:121
virtual void DoAction(int32)
Definition: UnitAI.h:201
Unit * ToUnit()
Definition: Object.h:200
Definition: Unit.h:1290
uint32 GetHealth() const
Definition: Unit.h:1440
UnitAI * GetAI()
Definition: Unit.h:1316
WorldObject * GetOwner() const
Definition: SpellScript.cpp:1025
Unit * GetCaster() const
Definition: SpellScript.cpp:1020

References DATA_XT002_GRAVITY_ACHIEV, UnitAI::DoAction(), Unit::GetAI(), AuraEffect::GetAmount(), AuraScript::GetCaster(), Unit::GetHealth(), AuraScript::GetOwner(), and Object::ToUnit().

Referenced by Register().

◆ OnRemove()

void spell_xt002_gravity_bomb_aura::spell_xt002_gravity_bomb_aura_AuraScript::OnRemove ( AuraEffect const *  aurEff,
AuraEffectHandleModes   
)
inlineprivate
902 {
903 if (Player* player = GetOwner()->ToPlayer())
904 if (Unit* xt002 = GetCaster())
905 if (xt002->HasAura(aurEff->GetAmount())) // Heartbreak aura indicating hard mode
906 if (Creature* cr = xt002->SummonCreature(NPC_VOID_ZONE, player->GetPositionX(), player->GetPositionY(), player->GetPositionZ(), 0, TEMPSUMMON_TIMED_DESPAWN, 180000))
907 {
908 int32 damage = GetSpellInfo()->Id == 63025 ? 5000 : 7500;
909 cr->CastCustomSpell(cr, SPELL_VOID_ZONE_DAMAGE, &damage, 0, 0, true);
910 }
911 }
@ TEMPSUMMON_TIMED_DESPAWN
Definition: Object.h:44
@ SPELL_VOID_ZONE_DAMAGE
Definition: boss_xt002.cpp:56
@ NPC_VOID_ZONE
Definition: boss_xt002.cpp:85
Definition: Creature.h:46
TempSummon * SummonCreature(uint32 id, const Position &pos, TempSummonType spwtype=TEMPSUMMON_MANUAL_DESPAWN, uint32 despwtime=0, uint32 vehId=0, SummonPropertiesEntry const *properties=nullptr, bool visibleBySummonerOnly=false) const
Definition: Object.cpp:2318
Definition: Player.h:1046
uint32 Id
Definition: SpellInfo.h:318
SpellInfo const * GetSpellInfo() const
Definition: SpellScript.cpp:1005

References AuraEffect::GetAmount(), AuraScript::GetCaster(), AuraScript::GetOwner(), AuraScript::GetSpellInfo(), SpellInfo::Id, NPC_VOID_ZONE, SPELL_VOID_ZONE_DAMAGE, WorldObject::SummonCreature(), and TEMPSUMMON_TIMED_DESPAWN.

Referenced by Register().

◆ PrepareAuraScript()

spell_xt002_gravity_bomb_aura::spell_xt002_gravity_bomb_aura_AuraScript::PrepareAuraScript ( spell_xt002_gravity_bomb_aura_AuraScript  )
private

◆ Register()

void spell_xt002_gravity_bomb_aura::spell_xt002_gravity_bomb_aura_AuraScript::Register ( )
inlineoverrideprivatevirtual

Implements _SpellScript.

929 {
932 }
@ SPELL_AURA_PERIODIC_DAMAGE
Definition: SpellAuraDefines.h:66
@ SPELL_AURA_PERIODIC_TRIGGER_SPELL
Definition: SpellAuraDefines.h:86
@ AURA_EFFECT_HANDLE_REAL
Definition: SpellAuraDefines.h:42
#define AuraEffectPeriodicFn(F, I, N)
Definition: SpellScript.h:760
#define AuraEffectRemoveFn(F, I, N, M)
Definition: SpellScript.h:754
@ EFFECT_0
Definition: SharedDefines.h:30
@ EFFECT_2
Definition: SharedDefines.h:32
HookList< EffectApplyHandler > AfterEffectRemove
Definition: SpellScript.h:753
HookList< EffectPeriodicHandler > OnEffectPeriodic
Definition: SpellScript.h:759
void OnRemove(AuraEffect const *aurEff, AuraEffectHandleModes)
Definition: boss_xt002.cpp:901
void OnPeriodic(AuraEffect const *aurEff)
Definition: boss_xt002.cpp:913

References AuraScript::AfterEffectRemove, AURA_EFFECT_HANDLE_REAL, AuraEffectPeriodicFn, AuraEffectRemoveFn, EFFECT_0, EFFECT_2, AuraScript::OnEffectPeriodic, OnPeriodic(), OnRemove(), SPELL_AURA_PERIODIC_DAMAGE, and SPELL_AURA_PERIODIC_TRIGGER_SPELL.