![]() |
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 "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 } |
| uint32 const | MuradinExitPathSize = 10 |
| G3D::Vector3 const | MuradinExitPath [MuradinExitPathSize] |
| uint32 const | SaurfangExitPathSize = 13 |
| G3D::Vector3 const | SaurfangExitPath [SaurfangExitPathSize] |
| SlotInfo const | SkybreakerSlotInfo [MAX_SLOTS] |
| SlotInfo const | OrgrimsHammerSlotInfo [MAX_SLOTS] |
| enum GunshipActions |
| Enumerator | |
|---|---|
| ACTION_SPAWN_MAGE | |
| ACTION_SPAWN_ALL_ADDS | |
| ACTION_CLEAR_SLOT | |
| ACTION_SET_SLOT | |
| ACTION_SHIP_VISITS | |
Definition at line 207 of file boss_icecrown_gunship_battle.cpp.
| enum GunshipEvents |
Definition at line 82 of file boss_icecrown_gunship_battle.cpp.
| enum GunshipMisc |
| Enumerator | |
|---|---|
| ITEM_GOBLIN_ROCKET_PACK | |
| SPELL_CREATE_ROCKET_PACK | |
| PHASE_COMBAT | |
| PHASE_INTRO | |
| MUSIC_ENCOUNTER | |
Definition at line 196 of file boss_icecrown_gunship_battle.cpp.
Definition at line 260 of file boss_icecrown_gunship_battle.cpp.
| enum GunshipSpells |
Definition at line 115 of file boss_icecrown_gunship_battle.cpp.
| enum GunshipTexts |
Definition at line 41 of file boss_icecrown_gunship_battle.cpp.
| void AddSC_boss_icecrown_gunship_battle | ( | ) |
Definition at line 2264 of file boss_icecrown_gunship_battle.cpp.
Here is the caller graph for this function:| G3D::Vector3 const MuradinExitPath[MuradinExitPathSize] |
Definition at line 228 of file boss_icecrown_gunship_battle.cpp.
| uint32 const MuradinExitPathSize = 10 |
Definition at line 227 of file boss_icecrown_gunship_battle.cpp.
Definition at line 217 of file boss_icecrown_gunship_battle.cpp.
Definition at line 347 of file boss_icecrown_gunship_battle.cpp.
| Position const OrgrimsHammerTeleportExit = { 7.461699f, 0.158853f, 35.72989f, 0.0f } |
Definition at line 221 of file boss_icecrown_gunship_battle.cpp.
| Position const OrgrimsHammerTeleportPortal = { 47.550990f, -0.101778f, 37.61111f, 0.0f } |
Definition at line 224 of file boss_icecrown_gunship_battle.cpp.
| G3D::Vector3 const SaurfangExitPath[SaurfangExitPathSize] |
Definition at line 243 of file boss_icecrown_gunship_battle.cpp.
| uint32 const SaurfangExitPathSize = 13 |
Definition at line 242 of file boss_icecrown_gunship_battle.cpp.
Definition at line 216 of file boss_icecrown_gunship_battle.cpp.
Definition at line 313 of file boss_icecrown_gunship_battle.cpp.
| Position const SkybreakerTeleportExit = { -17.55738f, -0.090421f, 21.18366f, 0.0f } |
Definition at line 225 of file boss_icecrown_gunship_battle.cpp.
| Position const SkybreakerTeleportPortal = { 6.666975f, 0.013001f, 20.87888f, 0.0f } |
Definition at line 220 of file boss_icecrown_gunship_battle.cpp.