![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "Player.h"#include "ruins_of_ahnqiraj.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "SpellAuras.h"#include "SpellScript.h"
Include dependency graph for ruins_of_ahnqiraj.cpp:Go to the source code of this file.
Classes | |
| struct | npc_andorov |
| class | spell_ruins_of_ahnqiraj_itch |
Enumerations | |
| enum | AndorovTexts { SAY_PROGRESS_1 = 0 , SAY_PROGRESS_2 = 1 , SAY_PROGRESS_3 = 2 , SAY_PROGRESS_4 = 3 , SAY_PROGRESS_5 = 4 , SAY_PROGRESS_6 = 5 } |
| enum | AndorovSpells { SPELL_STRIKE = 22591 , SPELL_BASH = 25515 , SPELL_AURA_OF_COMMAND = 25516 } |
| enum | AndorovEvents { EVENT_INTRO_1 = 1 , EVENT_PROGRESS_1 , EVENT_PROGRESS_2 , EVENT_PROGRESS_3 , EVENT_PROGRESS_4 , EVENT_PROGRESS_5 , EVENT_PROGRESS_6 , EVENT_OUTRO_1 , EVENT_OUTRO_2 , EVENT_STRIKE , EVENT_BASH , EVENT_AURA_OF_COMMAND } |
| enum | AndorovMisc { PATH_SPAWN = 4 , PATH_EVENT = 5 , GOSSIP_MENU_NOT_STARTED = 6629 , GOSSIP_MENU_IN_PROGRESS = 7048 , GOSSIP_MENU_FINISHED = 7047 , NPC_KALDOREI_ELITE = 15473 } |
| enum | AQ20Itch { SPELL_HIVEZARA_CATALYST = 25187 } |
Functions | |
| void | AddSC_ruins_of_ahnqiraj () |
| enum AndorovEvents |
| Enumerator | |
|---|---|
| EVENT_INTRO_1 | |
| EVENT_PROGRESS_1 | |
| EVENT_PROGRESS_2 | |
| EVENT_PROGRESS_3 | |
| EVENT_PROGRESS_4 | |
| EVENT_PROGRESS_5 | |
| EVENT_PROGRESS_6 | |
| EVENT_OUTRO_1 | |
| EVENT_OUTRO_2 | |
| EVENT_STRIKE | |
| EVENT_BASH | |
| EVENT_AURA_OF_COMMAND | |
Definition at line 59 of file ruins_of_ahnqiraj.cpp.
| enum AndorovMisc |
| Enumerator | |
|---|---|
| PATH_SPAWN | |
| PATH_EVENT | |
| GOSSIP_MENU_NOT_STARTED | |
| GOSSIP_MENU_IN_PROGRESS | |
| GOSSIP_MENU_FINISHED | |
| NPC_KALDOREI_ELITE | |
Definition at line 78 of file ruins_of_ahnqiraj.cpp.
| enum AndorovSpells |
| Enumerator | |
|---|---|
| SPELL_STRIKE | |
| SPELL_BASH | |
| SPELL_AURA_OF_COMMAND | |
Definition at line 52 of file ruins_of_ahnqiraj.cpp.
| enum AndorovTexts |
| Enumerator | |
|---|---|
| SAY_PROGRESS_1 | |
| SAY_PROGRESS_2 | |
| SAY_PROGRESS_3 | |
| SAY_PROGRESS_4 | |
| SAY_PROGRESS_5 | |
| SAY_PROGRESS_6 | |
Definition at line 42 of file ruins_of_ahnqiraj.cpp.
| enum AQ20Itch |
| Enumerator | |
|---|---|
| SPELL_HIVEZARA_CATALYST | |
Definition at line 284 of file ruins_of_ahnqiraj.cpp.
| void AddSC_ruins_of_ahnqiraj | ( | ) |