mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement q.10309 Its a Fel Reaver but with Heart quest script
This commit is contained in:
parent
7f7f081710
commit
de25889df1
4 changed files with 219 additions and 0 deletions
|
|
@ -728,6 +728,11 @@ UPDATE creature_template SET ScriptName='npc_drijya' WHERE entry=20281;
|
|||
UPDATE creature_template SET ScriptName='npc_dimensius' WHERE entry=19554;
|
||||
UPDATE creature_template SET ScriptName='npc_salhadaar' WHERE entry=20454;
|
||||
UPDATE creature_template SET ScriptName='npc_energy_ball' WHERE entry=20769;
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
UPDATE creature_template SET ScriptName='npc_scrap_reaver' WHERE entry IN(19849);
|
||||
UPDATE creature_template SET ScriptName='npc_scrapped_fel_reaver' WHERE entry IN(20243);
|
||||
>>>>>>> 4a003818b... Implement q.10309 Its a Fel Reaver but with Heart quest script
|
||||
|
||||
/* ONYXIA'S LAIR */
|
||||
UPDATE instance_template SET ScriptName='instance_onyxias_lair' WHERE map=249;
|
||||
|
|
@ -1581,8 +1586,13 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1000470,'Must be your lucky day. Alright, I\'ll talk. Just leave me alone. Look, you\'re not going to believe me, but it wa... oh, Light, looks like the girl could shoot...',0,0,0,0,'ogron SAY_OGR_RET_LUCKY'),
|
||||
(-1000471,'By the way, thanks for watching my back.',0,0,1,0,'ogron SAY_OGR_THANKS'),
|
||||
|
||||
<<<<<<< HEAD
|
||||
(-1000472,'REUSE_ME',0,0,0,0,'REUSE_ME'),
|
||||
(-1000473,'REUSE_ME',0,0,0,0,'REUSE_ME'),
|
||||
=======
|
||||
(-1000472,'The %s, having fought the good fight, falls to pieces.',0,2,0,0,'Scrap Reaver X6000 - on death anim emote'),
|
||||
(-1000473,'The %s''s mechanical heart begins to beat softly.',0,2,0,0,'Scrapped Fel Reaver - on event start emote'),
|
||||
>>>>>>> 4a003818b... Implement q.10309 Its a Fel Reaver but with Heart quest script
|
||||
(-1000474,'REUSE_ME',0,0,0,0,'REUSE_ME'),
|
||||
(-1000475,'REUSE_ME',0,0,0,0,'REUSE_ME'),
|
||||
(-1000476,'REUSE_ME',0,0,0,0,'REUSE_ME'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue