![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "shadow_labyrinth.h"#include "SpellAuraEffects.h"#include "SpellScript.h"
Include dependency graph for boss_murmur.cpp:Go to the source code of this file.
Classes | |
| struct | boss_murmur |
| class | spell_murmur_sonic_boom |
| class | spell_murmur_sonic_boom_effect |
| class | ThunderingStormCheck |
| class | spell_murmur_thundering_storm |
| class | spell_murmur_murmurs_touch |
Enumerations | |
| enum | Texts { EMOTE_SONIC_BOOM = 0 } |
| enum | Spells { SPELL_RESONANCE = 33657 , SPELL_MAGNETIC_PULL = 33689 , SPELL_SONIC_SHOCK = 38797 , SPELL_THUNDERING_STORM = 39365 , SPELL_SONIC_BOOM_CAST = 33923 , SPELL_SONIC_BOOM_EFFECT = 33666 , SPELL_MURMURS_TOUCH = 33711 , SPELL_MURMURS_TOUCH_H = 38794 , SPELL_MURMURS_TOUCH_DUMMY = 33760 , SPELL_SHOCKWAVE = 33686 , SPELL_SHOCKWAVE_KNOCK_BACK = 33673 } |
| enum | Events { EVENT_SONIC_BOOM = 1 , EVENT_MURMURS_TOUCH = 2 , EVENT_RESONANCE = 3 , EVENT_MAGNETIC_PULL = 4 , EVENT_THUNDERING_STORM = 5 , EVENT_SONIC_SHOCK = 6 } |
Functions | |
| void | AddSC_boss_murmur () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_SONIC_BOOM | |
| EVENT_MURMURS_TOUCH | |
| EVENT_RESONANCE | |
| EVENT_MAGNETIC_PULL | |
| EVENT_THUNDERING_STORM | |
| EVENT_SONIC_SHOCK | |
Definition at line 52 of file boss_murmur.cpp.
| enum Spells |
Definition at line 36 of file boss_murmur.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| EMOTE_SONIC_BOOM | |
Definition at line 31 of file boss_murmur.cpp.
| void AddSC_boss_murmur | ( | ) |