![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "ruins_of_ahnqiraj.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"
Include dependency graph for boss_buru.cpp:Go to the source code of this file.
Classes | |
| struct | boss_buru |
| struct | npc_buru_egg |
| class | spell_buru_egg_explosion |
| class | spell_buru_cancel_creeping_plague |
Enumerations | |
| enum | BuruTexts { EMOTE_TARGET = 0 } |
| enum | BuruSpells { SPELL_DISMEMBER = 96 , SPELL_GATHERING_SPEED = 1834 , SPELL_FULL_SPEED = 1557 , SPELL_CREEPING_PLAGUE = 20512 , SPELL_THORNS = 25640 , SPELL_CREATURE_SPECIAL = 7155 , SPELL_BURU_TRANSFORM = 24721 , SPELL_CANCEL_CREEPING_PLAGUE = 27027 , SPELL_EGG_EXPLOSION = 19593 , SPELL_SUMMON_HATCHLING = 1881 , SPELL_EXPLOSION = 5255 } |
| enum | BuruEvents { EVENT_DISMEMBER = 1 , EVENT_GATHERING_SPEED , EVENT_FULL_SPEED , EVENT_CREEPING_PLAGUE , EVENT_TRANSFORM_1 , EVENT_TRANSFORM_2 , EVENT_TRANSFORM_3 } |
| enum | BuruPhases { PHASE_EGG = 0 , PHASE_TRANSFORM = 1 } |
Functions | |
| void | AddSC_boss_buru () |
| enum BuruEvents |
| Enumerator | |
|---|---|
| EVENT_DISMEMBER | |
| EVENT_GATHERING_SPEED | |
| EVENT_FULL_SPEED | |
| EVENT_CREEPING_PLAGUE | |
| EVENT_TRANSFORM_1 | |
| EVENT_TRANSFORM_2 | |
| EVENT_TRANSFORM_3 | |
Definition at line 54 of file boss_buru.cpp.
| enum BuruPhases |
| Enumerator | |
|---|---|
| PHASE_EGG | |
| PHASE_TRANSFORM | |
Definition at line 66 of file boss_buru.cpp.
| enum BuruSpells |
Definition at line 30 of file boss_buru.cpp.
| enum BuruTexts |
| Enumerator | |
|---|---|
| EMOTE_TARGET | |
Definition at line 25 of file boss_buru.cpp.
| void AddSC_boss_buru | ( | ) |