mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Improve Instructor Razuvious encounter
* Improve Instructor Razuvious encounter in Naxxramas - Add missing emote when doing Triumphant Shout (and only when hitting eligible target) - Rework yells: yell when taunt/engaged by one of his adds, move some yells to the correct place
This commit is contained in:
parent
1c5c252723
commit
d622fb96e9
2 changed files with 46 additions and 32 deletions
|
|
@ -3519,11 +3519,11 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1533121,'Show them no mercy!',8856,1,0,0,'razuvious SAY_AGGRO2'),
|
||||
(-1533122,'The time for practice is over! Show me what you\'ve learned!',8859,1,0,0,'razuvious SAY_AGGRO3'),
|
||||
(-1533123,'Sweep the leg! Do you have a problem with that?',8861,1,0,0,'razuvious SAY_AGGRO4'),
|
||||
(-1533124,'You should have stayed home!',8862,1,0,0,'razuvious SAY_SLAY1'),
|
||||
(-1533125,'You disappoint me, students!',8858,1,0,0,'razuvious SAY_SLAY2'),
|
||||
(-1533126,'Hah hah, I\'m just getting warmed up!',8852,1,0,0,'razuvious SAY_TRIUMPHANT1'),
|
||||
(-1533127,'Stand and fight!',8853,1,0,0,'razuvious SAY_TRIUMPHANT2'),
|
||||
(-1533128,'Show me what you\'ve got!',8854,1,0,0,'razuvious SAY_TRIUMPHANT3'),
|
||||
(-1533124,'You should have stayed home!',8862,1,0,0,'razuvious SAY_SLAY'),
|
||||
(-1533125,'You disappoint me, students!',8858,1,0,0,'razuvious SAY_UNDERSTUDY_TAUNT_1'),
|
||||
(-1533126,'I\'m just getting warmed up!',8852,1,0,0,'razuvious SAY_UNDERSTUDY_TAUNT_2'),
|
||||
(-1533127,'Stand and fight!',8853,1,0,0,'razuvious SAY_UNDERSTUDY_TAUNT_3'),
|
||||
(-1533128,'Show me what you\'ve got!',8854,1,0,0,'razuvious SAY_UNDERSTUDY_TAUNT_4'),
|
||||
(-1533129,'An honorable... death...',8860,1,0,0,'razuvious SAY_DEATH'),
|
||||
|
||||
(-1533130,'%s summons forth Skeletal Warriors!',0,3,0,0,'noth EMOTE_WARRIOR'),
|
||||
|
|
@ -3562,7 +3562,9 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1533155,'Corpse Scarabs appear from a Crypt Guard\'s corpse!',0,3,0,0,'anubrekhan EMOTE_CORPSE_SCARABS'),
|
||||
|
||||
(-1533156,'%s casts Unyielding Pain on everyone!',0,3,0,0,'lady_blaumeux EMOTE_UNYIELDING_PAIN'),
|
||||
(-1533157,'%s casts Condemation on everyone!',0,3,0,0,'sir_zeliek EMOTE_CONDEMATION');
|
||||
(-1533157,'%s casts Condemation on everyone!',0,3,0,0,'sir_zeliek EMOTE_CONDEMATION'),
|
||||
|
||||
(-1533158,'%s lets loose a triumphant shoot.',0,2,0,0,'instructor_razuvious EMOTE_TRIUMPHANT_SHOOT');
|
||||
|
||||
-- -1 534 000 THE BATTLE OF MT. HYJAL
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue