TrinityCore
Loading...
Searching...
No Matches
trial_of_the_champion.cpp File Reference
#include "ScriptMgr.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "Map.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "TemporarySummon.h"
#include "trial_of_the_champion.h"
#include "Vehicle.h"
+ Include dependency graph for trial_of_the_champion.cpp:

Go to the source code of this file.

Classes

class  npc_announcer_toc5
 
struct  npc_announcer_toc5::npc_announcer_toc5AI
 

Macros

#define ORIENTATION   4.714f
 

Enumerations

enum  Yells {
  SAY_INTRO_1 = 0 , SAY_INTRO_2 = 1 , SAY_INTRO_3 = 2 , SAY_AGGRO = 3 ,
  SAY_PHASE_2 = 4 , SAY_PHASE_3 = 5 , SAY_KILL_PLAYER = 6 , SAY_DEATH = 7
}
 
enum  Gossip { GOSSIP_START_EVENT1_MID = 10614 , GOSSIP_START_EVENT1_OID = 0 , GOSSIP_START_EVENT2_MID = 10614 , GOSSIP_START_EVENT2_OID = 1 }
 

Functions

void AddSC_trial_of_the_champion ()
 

Variables

const Position SpawnPosition = {746.261f, 657.401f, 411.681f, 4.65f}
 

Macro Definition Documentation

◆ ORIENTATION

#define ORIENTATION   4.714f

Definition at line 62 of file trial_of_the_champion.cpp.

Enumeration Type Documentation

◆ Gossip

enum Gossip
Enumerator
GOSSIP_START_EVENT1_MID 
GOSSIP_START_EVENT1_OID 
GOSSIP_START_EVENT2_MID 
GOSSIP_START_EVENT2_OID 

Definition at line 54 of file trial_of_the_champion.cpp.

◆ Yells

enum Yells
Enumerator
SAY_INTRO_1 
SAY_INTRO_2 
SAY_INTRO_3 
SAY_AGGRO 
SAY_PHASE_2 
SAY_PHASE_3 
SAY_KILL_PLAYER 
SAY_DEATH 

Definition at line 42 of file trial_of_the_champion.cpp.

Function Documentation

◆ AddSC_trial_of_the_champion()

void AddSC_trial_of_the_champion ( )

Definition at line 504 of file trial_of_the_champion.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ SpawnPosition

const Position SpawnPosition = {746.261f, 657.401f, 411.681f, 4.65f}

Definition at line 68 of file trial_of_the_champion.cpp.