![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "mana_tombs.h"#include "MotionMaster.h"
Include dependency graph for boss_nexusprince_shaffar.cpp:Go to the source code of this file.
Classes | |
| struct | boss_nexusprince_shaffar |
| struct | npc_ethereal_beacon |
| struct | npc_ethereal_apprentice |
Enumerations | |
| enum | ShaffarTexts { SAY_INTRO = 0 , SAY_AGGRO = 1 , SAY_SLAY = 2 , SAY_SUMMON = 3 , SAY_DEATH = 4 } |
| enum | ShaffarSpells { SPELL_BLINK = 34605 , SPELL_FIREBALL = 32363 , SPELL_FROSTBOLT = 32364 , SPELL_FROSTNOVA = 32365 , SPELL_ETHEREAL_BEACON = 32371 , SPELL_ETHEREAL_BEACON_VISUAL = 32368 , SPELL_ARCANE_BOLT = 15254 , SPELL_ETHEREAL_APPRENTICE = 32372 } |
| enum | ShaffarEvents { EVENT_BLINK = 1 , EVENT_BEACON , EVENT_MAIN_SPELL , EVENT_FROST_NOVA , EVENT_SUMMON_APPRENTICE , EVENT_ARCANE_BOLT } |
| enum | ShaffarCreatures { NPC_BEACON = 18431 , NPC_SHAFFAR = 18344 } |
| enum | EtherealApprentice { SPELL_SIMPLE_TELEPORT = 12980 , SPELL_ETHEREAL_APPRENTICE_FIREBOLT = 32369 , SPELL_ETHEREAL_APPRENTICE_FROSTBOLT = 32370 , EVENT_ETHEREAL_APPRENTICE_FIREBOLT = 1 , EVENT_ETHEREAL_APPRENTICE_FROSTBOLT } |
Functions | |
| void | AddSC_boss_nexusprince_shaffar () |
| enum EtherealApprentice |
| Enumerator | |
|---|---|
| SPELL_SIMPLE_TELEPORT | |
| SPELL_ETHEREAL_APPRENTICE_FIREBOLT | |
| SPELL_ETHEREAL_APPRENTICE_FROSTBOLT | |
| EVENT_ETHEREAL_APPRENTICE_FIREBOLT | |
| EVENT_ETHEREAL_APPRENTICE_FROSTBOLT | |
Definition at line 241 of file boss_nexusprince_shaffar.cpp.
| enum ShaffarCreatures |
| Enumerator | |
|---|---|
| NPC_BEACON | |
| NPC_SHAFFAR | |
Definition at line 68 of file boss_nexusprince_shaffar.cpp.
| enum ShaffarEvents |
| Enumerator | |
|---|---|
| EVENT_BLINK | |
| EVENT_BEACON | |
| EVENT_MAIN_SPELL | |
| EVENT_FROST_NOVA | |
| EVENT_SUMMON_APPRENTICE | |
| EVENT_ARCANE_BOLT | |
Definition at line 56 of file boss_nexusprince_shaffar.cpp.
| enum ShaffarSpells |
| Enumerator | |
|---|---|
| SPELL_BLINK | |
| SPELL_FIREBALL | |
| SPELL_FROSTBOLT | |
| SPELL_FROSTNOVA | |
| SPELL_ETHEREAL_BEACON | |
| SPELL_ETHEREAL_BEACON_VISUAL | |
| SPELL_ARCANE_BOLT | |
| SPELL_ETHEREAL_APPRENTICE | |
Definition at line 40 of file boss_nexusprince_shaffar.cpp.
| enum ShaffarTexts |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_SUMMON | |
| SAY_DEATH | |
Definition at line 31 of file boss_nexusprince_shaffar.cpp.
| void AddSC_boss_nexusprince_shaffar | ( | ) |
Definition at line 302 of file boss_nexusprince_shaffar.cpp.
Here is the caller graph for this function: