mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
Fixed compilation without PCH enabled
please avoid to miss header files in your sources
This commit is contained in:
@@ -16,6 +16,7 @@ EndScriptData */
|
||||
#include "AccountMgr.h"
|
||||
#include "Chat.h"
|
||||
#include "Language.h"
|
||||
#include "Player.h"
|
||||
|
||||
class account_commandscript : public CommandScript
|
||||
{
|
||||
|
||||
@@ -17,6 +17,7 @@ EndScriptData */
|
||||
#include "Creature.h"
|
||||
#include "Language.h"
|
||||
#include "Player.h"
|
||||
#include "SpellInfo.h"
|
||||
|
||||
class cast_commandscript : public CommandScript
|
||||
{
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef DEF_BRD_H
|
||||
#define DEF_BRD_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum FactionIds
|
||||
{
|
||||
FACTION_NEUTRAL = 734,
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#ifndef DEF_BLACKROCK_SPIRE_H
|
||||
#define DEF_BLACKROCK_SPIRE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
uint32 const EncounterCount = 23;
|
||||
|
||||
#define BRSScriptName "instance_blackrock_spire"
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#ifndef DEF_BLACKWING_LAIR_H
|
||||
#define DEF_BLACKWING_LAIR_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
uint32 const EncounterCount = 8;
|
||||
|
||||
#define BRLScriptName "instance_blackwing_lair"
|
||||
@@ -68,4 +70,4 @@ enum BWLMisc
|
||||
DATA_EGG_EVENT
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef DEF_MOLTEN_CORE_H
|
||||
#define DEF_MOLTEN_CORE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Encounters
|
||||
{
|
||||
BOSS_LUCIFRON = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_DEADMINES_H
|
||||
#define DEF_DEADMINES_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_RHAHK_ZOR = 0,
|
||||
|
||||
@@ -3,7 +3,9 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "InstanceScript.h"
|
||||
#include "PassiveAI.h"
|
||||
|
||||
class instance_gnomeregan : public InstanceMapScript
|
||||
{
|
||||
|
||||
@@ -12,6 +12,7 @@ SDCategory: Karazhan
|
||||
EndScriptData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "karazhan.h"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "InstanceScript.h"
|
||||
#include "karazhan.h"
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_KARAZHAN_H
|
||||
#define DEF_KARAZHAN_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_SERVANT_QUARTERS = 0,
|
||||
|
||||
@@ -3,6 +3,7 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "magisters_terrace.h"
|
||||
#include "WorldPacket.h"
|
||||
|
||||
@@ -3,6 +3,7 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "InstanceScript.h"
|
||||
#include "magisters_terrace.h"
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_MAGISTERS_TERRACE_H
|
||||
#define DEF_MAGISTERS_TERRACE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum MTData
|
||||
{
|
||||
DATA_SELIN_EVENT = 0,
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "Vehicle.h"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
#include "Player.h"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
|
||||
@@ -7,6 +7,7 @@ REWRITTEN BY XINEF
|
||||
#include "Player.h"
|
||||
#include "scholomance.h"
|
||||
#include "GameObjectAI.h"
|
||||
#include "SpellScript.h"
|
||||
|
||||
class instance_scholomance : public InstanceMapScript
|
||||
{
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_SCHOLOMANCE_H
|
||||
#define DEF_SCHOLOMANCE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_KIRTONOS_THE_HERALD = 0,
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "InstanceScript.h"
|
||||
#include "shadowfang_keep.h"
|
||||
#include "TemporarySummon.h"
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_SHADOWFANG_H
|
||||
#define DEF_SHADOWFANG_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_COURTYARD = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_STRATHOLME_H
|
||||
#define DEF_STRATHOLME_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_BARON_RUN = 0,
|
||||
|
||||
@@ -3,8 +3,11 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "InstanceScript.h"
|
||||
#include "sunken_temple.h"
|
||||
#include "Player.h"
|
||||
#include "CreatureAI.h"
|
||||
|
||||
class instance_sunken_temple : public InstanceMapScript
|
||||
{
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_SUNKEN_TEMPLE_H
|
||||
#define DEF_SUNKEN_TEMPLE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_STATUES = 10,
|
||||
|
||||
@@ -3,6 +3,7 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "sunwell_plateau.h"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "sunwell_plateau.h"
|
||||
#include "SpellInfo.h"
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef SUNWELL_PLATEAU_H
|
||||
#define SUNWELL_PLATEAU_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_KALECGOS = 0,
|
||||
|
||||
@@ -3,6 +3,7 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "InstanceScript.h"
|
||||
#include "uldaman.h"
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_ULDAMAN_H
|
||||
#define DEF_ULDAMAN_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_IRONAYA_DOORS = 0,
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef DEF_ZULAMAN_H
|
||||
#define DEF_ZULAMAN_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_GONGEVENT = 0,
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#ifndef DEF_ZULGURUB_H
|
||||
#define DEF_ZULGURUB_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
uint32 const EncounterCount = 13;
|
||||
|
||||
#define ZGScriptName "instance_zulgurub"
|
||||
|
||||
@@ -19,6 +19,7 @@ npc_tirion_fordring
|
||||
EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "Player.h"
|
||||
|
||||
@@ -17,10 +17,12 @@ npc_greengill_slave
|
||||
EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "Player.h"
|
||||
#include "Pet.h"
|
||||
#include "SpellInfo.h"
|
||||
#include "PassiveAI.h"
|
||||
|
||||
/*###### OUR: ######*/
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Scripted by Xinef
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "SpellAuras.h"
|
||||
@@ -1784,4 +1785,4 @@ void AddSC_event_brewfest_scripts()
|
||||
|
||||
// beer effect
|
||||
new npc_brew_bubble();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Scripted by Xinef
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "GridNotifiers.h"
|
||||
#include "GridNotifiersImpl.h"
|
||||
@@ -774,4 +775,4 @@ void AddSC_event_love_in_the_air()
|
||||
new spell_item_create_heart_candy();
|
||||
new spell_love_is_in_the_air_romantic_picnic();
|
||||
new spell_gen_aura_service_uniform();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Scripted by Xinef
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
#include "CombatAI.h"
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef BFD_H_
|
||||
#define BFD_H_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
TYPE_GELIHAST = 0,
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef DEF_HYJAL_H
|
||||
#define DEF_HYJAL_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
#define ERROR_INST_DATA "TSCR: Instance data not set properly for Mount Hyjal. Encounters will be buggy."
|
||||
|
||||
uint32 const EncounterCount = 5;
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_CULLING_OF_STRATHOLME_H
|
||||
#define DEF_CULLING_OF_STRATHOLME_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_ARTHAS_EVENT,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_OLD_HILLSBRAD_H
|
||||
#define DEF_OLD_HILLSBRAD_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataIds
|
||||
{
|
||||
DATA_ESCORT_PROGRESS = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_THEBLACKMORASS_H
|
||||
#define DEF_THEBLACKMORASS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_CHRONO_LORD_DEJA = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_DIRE_MAUL_H
|
||||
#define DEF_DIRE_MAUL_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_EAST_WING_PROGRESS = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_MARAUDON_H
|
||||
#define DEF_MARAUDON_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_NOXXION = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_ONYXIAS_LAIR_H
|
||||
#define DEF_ONYXIAS_LAIR_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum eInstanceData
|
||||
{
|
||||
DATA_ONYXIA = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_RAZORFEN_DOWNS_H
|
||||
#define DEF_RAZORFEN_DOWNS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum CreatureIds
|
||||
{
|
||||
NPC_IDOL_ROOM_SPAWNER = 8611,
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#ifndef DEF_RUINS_OF_AHNQIRAJ_H
|
||||
#define DEF_RUINS_OF_AHNQIRAJ_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_KURINNAXX = 0,
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef DEF_TEMPLE_OF_AHNQIRAJ_H
|
||||
#define DEF_TEMPLE_OF_AHNQIRAJ_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_SKERAM = 1,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_WAILING_CAVERNS_H
|
||||
#define DEF_WAILING_CAVERNS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_LORD_COBRAHN = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_ZULFARRACK_H
|
||||
#define DEF_ZULFARRACK_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum ZulFarrakData
|
||||
{
|
||||
TYPE_PYRAMID_EVENT = 0,
|
||||
|
||||
@@ -17,6 +17,7 @@ quest_a_pawn_on_the_eternal_pawn
|
||||
EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "Group.h"
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_AZJOL_NERUB_H
|
||||
#define DEF_AZJOL_NERUB_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum ANData
|
||||
{
|
||||
DATA_KRIKTHIR_THE_GATEWATCHER_EVENT = 0,
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#ifndef DEF_AHNKAHET_H
|
||||
#define DEF_AHNKAHET_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
#define MAX_ENCOUNTER 5
|
||||
enum Data64
|
||||
{
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_OBSIDIAN_SANCTUM_H
|
||||
#define DEF_OBSIDIAN_SANCTUM_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
// Encounter
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef RUBY_SANCTUM_H_
|
||||
#define RUBY_SANCTUM_H_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
#include "SpellScript.h"
|
||||
#include "Map.h"
|
||||
#include "Creature.h"
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_TOC_H
|
||||
#define DEF_TOC_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum eData
|
||||
{
|
||||
BOSS_GRAND_CHAMPIONS = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_CRUSADER_H
|
||||
#define DEF_CRUSADER_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_NONE = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_DRAK_THARON_H
|
||||
#define DEF_DRAK_THARON_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_TROLLGORE = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_FORGE_OF_SOULS_H
|
||||
#define DEF_FORGE_OF_SOULS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_BRONJAHM,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_HALLS_OF_REFLECTION_H
|
||||
#define DEF_HALLS_OF_REFLECTION_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_INTRO,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_PIT_OF_SARON_H
|
||||
#define DEF_PIT_OF_SARON_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_GARFROST,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_GUNDRAK_H
|
||||
#define DEF_GUNDRAK_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_SLAD_RAN = 0,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#ifndef ICECROWN_CITADEL_H_
|
||||
#define ICECROWN_CITADEL_H_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "SpellScript.h"
|
||||
#include "Map.h"
|
||||
#include "Creature.h"
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_NAXXRAMAS_H
|
||||
#define DEF_NAXXRAMAS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum NXEncounter
|
||||
{
|
||||
EVENT_PATCHWERK = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_EYE_OF_ETERNITY_H
|
||||
#define DEF_EYE_OF_ETERNITY_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Objects
|
||||
{
|
||||
GO_NEXUS_PLATFORM = 193070,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_NEXUS_H
|
||||
#define DEF_NEXUS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum eTypes
|
||||
{
|
||||
DATA_MAGUS_TELESTRA_EVENT = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_OCULUS_H
|
||||
#define DEF_OCULUS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_DRAKOS, // Drakos the Interrogator
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#ifndef DEF_HALLS_OF_LIGHTNING_H
|
||||
#define DEF_HALLS_OF_LIGHTNING_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum HoLEvents
|
||||
{
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_HALLS_OF_STONE_H
|
||||
#define DEF_HALLS_OF_STONE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Encounter
|
||||
{
|
||||
BOSS_KRYSTALLUS = 0,
|
||||
@@ -42,4 +44,4 @@ enum npcs
|
||||
NPC_BRANN = 28070,
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_ULDUAR_H
|
||||
#define DEF_ULDUAR_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum UlduarEncounters
|
||||
{
|
||||
MAX_ENCOUNTER = 15,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_UTGARDE_KEEP_H
|
||||
#define DEF_UTGARDE_KEEP_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum eData
|
||||
{
|
||||
DATA_KELESETH,
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef DEF_PINNACLE_H
|
||||
#define DEF_PINNACLE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_SVALA_SORROWGRAVE = 0,
|
||||
@@ -50,4 +52,4 @@ enum Objects
|
||||
NPC_GARUF = 26893,
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#ifndef DEF_ARCHAVON_H
|
||||
#define DEF_ARCHAVON_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Creatures
|
||||
{
|
||||
CREATURE_ARCHAVON = 31125,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_VIOLET_HOLD_H
|
||||
#define DEF_VIOLET_HOLD_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
#define MAX_ENCOUNTER 3
|
||||
|
||||
enum Creatures
|
||||
|
||||
@@ -23,6 +23,7 @@ npc_nexus_drake_hatchling
|
||||
EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
|
||||
@@ -14,6 +14,7 @@ SDCategory: CrystalsongForest
|
||||
Script Data End */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "Player.h"
|
||||
#include "SmartScriptMgr.h"
|
||||
|
||||
@@ -15,6 +15,7 @@ EndScriptData */
|
||||
EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
#include "Vehicle.h"
|
||||
|
||||
@@ -16,6 +16,7 @@ npc_arete
|
||||
EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "SpellAuras.h"
|
||||
|
||||
@@ -19,6 +19,7 @@ avatar_of_freya
|
||||
EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "ScriptedEscortAI.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifndef OUTDOOR_PVP_EP_
|
||||
#define OUTDOOR_PVP_EP_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "DBCStructure.h"
|
||||
#include "OutdoorPvP.h"
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifndef OUTDOOR_PVP_GH_
|
||||
#define OUTDOOR_PVP_GH_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "OutdoorPvP.h"
|
||||
|
||||
enum OutdoorPvPGHenum
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifndef OUTDOOR_PVP_HP_
|
||||
#define OUTDOOR_PVP_HP_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "OutdoorPvP.h"
|
||||
|
||||
#define OutdoorPvPHPBuffZonesNum 6
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifndef OUTDOOR_PVP_NA_
|
||||
#define OUTDOOR_PVP_NA_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "OutdoorPvP.h"
|
||||
|
||||
// TODO: "sometimes" set to neutral
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifndef OUTDOOR_PVP_SI_
|
||||
#define OUTDOOR_PVP_SI_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "OutdoorPvP.h"
|
||||
|
||||
enum OutdoorPvPSISpells
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifndef OUTDOOR_PVP_TF_
|
||||
#define OUTDOOR_PVP_TF_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "OutdoorPvP.h"
|
||||
|
||||
const uint8 OutdoorPvPTFBuffZonesNum = 5;
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifndef OUTDOOR_PVP_ZM_
|
||||
#define OUTDOOR_PVP_ZM_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "Language.h"
|
||||
#include "OutdoorPvP.h"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "Player.h"
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ REWRITTEN BY XINEF
|
||||
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
|
||||
enum ePrince
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_SETHEKK_HALLS_H
|
||||
#define DEF_SETHEKK_HALLS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum eTypes
|
||||
{
|
||||
DATA_IKISSDOOREVENT = 1,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_SHADOW_LABYRINTH_H
|
||||
#define DEF_SHADOW_LABYRINTH_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum slData
|
||||
{
|
||||
TYPE_OVERSEER = 0,
|
||||
|
||||
@@ -5,6 +5,7 @@ REWRITTEN BY XINEF
|
||||
#ifndef BLACK_TEMPLE_H_
|
||||
#define BLACK_TEMPLE_H_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_SERPENT_SHRINE_H
|
||||
#define DEF_SERPENT_SHRINE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_HYDROSS_THE_UNSTABLE = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_STEAM_VAULT_H
|
||||
#define DEF_STEAM_VAULT_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum steamVault
|
||||
{
|
||||
TYPE_HYDROMANCER_THESPIA = 0,
|
||||
|
||||
@@ -12,6 +12,7 @@ SDCategory: Coilfang Resevoir, Underbog
|
||||
EndScriptData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
|
||||
enum eBlackStalker
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef GRUULS_LAIR_H_
|
||||
#define GRUULS_LAIR_H_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_MAULGAR = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_BLOOD_FURNACE_H
|
||||
#define DEF_BLOOD_FURNACE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum bloodFurnace
|
||||
{
|
||||
DATA_THE_MAKER = 0,
|
||||
|
||||
@@ -3,6 +3,7 @@ REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "blood_furnace.h"
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_RAMPARTS_H
|
||||
#define DEF_RAMPARTS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_WATCHKEEPER_GARGOLMAR = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_MAGTHERIDONS_LAIR_H
|
||||
#define DEF_MAGTHERIDONS_LAIR_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_MAGTHERIDON = 0,
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user