Skip to content

Commit

Permalink
[Instance][ACID][TDB] Dire Maul: Add makeshift waypoints for Residual…
Browse files Browse the repository at this point in the history
… Monstrosity & Improve AI

Based on 2009-05-14-01-50_9835_MIHASYA.sqlite

(cherry picked from commit cmangos/tbc-db@0b3d1c3
  • Loading branch information
AnonXS authored and Grz3s committed Feb 8, 2025
1 parent f04d835 commit ef17412
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 31 deletions.
13 changes: 7 additions & 6 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35649,11 +35649,12 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Mana Remnant 11483 - SHOULD BE SCRIPTED IN C++
('1148301','11483','0','0','100','1024','1000','1000','0','0','0','0','11','14514','0','0','0','0','0','0','0','0','0','0','Mana Remnant - Cast Blink on Aggro'),
('1148302','11483','0','0','100','1025','3000','6000','8000','11000','0','0','11','15659','1','0','0','0','0','0','0','0','0','0','Mana Remnant - Cast Chain Lightning'),
-- Residual Monstrosity 11484 (3.3.3 Official Data)
('1148401','11484','4','0','100','0','0','0','0','0','0','0','57','2','35','0','0','0','0','0','0','0','0','0','Residual Monstrosity - Enable Range Mode on Aggro'),
-- Residual Monstrosity 11484
('1148401','11484','11','0','100','0','0','0','0','0','0','0','57','2','35','0','0','0','0','0','0','0','0','0','Residual Monstrosity - Enable Range Mode on Aggro'),
('1148402','11484','6','0','100','0','0','0','0','0','0','0','11','22939','0','7','0','0','0','0','0','0','0','0','Residual Monstrosity - Cast Summon Mana Bursts on Death'),
('1148403','11484','9','0','100','1025','0','5','19300','23300','0','0','11','22940','4','512','0','0','0','0','0','0','0','0','Residual Monstrosity - Cast Arcane Blast'),
('1148404','11484','9','0','100','1025','0','40','2300','4600','0','0','11','15230','4','256','0','0','0','0','0','0','0','0','Residual Monstrosity - Cast Arcane Bolt'),
('1148403','11484','0','0','100','1025','5000','15000','19300','23300','0','0','11','22940','17','0','0','0','0','0','0','0','0','0','Residual Monstrosity - Cast Arcane Blast'),
('1148404','11484','0','0','100','1281','1000','1000','1000','1000','0','0','11','15230','1','256','0','0','0','0','0','0','0','0','Residual Monstrosity - Cast Arcane Bolt (Range Mode)'),
('1148405','11484','0','0','100','1537','1000','1000','8000','16000','0','0','11','15230','1','256','0','0','0','0','0','0','0','0','Residual Monstrosity - Cast Arcane Bolt (Melee Mode)'),
-- Prince Tortheldrin 11486 - s.3391 manually casted
('1148601','11486','4','0','100','0','0','0','0','0','0','0','1','9407','0','0','0','0','0','0','0','0','0','0','Prince Tortheldrin - Yell on Aggro'),
('1148602','11486','0','0','100','1025','10000','25000','9900','9900','0','0','11','15589','15','0','0','0','0','0','0','0','0','0','Prince Tortheldrin - Cast Whirlwind'),
Expand Down Expand Up @@ -35871,8 +35872,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('1438901','14389','11','0','100','0','0','0','0','0','0','0','11','18950','0','34','38','0','0','0','0','0','0','0','Netherwalker - Cast Invisibility and Stealth Detection and Zone Combat Pulse on Spawn'),
-- Eye of Immol'thar 14396 (3.3.3 Official Data)
('1439601','14396','9','0','100','1025','0','5','5400','6600','0','0','11','22909','1','0','0','0','0','0','0','0','0','0','Eye of Immol''thar - Cast Eye of Immol''thar'),
-- Mana Burst 14397 (3.3.3 Official Data)
('1439701','14397','9','0','100','1025','0','8','1100','2000','0','0','11','22938','0','0','0','0','0','0','0','0','0','0','Mana Burst - Cast Arcane Explosion'),
-- Mana Burst 14397
('1439701','14397','0','0','100','1025','0','0','1000','1000','0','0','11','22938','17','0','0','0','0','0','0','0','0','0','Mana Burst - Cast Arcane Explosion'),
-- Eldreth Darter 14398 (3.3.3 Official Data)
('1439801','14398','0','0','100','1025','6200','8200','8100','19300','0','0','11','22947','4','0','0','0','0','0','0','0','0','0','Eldreth Darter - Cast Mana Burn'),
('1439802','14398','0','0','100','1025','3800','9700','18300','34300','0','0','11','17139','0','32','0','0','0','0','0','0','0','0','Eldreth Darter - Cast Power Word: Shield'),
Expand Down
5 changes: 5 additions & 0 deletions Updates/5634_TDB-0507_c.11484.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Residual Monstrosity 11484
-- https://www.wowhead.com/classic/npc=11484/residual-monstrosity
-- https://www.youtube.com/live/9KWBGZQuxXU?si=LSuEF3wkUdx2nKKn&t=2423
UPDATE `creature_template` SET `ExtraFlags` = `ExtraFlags`|(4096+1048576) WHERE `entry` = 11484;

Loading

0 comments on commit ef17412

Please sign in to comment.