![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "Vehicle.h"
#include "pit_of_saron.h"
Go to the source code of this file.
Classes | |
class | boss_tyrannus |
struct | boss_tyrannus::boss_tyrannusAI |
Enumerations | |
enum | Texts { SAY_AGGRO = 2 , SAY_SLAY = 3 , SAY_DEATH = 4 , SAY_MARK = 5 , EMOTE_MARK = 6 , SAY_DARK_MIGHT = 7 , EMOTE_DARK_MIGHT = 8 } |
enum | Spells { SPELL_OVERLORDS_BRAND = 69172 , SPELL_OVERLORDS_BRAND_HEAL = 69190 , SPELL_OVERLORDS_BRAND_DAMAGE = 69189 , SPELL_FORCEFUL_SMASH = 69155 , SPELL_UNHOLY_POWER = 69167 , RIMEFANG_SPELL_ICY_BLAST = 69232 , SPELL_MARK_OF_RIMEFANG = 69275 , RIMEFANG_SPELL_HOARFROST = 69246 } |
enum | Events { EVENT_SPELL_FORCEFUL_SMASH = 1 , EVENT_SPELL_UNHOLY_POWER , EVENT_SPELL_OVERLORDS_BRAND , EVENT_RIMEFANG_SPELL_ICY_BLAST , EVENT_SPELL_MARK_OF_RIMEFANG } |
Functions | |
void | AddSC_boss_tyrannus () |
enum Events |
Enumerator | |
---|---|
EVENT_SPELL_FORCEFUL_SMASH | |
EVENT_SPELL_UNHOLY_POWER | |
EVENT_SPELL_OVERLORDS_BRAND | |
EVENT_RIMEFANG_SPELL_ICY_BLAST | |
EVENT_SPELL_MARK_OF_RIMEFANG |
enum Spells |
enum Texts |
Enumerator | |
---|---|
SAY_AGGRO | |
SAY_SLAY | |
SAY_DEATH | |
SAY_MARK | |
EMOTE_MARK | |
SAY_DARK_MIGHT | |
EMOTE_DARK_MIGHT |
void AddSC_boss_tyrannus | ( | ) |
Referenced by AddNorthrendScripts().