![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "AchievementCriteriaScript.h"
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellScriptLoader.h"
#include "gundrak.h"
#include "SpellScript.h"
Go to the source code of this file.
Classes | |
class | boss_gal_darah |
struct | boss_gal_darah::boss_gal_darahAI |
class | spell_galdarah_impaling_charge |
class | spell_galdarah_transform |
class | achievement_share_the_love |
Enumerations | |
enum | Spells { SPELL_START_VISUAL = 54988 , SPELL_ENRAGE = 55285 , SPELL_IMPALING_CHARGE = 54956 , SPELL_IMPALING_CHARGE_VEHICLE = 54958 , SPELL_STOMP = 55292 , SPELL_PUNCTURE = 55276 , SPELL_STAMPEDE = 55218 , SPELL_STAMPEDE_DMG = 55220 , SPELL_WHIRLING_SLASH = 55250 , SPELL_TRANSFORM_TO_RHINO = 55297 , SPELL_TRANSFORM_TO_TROLL = 55299 } |
enum | Yells { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_DEATH = 2 , SAY_SUMMON_RHINO = 3 , SAY_TRANSFORM_1 = 4 , SAY_TRANSFORM_2 = 5 } |
enum | Events { EVENT_STAMPEDE = 1 , EVENT_WHIRLING_SLASH = 2 , EVENT_PUNCTURE = 3 , EVENT_ENRAGE = 4 , EVENT_IMPALING_CHARGE = 5 , EVENT_UNSUMMON_RHINO = 6 , EVENT_STOMP = 7 , EVENT_KILL_TALK = 8 } |
Functions | |
void | AddSC_boss_gal_darah () |
enum Events |
Enumerator | |
---|---|
EVENT_STAMPEDE | |
EVENT_WHIRLING_SLASH | |
EVENT_PUNCTURE | |
EVENT_ENRAGE | |
EVENT_IMPALING_CHARGE | |
EVENT_UNSUMMON_RHINO | |
EVENT_STOMP | |
EVENT_KILL_TALK |
enum Spells |
enum Yells |
Enumerator | |
---|---|
SAY_AGGRO | |
SAY_SLAY | |
SAY_DEATH | |
SAY_SUMMON_RHINO | |
SAY_TRANSFORM_1 | |
SAY_TRANSFORM_2 |
void AddSC_boss_gal_darah | ( | ) |
References RegisterSpellScript.
Referenced by AddNorthrendScripts().