![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ruby_sanctum.h"#include "ScriptedCreature.h"
Include dependency graph for boss_general_zarithrian.cpp:Go to the source code of this file.
Classes | |
| struct | boss_general_zarithrian |
| struct | npc_onyx_flamecaller |
Enumerations | |
| enum | Texts { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_ADDS = 2 , SAY_DEATH = 3 } |
| enum | Spells { SPELL_INTIMIDATING_ROAR = 74384 , SPELL_CLEAVE_ARMOR = 74367 , SPELL_SUMMON_FLAMECALLER = 74398 , SPELL_BLAST_NOVA = 74392 , SPELL_LAVA_GOUT = 74394 } |
| enum | Events { EVENT_CLEAVE = 1 , EVENT_INTIDMDATING_ROAR , EVENT_SUMMON_ADDS , EVENT_SUMMON_ADDS2 , EVENT_BLAST_NOVA , EVENT_LAVA_GOUT } |
| enum | MinionsMovement { SPLINE_GENERAL_EAST = 1 , SPLINE_GENERAL_WEST = 2 , POINT_GENERAL_ROOM = 3 } |
Functions | |
| void | AddSC_boss_general_zarithrian () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CLEAVE | |
| EVENT_INTIDMDATING_ROAR | |
| EVENT_SUMMON_ADDS | |
| EVENT_SUMMON_ADDS2 | |
| EVENT_BLAST_NOVA | |
| EVENT_LAVA_GOUT | |
Definition at line 47 of file boss_general_zarithrian.cpp.
| enum MinionsMovement |
| Enumerator | |
|---|---|
| SPLINE_GENERAL_EAST | |
| SPLINE_GENERAL_WEST | |
| POINT_GENERAL_ROOM | |
Definition at line 60 of file boss_general_zarithrian.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_INTIMIDATING_ROAR | |
| SPELL_CLEAVE_ARMOR | |
| SPELL_SUMMON_FLAMECALLER | |
| SPELL_BLAST_NOVA | |
| SPELL_LAVA_GOUT | |
Definition at line 33 of file boss_general_zarithrian.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_KILL | |
| SAY_ADDS | |
| SAY_DEATH | |
Definition at line 25 of file boss_general_zarithrian.cpp.
| void AddSC_boss_general_zarithrian | ( | ) |
Definition at line 250 of file boss_general_zarithrian.cpp.
Here is the caller graph for this function: