AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
npc_kalecgos_kj Struct Reference
Inheritance diagram for npc_kalecgos_kj:
NullCreatureAI CreatureAI UnitAI

Public Member Functions

 npc_kalecgos_kj (Creature *creature)
 
void Reset () override
 
void DoAction (int32 param) override
 
void JustSummoned (Creature *summon) override
 
void UpdateAI (uint32 diff) override
 Use to start attacking a target. Called just before JustEngagedWith()
 
- Public Member Functions inherited from NullCreatureAI
 NullCreatureAI (Creature *c)
 
void MoveInLineOfSight (Unit *) override
 
void AttackStart (Unit *) override
 
void UpdateAI (uint32) override
 Use to start attacking a target. Called just before JustEngagedWith()
 
void EnterEvadeMode (EvadeReason) override
 
void OnCharmed (bool) override
 Called when unit is charmed.
 
- Public Member Functions inherited from CreatureAI
void Talk (uint8 id, WorldObject const *whisperTarget=nullptr, Milliseconds delay=0ms)
 Causes the creature to talk/say the text assigned to their entry in the creature_text database table.
 
void Talk (uint8 id, Milliseconds delay)
 
WorldObjectGetSummoner () const
 Returns the summoner creature/object, if the creature is a temporary summon.
 
 CreatureAI (Creature *creature)
 
 ~CreatureAI () override
 
void MoveCircleChecks ()
 
void MoveBackwardsChecks ()
 
void MoveInLineOfSight_Safe (Unit *who)
 == Reactions At =================================
 
void TriggerAlert (Unit const *who) const
 
virtual bool CanRespawn ()
 
virtual void JustEngagedWith (Unit *)
 Called for reaction when initially engaged.
 
virtual void JustDied (Unit *)
 
virtual void KilledUnit (Unit *)
 
virtual void IsSummonedBy (WorldObject *)
 
virtual void SummonedCreatureDespawn (Creature *)
 
virtual void SummonedCreatureDies (Creature *, Unit *)
 
virtual void SummonedCreatureDespawnAll ()
 
virtual void SummonedCreatureEvade (Creature *)
 
virtual void SpellHit (Unit *, SpellInfo const *)
 
virtual void SpellHitTarget (Unit *, SpellInfo const *)
 
virtual void OnSpellCastFinished (SpellInfo const *, SpellFinishReason)
 
virtual void AttackedBy (Unit *)
 
virtual bool IsEscorted ()
 
virtual void JustRespawned ()
 
virtual void MovementInform (uint32, uint32)
 
virtual void PathEndReached (uint32)
 
virtual void JustReachedHome ()
 
void DoZoneInCombat (Creature *creature=nullptr, float maxRangeToNearestTarget=250.0f)
 
virtual void ReceiveEmote (Player *, uint32)
 
virtual void OwnerAttackedBy (Unit *)
 
virtual void OwnerAttacked (Unit *)
 
virtual void CorpseRemoved (uint32 &)
 == Triggered Actions Requested ==================
 
virtual void PassengerBoarded (Unit *, int8, bool)
 == Fields =======================================
 
virtual bool BeforeSpellClick (Unit *)
 
virtual void OnSpellClick (Unit *, bool &)
 
virtual bool CanSeeAlways (WorldObject const *)
 
virtual bool CanBeSeen (Player const *)
 
virtual bool CanAlwaysBeDetectable (WorldObject const *)
 
virtual void PetStopAttack ()
 
int32 VisualizeBoundary (uint32 duration, Unit *owner=nullptr, bool fill=false, bool checkZ=false) const
 
virtual bool CheckInRoom ()
 
CreatureBoundary const * GetBoundary () const
 
void SetBoundary (CreatureBoundary const *boundary, bool negativeBoundaries=false)
 
bool IsInBoundary (Position const *who=nullptr) const
 
virtual void CalculateThreat (Unit *, float &, SpellInfo const *)
 
virtual bool OnTeleportUnreacheablePlayer (Player *)
 
virtual void OnAuraRemove (AuraApplication *, AuraRemoveMode)
 
virtual void DistancingStarted ()
 
virtual void DistancingEnded ()
 
- Public Member Functions inherited from UnitAI
 UnitAI (Unit *unit)
 
virtual ~UnitAI ()
 
virtual bool CanAIAttack (Unit const *) const
 
virtual void InitializeAI ()
 
virtual uint32 GetData (uint32) const
 
