diff options
| author | malcrom <malcromdev@gmail.com> | 2012-01-08 13:23:54 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-08 13:23:54 +0100 |
| commit | 7b86761045286efd8fcceb7fffef10bd9c219d4a (patch) | |
| tree | 7d35b0db960458a020bbe892f674c915df473d09 /sql/updates/world | |
| parent | b556ac564b10184060e22941044d81f03b120229 (diff) | |
Core/Script: update creature_text for Phizzlethorpe from sniffs
closes #4698
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/2012_01_08_10_world_creature_text.sql | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_08_10_world_creature_text.sql b/sql/updates/world/2012_01_08_10_world_creature_text.sql new file mode 100644 index 00000000000..b93a0a50d39 --- /dev/null +++ b/sql/updates/world/2012_01_08_10_world_creature_text.sql @@ -0,0 +1,25 @@ +-- Remove old script text for arathi_highlands.cpp +DELETE FROM `script_texts` WHERE `entry` BETWEEN -1000264 AND -1000273; +-- Add new creature_text for Professor Phizzlethorpe <Blackwater Raiders> +DELETE FROM `creature_text` WHERE `entry` IN (2768); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES +-- SAY_PROGRESS_1 +(2768,0,0, 'Ok, $N. Follow me to the cave where I''ll attempt to harness the power of the rune stone into these goggles.',12,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- SAY_PROGRESS_2 +(2768,1,0, 'I discovered this cave on our first day here. I believe the energy in the stone can be used to our advantage.',12,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- SAY_PROGRESS_3 +(2768,2,0, 'I''ll begin drawing energy from the stone. Your job, $N, is to defend me. This place is cursed... trust me.',12,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- EMOTE_PROGRESS_4 +(2768,3,0, '%s begins tinkering with the goggles before the stone.',16,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- SAY_AGGRO +(2768,4,0, 'Help!!! Get these things off me so I can get my work done!',12,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- SAY_PROGRESS_5 +(2768,5,0, 'Almost done! Just a little longer!',12,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- SAY_PROGRESS_6 +(2768,6,0, 'I''ve done it! I have harnessed the power of the stone into the goggles! Let''s get out of here!',12,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- SAY_PROGRESS_7 +(2768,7,0, 'Phew! Glad to be back from that creepy cave.',12,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- EMOTE_PROGRESS_8 +(2768,8,0, '%s hands one glowing goggles over to Doctor Draxlegauge.',16,0,100,0,0,0, 'Professor Phizzlethorpe'), +-- SAY_PROGRESS_9 +(2768,9,0, 'Doctor Draxlegauge will give you further instructions, $N. Many thanks for your help!',12,0,100,0,0,0, 'Professor Phizzlethorpe'); |
