![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "PassiveAI.h"
#include "ScriptedCreature.h"
#include "SpellAuraEffects.h"
#include "SpellAuras.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "naxxramas.h"
Go to the source code of this file.
Classes | |
class | boss_grobbulus |
struct | boss_grobbulus::boss_grobbulusAI |
class | boss_grobbulus_poison_cloud |
struct | boss_grobbulus_poison_cloud::boss_grobbulus_poison_cloudAI |
class | spell_grobbulus_poison |
class | spell_grobbulus_mutating_injection_aura |
Enumerations | |
enum | Spells { SPELL_POISON_CLOUD = 28240 , SPELL_MUTATING_INJECTION = 28169 , SPELL_MUTATING_EXPLOSION = 28206 , SPELL_SLIME_SPRAY_10 = 28157 , SPELL_SLIME_SPRAY_25 = 54364 , SPELL_POISON_CLOUD_DAMAGE_AURA_10 = 28158 , SPELL_POISON_CLOUD_DAMAGE_AURA_25 = 54362 , SPELL_BERSERK = 26662 , SPELL_BOMBARD_SLIME = 28280 } |
enum | Emotes { EMOTE_SLIME = 0 } |
enum | Events { EVENT_BERSERK = 1 , EVENT_POISON_CLOUD = 2 , EVENT_SLIME_SPRAY = 3 , EVENT_MUTATING_INJECTION = 4 } |
enum | Misc { NPC_FALLOUT_SLIME = 16290 , NPC_SEWAGE_SLIME = 16375 , NPC_STICHED_GIANT = 16025 } |
Functions | |
void | AddSC_boss_grobbulus () |
enum Emotes |
enum Events |
Enumerator | |
---|---|
EVENT_BERSERK | |
EVENT_POISON_CLOUD | |
EVENT_SLIME_SPRAY | |
EVENT_MUTATING_INJECTION |
enum Misc |
Enumerator | |
---|---|
NPC_FALLOUT_SLIME | |
NPC_SEWAGE_SLIME | |
NPC_STICHED_GIANT |
enum Spells |
void AddSC_boss_grobbulus | ( | ) |
References RegisterSpellScript.
Referenced by AddNorthrendScripts().