virtual void SetData (uint32, uint32)
 
virtual void SetGUID (ObjectGuid const &, int32=0)
 
virtual ObjectGuid GetGUID (int32=0) const
 
UnitSelectTarget (SelectTargetMethod targetType, uint32 position=0, float dist=0.0f, bool playerOnly=false, bool withTank=true, int32 aura=0)
 
template<class PREDICATE >
UnitSelectTarget (SelectTargetMethod targetType, uint32 position, PREDICATE const &predicate)
 
void SelectTargetList (std::list< Unit * > &targetList, uint32 num, SelectTargetMethod targetType, uint32 position=0, float dist=0.0f, bool playerOnly=false, bool withTank=true, int32 aura=0)
 Select the best (up to) <num> targets (in <targetType> order) from the threat list that fulfill the following:
 
template<class PREDICATE >
void SelectTargetList (std::list< Unit * > &targetList, uint32 num, SelectTargetMethod targetType, uint32 position, PREDICATE const &predicate)
 
virtual void JustEnteredCombat (Unit *)
 Called when the unit enters combat.
 
virtual void JustExitedCombat ()
 Called when the unit leaves combat.
 
virtual void DamageDealt (Unit *, uint32 &, DamageEffectType, SpellSchoolMask)
 Called at any Damage to any victim (before damage apply)
 
virtual void DamageTaken (Unit *, uint32 &, DamageEffectType, SpellSchoolMask)
 Called at any Damage from any attacker (before damage apply)
 
virtual void HealReceived (Unit *, uint32 &)
 Called when the creature receives heal.
 
virtual void OnPowerUpdate (Powers, int32, int32, uint32)
 Called when the creature power updates.
 
virtual void HealDone (Unit *, uint32 &)
 Called when the unit heals.
 
virtual void OnCalculateMeleeDamageReceived (uint32 &, Unit *)
 Called during damage calculations.
 
virtual void OnCalculateSpellDamageReceived (int32 &, Unit *)
 
virtual void OnCalculatePeriodicTickReceived (uint32 &, Unit *)
 Called during calculation when receiving periodic healing or damage (DoT or HoT)
 
void AttackStartCaster (Unit *victim, float dist)
 
SpellCastResult DoAddAuraToAllHostilePlayers (uint32 spellid)
 
SpellCastResult DoCast (uint32 spellId)
 
SpellCastResult DoCast (Unit *victim, uint32 spellId, bool triggered=false)
 
SpellCastResult DoCastSelf (uint32 spellId, bool triggered=false)
 
SpellCastResult DoCastToAllHostilePlayers (uint32 spellid, bool triggered=false)
 To specify the caster as target if the spell is self-cast.
 
SpellCastResult DoCastVictim (uint32 spellId, bool triggered=false)
 
SpellCastResult DoCastAOE (uint32 spellId, bool triggered=false)
 
SpellCastResult DoCastRandomTarget (uint32 spellId, uint32 threatTablePosition=0, float dist=0.0f, bool playerOnly=true, bool triggered=false, bool withTank=true)
 Cast the spell on a random unit from the threat list.
 
SpellCastResult DoCastMaxThreat (uint32 spellId, uint32 threatTablePosition=0, float dist=0.0f, bool playerOnly=true, bool triggered=false)
 Cast spell on the top threat target, which may not be the current victim.
 
float DoGetSpellMaxRange (uint32 spellId, bool positive=false)
 
void DoMeleeAttackIfReady ()
 
bool DoSpellAttackIfReady (uint32 spell)
 
void DoSpellAttackToRandomTargetIfReady (uint32 spell, uint32 threatTablePosition=0, float dist=0.f, bool playerOnly=true)
 
virtual void SummonMovementInform (Creature *, uint32, uint32)
 Called when a summon reaches a waypoint or point movement finished.
 
virtual void sGossipHello (Player *)
 
virtual void sGossipSelect (Player *, uint32, uint32)
 
virtual void sGossipSelectCode (Player *, uint32, uint32, char const *)
 
virtual void sQuestAccept (Player *, Quest const *)
 
virtual void sQuestSelect (Player *, Quest const *)
 
virtual void sQuestComplete (Player *, Quest const *)
 
virtual void sQuestReward (Player *, Quest const *, uint32)
 
virtual void sOnGameEvent (bool, uint16)
 
virtual std::string GetDebugInfo () const
 

Public Attributes

EventMap events
 
InstanceScriptinstance
 
