|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "trial_of_the_crusader.h"#include "Vehicle.h"#include "Player.h"#include "SpellScript.h"Go to the source code of this file.
Classes | |
| class | boss_acidmaw |
| struct | boss_acidmaw::boss_acidmawAI |
| class | boss_dreadscale |
| struct | boss_dreadscale::boss_dreadscaleAI |
| class | boss_gormok |
| struct | boss_gormok::boss_gormokAI |
| class | boss_icehowl |
| struct | boss_icehowl::boss_icehowlAI |
| struct | boss_jormungarAI |
| class | npc_firebomb |
| struct | npc_firebomb::npc_firebombAI |
| class | npc_slime_pool |
| struct | npc_slime_pool::npc_slime_poolAI |
| class | npc_snobold_vassal |
| struct | npc_snobold_vassal::npc_snobold_vassalAI |
| class | spell_gormok_fire_bomb |
| class | spell_gormok_fire_bomb::spell_gormok_fire_bomb_SpellScript |
Functions | |
| void | AddSC_boss_northrend_beasts () |
| enum BeastSummons |
| Enumerator | |
|---|---|
| NPC_SNOBOLD_VASSAL | |
| NPC_FIRE_BOMB | |
| NPC_SLIME_POOL | |
| MAX_SNOBOLDS | |
Definition at line 46 of file boss_northrend_beasts.cpp.
| enum BossSpells |
Definition at line 54 of file boss_northrend_beasts.cpp.
| enum Equipment |
| Enumerator | |
|---|---|
| EQUIP_MAIN | |
| EQUIP_OFFHAND | |
| EQUIP_RANGED | |
| EQUIP_DONE | |
Definition at line 30 of file boss_northrend_beasts.cpp.
| enum Events |
Definition at line 101 of file boss_northrend_beasts.cpp.
| enum Model |
| Enumerator | |
|---|---|
| MODEL_ACIDMAW_STATIONARY | |
| MODEL_ACIDMAW_MOBILE | |
| MODEL_DREADSCALE_STATIONARY | |
| MODEL_DREADSCALE_MOBILE | |
Definition at line 38 of file boss_northrend_beasts.cpp.
| enum MyActions |
| Enumerator | |
|---|---|
| ACTION_ENABLE_FIRE_BOMB | |
| ACTION_DISABLE_FIRE_BOMB | |
Definition at line 95 of file boss_northrend_beasts.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_MOBILE | |
| PHASE_STATIONARY | |
| PHASE_SUBMERGED | |
Definition at line 132 of file boss_northrend_beasts.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| EMOTE_SNOBOLLED | |
| EMOTE_ENRAGE | |
| EMOTE_TRAMPLE_START | |
| EMOTE_TRAMPLE_CRASH | |
| EMOTE_TRAMPLE_FAIL | |
Definition at line 16 of file boss_northrend_beasts.cpp.
| void AddSC_boss_northrend_beasts | ( | ) |
Definition at line 1132 of file boss_northrend_beasts.cpp.
Referenced by AddNorthrendScripts().