![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "SpellScriptLoader.h"
#include "TaskScheduler.h"
#include "shattered_halls.h"
Go to the source code of this file.
Classes | |
struct | boss_porung |
struct | npc_shattered_hand_scout |
class | spell_tsh_shoot_flame_arrow |
Enumerations | |
enum | Spells { SPELL_CLEAR_ALL = 28471 , SPELL_SUMMON_ZEALOTS = 30976 , SPELL_SHOOT_FLAME_ARROW = 30952 , SPELL_CLEAVE = 15496 } |
enum | Says { SAY_INVADERS_BREACHED = 0 , SAY_PORUNG_ARCHERS = 0 , SAY_PORUNG_READY = 1 , SAY_PORUNG_AIM = 2 , SAY_PORUNG_FIRE = 3 , SAY_PORUNG_AGGRO = 4 } |
enum | Misc { POINT_SCOUT_WP_END = 3 , SET_DATA_ARBITRARY_VALUE = 1 , SET_DATA_ENCOUNTER_DONE = 2 } |
Functions | |
void | AddSC_boss_porung () |
enum Misc |
Enumerator | |
---|---|
POINT_SCOUT_WP_END | |
SET_DATA_ARBITRARY_VALUE | |
SET_DATA_ENCOUNTER_DONE |
enum Says |
Enumerator | |
---|---|
SAY_INVADERS_BREACHED | |
SAY_PORUNG_ARCHERS | |
SAY_PORUNG_READY | |
SAY_PORUNG_AIM | |
SAY_PORUNG_FIRE | |
SAY_PORUNG_AGGRO |
enum Spells |
Enumerator | |
---|---|
SPELL_CLEAR_ALL | |
SPELL_SUMMON_ZEALOTS | |
SPELL_SHOOT_FLAME_ARROW | |
SPELL_CLEAVE |
void AddSC_boss_porung | ( | ) |
References RegisterShatteredHallsCreatureAI, and RegisterSpellScript.
Referenced by AddOutlandScripts().