SummonList summons
 

Additional Inherited Members

- Public Types inherited from CreatureAI
enum  EvadeReason {
  EVADE_REASON_NO_HOSTILES ,
  EVADE_REASON_BOUNDARY ,
  EVADE_REASON_SEQUENCE_BREAK ,
  EVADE_REASON_NO_PATH ,
  EVADE_REASON_OTHER
}
 
- Static Public Member Functions inherited from NullCreatureAI
static int32 Permissible (Creature const *creature)
 
- Static Public Member Functions inherited from CreatureAI
static bool IsInBounds (CreatureBoundary const &boundary, Position const *who)
 
- Static Public Member Functions inherited from UnitAI
static void FillAISpellInfo ()
 
- Static Public Attributes inherited from UnitAI
static AISpellInfoTypeAISpellInfo
 
- Protected Member Functions inherited from CreatureAI
bool UpdateVictim ()
 
bool UpdateVictimWithGaze ()
 
void SetGazeOn (Unit *target)
 
CreatureDoSummon (uint32 entry, Position const &pos, uint32 despawnTime=30000, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN)
 
CreatureDoSummon (uint32 entry, WorldObject *obj, float radius=5.0f, uint32 despawnTime=30000, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN)
 
CreatureDoSummonFlyer (uint32 entry, WorldObject *obj, float flightZ, float radius=5.0f, uint32 despawnTime=30000, TempSummonType summonType=TEMPSUMMON_CORPSE_TIMED_DESPAWN)
 
bool _EnterEvadeMode (EvadeReason why=EVADE_REASON_OTHER)
 
- Protected Attributes inherited from CreatureAI
Creature *const me
 
EventMap events
 
TaskScheduler scheduler
 
CreatureBoundary const * _boundary
 
bool _negateBoundary
 
- Protected Attributes inherited from UnitAI
Unit *const me
 

Detailed Description

Constructor & Destructor Documentation

◆ npc_kalecgos_kj()

npc_kalecgos_kj::npc_kalecgos_kj ( Creature creature)
inline
700 : NullCreatureAI(creature), summons(me)
701 {
702 instance = creature->GetInstanceScript();
703 }
Creature *const me
Definition CreatureAI.h:73
Definition PassiveAI.h:53
InstanceScript * GetInstanceScript() const
Definition Object.cpp:1221
SummonList summons
Definition boss_kiljaeden.cpp:707
InstanceScript * instance
Definition boss_kiljaeden.cpp:706

References WorldObject::GetInstanceScript(), and instance.

Member Function Documentation

◆ DoAction()

void npc_kalecgos_kj::DoAction ( int32  param)
inlineoverridevirtual

Reimplemented from UnitAI.

716 {
717 if (param == ACTION_START_POST_EVENT)
718 {
719 me->SetCanFly(false);
720 me->SetDisableGravity(false);
722 events.ScheduleEvent(EVENT_SCENE_01, 35s);
723 }
724 }
@ EVENT_SCENE_01
Definition boss_kiljaeden.cpp:632
@ SPELL_TELEPORT_AND_TRANSFORM
Definition boss_kiljaeden.cpp:624
@ ACTION_START_POST_EVENT
Definition boss_kiljaeden.cpp:104
events
Definition boss_sartura.cpp:43
void SetCanFly(bool enable)
Add the movement flag: MOVEMENTFLAGCAN_FLY. Generaly only use by players, allowing them to fly by pre...
Definition Unit.cpp:20391
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:1194
void SetDisableGravity(bool disable)
Definition Unit.cpp:20331

References ACTION_START_POST_EVENT, Unit::CastSpell(), EVENT_SCENE_01, CreatureAI::me, Unit::SetCanFly(), Unit::SetDisableGravity(), and SPELL_TELEPORT_AND_TRANSFORM.

◆ JustSummoned()

void npc_kalecgos_kj::JustSummoned ( Creature summon)
inlineoverridevirtual

Reimplemented from CreatureAI.

