![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "Player.h"#include "ScriptedCreature.h"#include "culling_of_stratholme.h"Go to the source code of this file.
Classes | |
| class | boss_mal_ganis |
| struct | boss_mal_ganis::boss_mal_ganisAI |
Enumerations | |
| enum | Spells { SPELL_CARRION_SWARM = 52720 , SPELL_MIND_BLAST = 52722 , SPELL_SLEEP = 52721 , SPELL_VAMPIRIC_TOUCH = 52723 } |
| enum | Events { EVENT_SPELL_CARRION_SWARM = 1 , EVENT_SPELL_MIND_BLAST = 2 , EVENT_SPELL_SLEEP = 3 , EVENT_SPELL_VAMPIRIC_TOUCH = 4 } |
| enum | Yells { SAY_AGGRO = 2 , SAY_KILL = 3 , SAY_SLAY = 4 , SAY_SLEEP = 5 , SAY_30HEALTH = 6 , SAY_15HEALTH = 7 , SAY_ESCAPE_SPEECH_1 = 8 , SAY_ESCAPE_SPEECH_2 = 9 , SAY_OUTRO = 10 } |
Functions | |
| void | AddSC_boss_mal_ganis () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_SPELL_CARRION_SWARM | |
| EVENT_SPELL_MIND_BLAST | |
| EVENT_SPELL_SLEEP | |
| EVENT_SPELL_VAMPIRIC_TOUCH | |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_CARRION_SWARM | |
| SPELL_MIND_BLAST | |
| SPELL_SLEEP | |
| SPELL_VAMPIRIC_TOUCH | |
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_KILL | |
| SAY_SLAY | |
| SAY_SLEEP | |
| SAY_30HEALTH | |
| SAY_15HEALTH | |
| SAY_ESCAPE_SPEECH_1 | |
| SAY_ESCAPE_SPEECH_2 | |
| SAY_OUTRO | |
| void AddSC_boss_mal_ganis | ( | ) |
Referenced by AddKalimdorScripts().