![]() |
TrinityCore
|
#include "icecrown_citadel.h"#include "Containers.h"#include "DB2Stores.h"#include "GridNotifiers.h"#include "Group.h"#include "InstanceScript.h"#include "Map.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "ScriptMgr.h"#include "Spell.h"#include "SpellAuraEffects.h"#include "SpellMgr.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "Vehicle.h"
Include dependency graph for boss_professor_putricide.cpp:Go to the source code of this file.
Macros | |
| #define | EXPERIMENT_STATE_OOZE false |
| #define | EXPERIMENT_STATE_GAS true |
Functions | |
| void | AddSC_boss_professor_putricide () |
Variables | |
| Position const | festergutWatchPos = {4324.820f, 3166.03f, 389.3831f, 3.316126f} |
| Position const | rotfaceWatchPos = {4390.371f, 3164.50f, 389.3890f, 5.497787f} |
| Position const | tablePos = {4356.190f, 3262.90f, 389.4820f, 1.483530f} |
| uint32 const | oozeFloodSpells [4] = {69782, 69796, 69798, 69801} |
| #define EXPERIMENT_STATE_GAS true |
Definition at line 177 of file boss_professor_putricide.cpp.
| #define EXPERIMENT_STATE_OOZE false |
Definition at line 176 of file boss_professor_putricide.cpp.
| enum Events |
Definition at line 122 of file boss_professor_putricide.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_NONE | |
| PHASE_FESTERGUT | |
| PHASE_ROTFACE | |
| PHASE_COMBAT_1 | |
| PHASE_COMBAT_2 | |
| PHASE_COMBAT_3 | |
Definition at line 145 of file boss_professor_putricide.cpp.
| enum Points |
| Enumerator | |
|---|---|
| POINT_FESTERGUT | |
| POINT_ROTFACE | |
| POINT_TABLE | |
Definition at line 155 of file boss_professor_putricide.cpp.
| enum PutricideData |
| Enumerator | |
|---|---|
| DATA_EXPERIMENT_STAGE | |
| DATA_PHASE | |
| DATA_ABOMINATION | |
Definition at line 169 of file boss_professor_putricide.cpp.
| enum Say |
Definition at line 36 of file boss_professor_putricide.cpp.
| enum Spells |
Definition at line 59 of file boss_professor_putricide.cpp.
| void AddSC_boss_professor_putricide | ( | ) |
Definition at line 1459 of file boss_professor_putricide.cpp.
Here is the caller graph for this function:| Position const festergutWatchPos = {4324.820f, 3166.03f, 389.3831f, 3.316126f} |
Definition at line 162 of file boss_professor_putricide.cpp.
| uint32 const oozeFloodSpells[4] = {69782, 69796, 69798, 69801} |
Definition at line 167 of file boss_professor_putricide.cpp.
| Position const rotfaceWatchPos = {4390.371f, 3164.50f, 389.3890f, 5.497787f} |
Definition at line 163 of file boss_professor_putricide.cpp.
| Position const tablePos = {4356.190f, 3262.90f, 389.4820f, 1.483530f} |
Definition at line 164 of file boss_professor_putricide.cpp.