diff options
-rw-r--r-- | src/scripts/eastern_kingdoms/dun_morogh.cpp | 2 | ||||
-rw-r--r-- | src/scripts/eastern_kingdoms/elwynn_forest.cpp | 2 | ||||
-rw-r--r-- | src/scripts/kalimdor/azuremyst_isle.cpp | 18 | ||||
-rw-r--r-- | src/scripts/kalimdor/tanaris.cpp | 28 | ||||
-rw-r--r-- | src/scripts/kalimdor/ungoro_crater.cpp | 12 | ||||
-rw-r--r-- | src/scripts/outland/shadowmoon_valley.cpp | 28 | ||||
-rw-r--r-- | src/scripts/outland/terokkar_forest.cpp | 8 |
7 files changed, 49 insertions, 49 deletions
diff --git a/src/scripts/eastern_kingdoms/dun_morogh.cpp b/src/scripts/eastern_kingdoms/dun_morogh.cpp index c0daecd8356..4c47cc8bbb8 100644 --- a/src/scripts/eastern_kingdoms/dun_morogh.cpp +++ b/src/scripts/eastern_kingdoms/dun_morogh.cpp @@ -32,7 +32,7 @@ EndContentData */ ######*/ // signed for 6172 -#define SAY_HEAL -1000280 +#define SAY_HEAL -1100280 struct npc_narm_faulkAI : public ScriptedAI { diff --git a/src/scripts/eastern_kingdoms/elwynn_forest.cpp b/src/scripts/eastern_kingdoms/elwynn_forest.cpp index ce0105b9469..b978507c557 100644 --- a/src/scripts/eastern_kingdoms/elwynn_forest.cpp +++ b/src/scripts/eastern_kingdoms/elwynn_forest.cpp @@ -31,7 +31,7 @@ EndContentData */ ## npc_henze_faulk ######*/ -#define SAY_HEAL -1000280 +#define SAY_HEAL -1100280 struct npc_henze_faulkAI : public ScriptedAI { diff --git a/src/scripts/kalimdor/azuremyst_isle.cpp b/src/scripts/kalimdor/azuremyst_isle.cpp index fe5e75f016d..d31eaa9e84b 100644 --- a/src/scripts/kalimdor/azuremyst_isle.cpp +++ b/src/scripts/kalimdor/azuremyst_isle.cpp @@ -383,15 +383,15 @@ enum eGeezle SPELL_TREE_DISGUISE = 30298, - GEEZLE_SAY_1 = -1000259, - SPARK_SAY_2 = -1000260, - SPARK_SAY_3 = -1000261, - GEEZLE_SAY_4 = -1000262, - SPARK_SAY_5 = -1000263, - SPARK_SAY_6 = -1000264, - GEEZLE_SAY_7 = -1000265, - - EMOTE_SPARK = -1000266, + GEEZLE_SAY_1 = -1100259, + SPARK_SAY_2 = -1100260, + SPARK_SAY_3 = -1100261, + GEEZLE_SAY_4 = -1100262, + SPARK_SAY_5 = -1100263, + SPARK_SAY_6 = -1100264, + GEEZLE_SAY_7 = -1100265, + + EMOTE_SPARK = -1100266, MOB_SPARK = 17243, GO_NAGA_FLAG = 181694 diff --git a/src/scripts/kalimdor/tanaris.cpp b/src/scripts/kalimdor/tanaris.cpp index d7845c21f61..bb82dea64cf 100644 --- a/src/scripts/kalimdor/tanaris.cpp +++ b/src/scripts/kalimdor/tanaris.cpp @@ -133,20 +133,20 @@ CreatureAI* GetAI_mob_aquementas(Creature* pCreature) ## npc_custodian_of_time ######*/ -#define WHISPER_CUSTODIAN_1 -1000150 -#define WHISPER_CUSTODIAN_2 -1000151 -#define WHISPER_CUSTODIAN_3 -1000152 -#define WHISPER_CUSTODIAN_4 -1000153 -#define WHISPER_CUSTODIAN_5 -1000154 -#define WHISPER_CUSTODIAN_6 -1000155 -#define WHISPER_CUSTODIAN_7 -1000156 -#define WHISPER_CUSTODIAN_8 -1000157 -#define WHISPER_CUSTODIAN_9 -1000158 -#define WHISPER_CUSTODIAN_10 -1000159 -#define WHISPER_CUSTODIAN_11 -1000160 -#define WHISPER_CUSTODIAN_12 -1000161 -#define WHISPER_CUSTODIAN_13 -1000162 -#define WHISPER_CUSTODIAN_14 -1000163 +#define WHISPER_CUSTODIAN_1 -1000217 +#define WHISPER_CUSTODIAN_2 -1000218 +#define WHISPER_CUSTODIAN_3 -1000219 +#define WHISPER_CUSTODIAN_4 -1000220 +#define WHISPER_CUSTODIAN_5 -1000221 +#define WHISPER_CUSTODIAN_6 -1000222 +#define WHISPER_CUSTODIAN_7 -1000223 +#define WHISPER_CUSTODIAN_8 -1000224 +#define WHISPER_CUSTODIAN_9 -1000225 +#define WHISPER_CUSTODIAN_10 -1000226 +#define WHISPER_CUSTODIAN_11 -1000227 +#define WHISPER_CUSTODIAN_12 -1000228 +#define WHISPER_CUSTODIAN_13 -1000229 +#define WHISPER_CUSTODIAN_14 -1000230 struct npc_custodian_of_timeAI : public npc_escortAI { diff --git a/src/scripts/kalimdor/ungoro_crater.cpp b/src/scripts/kalimdor/ungoro_crater.cpp index 4ca7b2fb9e0..2be4a95eb4b 100644 --- a/src/scripts/kalimdor/ungoro_crater.cpp +++ b/src/scripts/kalimdor/ungoro_crater.cpp @@ -30,12 +30,12 @@ EndContentData */ #include "ScriptedEscortAI.h" #include "ScriptedFollowerAI.h" -#define SAY_READY -1000200 -#define SAY_AGGRO1 -1000201 -#define SAY_SEARCH -1000202 -#define SAY_AGGRO2 -1000203 -#define SAY_AGGRO3 -1000204 -#define SAY_FINISH -1000205 +#define SAY_READY -1100200 +#define SAY_AGGRO1 -1100201 +#define SAY_SEARCH -1100202 +#define SAY_AGGRO2 -1100203 +#define SAY_AGGRO3 -1100204 +#define SAY_FINISH -1100205 #define SPELL_DEMORALIZINGSHOUT 13730 diff --git a/src/scripts/outland/shadowmoon_valley.cpp b/src/scripts/outland/shadowmoon_valley.cpp index 0606dda09b7..0e2eb34f0fe 100644 --- a/src/scripts/outland/shadowmoon_valley.cpp +++ b/src/scripts/outland/shadowmoon_valley.cpp @@ -651,25 +651,25 @@ bool QuestAccept_npc_karynaku(Player* pPlayer, Creature* /*pCreature*/, Quest co #define SPELL_THREE 40216 // Dragonaw Faction #define SPELL_FOUR 42016 // Dragonaw Trasform -#define OVERLORD_SAY_1 -1000206 -#define OVERLORD_SAY_2 -1000207 -#define OVERLORD_SAY_3 -1000208 //signed for 28315 -#define OVERLORD_SAY_4 -1000209 -#define OVERLORD_SAY_5 -1000210 -#define OVERLORD_SAY_6 -1000211 +#define OVERLORD_SAY_1 -1100206 +#define OVERLORD_SAY_2 -1100207 +#define OVERLORD_SAY_3 -1100208 //signed for 28315 +#define OVERLORD_SAY_4 -1100209 +#define OVERLORD_SAY_5 -1100210 +#define OVERLORD_SAY_6 -1100211 #define OVERLORD_YELL_1 -1000212 #define OVERLORD_YELL_2 -1000213 -#define LORD_ILLIDAN_SAY_1 -1000214 -#define LORD_ILLIDAN_SAY_2 -1000215 -#define LORD_ILLIDAN_SAY_3 -1000216 -#define LORD_ILLIDAN_SAY_4 -1000217 -#define LORD_ILLIDAN_SAY_5 -1000218 -#define LORD_ILLIDAN_SAY_6 -1000219 -#define LORD_ILLIDAN_SAY_7 -1000220 +#define LORD_ILLIDAN_SAY_1 -1100214 +#define LORD_ILLIDAN_SAY_2 -1100215 +#define LORD_ILLIDAN_SAY_3 -1100216 +#define LORD_ILLIDAN_SAY_4 -1100217 +#define LORD_ILLIDAN_SAY_5 -1100218 +#define LORD_ILLIDAN_SAY_6 -1100219 +#define LORD_ILLIDAN_SAY_7 -1100220 -#define YARZILL_THE_MERC_SAY -1000221 +#define YARZILL_THE_MERC_SAY -1100221 struct npc_overlord_morghorAI : public ScriptedAI { diff --git a/src/scripts/outland/terokkar_forest.cpp b/src/scripts/outland/terokkar_forest.cpp index f95af2a5a30..d593fdd8ca9 100644 --- a/src/scripts/outland/terokkar_forest.cpp +++ b/src/scripts/outland/terokkar_forest.cpp @@ -397,10 +397,10 @@ bool GossipSelect_npc_floon(Player* pPlayer, Creature* pCreature, uint32 /*uiSen ## npc_isla_starmane ######*/ -#define SAY_PROGRESS_1 -1000353 -#define SAY_PROGRESS_2 -1000354 -#define SAY_PROGRESS_3 -1000355 -#define SAY_PROGRESS_4 -1000356 +#define SAY_PROGRESS_1 -1100353 +#define SAY_PROGRESS_2 -1100354 +#define SAY_PROGRESS_3 -1100355 +#define SAY_PROGRESS_4 -1100356 #define QUEST_EFTW_H 10052 #define QUEST_EFTW_A 10051 |