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

Go to the source code of this file.

Classes

struct  boss_wrath_scryer_soccothrates
 

Enumerations

enum  Say {
  SAY_AGGRO = 1 ,
  SAY_SLAY = 2 ,
  SAY_KNOCK_AWAY = 3 ,
  SAY_DEATH = 4 ,
  SAY_DALLIAH_DEATH = 6 ,
  SAY_SOCCOTHRATES_CONVO_1 = 7 ,
  SAY_SOCCOTHRATES_CONVO_2 = 8 ,
  SAY_SOCCOTHRATES_CONVO_3 = 9 ,
  SAY_SOCCOTHRATES_CONVO_4 = 10 ,
  SAY_AGGRO_SOCCOTHRATES_FIRST = 0 ,
  SAY_SOCCOTHRATES_25_PERCENT = 6 ,
  SAY_DALLIAH_CONVO_1 = 8 ,
  SAY_DALLIAH_CONVO_2 = 9 ,
  SAY_DALLIAH_CONVO_3 = 10
}
 
enum  Spells {
  SPELL_FEL_IMMOLATION = 36051 ,
  SPELL_FELFIRE_SHOCK = 35759 ,
  SPELL_KNOCK_AWAY = 36512 ,
  SPELL_FELFIRE = 35769 ,
  SPELL_CHARGE = 35754
}
 
enum  Events {
  EVENT_PREFIGHT_1 = 3 ,
  EVENT_PREFIGHT_2 = 4 ,
  EVENT_PREFIGHT_3 = 5 ,
  EVENT_PREFIGHT_4 = 6 ,
  EVENT_PREFIGHT_5 = 7 ,
  EVENT_PREFIGHT_6 = 8 ,
  EVENT_PREFIGHT_7 = 9 ,
  EVENT_PREFIGHT_8 = 10 ,
  EVENT_PREFIGHT_9 = 11
}
 

Functions

void AddSC_boss_wrath_scryer_soccothrates ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_PREFIGHT_1 
EVENT_PREFIGHT_2 
EVENT_PREFIGHT_3 
EVENT_PREFIGHT_4 
EVENT_PREFIGHT_5 
EVENT_PREFIGHT_6 
EVENT_PREFIGHT_7 
EVENT_PREFIGHT_8 
EVENT_PREFIGHT_9 
53{
63};
@ EVENT_PREFIGHT_5
Definition boss_wrath_scryer_soccothrates.cpp:58
@ EVENT_PREFIGHT_4
Definition boss_wrath_scryer_soccothrates.cpp:57
@ EVENT_PREFIGHT_3
Definition boss_wrath_scryer_soccothrates.cpp:56
@ EVENT_PREFIGHT_7
Definition boss_wrath_scryer_soccothrates.cpp:60
@ EVENT_PREFIGHT_9
Definition boss_wrath_scryer_soccothrates.cpp:62
@ EVENT_PREFIGHT_8
Definition boss_wrath_scryer_soccothrates.cpp:61
@ EVENT_PREFIGHT_1
Definition boss_wrath_scryer_soccothrates.cpp:54
@ EVENT_PREFIGHT_6
Definition boss_wrath_scryer_soccothrates.cpp:59
@ EVENT_PREFIGHT_2
Definition boss_wrath_scryer_soccothrates.cpp:55

◆ Say

enum Say
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_KNOCK_AWAY 
SAY_DEATH 
SAY_DALLIAH_DEATH 
SAY_SOCCOTHRATES_CONVO_1 
SAY_SOCCOTHRATES_CONVO_2 
SAY_SOCCOTHRATES_CONVO_3 
SAY_SOCCOTHRATES_CONVO_4 
SAY_AGGRO_SOCCOTHRATES_FIRST 
SAY_SOCCOTHRATES_25_PERCENT 
SAY_DALLIAH_CONVO_1 
SAY_DALLIAH_CONVO_2 
SAY_DALLIAH_CONVO_3 
23{
24 // Wrath-Scryer Soccothrates
25 SAY_AGGRO = 1,
26 SAY_SLAY = 2,
28 SAY_DEATH = 4,
34
35 // Dalliah the Doomsayer
41};
@ SAY_DEATH
Definition boss_wrath_scryer_soccothrates.cpp:28
@ SAY_DALLIAH_DEATH
Definition boss_wrath_scryer_soccothrates.cpp:29
@ SAY_DALLIAH_CONVO_3
Definition boss_wrath_scryer_soccothrates.cpp:40
@ SAY_AGGRO
Definition boss_wrath_scryer_soccothrates.cpp:25
@ SAY_SOCCOTHRATES_25_PERCENT
Definition boss_wrath_scryer_soccothrates.cpp:37
@ SAY_DALLIAH_CONVO_1
Definition boss_wrath_scryer_soccothrates.cpp:38
@ SAY_KNOCK_AWAY
Definition boss_wrath_scryer_soccothrates.cpp:27
@ SAY_SOCCOTHRATES_CONVO_1
Definition boss_wrath_scryer_soccothrates.cpp:30
@ SAY_SOCCOTHRATES_CONVO_2
Definition boss_wrath_scryer_soccothrates.cpp:31
@ SAY_AGGRO_SOCCOTHRATES_FIRST
Definition boss_wrath_scryer_soccothrates.cpp:36
@ SAY_SLAY
Definition boss_wrath_scryer_soccothrates.cpp:26
@ SAY_DALLIAH_CONVO_2
Definition boss_wrath_scryer_soccothrates.cpp:39
@ SAY_SOCCOTHRATES_CONVO_3
Definition boss_wrath_scryer_soccothrates.cpp:32
@ SAY_SOCCOTHRATES_CONVO_4
Definition boss_wrath_scryer_soccothrates.cpp:33

◆ Spells

enum Spells
Enumerator
SPELL_FEL_IMMOLATION 
SPELL_FELFIRE_SHOCK 
SPELL_KNOCK_AWAY 
SPELL_FELFIRE 
SPELL_CHARGE 
44{
46 SPELL_FELFIRE_SHOCK = 35759,
47 SPELL_KNOCK_AWAY = 36512,
48 SPELL_FELFIRE = 35769,
49 SPELL_CHARGE = 35754
50};
@ SPELL_CHARGE
Definition boss_wrath_scryer_soccothrates.cpp:49
@ SPELL_FELFIRE
Definition boss_wrath_scryer_soccothrates.cpp:48
@ SPELL_FELFIRE_SHOCK
Definition boss_wrath_scryer_soccothrates.cpp:46
@ SPELL_KNOCK_AWAY
Definition boss_wrath_scryer_soccothrates.cpp:47
@ SPELL_FEL_IMMOLATION
Definition boss_wrath_scryer_soccothrates.cpp:45

Function Documentation

◆ AddSC_boss_wrath_scryer_soccothrates()

void AddSC_boss_wrath_scryer_soccothrates ( )
241{
243}
#define RegisterArcatrazCreatureAI(ai_name)
Definition arcatraz.h:83
Definition boss_wrath_scryer_soccothrates.cpp:66

References RegisterArcatrazCreatureAI.

Referenced by AddOutlandScripts().