![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "blackrock_depths.h"#include "Containers.h"#include "GameObjectAI.h"#include "GridNotifiers.h"#include "Group.h"#include "InstanceScript.h"#include "LFGMgr.h"#include "Map.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "SpellAuras.h"#include "SpellScript.h"#include "TemporarySummon.h"
Include dependency graph for boss_coren_direbrew.cpp:Go to the source code of this file.
Classes | |
| struct | boss_coren_direbrew |
| struct | npc_coren_direbrew_sisters |
| struct | npc_direbrew_minion |
| struct | npc_direbrew_antagonist |
| class | go_direbrew_mole_machine |
| struct | go_direbrew_mole_machine::go_direbrew_mole_machineAI |
| class | spell_direbrew_summon_mole_machine_target_picker |
| class | spell_send_mug_target_picker |
| class | spell_request_second_mug |
| class | spell_send_mug_control_aura |
| class | spell_barreled_control_aura |
| class | spell_direbrew_disarm |
Functions | |
| void | AddSC_boss_coren_direbrew () |
Variables | |
| Position const | AntagonistPos [3] |
| enum DirebrewActions |
| Enumerator | |
|---|---|
| ACTION_START_FIGHT | |
| ACTION_ANTAGONIST_SAY_1 | |
| ACTION_ANTAGONIST_SAY_2 | |
| ACTION_ANTAGONIST_HOSTILE | |
Definition at line 46 of file boss_coren_direbrew.cpp.
| enum DirebrewEvents |
| Enumerator | |
|---|---|
| EVENT_INTRO_1 | |
| EVENT_INTRO_2 | |
| EVENT_INTRO_3 | |
| EVENT_DIREBREW_DISARM | |
| EVENT_SUMMON_MOLE_MACHINE | |
| EVENT_RESPAWN_ILSA | |
| EVENT_RESPAWN_URSULA | |
Definition at line 90 of file boss_coren_direbrew.cpp.
| enum DirebrewMisc |
| Enumerator | |
|---|---|
| GOSSIP_ID | |
| GO_MOLE_MACHINE_TRAP | |
| GOSSIP_OPTION_FIGHT | |
| GOSSIP_OPTION_APOLOGIZE | |
| DATA_TARGET_GUID | |
| MAX_ANTAGONISTS | |
Definition at line 101 of file boss_coren_direbrew.cpp.
| enum DirebrewNpcs |
| Enumerator | |
|---|---|
| NPC_ILSA_DIREBREW | |
| NPC_URSULA_DIREBREW | |
| NPC_ANTAGONIST | |
Definition at line 54 of file boss_coren_direbrew.cpp.
| enum DirebrewPhases |
| Enumerator | |
|---|---|
| PHASE_ALL | |
| PHASE_INTRO | |
| PHASE_ONE | |
| PHASE_TWO | |
| PHASE_THREE | |
Definition at line 81 of file boss_coren_direbrew.cpp.
| enum DirebrewSays |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_INTRO1 | |
| SAY_INTRO2 | |
| SAY_INSULT | |
| SAY_ANTAGONIST_1 | |
| SAY_ANTAGONIST_2 | |
| SAY_ANTAGONIST_COMBAT | |
Definition at line 35 of file boss_coren_direbrew.cpp.
| enum DirebrewSpells |
Definition at line 61 of file boss_coren_direbrew.cpp.
| void AddSC_boss_coren_direbrew | ( | ) |
| Position const AntagonistPos[3] |
Definition at line 111 of file boss_coren_direbrew.cpp.