Skip to content

Commit

Permalink
[TDB][ACID] Improve Quarry Slave 8917
Browse files Browse the repository at this point in the history
Add Melee and Ranged Script, maybe more diverse

(cherry picked from commit cmangos/tbc-db@db35e94
  • Loading branch information
AnonXS committed Dec 30, 2023
1 parent 393f607 commit 7dc16c8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4975,11 +4975,18 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Dark Iron Watchman
('863701','8637','9','0','100','1025','0','5','5000','8000','0','0','11','11976','1','0','0','0','0','0','0','0','0','0','Dark Iron Watchman - Cast Strike'),
-- Muck Splash (8837) - NSR
-- Quarry Slave
('891701','8917','4','0','100','0','0','0','0','0','0','0','39','20','0','0','0','0','0','0','0','0','0','0','Quarry Slave - Call For Help on Aggro'),
('891702','8917','9','0','100','1025','0','5','5000','8000','0','0','11','14516','1','0','0','0','0','0','0','0','0','0','Quarry Slave - Cast Strike'),
('891703','8917','9','0','100','1025','0','5','13000','16000','0','0','11','9080','1','0','0','0','0','0','0','0','0','0','Quarry Slave - Cast Hamstring'),
('891704','8917','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Quarry Slave - Flee at 15% HP'),
-- Quarry Slave 8917
('891701','8917','11','0','100','0','0','0','0','0','0','0','31','1','2','0','57','2','30','0','0','0','0','0','Quarry Slave - Set Random Phase 1-2, Enable Ranged Mode on Spawn'),
('891702','8917','4','0','100','0','0','0','0','0','0','0','39','25','0','0','0','0','0','0','0','0','0','0','Quarry Slave - Call For Help on Aggro'),
('891703','8917','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Quarry Slave - Flee at 15% HP'),
('891704','8917','9','5','100','1024','5','30','0','0','0','0','11','15607','1','0','57','0','0','0','0','0','0','0','Quarry Slave - Cast Throw, Set Melee Mode (Phase 1)'),
('891705','8917','0','5','100','1025','0','20000','15000','30000','0','0','11','9080','1','0','0','0','0','0','0','0','0','0','Quarry Slave - Cast Hamstring (Phase 1)'),
('891706','8917','0','5','100','1025','5000','20000','12000','24000','0','0','11','11971','1','0','0','0','0','0','0','0','0','0','Quarry Slave - Cast Sunder Armor (Phase 1)'),
('891707','8917','0','5','100','1025','5000','15000','5000','15000','0','0','11','14516','1','0','0','0','0','0','0','0','0','0','Quarry Slave - Cast Strike (Phase 1)'),
('891708','8917','0','5','100','1025','10000','20000','120000','130000','0','0','11','9128','15','0','0','0','0','0','0','0','0','0','Quarry Slave - Cast Battle Shout (Phase 1)'),
('891709','8917','14','3','100','1025','800','40','12000','24000','0','0','11','11986','12','0','0','0','0','0','0','0','0','0','Quarry Slave - Cast Healing Wave on Friendly Missing HP (Phase 2)'),
('891710','8917','0','3','100','1281','0','0','3000','4000','0','0','11','12167','1','256','0','0','0','0','0','0','0','0','Quarry Slave - Cast Lightning Bolt (Range Mode, Phase 2)'),
('891711','8917','0','3','100','1537','0','0','5000','20000','0','0','11','12167','1','256','0','0','0','0','0','0','0','0','Quarry Slave - Cast Lightning Bolt (Melee Mode, Phase 2)'),
-- The Behemoth 8924 - NSR
-- Overmaster Pyron
('902601','9026','0','0','100','1025','0','20','6000','12000','0','0','11','13341','1','0','0','0','0','0','0','0','0','0','Overmaster Pyron - Cast Fire Blast'),
Expand Down

0 comments on commit 7dc16c8

Please sign in to comment.