![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "blackrock_spire.h"#include "ScriptedCreature.h"#include "TemporarySummon.h"
Include dependency graph for boss_overlord_wyrmthalak.cpp:Go to the source code of this file.
Classes | |
| struct | boss_overlord_wyrmthalak |
Enumerations | |
| enum | Spells { SPELL_BLASTWAVE = 11130 , SPELL_SHOUT = 23511 , SPELL_CLEAVE = 20691 , SPELL_KNOCKAWAY = 20686 } |
| enum | Events { EVENT_BLAST_WAVE = 1 , EVENT_SHOUT = 2 , EVENT_CLEAVE = 3 , EVENT_KNOCK_AWAY = 4 } |
| enum | Adds { NPC_SPIRESTONE_WARLORD = 9216 , NPC_SMOLDERTHORN_BERSERKER = 9268 } |
Functions | |
| void | AddSC_boss_overlordwyrmthalak () |
Variables | |
| const Position | SummonLocation1 = { -39.355f, -513.456f, 88.472f, 4.679f } |
| const Position | SummonLocation2 = { -49.875f, -511.896f, 88.195f, 4.613f } |
| enum Adds |
| Enumerator | |
|---|---|
| NPC_SPIRESTONE_WARLORD | |
| NPC_SMOLDERTHORN_BERSERKER | |
Definition at line 39 of file boss_overlord_wyrmthalak.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_BLAST_WAVE | |
| EVENT_SHOUT | |
| EVENT_CLEAVE | |
| EVENT_KNOCK_AWAY | |
Definition at line 31 of file boss_overlord_wyrmthalak.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_BLASTWAVE | |
| SPELL_SHOUT | |
| SPELL_CLEAVE | |
| SPELL_KNOCKAWAY | |
Definition at line 23 of file boss_overlord_wyrmthalak.cpp.
| void AddSC_boss_overlordwyrmthalak | ( | ) |
Definition at line 132 of file boss_overlord_wyrmthalak.cpp.
Here is the caller graph for this function:| const Position SummonLocation1 = { -39.355f, -513.456f, 88.472f, 4.679f } |
Definition at line 45 of file boss_overlord_wyrmthalak.cpp.
| const Position SummonLocation2 = { -49.875f, -511.896f, 88.195f, 4.613f } |
Definition at line 46 of file boss_overlord_wyrmthalak.cpp.