|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellAuraEffects.h"#include "naxxramas.h"#include "Player.h"Go to the source code of this file.
Macros | |
| #define | MAX_ABOMINATIONS 21 |
| #define | MAX_WASTES 49 |
| #define | MAX_WEAVERS 7 |
Functions | |
| void | AddSC_boss_kelthuzad () |
Variables | |
| const Position | Pos [12] |
| const Position | PosAbominations [MAX_ABOMINATIONS] |
| const Position | PosWastes [MAX_WASTES] |
| const Position | PosWeavers [MAX_WEAVERS] |
| #define MAX_ABOMINATIONS 21 |
Definition at line 141 of file boss_kelthuzad.cpp.
Referenced by at_kelthuzad_center::OnTrigger().
| #define MAX_WASTES 49 |
Definition at line 168 of file boss_kelthuzad.cpp.
Referenced by at_kelthuzad_center::OnTrigger().
| #define MAX_WEAVERS 7 |
Definition at line 223 of file boss_kelthuzad.cpp.
Referenced by at_kelthuzad_center::OnTrigger().
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_WASTE | |
| NPC_ABOMINATION | |
| NPC_WEAVER | |
| NPC_ICECROWN | |
Definition at line 115 of file boss_kelthuzad.cpp.
| enum Events |
Definition at line 42 of file boss_kelthuzad.cpp.
| enum Spells |
Definition at line 63 of file boss_kelthuzad.cpp.
| enum Yells |
Definition at line 20 of file boss_kelthuzad.cpp.
| void AddSC_boss_kelthuzad | ( | ) |
Definition at line 821 of file boss_kelthuzad.cpp.
Referenced by AddNorthrendScripts().
Definition at line 123 of file boss_kelthuzad.cpp.
Referenced by boss_kelthuzad::boss_kelthuzadAI::UpdateAI().
| const Position PosAbominations[MAX_ABOMINATIONS] |
Definition at line 142 of file boss_kelthuzad.cpp.
Referenced by at_kelthuzad_center::OnTrigger().
| const Position PosWastes[MAX_WASTES] |
Definition at line 169 of file boss_kelthuzad.cpp.
Referenced by at_kelthuzad_center::OnTrigger().
| const Position PosWeavers[MAX_WEAVERS] |
Definition at line 224 of file boss_kelthuzad.cpp.
Referenced by at_kelthuzad_center::OnTrigger().