TrinityCore
Loading...
Searching...
No Matches
boss_twinemperors.cpp File Reference
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "MotionMaster.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "temple_of_ahnqiraj.h"
+ Include dependency graph for boss_twinemperors.cpp:

Go to the source code of this file.

Classes

struct  boss_twinemperorsAI
 
class  boss_veknilash
 
struct  boss_veknilash::boss_veknilashAI
 
class  boss_veklor
 
struct  boss_veklor::boss_veklorAI
 

Macros

#define HEAL_BROTHER_AMOUNT   30000.0f
 

Enumerations

enum  Spells {
  SPELL_HEAL_BROTHER = 7393 , SPELL_TWIN_TELEPORT = 800 , SPELL_TWIN_TELEPORT_VISUAL = 26638 , SPELL_EXPLODEBUG = 804 ,
  SPELL_MUTATE_BUG = 802 , SPELL_BERSERK = 26662 , SPELL_UPPERCUT = 26007 , SPELL_UNBALANCING_STRIKE = 26613 ,
  SPELL_SHADOWBOLT = 26006 , SPELL_BLIZZARD = 26607 , SPELL_ARCANEBURST = 568
}
 
enum  Sound {
  SOUND_VL_AGGRO = 8657 , SOUND_VL_KILL = 8658 , SOUND_VL_DEATH = 8659 , SOUND_VN_DEATH = 8660 ,
  SOUND_VN_AGGRO = 8661 , SOUND_VN_KILL = 8662
}
 
enum  Misc { ABUSE_BUG_RANGE = 20 , VEKLOR_DIST = 20 , TELEPORTTIME = 30000 }
 

Functions

void AddSC_boss_twinemperors ()
 

Variables

static constexpr float PULL_RANGE = 50.0f
 

Macro Definition Documentation

◆ HEAL_BROTHER_AMOUNT

#define HEAL_BROTHER_AMOUNT   30000.0f

Enumeration Type Documentation

◆ Misc

enum Misc
Enumerator
ABUSE_BUG_RANGE 
VEKLOR_DIST 
TELEPORTTIME 

Definition at line 57 of file boss_twinemperors.cpp.

◆ Sound

enum Sound
Enumerator
SOUND_VL_AGGRO 
SOUND_VL_KILL 
SOUND_VL_DEATH 
SOUND_VN_DEATH 
SOUND_VN_AGGRO 
SOUND_VN_KILL 

Definition at line 47 of file boss_twinemperors.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_HEAL_BROTHER 
SPELL_TWIN_TELEPORT 
SPELL_TWIN_TELEPORT_VISUAL 
SPELL_EXPLODEBUG 
SPELL_MUTATE_BUG 
SPELL_BERSERK 
SPELL_UPPERCUT 
SPELL_UNBALANCING_STRIKE 
SPELL_SHADOWBOLT 
SPELL_BLIZZARD 
SPELL_ARCANEBURST 

Definition at line 32 of file boss_twinemperors.cpp.

Function Documentation

◆ AddSC_boss_twinemperors()

void AddSC_boss_twinemperors ( )

Definition at line 597 of file boss_twinemperors.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ PULL_RANGE

constexpr float PULL_RANGE = 50.0f
staticconstexpr

Definition at line 64 of file boss_twinemperors.cpp.