727 {
728 summons.Summon(summon);
729 if (summon->GetEntry() == NPC_SHATTERED_SUN_RIFTWAKER)
730 {
731 summon->CastSpell(summon, SPELL_TELEPORT_VISUAL, true);
732
733 if (summons.size() == 1)
734 summon->GetMotionMaster()->MovePoint(0, 1727.08f, 656.82f, 28.37f, FORCED_MOVEMENT_NONE, 0.f, 5.14f, false, true);
735 else
736 summon->GetMotionMaster()->MovePoint(0, 1738.84f, 627.32f, 28.26f, FORCED_MOVEMENT_NONE, 0.f, 2.0f, false, true);
737 }
738 else if (summon->GetEntry() == NPC_SHATTRATH_PORTAL_DUMMY)
739 {
740 if (Creature* riftwaker = summon->FindNearestCreature(NPC_SHATTERED_SUN_RIFTWAKER, 10.0f))
741 riftwaker->CastSpell(summon, SPELL_OPEN_PORTAL_FROM_SHATTRATH, false);
742 summon->SetWalk(true);
743 summon->GetMotionMaster()->MovePoint(0, summon->GetPositionX(), summon->GetPositionY(), summon->GetPositionZ() + 30.0f, FORCED_MOVEMENT_NONE, 0.f, 0.f, false, true);
744 }
745 else if (summon->GetEntry() == NPC_INERT_PORTAL)
746 summon->CastSpell(summon, SPELL_BOSS_ARCANE_PORTAL_STATE, true);
747 else if (summon->GetEntry() == NPC_SHATTERED_SUN_SOLDIER)
748 summon->CastSpell(summon, SPELL_TELEPORT_VISUAL, true);
749 else if (summon->GetEntry() == NPC_LADY_LIADRIN)
750 {
751 summon->CastSpell(summon, SPELL_TELEPORT_VISUAL, true);
752 summon->SetWalk(true);
753 }
754 else if (summon->GetEntry() == NPC_PROPHET_VELEN)
755 {
756 summon->CastSpell(summon, SPELL_TELEPORT_VISUAL, true);
757 summon->SetWalk(true);
758 summon->GetMotionMaster()->MovePoint(0, 1710.15f, 639.23f, 27.311f, FORCED_MOVEMENT_NONE, 0.f, 0.f, false, true);
759 }
760 else if (summon->GetEntry() == NPC_THE_CORE_OF_ENTROPIUS)
761 summon->GetMotionMaster()->MovePoint(0, summon->GetPositionX(), summon->GetPositionY(), 30.0f);
762 }
@ FORCED_MOVEMENT_NONE
Definition MotionMaster.h:85
@ NPC_SHATTERED_SUN_RIFTWAKER
Definition boss_kiljaeden.cpp:616
@ NPC_SHATTRATH_PORTAL_DUMMY
Definition boss_kiljaeden.cpp:617
@ SPELL_BOSS_ARCANE_PORTAL_STATE
Definition boss_kiljaeden.cpp:627
@ NPC_LADY_LIADRIN
Definition boss_kiljaeden.cpp:620
@ SPELL_OPEN_PORTAL_FROM_SHATTRATH
Definition boss_kiljaeden.cpp:625
@ SPELL_TELEPORT_VISUAL
Definition boss_kiljaeden.cpp:626
@ NPC_PROPHET_VELEN
Definition boss_kiljaeden.cpp:621
@ NPC_INERT_PORTAL
Definition boss_kiljaeden.cpp:618
@ NPC_THE_CORE_OF_ENTROPIUS
Definition boss_kiljaeden.cpp:622
@ NPC_SHATTERED_SUN_SOLDIER
Definition boss_kiljaeden.cpp:619
Definition Creature.h:47
bool SetWalk(bool enable) override
Enable or disable the creature's walk mode by removing: MOVEMENTFLAG_WALKING. Infom also the client.
Definition Creature.cpp:3222
void MovePoint(uint32 id, const Position &pos, ForcedMovement forcedMovement=FORCED_MOVEMENT_NONE, float speed=0.f, bool generatePath=true, bool forceDestination=true)
Definition MotionMaster.h:228
uint32 GetEntry() const
Definition Object.h:116
void Summon(Creature const *summon)
Definition ScriptedCreature.h:88
size_type size() const
Definition ScriptedCreature.h:78
MotionMaster * GetMotionMaster()
Definition Unit.h:1713
Creature * FindNearestCreature(uint32 entry, float range, bool alive=true) const
Definition Object.cpp:2450
float GetPositionZ() const
Definition Position.h:123
float GetPositionX() const
Definition Position.h:121
float GetPositionY() const
Definition Position.h:122

