![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "hellfire_ramparts.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "TemporarySummon.h"
Include dependency graph for boss_vazruden_the_herald.cpp:Go to the source code of this file.
Classes | |
| class | boss_nazan |
| struct | boss_nazan::boss_nazanAI |
| class | boss_vazruden |
| struct | boss_vazruden::boss_vazrudenAI |
| class | boss_vazruden_the_herald |
| struct | boss_vazruden_the_herald::boss_vazruden_the_heraldAI |
| class | npc_hellfire_sentry |
| struct | npc_hellfire_sentry::npc_hellfire_sentryAI |
Enumerations | |
| enum | Says { SAY_INTRO = 0 , SAY_WIPE = 0 , SAY_AGGRO = 1 , SAY_KILL = 2 , SAY_DIE = 3 , EMOTE = 0 } |
| enum | Spells { SPELL_FIREBALL = 34653 , SPELL_CONE_OF_FIRE = 30926 , SPELL_SUMMON_LIQUID_FIRE = 23971 , SPELL_SUMMON_LIQUID_FIRE_H = 30928 , SPELL_BELLOWING_ROAR = 39427 , SPELL_REVENGE = 19130 , SPELL_REVENGE_H = 40392 , SPELL_KIDNEY_SHOT = 30621 , SPELL_FIRE_NOVA_VISUAL = 19823 } |
Functions | |
| void | AddSC_boss_vazruden_the_herald () |
Variables | |
| const float | VazrudenMiddle [3] = { -1406.5f, 1746.5f, 81.2f } |
| const float | VazrudenRing [2][3] |
| enum Says |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_WIPE | |
| SAY_AGGRO | |
| SAY_KILL | |
| SAY_DIE | |
| EMOTE | |
Definition at line 34 of file boss_vazruden_the_herald.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_FIREBALL | |
| SPELL_CONE_OF_FIRE | |
| SPELL_SUMMON_LIQUID_FIRE | |
| SPELL_SUMMON_LIQUID_FIRE_H | |
| SPELL_BELLOWING_ROAR | |
| SPELL_REVENGE | |
| SPELL_REVENGE_H | |
| SPELL_KIDNEY_SHOT | |
| SPELL_FIRE_NOVA_VISUAL | |
Definition at line 46 of file boss_vazruden_the_herald.cpp.
| void AddSC_boss_vazruden_the_herald | ( | ) |
Definition at line 525 of file boss_vazruden_the_herald.cpp.
Here is the caller graph for this function:| const float VazrudenMiddle[3] = { -1406.5f, 1746.5f, 81.2f } |
Definition at line 59 of file boss_vazruden_the_herald.cpp.
| const float VazrudenRing[2][3] |
Definition at line 61 of file boss_vazruden_the_herald.cpp.