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

Go to the source code of this file.

Classes

struct  boss_hydromancer_thespia
 

Enumerations

enum  HydromancerThespia {
  SAY_SUMMON = 0 ,
  SAY_AGGRO = 1 ,
  SAY_SLAY = 2 ,
  SAY_DEAD = 3 ,
  SAY_SPELL = 4 ,
  SPELL_LIGHTNING_CLOUD = 25033 ,
  SPELL_LUNG_BURST = 31481 ,
  SPELL_ENVELOPING_WINDS = 31718
}
 

Functions

void AddSC_boss_hydromancer_thespia ()
 

Enumeration Type Documentation

◆ HydromancerThespia

Enumerator
SAY_SUMMON 
SAY_AGGRO 
SAY_SLAY 
SAY_DEAD 
SAY_SPELL 
SPELL_LIGHTNING_CLOUD 
SPELL_LUNG_BURST 
SPELL_ENVELOPING_WINDS 
23{
24 SAY_SUMMON = 0, // Unused or Unknown Use
25 SAY_AGGRO = 1,
26 SAY_SLAY = 2,
27 SAY_DEAD = 3,
28 SAY_SPELL = 4,
29
31 SPELL_LUNG_BURST = 31481,
33};
@ SAY_AGGRO
Definition: boss_hydromancer_thespia.cpp:25
@ SPELL_LUNG_BURST
Definition: boss_hydromancer_thespia.cpp:31
@ SAY_SLAY
Definition: boss_hydromancer_thespia.cpp:26
@ SAY_SUMMON
Definition: boss_hydromancer_thespia.cpp:24
@ SPELL_ENVELOPING_WINDS
Definition: boss_hydromancer_thespia.cpp:32
@ SAY_SPELL
Definition: boss_hydromancer_thespia.cpp:28
@ SPELL_LIGHTNING_CLOUD
Definition: boss_hydromancer_thespia.cpp:30
@ SAY_DEAD
Definition: boss_hydromancer_thespia.cpp:27

Function Documentation

◆ AddSC_boss_hydromancer_thespia()

void AddSC_boss_hydromancer_thespia ( )
80{
82}
#define RegisterSteamvaultCreatureAI(ai_name)
Definition: steam_vault.h:66
Definition: boss_hydromancer_thespia.cpp:36

References RegisterSteamvaultCreatureAI.

Referenced by AddOutlandScripts().