![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "ScriptedCreature.h"#include "SpellScriptLoader.h"#include "black_temple.h"#include "Player.h"#include "SpellScript.h"Go to the source code of this file.
Classes | |
| struct | boss_najentus |
| class | spell_najentus_needle_spine |
| class | spell_najentus_hurl_spine |
| class | spell_najentus_remove_spines |
Enumerations | |
| enum | Yells { SAY_AGGRO = 0 , SAY_NEEDLE = 1 , SAY_SLAY = 2 , SAY_SPECIAL = 3 , SAY_ENRAGE = 4 , SAY_DEATH = 5 } |
| enum | Spells { SPELL_NEEDLE_SPINE = 39992 , SPELL_NEEDLE_SPINE_DAMAGE = 39835 , SPELL_TIDAL_BURST = 39878 , SPELL_TIDAL_SHIELD = 39872 , SPELL_IMPALING_SPINE = 39837 , SPELL_SUMMON_IMPALING_SPINE = 39929 , SPELL_BERSERK = 26662 , SPELL_REMOVE_SPINES = 40354 } |
| enum | Events { EVENT_TALK_CHECK = 1 , EVENT_ENRAGE = 2 } |
| enum | Misc { ITEM_NAJENTUS_SPINE = 32408 } |
Functions | |
| void | AddSC_boss_najentus () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_TALK_CHECK | |
| EVENT_ENRAGE | |
| enum Misc |
| Enumerator | |
|---|---|
| ITEM_NAJENTUS_SPINE | |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_NEEDLE_SPINE | |
| SPELL_NEEDLE_SPINE_DAMAGE | |
| SPELL_TIDAL_BURST | |
| SPELL_TIDAL_SHIELD | |
| SPELL_IMPALING_SPINE | |
| SPELL_SUMMON_IMPALING_SPINE | |
| SPELL_BERSERK | |
| SPELL_REMOVE_SPINES | |
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_NEEDLE | |
| SAY_SLAY | |
| SAY_SPECIAL | |
| SAY_ENRAGE | |
| SAY_DEATH | |
| void AddSC_boss_najentus | ( | ) |
References RegisterBlackTempleCreatureAI, and RegisterSpellScript.
Referenced by AddOutlandScripts().