![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "culling_of_stratholme.h"#include "CreatureScript.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "ScriptedGossip.h"#include "SpellInfo.h"#include "WorldStateDefines.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 |
| class | npc_cos_chromie_start |
| class | npc_cos_chromie_middle |
| class | npc_cos_stratholme_citizien |
| struct | npc_cos_stratholme_citizien::npc_cos_stratholme_citizienAI |
Functions | |
| void | AddSC_culling_of_stratholme () |
Variables | |
| float | WavesLocations [ENCOUNTER_WAVES_NUMBER][ENCOUNTER_WAVES_MAX_SPAWNS][5] |
| float | RiftAndSpawnsLocations [ENCOUNTER_CHRONO_NUMBER][ENCOUNTER_CHRONO_MAX_SPAWNS_FIRST][5] |
| enum chromie |
| Enumerator | |
|---|---|
| ITEM_ARCANE_DISRUPTOR | |
| QUEST_DISPELLING_ILLUSIONS | |
| QUEST_A_ROYAL_ESCORT | |
| SPELL_SUMMON_ARCANE_DISRUPTOR | |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_COMBAT_EXORCISM | |
| EVENT_COMBAT_HEALTH_CHECK | |
| EVENT_ACTION_PHASE1 | |
| EVENT_ACTION_PHASE2 | |
| EVENT_ACTION_PHASE3 | |
| EVENT_ACTION_PHASE5 | |
| enum GossipMenuArthas |
| Enumerator | |
|---|---|
| GOSSIP_MENU_ARTHAS_1 | |
| GOSSIP_MENU_ARTHAS_2 | |
| GOSSIP_MENU_ARTHAS_3 | |
| GOSSIP_MENU_ARTHAS_4 | |
| GOSSIP_MENU_ARTHAS_5 | |
| GOSSIP_MENU_ARTHAS_6 | |
| enum Misc |
| enum NPCs |
| enum Says |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_ARTHAS_AURA | |
| SPELL_ARTHAS_EXORCISM | |
| SPELL_ARTHAS_HOLY_LIGHT | |
| SPELL_MALGANIS_APPEAR | |
| SPELL_GREEN_VISUAL_AURA | |
| SPELL_ARTHAS_CRUSADER_STRIKE | |
| void AddSC_culling_of_stratholme | ( | ) |
References npc_arthas::npc_arthas().
Referenced by AddKalimdorScripts().
| float RiftAndSpawnsLocations[ENCOUNTER_CHRONO_NUMBER][ENCOUNTER_CHRONO_MAX_SPAWNS_FIRST][5] |
Referenced by npc_arthas::npc_arthasAI::SpawnTimeRift().
| float WavesLocations[ENCOUNTER_WAVES_NUMBER][ENCOUNTER_WAVES_MAX_SPAWNS][5] |
Referenced by npc_arthas::npc_arthasAI::SummonNextWave().