aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-12-26 11:52:05 -0330
committerMalcrom <malcromdev@gmail.com>2012-12-26 11:52:05 -0330
commit30e2ab8e0faac96548fc681b608a0f96f77985a1 (patch)
treec4a1cf4120728b6a643f5ab1691e39607362fe6c /sql
parent30936fd1c49fd72d9d9e4180cd610864c14ab01a (diff)
DB/SCRIPTS: Fix text for High Botanist Freywinn and remove creature_ai_texts.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_12_26_01_world_creature_text.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_26_01_world_creature_text.sql b/sql/updates/world/2012_12_26_01_world_creature_text.sql
new file mode 100644
index 00000000000..ae4170ae5a8
--- /dev/null
+++ b/sql/updates/world/2012_12_26_01_world_creature_text.sql
@@ -0,0 +1,14 @@
+-- NPC talk text convert from creature_ai_text
+DELETE FROM `creature_ai_texts` WHERE entry BETWEEN -21 AND -17;
+DELETE FROM `creature_text` WHERE `entry` IN (17975);
+INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
+(17975,0,0, 'What are you doing? These specimens are very delicate!',14,0,100,0,0,11144, 'High Botanist Freywinn - Aggro Say'),
+(17975,1,0, 'Your lifecycle is now concluded!',14,0,100,0,0,11145, 'High Botanist Freywinn - Kill Plant as Bloodelf Say'),
+(17975,1,1, 'You will feed the worms.',14,0,100,0,0,11146, 'High Botanist Freywinn - Shapeshifting Say'),
+(17975,2,0, 'Endorel aluminor!',14,0,100,0,0,11147, 'High Botanist Freywinn - Shapeshifting Say'),
+(17975,3,0, 'Nature bends to my will!',14,0,100,0,0,11148, 'High Botanist Freywinn - Summoning Plants Say'),
+(17975,4,0, 'The specimens... must be... preserved.',14,0,100,0,0,11149, 'High Botanist Freywinn - Death Say'),
+(17975,5,0, '...thorny vines...mumble...ouch!',12,0,100,0,0,0, 'High Botanist Freywinn - OOC Random Say'),
+(17975,5,1, '...mumble mumble...',12,0,100,0,0,0, 'High Botanist Freywinn - OOC Random Say'),
+(17975,5,2, '...mumble...Petals of Fire...mumble...',12,0,100,0,0,0, 'High Botanist Freywinn - OOC Random Say'),
+(17975,5,3, '...with the right mixture, perhaps...',12,0,100,0,0,0, 'High Botanist Freywinn - OOC Random Say');