diff options
author | Killyana <morphone1@gmail.com> | 2019-12-10 17:17:18 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 01:18:53 +0100 |
commit | e8055e8cf41c9fc089f1e75d9494de0b18a667fe (patch) | |
tree | 6a7bea0118c04c2da35bb032f584efcf8f96d61c | |
parent | c02941d459a7cc85617fa247e61918c40eeb32e9 (diff) |
DB/Creature: Transitus Shield Warmage
(cherry picked from commit 59042e4eb54143095ea003e6a94b14acf24d83a8)
-rw-r--r-- | sql/updates/world/master/2021_12_18_81_world_2019_12_10_00_world.sql | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_81_world_2019_12_10_00_world.sql b/sql/updates/world/master/2021_12_18_81_world_2019_12_10_00_world.sql new file mode 100644 index 00000000000..aad027c785c --- /dev/null +++ b/sql/updates/world/master/2021_12_18_81_world_2019_12_10_00_world.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120601); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(120601, 27175, 571, 3537, 4121, '0', 0, 0, 1, 3599.8713, 6687.595, 194.964, 4.113135, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340); -- 27175 (Area: 4121 - Difficulty: 0) + +DELETE FROM `creature_template_addon` WHERE `entry` IN (27175); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(27175, 0, 0, 0, 257, 0, ''); -- 27175 + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (27175); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (27175) 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 +(27175, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 12000, 15000, 0, 11, 12738, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Transitus Shield Warmage - IC - Cast Amplify Damage'), +(27175, 0, 1, 0, 0, 0, 100, 0, 3000, 3000, 3000, 4000, 0, 11, 17290, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Transitus Shield Warmage - IC - Cast Fireball'), +(27175, 0, 2, 0, 0, 0, 100, 0, 5000, 6000, 8000, 10000, 0, 11, 56837, 65, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Transitus Shield Warmage - IC - Cast Frostbolt'), +(27175, 0, 3, 0, 0, 0, 100, 0, 7000, 10000, 20000, 25000, 0, 11, 13323, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 'Transitus Shield Warmage - IC - Cast Polymorph'); |