![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "CombatAI.h"#include "Containers.h"#include "DB2Stores.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellAuras.h"#include "SpellScript.h"#include "TemporarySummon.h"
Include dependency graph for zone_icecrown.cpp:Go to the source code of this file.
Classes | |
| struct | npc_argent_valiant |
| struct | npc_guardian_pavilion |
| struct | npc_tournament_training_dummy |
| struct | npc_blessed_banner |
| struct | npc_frostbrood_skytalon |
| class | spell_icecrown_the_ocular_on_death |
| class | spell_icecrown_summon_tualiq_proxy |
| class | spell_icecrown_pound_drum |
| class | spell_icecrown_chum_the_water |
| class | spell_icecrown_through_the_eye_the_eye_of_the_lk |
| class | spell_icecrown_through_the_eye_kill_credit_to_master |
| class | spell_icecrown_summon_freed_crusader |
Functions | |
| void | AddSC_icecrown () |
Variables | |
| Position const | DalforsPos [3] |
| Position const | Priest1Pos [2] |
| Position const | Priest2Pos [2] |
| Position const | Priest3Pos [2] |
| Position const | Mason1Pos [3] |
| Position const | Mason2Pos [3] |
| Position const | Mason3Pos [3] |
| std::array< uint32, 4 > const | ChumTheWaterSummonSpells |
| enum ArgentValiant |
| Enumerator | |
|---|---|
| SPELL_CHARGE | |
| SPELL_SHIELD_BREAKER | |
| SPELL_KILL_CREDIT | |
Definition at line 34 of file zone_icecrown.cpp.
| enum BlessedBanner |
Definition at line 291 of file zone_icecrown.cpp.
| Enumerator | |
|---|---|
| SPELL_GRAB | |
| SPELL_PING_BUNNY | |
| SPELL_IMMOLATION | |
| SPELL_EXPLOSION | |
| SPELL_RIDE | |
| POINT_GRAB_DECOY | |
| POINT_FLY_AWAY | |
| EVENT_FLY_AWAY | |
Definition at line 656 of file zone_icecrown.cpp.
| enum BreakfastOfChampions |
| Enumerator | |
|---|---|
| SPELL_SUMMON_DEEP_JORMUNGAR | |
| SPELL_STORMFORGED_MOLE_MACHINE | |
Definition at line 774 of file zone_icecrown.cpp.
| enum ChumTheWaterSummons |
| Enumerator | |
|---|---|
| SPELL_SUMMON_ANGRY_KVALDIR | |
| SPELL_SUMMON_NORTH_SEA_MAKO | |
| SPELL_SUMMON_NORTH_SEA_THRESHER | |
| SPELL_SUMMON_NORTH_SEA_BLUE_SHARK | |
Definition at line 803 of file zone_icecrown.cpp.
| enum GuardianPavilion |
| Enumerator | |
|---|---|
| SPELL_TRESPASSER_H | |
| AREA_SUNREAVER_PAVILION | |
| AREA_SILVER_COVENANT_PAVILION | |
| SPELL_TRESPASSER_A | |
Definition at line 108 of file zone_icecrown.cpp.
| enum ThroughTheEye |
| Enumerator | |
|---|---|
| SPELL_SUMMON_IMAGE_OF_VARDMADRA | |
| SPELL_SUMMON_IMAGE_OF_SHADOW_CULTIST | |
| SPELL_USING_THE_EYE_OF_THE_LK | |
| TEXT_USING_THE_EYE_OF_THE_LK | |
Definition at line 843 of file zone_icecrown.cpp.
| enum TournamentDummy |
Definition at line 147 of file zone_icecrown.cpp.
| void AddSC_icecrown | ( | ) |
| std::array<uint32, 4> const ChumTheWaterSummonSpells |
Definition at line 811 of file zone_icecrown.cpp.
| Position const DalforsPos[3] |
Definition at line 329 of file zone_icecrown.cpp.
| Position const Mason1Pos[3] |
Definition at line 354 of file zone_icecrown.cpp.
| Position const Mason2Pos[3] |
Definition at line 361 of file zone_icecrown.cpp.
| Position const Mason3Pos[3] |
Definition at line 368 of file zone_icecrown.cpp.
| Position const Priest1Pos[2] |
Definition at line 336 of file zone_icecrown.cpp.
| Position const Priest2Pos[2] |
Definition at line 342 of file zone_icecrown.cpp.
| Position const Priest3Pos[2] |
Definition at line 348 of file zone_icecrown.cpp.