![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "GameObjectAI.h"#include "CellImpl.h"#include "CombatAI.h"#include "Containers.h"#include "GameObject.h"#include "GridNotifiersImpl.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedEscortAI.h"#include "ScriptedGossip.h"#include "Spell.h"#include "SpellAuraEffects.h"#include "SpellInfo.h"#include "SpellScript.h"#include "ulduar.h"#include "Vehicle.h"
Include dependency graph for boss_flame_leviathan.cpp:Go to the source code of this file.
Functions | |
| void | AddSC_boss_flame_leviathan () |
Variables | |
| Position const | Center = { 354.8771f, -12.90240f, 409.803650f, 0.0f } |
| Position const | InfernoStart = { 390.93f, -13.91f, 409.81f, 0.0f } |
| Position const | PosSiege [VEHICLE_SPAWNS] |
| Position const | PosChopper [VEHICLE_SPAWNS] |
| Position const | PosDemolisher [VEHICLE_SPAWNS] |
| Position const | FreyaBeacons [FREYA_SPAWNS] |
| static constexpr uint32 | PATH_ESCORT_MIMIRONS_INFERNO = 266962 |
| Enumerator | |
|---|---|
| GOSSIP_MENU_BRANN_BRONZEBEARD | |
| GOSSIP_OPTION_BRANN_BRONZEBEARD | |
Definition at line 1194 of file boss_flame_leviathan.cpp.
| enum Creatures |
Definition at line 89 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 114 of file boss_flame_leviathan.cpp.
| enum LoreKeeperGossips |
| Enumerator | |
|---|---|
| GOSSIP_MENU_LORE_KEEPER | |
| GOSSIP_OPTION_LORE_KEEPER | |
Definition at line 1234 of file boss_flame_leviathan.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_SHUTOUT | |
| VEHICLE_SPAWNS | |
| FREYA_SPAWNS | |
Definition at line 144 of file boss_flame_leviathan.cpp.
| enum MiscellanousData |
| Enumerator | |
|---|---|
| ACTION_START_HARD_MODE | |
| ACTION_SPAWN_VEHICLES | |
| TWO_SEATS | |
| FOUR_SEATS | |
Definition at line 171 of file boss_flame_leviathan.cpp.
| enum Seats |
| Enumerator | |
|---|---|
| SEAT_PLAYER | |
| SEAT_TURRET | |
| SEAT_DEVICE | |
| SEAT_CANNON | |
Definition at line 129 of file boss_flame_leviathan.cpp.
| enum Spells |
Definition at line 46 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 106 of file boss_flame_leviathan.cpp.
| enum Vehicles |
| Enumerator | |
|---|---|
| VEHICLE_SIEGE | |
| VEHICLE_CHOPPER | |
| VEHICLE_DEMOLISHER | |
Definition at line 137 of file boss_flame_leviathan.cpp.
| enum Yells |
Definition at line 152 of file boss_flame_leviathan.cpp.
| void AddSC_boss_flame_leviathan | ( | ) |
Definition at line 1772 of file boss_flame_leviathan.cpp.
Here is the caller graph for this function:| Position const Center = { 354.8771f, -12.90240f, 409.803650f, 0.0f } |
Definition at line 181 of file boss_flame_leviathan.cpp.
| Position const FreyaBeacons[FREYA_SPAWNS] |
Definition at line 211 of file boss_flame_leviathan.cpp.
| Position const InfernoStart = { 390.93f, -13.91f, 409.81f, 0.0f } |
Definition at line 182 of file boss_flame_leviathan.cpp.
|
staticconstexpr |
Definition at line 997 of file boss_flame_leviathan.cpp.
| Position const PosChopper[VEHICLE_SPAWNS] |
Definition at line 193 of file boss_flame_leviathan.cpp.
| Position const PosDemolisher[VEHICLE_SPAWNS] |
Definition at line 202 of file boss_flame_leviathan.cpp.
| Position const PosSiege[VEHICLE_SPAWNS] |
Definition at line 184 of file boss_flame_leviathan.cpp.