mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement Prophet Skeram prophecies
* Prophecies from Skeram should be heard in the instance before he is engaged by players * Clean-up Prophet Skeram texts * Correct errors in ScriptDev2.sql
This commit is contained in:
parent
79c5e6c20c
commit
8888730204
4 changed files with 37 additions and 32 deletions
|
|
@ -1685,7 +1685,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
|
||||
(-1000410,'Here they come! Defend yourself!',0,0,1,5,'kanati SAY_KAN_START'),
|
||||
|
||||
(-1000411,'Come, $N. See what the Nightmare brings...',15625,4,0,0,'Twilight Corrupter SAY_TWILIGHT_CORRUPTER_SPAWN'),
|
||||
(-1000411,'Come, $N. See what the Nightmare brings...',0,4,0,0,'Twilight Corrupter SAY_TWILIGHT_CORRUPTER_SPAWN'),
|
||||
|
||||
-- REUSE -1000412 TO -1000414
|
||||
(-1000415,'%s, too injured, gives up the chase.',0,2,0,0,'hendel EMOTE_SURRENDER'),
|
||||
|
|
@ -3152,14 +3152,15 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
|
||||
-- -1 531 000 TEMPLE OF AHN'QIRAJ
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
(-1531000,'Are you so eager to die? I would be happy to accomodate you.',8615,1,0,0,'skeram SAY_AGGRO1'),
|
||||
(-1531001,'Cower mortals! The age of darkness is at hand.',8616,1,0,0,'skeram SAY_AGGRO2'),
|
||||
(-1531002,'Tremble! The end is upon you.',8621,1,0,0,'skeram SAY_AGGRO3'),
|
||||
(-1531003,'Let your death serve as an example!',8617,1,0,0,'skeram SAY_SLAY1'),
|
||||
(-1531004,'Spineless wretches! You will drown in rivers of blood!',8619,1,0,0,'skeram SAY_SLAY2'),
|
||||
(-1531005,'The screams of the dying will fill the air. A symphony of terror is about to begin!',8620,1,0,0,'skeram SAY_SLAY3'),
|
||||
(-1531006,'Prepare for the return of the ancient ones!',8618,1,0,0,'skeram SAY_SPLIT'),
|
||||
(-1531007,'You only delay... the inevitable.',8622,1,0,0,'skeram SAY_DEATH'),
|
||||
(-1531000,'Are you so eager to die? I would be happy to accomodate you.',8615,1,0,0,'skeram SAY_AGGRO'),
|
||||
(-1531001,'Let your death serve as an example!',8617,1,0,0,'skeram SAY_SLAY'),
|
||||
(-1531002,'You only delay... the inevitable.',8622,1,0,0,'skeram SAY_DEATH'),
|
||||
|
||||
(-1531003,'REUSE_ME',0,0,0,0,'REUSE'),
|
||||
(-1531004,'REUSE_ME',0,0,0,0,'REUSE'),
|
||||
(-1531005,'REUSE_ME',0,0,0,0,'REUSE'),
|
||||
(-1531006,'REUSE_ME',0,0,0,0,'REUSE'),
|
||||
(-1531007,'REUSE_ME',0,0,0,0,'REUSE'),
|
||||
|
||||
(-1531008,'You will be judged for defiling these sacred grounds! The laws of the Ancients will not be challenged! Trespassers will be annihilated!',8646,1,0,0,'sartura SAY_AGGRO'),
|
||||
(-1531009,'I sentence you to death!',8647,1,0,0,'sartura SAY_SLAY'),
|
||||
|
|
@ -3207,7 +3208,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
|||
(-1531045,'%s looks ready to shatter!',0,2,0,0,'viscidus EMOTE_SHATTER'),
|
||||
(-1531046,'%s explodes!',0,2,0,0,'viscidus EMOTE_EXPLODE'),
|
||||
|
||||
(-1531047,'%s shares his powers with his brethen.',0,2,0,0,'anubisath sentinelle EMOTE_SHARE');
|
||||
(-1531047,'%s shares his powers with his brethren.',0,2,0,0,'anubisath sentinelle EMOTE_SHARE');
|
||||
|
||||
-- -1 532 000 KARAZHAN
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue