AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_lucifron.cpp File Reference
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "molten_core.h"

Go to the source code of this file.

Classes

class  boss_lucifron
 
struct  boss_lucifron::boss_lucifronAI
 

Enumerations

enum  Spells {
  SPELL_IMPENDING_DOOM = 19702 ,
  SPELL_LUCIFRON_CURSE = 19703 ,
  SPELL_SHADOW_SHOCK = 20603
}
 
enum  Events {
  EVENT_IMPENDING_DOOM = 1 ,
  EVENT_LUCIFRON_CURSE = 2 ,
  EVENT_SHADOW_SHOCK = 3
}
 

Functions

void AddSC_boss_lucifron ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_IMPENDING_DOOM 
EVENT_LUCIFRON_CURSE 
EVENT_SHADOW_SHOCK 
30{
34};
@ EVENT_IMPENDING_DOOM
Definition boss_lucifron.cpp:31
@ EVENT_LUCIFRON_CURSE
Definition boss_lucifron.cpp:32
@ EVENT_SHADOW_SHOCK
Definition boss_lucifron.cpp:33

◆ Spells

enum Spells
Enumerator
SPELL_IMPENDING_DOOM 
SPELL_LUCIFRON_CURSE 
SPELL_SHADOW_SHOCK 
23{
26 SPELL_SHADOW_SHOCK = 20603,
27};
@ SPELL_LUCIFRON_CURSE
Definition boss_lucifron.cpp:25
@ SPELL_IMPENDING_DOOM
Definition boss_lucifron.cpp:24
@ SPELL_SHADOW_SHOCK
Definition boss_lucifron.cpp:26

Function Documentation

◆ AddSC_boss_lucifron()

void AddSC_boss_lucifron ( )
86{
87 new boss_lucifron();
88}
Definition boss_lucifron.cpp:37

Referenced by AddEasternKingdomsScripts().