![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ulduar.h"
#include "AreaTriggerScript.h"
#include "CombatAI.h"
#include "CreatureScript.h"
#include "PassiveAI.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "TaskScheduler.h"
#include "Vehicle.h"
Go to the source code of this file.
Enumerations | |
enum | Texts { GOSSIP_MENU_FREYA = 10324 , NPC_TEXT_FREYA = 14332 , GOSSIP_MENU_HODIR = 10335 , NPC_TEXT_HODIR = 14326 , GOSSIP_MENU_MIMIRON = 10336 , NPC_TEXT_MIMIRON = 14334 , GOSSIP_MENU_THORIM = 10337 , NPC_TEXT_THORIM = 14333 , GOSSIP_MENU_CONFIRM = 10333 , NPC_TEXT_CONFIRM = 14325 , SAY_KEEPER_CHOSEN_TO_PLAYER = 0 , SAY_KEEPER_CHOSEN_ANNOUNCE = 1 } |
enum | UldActions { ACTION_KEEPER_OUTRO = 0 } |
enum | UldNPCs { NPC_WINTER_JORMUNGAR = 34137 , NPC_SNOW_MOUND_4 = 34146 , NPC_SNOW_MOUND_6 = 34150 , NPC_SNOW_MOUND_8 = 34151 } |
enum | UldGameObjects { GOBJ_SNOW_MOUND = 194907 } |
enum | UldSpells { SPELL_SIMPLE_TELEPORT = 12980 , SPELL_KEEPER_TELEPORT = 62940 , SPELL_SNOW_MOUND_PARTICLES = 64615 , SPELL_ENERGY_SAP_10 = 64740 } |
enum | EnergySap { SPELL_ENERGY_SAP_DAMAGE_1 = 64747 , SPELL_ENERGY_SAP_DAMAGE_2 = 64863 } |
Functions | |
void | AddSC_ulduar () |
enum EnergySap |
Enumerator | |
---|---|
SPELL_ENERGY_SAP_DAMAGE_1 | |
SPELL_ENERGY_SAP_DAMAGE_2 |
enum Texts |
enum UldActions |
Enumerator | |
---|---|
ACTION_KEEPER_OUTRO |
enum UldGameObjects |
enum UldNPCs |
Enumerator | |
---|---|
NPC_WINTER_JORMUNGAR | |
NPC_SNOW_MOUND_4 | |
NPC_SNOW_MOUND_6 | |
NPC_SNOW_MOUND_8 |
enum UldSpells |
Enumerator | |
---|---|
SPELL_SIMPLE_TELEPORT | |
SPELL_KEEPER_TELEPORT | |
SPELL_SNOW_MOUND_PARTICLES | |
SPELL_ENERGY_SAP_10 |
void AddSC_ulduar | ( | ) |
References RegisterCreatureAI, RegisterSpellScript, and RegisterUlduarCreatureAI.
Referenced by AddNorthrendScripts().