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

Go to the source code of this file.

Classes

struct  boss_warp_splinter
 

Enumerations

enum  Says {
  SAY_AGGRO = 0 ,
  SAY_SLAY = 1 ,
  SAY_SUMMON = 2 ,
  SAY_DEATH = 3
}
 
enum  Spells {
  SPELL_WAR_STOMP = 34716 ,
  SPELL_SUMMON_TREANTS = 34730 ,
  SPELL_ARCANE_VOLLEY = 36705 ,
  SPELL_SUMMON_SAPLINGS_SUMMON = 34730 ,
  SPELL_SUMMON_SAPLINGS_PERIODIC = 34741
}
 

Functions

void AddSC_boss_warp_splinter ()
 

Enumeration Type Documentation

◆ Says

enum Says
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_SUMMON 
SAY_DEATH 
23{
24 SAY_AGGRO = 0,
25 SAY_SLAY = 1,
26 SAY_SUMMON = 2,
27 SAY_DEATH = 3
28};
@ SAY_DEATH
Definition boss_warp_splinter.cpp:27
@ SAY_AGGRO
Definition boss_warp_splinter.cpp:24
@ SAY_SLAY
Definition boss_warp_splinter.cpp:25
@ SAY_SUMMON
Definition boss_warp_splinter.cpp:26

◆ Spells

enum Spells
Enumerator
SPELL_WAR_STOMP 
SPELL_SUMMON_TREANTS 
SPELL_ARCANE_VOLLEY 
SPELL_SUMMON_SAPLINGS_SUMMON 
SPELL_SUMMON_SAPLINGS_PERIODIC 
31{
32 SPELL_WAR_STOMP = 34716,
33 SPELL_SUMMON_TREANTS = 34730, // 34727, 34730 - 34737, 34739
34 SPELL_ARCANE_VOLLEY = 36705,
35
38};
@ SPELL_SUMMON_SAPLINGS_SUMMON
Definition boss_warp_splinter.cpp:36
@ SPELL_ARCANE_VOLLEY
Definition boss_warp_splinter.cpp:34
@ SPELL_SUMMON_TREANTS
Definition boss_warp_splinter.cpp:33
@ SPELL_SUMMON_SAPLINGS_PERIODIC
Definition boss_warp_splinter.cpp:37
@ SPELL_WAR_STOMP
Definition boss_warp_splinter.cpp:32

Function Documentation

◆ AddSC_boss_warp_splinter()

void AddSC_boss_warp_splinter ( )
85{
87}
Definition boss_warp_splinter.cpp:41
#define RegisterTheBotanicaCreatureAI(ai_name)
Definition the_botanica.h:62

References RegisterTheBotanicaCreatureAI.

Referenced by AddOutlandScripts().