TrinityCore
Loading...
Searching...
No Matches
stratholme.cpp File Reference
#include "ScriptMgr.h"
#include "GameObject.h"
#include "GameObjectAI.h"
#include "Group.h"
#include "ScenarioMgr.h"
#include "InstanceScript.h"
#include "Map.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
#include "SpellScript.h"
#include "SpellAuraEffects.h"
#include "stratholme.h"
+ Include dependency graph for stratholme.cpp:

Go to the source code of this file.

Classes

class  go_gauntlet_gate
 
struct  go_gauntlet_gate::go_gauntlet_gateAI
 
class  npc_restless_soul
 
struct  npc_restless_soul::npc_restless_soulAI
 
class  npc_spectral_ghostly_citizen
 
struct  npc_spectral_ghostly_citizen::npc_spectral_ghostly_citizenAI
 
class  spell_ysida_saved_credit
 
class  spell_stratholme_haunting_phantoms
 
class  at_stratholme_service_entrance
 

Enumerations

enum  RestlessSoul {
  SPELL_EGAN_BLASTER = 17368 , SPELL_SOUL_FREED = 17370 , QUEST_RESTLESS_SOUL = 5282 , NPC_RESTLESS = 11122 ,
  NPC_FREED = 11136
}
 
enum  GhostlyCitizenSpells { SPELL_HAUNTING_PHANTOM = 16336 , SPELL_DEBILITATING_TOUCH = 16333 , SPELL_SLAP = 6754 }
 
enum  HauntingPhantoms { SPELL_SUMMON_SPITEFUL_PHANTOM = 16334 , SPELL_SUMMON_WRATH_PHANTOM = 16335 }
 

Functions

void AddSC_stratholme ()
 

Variables

static constexpr uint32 StratholmeLfgDungeonServiceEntrance = 274
 
static constexpr uint32 StratholmeScenarioServiceEntrance = 637
 

Enumeration Type Documentation

◆ GhostlyCitizenSpells

Enumerator
SPELL_HAUNTING_PHANTOM 
SPELL_DEBILITATING_TOUCH 
SPELL_SLAP 

Definition at line 203 of file stratholme.cpp.

◆ HauntingPhantoms

Enumerator
SPELL_SUMMON_SPITEFUL_PHANTOM 
SPELL_SUMMON_WRATH_PHANTOM 

Definition at line 357 of file stratholme.cpp.

◆ RestlessSoul

Enumerator
SPELL_EGAN_BLASTER 
SPELL_SOUL_FREED 
QUEST_RESTLESS_SOUL 
NPC_RESTLESS 
NPC_FREED 

Definition at line 102 of file stratholme.cpp.

Function Documentation

◆ AddSC_stratholme()

void AddSC_stratholme ( )

Definition at line 412 of file stratholme.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ StratholmeLfgDungeonServiceEntrance

constexpr uint32 StratholmeLfgDungeonServiceEntrance = 274
staticconstexpr

Definition at line 393 of file stratholme.cpp.

◆ StratholmeScenarioServiceEntrance

constexpr uint32 StratholmeScenarioServiceEntrance = 637
staticconstexpr

Definition at line 394 of file stratholme.cpp.