![]() |
TrinityCore
|
#include "alterac_valley.h"#include "ScriptMgr.h"#include "Battleground.h"#include "GameObject.h"#include "GameObjectAI.h"#include "Player.h"#include "ScriptedCreature.h"#include <chrono>
Include dependency graph for alterac_valley.cpp:Go to the source code of this file.
Classes | |
| struct | npc_av_marshal_or_warmaster |
| struct | go_av_capturable_object |
| struct | go_av_contested_object |
| class | at_av_exploit |
| class | quest_alterac_valley< ActionId > |
Enumerations | |
| enum | Spells { SPELL_CHARGE = 22911 , SPELL_CLEAVE = 40504 , SPELL_DEMORALIZING_SHOUT = 23511 , SPELL_ENRAGE = 8599 , SPELL_WHIRLWIND = 13736 } |
| enum | Creatures { NPC_NORTH_MARSHAL = 14762 , NPC_SOUTH_MARSHAL = 14763 , NPC_ICEWING_MARSHAL = 14764 , NPC_STONEHEARTH_MARSHAL = 14765 , NPC_EAST_FROSTWOLF_WARMASTER = 14772 , NPC_ICEBLOOD_WARMASTER = 14773 , NPC_TOWER_POINT_WARMASTER = 14776 , NPC_WEST_FROSTWOLF_WARMASTER = 14777 } |
| enum | Events { EVENT_CHARGE_TARGET = 1 , EVENT_CLEAVE = 2 , EVENT_DEMORALIZING_SHOUT = 3 , EVENT_WHIRLWIND = 4 , EVENT_ENRAGE = 5 , EVENT_CHECK_RESET = 6 } |
Functions | |
| void | AddSC_alterac_valley () |
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_NORTH_MARSHAL | |
| NPC_SOUTH_MARSHAL | |
| NPC_ICEWING_MARSHAL | |
| NPC_STONEHEARTH_MARSHAL | |
| NPC_EAST_FROSTWOLF_WARMASTER | |
| NPC_ICEBLOOD_WARMASTER | |
| NPC_TOWER_POINT_WARMASTER | |
| NPC_WEST_FROSTWOLF_WARMASTER | |
Definition at line 37 of file alterac_valley.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CHARGE_TARGET | |
| EVENT_CLEAVE | |
| EVENT_DEMORALIZING_SHOUT | |
| EVENT_WHIRLWIND | |
| EVENT_ENRAGE | |
| EVENT_CHECK_RESET | |
Definition at line 49 of file alterac_valley.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_CHARGE | |
| SPELL_CLEAVE | |
| SPELL_DEMORALIZING_SHOUT | |
| SPELL_ENRAGE | |
| SPELL_WHIRLWIND | |
Definition at line 28 of file alterac_valley.cpp.
| void AddSC_alterac_valley | ( | ) |