From eae2426f405b53bfe1ebd552195cfd409b3901c7 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Thu, 20 May 2010 19:05:18 -0300 Subject: The Nexus: Oculus. - Implemented AI for Mage-Lord Urom. --HG-- branch : trunk --- sql/updates/8248_world_script_texts.sql | 7 +++++++ sql/updates/8248_world_scriptname.sql | 1 + 2 files changed, 8 insertions(+) create mode 100644 sql/updates/8248_world_script_texts.sql create mode 100644 sql/updates/8248_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/8248_world_script_texts.sql b/sql/updates/8248_world_script_texts.sql new file mode 100644 index 00000000000..58a13a4cc92 --- /dev/null +++ b/sql/updates/8248_world_script_texts.sql @@ -0,0 +1,7 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1578000,-1578001,-1578002,-1578003,-1578004); +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES + (27655,-1578000,'What do we have here... those that would defy the Spell-Weaver? Those without foresight our understanding. How can i make you see? Malygos is saving the world from itself! Bah! You are hardly worth my time!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), + (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 diff --git a/sql/updates/8248_world_scriptname.sql b/sql/updates/8248_world_scriptname.sql new file mode 100644 index 00000000000..bd455ffd06a --- /dev/null +++ b/sql/updates/8248_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='boss_urom' WHERE `entry`=27655; \ No newline at end of file -- cgit v1.2.3