aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bindings/scripts/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp9
-rw-r--r--src/bindings/scripts/scripts/outland/black_temple/illidari_council.cpp2
-rw-r--r--src/bindings/scripts/scripts/outland/blades_edge_mountains.cpp10
-rw-r--r--src/bindings/scripts/scripts/outland/boss_doomlord_kazzak.cpp24
-rw-r--r--src/bindings/scripts/scripts/outland/boss_doomwalker.cpp18
-rw-r--r--src/bindings/scripts/scripts/outland/netherstorm.cpp1
-rw-r--r--src/bindings/scripts/scripts/outland/shadowmoon_valley.cpp4
-rw-r--r--src/bindings/scripts/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp1
-rw-r--r--src/bindings/scripts/scripts/outland/zangarmarsh.cpp3
9 files changed, 38 insertions, 34 deletions
diff --git a/src/bindings/scripts/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp b/src/bindings/scripts/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp
index 73374c08f8c..0420421c1e4 100644
--- a/src/bindings/scripts/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp
+++ b/src/bindings/scripts/scripts/outland/auchindoun/shadow_labyrinth/boss_blackheart_the_inciter.cpp
@@ -29,17 +29,18 @@ EndScriptData */
#define SPELL_CHARGE 33709
#define SPELL_WAR_STOMP 33707
-#define SAY_INTRO1 -1555008
-#define SAY_INTRO2 -1555009
-#define SAY_INTRO3 -1555010
+#define SAY_INTRO1 -1555008 //not used
+#define SAY_INTRO2 -1555009 //not used
+#define SAY_INTRO3 -1555010 //not used
#define SAY_AGGRO1 -1555011
#define SAY_AGGRO2 -1555012
#define SAY_AGGRO3 -1555013
#define SAY_SLAY1 -1555014
#define SAY_SLAY2 -1555015
-#define SAY_HELP -1555016
+#define SAY_HELP -1555016 //not used
#define SAY_DEATH -1555017
+//below, not used
#define SAY2_INTRO1 -1555018
#define SAY2_INTRO2 -1555019
#define SAY2_INTRO3 -1555020
diff --git a/src/bindings/scripts/scripts/outland/black_temple/illidari_council.cpp b/src/bindings/scripts/scripts/outland/black_temple/illidari_council.cpp
index 6f1af517eac..72c0ac91194 100644
--- a/src/bindings/scripts/scripts/outland/black_temple/illidari_council.cpp
+++ b/src/bindings/scripts/scripts/outland/black_temple/illidari_council.cpp
@@ -32,7 +32,7 @@ EndScriptData */
#define SAY_GATH_SPECIAL2 -1564081
#define SAY_VERA_SLAY -1564086
-#define SAY_VERA_COMNT -1564089
+#define SAY_VERA_COMNT -1564089 //signed for 22949
#define SAY_VERA_DEATH -1564094
#define SAY_VERA_SPECIAL1 -1564078
#define SAY_VERA_SPECIAL2 -1564082
diff --git a/src/bindings/scripts/scripts/outland/blades_edge_mountains.cpp b/src/bindings/scripts/scripts/outland/blades_edge_mountains.cpp
index 2e60cbab37f..10f5b483934 100644
--- a/src/bindings/scripts/scripts/outland/blades_edge_mountains.cpp
+++ b/src/bindings/scripts/scripts/outland/blades_edge_mountains.cpp
@@ -71,11 +71,11 @@ CreatureAI* GetAI_mobs_bladespire_ogre(Creature* pCreature)
enum
{
- SAY_NIHIL_1 = -1000396,
- SAY_NIHIL_2 = -1000397,
- SAY_NIHIL_3 = -1000398,
- SAY_NIHIL_4 = -1000399,
- SAY_NIHIL_INTERRUPT = -1000400,
+ SAY_NIHIL_1 = -1000396, //signed for 5955
+ SAY_NIHIL_2 = -1000397, //signed for 5955
+ SAY_NIHIL_3 = -1000398, //signed for 5955
+ SAY_NIHIL_4 = -1000399, //signed for 20021, used by 20021,21817,21820,21821,21823
+ SAY_NIHIL_INTERRUPT = -1000400, //signed for 20021, used by 20021,21817,21820,21821,21823
ENTRY_WHELP = 20021,
ENTRY_PROTO = 21821,
diff --git a/src/bindings/scripts/scripts/outland/boss_doomlord_kazzak.cpp b/src/bindings/scripts/scripts/outland/boss_doomlord_kazzak.cpp
index 054f1d41ee0..58370ed6738 100644
--- a/src/bindings/scripts/scripts/outland/boss_doomlord_kazzak.cpp
+++ b/src/bindings/scripts/scripts/outland/boss_doomlord_kazzak.cpp
@@ -23,18 +23,18 @@ EndScriptData */
#include "precompiled.h"
-#define SAY_INTRO -1000375
-#define SAY_AGGRO1 -1000376
-#define SAY_AGGRO2 -1000377
-#define SAY_SURPREME1 -1000378
-#define SAY_SURPREME2 -1000379
-#define SAY_KILL1 -1000380
-#define SAY_KILL2 -1000381
-#define SAY_KILL3 -1000382
-#define SAY_DEATH -1000383
-#define EMOTE_FRENZY -1000384
-#define SAY_RAND1 -1000385
-#define SAY_RAND2 -1000386
+#define SAY_INTRO -1000375 //signed for 3465
+#define SAY_AGGRO1 -1000376 //signed for 3465
+#define SAY_AGGRO2 -1000377 //signed for 3465
+#define SAY_SURPREME1 -1000378 //signed for 3465
+#define SAY_SURPREME2 -1000379 //signed for 3465
+#define SAY_KILL1 -1000380 //signed for 3465
+#define SAY_KILL2 -1000381 //signed for 21027
+#define SAY_KILL3 -1000382 //signed for 21027
+#define SAY_DEATH -1000383 //signed for 21027
+#define EMOTE_FRENZY -1000384 //signed for 21027
+#define SAY_RAND1 -1000385 //signed for 21027
+#define SAY_RAND2 -1000386 //signed for 21027
#define SPELL_SHADOWVOLLEY 32963
#define SPELL_CLEAVE 31779
diff --git a/src/bindings/scripts/scripts/outland/boss_doomwalker.cpp b/src/bindings/scripts/scripts/outland/boss_doomwalker.cpp
index 089a66fa7d4..af3ecf696fe 100644
--- a/src/bindings/scripts/scripts/outland/boss_doomwalker.cpp
+++ b/src/bindings/scripts/scripts/outland/boss_doomwalker.cpp
@@ -23,15 +23,15 @@ EndScriptData */
#include "precompiled.h"
-#define SAY_AGGRO -1000387
-#define SAY_EARTHQUAKE_1 -1000388
-#define SAY_EARTHQUAKE_2 -1000389
-#define SAY_OVERRUN_1 -1000390
-#define SAY_OVERRUN_2 -1000391
-#define SAY_SLAY_1 -1000392
-#define SAY_SLAY_2 -1000393
-#define SAY_SLAY_3 -1000394
-#define SAY_DEATH -1000395
+#define SAY_AGGRO -1000387 //signed for 21027
+#define SAY_EARTHQUAKE_1 -1000388 //signed for 21027
+#define SAY_EARTHQUAKE_2 -1000389 //signed for 21027
+#define SAY_OVERRUN_1 -1000390 //signed for 21027
+#define SAY_OVERRUN_2 -1000391 //signed for 5955
+#define SAY_SLAY_1 -1000392 //signed for 5955
+#define SAY_SLAY_2 -1000393 //signed for 5955
+#define SAY_SLAY_3 -1000394 //signed for 5955
+#define SAY_DEATH -1000395 //signed for 5955
#define SPELL_EARTHQUAKE 32686
#define SPELL_SUNDER_ARMOR 33661
diff --git a/src/bindings/scripts/scripts/outland/netherstorm.cpp b/src/bindings/scripts/scripts/outland/netherstorm.cpp
index 8d1aa2c3b3c..46cf8273714 100644
--- a/src/bindings/scripts/scripts/outland/netherstorm.cpp
+++ b/src/bindings/scripts/scripts/outland/netherstorm.cpp
@@ -35,6 +35,7 @@ EndContentData */
## npc_manaforge_control_console
######*/
+//used by 20209,20417,20418,20440, signed for 20209
#define EMOTE_START -1000296
#define EMOTE_60 -1000297
#define EMOTE_30 -1000298
diff --git a/src/bindings/scripts/scripts/outland/shadowmoon_valley.cpp b/src/bindings/scripts/scripts/outland/shadowmoon_valley.cpp
index 593075c5645..07381cfe880 100644
--- a/src/bindings/scripts/scripts/outland/shadowmoon_valley.cpp
+++ b/src/bindings/scripts/scripts/outland/shadowmoon_valley.cpp
@@ -654,7 +654,7 @@ bool QuestAccept_npc_karynaku(Player* pPlayer, Creature* pCreature, Quest const*
#define OVERLORD_SAY_1 -1000206
#define OVERLORD_SAY_2 -1000207
-#define OVERLORD_SAY_3 -1000208
+#define OVERLORD_SAY_3 -1000208 //signed for 28315
#define OVERLORD_SAY_4 -1000209
#define OVERLORD_SAY_5 -1000210
#define OVERLORD_SAY_6 -1000211
@@ -1039,7 +1039,7 @@ npc_lord_illidan_stormrage : Creature that controls the event.
go_crystal_prison : GameObject that begins the event and hands out quest
EndContentData */
-#define END_TEXT -1000366
+#define END_TEXT -1000366 //signed for 10646
#define QUEST_BATTLE_OF_THE_CRIMSON_WATCH 10781
#define EVENT_AREA_RADIUS 65 //65yds
diff --git a/src/bindings/scripts/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp b/src/bindings/scripts/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp
index 268cfeb2918..90f17e299b7 100644
--- a/src/bindings/scripts/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp
+++ b/src/bindings/scripts/scripts/outland/tempest_keep/the_mechanar/boss_gatewatcher_gyrokill.cpp
@@ -23,6 +23,7 @@ EndScriptData */
#include "precompiled.h"
+//not used
#define SAY_AGGRO -1554000
#define SAY_SAW_ATTACK1 -1554001
#define SAY_SAW_ATTACK2 -1554002
diff --git a/src/bindings/scripts/scripts/outland/zangarmarsh.cpp b/src/bindings/scripts/scripts/outland/zangarmarsh.cpp
index f5616be5de5..97a155b5513 100644
--- a/src/bindings/scripts/scripts/outland/zangarmarsh.cpp
+++ b/src/bindings/scripts/scripts/outland/zangarmarsh.cpp
@@ -39,6 +39,7 @@ EndContentData */
#define GOSSIP_ITEM_BLESS_ASH "Grant me your mark, wise ancient."
#define GOSSIP_ITEM_BLESS_KEL "Grant me your mark, mighty ancient."
+//signed for 17900 but used by 17900,17901
#define GOSSIP_REWARD_BLESS -1000359
//#define TEXT_BLESSINGS "<You need higher standing with Cenarion Expedition to recive a blessing.>"
@@ -271,7 +272,7 @@ enum
SAY_PROGRESS = -1000362,
SAY_AMBUSH2 = -1000363,
SAY_NEAR_END = -1000364,
- SAY_END = -1000365,
+ SAY_END = -1000365, //this is signed for 10646
QUEST_ESCAPE_FROM = 9752,
NPC_SLAVEBINDER = 18042