|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "culling_of_stratholme.h"#include "ScriptedEscortAI.h"#include "PassiveAI.h"#include "Player.h"#include "SpellInfo.h"Go to the source code of this file.
Classes | |
| class | npc_arthas |
| struct | npc_arthas::npc_arthasAI |
| class | npc_crate_helper |
| struct | npc_crate_helper::npc_crate_helperAI |
Macros | |
| #define | GOSSIP_ITEM_ARTHAS_0 "I'm ready to start Culling of Stratholme." |
| #define | GOSSIP_ITEM_ARTHAS_1 "Yes, my Prince. We're ready." |
| #define | GOSSIP_ITEM_ARTHAS_2 "We're only doing what is best for Loarderon your Highness." |
| #define | GOSSIP_ITEM_ARTHAS_3 "I'm ready." |
| #define | GOSSIP_ITEM_ARTHAS_4 "For Lordaeron!" |
| #define | GOSSIP_ITEM_ARTHAS_5 "I'm ready to battle the dreadlord, sire." |
Functions | |
| void | AddSC_culling_of_stratholme () |
Variables | |
| float | RiftAndSpawnsLocations [ENCOUNTER_CHRONO_SPAWNS][5] |
| float | WavesLocations [ENCOUNTER_WAVES_NUMBER][ENCOUNTER_WAVES_MAX_SPAWNS][5] |
| #define GOSSIP_ITEM_ARTHAS_0 "I'm ready to start Culling of Stratholme." |
Definition at line 234 of file culling_of_stratholme.cpp.
Referenced by npc_arthas::OnGossipHello().
| #define GOSSIP_ITEM_ARTHAS_1 "Yes, my Prince. We're ready." |
Definition at line 235 of file culling_of_stratholme.cpp.
Referenced by npc_arthas::OnGossipHello().
| #define GOSSIP_ITEM_ARTHAS_2 "We're only doing what is best for Loarderon your Highness." |
Definition at line 236 of file culling_of_stratholme.cpp.
Referenced by npc_arthas::OnGossipHello().
| #define GOSSIP_ITEM_ARTHAS_3 "I'm ready." |
Definition at line 237 of file culling_of_stratholme.cpp.
Referenced by npc_arthas::OnGossipHello().
| #define GOSSIP_ITEM_ARTHAS_4 "For Lordaeron!" |
Definition at line 238 of file culling_of_stratholme.cpp.
Referenced by npc_arthas::OnGossipHello().
| #define GOSSIP_ITEM_ARTHAS_5 "I'm ready to battle the dreadlord, sire." |
Definition at line 239 of file culling_of_stratholme.cpp.
Referenced by npc_arthas::OnGossipHello().
| enum EncounterData |
| Enumerator | |
|---|---|
| ENCOUNTER_WAVES_NUMBER | |
| ENCOUNTER_WAVES_MAX_SPAWNS | |
| ENCOUNTER_DRACONIAN_NUMBER | |
| ENCOUNTER_CHRONO_SPAWNS | |
Definition at line 141 of file culling_of_stratholme.cpp.
| enum GossipMenuArthas |
| Enumerator | |
|---|---|
| GOSSIP_MENU_ARTHAS_1 | |
| GOSSIP_MENU_ARTHAS_2 | |
| GOSSIP_MENU_ARTHAS_3 | |
| GOSSIP_MENU_ARTHAS_4 | |
| GOSSIP_MENU_ARTHAS_5 | |
Definition at line 132 of file culling_of_stratholme.cpp.
| enum NPCs |
Definition at line 97 of file culling_of_stratholme.cpp.
| enum Says |
Definition at line 15 of file culling_of_stratholme.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_FEAR | |
| SPELL_ARTHAS_AURA | |
| SPELL_EXORCISM_N | |
| SPELL_EXORCISM_H | |
| SPELL_HOLY_LIGHT | |
| SPELL_ARCANE_DISRUPTION | |
Definition at line 122 of file culling_of_stratholme.cpp.
| void AddSC_culling_of_stratholme | ( | ) |
Definition at line 1257 of file culling_of_stratholme.cpp.
Referenced by AddKalimdorScripts().
| float RiftAndSpawnsLocations[ENCOUNTER_CHRONO_SPAWNS][5] |
Definition at line 211 of file culling_of_stratholme.cpp.
Referenced by npc_arthas::npc_arthasAI::SpawnTimeRift().
| float WavesLocations[ENCOUNTER_WAVES_NUMBER][ENCOUNTER_WAVES_MAX_SPAWNS][5] |
Definition at line 150 of file culling_of_stratholme.cpp.
Referenced by npc_arthas::npc_arthasAI::SpawnWaveGroup().