References Unit::CastSpell(), WorldObject::FindNearestCreature(), FORCED_MOVEMENT_NONE, Object::GetEntry(), Unit::GetMotionMaster(), Position::GetPositionX(), Position::GetPositionY(), Position::GetPositionZ(), MotionMaster::MovePoint(), NPC_INERT_PORTAL, NPC_LADY_LIADRIN, NPC_PROPHET_VELEN, NPC_SHATTERED_SUN_RIFTWAKER, NPC_SHATTERED_SUN_SOLDIER, NPC_SHATTRATH_PORTAL_DUMMY, NPC_THE_CORE_OF_ENTROPIUS, Creature::SetWalk(), SummonList::size(), SPELL_BOSS_ARCANE_PORTAL_STATE, SPELL_OPEN_PORTAL_FROM_SHATTRATH, SPELL_TELEPORT_VISUAL, SummonList::Summon(), and summons.

◆ Reset()

void npc_kalecgos_kj::Reset ( )
inlineoverridevirtual

Reimplemented from UnitAI.

710 {
711 events.Reset();
713 }
void DespawnAll(Milliseconds delay=0ms)
Definition ScriptedCreature.cpp:71

References SummonList::DespawnAll(), and summons.

◆ UpdateAI()

void npc_kalecgos_kj::UpdateAI ( uint32  )
inlineoverridevirtual

Use to start attacking a target. Called just before JustEngagedWith()

Implements UnitAI.

