![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "GameObject.h"#include "GameObjectAI.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "MoveSplineInit.h"#include "ObjectAccessor.h"#include "Player.h"#include "scholomance.h"#include "ScriptedCreature.h"
Include dependency graph for boss_kirtonos_the_herald.cpp:Go to the source code of this file.
Classes | |
| struct | boss_kirtonos_the_herald |
| struct | go_brazier_of_the_herald |
Enumerations | |
| enum | KirtonosTexts { EMOTE_SUMMONED = 0 } |
| enum | KirtonosSpells { SPELL_SWOOP = 18144 , SPELL_WING_FLAP = 12882 , SPELL_PIERCE_ARMOR = 6016 , SPELL_DISARM = 8379 , SPELL_SHADOW_BOLT_VOLLEY = 17228 , SPELL_CURSE_OF_TONGUES = 12889 , SPELL_DOMINATE_MIND = 14515 , SPELL_KIRTONOS_TRANSFORM = 16467 } |
| enum | KirtonosEvents { EVENT_SWOOP = 1 , EVENT_WING_FLAP , EVENT_PIERCE_ARMOR , EVENT_DISARM , EVENT_SHADOW_BOLT_VOLLEY , EVENT_CURSE_OF_TONGUES , EVENT_DOMINATE_MIND , EVENT_KIRTONOS_TRANSFORM , EVENT_INTRO_1 , EVENT_INTRO_2 , EVENT_INTRO_3 , EVENT_INTRO_4 , EVENT_INTRO_5 } |
| enum | KirtonosMisc { EQUIP_ID_STAFF = 11365 , POINT_LANDING = 13 , POINT_STAIRS_UP = 0 , POINT_STAIRS_DOWN = 1 , PATH_INTRO = 840488 , NPC_KIRTONOS = 10506 , SOUND_SCREECH = 557 } |
Functions | |
| void | AddSC_boss_kirtonos_the_herald () |
Variables | |
| Position const | SpawnPosition = { 315.0280f, 70.53845f, 102.1496f, 0.3859715f } |
| Position const | MovePosition1 = { 299.4884f, 92.76137f, 105.6335f, 0.0f } |
| Position const | MovePosition2 = { 314.8673f, 90.30210f, 101.6459f, 0.0f } |
| enum KirtonosEvents |
Definition at line 50 of file boss_kirtonos_the_herald.cpp.
| enum KirtonosMisc |
| Enumerator | |
|---|---|
| EQUIP_ID_STAFF | |
| POINT_LANDING | |
| POINT_STAIRS_UP | |
| POINT_STAIRS_DOWN | |
| PATH_INTRO | |
| NPC_KIRTONOS | |
| SOUND_SCREECH | |
Definition at line 68 of file boss_kirtonos_the_herald.cpp.
| enum KirtonosSpells |
| Enumerator | |
|---|---|
| SPELL_SWOOP | |
| SPELL_WING_FLAP | |
| SPELL_PIERCE_ARMOR | |
| SPELL_DISARM | |
| SPELL_SHADOW_BOLT_VOLLEY | |
| SPELL_CURSE_OF_TONGUES | |
| SPELL_DOMINATE_MIND | |
| SPELL_KIRTONOS_TRANSFORM | |
Definition at line 38 of file boss_kirtonos_the_herald.cpp.
| enum KirtonosTexts |
| Enumerator | |
|---|---|
| EMOTE_SUMMONED | |
Definition at line 33 of file boss_kirtonos_the_herald.cpp.
| void AddSC_boss_kirtonos_the_herald | ( | ) |
Definition at line 261 of file boss_kirtonos_the_herald.cpp.
Here is the caller graph for this function:| Position const MovePosition1 = { 299.4884f, 92.76137f, 105.6335f, 0.0f } |
Definition at line 80 of file boss_kirtonos_the_herald.cpp.
| Position const MovePosition2 = { 314.8673f, 90.30210f, 101.6459f, 0.0f } |
Definition at line 81 of file boss_kirtonos_the_herald.cpp.
| Position const SpawnPosition = { 315.0280f, 70.53845f, 102.1496f, 0.3859715f } |
Definition at line 79 of file boss_kirtonos_the_herald.cpp.