Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
boss_murmur.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "shadow_labyrinth.h"
Include dependency graph for boss_murmur.cpp:

Go to the source code of this file.

Classes

class  boss_murmur
struct  boss_murmur::boss_murmurAI
class  spell_murmur_sonic_boom
class  spell_murmur_sonic_boom::spell_murmur_sonic_boom_SpellScript
class  spell_murmur_sonic_boom_effect
class  spell_murmur_sonic_boom_effect::spell_murmur_sonic_boom_effect_SpellScript
class  spell_murmur_thundering_storm
class  spell_murmur_thundering_storm::spell_murmur_thundering_storm_SpellScript
class  ThunderingStormCheck

Enumerations

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
}
enum  Murmur {
  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 , EMOTE_SONIC_BOOM = 0
}

Functions

void AddSC_boss_murmur ()

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_SONIC_BOOM 
EVENT_MURMURS_TOUCH 
EVENT_RESONANCE 
EVENT_MAGNETIC_PULL 
EVENT_THUNDERING_STORM 
EVENT_SONIC_SHOCK 

Definition at line 32 of file boss_murmur.cpp.

◆ Murmur

enum Murmur
Enumerator
SPELL_RESONANCE 
SPELL_MAGNETIC_PULL 
SPELL_SONIC_SHOCK 
SPELL_THUNDERING_STORM 
SPELL_SONIC_BOOM_CAST 
SPELL_SONIC_BOOM_EFFECT 
SPELL_MURMURS_TOUCH 
EMOTE_SONIC_BOOM 

Definition at line 18 of file boss_murmur.cpp.

Function Documentation

◆ AddSC_boss_murmur()

void AddSC_boss_murmur ( )

Definition at line 267 of file boss_murmur.cpp.

Referenced by AddOutlandScripts().