![]() |
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 |
| class | spell_grobbulus_slime_spray |
Enumerations | |
| enum | Spells { SPELL_POISON_CLOUD = 28240 , SPELL_MUTATING_INJECTION = 28169 , SPELL_MUTATING_EXPLOSION = 28206 , SPELL_SLIME_SPRAY = 28157 , SPELL_POISON_CLOUD_DAMAGE_AURA = 28158 , 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 |
| Enumerator | |
|---|---|
| SPELL_POISON_CLOUD | |
| SPELL_MUTATING_INJECTION | |
| SPELL_MUTATING_EXPLOSION | |
| SPELL_SLIME_SPRAY | |
| SPELL_POISON_CLOUD_DAMAGE_AURA | |
| SPELL_BERSERK | |
| SPELL_BOMBARD_SLIME | |
| void AddSC_boss_grobbulus | ( | ) |
References RegisterSpellScript.
Referenced by AddNorthrendScripts().