765 {
766 events.Update(diff);
767 switch (uint32 eventId = events.ExecuteEvent())
768 {
769 case EVENT_SCENE_01:
771 events.ScheduleEvent(eventId + 1, 15s);
772 break;
773 case EVENT_SCENE_02:
774 me->SummonCreature(NPC_SHATTERED_SUN_RIFTWAKER, 1688.42f, 641.82f, 27.60f, 0.67f);
775 me->SummonCreature(NPC_SHATTERED_SUN_RIFTWAKER, 1712.58f, 616.29f, 27.78f, 0.76f);
776 events.ScheduleEvent(eventId + 1, 6s);
777 break;
778 case EVENT_SCENE_03:
779 me->SummonCreature(NPC_SHATTRATH_PORTAL_DUMMY, 1727.08f + cos(5.14f), 656.82f + std::sin(5.14f), 28.37f + 2.0f, 0.0f, TEMPSUMMON_TIMED_DESPAWN, 10000);
780 me->SummonCreature(NPC_SHATTRATH_PORTAL_DUMMY, 1738.84f + cos(2.0f), 627.32f + std::sin(2.0f), 28.26f + 2.0f, 0.0f, TEMPSUMMON_TIMED_DESPAWN, 10000);
781 events.ScheduleEvent(eventId + 1, 11s);
782 break;
783 case EVENT_SCENE_04:
784 me->SummonCreature(NPC_INERT_PORTAL, 1734.96f, 642.43f, 28.06f, 3.49f);
785 events.ScheduleEvent(eventId + 1, 4s);
786 break;
787 case EVENT_SCENE_05:
788 if (Creature* first = me->SummonCreature(NPC_SHATTERED_SUN_SOLDIER, 1729.48f, 640.49f, 28.06f, 3.49f))
789 {
790 first->m_Events.AddEventAtOffset(new MoveDelayed(first, 1718.70f, 607.78f, 28.06f, 2.323f), 5s);
791 first->m_Events.AddEventAtOffset(new FixOrientation(first), 12s);
792 for (uint8 i = 0; i < 9; ++i)
793 if (Creature* follower = me->SummonCreature(NPC_SHATTERED_SUN_SOLDIER, 1729.48f + 5 * cos(i * 2.0f * M_PI / 9), 640.49f + 5 * std::sin(i * 2.0f * M_PI / 9), 28.06f, 3.49f))
794 follower->GetMotionMaster()->MoveFollow(first, 3.0f, follower->GetAngle(first));
795 }
796 events.ScheduleEvent(eventId + 1, 10s);
797 break;
798 case EVENT_SCENE_06:
799 if (Creature* first = me->SummonCreature(NPC_SHATTERED_SUN_SOLDIER, 1729.48f, 640.49f, 28.06f, 3.49f))
800 {
801 first->m_Events.AddEventAtOffset(new MoveDelayed(first, 1678.69f, 649.27f, 28.06f, 5.46f), 5s);
802 first->m_Events.AddEventAtOffset(new FixOrientation(first), 14500ms);
803 for (uint8 i = 0; i < 9; ++i)
804 if (Creature* follower = me->SummonCreature(NPC_SHATTERED_SUN_SOLDIER, 1729.48f + 5 * cos(i * 2.0f * M_PI / 9), 640.49f + 5 * std::sin(i * 2.0f * M_PI / 9), 28.06f, 3.49f))
805 follower->GetMotionMaster()->MoveFollow(first, 3.0f, follower->GetAngle(first));
806 }
807 events.ScheduleEvent(eventId + 1, 12s);
808 break;
809 case EVENT_SCENE_07:
810 me->SummonCreature(NPC_LADY_LIADRIN, 1719.87f, 644.265f, 28.06f, 3.83f);
811 me->SummonCreature(NPC_PROPHET_VELEN, 1717.97f, 646.44f, 28.06f, 3.94f);
812 events.ScheduleEvent(eventId + 1, 7s);
813 break;
814 case EVENT_SCENE_08:
816 velen->AI()->Talk(SAY_VELEN_01);
817 events.ScheduleEvent(eventId + 1, 25s);
818 break;
819 case EVENT_SCENE_09:
821 velen->AI()->Talk(SAY_VELEN_02);
822 events.ScheduleEvent(eventId + 1, 14500ms);
823 break;
824 case EVENT_SCENE_10:
826 velen->AI()->Talk(SAY_VELEN_03);
827 events.ScheduleEvent(eventId + 1, 12500ms);
828 break;
829 case EVENT_SCENE_11:
830 me->SummonCreature(NPC_THE_CORE_OF_ENTROPIUS, 1698.86f, 628.73f, 92.83f, 0.0f);
832 velen->CastSpell(velen, SPELL_CALL_ENTROPIUS, false);
833 events.ScheduleEvent(eventId + 1, 8s);
834 break;
835 case EVENT_SCENE_12:
837 {
838 velen->InterruptNonMeleeSpells(false);
839 velen->AI()->Talk(SAY_VELEN_04);
840 }
841 events.ScheduleEvent(eventId + 1, 20s);
842 break;
843 case EVENT_SCENE_13:
845 liadrin->GetMotionMaster()->MovePoint(0, 1711.28f, 637.29f, 27.29f);
846 events.ScheduleEvent(eventId + 1, 6s);
847 break;
848 case EVENT_SCENE_14:
850 liadrin->AI()->Talk(SAY_LIADRIN_01);
851 events.ScheduleEvent(eventId + 1, 10s);
852 break;
853 case EVENT_SCENE_15:
855 velen->AI()->Talk(SAY_VELEN_05);
856 events.ScheduleEvent(eventId + 1, 14s);
857 break;
858 case EVENT_SCENE_16:
860 liadrin->AI()->Talk(SAY_LIADRIN_02);
861 events.ScheduleEvent(eventId + 1, 2s);
862 break;
863 case EVENT_SCENE_17:
865 velen->AI()->Talk(SAY_VELEN_06);
866 events.ScheduleEvent(eventId + 1, 3s);
867 break;
868 case EVENT_SCENE_18:
870 {
871 core->RemoveAllAuras();
872 core->CastSpell(core, SPELL_BLAZE_TO_LIGHT, true);
873 }
874 events.ScheduleEvent(eventId + 1, 8s);
875 break;
876 case EVENT_SCENE_19:
878 {
879 core->SetObjectScale(0.75f);
880 core->GetMotionMaster()->MovePoint(0, core->GetPositionX(), core->GetPositionY(), 28.0f);
881 }
882 events.ScheduleEvent(eventId + 1, 2s);
883 break;
884 case EVENT_SCENE_20:
886 core->CastSpell(core, SPELL_SUNWELL_IGNITION, true);
887 events.ScheduleEvent(eventId + 1, 3s);
888 break;
889 case EVENT_SCENE_21:
891 velen->AI()->Talk(SAY_VELEN_07);
892 events.ScheduleEvent(eventId + 1, 15s);
893 break;
894 case EVENT_SCENE_22:
896 liadrin->AI()->Talk(SAY_LIADRIN_03);
897 events.ScheduleEvent(eventId + 1, 20s);
898 break;
899 case EVENT_SCENE_23:
901 velen->AI()->Talk(SAY_VELEN_08);
903 liadrin->SetStandState(UNIT_STAND_STATE_KNEEL);
904 events.ScheduleEvent(eventId + 1, 8s);
905 break;
906 case EVENT_SCENE_24:
908 velen->AI()->Talk(SAY_VELEN_09);
909 events.ScheduleEvent(eventId + 1, 5s);
910 break;
911 case EVENT_SCENE_25:
913 {
914 velen->GetMotionMaster()->MovePoint(0, 1739.38f, 643.79f, 28.06f);
915 velen->DespawnOrUnsummon(5s);
916 }
917 events.ScheduleEvent(eventId + 1, 3s);
918 break;
919 case EVENT_SCENE_26:
920 for (SummonList::const_iterator itr = summons.begin(); itr != summons.end(); ++itr)
921 if (Creature* summon = ObjectAccessor::GetCreature(*me, *itr))
922 if (summon->GetEntry() == NPC_SHATTERED_SUN_SOLDIER)
923 {
924 summon->GetMotionMaster()->MovePoint(0, 1739.38f, 643.79f, 28.06f);
925 summon->DespawnOrUnsummon(Milliseconds(uint32(summon->GetExactDist2d(1734.96f, 642.43f) * 100)));
926 }
927 events.ScheduleEvent(eventId + 1, 7s);
928 break;
929 case EVENT_SCENE_27:
930 me->setActive(false);
933 break;
934 }
935 }
std::uint8_t uint8
Definition Define.h:109
std::uint32_t uint32
Definition Define.h:107
std::chrono::milliseconds Milliseconds
Milliseconds shorthand typedef.
Definition Duration.h:27
@ TEMPSUMMON_TIMED_DESPAWN
Definition Object.h:50
@ UNIT_STAND_STATE_KNEEL
Definition UnitDefines.h:40
@ EVENT_SCENE_15
Definition boss_kiljaeden.cpp:646
@ SAY_VELEN_02
Definition boss_kiljaeden.cpp:604
@ EVENT_SCENE_03
Definition boss_kiljaeden.cpp:634
@ EVENT_SCENE_02
Definition boss_kiljaeden.cpp:633
@ SAY_VELEN_04
Definition boss_kiljaeden.cpp:606
@ SAY_VELEN_09
Definition boss_kiljaeden.cpp:611
@ EVENT_SCENE_11
Definition boss_kiljaeden.cpp:642
@ EVENT_SCENE_08
Definition boss_kiljaeden.cpp:639
@ EVENT_SCENE_22
Definition boss_kiljaeden.cpp:653
@ EVENT_SCENE_21
Definition boss_kiljaeden.cpp:652
@ SAY_VELEN_06
Definition boss_kiljaeden.cpp:608
@ EVENT_SCENE_17
Definition boss_kiljaeden.cpp:648
@ SAY_VELEN_07
Definition boss_kiljaeden.cpp:609
@ SAY_LIADRIN_01
Definition boss_kiljaeden.cpp:612
@ EVENT_SCENE_19
Definition boss_kiljaeden.cpp:650
@ EVENT_SCENE_20
Definition boss_kiljaeden.cpp:651
@ EVENT_SCENE_13
Definition boss_kiljaeden.cpp:644
@ EVENT_SCENE_27
Definition boss_kiljaeden.cpp:658
@ EVENT_SCENE_06
Definition boss_kiljaeden.cpp:637
@ SPELL_BLAZE_TO_LIGHT
Definition boss_kiljaeden.cpp:629
@ SAY_VELEN_08
Definition boss_kiljaeden.cpp:610
@ EVENT_SCENE_05
Definition boss_kiljaeden.cpp:636
@ SAY_LIADRIN_02
Definition boss_kiljaeden.cpp:613
@ SPELL_CALL_ENTROPIUS
Definition boss_kiljaeden.cpp:628
@ SAY_LIADRIN_03
Definition boss_kiljaeden.cpp:614
@ EVENT_SCENE_09
Definition boss_kiljaeden.cpp:640
@ EVENT_SCENE_12
Definition boss_kiljaeden.cpp:643
@ EVENT_SCENE_18
Definition boss_kiljaeden.cpp:649
@ EVENT_SCENE_10
Definition boss_kiljaeden.cpp:641
@ SAY_VELEN_01
Definition boss_kiljaeden.cpp:603
@ EVENT_SCENE_07
Definition boss_kiljaeden.cpp:638
@ EVENT_SCENE_26
Definition boss_kiljaeden.cpp:657
@ EVENT_SCENE_16
Definition boss_kiljaeden.cpp:647
@ EVENT_SCENE_23
Definition boss_kiljaeden.cpp:654
@ SPELL_SUNWELL_IGNITION
Definition boss_kiljaeden.cpp:630
@ EVENT_SCENE_25
Definition boss_kiljaeden.cpp:656
@ SAY_VELEN_03
Definition boss_kiljaeden.cpp:605
@ EVENT_SCENE_04
Definition boss_kiljaeden.cpp:635
@ SAY_VELEN_05
Definition boss_kiljaeden.cpp:607
@ EVENT_SCENE_14
Definition boss_kiljaeden.cpp:645
@ EVENT_SCENE_24
Definition boss_kiljaeden.cpp:655
@ SAY_KALECGOS_GOODBYE
Definition boss_kiljaeden.cpp:40
void Talk(uint8 id, WorldObject const *whisperTarget=nullptr, Milliseconds delay=0ms)
Causes the creature to talk/say the text assigned to their entry in the creature_text database table.
Definition CreatureAI.cpp:53
CreatureAI * AI() const
Definition Creature.h:145
void AddEventAtOffset(BasicEvent *event, Milliseconds offset, uint8 eventGroup=0)
Definition EventProcessor.h:108
Definition boss_kiljaeden.cpp:681
Definition boss_kiljaeden.cpp:662
iterator begin()
Definition ScriptedCreature.h:48
StorageType::const_iterator const_iterator
Definition ScriptedCreature.h:37
Creature * GetCreatureWithEntry(uint32 entry) const
Definition ScriptedCreature.cpp:132
void DespawnEntry(uint32 entry)
Definition ScriptedCreature.cpp:54
iterator end()
Definition ScriptedCreature.h:58
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:2359
void setActive(bool isActiveObject)
Definition Object.cpp:1065
EventProcessor m_Events
Definition Object.h:731
Talk
Definition hyjal.cpp:82
Creature * GetCreature(WorldObject const &u, ObjectGuid const &guid)
Definition ObjectAccessor.cpp:210

