![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "zulfarrak.h"#include "Cell.h"#include "CellImpl.h"#include "CreatureScript.h"#include "GameObject.h"#include "GameObjectAI.h"#include "GameObjectScript.h"#include "GridNotifiers.h"#include "InstanceScript.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptSystem.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "GridNotifiersImpl.h"Go to the source code of this file.
Classes | |
| class | npc_sergeant_bly |
| struct | npc_sergeant_bly::npc_sergeant_blyAI |
| class | go_troll_cage |
| struct | go_troll_cage::go_troll_cageAI |
| class | npc_weegli_blastfuse |
| struct | npc_weegli_blastfuse::npc_weegli_blastfuseAI |
| class | npc_shadowpriest_sezziz |
| struct | npc_shadowpriest_sezziz::npc_shadowpriest_sezzizAI |
Macros | |
| #define | GOSSIP_BLY "That's it! I'm tired of helping you out. It's time we settled things on the battlefield!" |
| #define | GOSSIP_WEEGLI "Will you blow up that door now?" |
Enumerations | |
| enum | blySays { SAY_1 = 0 , SAY_2 = 1 } |
| enum | blySpells { SPELL_BLYS_BAND_ESCAPE = 11365 , SPELL_SHIELD_BASH = 11972 , SPELL_REVENGE = 12170 } |
| enum | weegliSpells { SPELL_BOMB = 8858 , SPELL_GOBLIN_LAND_MINE = 21688 , SPELL_SHOOT = 6660 , SPELL_WEEGLIS_BARREL = 10772 } |
| enum | weegliSays { SAY_WEEGLI_OHNO = 0 , SAY_WEEGLI_OK_I_GO = 1 , SAY_WEEGLI_OUT_OF_HERE = 2 } |
| enum | ShadowPriestSezzizEnum { SPELL_SHADOW_BOLT = 15537 , SPELL_PSYCHIC_SCREEM = 13704 , SPELL_RENEW = 8362 , SPELL_HEAL = 12039 } |
Functions | |
| void | AddSC_zulfarrak () |
Variables | |
| std::array< std::vector< std::pair< uint32, Position > >, 4 > | shadowpriestSezzizAdds |
| #define GOSSIP_BLY "That's it! I'm tired of helping you out. It's time we settled things on the battlefield!" |
| #define GOSSIP_WEEGLI "Will you blow up that door now?" |
| enum blySays |
| enum blySpells |
| Enumerator | |
|---|---|
| SPELL_BLYS_BAND_ESCAPE | |
| SPELL_SHIELD_BASH | |
| SPELL_REVENGE | |
| Enumerator | |
|---|---|
| SPELL_SHADOW_BOLT | |
| SPELL_PSYCHIC_SCREEM | |
| SPELL_RENEW | |
| SPELL_HEAL | |
| enum weegliSays |
| Enumerator | |
|---|---|
| SAY_WEEGLI_OHNO | |
| SAY_WEEGLI_OK_I_GO | |
| SAY_WEEGLI_OUT_OF_HERE | |
| enum weegliSpells |
| Enumerator | |
|---|---|
| SPELL_BOMB | |
| SPELL_GOBLIN_LAND_MINE | |
| SPELL_SHOOT | |
| SPELL_WEEGLIS_BARREL | |
| void AddSC_zulfarrak | ( | ) |
Referenced by AddKalimdorScripts().
Referenced by npc_shadowpriest_sezziz::npc_shadowpriest_sezzizAI::UpdateAI().