![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "mechanar.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellInfo.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 |
| class | spell_pathaleon_summon_nether_wraiths |
Enumerations | |
| enum | PathaleonTexts { SAY_AGGRO = 0 , SAY_DOMINATION = 1 , SAY_SUMMON = 2 , SAY_ENRAGE = 3 , SAY_SLAY = 4 , SAY_DEATH = 5 } |
| enum | PathaleonSpells { SPELL_SUMMON_NETHER_WRAITHS = 35284 , SPELL_MANA_TAP = 36021 , SPELL_ARCANE_TORRENT = 36022 , SPELL_DOMINATION = 35280 , SPELL_ARCANE_EXPLOSION_H = 15453 , SPELL_SUICIDE = 35301 , SPELL_FRENZY = 36992 , SPELL_SUMMON_NETHER_WRAITH_LEFT = 35285 , SPELL_SUMMON_NETHER_WRAITH_RIGHT = 35286 , SPELL_SUMMON_NETHER_WRAITH_FRONT = 35287 , SPELL_SUMMON_NETHER_WRAITH_BACK = 35288 , SPELL_ARCANE_BOLT = 20720 , SPELL_NETHER_EXPLOSION = 35058 } |
| enum | PathaleonEvents { EVENT_SUMMON = 1 , EVENT_MANA_TAP , EVENT_ARCANE_TORRENT , EVENT_DOMINATION , EVENT_ARCANE_EXPLOSION , EVENT_SUICIDE , EVENT_FRENZY } |
Functions | |
| void | AddSC_boss_pathaleon_the_calculator () |
| enum PathaleonEvents |
| Enumerator | |
|---|---|
| EVENT_SUMMON | |
| EVENT_MANA_TAP | |
| EVENT_ARCANE_TORRENT | |
| EVENT_DOMINATION | |
| EVENT_ARCANE_EXPLOSION | |
| EVENT_SUICIDE | |
| EVENT_FRENZY | |
Definition at line 56 of file boss_pathaleon_the_calculator.cpp.
| enum PathaleonSpells |
Definition at line 35 of file boss_pathaleon_the_calculator.cpp.
| enum PathaleonTexts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_DOMINATION | |
| SAY_SUMMON | |
| SAY_ENRAGE | |
| SAY_SLAY | |
| SAY_DEATH | |
Definition at line 25 of file boss_pathaleon_the_calculator.cpp.
| void AddSC_boss_pathaleon_the_calculator | ( | ) |
Definition at line 243 of file boss_pathaleon_the_calculator.cpp.
Here is the caller graph for this function: