mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Script Stoneskin Gargoyles in Naxxramas
Adapted from https://github.com/vmangos/core/blob/development/src/scripts/eastern_kingdoms/eastern_plaguelands/naxxramas/instance_naxxramas.cpp
This commit is contained in:
parent
f508f7de22
commit
2829b1b80f
2 changed files with 127 additions and 1 deletions
|
|
@ -893,6 +893,7 @@ UPDATE creature_template SET ScriptName='boss_kelthuzad' WHERE entry=15990;
|
|||
UPDATE creature_template SET ScriptName='npc_diseased_maggot' WHERE entry IN (16056, 16057);
|
||||
UPDATE creature_template SET ScriptName='npc_invible_man' WHERE entry=17286;
|
||||
UPDATE creature_template SET ScriptName='npc_icecrown_guardian' WHERE entry=16441;
|
||||
UPDATE creature_template SET ScriptName='npc_stoneskin_gargoyle' WHERE entry=16168;
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(10495,'event_naxxramas'),
|
||||
(10536,'event_naxxramas'),
|
||||
|
|
@ -3741,7 +3742,10 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
|
||||
('-1533158','%s lets loose a triumphant shout.','0','2','0','0','13082','instructor_razuvious EMOTE_TRIUMPHANT_SHOOT'),
|
||||
|
||||
('-1533159','%s flees after seeing Kel\'Thuzad fall!','0','7','0','0','12391','guardian_icecrown EMOTE_FLEE');
|
||||
('-1533159','%s flees after seeing Kel\'Thuzad fall!','0','7','0','0','12391','guardian_icecrown EMOTE_FLEE'),
|
||||
|
||||
('-1533160','%s emits a strange noise.','0','7','0','0','10755','stoneskin_gargoyle EMOTE_STONESKIN');
|
||||
|
||||
|
||||
-- -1 534 000 THE BATTLE OF MT. HYJAL
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadcast_text_id,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue