![]() |
TrinityCore
|
#include "icecrown_citadel.h"#include "CellImpl.h"#include "Containers.h"#include "CreatureTextMgr.h"#include "GridNotifiersImpl.h"#include "InstanceScript.h"#include "Map.h"#include "MotionMaster.h"#include "MovementPackets.h"#include "MoveSplineInit.h"#include "ObjectAccessor.h"#include "PassiveAI.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "ScriptMgr.h"#include "SpellAuraEffects.h"#include "SpellHistory.h"#include "SpellMgr.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "Transport.h"#include "Vehicle.h"#include <G3D/Vector3.h>
Include dependency graph for boss_icecrown_gunship_battle.cpp:Go to the source code of this file.
Functions | |
| void | AddSC_boss_icecrown_gunship_battle () |
Variables | |
| Position const | SkybreakerAddsSpawnPos = { 15.91131f, 0.0f, 20.4628f, float(M_PI) } |
| Position const | OrgrimsHammerAddsSpawnPos = { 60.728395f, 0.0f, 38.93467f, float(M_PI) } |
| Position const | SkybreakerTeleportPortal = { 6.666975f, 0.013001f, 20.87888f, 0.0f } |
| Position const | OrgrimsHammerTeleportExit = { 7.461699f, 0.158853f, 35.72989f, 0.0f } |
| Position const | OrgrimsHammerTeleportPortal = { 47.550990f, -0.101778f, 37.61111f, 0.0f } |
| Position const | SkybreakerTeleportExit = { -17.55738f, -0.090421f, 21.18366f, 0.0f } |
| G3D::Vector3 const | MuradinExitPath [] |
| G3D::Vector3 const | SaurfangExitPath [] |
| SlotInfo const | SkybreakerSlotInfo [MAX_SLOTS] |
| SlotInfo const | OrgrimsHammerSlotInfo [MAX_SLOTS] |
| enum EncounterActions |
| Enumerator | |
|---|---|
| ACTION_SPAWN_MAGE | |
| ACTION_SPAWN_ALL_ADDS | |
| ACTION_CLEAR_SLOT | |
| ACTION_SET_SLOT | |
| ACTION_SHIP_VISITS | |
Definition at line 208 of file boss_icecrown_gunship_battle.cpp.
| enum Events |
Definition at line 83 of file boss_icecrown_gunship_battle.cpp.
| enum MiscData |
| Enumerator | |
|---|---|
| ITEM_GOBLIN_ROCKET_PACK | |
| SPELL_CREATE_ROCKET_PACK | |
| PHASE_COMBAT | |
| PHASE_INTRO | |
| MUSIC_ENCOUNTER | |
Definition at line 197 of file boss_icecrown_gunship_battle.cpp.
| enum PassengerSlots |
Definition at line 259 of file boss_icecrown_gunship_battle.cpp.
| enum Spells |
Definition at line 116 of file boss_icecrown_gunship_battle.cpp.
| enum Texts |
Definition at line 42 of file boss_icecrown_gunship_battle.cpp.
| void AddSC_boss_icecrown_gunship_battle | ( | ) |
Definition at line 2194 of file boss_icecrown_gunship_battle.cpp.
Here is the caller graph for this function:| G3D::Vector3 const MuradinExitPath[] |
Definition at line 228 of file boss_icecrown_gunship_battle.cpp.
Definition at line 218 of file boss_icecrown_gunship_battle.cpp.
Definition at line 346 of file boss_icecrown_gunship_battle.cpp.
| Position const OrgrimsHammerTeleportExit = { 7.461699f, 0.158853f, 35.72989f, 0.0f } |
Definition at line 222 of file boss_icecrown_gunship_battle.cpp.
| Position const OrgrimsHammerTeleportPortal = { 47.550990f, -0.101778f, 37.61111f, 0.0f } |
Definition at line 225 of file boss_icecrown_gunship_battle.cpp.
| G3D::Vector3 const SaurfangExitPath[] |
Definition at line 242 of file boss_icecrown_gunship_battle.cpp.
Definition at line 217 of file boss_icecrown_gunship_battle.cpp.
Definition at line 312 of file boss_icecrown_gunship_battle.cpp.
| Position const SkybreakerTeleportExit = { -17.55738f, -0.090421f, 21.18366f, 0.0f } |
Definition at line 226 of file boss_icecrown_gunship_battle.cpp.
| Position const SkybreakerTeleportPortal = { 6.666975f, 0.013001f, 20.87888f, 0.0f } |
Definition at line 221 of file boss_icecrown_gunship_battle.cpp.