![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "azjol_nerub.h"#include "InstanceScript.h"#include "Map.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellAuras.h"#include "SpellScript.h"#include "TemporarySummon.h"
Include dependency graph for boss_hadronox.cpp:Go to the source code of this file.
Functions | |
| void | AddSC_boss_hadronox () |
Variables | |
| static const uint8 | NUM_STEPS = 4 |
| static const Position | hadronoxStep [NUM_STEPS] |
| static const Position | crusherWaypoints [] |
| static const Position | championWaypoints [] |
| static const Position | cryptFiendWaypoints [] |
| static const Position | necromancerWaypoints [] |
| static const uint8 | NUM_SPAWNS = 3 |
| static const Position | initialMoves [NUM_SPAWNS] |
| static const Position | downstairsMoves [NUM_SPAWNS] |
| static const Position | downstairsMoves2 [NUM_SPAWNS] |
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_HADRONOX_MOVE | |
| ACTION_CRUSHER_ENGAGED | |
| ACTION_PACK_WALK | |
Definition at line 108 of file boss_hadronox.cpp.
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_CRUSHER | |
| NPC_WORLDTRIGGER_LARGE | |
Definition at line 123 of file boss_hadronox.cpp.
| enum Data |
| Enumerator | |
|---|---|
| DATA_CRUSHER_PACK_ID | |
| DATA_HADRONOX_ENTERED_COMBAT | |
| DATA_HADRONOX_WEBBED_DOORS | |
| DATA_ANUBAR_GUID | |
Definition at line 115 of file boss_hadronox.cpp.
| enum Events |
Definition at line 30 of file boss_hadronox.cpp.
| enum Movements |
| Enumerator | |
|---|---|
| MOVE_NONE | |
| MOVE_OUTSIDE | |
| MOVE_DOWNSTAIRS | |
| MOVE_DOWNSTAIRS_2 | |
| MOVE_HADRONOX | |
| MOVE_HADRONOX_REAL | |
Definition at line 137 of file boss_hadronox.cpp.
| enum Spells |
Definition at line 58 of file boss_hadronox.cpp.
| enum SummonGroups : uint32 |
| Enumerator | |
|---|---|
| SUMMON_GROUP_CRUSHER_1 | |
| SUMMON_GROUP_CRUSHER_2 | |
| SUMMON_GROUP_CRUSHER_3 | |
Definition at line 101 of file boss_hadronox.cpp.
| enum Talk |
| Enumerator | |
|---|---|
| CRUSHER_SAY_AGGRO | |
| CRUSHER_EMOTE_FRENZY | |
| HADRONOX_EMOTE_MOVE | |
Definition at line 129 of file boss_hadronox.cpp.
| void AddSC_boss_hadronox | ( | ) |
|
static |
Definition at line 548 of file boss_hadronox.cpp.
|
static |
Definition at line 490 of file boss_hadronox.cpp.
|
static |
Definition at line 580 of file boss_hadronox.cpp.
|
static |
Definition at line 651 of file boss_hadronox.cpp.
|
static |
Definition at line 657 of file boss_hadronox.cpp.
Definition at line 148 of file boss_hadronox.cpp.
|
static |
Definition at line 645 of file boss_hadronox.cpp.
|
static |
Definition at line 612 of file boss_hadronox.cpp.
|
static |
Definition at line 644 of file boss_hadronox.cpp.
|
static |
Definition at line 147 of file boss_hadronox.cpp.