TrinityCore
Loading...
Searching...
No Matches
boss_anzu.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "sethekk_halls.h"
+ Include dependency graph for boss_anzu.cpp:

Go to the source code of this file.

Classes

struct  boss_anzu
 

Enumerations

enum  Says { SAY_SUMMON_BROOD = 0 , SAY_SPELL_BOMB = 1 }
 
enum  Spells {
  SPELL_PARALYZING_SCREECH = 40184 , SPELL_SPELL_BOMB = 40303 , SPELL_CYCLONE_OF_FEATHERS = 40321 , SPELL_BANISH_SELF = 42354 ,
  SPELL_FLESH_RIP = 40199
}
 
enum  Events { EVENT_PARALYZING_SCREECH = 1 , EVENT_SPELL_BOMB = 2 , EVENT_CYCLONE_OF_FEATHERS = 3 , EVENT_SUMMON = 4 }
 

Functions

void AddSC_boss_anzu ()
 

Variables

Position const PosSummonBrood [7]
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_PARALYZING_SCREECH 
EVENT_SPELL_BOMB 
EVENT_CYCLONE_OF_FEATHERS 
EVENT_SUMMON 

Definition at line 44 of file boss_anzu.cpp.

◆ Says

enum Says
Enumerator
SAY_SUMMON_BROOD 
SAY_SPELL_BOMB 

Definition at line 29 of file boss_anzu.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_PARALYZING_SCREECH 
SPELL_SPELL_BOMB 
SPELL_CYCLONE_OF_FEATHERS 
SPELL_BANISH_SELF 
SPELL_FLESH_RIP 

Definition at line 35 of file boss_anzu.cpp.

Function Documentation

◆ AddSC_boss_anzu()

void AddSC_boss_anzu ( )

Definition at line 161 of file boss_anzu.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ PosSummonBrood

Position const PosSummonBrood[7]
Initial value:
=
{
{ -118.1717f, 284.5299f, 121.2287f, 2.775074f },
{ -98.15528f, 293.4469f, 109.2385f, 0.174533f },
{ -99.70160f, 270.1699f, 98.27389f, 6.178465f },
{ -69.25543f, 303.0768f, 97.84479f, 5.532694f },
{ -87.59662f, 263.5181f, 92.70478f, 1.658063f },
{ -73.54323f, 276.6267f, 94.25807f, 2.802979f },
{ -81.70527f, 280.8776f, 44.58830f, 0.526849f }
}

Definition at line 52 of file boss_anzu.cpp.