Skip to content

Commit

Permalink
[ACID] s.13483 Wither Touch - classic only
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Oct 1, 2023
1 parent a8afd9d commit a1dae85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ACID/acid_classic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2287,8 +2287,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Mossflayer Zombie 11290
('1129001','11290','0','0','100','1025','4000','6000','9000','12000','0','0','11','4974','1','0','0','0','0','0','0','0','0','0','Mossflayer Zombie - Cast Wither Touch'),
('1129002','11290','0','0','100','1025','5000','10000','9000','15000','0','0','11','3234','1','0','0','0','0','0','0','0','0','0','Mossflayer Zombie - Cast Disease Touch'),
-- Unliving Mossflayer 11291
('1129101','11291','0','0','100','1025','4000','6000','9000','12000','0','0','11','4974','1','0','0','0','0','0','0','0','0','0','Unliving Mossflayer - Cast Wither Touch'),
-- Unliving Mossflayer 11291 - s.13483 classic only
('1129101','11291','11','0','100','0','0','0','0','0','0','0','11','13483','0','34','0','0','0','0','0','0','0','0','Unliving Mossflayer - Cast Wither Touch on Spawn'),
('1129102','11291','0','0','100','1025','5000','10000','8000','14000','0','0','11','11428','1','0','0','0','0','0','0','0','0','0','Unliving Mossflayer - Cast Knockdown'),
-- Quartermaster Miranda Breechlock (11536) - NSR
-- Spectral Marauder (11620) - NSR
Expand Down Expand Up @@ -2336,8 +2336,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Zaeldarr the Outcast
('1225001','12250','0','0','100','1025','4000','6000','6000','8000','0','0','11','15584','1','0','0','0','0','0','0','0','0','0','Zaeldarr the Outcast - Cast Cleave'),
('1225002','12250','9','0','100','1025','0','5','8000','14000','0','0','11','19128','1','0','0','0','0','0','0','0','0','0','Zaeldarr the Outcast - Cast Knockdown'),
-- Infected Mossflayer
('1226101','12261','0','0','100','1025','4000','6000','9000','12000','0','0','11','4974','1','32','0','0','0','0','0','0','0','0','Infected Mossflayer - Cast Wither Touch'),
-- Infected Mossflayer 12261 - s.13483 classic only
('1226101','12261','11','0','100','0','0','0','0','0','0','0','11','13483','0','34','0','0','0','0','0','0','0','0','Infected Mossflayer - Cast Wither Touch on Spawn'),
('1226102','12261','9','0','100','1025','0','5','6000','9000','0','0','11','11428','1','0','0','0','0','0','0','0','0','0','Infected Mossflayer - Cast Knockdown'),
-- Ziggurat Protector
('1226201','12262','0','0','100','1025','1000','3000','9000','12000','0','0','11','18328','0','0','0','0','0','0','0','0','0','0','Ziggurat Protector - Cast Incapacitating Shout'),
Expand Down Expand Up @@ -9414,9 +9414,9 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Murk Spitter (5225) - ALREADY SCRIPTED IN ANOTHER ZONE
-- Kaerbrus
('550101','5501','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Kaerbrus - Flee at 15% HP'),
-- Cursed Ooze 7086
-- Cursed Ooze 7086 - s.13483 classic only
('708601','7086','8','0','100','1','15698','-1','0','0','0','0','41','3000','0','0','0','0','0','0','0','0','0','0','Cursed Ooze - Delayed Despawn on Filling Empty Jar (q.4512) Spellhit'),
('708602','7086','0','0','100','1025','10000','30000','120000','120000','0','0','11','4974','1','0','0','0','0','0','0','0','0','0','Cursed Ooze - Cast Wither Touch'),
('708602','7086','11','0','100','0','0','0','0','0','0','0','11','13483','0','34','0','0','0','0','0','0','0','0','Cursed Ooze - Cast Wither Touch on Spawn'),
-- Tainted Ooze 7092
('709201','7092','0','0','100','1025','0','10000','180000','180000','0','0','11','3335','1','0','0','0','0','0','0','0','0','0','Tainted Ooze - Cast Dark Sludge'),
('709202','7092','8','0','100','1','15699','-1','0','0','0','0','41','3000','0','0','0','0','0','0','0','0','0','0','Tainted Ooze - Delayed Despawn on Filling Empty Jar (q.4512) Spellhit'),
Expand Down

0 comments on commit a1dae85

Please sign in to comment.