![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "CreatureGroups.h"#include "InstanceScript.h"#include "ScriptedCreature.h"#include "stonecore.h"
Include dependency graph for boss_corborus.cpp:Go to the source code of this file.
Classes | |
| class | boss_corborus |
| struct | boss_corborus::boss_corborusAI |
| class | npc_rock_borer |
| struct | npc_rock_borer::npc_rock_borerAI |
Enumerations | |
| enum | Spells { SPELL_TWILIGHT_DOCUMENTS = 93167 , SPELL_RING_WYRM_CHARGE = 81237 , SPELL_DOOR_BREAK = 81232 , SPELL_DAMPENING_WAVE = 82415 , SPELL_CRYSTAL_BARRAGE = 86881 , SPELL_CLEAR_ALL_DEBUFFS = 34098 , SPELL_SUBMERGE = 81629 , SPELL_TRASHING_CHARGE_TELEPORT = 81839 , SPELL_SUMMON_TRASHING_CHARGE = 81816 , SPELL_TRASHING_CHARGE_VISUAL = 81801 , SPELL_TRASHING_CHARGE_EFFECT = 81828 , SPELL_EMERGE = 81948 , SPELL_ROCK_BORER_EMERGE = 82185 , SPELL_ROCK_BORE = 80028 } |
| enum | NPCs { NPC_TRASHING_CHARGE = 43743 } |
| enum | Events { EVENT_NONE , EVENT_CORBORUS_CHARGE , EVENT_CORBORUS_KNOCKBACK , EVENT_CORBORUS_FACEPLAYERS , EVENT_DAMPENING_WAVE , EVENT_CRYSTAL_BARRAGE , EVENT_SUBMERGE , EVENT_TELEPORT , EVENT_TRASHING_CHARGE , EVENT_SUMMON_BEETLE , EVENT_EMERGE , EVENT_ATTACK , EVENT_EMERGED , EVENT_ROCK_BORE } |
Functions | |
| void | AddSC_boss_corborus () |
| enum Events |
Definition at line 58 of file boss_corborus.cpp.
| enum NPCs |
| Enumerator | |
|---|---|
| NPC_TRASHING_CHARGE | |
Definition at line 52 of file boss_corborus.cpp.
| enum Spells |
Definition at line 27 of file boss_corborus.cpp.
| void AddSC_boss_corborus | ( | ) |