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 {
  PARTING_SORROW = 59723 ,
  PILLAR_OF_WOE = 50761 ,
  PILLAR_OF_WOE_H = 59727 ,
  SHOCK_OF_SORROW = 50760 ,
  SHOCK_OF_SORROW_H = 59726 ,
  STORM_OF_GRIEF = 50752 ,
  STORM_OF_GRIEF_H = 59772 ,
  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 
35{
41};
@ EVENT_PARTING
Definition boss_maiden_of_grief.cpp:40
@ EVENT_SHOCK
Definition boss_maiden_of_grief.cpp:38
@ EVENT_NONE
Definition boss_maiden_of_grief.cpp:36
@ EVENT_STORM
Definition boss_maiden_of_grief.cpp:37
@ EVENT_PILLAR
Definition boss_maiden_of_grief.cpp:39

◆ spells

enum spells
Enumerator
PARTING_SORROW 
PILLAR_OF_WOE 
PILLAR_OF_WOE_H 
SHOCK_OF_SORROW 
SHOCK_OF_SORROW_H 
STORM_OF_GRIEF 
STORM_OF_GRIEF_H 
ACHIEVEMENT_GOOD_GRIEF 
23{
24 PARTING_SORROW = 59723,
25 PILLAR_OF_WOE = 50761,
26 PILLAR_OF_WOE_H = 59727,
27 SHOCK_OF_SORROW = 50760,
28 SHOCK_OF_SORROW_H = 59726,
29 STORM_OF_GRIEF = 50752,
30 STORM_OF_GRIEF_H = 59772,
31
33};
@ STORM_OF_GRIEF_H
Definition boss_maiden_of_grief.cpp:30
@ ACHIEVEMENT_GOOD_GRIEF
Definition boss_maiden_of_grief.cpp:32
@ PILLAR_OF_WOE
Definition boss_maiden_of_grief.cpp:25
@ SHOCK_OF_SORROW
Definition boss_maiden_of_grief.cpp:27
@ SHOCK_OF_SORROW_H
Definition boss_maiden_of_grief.cpp:28
@ STORM_OF_GRIEF
Definition boss_maiden_of_grief.cpp:29
@ PILLAR_OF_WOE_H
Definition boss_maiden_of_grief.cpp:26
@ PARTING_SORROW
Definition boss_maiden_of_grief.cpp:24

◆ Yells

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

Function Documentation

◆ AddSC_boss_maiden_of_grief()

void AddSC_boss_maiden_of_grief ( )
162{
164}
Definition boss_maiden_of_grief.cpp:52

Referenced by AddNorthrendScripts().