diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2019-05-09 19:38:59 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-04 00:38:44 +0100 |
commit | edba766e8a10c261624aa9a4b331f019eef701f3 (patch) | |
tree | 9addb4ec2fa9fada622c04465ec234179740bc5a | |
parent | 0b7089a7d149d020a56582356c35b303f6fd21ef (diff) |
DB/Quest: Suntara Stones (Improvements)
Closes #23254
(cherry picked from commit 233e5b6d71dce543c9cf2f100f9150e7b8c31626)
-rw-r--r-- | sql/updates/world/master/2021_12_03_10_world_2019_05_09_00_world_335.sql | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_03_10_world_2019_05_09_00_world_335.sql b/sql/updates/world/master/2021_12_03_10_world_2019_05_09_00_world_335.sql new file mode 100644 index 00000000000..12eb8c8f111 --- /dev/null +++ b/sql/updates/world/master/2021_12_03_10_world_2019_05_09_00_world_335.sql @@ -0,0 +1,20 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID`=8284 AND `GroupID`=7; +DELETE FROM `creature_text` WHERE `CreatureID`=8338 AND `GroupID`=1; +DELETE FROM `creature_text` WHERE `CreatureID`=8337 AND `GroupID`=0 AND `ID`=1; +DELETE FROM `creature_text` WHERE `CreatureID`=8284 AND `GroupID`=8 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8337,0,1,"Ragnaros sees all, mortal.",14,0,100,0,0,0,4347,0,"Dark Iron Steelshifter"), +(8284,8,2,"I'm about to open a can on this $n.",12,0,100,0,0,0,4351,0,"Dorius Stonetender"), +(8338,1,0,"%s disappears in a cloud of dust.",16,0,100,0,0,0,4362,0,"Dark Iron Marksman"); + +-- Dark Iron Marksman +DELETE FROM `smart_scripts` WHERE `entryorguid`=833800 AND `source_type`=9 AND `id` IN (3,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`, `event_param5`, `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 +(833800,9,3,0,0,0,100,0,3000,3000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Iron Marksman - On Script - Say Line 1"), +(833800,9,4,0,0,0,100,0,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Iron Marksman - On Script - Despawn"); + +-- Dorius Stonetender +DELETE FROM `smart_scripts` WHERE `entryorguid`=828405 AND `source_type`=9 AND `id` IN (6,7); +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`, `event_param5`, `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 +(828405,9,6,0,0,0,100,0,0,0,0,0,0,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dorius Stonetender - On Script - Kill Self"); |