![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "uldaman.h"
Include dependency graph for boss_archaedas.cpp:Go to the source code of this file.
Classes | |
| struct | boss_archaedas |
| struct | npc_earthen_hallshaper_custodian |
| struct | npc_earthen_guardian |
| struct | npc_vault_warder |
Enumerations | |
| enum | ArchaedasTexts { SAY_AGGRO = 0 , SAY_SUMMON_1 = 1 , SAY_SUMMON_2 = 2 , SAY_SLAY = 3 , EMOTE_AWAKEN = 4 } |
| enum | ArchaedasSpells { SPELL_FREEZE_ANIM = 16245 , SPELL_ARCHAEDAS_AWAKEN = 10347 , SPELL_GROUND_TREMOR = 6524 , SPELL_AWAKEN_DWARF = 10259 , SPELL_AWAKEN_GUARDIANS = 10252 , SPELL_AWAKEN_WALKERS = 10258 , SPELL_DESTROY_EARTHEN_GUARDS = 10604 , SPELL_STONED = 10255 , SPELL_STONE_DWARF_AWAKEN_VISUAL = 10254 , SPELL_EARTHEN_GUARDS_DESTROYED = 10666 , SPELL_RECONSTRUCT = 10260 , SPELL_WHIRLWIND = 17207 , SPELL_TRAMPLE = 5568 } |
| enum | ArchaedasEvents { EVENT_INTRO_1 = 1 , EVENT_INTRO_2 , EVENT_INTRO_3 , EVENT_INTRO_4 , EVENT_GROUND_TREMOR , EVENT_AWAKEN_DWARF , EVENT_AWAKEN_GUARDIANS , EVENT_AWAKEN_WALKERS } |
| enum | ArchaedasPhases : uint8 { PHASE_NONE = 0 , PHASE_HEALTH_66 , PHASE_HEALTH_33 } |
| enum | ArchaedasMisc { ACTION_ACTIVATE_VAULT_WARDERS = 0 , FACTION_TITAN_3 = 470 } |
Functions | |
| void | AddSC_boss_archaedas () |
| enum ArchaedasEvents |
| Enumerator | |
|---|---|
| EVENT_INTRO_1 | |
| EVENT_INTRO_2 | |
| EVENT_INTRO_3 | |
| EVENT_INTRO_4 | |
| EVENT_GROUND_TREMOR | |
| EVENT_AWAKEN_DWARF | |
| EVENT_AWAKEN_GUARDIANS | |
| EVENT_AWAKEN_WALKERS | |
Definition at line 65 of file boss_archaedas.cpp.
| enum ArchaedasMisc |
| Enumerator | |
|---|---|
| ACTION_ACTIVATE_VAULT_WARDERS | |
| FACTION_TITAN_3 | |
Definition at line 85 of file boss_archaedas.cpp.
| enum ArchaedasPhases : uint8 |
| Enumerator | |
|---|---|
| PHASE_NONE | |
| PHASE_HEALTH_66 | |
| PHASE_HEALTH_33 | |
Definition at line 78 of file boss_archaedas.cpp.
| enum ArchaedasSpells |
Definition at line 37 of file boss_archaedas.cpp.
| enum ArchaedasTexts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SUMMON_1 | |
| SAY_SUMMON_2 | |
| SAY_SLAY | |
| EMOTE_AWAKEN | |
Definition at line 28 of file boss_archaedas.cpp.
| void AddSC_boss_archaedas | ( | ) |