![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "CellImpl.h"#include "CharmInfo.h"#include "CombatAI.h"#include "Containers.h"#include "CreatureTextMgr.h"#include "GameEventMgr.h"#include "GameObject.h"#include "GameObjectAI.h"#include "GridNotifiersImpl.h"#include "Log.h"#include "MotionMaster.h"#include "MoveSplineInit.h"#include "ObjectAccessor.h"#include "ObjectMgr.h"#include "PassiveAI.h"#include "Player.h"#include "QuestDef.h"#include "ScriptedEscortAI.h"#include "ScriptedGossip.h"#include "SpellAuras.h"#include "SpellHistory.h"#include "SpellInfo.h"#include "SpellMgr.h"#include "TemporarySummon.h"#include "Vehicle.h"
Include dependency graph for npcs_special.cpp:Go to the source code of this file.
Macros | |
| #define | A_RUNTOX -3742.96f |
| #define | A_RUNTOY -4531.52f |
| #define | A_RUNTOZ 11.91f |
| #define | H_RUNTOX -1016.44f |
| #define | H_RUNTOY -3508.48f |
| #define | H_RUNTOZ 62.96f |
Typedefs | |
| typedef std::unordered_map< uint32, uint32 > | ChairSpells |
Functions | |
| void | AddSC_npcs_special () |
Variables | |
| float constexpr | RANGE_TRIPWIRE = 15.0f |
| float constexpr | RANGE_ALARMBOT = 100.0f |
| AirForceSpawn constexpr | airforceSpawns [] |
| Position const | AllianceCoords [] |
| Position const | HordeCoords [] |
| uint32 const | AllianceSoldierId [3] |
| uint32 const | HordeSoldierId [3] |
| Emote const | BrewfestRandomEmote [] |
| ArgentPonyBannerSpells const | bannerSpells [5] |
| ChairSpells const | _chairSpells |
| #define A_RUNTOX -3742.96f |
Definition at line 562 of file npcs_special.cpp.
| #define A_RUNTOY -4531.52f |
Definition at line 563 of file npcs_special.cpp.
| #define A_RUNTOZ 11.91f |
Definition at line 564 of file npcs_special.cpp.
| #define H_RUNTOX -1016.44f |
Definition at line 577 of file npcs_special.cpp.
| #define H_RUNTOY -3508.48f |
Definition at line 578 of file npcs_special.cpp.
| #define H_RUNTOZ 62.96f |
Definition at line 579 of file npcs_special.cpp.
| typedef std::unordered_map<uint32 , uint32 > ChairSpells |
Definition at line 2157 of file npcs_special.cpp.
| enum AirForceBots |
| Enumerator | |
|---|---|
| TRIPWIRE | |
| ALARMBOT | |
| SPELL_GUARDS_MARK | |
Definition at line 49 of file npcs_special.cpp.
Definition at line 2005 of file npcs_special.cpp.
| enum BountifulTable |
Definition at line 2136 of file npcs_special.cpp.
| enum BrewfestReveler |
| Enumerator | |
|---|---|
| SPELL_BREWFEST_TOAST | |
Definition at line 1416 of file npcs_special.cpp.
| enum ChickenCluck |
| Enumerator | |
|---|---|
| EMOTE_HELLO_A | |
| EMOTE_HELLO_H | |
| EMOTE_CLUCK_TEXT | |
| QUEST_CLUCK | |
Definition at line 204 of file npcs_special.cpp.
| enum DancingFlames |
| Enumerator | |
|---|---|
| SPELL_SUMMON_BRAZIER | |
| SPELL_BRAZIER_DANCE | |
| SPELL_FIERY_SEDUCTION | |
Definition at line 304 of file npcs_special.cpp.
| enum Doctor |
| Enumerator | |
|---|---|
| SAY_DOC | |
| DOCTOR_ALLIANCE | |
| DOCTOR_HORDE | |
| ALLIANCE_COORDS | |
| HORDE_COORDS | |
Definition at line 540 of file npcs_special.cpp.
| enum Garments |
Definition at line 927 of file npcs_special.cpp.
| enum GuardianSpells |
| Enumerator | |
|---|---|
| SPELL_DEATHTOUCH | |
Definition at line 1095 of file npcs_special.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| NPC_ARGENT_SQUIRE | |
| ACHIEVEMENT_PONY_UP | |
Definition at line 2017 of file npcs_special.cpp.
| enum NPC_Wormhole |
Definition at line 1601 of file npcs_special.cpp.
| enum Pennants |
Definition at line 1982 of file npcs_special.cpp.
| enum rabbitSpells |
| Enumerator | |
|---|---|
| SPELL_SPRING_FLING | |
| SPELL_SPRING_RABBIT_JUMP | |
| SPELL_SPRING_RABBIT_WANDER | |
| SPELL_SUMMON_BABY_BUNNY | |
| SPELL_SPRING_RABBIT_IN_LOVE | |
| NPC_SPRING_RABBIT | |
Definition at line 1715 of file npcs_special.cpp.
| enum RibbonPoleData |
| Enumerator | |
|---|---|
| GO_RIBBON_POLE | |
| SPELL_RIBBON_DANCE_COSMETIC | |
| SPELL_RED_FIRE_RING | |
| SPELL_BLUE_FIRE_RING | |
| EVENT_CAST_RED_FIRE_RING | |
| EVENT_CAST_BLUE_FIRE_RING | |
Definition at line 431 of file npcs_special.cpp.
| enum TorchTossingTarget |
| Enumerator | |
|---|---|
| SPELL_TORCH_TARGET_PICKER | |
Definition at line 385 of file npcs_special.cpp.
| enum TournamentMounts |
Definition at line 1210 of file npcs_special.cpp.
Definition at line 1170 of file npcs_special.cpp.
Definition at line 1227 of file npcs_special.cpp.
| enum TrainWrecker |
| Enumerator | |
|---|---|
| GO_TOY_TRAIN | |
| SPELL_TOY_TRAIN_PULSE | |
| SPELL_WRECK_TRAIN | |
| EVENT_DO_JUMP | |
| EVENT_DO_WRECK | |
| EVENT_DO_DANCE | |
| MOVEID_CHASE | |
| MOVEID_JUMP | |
| NPC_EXULTING_WIND_UP_TRAIN_WRECKER | |
Definition at line 1867 of file npcs_special.cpp.
| enum VoidZone |
| Enumerator | |
|---|---|
| SPELL_CONSUMPTION | |
Definition at line 2252 of file npcs_special.cpp.
| void AddSC_npcs_special | ( | ) |
Definition at line 2283 of file npcs_special.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ChairSpells const _chairSpells |
Definition at line 2158 of file npcs_special.cpp.
|
constexpr |
Definition at line 67 of file npcs_special.cpp.
| Position const AllianceCoords[] |
Definition at line 550 of file npcs_special.cpp.
| uint32 const AllianceSoldierId[3] |
Definition at line 581 of file npcs_special.cpp.
| ArgentPonyBannerSpells const bannerSpells[5] |
Definition at line 2029 of file npcs_special.cpp.
| Emote const BrewfestRandomEmote[] |
Definition at line 1450 of file npcs_special.cpp.
| Position const HordeCoords[] |
Definition at line 566 of file npcs_special.cpp.
| uint32 const HordeSoldierId[3] |
Definition at line 588 of file npcs_special.cpp.
|
constexpr |
Definition at line 58 of file npcs_special.cpp.
|
constexpr |
Definition at line 57 of file npcs_special.cpp.