![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "razorfen_downs.h"#include "Player.h"#include "GridNotifiers.h"#include "GridNotifiersImpl.h"#include "Cell.h"#include "CellImpl.h"
Include dependency graph for razorfen_downs.cpp:Classes | |
| class | npc_belnistrasz |
| struct | npc_belnistrasz::npc_belnistraszAI |
| class | npc_idol_room_spawner |
| struct | npc_idol_room_spawner::npc_idol_room_spawnerAI |
| class | npc_tomb_creature |
| struct | npc_tomb_creature::npc_tomb_creatureAI |
| class | go_gong |
Enumerations | |
| enum | Belnistrasz { EVENT_CHANNEL = 1, EVENT_IDOL_ROOM_SPAWNER = 2, EVENT_PROGRESS = 3, EVENT_COMPLETE = 4, EVENT_FIREBALL = 5, EVENT_FROST_NOVA = 6, FACTION_ESCORT = 250, PATH_ESCORT = 871710, POINT_REACH_IDOL = 17, QUEST_EXTINGUISHING_THE_IDOL = 3525, SAY_QUEST_ACCEPTED = 0, SAY_EVENT_START = 1, SAY_EVENT_THREE_MIN_LEFT = 2, SAY_EVENT_TWO_MIN_LEFT = 3, SAY_EVENT_ONE_MIN_LEFT = 4, SAY_EVENT_END = 5, SAY_AGGRO = 6, SAY_WATCH_OUT = 7, SPELL_ARCANE_INTELLECT = 13326, SPELL_FIREBALL = 9053, SPELL_FROST_NOVA = 11831, SPELL_IDOL_SHUTDOWN_VISUAL = 12774, SPELL_IDOM_ROOM_CAMERA_SHAKE = 12816 } |
| enum | TombCreature { EVENT_WEB = 7, SPELL_POISON_PROC = 3616, SPELL_VIRULENT_POISON_PROC = 12254, SPELL_WEB = 745 } |
Functions | |
| void | AddSC_razorfen_downs () |
Variables | |
| Position const | PosSummonSpawner [3] |
| enum Belnistrasz |
| enum TombCreature |
| void AddSC_razorfen_downs | ( | ) |
Here is the caller graph for this function:
1.8.8