References EventProcessor::AddEventAtOffset(), Creature::AI(), SummonList::begin(), Unit::CastSpell(), SummonList::DespawnEntry(), SummonList::end(), EVENT_SCENE_01, EVENT_SCENE_02, EVENT_SCENE_03, EVENT_SCENE_04, EVENT_SCENE_05, EVENT_SCENE_06, EVENT_SCENE_07, EVENT_SCENE_08, EVENT_SCENE_09, EVENT_SCENE_10, EVENT_SCENE_11, EVENT_SCENE_12, EVENT_SCENE_13, EVENT_SCENE_14, EVENT_SCENE_15, EVENT_SCENE_16, EVENT_SCENE_17, EVENT_SCENE_18, EVENT_SCENE_19, EVENT_SCENE_20, EVENT_SCENE_21, EVENT_SCENE_22, EVENT_SCENE_23, EVENT_SCENE_24, EVENT_SCENE_25, EVENT_SCENE_26, EVENT_SCENE_27, ObjectAccessor::GetCreature(), SummonList::GetCreatureWithEntry(), WorldObject::m_Events, CreatureAI::me, NPC_INERT_PORTAL, NPC_LADY_LIADRIN, NPC_PROPHET_VELEN, NPC_SHATTERED_SUN_RIFTWAKER, NPC_SHATTERED_SUN_SOLDIER, NPC_SHATTRATH_PORTAL_DUMMY, NPC_THE_CORE_OF_ENTROPIUS, SAY_KALECGOS_GOODBYE, SAY_LIADRIN_01, SAY_LIADRIN_02, SAY_LIADRIN_03, SAY_VELEN_01, SAY_VELEN_02, SAY_VELEN_03, SAY_VELEN_04, SAY_VELEN_05, SAY_VELEN_06, SAY_VELEN_07, SAY_VELEN_08, SAY_VELEN_09, WorldObject::setActive(), SPELL_BLAZE_TO_LIGHT, SPELL_CALL_ENTROPIUS, SPELL_SUNWELL_IGNITION, WorldObject::SummonCreature(), summons, CreatureAI::Talk(), TEMPSUMMON_TIMED_DESPAWN, and UNIT_STAND_STATE_KNEEL.

Member Data Documentation

◆ events

EventMap npc_kalecgos_kj::events

◆ instance

InstanceScript* npc_kalecgos_kj::instance

Referenced by npc_kalecgos_kj().

◆ summons

SummonList npc_kalecgos_kj::summons

Referenced by JustSummoned(), Reset(), and UpdateAI().


The documentation for this struct was generated from the following file: