![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "mechanar.h"#include "ScriptedCreature.h"#include "TemporarySummon.h"
Include dependency graph for boss_pathaleon_the_calculator.cpp:Go to the source code of this file.
Classes | |
| struct | boss_pathaleon_the_calculator |
| struct | npc_nether_wraith |
Enumerations | |
| enum | Says { SAY_AGGRO = 0 , SAY_DOMINATION = 1 , SAY_SUMMON = 2 , SAY_ENRAGE = 3 , SAY_SLAY = 4 , SAY_DEATH = 5 } |
| enum | Spells { SPELL_MANA_TAP = 36021 , SPELL_ARCANE_TORRENT = 36022 , SPELL_DOMINATION = 35280 , H_SPELL_ARCANE_EXPLOSION = 15453 , SPELL_FRENZY = 36992 , SPELL_SUMMON_NETHER_WRAITH_1 = 35285 , SPELL_SUMMON_NETHER_WRAITH_2 = 35286 , SPELL_SUMMON_NETHER_WRAITH_3 = 35287 , SPELL_SUMMON_NETHER_WRAITH_4 = 35288 , SPELL_DETONATION = 35058 , SPELL_ARCANE_MISSILES = 35034 } |
| enum | Events { EVENT_SUMMON = 1 , EVENT_MANA_TAP = 2 , EVENT_ARCANE_TORRENT = 3 , EVENT_DOMINATION = 4 , EVENT_ARCANE_EXPLOSION = 5 } |
| enum | Creatures { NPC_NETHER_WRAITH = 21062 } |
Functions | |
| void | AddSC_boss_pathaleon_the_calculator () |
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_NETHER_WRAITH | |
Definition at line 64 of file boss_pathaleon_the_calculator.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_SUMMON | |
| EVENT_MANA_TAP | |
| EVENT_ARCANE_TORRENT | |
| EVENT_DOMINATION | |
| EVENT_ARCANE_EXPLOSION | |
Definition at line 55 of file boss_pathaleon_the_calculator.cpp.
| enum Says |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_DOMINATION | |
| SAY_SUMMON | |
| SAY_ENRAGE | |
| SAY_SLAY | |
| SAY_DEATH | |
Definition at line 30 of file boss_pathaleon_the_calculator.cpp.
| enum Spells |
Definition at line 40 of file boss_pathaleon_the_calculator.cpp.
| void AddSC_boss_pathaleon_the_calculator | ( | ) |
Definition at line 224 of file boss_pathaleon_the_calculator.cpp.
Here is the caller graph for this function: