TrinityCore
Loading...
Searching...
No Matches
boss_warp_splinter.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "the_botanica.h"
+ Include dependency graph for boss_warp_splinter.cpp:

Go to the source code of this file.

Classes

struct  boss_warp_splinter
 
struct  npc_warp_splinter_sapling
 

Enumerations

enum  Texts { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_SUMMON = 2 , SAY_DEATH = 3 }
 
enum  Spells {
  SPELL_STOMP = 34716 , SPELL_ARCANE_VOLLEY = 36705 , SPELL_SUMMON_SAPLING_1 = 34727 , SPELL_SUMMON_SAPLING_2 = 34731 ,
  SPELL_SUMMON_SAPLING_3 = 34733 , SPELL_SUMMON_SAPLING_4 = 34734 , SPELL_SUMMON_SAPLING_5 = 34736 , SPELL_SUMMON_SAPLING_6 = 34739 ,
  SPELL_SUMMON_SAPLINGS = 34741 , SPELL_ANCESTRAL_LIFE = 34742 , SPELL_MOONFIRE_VISUAL = 36704
}
 
enum  Events { EVENT_SUMMON = 1 , EVENT_STOMP , EVENT_ARCANE_VOLLEY }
 

Functions

void AddSC_boss_warp_splinter ()
 

Variables

uint32 const SummonSaplingsSpells []
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_SUMMON 
EVENT_STOMP 
EVENT_ARCANE_VOLLEY 

Definition at line 47 of file boss_warp_splinter.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_STOMP 
SPELL_ARCANE_VOLLEY 
SPELL_SUMMON_SAPLING_1 
SPELL_SUMMON_SAPLING_2 
SPELL_SUMMON_SAPLING_3 
SPELL_SUMMON_SAPLING_4 
SPELL_SUMMON_SAPLING_5 
SPELL_SUMMON_SAPLING_6 
SPELL_SUMMON_SAPLINGS 
SPELL_ANCESTRAL_LIFE 
SPELL_MOONFIRE_VISUAL 

Definition at line 31 of file boss_warp_splinter.cpp.

◆ Texts

enum Texts
Enumerator
SAY_AGGRO 
SAY_SLAY 
SAY_SUMMON 
SAY_DEATH 

Definition at line 23 of file boss_warp_splinter.cpp.

Function Documentation

◆ AddSC_boss_warp_splinter()

void AddSC_boss_warp_splinter ( )

Definition at line 164 of file boss_warp_splinter.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ SummonSaplingsSpells

uint32 const SummonSaplingsSpells[]