|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "ScriptedEscortAI.h"#include "Cell.h"#include "CellImpl.h"#include "GridNotifiers.h"#include "GridNotifiersImpl.h"#include "CombatAI.h"#include "PassiveAI.h"#include "ObjectMgr.h"#include "SpellInfo.h"#include "SpellScript.h"#include "Vehicle.h"#include "VehicleDefines.h"#include "ulduar.h"#include "Spell.h"Go to the source code of this file.
Macros | |
| #define | GOSSIP_ITEM_1 "Activate secondary defensive systems" |
| #define | GOSSIP_ITEM_2 "Confirmed" |
Functions | |
| void | AddSC_boss_flame_leviathan () |
Variables | |
| Position const | Center = { 354.8771f, -12.90240f, 409.803650f, 0.0f } |
| Position const | FreyaBeacons [FREYA_SPAWNS] |
| Position const | InfernoStart = { 390.93f, -13.91f, 409.81f, 0.0f } |
| Position const | PosChopper [VEHICLE_SPAWNS] |
| Position const | PosDemolisher [VEHICLE_SPAWNS] |
| Position const | PosSiege [VEHICLE_SPAWNS] |
| #define GOSSIP_ITEM_1 "Activate secondary defensive systems" |
Definition at line 1108 of file boss_flame_leviathan.cpp.
Referenced by npc_lorekeeper::OnGossipHello().
| #define GOSSIP_ITEM_2 "Confirmed" |
Definition at line 1109 of file boss_flame_leviathan.cpp.
Referenced by npc_lorekeeper::OnGossipSelect().
| enum Creatures |
Definition at line 74 of file boss_flame_leviathan.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_PURSUE | |
| EVENT_MISSILE | |
| EVENT_VENT | |
| EVENT_SPEED | |
| EVENT_SUMMON | |
| EVENT_SHUTDOWN | |
| EVENT_REPAIR | |
| EVENT_THORIM_S_HAMMER | |
| EVENT_MIMIRON_S_INFERNO | |
| EVENT_HODIR_S_FURY | |
| EVENT_FREYA_S_WARD | |
Definition at line 102 of file boss_flame_leviathan.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_SHUTOUT | |
| DATA_ORBIT_ACHIEVEMENTS | |
| VEHICLE_SPAWNS | |
| FREYA_SPAWNS | |
Definition at line 132 of file boss_flame_leviathan.cpp.
| enum MiscellanousData |
| Enumerator | |
|---|---|
| ACTION_START_HARD_MODE | |
| ACTION_SPAWN_VEHICLES | |
| TWO_SEATS | |
| FOUR_SEATS | |
Definition at line 159 of file boss_flame_leviathan.cpp.
| enum Seats |
| Enumerator | |
|---|---|
| SEAT_PLAYER | |
| SEAT_TURRET | |
| SEAT_DEVICE | |
| SEAT_CANNON | |
Definition at line 117 of file boss_flame_leviathan.cpp.
| enum Spells |
Definition at line 31 of file boss_flame_leviathan.cpp.
| enum Towers |
| Enumerator | |
|---|---|
| GO_TOWER_OF_STORMS | |
| GO_TOWER_OF_FLAMES | |
| GO_TOWER_OF_FROST | |
| GO_TOWER_OF_LIFE | |
Definition at line 94 of file boss_flame_leviathan.cpp.
| enum Vehicles |
| Enumerator | |
|---|---|
| VEHICLE_SIEGE | |
| VEHICLE_CHOPPER | |
| VEHICLE_DEMOLISHER | |
Definition at line 125 of file boss_flame_leviathan.cpp.
| enum Yells |
Definition at line 140 of file boss_flame_leviathan.cpp.
| void AddSC_boss_flame_leviathan | ( | ) |
Definition at line 1765 of file boss_flame_leviathan.cpp.
Referenced by AddNorthrendScripts().
| Position const Center = { 354.8771f, -12.90240f, 409.803650f, 0.0f } |
Definition at line 169 of file boss_flame_leviathan.cpp.
Referenced by boss_flame_leviathan::boss_flame_leviathanAI::DoAction(), and npc_colossus::npc_colossusAI::JustDied().
| Position const FreyaBeacons[FREYA_SPAWNS] |
Definition at line 199 of file boss_flame_leviathan.cpp.
Referenced by boss_flame_leviathan::boss_flame_leviathanAI::UpdateAI().
| Position const InfernoStart = { 390.93f, -13.91f, 409.81f, 0.0f } |
Definition at line 170 of file boss_flame_leviathan.cpp.
Referenced by boss_flame_leviathan::boss_flame_leviathanAI::UpdateAI().
| Position const PosChopper[VEHICLE_SPAWNS] |
Definition at line 181 of file boss_flame_leviathan.cpp.
Referenced by npc_lorekeeper::npc_lorekeeperAI::DoAction().
| Position const PosDemolisher[VEHICLE_SPAWNS] |
Definition at line 190 of file boss_flame_leviathan.cpp.
Referenced by npc_lorekeeper::npc_lorekeeperAI::DoAction().
| Position const PosSiege[VEHICLE_SPAWNS] |
Definition at line 172 of file boss_flame_leviathan.cpp.
Referenced by npc_lorekeeper::npc_lorekeeperAI::DoAction().