TrinityCore
Loading...
Searching...
No Matches
boss_pathaleon_the_calculator.cpp File Reference
#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 ()
 

Enumeration Type Documentation

◆ 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.

◆ PathaleonSpells

Enumerator
SPELL_SUMMON_NETHER_WRAITHS 
SPELL_MANA_TAP 
SPELL_ARCANE_TORRENT 
SPELL_DOMINATION 
SPELL_ARCANE_EXPLOSION_H 
SPELL_SUICIDE 
SPELL_FRENZY 
SPELL_SUMMON_NETHER_WRAITH_LEFT 
SPELL_SUMMON_NETHER_WRAITH_RIGHT 
SPELL_SUMMON_NETHER_WRAITH_FRONT 
SPELL_SUMMON_NETHER_WRAITH_BACK 
SPELL_ARCANE_BOLT 
SPELL_NETHER_EXPLOSION 

Definition at line 35 of file boss_pathaleon_the_calculator.cpp.

◆ 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.

Function Documentation

◆ AddSC_boss_pathaleon_the_calculator()

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: