![]() |
TrinityCore
|
#include "icecrown_citadel.h"#include "Containers.h"#include "InstanceScript.h"#include "Map.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "ScriptMgr.h"#include "SpellAuras.h"#include "SpellScript.h"
Include dependency graph for boss_deathbringer_saurfang.cpp:Go to the source code of this file.
Macros | |
| #define | BOILING_BLOOD_HELPER RAID_MODE<int32>(72385, 72441, 72442, 72443) |
Functions | |
| void | AddSC_boss_deathbringer_saurfang () |
Variables | |
| Position const | deathbringerPos = {-496.3542f, 2211.33f, 541.1138f, 0.0f} |
| Position const | firstStepPos = {-541.3177f, 2211.365f, 539.2921f, 0.0f} |
| Position const | chargePos [6] |
| Position const | chokePos [6] |
| Position const | finalPos = {-563.7552f, 2211.328f, 538.7848f, 0.0f} |
| #define BOILING_BLOOD_HELPER RAID_MODE<int32>(72385, 72441, 72442, 72443) |
Definition at line 125 of file boss_deathbringer_saurfang.cpp.
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_START_EVENT | |
| ACTION_CONTINUE_INTRO | |
| ACTION_CHARGE | |
| ACTION_START_OUTRO | |
| ACTION_DESPAWN | |
| ACTION_INTERRUPT_INTRO | |
| ACTION_MARK_OF_THE_FALLEN_CHAMPION | |
Definition at line 195 of file boss_deathbringer_saurfang.cpp.
| enum EventTypes |
Definition at line 127 of file boss_deathbringer_saurfang.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_MADE_A_MESS | |
| GOSSIP_MENU_MURADIN_BRONZEBEARD | |
| GOSSIP_MENU_HIGH_OVERLORD_SAURFANG | |
| SPAWN_GROUP_ENTRANCE_THE_DAMNED_EVENT | |
Definition at line 206 of file boss_deathbringer_saurfang.cpp.
| enum MovePoints |
| Enumerator | |
|---|---|
| POINT_SAURFANG | |
| POINT_FIRST_STEP | |
| POINT_CHARGE | |
| POINT_CHOKE | |
| POINT_CORPSE | |
| POINT_FINAL | |
| POINT_EXIT | |
Definition at line 216 of file boss_deathbringer_saurfang.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_INTRO_A | |
| PHASE_INTRO_H | |
| PHASE_COMBAT | |
Definition at line 188 of file boss_deathbringer_saurfang.cpp.
| enum ScriptTexts |
| Enumerator | |
|---|---|
| SAY_INTRO_ALLIANCE_2 | |
| SAY_INTRO_ALLIANCE_3 | |
| SAY_INTRO_ALLIANCE_6 | |
| SAY_INTRO_ALLIANCE_7 | |
| SAY_INTRO_HORDE_2 | |
| SAY_INTRO_HORDE_4 | |
| SAY_INTRO_HORDE_9 | |
| SAY_AGGRO | |
| SAY_MARK_OF_THE_FALLEN_CHAMPION | |
| SAY_BLOOD_BEASTS | |
| SAY_KILL | |
| SAY_FRENZY | |
| SAY_BERSERK | |
| SAY_DEATH | |
| EMOTE_SCENT_OF_BLOOD | |
| SAY_INTRO_HORDE_1 | |
| SAY_INTRO_HORDE_3 | |
| SAY_INTRO_HORDE_5 | |
| SAY_INTRO_HORDE_6 | |
| SAY_INTRO_HORDE_7 | |
| SAY_INTRO_HORDE_8 | |
| SAY_OUTRO_ALLIANCE_8 | |
| SAY_OUTRO_ALLIANCE_12 | |
| SAY_OUTRO_ALLIANCE_13 | |
| SAY_OUTRO_ALLIANCE_14 | |
| SAY_OUTRO_ALLIANCE_15 | |
| SAY_OUTRO_HORDE_1 | |
| SAY_OUTRO_HORDE_2 | |
| SAY_OUTRO_HORDE_3 | |
| SAY_OUTRO_HORDE_4 | |
| SAY_INTRO_ALLIANCE_1 | |
| SAY_INTRO_ALLIANCE_4 | |
| SAY_INTRO_ALLIANCE_5 | |
| SAY_OUTRO_ALLIANCE_1 | |
| SAY_OUTRO_ALLIANCE_2 |
|
| SAY_OUTRO_ALLIANCE_3 | |
| SAY_OUTRO_ALLIANCE_4 | |
| SAY_OUTRO_ALLIANCE_5 | |
| SAY_OUTRO_ALLIANCE_6 | |
| SAY_OUTRO_ALLIANCE_7 | |
| SAY_OUTRO_ALLIANCE_9 | |
| SAY_OUTRO_ALLIANCE_10 | |
| SAY_OUTRO_ALLIANCE_21 | |
| SAY_OUTRO_ALLIANCE_17 | |
| SAY_OUTRO_ALLIANCE_19 | |
| SAY_OUTRO_ALLIANCE_11 | |
| SAY_OUTRO_ALLIANCE_16 | |
| SAY_OUTRO_ALLIANCE_18 | |
| SAY_OUTRO_ALLIANCE_20 | |
Definition at line 30 of file boss_deathbringer_saurfang.cpp.
| enum Spells |
Definition at line 92 of file boss_deathbringer_saurfang.cpp.
| void AddSC_boss_deathbringer_saurfang | ( | ) |
Definition at line 1218 of file boss_deathbringer_saurfang.cpp.
Here is the caller graph for this function:| Position const chargePos[6] |
Definition at line 230 of file boss_deathbringer_saurfang.cpp.
| Position const chokePos[6] |
Definition at line 240 of file boss_deathbringer_saurfang.cpp.
| Position const deathbringerPos = {-496.3542f, 2211.33f, 541.1138f, 0.0f} |
Definition at line 227 of file boss_deathbringer_saurfang.cpp.
| Position const finalPos = {-563.7552f, 2211.328f, 538.7848f, 0.0f} |
Definition at line 250 of file boss_deathbringer_saurfang.cpp.
| Position const firstStepPos = {-541.3177f, 2211.365f, 539.2921f, 0.0f} |
Definition at line 228 of file boss_deathbringer_saurfang.cpp.