|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "SpellScript.h"#include "SpellAuraEffects.h"#include "GridNotifiers.h"#include "GridNotifiersImpl.h"#include "Cell.h"#include "CellImpl.h"#include "trial_of_the_crusader.h"Go to the source code of this file.
Classes | |
| class | boss_eydis |
| struct | boss_eydis::boss_eydisAI |
| class | boss_fjola |
| struct | boss_fjola::boss_fjolaAI |
| struct | boss_twin_baseAI |
| class | npc_bullet_controller |
| struct | npc_bullet_controller::npc_bullet_controllerAI |
| class | npc_essence_of_twin |
| struct | npc_essence_of_twin::npc_essence_of_twinAI |
| struct | npc_unleashed_ballAI |
| class | npc_unleashed_dark |
| struct | npc_unleashed_dark::npc_unleashed_darkAI |
| class | npc_unleashed_light |
| struct | npc_unleashed_light::npc_unleashed_lightAI |
| class | OrbsDespawner |
| class | spell_power_of_the_twins |
| class | spell_power_of_the_twins::spell_power_of_the_twins_AuraScript |
| class | spell_powering_up |
| class | spell_powering_up::spell_powering_up_SpellScript |
| class | spell_valkyr_essences |
| class | spell_valkyr_essences::spell_valkyr_essences_AuraScript |
Macros | |
| #define | ESSENCE_APPLY 1 |
| #define | ESSENCE_REMOVE 0 |
| #define | SPELL_DARK_ESSENCE_HELPER RAID_MODE<uint32>(65684, 67176, 67177, 67178) |
| #define | SPELL_LIGHT_ESSENCE_HELPER RAID_MODE<uint32>(65686, 67222, 67223, 67224) |
| #define | SPELL_POWERING_UP_HELPER RAID_MODE<uint32>(67590, 67602, 67603, 67604) |
| #define | SPELL_UNLEASHED_DARK_HELPER RAID_MODE<uint32>(65808, 67172, 67173, 67174) |
| #define | SPELL_UNLEASHED_LIGHT_HELPER RAID_MODE<uint32>(65795, 67238, 67239, 67240) |
Functions | |
| void | AddSC_boss_twin_valkyr () |
| #define ESSENCE_APPLY 1 |
Definition at line 96 of file boss_twin_valkyr.cpp.
Referenced by npc_essence_of_twin::OnGossipHello().
| #define ESSENCE_REMOVE 0 |
Definition at line 95 of file boss_twin_valkyr.cpp.
Referenced by npc_essence_of_twin::npc_essence_of_twinAI::GetData(), and npc_essence_of_twin::OnGossipHello().
| #define SPELL_DARK_ESSENCE_HELPER RAID_MODE<uint32>(65684, 67176, 67177, 67178) |
Definition at line 81 of file boss_twin_valkyr.cpp.
Referenced by npc_essence_of_twin::npc_essence_of_twinAI::GetData(), boss_fjola::boss_fjolaAI::Reset(), and boss_twin_baseAI::SummonedCreatureDespawn().
| #define SPELL_LIGHT_ESSENCE_HELPER RAID_MODE<uint32>(65686, 67222, 67223, 67224) |
Definition at line 82 of file boss_twin_valkyr.cpp.
Referenced by npc_essence_of_twin::npc_essence_of_twinAI::GetData(), boss_eydis::boss_eydisAI::Reset(), and boss_twin_baseAI::SummonedCreatureDespawn().
| #define SPELL_POWERING_UP_HELPER RAID_MODE<uint32>(67590, 67602, 67603, 67604) |
Definition at line 84 of file boss_twin_valkyr.cpp.
Referenced by boss_twin_baseAI::SummonedCreatureDespawn().
| #define SPELL_UNLEASHED_DARK_HELPER RAID_MODE<uint32>(65808, 67172, 67173, 67174) |
Definition at line 86 of file boss_twin_valkyr.cpp.
Referenced by npc_unleashed_dark::npc_unleashed_darkAI::UpdateAI().
| #define SPELL_UNLEASHED_LIGHT_HELPER RAID_MODE<uint32>(65795, 67238, 67239, 67240) |
Definition at line 87 of file boss_twin_valkyr.cpp.
Referenced by npc_unleashed_light::npc_unleashed_lightAI::UpdateAI().
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_VORTEX | |
| ACTION_PACT | |
Definition at line 89 of file boss_twin_valkyr.cpp.
| enum BossSpells |
Definition at line 48 of file boss_twin_valkyr.cpp.
| enum Equipment |
| Enumerator | |
|---|---|
| EQUIP_MAIN_1 | |
| EQUIP_MAIN_2 | |
Definition at line 34 of file boss_twin_valkyr.cpp.
| enum Summons |
| Enumerator | |
|---|---|
| NPC_BULLET_CONTROLLER | |
| NPC_BULLET_DARK | |
| NPC_BULLET_LIGHT | |
Definition at line 40 of file boss_twin_valkyr.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_NIGHT | |
| SAY_LIGHT | |
| EMOTE_VORTEX | |
| EMOTE_TWINK_PACT | |
| SAY_TWINK_PACT | |
| SAY_KILL_PLAYER | |
| SAY_BERSERK | |
| SAY_DEATH | |
Definition at line 21 of file boss_twin_valkyr.cpp.
| void AddSC_boss_twin_valkyr | ( | ) |
Definition at line 866 of file boss_twin_valkyr.cpp.
Referenced by AddNorthrendScripts().