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/updates | |
| 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/updates')
| -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 |
3 files changed, 15 insertions, 2 deletions
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'); |
