diff options
| author | Killyana <morphone1@gmail.com> | 2018-10-11 20:41:50 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-14 21:23:15 +0100 |
| commit | 70952cab1638cba268710b0919a5b99c4d63046a (patch) | |
| tree | 2c2ba9e111c9ba386de0335c8f8966556bdc4f3b | |
| parent | 2610ef7465b08e75ac3928000724ed45c5ad28aa (diff) | |
DB/Creature: Scarlet Scryer
(cherry picked from commit 7b9106a7f22d4f4f96e82e2b27c68188f5c52c02)
| -rw-r--r-- | sql/updates/world/master/2021_11_14_11_world_2018_10_11_10_world_335.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_14_11_world_2018_10_11_10_world_335.sql b/sql/updates/world/master/2021_11_14_11_world_2018_10_11_10_world_335.sql new file mode 100644 index 00000000000..b6ca27c8a51 --- /dev/null +++ b/sql/updates/world/master/2021_11_14_11_world_2018_10_11_10_world_335.sql @@ -0,0 +1,13 @@ +-- +-- DELETE FROM `creature` WHERE `guid` IN (87910,87928,87929,87930); +-- INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +-- (87910, 4293, 189, 1, 1, 0, 1, 1805.176, 1167.855, 6.820, 0.162434, 7200, 0, 0), +-- (87928, 4293, 189, 1, 1, 0, 1, 1782.416, 1118.755, 7.490, 5.97183, 7200, 0, 0), +-- (87929, 4293, 189, 1, 1, 0, 1, 1759.67, 1146.85, 7.49036, 3.19674, 7200, 0, 0), +-- (87930, 4293, 189, 1, 1, 0, 1, 1788.68, 1145.46, 7.49084, 6.10664, 7200, 0, 0); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4293; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4293 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`,`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 +(4293,0,0,0,0,0,100,0,1000,2000,3000,3500,0,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Scryer - IC - Cast Shadow Bolt"), +(4293,0,1,0,0,0,100,0,5000,7000,12000,17000,0,11,1090,1,0,0,0,0,5,0,0,0,0,0,0,0,"Scarlet Scryer - IC - Cast Shadow Sleep"); |
