![]() |
TrinityCore
|
#include "Containers.h"#include "ScriptMgr.h"#include "CombatAI.h"#include "MotionMaster.h"#include "MoveSplineInit.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "WaypointDefines.h"#include <queue>
Include dependency graph for zone_dun_morogh_area_coldridge_valley.cpp:Go to the source code of this file.
Enumerations | |
| enum | WoundedColdridgeMountaineer { NPC_JOREN_IRONSTOCK = 37081 , SAY_THANK_PLAYER = 0 , SPELL_HEAL_WOUNDED_MOUNTAINEER = 69855 , SPELL_LOW_HEALTH = 76143 , EVENT_TURN_TO_PLAYER = 1 , EVENT_THANK_PLAYER = 2 , EVENT_MOVE_TO_SAFETY = 3 } |
| enum | WoundedMilita { QUEST_KILL_CREDIT = 44175 , SPELL_FLASH_HEAL = 2061 , EVENT_RESET_HEALTH = 4 } |
| enum | MilosGyro { NPC_MILO = 37518 , SPELL_RIDE_VEHICLE_HARD_CODED = 46598 , SPELL_EJECT_ALL_PASSENGERS = 50630 , SAY_MILO_FLIGHT_1 = 0 , SAY_MILO_FLIGHT_2 = 1 , SAY_MILO_FLIGHT_3 = 2 , SAY_MILO_FLIGHT_4 = 3 , SAY_MILO_FLIGHT_5 = 4 , SAY_MILO_FLIGHT_6 = 5 , SAY_MILO_FLIGHT_7 = 6 , EVENT_START_PATH = 5 , EVENT_MILO_SAY_0 = 6 , EVENT_MILO_SAY_1 = 7 , EVENT_MILO_SAY_2 = 8 , EVENT_MILO_SAY_3 = 9 , EVENT_MILO_SAY_4 = 10 , EVENT_MILO_SAY_5 = 11 , EVENT_MILO_SAY_6 = 12 , EVENT_MILO_DESPAWN = 13 , PATH_MILO = 24 } |
| enum | JorenIronstockData { NPC_ROCKJAW_INVADER = 37070 , SAY_SHOOT_ROCKJAW = 0 , SPELL_SHOOT = 70014 } |
Functions | |
| void | AddSC_dun_morogh_area_coldridge_valley () |
Variables | |
| WaypointPath const | kharanosPath |
| Position const | RockjawInvaderSpawnPoints [7] |
| enum JorenIronstockData |
| Enumerator | |
|---|---|
| NPC_ROCKJAW_INVADER | |
| SAY_SHOOT_ROCKJAW | |
| SPELL_SHOOT | |
Definition at line 478 of file zone_dun_morogh_area_coldridge_valley.cpp.
| enum MilosGyro |
Definition at line 206 of file zone_dun_morogh_area_coldridge_valley.cpp.
| Enumerator | |
|---|---|
| NPC_JOREN_IRONSTOCK | |
| SAY_THANK_PLAYER | |
| SPELL_HEAL_WOUNDED_MOUNTAINEER | |
| SPELL_LOW_HEALTH | |
| EVENT_TURN_TO_PLAYER | |
| EVENT_THANK_PLAYER | |
| EVENT_MOVE_TO_SAFETY | |
Definition at line 32 of file zone_dun_morogh_area_coldridge_valley.cpp.
| enum WoundedMilita |
| Enumerator | |
|---|---|
| QUEST_KILL_CREDIT | |
| SPELL_FLASH_HEAL | |
| EVENT_RESET_HEALTH | |
Definition at line 126 of file zone_dun_morogh_area_coldridge_valley.cpp.
| void AddSC_dun_morogh_area_coldridge_valley | ( | ) |
Definition at line 552 of file zone_dun_morogh_area_coldridge_valley.cpp.
Here is the caller graph for this function:| WaypointPath const kharanosPath |
Definition at line 230 of file zone_dun_morogh_area_coldridge_valley.cpp.
| Position const RockjawInvaderSpawnPoints[7] |
Definition at line 467 of file zone_dun_morogh_area_coldridge_valley.cpp.