mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/Ulduar: Some work on Kologarn:
- Get rid of UNIT_FLAG_STUNNED hack - Use proper spells instead of vehicle hacks - AI scripts for both arms instead of everything being defined in Kologarn's AI script - Proper support for detecting when to release players (Right Arm) Still todo: - Eyebeams - Rubbles - Achievements - Post-encounter doors/GO's toggling
This commit is contained in:
@@ -1518,6 +1518,8 @@ UPDATE `creature_template` SET `ScriptName`='mob_lightning_elemental' WHERE `ent
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_rune_of_summoning' WHERE `entry`=33051;
|
||||
UPDATE `creature_template` SET `ScriptName`= 'mob_rune_of_power' WHERE entry = 33705;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_kologarn' WHERE `entry`=32930;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_right_arm' WHERE `entry`=32934;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_left_arm' WHERE `entry`=32933;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_general_vezax' WHERE `entry`=33271;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_saronite_vapors' WHERE `entry`=33488;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_saronite_animus' WHERE `entry`=33524;
|
||||
|
||||
Reference in New Issue
Block a user