DB/Creature: Arcatraz Sentinel

Closes #10647
This commit is contained in:
Killyana
2017-05-10 02:41:50 +02:00
parent ccf75008de
commit e036d2232d

View File

@@ -0,0 +1,18 @@
-- Arcatraz Sentinel (20869, 21586)
DELETE FROM `creature_template_addon` WHERE entry IN (20869, 21586);
INSERT INTO `creature_template_addon` (entry, path_id, mount, bytes1, bytes2, emote, auras) VALUES
(20869, 0, 0, 0, 1, 0, "31261 36716"),
(21586, 0, 0, 0, 1, 0, "31261 38828");
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=20869;
DELETE FROM `smart_scripts` WHERE `entryorguid`=20869 AND `source_type`=0;
INSERT INTO `smart_scripts` VALUES
(20869, 0, 0, 0, 2, 0, 100, 1, 0, 10, 0, 0, 11, 36719, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Arcatraz Sentinel - Between 0-2% Health - Cast Spell Explode'),
(20869, 0, 1, 0, 6, 0, 100, 1, 0, 0, 0, 0, 11, 37394, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Arcatraz Sentinel - Death - Cast Serverside - Summon Destroyed Sentinel'),
(20869, 0, 2, 3, 10, 0, 100, 1, 0, 15, 0, 0, 28, 31261, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Arcatraz Sentinel - ooc los - remove aura'),
(20869, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 50, 0, 0, 0, 0, 0, 0, 'Arcatraz Sentinel - ooc los - Start attack');
DELETE FROM `spelldifficulty_dbc` WHERE id IN (36719,36716);
INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`, `spellid1`) VALUES
(36719,36719,38830),
(36716,36716,38828);