TrinityCore
Loading...
Searching...
No Matches
blackfathom_deeps.cpp File Reference
#include "ScriptMgr.h"
#include "blackfathom_deeps.h"
#include "InstanceScript.h"
#include "GameObject.h"
#include "GameObjectAI.h"
#include "Map.h"
#include "Player.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"
+ Include dependency graph for blackfathom_deeps.cpp:

Go to the source code of this file.

Classes

struct  go_blackfathom_altar
 
struct  go_blackfathom_fire
 
struct  npc_blackfathom_deeps_event
 
struct  npc_morridune
 

Enumerations

enum  Spells {
  SPELL_BLESSING_OF_BLACKFATHOM = 8733 , SPELL_RAVAGE = 8391 , SPELL_FROST_NOVA = 865 , SPELL_FROST_BOLT_VOLLEY = 8398 ,
  SPELL_TELEPORT_DARNASSUS = 9268
}
 
enum  Events { EVENT_RAVAGE = 1 , EVENT_FROST_NOVA , EVENT_FROST_BOLT_VOLLEY }
 
enum  Morridune { SAY_MORRIDUNE_1 = 0 , SAY_MORRIDUNE_2 = 1 , PATH_ESCORT_MORRIDUNE = 53834 }
 

Functions

void AddSC_blackfathom_deeps ()
 

Variables

const Position HomePosition = {-815.817f, -145.299f, -25.870f, 0}
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_RAVAGE 
EVENT_FROST_NOVA 
EVENT_FROST_BOLT_VOLLEY 

Definition at line 66 of file blackfathom_deeps.cpp.

◆ Morridune

enum Morridune
Enumerator
SAY_MORRIDUNE_1 
SAY_MORRIDUNE_2 
PATH_ESCORT_MORRIDUNE 

Definition at line 165 of file blackfathom_deeps.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_BLESSING_OF_BLACKFATHOM 
SPELL_RAVAGE 
SPELL_FROST_NOVA 
SPELL_FROST_BOLT_VOLLEY 
SPELL_TELEPORT_DARNASSUS 

Definition at line 28 of file blackfathom_deeps.cpp.

Function Documentation

◆ AddSC_blackfathom_deeps()

void AddSC_blackfathom_deeps ( )

Definition at line 205 of file blackfathom_deeps.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ HomePosition

const Position HomePosition = {-815.817f, -145.299f, -25.870f, 0}

Definition at line 37 of file blackfathom_deeps.cpp.