![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "GameObjectScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "blackwing_lair.h"
Go to the source code of this file.
Classes | |
class | boss_razorgore |
struct | boss_razorgore::boss_razorgoreAI |
class | go_orb_of_domination |
class | spell_egg_event |
Enumerations | |
enum | Say { SAY_EGGS_BROKEN1 = 0 , SAY_EGGS_BROKEN2 = 1 , SAY_EGGS_BROKEN3 = 2 , SAY_DEATH = 3 , EMOTE_TROOPS_RETREAT = 0 } |
enum | Spells { SPELL_MINDCONTROL = 19832 , SPELL_MINDCONTROL_VISUAL = 45537 , SPELL_EGG_DESTROY = 19873 , SPELL_MIND_EXHAUSTION = 23958 , SPELL_CLEAVE = 19632 , SPELL_WARSTOMP = 24375 , SPELL_FIREBALLVOLLEY = 22425 , SPELL_CONFLAGRATION = 23023 , SPELL_EXPLODE_ORB = 20037 , SPELL_EXPLOSION = 20038 , SPELL_WARMING_FLAMES = 23040 } |
enum | Summons { NPC_ELITE_DRACHKIN = 12422 , NPC_ELITE_WARRIOR = 12458 , NPC_WARRIOR = 12416 , NPC_MAGE = 12420 , NPC_WARLOCK = 12459 , GO_EGG = 177807 } |
enum | EVENTS { EVENT_CLEAVE = 1 , EVENT_STOMP = 2 , EVENT_FIREBALL = 3 , EVENT_CONFLAGRATION = 4 } |
Functions | |
void | AddSC_boss_razorgore () |
enum EVENTS |
Enumerator | |
---|---|
EVENT_CLEAVE | |
EVENT_STOMP | |
EVENT_FIREBALL | |
EVENT_CONFLAGRATION |
enum Say |
Enumerator | |
---|---|
SAY_EGGS_BROKEN1 | |
SAY_EGGS_BROKEN2 | |
SAY_EGGS_BROKEN3 | |
SAY_DEATH | |
EMOTE_TROOPS_RETREAT |
enum Spells |
enum Summons |
Enumerator | |
---|---|
NPC_ELITE_DRACHKIN | |
NPC_ELITE_WARRIOR | |
NPC_WARRIOR | |
NPC_MAGE | |
NPC_WARLOCK | |
GO_EGG |
void AddSC_boss_razorgore | ( | ) |
References RegisterSpellScript.
Referenced by AddEasternKingdomsScripts().