Fixes for Arcatraz intro event

* Port Arcatraz Defender AI from ACID to SD2 (no longer casts kill spell on players)
* Protean Horrors will now stop spawning when Warders are killed
* Protean Nightmares will now stop spawning when Defenders are killed
* Implemented dummy for Shoot Arcane Explosion Arrow 36327
This commit is contained in:
MantisLord 2018-03-14 01:25:07 -04:00 committed by killerwife
parent 67d83b3716
commit 48ebb3c642
5 changed files with 112 additions and 16 deletions

View file

@ -1001,6 +1001,7 @@ UPDATE creature_template SET ScriptName='boss_dalliah' WHERE entry=20885;
UPDATE creature_template SET ScriptName='boss_soccothrates' WHERE entry=20886;
UPDATE creature_template SET ScriptName='npc_warden_mellichar' WHERE entry=20904;
UPDATE creature_template SET ScriptName='npc_millhouse_manastorm' WHERE entry=20977;
UPDATE creature_template SET ScriptName='npc_arcatraz_defender' WHERE entry=20857;
/* THE EYE */
UPDATE instance_template SET ScriptName='instance_the_eye' WHERE map=550;