![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "GameObject.h"
#include "GameObjectAI.h"
#include "GameObjectScript.h"
#include "InstanceScript.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "blackwing_lair.h"
Go to the source code of this file.
Classes | |
class | boss_broodlord |
struct | boss_broodlord::boss_broodlordAI |
class | go_suppression_device |
struct | go_suppression_device::go_suppression_deviceAI |
class | spell_suppression_aura |
Enumerations | |
enum | Say { SAY_AGGRO = 0 , SAY_LEASH = 1 } |
enum | Spells { SPELL_CLEAVE = 26350 , SPELL_BLASTWAVE = 23331 , SPELL_MORTALSTRIKE = 24573 , SPELL_KNOCKBACK = 25778 , SPELL_SUPPRESSION_AURA = 22247 } |
enum | Events { EVENT_CLEAVE = 1 , EVENT_BLASTWAVE = 2 , EVENT_MORTALSTRIKE = 3 , EVENT_KNOCKBACK = 4 , EVENT_CHECK = 5 , EVENT_SUPPRESSION_CAST = 6 , EVENT_SUPPRESSION_RESET = 7 } |
enum | Actions { ACTION_DEACTIVATE = 0 , ACTION_DISARMED = 1 } |
Functions | |
void | AddSC_boss_broodlord () |
enum Actions |
Enumerator | |
---|---|
ACTION_DEACTIVATE | |
ACTION_DISARMED |
enum Events |
Enumerator | |
---|---|
EVENT_CLEAVE | |
EVENT_BLASTWAVE | |
EVENT_MORTALSTRIKE | |
EVENT_KNOCKBACK | |
EVENT_CHECK | |
EVENT_SUPPRESSION_CAST | |
EVENT_SUPPRESSION_RESET |
enum Say |
enum Spells |
Enumerator | |
---|---|
SPELL_CLEAVE | |
SPELL_BLASTWAVE | |
SPELL_MORTALSTRIKE | |
SPELL_KNOCKBACK | |
SPELL_SUPPRESSION_AURA |
void AddSC_boss_broodlord | ( | ) |
References RegisterSpellScript.
Referenced by AddEasternKingdomsScripts().