mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Add Scarlet Bastion defense in Stratholme
When specific NPC groups are killed in Scarlet Bastion, events are now
triggered (patrol spawn, invaders spawns...)
Sources
used:
https://www.youtube.com/watch?v=I-MCqp01CH8
https://www.youtube.com/watch?v=ZmSRo8AUVrI
https://www.youtube.com/watch?v=eKG6HRsDpoY
https://www.youtube.com/watch?v=ugAnOHFaFiw
https://www.youtube.com/watch?v=LlrxIkP40LM
(based on 7523fc3cef)
Signed-off-by: Cala <calaftp@free.fr>
This commit is contained in:
parent
20a460bdc8
commit
a5cbd85f47
4 changed files with 287 additions and 46 deletions
|
|
@ -2661,7 +2661,14 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1329020,'My death means nothing.... light... will... prevail!',0,6,0,0,'ysida YSIDA_SAY_RUN_FAIL'),
|
||||
|
||||
(-1329021,'Rivendare! I come for you!',0,1,0,0,'aurius YELL_AURIUS_AGGRO'),
|
||||
(-1329022,'Argh!',0,0,0,0,'aurius SAY_AURIUS_DEATH');
|
||||
(-1329022,'Argh!',0,0,0,0,'aurius SAY_AURIUS_DEATH'),
|
||||
|
||||
(-1329023,'Move back and hold the line! We cannot fail or all will be lost!',0,1,0,0,'YELL_BASTION_BARRICADE'),
|
||||
(-1329024,'Move to the stairs and defend!',0,1,0,0,'YELL_BASTION_STAIRS'),
|
||||
(-1329025,'The Scourge have broken into the Bastion! Redouble your efforts! We must not fail!',0,1,0,0,'YELL_BASTION_ENTRANCE'),
|
||||
(-1329026,'They have broken into the Hall of Lights! We must stop the intruders!',0,1,0,0,'YELL_BASTION_HALL_LIGHTS'),
|
||||
(-1329027,'The Scourge have broken through in all wings! May the light defeat these foul creatures! We shall fight to the last!',0,1,0,0,'YELL_BASTION_INNER_1'),
|
||||
(-1329028,'This will not be the end of the Scarlet Crusade! You will not break our line!',0,1,0,0,'YELL_BASTION_INNER_2');
|
||||
|
||||
-- -1 349 000 MARAUDON
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue