![]() |
TrinityCore
|
#include "zulgurub.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "ScriptMgr.h"#include "SpellAuras.h"#include "SpellScript.h"#include "TemporarySummon.h"
Include dependency graph for boss_mandokir.cpp:Go to the source code of this file.
Classes | |
| struct | boss_mandokir |
| struct | npc_ohgan |
| struct | npc_vilebranch_speaker |
| class | spell_threatening_gaze |
Enumerations | |
| enum | Says { SAY_AGGRO = 0 , SAY_DING_KILL = 1 , SAY_WATCH = 2 , SAY_WATCH_WHISPER = 3 , SAY_OHGAN_DEAD = 4 , SAY_GRATS_JINDO = 0 } |
| enum | Spells { SPELL_CHARGE = 24408 , SPELL_OVERPOWER = 24407 , SPELL_FEAR = 29321 , SPELL_WHIRLWIND = 13736 , SPELL_MORTAL_STRIKE = 16856 , SPELL_FRENZY = 24318 , SPELL_WATCH = 24314 , SPELL_WATCH_CHARGE = 24315 , SPELL_LEVEL_UP = 24312 } |
| enum | Events { EVENT_CHECK_SPEAKER = 1 , EVENT_CHECK_START , EVENT_STARTED , EVENT_OVERPOWER , EVENT_MORTAL_STRIKE , EVENT_WHIRLWIND , EVENT_WATCH_PLAYER , EVENT_CHARGE_PLAYER } |
| enum | Misc { MODEL_OHGAN_MOUNT = 15271 , PATH_MANDOKIR = 3942888 , POINT_MANDOKIR_END = 24 , CHAINED_SPIRT_COUNT = 20 } |
| enum | OhganSpells { SPELL_SUNDERARMOR = 24317 } |
| enum | VilebranchSpells { SPELL_DEMORALIZING_SHOUT = 13730 , SPELL_CLEAVE = 15284 } |
Functions | |
| void | AddSC_boss_mandokir () |
Variables | |
| Position const | PosSummonChainedSpirits [CHAINED_SPIRT_COUNT] |
| Position const | PosMandokir [2] |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CHECK_SPEAKER | |
| EVENT_CHECK_START | |
| EVENT_STARTED | |
| EVENT_OVERPOWER | |
| EVENT_MORTAL_STRIKE | |
| EVENT_WHIRLWIND | |
| EVENT_WATCH_PLAYER | |
| EVENT_CHARGE_PLAYER | |
Definition at line 52 of file boss_mandokir.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| MODEL_OHGAN_MOUNT | |
| PATH_MANDOKIR | |
| POINT_MANDOKIR_END | |
| CHAINED_SPIRT_COUNT | |
Definition at line 64 of file boss_mandokir.cpp.
| enum OhganSpells |
| Enumerator | |
|---|---|
| SPELL_SUNDERARMOR | |
Definition at line 284 of file boss_mandokir.cpp.
| enum Says |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_DING_KILL | |
| SAY_WATCH | |
| SAY_WATCH_WHISPER | |
| SAY_OHGAN_DEAD | |
| SAY_GRATS_JINDO | |
Definition at line 28 of file boss_mandokir.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_CHARGE | |
| SPELL_OVERPOWER | |
| SPELL_FEAR | |
| SPELL_WHIRLWIND | |
| SPELL_MORTAL_STRIKE | |
| SPELL_FRENZY | |
| SPELL_WATCH | |
| SPELL_WATCH_CHARGE | |
| SPELL_LEVEL_UP | |
Definition at line 39 of file boss_mandokir.cpp.
| enum VilebranchSpells |
| Enumerator | |
|---|---|
| SPELL_DEMORALIZING_SHOUT | |
| SPELL_CLEAVE | |
Definition at line 326 of file boss_mandokir.cpp.
| void AddSC_boss_mandokir | ( | ) |
| Position const PosMandokir[2] |
Definition at line 96 of file boss_mandokir.cpp.
| Position const PosSummonChainedSpirits[CHAINED_SPIRT_COUNT] |
Definition at line 72 of file boss_mandokir.cpp.