![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "utgarde_keep.h"#include "CreatureScript.h"#include "GameObjectAI.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "SpellScriptLoader.h"#include "Vehicle.h"Go to the source code of this file.
Classes | |
| struct | npc_dragonflayer_forge_master |
| struct | npc_enslaved_proto_drake |
| class | spell_ticking_time_bomb_aura |
Enumerations | |
| enum | EnslavedProtoDrake { TYPE_PROTODRAKE_AT = 28 , DATA_PROTODRAKE_MOVE = 6 , PATH_PROTODRAKE = 125946 , EVENT_REND = 1 , EVENT_FLAME_BREATH = 2 , EVENT_KNOCKAWAY = 3 , SPELL_REND = 43931 , SPELL_FLAME_BREATH = 50653 , SPELL_KNOCK_AWAY = 49722 , POINT_LAST = 6 } |
| enum | TickingTimeBomb { SPELL_TICKING_TIME_BOMB_EXPLODE = 59687 } |
Functions | |
| void | AddSC_utgarde_keep () |
Variables | |
| const Position | protodrakeCheckPos = {206.24f, -190.28f, 200.11f, 0.f} |
| enum EnslavedProtoDrake |
| Enumerator | |
|---|---|
| TYPE_PROTODRAKE_AT | |
| DATA_PROTODRAKE_MOVE | |
| PATH_PROTODRAKE | |
| EVENT_REND | |
| EVENT_FLAME_BREATH | |
| EVENT_KNOCKAWAY | |
| SPELL_REND | |
| SPELL_FLAME_BREATH | |
| SPELL_KNOCK_AWAY | |
| POINT_LAST | |
| enum TickingTimeBomb |
| Enumerator | |
|---|---|
| SPELL_TICKING_TIME_BOMB_EXPLODE | |
| void AddSC_utgarde_keep | ( | ) |
References RegisterSpellScript, and RegisterUtgardeKeepCreatureAI.
Referenced by AddNorthrendScripts().
| const Position protodrakeCheckPos = {206.24f, -190.28f, 200.11f, 0.f} |
Referenced by npc_enslaved_proto_drake::SetData().