fix(DB/Creature): Ethereal Priest Power-Shield Spam (#4073)

This commit is contained in:
WiZZy
2021-01-16 00:07:13 +02:00
committed by GitHub
parent 8e0a48d43d
commit b2e7f39746

View File

@@ -0,0 +1,15 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1609112407840861500');
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 18317;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 18317);
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(18317, 0, 0, 0, 4, 0, 25, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - On Aggro - Say Line 0'),
(18317, 0, 1, 0, 14, 1, 100, 2, 1000, 40, 7000, 10000, 0, 11, 34945, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - Friendly At 1000 Health - Cast \'Heal\' (Phase 1) (Normal Dungeon)'),
(18317, 0, 2, 0, 14, 1, 100, 4, 1000, 40, 7000, 10000, 0, 11, 22883, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - Friendly At 1000 Health - Cast \'Heal\' (Phase 1) (Heroic Dungeon)'),
(18317, 0, 3, 0, 0, 0, 100, 2, 6700, 7900, 16000, 18000, 0, 11, 34944, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - In Combat - Cast \'Holy Nova\' (Normal Dungeon)'),
(18317, 0, 4, 0, 0, 0, 100, 4, 6700, 7900, 16000, 18000, 0, 11, 37669, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - In Combat - Cast \'Holy Nova\' (Heroic Dungeon)'),
(18317, 0, 5, 0, 16, 1, 100, 0, 17139, 40, 7000, 10000, 0, 11, 17139, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - On Friendly Unit Missing Buff \'Power Word: Shield\' - Cast \'Power Word: Shield\' (Phase 1)'),
(18317, 0, 6, 0, 16, 1, 100, 4, 35944, 40, 7000, 10000, 0, 11, 35944, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - On Friendly Unit Missing Buff \'Power Word: Shield\' - Cast \'Power Word: Shield\' (Phase 1) (Heroic Dungeon)'),
(18317, 0, 7, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - On Aggro - Set Event Phase 1'),
(18317, 0, 8, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Priest - On Evade - Set Event Phase 0');