diff options
author | Killyana <morphone1@gmail.com> | 2017-06-20 20:12:53 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-06-20 20:12:53 +0200 |
commit | 2d2c71cc754f9f76111a150f0159e4b042feb145 (patch) | |
tree | 2892d5f694b57299c68ad7ca36178031127cd9d4 | |
parent | 9f765a162092e8b65cc9bc924e0c456f719b3678 (diff) |
DB: Monty and Box o' Squirrels
Closes #19922
By Weyrath
-rw-r--r-- | sql/updates/world/3.3.5/2017_06_20_00_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_20_00_world.sql b/sql/updates/world/3.3.5/2017_06_20_00_world.sql new file mode 100644 index 00000000000..49852d0f218 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_06_20_00_world.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=12997 AND `id`=2 AND `source_type`=0; +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 +(12997, 0, 2, 0, 1, 0, 100, 0, 50000, 70000, 540000, 620000, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Monty - OOC - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=12997 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(12997, 1, 0, "Overflowin' with rats! Help a pirate out, matey!", 12, 0, 0, 0, 0, 0, 8458, 0, "Monty"), +(12997, 1, 1, "Don't crowd me, people!", 12, 0, 0, 0, 0, 0, 8460, 0, "Monty"), +(12997, 1, 2, "Do yer part in keepin' the Deeprun Tram clean!", 12, 0, 0, 0, 0, 0, 8459, 0, "Monty"); + + +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=178304; +DELETE FROM `smart_scripts` WHERE `entryorguid`=178304 AND `source_type`=1; +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 +(178304, 1, 0, 0, 1, 0, 100, 0, 500, 1000, 1000, 1400, 93, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Box o' Squirrels - OOC - Send Custom Animation 0"); + +UPDATE `gameobject` SET `position_z`=-4.2974 WHERE `id`=178304; |