|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <random>#include <algorithm>#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "utgarde_pinnacle.h"Go to the source code of this file.
Classes | |
| class | boss_palehoof |
| struct | boss_palehoof::boss_palehoofAI |
| class | go_palehoof_sphere |
| struct | Locations |
| class | npc_ferocious_rhino |
| struct | npc_ferocious_rhino::npc_ferocious_rhinoAI |
| class | npc_frenzied_worgen |
| struct | npc_frenzied_worgen::npc_frenzied_worgenAI |
| class | npc_massive_jormungar |
| struct | npc_massive_jormungar::npc_massive_jormungarAI |
| class | npc_palehoof_orb |
| struct | npc_palehoof_orb::npc_palehoof_orbAI |
| class | npc_ravenous_furbolg |
| struct | npc_ravenous_furbolg::npc_ravenous_furbolgAI |
Functions | |
| void | AddSC_boss_palehoof () |
Variables | |
| struct Locations | moveLocs [] |
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_STASIS_CONTROLLER | |
Definition at line 45 of file boss_palehoof.cpp.
| enum FerociousSpells |
| Enumerator | |
|---|---|
| SPELL_GORE | |
| H_SPELL_GORE | |
| SPELL_GRIEVOUS_WOUND | |
| H_SPELL_GRIEVOUS_WOUND | |
| SPELL_STOMP | |
Definition at line 487 of file boss_palehoof.cpp.
| enum FrenziedSpells |
| Enumerator | |
|---|---|
| SPELL_MORTAL_WOUND | |
| H_SPELL_MORTAL_WOUND | |
| SPELL_ENRAGE_1 | |
| SPELL_ENRAGE_2 | |
Definition at line 373 of file boss_palehoof.cpp.
| enum MassiveAdds |
| Enumerator | |
|---|---|
| CREATURE_JORMUNGAR_WORM | |
Definition at line 610 of file boss_palehoof.cpp.
| enum MassiveSpells |
| Enumerator | |
|---|---|
| SPELL_ACID_SPIT | |
| SPELL_ACID_SPLATTER | |
| H_SPELL_ACID_SPLATTER | |
| SPELL_POISON_BREATH | |
| H_SPELL_POISON_BREATH | |
Definition at line 601 of file boss_palehoof.cpp.
| enum OrbSpells |
| Enumerator | |
|---|---|
| SPELL_ORB_VISUAL | |
| SPELL_ORB_CHANNEL | |
Definition at line 31 of file boss_palehoof.cpp.
| enum Phase |
| Enumerator | |
|---|---|
| PHASE_FRENZIED_WORGEN | |
| PHASE_RAVENOUS_FURLBORG | |
| PHASE_MASSIVE_JORMUNGAR | |
| PHASE_FEROCIOUS_RHINO | |
| PHASE_GORTOK_PALEHOOF | |
| PHASE_NONE | |
Definition at line 65 of file boss_palehoof.cpp.
| enum RavenousSpells |
| Enumerator | |
|---|---|
| SPELL_CHAIN_LIGHTING | |
| H_SPELL_CHAIN_LIGHTING | |
| SPELL_CRAZED | |
| SPELL_TERRIFYING_ROAR | |
Definition at line 261 of file boss_palehoof.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_ARCING_SMASH | |
| SPELL_IMPALE | |
| H_SPELL_IMPALE | |
| SPELL_WITHERING_ROAR | |
| H_SPELL_WITHERING_ROAR | |
| SPELL_FREEZE | |
Definition at line 20 of file boss_palehoof.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
Definition at line 38 of file boss_palehoof.cpp.
| void AddSC_boss_palehoof | ( | ) |
Definition at line 829 of file boss_palehoof.cpp.
Referenced by AddNorthrendScripts().
| struct Locations moveLocs[] |
Definition at line 55 of file boss_palehoof.cpp.
Referenced by boss_palehoof::boss_palehoofAI::NextPhase().