aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-10 18:48:33 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-27 01:15:55 +0100
commit636302b146714092cb7d3b2223c0a83e0941892a (patch)
treea943f2c07b4c453aed25e32935cc94429e2c6184
parentfa8f62db4839f4543d81c830696fb4fa4f75f883 (diff)
DB/Creature: Improvements for Zuluhed the Whacked
(cherry picked from commit 201e0763eb76a894c2131a80cce7bb2711e5a4c1)
-rw-r--r--sql/updates/world/master/2021_11_27_05_world_2019_04_10_06_world.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_27_05_world_2019_04_10_06_world.sql b/sql/updates/world/master/2021_11_27_05_world_2019_04_10_06_world.sql
new file mode 100644
index 00000000000..011651bce2b
--- /dev/null
+++ b/sql/updates/world/master/2021_11_27_05_world_2019_04_10_06_world.sql
@@ -0,0 +1,12 @@
+--
+UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry` IN (11980);
+DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1198000) AND `source_type`=9;
+DELETE FROM `smart_scripts` WHERE `entryorguid` IN (11980) AND `source_type`=0 AND `id`=4;
+INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
+(1198000, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Add unit flag"),
+(1198000, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Say text"),
+(1198000, 9, 2, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Say text"),
+(1198000, 9, 3, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Say text"),
+(1198000, 9, 4, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Remove unit flag"),
+(1198000, 9, 5, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 80, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Atack"),
+(11980, 0, 4, 0, 7, 0, 100, 0, 0, 0, 0, 0, 41, 5000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - On evade - Despawn");