aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2011-09-12 00:05:02 +0100
committerNay <dnpd.dd@gmail.com>2011-09-12 00:05:29 +0100
commit12f5bacb102ba5912e1179cf9e104928156d8f39 (patch)
tree74e4201e89ea87e11421ae7303f6b23e213a53c2
parentec7da6f911b1597a7eac64f6a2b15734eccfc403 (diff)
Script/Oculus: Fix yells of Drakos.
Closes #831
-rw-r--r--sql/updates/world/2011_09_11_09_world_script_texts.sql14
-rw-r--r--src/server/scripts/Northrend/Nexus/Oculus/boss_drakos.cpp25
2 files changed, 26 insertions, 13 deletions
diff --git a/sql/updates/world/2011_09_11_09_world_script_texts.sql b/sql/updates/world/2011_09_11_09_world_script_texts.sql
new file mode 100644
index 00000000000..49bbca06877
--- /dev/null
+++ b/sql/updates/world/2011_09_11_09_world_script_texts.sql
@@ -0,0 +1,14 @@
+DELETE FROM `script_texts` WHERE `npc_entry`=27654 AND `entry` BETWEEN -1578016 AND -1578005;
+INSERT INTO `script_texts` (`npc_entry`, `entry`, `content_default`, `sound`, `type`, `comment`) VALUES
+(27654, -1578005, 'The prisoners shall not go free! The word of Malygos is law!', 13594, 1, 'SAY_AGGRO'),
+(27654, -1578006, 'A fitting punishment!', 13602, 1, 'SAY_KILL_1'),
+(27654, -1578007, 'Sentence: executed!', 13603, 1, 'SAY_KILL_2'),
+(27654, -1578008, 'Another casualty of war!', 13604, 1, 'SAY_KILL_3'),
+(27654, -1578009, 'The war... goes on.', 13605, 1, 'SAY_DEATH'),
+(27654, -1578010, 'It is too late to run!', 13598, 1, 'SAY_PULL_1'),
+(27654, -1578011, 'Gather ''round....', 13599, 1, 'SAY_PULL_2'),
+(27654, -1578012, 'None shall escape!', 13600, 1, 'SAY_PULL_3'),
+(27654, -1578013, 'I condemn you to death!', 13601, 1, 'SAY_PULL_4'),
+(27654, -1578014, 'Tremble, worms!', 13595, 1, 'SAY_STOMP_1'),
+(27654, -1578015, 'I will crush you!', 13596, 1, 'SAY_STOMP_2'),
+(27654, -1578016, 'Can you fly?', 13597, 1, 'SAY_STOMP_3');
diff --git a/src/server/scripts/Northrend/Nexus/Oculus/boss_drakos.cpp b/src/server/scripts/Northrend/Nexus/Oculus/boss_drakos.cpp
index e90ca9052f4..bb62b921289 100644
--- a/src/server/scripts/Northrend/Nexus/Oculus/boss_drakos.cpp
+++ b/src/server/scripts/Northrend/Nexus/Oculus/boss_drakos.cpp
@@ -28,21 +28,20 @@ enum Spells
NPC_UNSTABLE_SPHERE = 28166,
};
-//not in db
enum Yells
{
- SAY_AGGRO = -1578000,
- SAY_KILL_1 = -1578001,
- SAY_KILL_2 = -1578002,
- SAY_KILL_3 = -1578003,
- SAY_DEATH = -1578004,
- SAY_PULL_1 = -1578005,
- SAY_PULL_2 = -1578006,
- SAY_PULL_3 = -1578007,
- SAY_PULL_4 = -1578008,
- SAY_STOMP_1 = -1578009,
- SAY_STOMP_2 = -1578010,
- SAY_STOMP_3 = -1578011
+ SAY_AGGRO = -1578005,
+ SAY_KILL_1 = -1578006,
+ SAY_KILL_2 = -1578007,
+ SAY_KILL_3 = -1578008,
+ SAY_DEATH = -1578009,
+ SAY_PULL_1 = -1578010,
+ SAY_PULL_2 = -1578011,
+ SAY_PULL_3 = -1578012,
+ SAY_PULL_4 = -1578013,
+ SAY_STOMP_1 = -1578014,
+ SAY_STOMP_2 = -1578015,
+ SAY_STOMP_3 = -1578016
};
enum DrakosAchievement