![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "drak_tharon_keep.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"
Include dependency graph for boss_trollgore.cpp:Go to the source code of this file.
Classes | |
| struct | boss_trollgore |
| struct | npc_drakkari_invader |
| class | spell_trollgore_consume |
| class | spell_trollgore_corpse_explode |
| class | spell_trollgore_invader_taunt |
| class | achievement_consumption_junction |
Macros | |
| #define | SPELL_CONSUME_BUFF_HELPER DUNGEON_MODE<uint32>(SPELL_CONSUME_BUFF, SPELL_CONSUME_BUFF_H) |
Enumerations | |
| enum | Spells { SPELL_INFECTED_WOUND = 49637 , SPELL_CRUSH = 49639 , SPELL_CORPSE_EXPLODE = 49555 , SPELL_CORPSE_EXPLODE_DAMAGE = 49618 , SPELL_CONSUME = 49380 , SPELL_CONSUME_BUFF = 49381 , SPELL_CONSUME_BUFF_H = 59805 , SPELL_SUMMON_INVADER_A = 49456 , SPELL_SUMMON_INVADER_B = 49457 , SPELL_SUMMON_INVADER_C = 49458 , SPELL_INVADER_TAUNT = 49405 } |
| enum | Yells { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_CONSUME = 2 , SAY_EXPLODE = 3 , SAY_DEATH = 4 } |
| enum | Misc { DATA_CONSUMPTION_JUNCTION = 1 , POINT_LANDING = 1 } |
| enum | Events { EVENT_CONSUME = 1 , EVENT_CRUSH , EVENT_INFECTED_WOUND , EVENT_CORPSE_EXPLODE , EVENT_SPAWN } |
Functions | |
| void | AddSC_boss_trollgore () |
Variables | |
| Position const | Landing = { -263.0534f, -660.8658f, 26.50903f, 0.0f } |
| #define SPELL_CONSUME_BUFF_HELPER DUNGEON_MODE<uint32>(SPELL_CONSUME_BUFF, SPELL_CONSUME_BUFF_H) |
Definition at line 44 of file boss_trollgore.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CONSUME | |
| EVENT_CRUSH | |
| EVENT_INFECTED_WOUND | |
| EVENT_CORPSE_EXPLODE | |
| EVENT_SPAWN | |
Definition at line 61 of file boss_trollgore.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_CONSUMPTION_JUNCTION | |
| POINT_LANDING | |
Definition at line 55 of file boss_trollgore.cpp.
| enum Spells |
Definition at line 27 of file boss_trollgore.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_KILL | |
| SAY_CONSUME | |
| SAY_EXPLODE | |
| SAY_DEATH | |
Definition at line 46 of file boss_trollgore.cpp.
| void AddSC_boss_trollgore | ( | ) |
| Position const Landing = { -263.0534f, -660.8658f, 26.50903f, 0.0f } |
Definition at line 70 of file boss_trollgore.cpp.