diff options
author | teacher <none@none> | 2010-05-22 15:59:46 +0200 |
---|---|---|
committer | teacher <none@none> | 2010-05-22 15:59:46 +0200 |
commit | d1099c345dddd5ab8f55ceaf7817be65ac4918ab (patch) | |
tree | 44e11b9ba53c8d871dcd302b2a9940c822936f90 /sql | |
parent | 8b8466555074c667e868867afc80c18cca2cc121 (diff) |
Added King Ymiron texts (Utgarde Pinnacle) by John Holiver.
Added a couple of expty lines at the end of files.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/FULL/world_script_texts.sql | 12 | ||||
-rw-r--r-- | sql/updates/8248_world_script_texts.sql | 2 | ||||
-rw-r--r-- | sql/updates/8248_world_scriptname.sql | 2 | ||||
-rw-r--r-- | sql/updates/8263_script_texts.sql | 13 |
4 files changed, 27 insertions, 2 deletions
diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql index 2aa238d5a84..5ad4c875dca 100644 --- a/sql/FULL/world_script_texts.sql +++ b/sql/FULL/world_script_texts.sql @@ -1792,6 +1792,18 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1` (24201,-1574018,'There''s no... greater... glory.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13201,1,0,0,'dalronn YELL_DALRONN_DAL_DIEDFIRST'), (24201,-1574019,'You may serve me yet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13202,1,0,0,'dalronn YELL_DALRONN_KILL'), (24201,-1574020,'Skarvald, you incompetent slug! Return and make yourself useful!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13203,1,0,0,'dalronn YELL_DALRONN_SKA_DIEDFIRST'), + +-- -1 575 000 UTGARDE PINNACLE + (26861,-1575028,'You invade my home and then dare to challenge me? I will tear the hearts from your chests and offer them as gifts to the death god! Rualg nja gaborr!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13609,1,0,0, 'King Ymirom - SAY_AGGRO'), + (26861,-1575029,'Your death is only the beginning!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13614,1,0,0, 'King Ymirom - SAY_SLAY_1'), + (26861,-1575030,'You have failed your people!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13615,1,0,0, 'King Ymirom - SAY_SLAY_2'), + (26861,-1575031,'There is a reason I am king!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13616,1,0,0, 'King Ymirom - SAY_SLAY_3'), + (26861,-1575032,'Bleed no more!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13617,1,0,0, 'King Ymirom - SAY_SLAY_4'), + (26861,-1575033,'What... awaits me... now?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13618,1,0,0, 'King Ymirom - SAY_DEATH'), + (26861,-1575034,'Bjorn of the Black Storm! Honor me now with your presence!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13610,1,0,0, 'King Ymirom - SAY_SUMMON_BJORN'), + (26861,-1575035,'Haldor of the Rocky Cliffs, grant me your strength!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13611,1,0,0, 'King Ymirom - SAY_SUMMON_HALDOR'), + (26861,-1575036,'Ranulf of the Screaming Abyss, snuff these maggots with darkest night! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13612,1,0,0, 'King Ymirom - SAY_SUMMON_RANULF'), + (26861,-1575037,'Tor of the Brutal Siege! Bestow your might upon me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13613,1,0,0, 'King Ymirom - SAY_SUMMON_TORGYN'), -- -1 576 000 THE NEXUS: THE NEXUS (26731,-1576000,'You know what they say about curiosity.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13319,1,0,0,'grand magus telestra SAY_AGGRO'), diff --git a/sql/updates/8248_world_script_texts.sql b/sql/updates/8248_world_script_texts.sql index 58a13a4cc92..73524d3d425 100644 --- a/sql/updates/8248_world_script_texts.sql +++ b/sql/updates/8248_world_script_texts.sql @@ -4,4 +4,4 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1` (27655,-1578001,'Clearly my pets failed. Perhaps another demonstration is in order.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), (27655,-1578002,'Still you fight. Still you cling to misguided principles. If you survive, you''ll find me in the center ring.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), (27655,-1578003,'Poor blind fools!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), - (27655,-1578004,'A taste... just a small taste... of the Spell-Weaver''s power!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'');
\ No newline at end of file + (27655,-1578004,'A taste... just a small taste... of the Spell-Weaver''s power!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''); diff --git a/sql/updates/8248_world_scriptname.sql b/sql/updates/8248_world_scriptname.sql index bd455ffd06a..b844c7aff2e 100644 --- a/sql/updates/8248_world_scriptname.sql +++ b/sql/updates/8248_world_scriptname.sql @@ -1 +1 @@ -UPDATE `creature_template` SET `ScriptName`='boss_urom' WHERE `entry`=27655;
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='boss_urom' WHERE `entry`=27655; diff --git a/sql/updates/8263_script_texts.sql b/sql/updates/8263_script_texts.sql new file mode 100644 index 00000000000..3eb5328aff1 --- /dev/null +++ b/sql/updates/8263_script_texts.sql @@ -0,0 +1,13 @@ +-- King Ymiron voice by SnakeIce +DELETE FROM `script_texts` WHERE `npc_entry`=26861; +INSERT INTO `script_texts` (`npc_entry`, `entry`, `content_default`,`sound`,`type`,`language`,`emote`,`comment`) VALUES +(26861,-1575028, 'You invade my home and then dare to challenge me? I will tear the hearts from your chests and offer them as gifts to the death god! Rualg nja gaborr!' ,13609,1,0,0, 'King Ymirom - SAY_AGGRO'), +(26861,-1575029, 'Your death is only the beginning!' ,13614,1,0,0, 'King Ymirom - SAY_SLAY_1'), +(26861,-1575030, 'You have failed your people!' ,13615,1,0,0, 'King Ymirom - SAY_SLAY_2'), +(26861,-1575031, 'There is a reason I am king!' ,13616,1,0,0, 'King Ymirom - SAY_SLAY_3'), +(26861,-1575032, 'Bleed no more!' ,13617,1,0,0, 'King Ymirom - SAY_SLAY_4'), +(26861,-1575033, 'What... awaits me... now?' ,13618,1,0,0, 'King Ymirom - SAY_DEATH'), +(26861,-1575034, 'Bjorn of the Black Storm! Honor me now with your presence!' ,13610,1,0,0, 'King Ymirom - SAY_SUMMON_BJORN'), +(26861,-1575035, 'Haldor of the Rocky Cliffs, grant me your strength!' ,13611,1,0,0, 'King Ymirom - SAY_SUMMON_HALDOR'), +(26861,-1575036, 'Ranulf of the Screaming Abyss, snuff these maggots with darkest night! ' ,13612,1,0,0, 'King Ymirom - SAY_SUMMON_RANULF'), +(26861,-1575037, 'Tor of the Brutal Siege! Bestow your might upon me!' ,13613,1,0,0, 'King Ymirom - SAY_SUMMON_TORGYN'); |