TrinityCore
Loading...
Searching...
No Matches
arena_hook_point.cpp File Reference
#include "Battleground.h"
#include "BattlegroundScript.h"
#include "Conversation.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "GameObject.h"
#include "Map.h"
#include "MotionMaster.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "SpellScript.h"
#include "TaskScheduler.h"
+ Include dependency graph for arena_hook_point.cpp:

Go to the source code of this file.

Classes

struct  arena_hook_point
 
class  spell_arena_reaction_trigger_low_health
 
class  spell_arena_reaction_trigger
 
class  spell_arena_low_health_dying_trigger
 

Namespaces

namespace  HookPoint
 
namespace  HookPoint::Actions
 
namespace  HookPoint::BouncerPaths
 
namespace  HookPoint::Conversations
 
namespace  HookPoint::Creatures
 
namespace  HookPoint::GameObjects
 
namespace  HookPoint::MapIds
 
namespace  HookPoint::Spells
 
namespace  HookPoint::StringIds
 
namespace  HookPoint::Texts
 
namespace  HookPoint::Texts::DanielPoole
 

Functions

void AddSC_arena_hook_point ()
 

Variables

static constexpr uint32 HookPoint::Actions::ReactionTrigger = 1
 
static constexpr uint32 HookPoint::Actions::ReactionDead = 2
 
static constexpr uint32 HookPoint::Actions::ReactionCheer = 3
 
static constexpr uint32 HookPoint::Actions::PennyMove = 4
 
static constexpr uint64 HookPoint::BouncerPaths::Path1 = 14324500
 
static constexpr uint64 HookPoint::BouncerPaths::Path2 = 14324501
 
static constexpr uint64 HookPoint::BouncerPaths::Path3 = 14324502
 
static constexpr uint64 HookPoint::BouncerPaths::Path4 = 14324503
 
static constexpr uint32 HookPoint::Conversations::Prepare = 9450
 
static constexpr uint32 HookPoint::Creatures::DanielPoole = 137530
 
static constexpr uint32 HookPoint::Creatures::Bouncer = 143245
 
static constexpr uint32 HookPoint::Creatures::Penny = 143121
 
static constexpr uint32 HookPoint::GameObjects::InvisWall = 296728
 
static constexpr uint32 HookPoint::GameObjects::SlideDoor = 297144
 
static constexpr uint32 HookPoint::MapIds::HookPoint = 1825
 
static constexpr uint32 HookPoint::Spells::KulTirasArenaVOCooldownAura = 275002
 
static constexpr uint32 HookPoint::Spells::ArenaReactionTrigger = 278776
 
static constexpr uint32 HookPoint::Spells::KulTirasArenaCrowdCheers = 278937
 
static constexpr uint32 HookPoint::Spells::ArenaLowHealthDyingTrigger = 279047
 
static constexpr uint32 HookPoint::Spells::KulTirasArenaCrowdBoos = 278926
 
static constexpr std::string_view HookPoint::StringIds::Bouncer1 = "hook_point_bouncer_1"sv
 
static constexpr std::string_view HookPoint::StringIds::Bouncer2 = "hook_point_bouncer_2"sv
 
static constexpr std::string_view HookPoint::StringIds::Bouncer3 = "hook_point_bouncer_3"sv
 
static constexpr std::string_view HookPoint::StringIds::Bouncer4 = "hook_point_bouncer_4"sv
 
static constexpr uint8 HookPoint::Texts::DanielPoole::Start = 0
 
static constexpr uint8 HookPoint::Texts::DanielPoole::ReactionLowHealth = 1
 
static constexpr uint8 HookPoint::Texts::DanielPoole::ReactionKill = 2
 

Function Documentation

◆ AddSC_arena_hook_point()

void AddSC_arena_hook_point ( )

Definition at line 378 of file arena_hook_point.cpp.

+ Here is the caller graph for this function: