![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "CreatureAIImpl.h"#include "DB2Stores.h"#include "GameObject.h"#include "GameObjectAI.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "PhasingHandler.h"#include "Player.h"#include "QuestDef.h"#include "ScriptedEscortAI.h"#include "ScriptedFollowerAI.h"#include "ScriptedGossip.h"#include "SpellAuras.h"#include "SpellAuraEffects.h"#include "SpellInfo.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "WorldSession.h"
Include dependency graph for zone_borean_tundra.cpp:Go to the source code of this file.
Classes | |
| struct | npc_beryl_sorcerer |
| struct | npc_captured_beryl_sorcerer |
| class | spell_arcane_chains_character_force_cast |
| struct | go_caribou_trap |
| struct | go_mammoth_trap |
| class | spell_red_dragonblood |
| struct | npc_valiance_keep_cannoneer |
| struct | npc_hidden_cultist |
| struct | npc_thassarian |
| struct | npc_general_arlos |
| struct | npc_leryssa |
| struct | npc_counselor_talbot |
| class | spell_windsoul_totem_aura |
| class | spell_q11719_bloodspore_ruination_45997 |
| struct | npc_bloodmage_laurith |
| class | spell_q11653_shortening_blaster |
| class | spell_borean_tundra_nerubar_web_random_unit_not_on_quest |
| class | spell_borean_tundra_nerubar_web_random_unit_not_on_quest_dummy |
| class | spell_borean_tundra_nerubar_web_random_unit_on_quest_dummy |
| class | spell_borean_tundra_dispel_freed_soldier_debuff |
| class | spell_borean_tundra_deliver_kodo |
| class | spell_borean_tundra_kodo_delivered |
| class | spell_borean_tundra_neural_needle |
| class | spell_borean_tundra_prototype_neural_needle |
| class | spell_borean_tundra_arcane_prisoner_rescue |
Functions | |
| void | AddSC_borean_tundra () |
Variables | |
| std::array< uint32, 3 > const | CocoonSummonSpells |
| enum BerylSorcerer |
Definition at line 44 of file zone_borean_tundra.cpp.
| enum BloodsporeRuination |
| Enumerator | |
|---|---|
| NPC_BLOODMAGE_LAURITH | |
| SAY_BLOODMAGE_LAURITH | |
| EVENT_TALK | |
| EVENT_RESET_ORIENTATION | |
| DATA_FACING_PLAYER_GUID | |
Definition at line 1258 of file zone_borean_tundra.cpp.
| enum BringEmBackAlive |
| Enumerator | |
|---|---|
| SPELL_KODO_DELIVERED | |
| TEXT_DELIVERED_1 | |
| TEXT_DELIVERED_2 | |
| TEXT_DELIVERED_3 | |
| TEXT_DELIVERED_4 | |
| TEXT_DELIVERED_5 | |
Definition at line 1488 of file zone_borean_tundra.cpp.
| enum CaribouTrap |
Definition at line 174 of file zone_borean_tundra.cpp.
| enum CounselorTalbot |
| Enumerator | |
|---|---|
| AREA_LAST_RITES | |
| EVENT_DEFLECTION | |
| EVENT_SOUL_BLAST | |
| EVENT_VAMPIRIC_BOLT | |
| SPELL_DEFLECTION | |
| SPELL_SOUL_BLAST | |
| SPELL_VAMPIRIC_BOLT | |
Definition at line 1170 of file zone_borean_tundra.cpp.
| enum HiddenCultist |
Definition at line 499 of file zone_borean_tundra.cpp.
| enum MammothTrap |
Definition at line 303 of file zone_borean_tundra.cpp.
| enum PrisonBreak |
| Enumerator | |
|---|---|
| SPELL_SUMMON_ARCANE_PRISONER_1 | |
| SPELL_SUMMON_ARCANE_PRISONER_2 | |
Definition at line 1675 of file zone_borean_tundra.cpp.
| enum red_dragonblood |
| Enumerator | |
|---|---|
| SPELL_DRAKE_HATCHLING_SUBDUED | |
| SPELL_SUBDUED | |
Definition at line 415 of file zone_borean_tundra.cpp.
| enum ShorteningBlaster |
Definition at line 1339 of file zone_borean_tundra.cpp.
| enum TakenByTheScourge |
| Enumerator | |
|---|---|
| SPELL_FREED_WARSONG_MAGE | |
| SPELL_FREED_WARSONG_SHAMAN | |
| SPELL_FREED_WARSONG_WARRIOR | |
| SPELL_FREED_WARSONG_PEON | |
| SPELL_FREED_SOLDIER_DEBUFF | |
Definition at line 1381 of file zone_borean_tundra.cpp.
| enum Thassarian |
Definition at line 700 of file zone_borean_tundra.cpp.
| enum TheArtOfPersuasion |
Definition at line 1547 of file zone_borean_tundra.cpp.
| enum Valiancekeepcannons |
| Enumerator | |
|---|---|
| GO_VALIANCE_KEEP_CANNON_1 | |
| GO_VALIANCE_KEEP_CANNON_2 | |
Definition at line 451 of file zone_borean_tundra.cpp.
| enum WindsoulTotemAura |
| Enumerator | |
|---|---|
| SPELL_WINDSOUL_CREDT | |
Definition at line 1237 of file zone_borean_tundra.cpp.
| void AddSC_borean_tundra | ( | ) |
| std::array<uint32, 3> const CocoonSummonSpells |
Definition at line 1390 of file zone_borean_tundra.cpp.