mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement script for quest 11516
Please note that in order for this to work properly, it requires the
latest pet rework patch.
This is because mini pets, are not attackable, and they cannot be targeted
by spells at the moment.
Close cmangos/mangos-tbc#60
Signed-off-by: Xfurry <xfurry@cmangos.net>
(based on 33cd1fd062)
Signed-off-by: Cala <calaftp@free.fr>
This commit is contained in:
parent
8dfef49b01
commit
0f5d2bc217
3 changed files with 159 additions and 2 deletions
|
|
@ -558,6 +558,7 @@ UPDATE creature_template SET ScriptName='npc_fel_guard_hound' WHERE entry=21847;
|
|||
UPDATE creature_template SET ScriptName='npc_anchorite_barada' WHERE entry=22431;
|
||||
UPDATE creature_template SET ScriptName='npc_colonel_jules' WHERE entry=22432;
|
||||
UPDATE creature_template SET ScriptName='npc_magister_aledis' WHERE entry=20159;
|
||||
UPDATE creature_template SET ScriptName='npc_living_flare' WHERE entry=24916;
|
||||
|
||||
/* HILLSBRAD FOOTHILLS */
|
||||
|
||||
|
|
@ -2224,7 +2225,10 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1001210,'Take cover and be ready for the fight of your life, $n!',0,0,0,5,'demolitionist_legoso SAY_ESCORT_10'),
|
||||
(-1001211,'Holy mother of O\'ros!',0,0,0,5,'demolitionist_legoso SAY_ESCORT_AGGRO'),
|
||||
(-1001212,'I... I can\'t believe it\'s over. You did it! You\'ve destroyed the blood elves and their leader!',0,0,0,1,'demolitionist_legoso SAY_ESCORT_COMPLETE_1'),
|
||||
(-1001213,'Get back to Blood Watch. I\'ll see you there...',0,0,0,1,'demolitionist_legoso SAY_ESCORT_COMPLETE_2');
|
||||
(-1001213,'Get back to Blood Watch. I\'ll see you there...',0,0,0,1,'demolitionist_legoso SAY_ESCORT_COMPLETE_2'),
|
||||
|
||||
(-1001214,'%s becomes unstable with brimming energy.',0,2,0,0,'living_flare EMOTE_UNSTABLE'),
|
||||
(-1001215,'%s releases its energy, engulfing its surroundings in flames!',0,2,0,0,'living_flare EMOTE_BURST');
|
||||
|
||||
-- -1 033 000 SHADOWFANG KEEP
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue