AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_moragg.cpp File Reference
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "violet_hold.h"

Go to the source code of this file.

Classes

class  boss_moragg
 
struct  boss_moragg::boss_moraggAI
 
class  spell_optic_link_aura
 

Enumerations

enum  eSpells {
  SPELL_RAY_OF_SUFFERING = 54442 ,
  SPELL_RAY_OF_PAIN = 54438 ,
  SPELL_CORROSIVE_SALIVA = 54527 ,
  SPELL_OPTIC_LINK = 54396
}
 
enum  eEvents {
  EVENT_SPELL_CORROSIVE_SALIVA = 1 ,
  EVENT_SPELL_OPTIC_LINK
}
 

Functions

void AddSC_boss_moragg ()
 

Enumeration Type Documentation

◆ eEvents

enum eEvents
Enumerator
EVENT_SPELL_CORROSIVE_SALIVA 
EVENT_SPELL_OPTIC_LINK 
39{
42};
@ EVENT_SPELL_CORROSIVE_SALIVA
Definition boss_moragg.cpp:40
@ EVENT_SPELL_OPTIC_LINK
Definition boss_moragg.cpp:41

◆ eSpells

enum eSpells
Enumerator
SPELL_RAY_OF_SUFFERING 
SPELL_RAY_OF_PAIN 
SPELL_CORROSIVE_SALIVA 
SPELL_OPTIC_LINK 
26{
28 //SPELL_RAY_OF_SUFFERING_TRIGGERED = 54417,
29
30 SPELL_RAY_OF_PAIN = 54438,
31 //SPELL_RAY_OF_PAIN_TRIGGERED_N = 54416,
32 //SPELL_RAY_OF_PAIN_TRIGGERED_H = 59525,
33
35 SPELL_OPTIC_LINK = 54396,
36};
@ SPELL_RAY_OF_SUFFERING
Definition boss_moragg.cpp:27
@ SPELL_OPTIC_LINK
Definition boss_moragg.cpp:35
@ SPELL_RAY_OF_PAIN
Definition boss_moragg.cpp:30
@ SPELL_CORROSIVE_SALIVA
Definition boss_moragg.cpp:34

Function Documentation

◆ AddSC_boss_moragg()

void AddSC_boss_moragg ( )
149{
150 new boss_moragg();
152}
#define RegisterSpellScript(spell_script)
Definition SpellScriptLoader.h:88
Definition boss_moragg.cpp:45

References RegisterSpellScript.

Referenced by AddNorthrendScripts().