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

Go to the source code of this file.

Classes

class  boss_maiden_of_grief
 
struct  boss_maiden_of_grief::boss_maiden_of_griefAI
 

Enumerations

enum  spells {
  SPELL_PARTING_SORROW = 59723 ,
  SPELL_PILLAR_OF_WOE = 50761 ,
  SPELL_SHOCK_OF_SORROW = 50760 ,
  SPELL_STORM_OF_GRIEF = 50752 ,
  ACHIEVEMENT_GOOD_GRIEF = 20383
}
 
enum  maidenEvents {
  EVENT_NONE ,
  EVENT_STORM ,
  EVENT_SHOCK ,
  EVENT_PILLAR ,
  EVENT_PARTING
}
 
enum  Yells {
  SAY_AGGRO = 0 ,
  SAY_SLAY = 1 ,
  SAY_DEATH = 2 ,
  SAY_STUN = 3
}
 

Functions

void AddSC_boss_maiden_of_grief ()
 

Enumeration Type Documentation

◆ maidenEvents

Enumerator
EVENT_NONE 
EVENT_STORM 
EVENT_SHOCK 
EVENT_PILLAR 
EVENT_PARTING 
32{
38};
@ EVENT_PARTING
Definition boss_maiden_of_grief.cpp:37
@ EVENT_SHOCK
Definition boss_maiden_of_grief.cpp:35
@ EVENT_NONE
Definition boss_maiden_of_grief.cpp:33
@ EVENT_STORM
Definition boss_maiden_of_grief.cpp:34
@ EVENT_PILLAR
Definition boss_maiden_of_grief.cpp:36

◆ spells

enum spells
Enumerator
SPELL_PARTING_SORROW 
SPELL_PILLAR_OF_WOE 
SPELL_SHOCK_OF_SORROW 
SPELL_STORM_OF_GRIEF 
ACHIEVEMENT_GOOD_GRIEF 
23{
25 SPELL_PILLAR_OF_WOE = 50761,
28
30};
@ SPELL_PILLAR_OF_WOE
Definition boss_maiden_of_grief.cpp:25
@ ACHIEVEMENT_GOOD_GRIEF
Definition boss_maiden_of_grief.cpp:29
@ SPELL_STORM_OF_GRIEF
Definition boss_maiden_of_grief.cpp:27
@ SPELL_SHOCK_OF_SORROW
Definition boss_maiden_of_grief.cpp:26
@ SPELL_PARTING_SORROW
Definition boss_maiden_of_grief.cpp:24

◆ Yells

enum Yells
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_DEATH 
SAY_STUN 
41{
42 SAY_AGGRO = 0,
43 SAY_SLAY = 1,
44 SAY_DEATH = 2,
45 SAY_STUN = 3
46};
@ SAY_DEATH
Definition boss_maiden_of_grief.cpp:44
@ SAY_AGGRO
Definition boss_maiden_of_grief.cpp:42
@ SAY_STUN
Definition boss_maiden_of_grief.cpp:45
@ SAY_SLAY
Definition boss_maiden_of_grief.cpp:43

Function Documentation

◆ AddSC_boss_maiden_of_grief()

void AddSC_boss_maiden_of_grief ( )
173{
175}
Definition boss_maiden_of_grief.cpp:49

Referenced by AddNorthrendScripts().