Skip to content

Commit

Permalink
[5359][ACID] q.13110 'The Restless Dead'
Browse files Browse the repository at this point in the history
Fixed

Part of:
#373
  • Loading branch information
Grz3s committed Jul 12, 2024
1 parent 4882849 commit 2f096b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28378,9 +28378,10 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Ebon Blade Prisoner 30195
-- Ebon Blade Prisoner 30196
-- Reanimated Crusader 30202
('3020201','30202','9','0','100','1025','0','10','8000','16000','0','0','11','58154','1','0','0','0','0','0','0','0','0','0','Reanimated Crusader - Cast Hammer of Injustice (Rank 4)'),
('3020202','30202','9','0','100','1025','5','30','18000','28000','0','0','11','32674','1','0','0','0','0','0','0','0','0','0','Reanimated Crusader - Cast Avengers Shield'),
('3020201','30202','9','0','33','1025','0','10','8000','16000','0','0','11','58154','1','0','0','0','0','0','0','0','0','0','Reanimated Crusader - Cast Hammer of Injustice (Rank 4)'),
('3020202','30202','9','0','33','1025','5','30','18000','28000','0','0','11','32674','1','0','0','0','0','0','0','0','0','0','Reanimated Crusader - Cast Avengers Shield'),
('3020203','30202','14','0','100','1025','5000','40','18000','21000','0','0','11','58153','12','0','0','0','0','0','0','0','0','0','Reanimated Crusader - Cast Holy Light (Rank 13) on Friendly Missing HP'),
('3020204','30202','8','0','100','0','57806','-1','0','0','0','0','11','57808','7','0','0','0','0','0','0','0','0','0','Reanimated Crusader - Cast Freed Crusader Soul on Spell Hit'),
-- Forgotten Depths High Priest 30203
-- Forgotten Depths Ambusher 30204
('3020401','30204','11','0','100','0','0','0','0','0','0','0','11','56422','0','0','18','33554432','0','0','22','0','0','0','Forgotten Depths Ambusher - Cast Nerubian Submerge and Set UnitFlags on Spawn'),
Expand Down Expand Up @@ -28591,6 +28592,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('3072504','30725','9','0','100','1025','0','5','7000','19000','0','0','11','60870','1','0','0','0','0','0','0','0','0','0','Jotunheim Sleep-Watcher - Cast Bludgeoning Strike'),
('3072505','30725','30','5','75','1','5','30718','0','0','0','0','22','2','0','0','53','20836','10','0','0','0','0','0','Jotunheim Sleep-Watcher - (75% chance) Set Phase 2 and START_RELAY_SCRIPT on Receive AI Event Custom A (Phase 1)'),
('3072506','30725','30','3','100','1','6','30725','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Jotunheim Sleep-Watcher - Set Phase 1 on Receive AI Event Custom B (Phase 2)'),
-- Released Soul 30736
('3073601','30736','11','0','100','0','0','0','0','0','0','0','53','20922','0','0','0','0','0','0','0','0','0','0','Released Soul - START_RELAY_SCRIPT on spawn'),
-- Master Summoner Zarod 30746
('3074601','30746','4','0','100','0','0','0','0','0','0','0','57','2','35','0','52','3','0','0','0','0','0','0','Shadowmoon Deathshaper - Enable Range Mode and Interrupt Channelling on Aggro'),
('3074602','30746','9','0','100','1025','0','40','2400','3800','0','0','11','9672','1','256','0','0','0','0','0','0','0','0','Master Summoner Zarod - Cast Frostbolt'),
Expand Down
11 changes: 11 additions & 0 deletions Updates/5359_q.13110.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-- q.13110 'The Restless Dead'

-- Released Soul 30736
UPDATE creature_template SET InhabitType = 4, Faction = 35, UnitFlags = 33555200 WHERE entry = 30736;
DELETE FROM dbscripts_on_relay WHERE id = 20922;
INSERT INTO dbscripts_on_relay (id, delay, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES
(20922,1,3,0,0,0,0,0,0x04,0,0,0,0,0,0,20,0,'Part of Released Soul 30736 EAI: move'),
(20922,2,18,5000,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'Part of Released Soul 30736 EAI: despawn');
DELETE FROM spell_script_target WHERE entry IN (57806);
INSERT INTO spell_script_target (entry,type,targetEntry,inverseEffectMask) VALUES
(57806,2,30202,0);

0 comments on commit 2f096b1

Please sign in to comment.