mirror of
https://github.com/araxiaonline/OneDB.git
synced 2026-06-13 03:02:22 -04:00
8974 lines
959 KiB
SQL
8974 lines
959 KiB
SQL
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET NAMES utf8 */;
|
|
/*!50503 SET NAMES utf8mb4 */;
|
|
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
|
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
|
|
|
CREATE TABLE IF NOT EXISTS `npc_script_text` (
|
|
`entry` int(10) NOT NULL AUTO_INCREMENT,
|
|
`text` longtext,
|
|
`creature_entry` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'entry from creature_names',
|
|
`id` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'creature_entry and id (unique)',
|
|
`type` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`language` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`probability` float NOT NULL DEFAULT '0',
|
|
`emote` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`duration` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`sound` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`broadcast_id` mediumint(6) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`entry`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=8947 DEFAULT CHARSET=utf8;
|
|
|
|
DELETE FROM `npc_script_text`;
|
|
/*!40000 ALTER TABLE `npc_script_text` DISABLE KEYS */;
|
|
INSERT INTO `npc_script_text` (`entry`, `text`, `creature_entry`, `id`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `broadcast_id`) VALUES
|
|
(1, 'You are dismissed, $n.', 197, 0, 12, 0, 100, 113, 0, 0, 1242),
|
|
(2, 'This shouldn\'t take long...', 253, 0, 12, 0, 100, 432, 0, 0, 1851),
|
|
(3, 'The invisibility liquor is ready for you, $n.', 253, 0, 12, 0, 100, 0, 0, 0, 1853),
|
|
(4, 'Guards!', 352, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(5, 'Guards!', 523, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(6, 'Guards!', 931, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(7, 'Guards!', 1387, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(8, 'Take a Candle of Beckoning from this crate, $n.', 1497, 0, 12, 0, 100, 25, 0, 0, 1013),
|
|
(9, 'Guards!', 1571, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(10, 'Guards!', 1572, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(11, 'Guards!', 1573, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(12, 'Guards!', 2226, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(13, 'Guards!', 2299, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(14, 'Guards!', 2389, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(15, 'Whoops!', 2391, 0, 12, 0, 100, 113, 0, 0, 3326),
|
|
(16, 'Guards!', 2409, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(17, 'Guards!', 2432, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(18, 'Ok, $n. Follow me to the cave where I\'ll attempt to harness the power of the rune stone into these goggles.', 2768, 0, 12, 0, 100, 0, 0, 0, 845),
|
|
(19, 'I discovered this cave on our first day here. I believe the energy in the stone can be used to our advantage.', 2768, 0, 12, 0, 100, 0, 0, 0, 846),
|
|
(20, 'I\'ll begin drawing energy from the stone. Your job, $n, is to defend me. This place is cursed...trust me.', 2768, 0, 12, 0, 100, 0, 0, 0, 847),
|
|
(21, '%s begins tinkering with the goggles before the stone.', 2768, 0, 16, 0, 100, 0, 0, 0, 848),
|
|
(22, 'Help!!! Get these things off me so I can get my work done!', 2768, 0, 12, 0, 100, 0, 0, 0, 859),
|
|
(23, 'Almost done! Just a little longer!', 2768, 0, 12, 0, 100, 0, 0, 0, 849),
|
|
(24, 'I\'ve done it! I have harnessed the power of the stone into the goggles! Let\'s get out of here!', 2768, 0, 12, 0, 100, 0, 0, 0, 850),
|
|
(25, 'Phew! Glad to be back from that creepy cave.', 2768, 0, 12, 0, 100, 0, 0, 0, 851),
|
|
(26, '%s hands the glowing goggles over to Doctor Draxlegauge.', 2768, 0, 16, 0, 100, 0, 0, 0, 889),
|
|
(27, 'Doctor Draxlegauge will give you further instructions, $n. Many thanks for your help!', 2768, 0, 12, 0, 100, 0, 0, 0, 890),
|
|
(28, 'Guards!', 2835, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(29, 'Guards!', 2851, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(30, 'Guards!', 2858, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(31, 'Guards!', 2859, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(32, 'Guards!', 2861, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(33, 'Guards!', 2941, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(34, '%s gestures to the pitcher of water sitting on the edge of the well.', 2991, 0, 16, 0, 100, 0, 0, 0, 1528),
|
|
(35, 'Guards!', 2995, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(36, 'My sword Archeus served me well in life, but as at last my spirit may pass from the unhappy existence, I need it no longer.', 3301, 0, 12, 7, 100, 0, 0, 0, 1014),
|
|
(37, 'I shall cling to the love of my daughter and hope that I will find forgiveness under the Light for my sins.', 3301, 0, 12, 7, 100, 0, 0, 0, 1015),
|
|
(38, 'Guards!', 3305, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(39, 'Guards!', 3310, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(40, 'Beware, $n! Look to the west!', 3389, 0, 12, 1, 100, 1, 0, 0, 4926),
|
|
(41, 'A defender has fallen!', 3389, 0, 12, 0, 100, 1, 0, 0, 4757),
|
|
(42, 'Ok, let\'s go!', 3584, 0, 12, 2, 100, 0, 0, 0, 1189),
|
|
(43, 'I can make it the rest of the way, $n. THANKS!', 3584, 0, 12, 2, 100, 0, 0, 0, 1188),
|
|
(44, 'Guards!', 3615, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(45, 'Magical studies stressing your brain? Relax at the Blue Recluse!', 3627, 0, 12, 7, 100, 0, 0, 0, 1197),
|
|
(46, 'Best drinks in Stormwind!', 3627, 1, 12, 7, 100, 0, 0, 0, 1195),
|
|
(47, 'Come for the beer, stay for the atmosphere!', 3627, 2, 12, 7, 100, 0, 0, 0, 1196),
|
|
(48, 'The only place in Stormwind where magic and spirits mix, come to the Blue Recluse!', 3627, 3, 12, 7, 100, 0, 0, 0, 1198),
|
|
(49, 'Free drinks at the Blue Recluse!', 3627, 4, 12, 7, 100, 0, 0, 0, 1193),
|
|
(50, 'Feeling blue? Come on down to the Blue Recluse for a good time!', 3627, 5, 12, 7, 100, 0, 0, 0, 1199),
|
|
(51, 'Head on over to the Blue Recluse. Where everybody knows your name!', 3627, 6, 12, 7, 100, 0, 0, 0, 1194),
|
|
(52, 'All right, let\'s go.', 3692, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(53, 'Oh no! They are here!', 3692, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(54, 'OK, $N. Now I can get to the Auberdine alone. Go to Terenthis, he\'s waiting for you. Thanks for the help!', 3692, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(55, 'OK, good luck friend. Thanks for the help.', 3692, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(56, 'What is happening?', 3693, 0, 12, 0, 0, 0, 0, 0, 13848),
|
|
(57, 'Volcor needs help?', 3693, 0, 12, 0, 0, 0, 0, 0, 0),
|
|
(58, 'All right, I shall find people to help him.', 3693, 0, 12, 0, 0, 0, 0, 0, 0),
|
|
(59, 'Hello Grimclaw.', 3693, 0, 12, 0, 0, 0, 0, 0, 0),
|
|
(60, 'What is happening?', 3693, 0, 12, 0, 0, 0, 0, 0, 13848),
|
|
(61, 'Volcor needs help?', 3693, 0, 12, 0, 0, 0, 0, 0, 0),
|
|
(62, 'You know where he is?', 3693, 0, 12, 0, 0, 0, 0, 0, 0),
|
|
(63, 'Well, ok. I am sending people. We will need to find and help him!', 3693, 0, 12, 0, 0, 0, 0, 0, 0),
|
|
(64, '%s growls in your direction before taking time to sniff you.', 3695, 0, 16, 0, 0, 0, 0, 0, 1234),
|
|
(65, 'Guards!', 3838, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(66, 'Guards!', 3841, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(67, 'Guards!', 4267, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(68, 'Guards!', 4312, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(69, 'Guards!', 4314, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(70, 'Guards!', 4317, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(71, 'Guards!', 4319, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(72, 'Guards!', 4321, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(73, '%s looks weak enough to capture!', 4351, 0, 16, 0, 100, 0, 0, 0, 22419),
|
|
(74, '%s looks weak enough to capture!', 4352, 0, 16, 0, 100, 0, 0, 0, 22419),
|
|
(75, 'Guards!', 4407, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(76, 'Guards!', 4551, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(77, 'Now you\'re going to get it good!', 4961, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(78, 'Okay, okay! Enough fighting. No one else needs to get hurt.', 4961, 0, 12, 0, 100, 0, 0, 0, 1712),
|
|
(79, 'It\'s okay, boys. Back off. You\'ve done enough. I\'ll meet up with you later.', 4961, 0, 12, 0, 100, 0, 0, 0, 1713),
|
|
(80, 'Guards!', 6026, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(81, 'Thank you, dear $C, you just saved my life.', 6172, 0, 12, 7, 100, 1, 0, 0, 0),
|
|
(82, 'Follow, $n. I will soon begin the summoning...', 6176, 0, 12, 0, 100, 0, 0, 0, 2383),
|
|
(83, '%s begins a spell of summoning...', 6176, 0, 41, 0, 100, 0, 0, 0, 2382),
|
|
(84, 'Thank you, dear $C, you just saved my life.', 6177, 0, 12, 7, 100, 1, 0, 0, 0),
|
|
(85, 'Gird yourself, $n, for the demon in this orb is a fel beast.', 6546, 0, 12, 0, 100, 0, 0, 0, 2629),
|
|
(86, 'Guards!', 6706, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(87, 'Guards!', 6726, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(88, 'That\'s interesting...', 7207, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(89, 'I need to consult Noram and Horatio.', 7207, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(90, 'What? How dare you say that to me?!?', 7604, 0, 12, 0, 100, 6, 0, 0, 3882),
|
|
(91, 'After all we\'ve been through? Well, I didn\'t like you anyway!!', 7604, 0, 12, 0, 100, 5, 0, 0, 3884),
|
|
(92, 'Hear ye, denizens of Tanaris! Let it be known that $n is an exalted member of the Mithril Order. A blacksmith of honor, dedication, and infinite patience. Three cheers for $n!', 7804, 0, 14, 0, 100, 0, 0, 0, 4365),
|
|
(93, 'Guards!', 7823, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(94, 'Guards!', 7824, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(95, 'Guards!', 8018, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(96, 'Guards!', 8019, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(97, 'Guards!', 8020, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(98, 'Be patient, $n. The torch is almost complete.', 8479, 0, 12, 0, 100, 0, 0, 0, 4448),
|
|
(99, 'Guards!', 8609, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(100, 'Guards!', 8610, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(101, 'This makes sense!', 9117, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(102, 'The Kolkar are the strongest!', 9456, 0, 14, 0, 100, 0, 0, 0, 4917),
|
|
(103, 'Defend the bunkers!', 9458, 0, 12, 1, 100, 0, 0, 0, 4922),
|
|
(104, 'Our foes will fall!', 9458, 1, 12, 1, 100, 0, 0, 0, 4925),
|
|
(105, 'Death to the Alliance!', 9458, 2, 12, 0, 100, 0, 0, 0, 33421),
|
|
(106, '%s goes into a frenzy!', 9461, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(107, '%s charges!', 9524, 0, 16, 0, 100, 0, 0, 0, 1254),
|
|
(108, 'Oh man, I thought I was dead for sure. Ugh... still dizzy...', 9546, 0, 12, 0, 100, 0, 0, 0, 4949),
|
|
(109, 'I can get back to the Stronghold on my own, I think. Now that you bought me some time, I should be able to stealth out of here. Who ever you are... thank you. May Elune bless you always!', 9546, 0, 12, 0, 100, 0, 0, 0, 10620),
|
|
(110, 'The zeppelin to Undercity has just arrived! All aboard for Tirisfal Glades!', 9564, 0, 14, 0, 100, 0, 0, 0, 29545),
|
|
(111, 'Guards!', 10378, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(112, 'Guards!', 10897, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(113, 'Guards!', 11138, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(114, 'Guards!', 11139, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(115, 'Killing you be easy.', 11339, 0, 12, 0, 100, 0, 0, 0, 1909),
|
|
(116, 'Troll mojo da strongest mojo!', 11339, 1, 12, 0, 100, 0, 0, 0, 10437),
|
|
(117, 'Your skull gonna decorate our ritual altars!', 11339, 2, 12, 0, 100, 0, 0, 0, 10436),
|
|
(118, 'I gonna make you into mojo!', 11339, 3, 12, 0, 100, 0, 0, 0, 10435),
|
|
(119, 'Feel da big bad voodoo!', 11339, 4, 12, 0, 100, 0, 0, 0, 10438),
|
|
(120, 'My weapon be thirsty!', 11339, 5, 12, 0, 100, 0, 0, 0, 1908),
|
|
(121, 'You be dead soon!', 11339, 6, 12, 0, 100, 0, 0, 0, 10434),
|
|
(122, 'Killing you be easy.', 11340, 0, 12, 0, 100, 0, 0, 0, 1909),
|
|
(123, 'Troll mojo da strongest mojo!', 11340, 1, 12, 0, 100, 0, 0, 0, 10437),
|
|
(124, 'Your skull gonna decorate our ritual altars!', 11340, 2, 12, 0, 100, 0, 0, 0, 10436),
|
|
(125, 'I gonna make you into mojo!', 11340, 3, 12, 0, 100, 0, 0, 0, 10435),
|
|
(126, 'Feel da big bad voodoo!', 11340, 4, 12, 0, 100, 0, 0, 0, 10438),
|
|
(127, 'My weapon be thirsty!', 11340, 5, 12, 0, 100, 0, 0, 0, 1908),
|
|
(128, 'You be dead soon!', 11340, 6, 12, 0, 100, 0, 0, 0, 10434),
|
|
(129, '%s goes into a frenzy!', 11350, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(130, 'Killing you be easy.', 11350, 0, 12, 0, 100, 0, 0, 0, 1909),
|
|
(131, 'Troll mojo da strongest mojo!', 11350, 1, 12, 0, 100, 0, 0, 0, 10437),
|
|
(132, 'Your skull gonna decorate our ritual altars!', 11350, 2, 12, 0, 100, 0, 0, 0, 10436),
|
|
(133, 'I gonna make you into mojo!', 11350, 3, 12, 0, 100, 0, 0, 0, 10435),
|
|
(134, 'Feel da big bad voodoo!', 11350, 4, 12, 0, 100, 0, 0, 0, 10438),
|
|
(135, 'My weapon be thirsty!', 11350, 5, 12, 0, 100, 0, 0, 0, 1908),
|
|
(136, 'You be dead soon!', 11350, 6, 12, 0, 100, 0, 0, 0, 10434),
|
|
(137, 'Killing you be easy.', 11351, 0, 12, 0, 100, 0, 0, 0, 1909),
|
|
(138, 'Troll mojo da strongest mojo!', 11351, 1, 12, 0, 100, 0, 0, 0, 10437),
|
|
(139, 'Your skull gonna decorate our ritual altars!', 11351, 2, 12, 0, 100, 0, 0, 0, 10436),
|
|
(140, 'I gonna make you into mojo!', 11351, 3, 12, 0, 100, 0, 0, 0, 10435),
|
|
(141, 'Feel da big bad voodoo!', 11351, 4, 12, 0, 100, 0, 0, 0, 10438),
|
|
(142, 'My weapon be thirsty!', 11351, 5, 12, 0, 100, 0, 0, 0, 1908),
|
|
(143, 'You be dead soon!', 11351, 6, 12, 0, 100, 0, 0, 0, 10434),
|
|
(144, '%s goes into a frenzy!', 11352, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(145, '%s becomes enraged!', 11355, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(146, 'Killing you be easy.', 11356, 0, 12, 0, 100, 0, 0, 0, 1909),
|
|
(147, 'Troll mojo da strongest mojo!', 11356, 1, 12, 0, 100, 0, 0, 0, 10437),
|
|
(148, 'Your skull gonna decorate our ritual altars!', 11356, 2, 12, 0, 100, 0, 0, 0, 10436),
|
|
(149, 'I gonna make you into mojo!', 11356, 3, 12, 0, 100, 0, 0, 0, 10435),
|
|
(150, 'Feel da big bad voodoo!', 11356, 4, 12, 0, 100, 0, 0, 0, 10438),
|
|
(151, 'My weapon be thirsty!', 11356, 5, 12, 0, 100, 0, 0, 0, 1908),
|
|
(152, 'You be dead soon!', 11356, 6, 12, 0, 100, 0, 0, 0, 10434),
|
|
(153, '%s goes into a frenzy!', 11359, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(154, '%s becomes enraged!', 11451, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(155, 'Killing you be easy.', 11830, 0, 12, 0, 100, 0, 0, 0, 1909),
|
|
(156, 'Troll mojo da strongest mojo!', 11830, 1, 12, 0, 100, 0, 0, 0, 10437),
|
|
(157, 'Your skull gonna decorate our ritual altars!', 11830, 2, 12, 0, 100, 0, 0, 0, 10436),
|
|
(158, 'I gonna make you into mojo!', 11830, 3, 12, 0, 100, 0, 0, 0, 10435),
|
|
(159, 'Feel da big bad voodoo!', 11830, 4, 12, 0, 100, 0, 0, 0, 10438),
|
|
(160, 'My weapon be thirsty!', 11830, 5, 12, 0, 100, 0, 0, 0, 1908),
|
|
(161, 'You be dead soon!', 11830, 6, 12, 0, 100, 0, 0, 0, 10434),
|
|
(162, 'Killing you be easy.', 11831, 0, 12, 0, 100, 0, 0, 0, 1909),
|
|
(163, 'Troll mojo da strongest mojo!', 11831, 1, 12, 0, 100, 0, 0, 0, 10437),
|
|
(164, 'Your skull gonna decorate our ritual altars!', 11831, 2, 12, 0, 100, 0, 0, 0, 10436),
|
|
(165, 'I gonna make you into mojo!', 11831, 3, 12, 0, 100, 0, 0, 0, 10435),
|
|
(166, 'Feel da big bad voodoo!', 11831, 4, 12, 0, 100, 0, 0, 0, 10438),
|
|
(167, 'My weapon be thirsty!', 11831, 5, 12, 0, 100, 0, 0, 0, 1908),
|
|
(168, 'You be dead soon!', 11831, 6, 12, 0, 100, 0, 0, 0, 10434),
|
|
(169, 'Guards!', 11899, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(170, 'Guards!', 11900, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(171, 'Guards!', 11901, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(172, 'Stormpike filth! In my keep?! Slay them all!', 11946, 0, 14, 0, 100, 0, 0, 0, 10245),
|
|
(173, 'You seek to draw the General of the Frostwolf legion out from his fortress? PREPOSTEROUS!', 11946, 0, 14, 0, 100, 0, 0, 0, 10377),
|
|
(174, 'Stormpike weaklings, face me in my fortress - if you dare!', 11946, 0, 14, 0, 100, 0, 0, 0, 10376),
|
|
(175, 'Your attacks are slowed by the cold, I think!', 11946, 0, 14, 0, 100, 0, 0, 0, 8846),
|
|
(176, 'Today, you will meet your ancestors!', 11946, 1, 14, 0, 100, 0, 0, 0, 8849),
|
|
(177, 'If you will not leave Alterac Valley on your own, then the Frostwolves will force you out!', 11946, 2, 14, 0, 100, 0, 0, 0, 8847),
|
|
(178, 'You cannot defeat the Frostwolf clan!', 11946, 3, 14, 0, 100, 0, 0, 0, 8844),
|
|
(179, 'You are no match for the strength of the Horde!', 11946, 4, 14, 0, 100, 0, 0, 0, 8848),
|
|
(180, 'Die! Your kind has no place in Alterac Valley!', 11947, 0, 14, 0, 100, 0, 0, 0, 10055),
|
|
(181, 'I\'ll never fall for that, fool! If you want a battle, it will be on my terms and in my lair.', 11947, 0, 14, 0, 100, 0, 0, 0, 10378),
|
|
(182, 'Now is the time to attack! For the Horde!', 11947, 0, 14, 0, 100, 0, 0, 0, 10057),
|
|
(183, 'Soldiers of Stormpike, your General is under attack! I require aid! Come! Come! Slay these mangy Frostwolf dogs.', 11948, 0, 14, 0, 100, 0, 0, 0, 10243),
|
|
(184, 'You\'ll never get me out of me bunker, heathens!', 11948, 0, 14, 0, 100, 0, 0, 0, 10373),
|
|
(185, 'Why don\'t ya try again without yer cheap tactics, pansies! Or are you too chicken???', 11948, 1, 14, 0, 100, 0, 0, 0, 10374),
|
|
(186, 'I will tell you this much...Alterac Valley will be ours.', 11948, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(187, 'Your attacks are weak! Go practice on some rabbits and come back when you\'re stronger.', 11948, 1, 14, 0, 100, 0, 0, 0, 8839),
|
|
(188, 'We will not be swayed from our mission!', 11948, 2, 14, 0, 100, 0, 0, 0, 8842),
|
|
(189, 'It\'ll take more than you rabble to bring me down!', 11948, 3, 14, 0, 100, 0, 0, 0, 8841),
|
|
(190, 'We, the Alliance, will prevail!', 11948, 4, 14, 0, 100, 0, 0, 0, 8843),
|
|
(191, 'The Stormpike clan bows to no one, especially the horde!', 11948, 5, 14, 0, 100, 0, 0, 0, 8838),
|
|
(192, 'Is that the best you can do?', 11948, 6, 14, 0, 100, 0, 0, 0, 13130),
|
|
(193, 'Take no prisoners! Drive these heathens from our lands!', 11948, 0, 14, 0, 100, 0, 0, 0, 12351),
|
|
(194, 'Begone, uncouth scum! The Alliance shall prevail in Alterac Valley!', 11949, 0, 14, 0, 100, 0, 0, 0, 10054),
|
|
(195, 'Filthy Frostwolf cowards! If you want a fight, you\'ll have to come to me!', 11949, 0, 14, 0, 100, 0, 0, 0, 10375),
|
|
(196, 'Take heart, Alliance! Throw these villains from Alterac Valley!', 11949, 0, 14, 0, 100, 0, 0, 0, 10056),
|
|
(197, 'The zeppelin to Grom\'gol has just arrived! All aboard for Stranglethorn!', 12136, 0, 14, 0, 100, 0, 0, 0, 22097),
|
|
(198, 'Guards!', 12577, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(199, 'Guards!', 12578, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(200, 'Guards!', 12596, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(201, 'Guards!', 12616, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(202, 'Guards!', 12617, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(203, 'Guards!', 12636, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(204, 'Guards!', 12740, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(205, 'Everyone ready?', 12858, 0, 12, 0, 100, 0, 0, 0, 8284),
|
|
(206, 'Ok, let\'s move out!', 12858, 0, 12, 0, 100, 0, 0, 0, 8278),
|
|
(207, 'Prepare yourselves. Silverwing is just around the bend.', 12858, 0, 12, 0, 100, 0, 0, 0, 8282),
|
|
(208, 'Silverwing is ours!', 12858, 0, 12, 0, 100, 0, 0, 0, 8280),
|
|
(209, 'Go report that the outpost is taken. We will remain here.', 12858, 0, 12, 0, 100, 0, 0, 0, 8281),
|
|
(210, 'Guards!', 13177, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(211, 'If you want the key, you\'ll have to catch me!', 14354, 0, 12, 0, 0, 0, 0, 0, 9349),
|
|
(212, 'Chase me if you dare! I run without a care!', 14354, 0, 12, 0, 0, 0, 0, 0, 9353),
|
|
(213, 'Why would you ever want to harm me!? Come. Friends we can be!', 14354, 0, 12, 0, 0, 0, 0, 0, 9357),
|
|
(214, 'DIE?! You make Pusillin cry!', 14354, 0, 12, 0, 0, 0, 0, 0, 9360),
|
|
(215, 'Say hello to my little friends!', 14354, 0, 12, 0, 0, 0, 0, 0, 9363),
|
|
(216, 'I very much doubt that he will have anything to say, stranger...', 14368, 0, 12, 0, 100, 1, 0, 0, 9446),
|
|
(217, 'I personally didn\'t mind him. It was the Prince who took exception to a high elf in his domain. Alas, I am not one to question the Prince. In his defense, he did not incinerate Master Winthalus immediately.', 14368, 0, 12, 0, 100, 1, 0, 0, 9447),
|
|
(218, 'We most definitely do not need anymore attention drawn to us, stranger. Return to those that sent you in search of the lost master and tell them that nothing could be found. When this is done - and I will know when it is so - return and I shall reveal the secrets of the deceased.', 14368, 0, 12, 0, 100, 1, 0, 0, 9448),
|
|
(219, 'Let the coils of hate unfurl!', 14507, 0, 14, 0, 0, 0, 0, 8421, 10026),
|
|
(220, 'Ssserenity...at lassst!', 14507, 0, 14, 0, 0, 0, 0, 0, 10460),
|
|
(221, '%s fully engulfs in flame and a maddened look appears in his eyes!', 14750, 0, 16, 0, 100, 0, 0, 0, 10425),
|
|
(222, '%s becomes enraged!', 14821, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(223, 'The strands of LIFE have been severed! The Dreamers must be avenged!', 14887, 0, 14, 0, 0, 0, 0, 0, 10880),
|
|
(224, 'Come forth, ye Dreamers - and claim your vengeance!', 14887, 0, 14, 0, 0, 0, 0, 0, 10881),
|
|
(225, 'I can sense the SHADOW on your hearts. There can be no rest for the wicked!', 14888, 0, 14, 0, 0, 0, 0, 0, 10883),
|
|
(226, 'Your wicked souls shall feed my power!', 14888, 0, 14, 0, 0, 0, 0, 0, 10882),
|
|
(227, 'Hope is a DISEASE of the soul! This land shall wither and die!', 14889, 0, 14, 0, 0, 0, 0, 0, 10885),
|
|
(228, 'Taste your world\'s corruption!', 14889, 0, 14, 0, 0, 0, 0, 0, 10884),
|
|
(229, 'Peace is but a fleeting dream! Let the NIGHTMARE reign!', 14890, 0, 14, 0, 0, 0, 0, 0, 10886),
|
|
(230, 'Children of Madness - I release you upon this world!', 14890, 0, 14, 0, 0, 0, 0, 0, 10887),
|
|
(231, 'Guards!', 15177, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(232, 'Guards!', 15178, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(233, 'Your treachery only speeds your doom. This world will fall to darkness!', 15203, 0, 14, 0, 100, 0, 0, 0, 10805),
|
|
(234, 'Your treachery only speeds your doom. This world will fall to darkness!', 15204, 0, 14, 0, 100, 0, 0, 0, 10805),
|
|
(235, 'Your treachery only speeds your doom. This world will fall to darkness!', 15205, 0, 14, 0, 100, 0, 0, 0, 10805),
|
|
(236, 'What? Such a small, frail thing beckons me? This will not go unpunished!', 15206, 0, 12, 0, 100, 0, 0, 0, 10803),
|
|
(237, 'What? Such a small, frail thing beckons me? This will not go unpunished!', 15207, 0, 12, 0, 100, 0, 0, 0, 10803),
|
|
(238, 'What? Such a small, frail thing beckons me? This will not go unpunished!', 15208, 0, 12, 0, 100, 0, 0, 0, 10803),
|
|
(239, 'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!', 15209, 0, 12, 0, 100, 0, 0, 0, 10686),
|
|
(240, 'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!', 15211, 0, 12, 0, 100, 0, 0, 0, 10686),
|
|
(241, 'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!', 15212, 0, 12, 0, 100, 0, 0, 0, 10686),
|
|
(242, 'The Alliance has defended Wintergrasp Fortress!', 15214, 0, 41, 0, 100, 0, 0, 0, 31403),
|
|
(243, 'The Westspark siege workshop has been captured by the Horde!', 15214, 0, 41, 0, 100, 0, 0, 0, 34407),
|
|
(244, 'The Westspark siege workshop has been attacked by the Horde!', 15214, 0, 41, 0, 100, 0, 0, 0, 34411),
|
|
(245, 'The Westspark siege workshop has been captured by the Alliance!', 15214, 0, 41, 0, 100, 0, 0, 0, 34405),
|
|
(246, 'The Westspark siege workshop has been attacked by the Alliance!', 15214, 0, 41, 0, 100, 0, 0, 0, 34410),
|
|
(247, 'The Sunken Ring siege workshop has been captured by the Horde!', 15214, 0, 41, 0, 100, 0, 0, 0, 30940),
|
|
(248, 'The Sunken Ring siege workshop has been attacked by the Horde!', 15214, 0, 41, 0, 100, 0, 0, 0, 33060),
|
|
(249, 'The Sunken Ring siege workshop has been captured by the Alliance!', 15214, 0, 41, 0, 100, 0, 0, 0, 30938),
|
|
(250, 'The Sunken Ring siege workshop has been attacked by the Alliance!', 15214, 0, 41, 0, 100, 0, 0, 0, 33059),
|
|
(251, 'The Eastspark siege workshop has been captured by the Horde!', 15214, 0, 41, 0, 100, 0, 0, 0, 34406),
|
|
(252, 'The Eastspark siege workshop has been attacked by the Horde!', 15214, 0, 41, 0, 100, 0, 0, 0, 34409),
|
|
(253, 'The Eastspark siege workshop has been captured by the Alliance!', 15214, 0, 41, 0, 100, 0, 0, 0, 34404),
|
|
(254, 'The Eastspark siege workshop has been attacked by the Alliance!', 15214, 0, 41, 0, 100, 0, 0, 0, 34408),
|
|
(255, 'The Broken Temple siege workshop has been captured by the Horde!', 15214, 0, 41, 0, 100, 0, 0, 0, 30941),
|
|
(256, 'The Broken Temple siege workshop has been attacked by the Horde!', 15214, 0, 41, 0, 100, 0, 0, 0, 33062),
|
|
(257, 'The Broken Temple siege workshop has been captured by the Alliance!', 15214, 0, 41, 0, 100, 0, 0, 0, 30939),
|
|
(258, 'The Broken Temple siege workshop has been attacked by the Alliance!', 15214, 0, 41, 0, 100, 0, 0, 0, 33061),
|
|
(259, 'The south-eastern keep tower has been destroyed!', 15214, 0, 41, 0, 100, 0, 0, 0, 31237),
|
|
(260, 'The south-eastern keep tower has been damaged!', 15214, 0, 41, 0, 100, 0, 0, 0, 31234),
|
|
(261, 'The north-western keep tower has been destroyed!', 15214, 0, 41, 0, 100, 0, 0, 0, 31239),
|
|
(262, 'The north-western keep tower has been damaged!', 15214, 0, 41, 0, 100, 0, 0, 0, 31232),
|
|
(263, 'The western tower has been destroyed!', 15214, 0, 41, 0, 100, 0, 0, 0, 31249),
|
|
(264, 'The western tower has been damaged!', 15214, 0, 41, 0, 100, 0, 0, 0, 31248),
|
|
(265, 'The eastern tower has been destroyed!', 15214, 0, 41, 0, 100, 0, 0, 0, 31251),
|
|
(266, 'The eastern tower has been damaged!', 15214, 0, 41, 0, 100, 0, 0, 0, 31246),
|
|
(267, 'The southern tower has been destroyed!', 15214, 0, 41, 0, 100, 0, 0, 0, 31250),
|
|
(268, 'The southern tower has been damaged!', 15214, 0, 41, 0, 100, 0, 0, 0, 31247),
|
|
(269, 'Let the battle begin!', 15214, 0, 41, 0, 100, 0, 0, 0, 30961),
|
|
(270, 'What? Such a small, frail thing beckons me? This will not go unpunished!', 15220, 0, 12, 0, 100, 0, 0, 0, 10803),
|
|
(271, 'Your treachery only speeds your doom. This world will fall to darkness!', 15305, 0, 14, 0, 100, 0, 0, 0, 10805),
|
|
(272, 'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!', 15307, 0, 12, 0, 100, 0, 0, 0, 10686),
|
|
(273, 'Very well. Let\'s see what you have to show me, $n.', 15420, 0, 12, 0, 100, 0, 0, 0, 11734),
|
|
(274, 'What manner of trick is this, $r? If you seek to ambush me, I warn you I will not go down quietly! ', 15420, 0, 12, 0, 100, 0, 0, 0, 11735),
|
|
(275, 'These arcane sanctums of yours are quite... interesting Mr. Caidanis. I appreciate the information you have given me today.', 15420, 0, 12, 0, 100, 1, 0, 0, 11717),
|
|
(276, 'I SAID GOOD BYE!', 15481, 0, 12, 0, 100, 1, 0, 0, 0),
|
|
(277, 'Come, $n. See what the Nightmare brings...', 15625, 0, 14, 0, 100, 0, 0, 0, 11271),
|
|
(278, 'The Nightmare cannot be stopped!', 15625, 0, 14, 0, 100, 0, 0, 0, 11269),
|
|
(279, '%s squeezes the last bit of life out of $n and swallows their soul.', 15625, 0, 16, 0, 100, 0, 0, 0, 11270),
|
|
(280, 'An aura of necrotic energy blocks all healing!', 16011, 0, 41, 0, 100, 0, 0, 0, 32334),
|
|
(281, 'The aura fades away, allowing healing once more!', 16011, 0, 41, 0, 100, 0, 0, 0, 32335),
|
|
(282, 'The aura\'s power begins to wane!', 16011, 0, 41, 0, 100, 0, 0, 0, 32805),
|
|
(283, 'Guards!', 16189, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(284, 'Guards!', 16192, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(285, 'Th... thank you. I thought I was going to die.', 16206, 0, 12, 0, 100, 0, 0, 0, 12222),
|
|
(286, 'Thanks, I should\'ve never left Silverpine Forest.', 16208, 0, 12, 0, 100, 6, 0, 0, 12220),
|
|
(287, 'You have my thanks!', 16209, 0, 12, 0, 100, 0, 0, 0, 12221),
|
|
(288, 'Guards!', 16227, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(289, 'The %s seems overjoyed.', 16518, 0, 16, 0, 100, 0, 0, 0, 12516),
|
|
(290, 'The %s seems disoriented.', 16518, 1, 16, 0, 100, 0, 0, 0, 12518),
|
|
(291, 'The %s doesn\'t look like it minds the crystal\'s effects.', 16518, 2, 16, 0, 100, 0, 0, 0, 12520),
|
|
(292, 'The %s didn\'t like what just happened.', 16518, 3, 16, 0, 100, 0, 0, 0, 12521),
|
|
(293, 'The %s looks confused.', 16518, 4, 16, 0, 100, 0, 0, 0, 12517),
|
|
(294, 'The %s nods appreciatively.', 16518, 5, 16, 0, 100, 0, 0, 0, 12514),
|
|
(295, 'Guards!', 16587, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(296, 'Guards!', 16822, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(297, '%s becomes enraged!', 16878, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(298, 'Welcome, champions! You have heard the call of the Argent Crusade and you have boldly answered! It is here, in the Crusaders\' Coliseum, that you will face your greatest challenges. Those of you who survive the rigors of the coliseum will join the Argent Crusade on its march to Icecrown Citadel.', 34996, 0, 14, 0, 100, 0, 0, 16036, 35708),
|
|
(299, 'I think I can make it to Brackenwall on my own. They\'ve got the cargo at the top of the tower. Be careful!', 17119, 0, 12, 0, 0, 0, 0, 0, 13500),
|
|
(300, 'Guards!', 17554, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(301, 'Guards!', 17555, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(302, 'Do not proceed. You will be eliminated.', 17711, 0, 14, 0, 0, 0, 0, 11344, 20941),
|
|
(303, 'Tectonic disruption commencing.', 17711, 0, 14, 0, 0, 0, 0, 11345, 20942),
|
|
(304, 'Magnitude set. Release.', 17711, 1, 14, 0, 0, 0, 0, 11346, 20943),
|
|
(305, 'Trajectory locked.', 17711, 0, 14, 0, 0, 0, 0, 11347, 20944),
|
|
(306, 'Engage maximum speed.', 17711, 1, 14, 0, 0, 0, 0, 11348, 20945),
|
|
(307, 'Threat level zero.', 17711, 0, 14, 0, 0, 0, 0, 11349, 20946),
|
|
(308, 'Directive accomplished.', 17711, 1, 14, 0, 0, 0, 0, 11350, 20947),
|
|
(309, 'Target exterminated.', 17711, 2, 14, 0, 0, 0, 0, 11351, 20948),
|
|
(310, 'System failure in five, f-o-u-r...', 17711, 0, 14, 0, 0, 0, 0, 11352, 20949),
|
|
(311, 'Show this upstart how a real Blood Knight fights, Swiftblade!', 17807, 0, 14, 0, 100, 0, 7000, 0, 14462),
|
|
(312, 'Champion Lightrend, make me proud!', 17807, 0, 14, 0, 100, 0, 7000, 0, 14460),
|
|
(313, 'Let the trial begin! Bloodwrath, attack!', 17807, 0, 14, 0, 100, 0, 7000, 0, 14459),
|
|
(314, '%s goes into a frenzy!', 18069, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(315, 'Dat was poop! Mogor could put up much better fight den dat!', 18069, 0, 14, 0, 100, 0, 0, 0, 15470),
|
|
(316, 'Mogor not impressed! Skra\'gath wuz made of da air and shadow! Soft like da squishy orcies!', 18069, 0, 14, 0, 100, 0, 0, 0, 15474),
|
|
(317, 'Now you face da true champion! I give you chance to run away little one. Run away now before Mogor decim... destyor... Run away before Mogor KILL!', 18069, 0, 14, 0, 100, 0, 0, 0, 15478),
|
|
(318, 'No more chances! Now you pay da ogre!', 18069, 0, 14, 0, 100, 15, 0, 0, 15479),
|
|
(319, 'No more nice ogre! You hurt Mogor!!', 18069, 0, 14, 0, 100, 0, 0, 0, 15483),
|
|
(320, 'WUT!? UNPOSSIBLE!! You fight Mogor now! Mogor destroy!', 18069, 0, 14, 0, 100, 0, 0, 0, 15477),
|
|
(321, 'Obey the laws of Silvermoon. Failure to do so will result in termination.', 18103, 0, 12, 1, 100, 0, 0, 0, 14783),
|
|
(322, 'Maintain order within these walls.', 18103, 1, 12, 0, 100, 0, 0, 0, 14787),
|
|
(323, 'Look out!', 18209, 0, 12, 0, 100, 0, 0, 0, 39797),
|
|
(324, 'Don\'t let them escape! Kill the strong one first!', 18209, 0, 12, 0, 100, 0, 0, 0, 15002),
|
|
(325, 'More of them coming! Watch out!', 18209, 0, 12, 1, 100, 0, 0, 0, 15000),
|
|
(326, 'Where do you think you\'re going? Kill them all!', 18209, 0, 12, 0, 100, 0, 0, 0, 15003),
|
|
(327, 'Ride the lightning, filth!', 18209, 0, 12, 1, 100, 0, 0, 0, 15006),
|
|
(328, 'FROST SHOCK!', 18209, 0, 14, 0, 100, 0, 0, 0, 15009),
|
|
(329, 'Up ahead is the road to Telaar. We will split up when we reach the fork as they will surely send more Murkblood after us. Hopefully one of us makes it back to Telaar alive.', 18209, 0, 14, 7, 100, 0, 0, 0, 15048),
|
|
(330, 'FROST SHOCK!', 18210, 0, 12, 0, 100, 0, 0, 0, 15009),
|
|
(331, 'Ride the lightning, filth!', 18210, 0, 12, 1, 100, 0, 0, 0, 15006),
|
|
(332, 'Where do you think you\'re going? Kill them all!', 18202, 0, 12, 0, 100, 0, 0, 0, 15003),
|
|
(333, 'More of them coming! Watch out!', 18210, 0, 12, 1, 100, 0, 0, 0, 15000),
|
|
(334, 'Look out!', 18210, 0, 12, 0, 100, 0, 0, 0, 39797),
|
|
(335, 'Don\'t let them escape! Kill the strong one first!', 18211, 0, 12, 0, 100, 0, 0, 0, 15002),
|
|
(336, 'In Nagrand, food hunt ogre!', 18351, 0, 12, 0, 100, 0, 0, 0, 15278),
|
|
(337, 'You taste good with maybe a little salt and pepper.', 18351, 1, 12, 0, 100, 0, 0, 0, 15279),
|
|
(338, 'OK, OK! Lump give up!', 18351, 2, 12, 0, 100, 0, 0, 0, 15282),
|
|
(339, 'Blue brothers reign supreme!', 18399, 0, 12, 0, 100, 0, 0, 0, 15460),
|
|
(340, 'ROKDAR SMASH PUNY $n!', 18400, 0, 14, 0, 100, 0, 0, 0, 15468),
|
|
(341, 'Closer... Come closer... See what the void brings!', 18401, 0, 14, 0, 100, 0, 0, 0, 15472),
|
|
(342, 'Piece by piece I will tear this challenger apart... PIECE BY PIECE!', 18402, 0, 14, 0, 100, 0, 0, 0, 15476),
|
|
(343, 'Death to the ogres!', 18428, 0, 12, 0, 100, 0, 0, 0, 15388),
|
|
(344, 'Many thanks, hero!', 18428, 1, 12, 0, 100, 0, 0, 0, 15389),
|
|
(345, 'One day, a hero will rise and lift the orcs up to their former glory.', 18428, 2, 12, 0, 100, 0, 0, 0, 15384),
|
|
(346, 'Spirits watch over you, $r!', 18428, 3, 12, 0, 100, 0, 0, 0, 15390),
|
|
(347, 'Thank you, $r! Your service to the Mag\'har will not be forgotten.', 18428, 4, 12, 0, 100, 0, 0, 0, 15387),
|
|
(348, 'Get in the Ring of Blood, $n. The fight is about to start!', 18471, 0, 12, 0, 100, 0, 0, 0, 15441),
|
|
(349, 'The battle is about to begin! $n versus the ferocious clefthoof, Brokentoe!', 18471, 0, 14, 0, 100, 0, 0, 0, 15439),
|
|
(350, '$n has defeated Brokentoe!', 18471, 0, 14, 0, 100, 0, 0, 0, 15442),
|
|
(351, 'The battle is about to begin! The unmerciful Murkblood twins versus $n!', 18471, 0, 14, 0, 100, 0, 0, 0, 15461),
|
|
(352, 'Unbelievable! $n has defeated the Murkblood twins!', 18471, 0, 14, 0, 100, 0, 0, 0, 15462),
|
|
(353, 'Hailing from the mountains of Blade\'s Edge comes Rokdar the Sundered Lord! $n is in for the fight of $g his:her; life.', 18471, 0, 14, 0, 100, 0, 0, 0, 15467),
|
|
(354, '$n is victorious once more!', 18471, 0, 14, 0, 100, 0, 0, 0, 15469),
|
|
(355, 'From parts unknown: Skra\'gath! Can $n possibly survive the onslaught of void energies?', 18471, 0, 14, 0, 100, 0, 0, 0, 15473),
|
|
(356, '$n is victorious once more!', 18471, 0, 14, 0, 100, 0, 0, 0, 15469),
|
|
(357, 'This is the moment we\'ve all been waiting for! The Warmaul champion is about to make his first showing at the Ring of Blood in weeks! Will $n go down in defeat as easily as the champion\'s other opponents? We shall see...', 18471, 0, 14, 0, 100, 0, 0, 0, 15475),
|
|
(358, '$n is victorious once more!', 18471, 0, 14, 0, 100, 0, 0, 0, 15469),
|
|
(359, 'Mogor has challenged you. You have to accept! Get in the ring if you are ready to fight.', 18471, 0, 12, 0, 100, 0, 0, 0, 15480),
|
|
(360, 'Ancestors watch over you, kind one...', 18688, 0, 12, 0, 100, 21, 0, 0, 16841),
|
|
(361, 'Cease your crying! STOP!', 18688, 1, 12, 0, 100, 21, 0, 0, 15706),
|
|
(362, 'I remember everything...', 18688, 2, 12, 0, 100, 21, 0, 0, 15701),
|
|
(363, 'It cannot be...', 18688, 3, 12, 0, 100, 21, 0, 0, 16839),
|
|
(364, 'It comes for you...', 18688, 4, 12, 0, 100, 21, 0, 0, 16838),
|
|
(365, 'The spirits call... I am consumed.', 18688, 0, 12, 0, 100, 21, 0, 0, 15704),
|
|
(366, 'Cannot control... It draws me in... The void grows...', 18688, 1, 12, 0, 100, 21, 0, 0, 15710),
|
|
(367, 'It is dying. It is dying. It is dying.', 18688, 2, 12, 0, 100, 21, 0, 0, 15707),
|
|
(368, 'The cold embrace awaits...', 18688, 3, 12, 0, 100, 21, 0, 0, 16837),
|
|
(369, 'The pain is unbearable.', 18688, 4, 12, 0, 100, 21, 0, 0, 15705),
|
|
(370, 'What is happening to me?', 18688, 5, 12, 0, 100, 21, 0, 0, 29739),
|
|
(371, 'What is this trickery? I... ARGH...', 18688, 6, 12, 0, 100, 21, 0, 0, 16840),
|
|
(372, 'What will become of us when it falls?', 18688, 7, 12, 0, 100, 21, 0, 0, 15709),
|
|
(373, 'I remember well the sting of defeat at the conclusion of the Third War. I have waited far too long for my revenge. Now the shadow of the Legion falls over this world. It is only a matter of time until all of your failed creation... is undone. ', 18728, 0, 14, 0, 0, 0, 0, 11332, 20076),
|
|
(374, 'The legion will conquer all!', 18728, 0, 14, 0, 0, 0, 0, 11333, 20077),
|
|
(375, 'All mortals will perish!', 18728, 1, 14, 0, 0, 0, 0, 11334, 20078),
|
|
(376, 'All life must be eradicated! ', 18728, 0, 14, 0, 0, 0, 0, 11335, 20079),
|
|
(377, 'I\'ll rip the flesh from your bones!', 18728, 1, 14, 0, 0, 0, 0, 11336, 20080),
|
|
(378, 'Kirel narak!', 18728, 0, 14, 0, 0, 0, 0, 11337, 20081),
|
|
(379, 'Contemptible wretch!', 18728, 1, 14, 0, 0, 0, 0, 11338, 20082),
|
|
(380, 'The universe will be remade.', 18728, 2, 14, 0, 0, 0, 0, 11339, 20083),
|
|
(381, 'The Legion... will never... fall.', 18728, 0, 14, 0, 0, 0, 0, 11340, 20084),
|
|
(382, '%s goes into a frenzy!', 18728, 0, 16, 0, 0, 0, 0, 0, 38630),
|
|
(383, 'Invaders, you dangle upon the precipice of oblivion! The Burning Legion comes and with it comes your end.\n', 18728, 0, 14, 0, 0, 0, 0, 0, 15895),
|
|
(384, 'Impudent whelps, you only delay the inevitable. Where one has fallen, ten shall rise. Such is the will of Kazzak...', 18728, 1, 14, 0, 0, 0, 0, 0, 16432),
|
|
(385, 'Guards!', 18785, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(386, 'Guards!', 18788, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(387, 'Guards!', 18789, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(388, 'Guards!', 18791, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(389, 'Guards!', 18807, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(390, 'Guards!', 18808, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(391, 'Guards!', 18809, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(392, 'Arrrhhh...Guards!', 18930, 0, 14, 7, 100, 0, 0, 0, 0),
|
|
(393, 'Guards!', 18931, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(394, 'Guards!', 18937, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(395, 'Guards!', 18939, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(396, 'Guards!', 18942, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(397, 'Guards!', 18953, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(398, 'Thank you for freeing me, $n! I\'m going to make my way to Shattrath!', 18956, 0, 12, 0, 100, 0, 0, 0, 16049),
|
|
(399, 'Hey, did you read the bounty on this wanted poster?', 18999, 0, 12, 7, 100, 6, 0, 0, 16969),
|
|
(400, 'The Bone Wastes! I don\'t care what\'s being offered as a reward, I\'m not going into the Bone Wastes!', 18999, 1, 12, 7, 100, 6, 0, 0, 16972),
|
|
(401, 'This wanted poster says that they\'re offering gold to these so-called adventurers to go kill things. Isn\'t that what we do? I don\'t think I\'m being paid enough!', 18999, 2, 12, 7, 100, 6, 0, 0, 16970),
|
|
(402, 'You want to go do the bounty off of this wanted poster after the shift is over?', 18999, 3, 12, 7, 100, 6, 0, 0, 16974),
|
|
(403, 'This wanted poster has a bounty on bonelashers. You think I should do that?', 18999, 4, 12, 7, 100, 6, 0, 0, 16971),
|
|
(404, 'Is that wanted poster all that you\'re going to talk about today?', 18999, 0, 12, 7, 100, 1, 0, 0, 16976),
|
|
(405, 'I\'m up to looking into that bounty after this shift.', 18999, 1, 12, 7, 100, 1, 0, 0, 16977),
|
|
(406, 'I could use the extra money.', 18999, 2, 12, 7, 100, 1, 0, 0, 16979),
|
|
(407, 'I don\'t know and I don\'t care.', 18999, 3, 12, 7, 100, 1, 0, 0, 16975),
|
|
(408, 'The bonelashers of the wastes are no laughing matter. I hear they carry diseases!', 18999, 4, 12, 7, 100, 1, 0, 0, 16978),
|
|
(409, 'Oh sweet, delicious, spotted eggs - you will be mine... ', 19035, 0, 12, 0, 100, 0, 0, 0, 16139),
|
|
(410, 'If only I could get this blasted machine working!', 19035, 1, 12, 0, 100, 0, 0, 0, 16138),
|
|
(411, 'They look so delicious...', 19035, 2, 12, 0, 100, 0, 0, 0, 16137),
|
|
(412, 'Emote blabla', 19055, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(413, 'Guards!', 19181, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(414, 'Guards!', 19317, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(415, 'What good does this violence serve? What is done is done. I have failed my people.', 19456, 0, 12, 0, 100, 0, 1000, 0, 16774),
|
|
(416, 'Haven\'t you done enough harm? Must you also disturb my slumber?', 19456, 0, 12, 0, 100, 0, 2000, 0, 16773),
|
|
(417, 'What... What have I become? Arrrgghhh...', 19480, 0, 12, 0, 100, 21, 0, 0, 16835),
|
|
(418, 'A tradesman, perhaps? You need look no further than I for supplies. My prices are quite fair, friend. These items were difficult to acquire, but what does the source matter, eh? You\'ll have what you need.', 19533, 0, 12, 0, 100, 1, 0, 0, 17004),
|
|
(419, 'The creatures of this place are strong, wayfarer. You\'ll need ample ammunition if you hope to survive. You\'re in luck - I am well-stocked with fine arrows, bullets, and throwing weapons. The price is reasonable, considering circumstances.', 19534, 0, 12, 0, 100, 1, 0, 0, 17002),
|
|
(420, 'Guards!', 19558, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(421, 'If you think I\'ll betray my friend that easily, think again! Face me, you scoundrel!', 20159, 0, 12, 1, 100, 0, 0, 0, 17758),
|
|
(422, 'Spare my life! I will tell you about Arelion\'s secret.', 20159, 0, 12, 1, 100, 0, 0, 0, 17755),
|
|
(423, 'Guards!', 20234, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(424, 'The best selection of smuggled goods is available right here, $n. Great for the whole family! Avoid goblin taxation and naaru prohibition - the Consortium is here to fill your every shopping need!', 20242, 0, 12, 0, 100, 1, 0, 0, 17916),
|
|
(425, '%s calls for the aid of a nearby male!', 20610, 0, 16, 0, 100, 0, 0, 0, 19207),
|
|
(426, '%s seems to have weakened.', 20610, 0, 16, 0, 100, 0, 0, 0, 18606),
|
|
(427, 'Guards!', 20762, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(428, '%s goes into a frenzy!', 20774, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(429, '%s seems to have weakened.', 20777, 0, 16, 0, 100, 0, 0, 0, 18606),
|
|
(430, 'You\'ve saved me, fleshling! Ameer will hear of this noble act.', 20787, 0, 12, 0, 100, 0, 0, 0, 18388),
|
|
(431, 'I knew the prince would be angry, but I... I have not been myself. I had to let them out! The great one speaks to me, you see. Wait--outsiders. Kael\'thas did not send you! Good... I\'ll just tell the prince you released the prisoners!', 20904, 0, 14, 0, 100, 0, 0, 11222, 19103),
|
|
(432, 'The naaru kept some of the most dangerous beings in existence here in these cells. Let me introduce you to another....', 20904, 0, 14, 0, 100, 0, 0, 11223, 19104),
|
|
(433, 'Yes, yes... another! Your will is mine!', 20904, 0, 14, 0, 100, 0, 0, 11224, 19106),
|
|
(434, 'Behold, yet another terrifying creature of incomprehensible power!', 20904, 0, 14, 0, 100, 0, 0, 11225, 19107),
|
|
(435, 'What is this? A lowly gnome? I will do better, oh great one.', 20904, 0, 14, 0, 100, 0, 0, 11226, 19109),
|
|
(436, 'Anarchy! Bedlam! Oh, you are so wise! Yes, I see it now, of course!', 20904, 0, 14, 0, 100, 0, 0, 11227, 19110),
|
|
(437, 'One final cell remains. Yes, O great one, right away!', 20904, 0, 14, 0, 100, 0, 0, 11228, 19111),
|
|
(438, 'Welcome, O great one. I am your humble servant.', 20904, 0, 14, 0, 100, 0, 0, 11229, 19114),
|
|
(439, 'Where in Bonzo\'s Brass Buttons am I? And who are-- yaaghh, that\'s one mother of a headache!', 20977, 0, 12, 0, 100, 0, 0, 11171, 19108),
|
|
(440, '"Lowly"? I don\'t care who you are, friend: no one refers to the mighty Millhouse Manastorm as "lowly"!', 20977, 0, 12, 0, 100, 0, 0, 11172, 19116),
|
|
(441, 'I just need to get some things ready first. You guys go ahead and get started. I need to summon up some water....', 20977, 0, 12, 0, 100, 0, 0, 11173, 19117),
|
|
(442, 'Fantastic! Next, some protective spells. Yeah, now we\'re cookin\'!', 20977, 0, 12, 0, 100, 0, 0, 11174, 19119),
|
|
(443, 'And of course I\'ll need some mana. You guys are gonna love this; just wait....', 20977, 0, 12, 0, 100, 0, 0, 11175, 19120),
|
|
(444, 'Aaalllriiiight!! Who ordered up an extra large can of whoop-ass?', 20977, 0, 12, 0, 100, 0, 0, 11176, 19121),
|
|
(445, 'I didn\'t even break a sweat on that one!', 20977, 0, 12, 0, 100, 0, 0, 11177, 19824),
|
|
(446, 'You guys feel free to jump in anytime.', 20977, 1, 12, 0, 100, 0, 0, 11178, 19825),
|
|
(447, 'I\'m gonna light you up, sweet cheeks!', 20977, 0, 12, 0, 100, 0, 0, 11179, 19826),
|
|
(448, 'Ice, ice baby.', 20977, 0, 12, 0, 100, 0, 0, 11180, 19827),
|
|
(449, 'Heal me! For the love of all that\'s holy, heal me! I\'m dying!!', 20977, 0, 12, 0, 100, 0, 0, 11181, 19828),
|
|
(450, 'You\'ll be hearing from my lawyer!', 20977, 0, 12, 0, 100, 0, 0, 11182, 19829),
|
|
(451, 'Who\'s bad? Who\'s bad? That\'s right: we bad!', 20977, 0, 12, 0, 100, 0, 0, 11183, 19146),
|
|
(452, '%s goes into a frenzy!', 20983, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(453, 'Guards!', 21107, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(454, 'I\'m through asking nicely, fish-man.', 21291, 0, 12, 0, 100, 25, 0, 0, 18954),
|
|
(455, 'Where is the Cipher of Damnation? I know a third of it is in this village.', 21291, 0, 12, 0, 100, 6, 0, 0, 18955),
|
|
(456, 'No... Of course not. What was I thinking? Why would you have a third of the Cipher of Damnation?', 21291, 0, 12, 0, 100, 274, 0, 0, 18958),
|
|
(457, 'I feel so stupid. Maybe I should unchain you and set you free?', 21291, 0, 12, 0, 100, 11, 0, 0, 18959),
|
|
(458, 'DO I HONESTLY LOOK THAT STUPID TO YOU, NAGA? NOW YOU FEEL PAIN!', 21291, 0, 12, 0, 100, 5, 0, 0, 18960),
|
|
(459, '%s spits on the Coilskar naga.', 21291, 0, 16, 0, 100, 5, 0, 0, 18962),
|
|
(460, 'GET UP YOU ROTTEN PIECE OF TRASH! GET UP BEFORE I END YOU!', 21291, 0, 12, 0, 100, 5, 0, 0, 18963),
|
|
(461, 'I\'m listening...', 21291, 0, 12, 0, 100, 273, 0, 0, 18966),
|
|
(462, 'Whhaaat... are you sssspeaking of, ssssoft-sskin?', 21295, 0, 12, 0, 100, 1, 0, 0, 18956),
|
|
(463, 'The naga do nottt... have thissss... cipherrr...', 21295, 0, 12, 0, 100, 1, 0, 0, 18957),
|
|
(464, 'Yesss... Yesss... Ssset me freee...', 21295, 0, 12, 0, 100, 1, 0, 0, 18961),
|
|
(465, '%s regains consciousness.', 21295, 0, 16, 0, 100, 0, 0, 0, 25036),
|
|
(466, 'Do not beat the Coilsssskaarrr commander anymore, orc! I will tell you! The cipherrr... It is hidden in one of the chests at Coilssskarrr Point... The naga there hold the keysss...', 21295, 0, 12, 0, 100, 1, 0, 0, 18965),
|
|
(467, 'COILSSSKARRR!', 21295, 0, 12, 0, 100, 15, 0, 0, 18967),
|
|
(468, 'Your body is mine! Our fates are forever intertwined.', 21797, 0, 14, 0, 100, 0, 0, 0, 19494),
|
|
(469, 'Woot!', 22314, 0, 12, 0, 100, 0, 0, 0, 20110),
|
|
(470, 'I think those weird bird guys were going to eat us. Gross!', 22314, 1, 12, 0, 100, 0, 0, 0, 20114),
|
|
(471, 'Yay! We\'re free!', 22314, 2, 12, 0, 100, 0, 0, 0, 20109),
|
|
(472, 'Gross!', 22314, 3, 12, 0, 100, 0, 0, 0, 20115),
|
|
(473, 'More Minions of Terokk are coming!', 22373, 0, 12, 0, 100, 0, 0, 0, 20266),
|
|
(474, 'The invaders persist! Hold them off!', 22373, 0, 12, 0, 100, 0, 0, 0, 20267),
|
|
(475, 'An Avatar of Terokk!! To arms!', 22373, 0, 12, 0, 100, 0, 0, 0, 20268),
|
|
(476, 'The Avatar of Terokk has been defeated! Death to Terokk! Death to Skettis!', 22373, 0, 12, 0, 100, 0, 0, 0, 20270),
|
|
(477, 'Guards!', 22485, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(478, 'Guards!', 22935, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(479, 'Guards!', 22936, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(480, '%s appears weak!', 23678, 0, 16, 0, 100, 0, 0, 0, 23041),
|
|
(481, 'I knew Lurielle would send help! Thank you, friend, and give Lurielle my thanks as well!', 23678, 0, 12, 0, 100, 1, 0, 0, 23044),
|
|
(482, 'Where am I? What happened to me? You... you freed me?', 23678, 1, 12, 0, 100, 1, 0, 0, 23043),
|
|
(483, 'Thank you. I thought I would die without seeing my sisters again!', 23678, 2, 12, 0, 100, 1, 0, 0, 23042),
|
|
(484, 'Thank you! There\'s no telling what those brutes would\'ve done to me.', 23720, 0, 12, 0, 100, 18, 0, 0, 22438),
|
|
(485, 'Guards!', 23736, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(486, 'James? James... No, you\'re not James, but I know who you are...', 23768, 0, 12, 0, 100, 0, 0, 0, 22244),
|
|
(487, 'You\'re the one who tracked down the brutes who did this to us.', 23768, 0, 12, 0, 100, 0, 0, 0, 22245),
|
|
(488, 'I tried so hard to tell Jim... to tell anyone... who was behind this, but I couldn\'t find a way...', 23768, 0, 12, 0, 100, 0, 0, 0, 22246),
|
|
(489, 'Thank you for helping us and for helping Jim. If you see him, tell him little Jimmy and I love him and that we\'re waiting for him.', 23768, 0, 12, 0, 100, 0, 0, 0, 22247),
|
|
(490, 'I don\'t know when we\'ll see Daddy again, Jimmy, but I know he loves you and he misses you very much.', 23768, 0, 12, 0, 100, 0, 0, 0, 22249),
|
|
(491, 'Mommy, when will we see Daddy again?', 23769, 0, 12, 0, 100, 0, 0, 0, 22248),
|
|
(492, 'Guards!', 23859, 0, 12, 6, 100, 0, 0, 0, 4583),
|
|
(493, 'The darkness... the corruption... they came too quickly for anyone to know...', 23861, 0, 12, 0, 15, 25, 0, 0, 22362),
|
|
(494, 'It is too late for us, living one. Take yourself and your friend away from here before you both are... claimed...', 23861, 1, 12, 0, 15, 25, 0, 0, 22365),
|
|
(495, 'Go away, whoever you are! Witch Hill is mine... mine!', 23861, 2, 12, 0, 15, 25, 0, 0, 22359),
|
|
(496, 'The darkness will consume all... all the living...', 23861, 3, 12, 0, 15, 25, 0, 0, 22364),
|
|
(497, 'The manor... someone else... will soon be consumed...', 23861, 4, 12, 0, 15, 25, 0, 0, 22361),
|
|
(498, 'Why have you come here, outsider? You will only find pain! Our fate will be yours...', 23861, 5, 12, 0, 15, 25, 0, 0, 22363),
|
|
(499, 'It was... terrible... the demon...', 23861, 6, 12, 0, 15, 25, 0, 0, 22360),
|
|
(500, 'Your blood is mine!', 23953, 0, 14, 0, 0, 7, 0, 13221, 22736),
|
|
(501, 'Aranal, ledel! Their fate shall be yours!', 23953, 0, 14, 0, 0, 0, 0, 13224, 22729),
|
|
(502, 'Not so fast.', 23953, 0, 14, 0, 0, 0, 0, 13222, 22734),
|
|
(503, '%s casts Frost Tomb on $n.', 23953, 0, 41, 0, 0, 0, 0, 0, 27152),
|
|
(504, 'I join... the night.', 23953, 0, 14, 0, 0, 0, 0, 13225, 29592),
|
|
(505, 'Fire grant me vision...', 23975, 0, 12, 7, 100, 20, 0, 0, 22661),
|
|
(506, 'Water grant me serenity...', 23975, 0, 12, 7, 100, 20, 0, 0, 22664),
|
|
(507, '%s inhales the wispy smoke tendrils emanating from the burner.', 23975, 0, 16, 7, 100, 0, 0, 0, 22666),
|
|
(508, 'Thank you, spirits.', 23975, 0, 12, 7, 100, 2, 0, 0, 22670),
|
|
(509, 'Guards!', 24032, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(510, 'Avenge my friends who have already been sacrificed!', 24035, 0, 12, 0, 100, 0, 0, 0, 22647),
|
|
(511, 'I don\'t want to be sacrificed!', 24035, 1, 12, 0, 100, 0, 0, 0, 22641),
|
|
(512, 'I don\'t want to be taken down into the catacombs!', 24035, 2, 12, 0, 100, 0, 0, 0, 22640),
|
|
(513, 'I think I saw a key on one of those Gjalerbron vrykul up top.', 24035, 3, 12, 0, 100, 0, 0, 0, 23649),
|
|
(514, 'I think I saw a key on one of those vrykul.', 24035, 4, 12, 0, 100, 0, 0, 0, 22639),
|
|
(515, 'Is there no hero to rescue me?', 24035, 5, 12, 0, 100, 0, 0, 0, 22643),
|
|
(516, 'My thanks to you, hero!', 24035, 6, 12, 0, 100, 0, 0, 0, 22649),
|
|
(517, 'Oh, thank you, thank you!', 24035, 7, 12, 0, 100, 0, 0, 0, 22645),
|
|
(518, 'Please, let me out of here!', 24035, 8, 12, 0, 100, 0, 0, 0, 22637),
|
|
(519, 'Thank goodness for you!', 24035, 9, 12, 0, 100, 0, 0, 0, 22652),
|
|
(520, 'Thank you. I will not forget this!', 24035, 10, 12, 0, 100, 0, 0, 0, 22646),
|
|
(521, 'The key... you have to find the key!', 24035, 11, 12, 0, 100, 0, 0, 0, 22638),
|
|
(522, 'The vrykul are evil and must be destroyed!', 24035, 12, 12, 0, 100, 0, 0, 0, 22650),
|
|
(523, 'They\'re performing unholy rites down in the catacombs, and I\'m about to be the sacrifice!', 24035, 13, 12, 0, 100, 0, 0, 0, 22642),
|
|
(524, 'This is the end.', 24035, 14, 12, 0, 100, 0, 0, 0, 22644),
|
|
(525, 'You have to put a stop to this madness before it\'s too late!', 24035, 15, 12, 0, 100, 0, 0, 0, 22648),
|
|
(526, 'You saved my life!', 24035, 16, 12, 0, 100, 0, 0, 0, 22651),
|
|
(527, 'We don\'t shoe no mules here. \'Sides, it\'s strictly expedition business right now.', 24052, 0, 12, 7, 100, 1, 0, 0, 23562),
|
|
(528, 'Not my problem! If yer so antsy to get yerself a house built, do it \'ere in the fort and quit yer whinin\'!', 24052, 0, 12, 7, 100, 274, 0, 0, 23564),
|
|
(529, 'Now, if you\'d be so kind as to get your ass away from my forge...', 24052, 0, 12, 7, 100, 25, 0, 0, 23566),
|
|
(530, 'Guards!', 24061, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(531, 'Guards!', 24155, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(532, '%s wakes up from the smell of fresh meat!', 24178, 0, 16, 0, 100, 15, 0, 0, 0),
|
|
(533, 'Blessings of the spirits of the land and air upon you.', 24211, 0, 12, 1, 100, 1, 0, 0, 22947),
|
|
(534, 'I must return. Good hunting to you.', 24211, 1, 12, 1, 100, 1, 0, 0, 22946),
|
|
(535, 'I owe you a life debt, stranger.', 24211, 2, 12, 1, 100, 1, 0, 0, 22952),
|
|
(536, 'Strange ghosts walk the land. Be careful!', 24211, 3, 12, 1, 100, 1, 0, 0, 22950),
|
|
(537, 'Thank you, stranger.', 24211, 4, 12, 1, 100, 1, 0, 0, 22945),
|
|
(538, 'They took us one by one. I\'m sure there are other survivors.', 24211, 5, 12, 1, 100, 1, 0, 0, 22951),
|
|
(539, 'We should never have traveled through the Rivenwood. Everyone knows this!', 24211, 6, 12, 1, 100, 1, 0, 0, 22949),
|
|
(540, 'You saved me from certain death. I owe you.', 24211, 7, 12, 1, 100, 1, 0, 0, 22948),
|
|
(541, 'Fight without fear and the Val\'kyr will reward you!', 24238, 1, 14, 0, 100, 0, 0, 0, 23063),
|
|
(542, 'Drive the invaders out! For Queen Angerboda!', 24238, 0, 14, 0, 100, 0, 0, 0, 23062),
|
|
(543, 'No one speaks of my mother in that manner!', 24238, 0, 14, 0, 100, 0, 0, 0, 23009),
|
|
(544, '[Crude Vrykul] Bjorns mottar haelgond sygar!', 24238, 0, 14, 0, 100, 0, 0, 0, 23008),
|
|
(545, '%s motions for silence.', 24321, 0, 16, 0, 100, 397, 0, 0, 23130),
|
|
(546, 'Vrykul, your king implores you to listen!', 24321, 0, 14, 0, 100, 22, 0, 0, 23134),
|
|
(547, 'The crowd gasps in horror.', 24321, 0, 16, 0, 100, 53, 0, 0, 23136),
|
|
(548, 'Even now, in our darkest hour, they mock us!', 24321, 0, 14, 0, 100, 22, 0, 0, 23137),
|
|
(549, 'Where are the titans in our time of greatest need? Our women birth abberations - disfigured runts unable to even stand on their own! Weak and ugly... Useless...', 24321, 0, 14, 0, 100, 22, 0, 0, 23138),
|
|
(550, 'Ymiron has toiled. Long have I sat upon my throne and thought hard of our plight. There is only one answer... one reason...', 24321, 0, 14, 0, 100, 22, 0, 0, 23139),
|
|
(551, 'For who but the titans themselves could bestow such a curse? What could have such power?', 24321, 0, 14, 0, 100, 1, 0, 0, 23140),
|
|
(552, 'And the answer is nothing... For it is the titans that have cursed us!', 24321, 0, 14, 0, 100, 53, 0, 0, 23141),
|
|
(553, 'The crowd cheers.', 24321, 0, 16, 0, 100, 0, 0, 0, 23144),
|
|
(554, 'On this day all Vrykul will shed their old beliefs! We denounce our old gods! All Vrykul will pledge their allegiance to Ymiron! Ymiron will protect our noble race!', 24321, 0, 14, 0, 100, 53, 0, 0, 23143),
|
|
(555, 'And now my first decree upon the Vrykul! All malformed infants born of Vrykul mother and father are to be destroyed upon birth! Our blood must remain pure always! Those found in violation of Ymiron\'s decree will be taken to Gjalerbron for execution!', 24321, 0, 14, 0, 100, 1, 0, 0, 23145),
|
|
(556, 'Silence!', 24322, 0, 14, 1, 100, 1, 0, 0, 32240),
|
|
(557, 'Show them mercy, my king! They are of our flesh and blood!', 24322, 0, 14, 0, 100, 53, 0, 0, 23128),
|
|
(558, 'All hail our glorious king, Ymiron!', 24322, 0, 14, 0, 100, 53, 0, 0, 23123),
|
|
(559, 'Show the abberations no mercy, Ymiron!', 24323, 0, 14, 0, 100, 1, 0, 0, 23125),
|
|
(560, 'They weaken us! Our strength is dilluted by their very existence! Destroy them all!', 24323, 0, 14, 0, 100, 113, 0, 0, 23129),
|
|
(561, 'Guards!', 24366, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(562, 'How much\'ll it cost me to get my mules shod?', 24528, 0, 12, 7, 100, 6, 0, 0, 23561),
|
|
(563, 'You don\'t understand! If I\'m not ready to go soon, all the good homesteading land will be taken!', 24528, 0, 12, 7, 100, 1, 0, 0, 23563),
|
|
(564, 'That, sir, is a mule!', 24528, 0, 12, 7, 100, 25, 0, 0, 23567),
|
|
(565, 'Yes, darling. You realize you\'ll be eating dire ram mutton for dinner until the crops are planted...', 24531, 0, 12, 7, 100, 1, 0, 0, 23608),
|
|
(566, 'I\'d rather listen to his braying than yours, dear.', 24531, 0, 12, 7, 100, 0, 0, 0, 23610),
|
|
(567, 'Of course, darling.', 24531, 0, 12, 7, 100, 1, 0, 0, 23606),
|
|
(568, 'And I don\'t want our land to have any of those horrible wolves, or giants, or ugly rams!', 24532, 0, 12, 7, 100, 1, 0, 0, 23607),
|
|
(569, 'I\'d sooner butcher that mule of yours! Why did you bring that beast in here, anyway?', 24532, 0, 12, 7, 100, 5, 0, 0, 23609),
|
|
(570, 'Remember, honey, we need to get a plot of land with a nice hot spring.', 24532, 0, 12, 7, 100, 1, 0, 0, 23605),
|
|
(571, 'Welcome to Fort Wildervar, brave homesteaders! There\'s a whole continent out there just waiting to be claimed!', 24534, 0, 12, 7, 100, 1, 0, 0, 23570),
|
|
(572, 'True, Northrend is a hard land, but our people are strong, hardy, and equal to the task!', 24534, 0, 12, 7, 100, 0, 0, 0, 23571),
|
|
(573, 'We will win this land with the sword, and break it with the plow! You are the men and women who will be remembered for taming the wild continent!', 24534, 0, 12, 7, 100, 1, 0, 0, 23572),
|
|
(574, 'But, you will not be alone out there. My men and I have prepared pack mules carrying the supplies you\'ll need most.', 24534, 0, 12, 7, 100, 1, 0, 0, 23573),
|
|
(575, 'Axes, picks, seed, nails, food, blankets, water... it\'s all there, waiting for you. I think you\'ll find my prices quite reasonable, too.', 24534, 0, 12, 7, 100, 25, 0, 0, 23574),
|
|
(576, 'There are more than enough to go around. Should you need other goods, don\'t hesitate to ask!', 24534, 0, 12, 7, 100, 1, 0, 0, 23575),
|
|
(577, 'Now, my loyal custo... err, friends, go forth and conquer this land for our people!', 24534, 0, 12, 7, 100, 274, 0, 0, 23576),
|
|
(578, 'Keep quiet, will you? If anyone catches on, we\'re both dead.', 24639, 0, 15, 0, 100, 0, 0, 0, 23818),
|
|
(579, 'All right, fellas! Who ordered the spiced rum? Was it you, Jackie boy?', 24639, 0, 12, 0, 100, 0, 0, 0, 23819),
|
|
(580, 'It\'s ok, sweetheart. This one\'s on the house.', 24639, 0, 12, 0, 100, 0, 0, 0, 23820),
|
|
(581, 'Right! Let\'s try this so-called dire brew...', 24710, 0, 12, 0, 100, 0, 0, 0, 27418),
|
|
(582, 'By Bronzebeard\'s beard! What a drink!', 24710, 0, 12, 0, 100, 0, 0, 0, 27419),
|
|
(583, '$n, this beer... well, it might be the best of Brewfest!', 24710, 0, 12, 0, 100, 15, 0, 0, 27421),
|
|
(584, 'It is a shame Coren\'s Dire Brew can\'t quench more thirsting throats! It\'s blasphemy, I know, but I envy those Dark Iron dwarves!', 24710, 0, 12, 0, 100, 274, 0, 0, 27420),
|
|
(585, 'Ho there, and welcome to Brewfest!', 24710, 0, 12, 7, 100, 3, 0, 0, 23691),
|
|
(586, 'Hello, friend! Welcome to the Brewfest Grounds!', 24710, 1, 12, 7, 100, 3, 0, 0, 23692),
|
|
(587, 'Hail, good $c! Welcome to Ironforge\'s annual Brewfest celebration!', 24710, 2, 12, 7, 100, 3, 0, 0, 23693),
|
|
(588, 'Well time\'s money, and time\'s wasting! Let\'s have that drink...', 24711, 0, 12, 0, 100, 1, 0, 0, 27435),
|
|
(589, 'Wow! This really greases the steamplugs!', 24711, 0, 12, 0, 100, 1, 0, 0, 27436),
|
|
(590, 'If I were an honest goblin, I\'d say this was the best beer of the festival...', 24711, 0, 12, 0, 100, 1, 0, 0, 27437),
|
|
(591, 'Too bad Coren\'s dead. If I could buy that brew from him and resell it -- watered down and rebottled under my own label, of course -- I\'d be rich!', 24711, 0, 12, 0, 100, 1, 0, 0, 27438),
|
|
(592, 'Hey there, and welcome to Brewfest. Come in and have a drink or three!', 24711, 0, 12, 0, 100, 3, 0, 0, 23698),
|
|
(593, 'What\'s up, friend? Welcome to the Brewfest Grounds! Now go buy some drinks!', 24711, 1, 12, 0, 100, 3, 0, 0, 23700),
|
|
(594, 'Hey hey, it\'s another $c! Welcome to my annual Brewfest celebration... now go feast and drink some!', 24711, 2, 12, 0, 100, 3, 0, 0, 23701),
|
|
(595, 'Tonight we feast on you!', 24779, 0, 12, 0, 100, 0, 0, 0, 23806),
|
|
(596, 'Such easy prey...', 24779, 1, 12, 0, 100, 0, 0, 0, 23805),
|
|
(597, 'Who\'s hunting who?', 24779, 2, 12, 0, 100, 0, 0, 0, 23804),
|
|
(598, 'Sure thing, love. Put it on Harry\'s tab, will ya? He owes me a drink!', 24788, 0, 12, 0, 100, 0, 0, 0, 23830),
|
|
(599, 'Free rum? Why... that\'s me favorite kind!', 24788, 0, 12, 0, 100, 0, 0, 0, 23821),
|
|
(600, 'Sweet Neptulon! That was... one drink... too many!', 24788, 0, 12, 0, 100, 0, 0, 0, 23822),
|
|
(601, 'Guards!', 25288, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(602, 'Thank you for freeing me! May the tides always favor you.', 25321, 0, 12, 0, 100, 1, 0, 0, 24596),
|
|
(603, 'Do not allow Kaskala to forget what has happened here.', 25321, 1, 12, 0, 100, 1, 0, 0, 24598),
|
|
(604, 'May the ancestors always aid you, $c, as you have aided me.', 25322, 0, 12, 0, 100, 1, 0, 0, 24601),
|
|
(605, 'Thank you, $c. May the winds and seas always deliver you safely.', 25322, 1, 12, 0, 100, 1, 0, 0, 24599),
|
|
(606, 'Ah, good... more parts!', 25678, 0, 14, 0, 100, 0, 0, 0, 24872),
|
|
(607, 'Clear!', 25678, 1, 14, 0, 100, 0, 0, 0, 24867),
|
|
(608, 'Fresh meat!', 25678, 2, 14, 0, 100, 0, 0, 0, 24871),
|
|
(609, 'I recommend evisceration!', 25678, 3, 14, 0, 100, 0, 0, 0, 24873),
|
|
(610, 'It\'s no good... you need more work first.', 25678, 4, 14, 0, 100, 0, 0, 0, 24869),
|
|
(611, 'Live, damn you!', 25678, 5, 14, 0, 100, 0, 0, 0, 24868),
|
|
(612, 'The doctor is in!', 25678, 6, 14, 0, 100, 0, 0, 0, 24870),
|
|
(613, 'Warning! Warning! Intruder alert! Intruder alert!', 25753, 0, 12, 0, 100, 0, 0, 0, 4142),
|
|
(614, 'You have been detected. You will be assimilated or eliminated.', 25753, 1, 12, 0, 100, 0, 0, 0, 24981),
|
|
(615, 'Activate counter-measures. Repel intruder.', 25753, 2, 12, 0, 100, 0, 0, 0, 24979),
|
|
(616, 'Incoming $r flier! Shoot $g him : her; down!', 25758, 0, 12, 0, 100, 0, 0, 0, 27839),
|
|
(617, 'I survived and I\'m flesh again!', 25773, 1, 12, 7, 0, 0, 0, 0, 24984),
|
|
(618, 'But... but... I was perfect!', 25773, 2, 12, 7, 0, 0, 0, 0, 24970),
|
|
(619, 'Where am I? Who are you? What\'s that strange feeling?', 25773, 3, 12, 7, 0, 0, 0, 0, 24971),
|
|
(620, 'I\'m flesh and blood again! Thank you, $c!', 25773, 4, 12, 7, 0, 0, 0, 0, 24967),
|
|
(621, 'I\'m flesh and blood again. That\'s all that matters!', 25783, 0, 12, 7, 100, 5, 0, 0, 24988),
|
|
(622, 'We are Mechagnome... resistance is futile.', 25814, 1, 12, 0, 0, 0, 0, 0, 25000),
|
|
(623, 'The flesh is weak. We will make you better, stronger... faster.', 25814, 2, 12, 0, 0, 0, 0, 0, 25002),
|
|
(624, 'We can decurse you, we have the technology.', 25814, 3, 12, 0, 0, 0, 0, 0, 25003),
|
|
(625, 'Who disturbs my meditation?!', 26073, 0, 14, 0, 100, 15, 0, 0, 24619),
|
|
(626, 'The Hulking Jormungar falters for a moment, opening its mouth wide.', 26293, 0, 41, 0, 100, 0, 0, 0, 25961),
|
|
(627, 'Ah, yes. Loken is well known to me.', 26420, 0, 12, 0, 100, 0, 0, 0, 26267),
|
|
(628, 'It is he who commands the sons of iron in their war against us.', 26420, 0, 12, 0, 100, 0, 0, 0, 26268),
|
|
(629, 'From his hiding place, he oversees their preparations for war with the goal of exterminating the stone giants!', 26420, 0, 12, 0, 100, 0, 0, 0, 26269),
|
|
(630, 'He\'s out to get me, too! I\'d be careful around here if I was you, traveler. You never know which tree he\'s hiding behind!', 26484, 0, 12, 0, 100, 0, 0, 0, 26266),
|
|
(631, 'That\'s not something Limpy Joe would ask! But yeah, I know Loken.', 26484, 0, 12, 0, 100, 0, 0, 0, 26265),
|
|
(632, 'The zeppelin to Warsong Hold has just arrived! All aboard for Borean Tundra!', 26537, 0, 14, 0, 100, 0, 0, 0, 29549),
|
|
(633, 'Guards!', 26566, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(634, 'Guards!', 26602, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(635, 'The sensation is... beyond my imagining. I am yours to command, my king.', 26668, 0, 14, 0, 0, 0, 0, 13857, 29686),
|
|
(636, 'I will be happy to slaughter them in your name! Come, enemies of the Scourge! I will show you the might of the Lich King!', 26668, 0, 14, 0, 0, 0, 0, 13858, 29687),
|
|
(637, 'I will vanquish your soul!', 26668, 0, 14, 0, 0, 0, 0, 13842, 29672),
|
|
(638, 'You were a fool to challenge the power of the Lich King!', 26668, 0, 14, 0, 0, 0, 0, 13845, 29675),
|
|
(639, 'Your will is done, my king!', 26668, 1, 14, 0, 0, 0, 0, 13847, 29676),
|
|
(640, 'Another soul for my master!', 26668, 2, 14, 0, 0, 0, 0, 13848, 29677),
|
|
(641, 'Nooo! I did not come this far... to...', 26668, 0, 14, 0, 0, 0, 0, 13855, 29683),
|
|
(642, 'Your death approaches....', 26668, 0, 14, 0, 0, 0, 0, 13850, 29678),
|
|
(643, 'Go now to my master!', 26668, 1, 14, 0, 0, 0, 0, 13851, 29679),
|
|
(644, 'Your end is inevitable.', 26668, 2, 14, 0, 0, 0, 0, 13852, 29680),
|
|
(645, 'Yor-guul mak!', 26668, 3, 14, 0, 0, 0, 0, 13853, 29681),
|
|
(646, 'Any last words?', 26668, 4, 14, 0, 0, 0, 0, 13854, 29682),
|
|
(647, 'I\'ll blast those gnomish wannabes back to the scrap heap!', 26817, 0, 12, 7, 100, 0, 0, 0, 24944),
|
|
(648, 'What? You\'re sending me back there?!', 26817, 1, 12, 7, 100, 0, 0, 0, 24942),
|
|
(649, 'Guards!', 26844, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(650, 'Guards!', 26845, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(651, 'Guards!', 26846, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(652, 'Guards!', 26847, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(653, 'Guards!', 26848, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(654, 'Guards!', 26850, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(655, 'Guards!', 26852, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(656, 'Guards!', 26853, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(657, 'Guards!', 26876, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(658, 'Guards!', 26877, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(659, 'Guards!', 26878, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(660, 'Guards!', 26879, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(661, 'Guards!', 26880, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(662, 'Guards!', 26881, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(663, 'Mortal champions have long used these weapons to combat evil. I see no reason to keep the swords from them in this battle.', 26917, 0, 12, 0, 100, 1, 0, 0, 37781),
|
|
(664, 'Thank you for rescuing me, but the others are still held on the tiers above!', 27113, 0, 12, 0, 100, 1, 0, 0, 26189),
|
|
(665, 'Thank goodness! I was worried they were going to press me into service in their war against the stone giants!', 27114, 0, 12, 0, 100, 1, 0, 0, 26190),
|
|
(666, 'These irons are crazy! They keep talking about serving their \'master Loken\' but from what I can tell, only a few receive orders from him.', 27115, 0, 12, 0, 100, 1, 0, 0, 26191),
|
|
(667, 'You are being misled! The Onslaught is all lies! The Scourge and the Forsaken are not our enemies! Wake up!', 27234, 0, 14, 0, 100, 5, 0, 0, 26596),
|
|
(668, 'Renounce the Scarlet Onslaught! Don\'t listen to the lies of the high general and the grand admiral any longer!', 27235, 0, 14, 0, 100, 5, 0, 0, 26598),
|
|
(669, 'Abbendis is nothing but a harlot and Grand Admiral Westwind is selling her cheap like he sold us out!', 27236, 0, 14, 0, 100, 5, 0, 0, 26599),
|
|
(670, 'High General Abbendis personally told me that it was a mistake to come north and that we\'re doomed! I urge you all to lay down your weapons and leave before it\'s too late!', 27237, 0, 14, 0, 100, 5, 0, 0, 26597),
|
|
(671, 'Stand back, $n, the beast might lash out and harm you.', 27316, 0, 12, 7, 100, 396, 0, 0, 26800),
|
|
(672, 'GODFREY! Hear me, fiend! Hear me, for I am the Light, here to deliver you from evil!', 27316, 0, 12, 7, 100, 5, 0, 0, 26801),
|
|
(673, 'Good. I have your attention, then, Godfrey?', 27316, 0, 12, 7, 100, 396, 0, 0, 26803),
|
|
(674, 'We can do this in one of two ways, Godfrey. First, I will simply ask you to tell me what the unholy markings etched upon the pages of this tome mean. What say you?', 27316, 0, 12, 7, 100, 1, 0, 0, 26804),
|
|
(675, 'Then it is option two.', 27316, 0, 12, 7, 100, 1, 0, 0, 26809),
|
|
(676, 'I say a prayer for you now, lost soul. May the Light take you gracefully.', 27316, 0, 12, 7, 100, 68, 4000, 0, 26810),
|
|
(677, 'Let the sermon begin.', 27316, 0, 12, 7, 100, 1, 0, 0, 26811),
|
|
(678, 'LIGHT TAKE YOU, BEAST!', 27316, 0, 12, 7, 100, 0, 0, 0, 26812),
|
|
(679, 'BURN IN HOLY FIRE!', 27316, 0, 12, 7, 100, 0, 0, 0, 26816),
|
|
(680, 'LET THE LIGHT IN, GODFREY GOODARD!', 27316, 0, 12, 7, 100, 0, 0, 0, 26814),
|
|
(681, 'May the power of Light compel you!', 27316, 0, 12, 7, 100, 0, 0, 0, 26813),
|
|
(682, 'I thought you would see the Light, Godfrey... Now speak quickly, fiend. What does it say?', 27316, 0, 12, 7, 100, 396, 0, 0, 26824),
|
|
(683, 'RUBBISH! Godfrey do you take me for a fool? Do not spew your Scourge propaganda at a man of the Light, heathen! Speak now or I will have the peasants craft a holy water bath and dip you into it like a dog with fleas!', 27316, 0, 12, 7, 100, 6, 0, 0, 26826),
|
|
(684, 'What? There is a mausoleum beneath the old village? What fools we are to not have noticed! We will find and strike down your master now, Godfrey. We will end this nightmare.', 27316, 0, 12, 7, 100, 6, 0, 0, 26829),
|
|
(685, 'You let us worry about how we kill the monster, Godfrey.', 27316, 0, 12, 7, 100, 396, 0, 0, 26830),
|
|
(686, 'Return to Halford with the information that the good mayor was kind enough to submit, $n. I will finish here and squeeze whatever else this wretch might know about Thel\'zan. Now, I will show Godfrey the rarely seen "option three."', 27316, 0, 12, 7, 100, 1, 0, 0, 26833),
|
|
(687, 'Let\'s you and I have a chat about some things, Godfrey.', 27316, 0, 12, 7, 100, 1, 0, 0, 26834),
|
|
(688, 'Guards!', 27344, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(689, 'The Destructive Ward gains in power.', 27430, 0, 41, 0, 100, 0, 0, 0, 26601),
|
|
(690, 'The Destructive Ward is fully charged!', 27430, 0, 41, 0, 100, 0, 0, 0, 26602),
|
|
(691, 'There will be no mercy!', 27447, 0, 14, 0, 0, 0, 0, 13649, 31813),
|
|
(692, 'Blast them! Destroy them!', 27447, 1, 14, 0, 0, 0, 0, 13650, 31814),
|
|
(693, '%s calls an Azure Ring Captain!', 27447, 2, 41, 0, 0, 0, 0, 0, 33077),
|
|
(694, 'They are... too strong! Underestimated their... fortitude.', 27447, 3, 14, 0, 0, 0, 0, 13655, 31819),
|
|
(695, '%s growls.', 27577, 0, 16, 0, 100, 0, 0, 409, 26802),
|
|
(696, '%s hisses!', 27577, 0, 16, 0, 100, 0, 0, 410, 26805),
|
|
(697, 'Tell you nothing, preacher.', 27577, 0, 12, 0, 100, 1, 0, 0, 26806),
|
|
(698, 'What can you do to me that Kel\'Thuzad has not? That the Lich King will not?', 27577, 0, 12, 0, 100, 1, 0, 0, 26807),
|
|
(699, 'The book is your salvation, yes... but nothing will you know! NOTHING I SAY! NOTHING! ', 27577, 0, 12, 0, 100, 1, 0, 0, 26808),
|
|
(700, 'No more LIGHT! NO MORE! I BEG YOU!', 27577, 0, 12, 0, 100, 0, 0, 0, 26822),
|
|
(701, 'Never felt hurt like this!', 27577, 0, 12, 0, 100, 0, 0, 0, 26823),
|
|
(702, 'It tells of the coming apocalypse. How this world will burn and be reborn from death.', 27577, 0, 12, 0, 100, 1, 0, 0, 26825),
|
|
(703, 'NOOOO!!! I tell you! I tell you everything!', 27577, 0, 12, 0, 100, 39, 0, 0, 26827),
|
|
(704, 'Humans... Beneath the earth of Wintergarde Village you built a mausoleum! Why do you think Naxxramas attacked that spot? Thel\'zan hides deep in your own crypt and sends a thousand-thousand corpses at you! Perish you will...', 27577, 0, 12, 0, 100, 1, 0, 0, 26828),
|
|
(705, 'How? Humans truly are stupid, yes? Thel\'zan the Duskbringer! Thel\'zan the Lich! He who is born of human flesh and bone, sacrificed all for power, protected by the Lich King!', 27577, 0, 12, 0, 100, 1, 0, 0, 26831),
|
|
(706, 'You cannot stop Thel\'zan! He bears the dark gift, bestowed upon him by the Lich King himself!', 27577, 0, 12, 0, 100, 1, 0, 0, 26832),
|
|
(707, 'You brash interlopers are out of your element! I will ground you!', 27656, 0, 14, 0, 100, 0, 0, 13623, 31873),
|
|
(708, 'Simpletons! You cannot comprehend the forces you have set in motion. The ley line conduit will not be disrupted! Your defeat shall be absolute!', 27656, 0, 14, 0, 100, 0, 0, 13622, 31841),
|
|
(709, 'Bat gizzards again for the gnomes tonight...', 27842, 0, 12, 1, 100, 1, 0, 0, 27129),
|
|
(710, 'What do they expect, making the bats come in at that angle? Broken necks and gamey bat stew, that\'s what they get.', 27842, 1, 12, 1, 100, 1, 0, 0, 27127),
|
|
(711, '\'We like the trees, Fenrick. They provide cover.\' They won\'t let me chop them down, either.', 27842, 2, 12, 1, 100, 1, 0, 0, 27126),
|
|
(712, 'I wonder how many reinforcements need to suffer injury before they allow us to chop down these idiotic trees. They\'re costing us a fortune in bats. Maybe I\'ll rig a harness or two...', 27842, 3, 12, 33, 100, 1, 0, 0, 27128),
|
|
(713, 'Guards help!', 27842, 0, 14, 0, 100, 0, 0, 0, 30163),
|
|
(714, 'Good work with the crates! Come talk to me in front of Stratholme for your next assignment!', 27915, 0, 15, 0, 0, 0, 0, 0, 30509),
|
|
(715, 'You\'re too late, $n. Another visitor from Dalaran came asking after information about the same prismatic dragon blades.', 27990, 0, 12, 0, 100, 1, 0, 0, 37769),
|
|
(716, 'From your description, I\'m certain that the book I loaned our visitor could allow you to easily identify the weapon.', 27990, 0, 12, 0, 100, 25, 0, 0, 37770),
|
|
(717, 'I\'m afraid you\'ll have to ask the -- Well, perhaps Kalecgos can help.', 27990, 0, 12, 0, 100, 1, 0, 0, 37772),
|
|
(718, '$n may have found the remains of a prismatic blade, Kalecgos. Will you offer your help to our visitor?', 27990, 0, 12, 0, 100, 1, 0, 0, 37773),
|
|
(719, 'You believe our allies will not be able to control the power of the swords?', 27990, 0, 12, 0, 100, 1, 0, 0, 37778),
|
|
(720, 'As will we all.', 27990, 0, 12, 0, 100, 25, 0, 0, 37785),
|
|
(721, 'Please, mortal, speak with Arcanist Tybalin in Dalaran. He may be able to negotiate with the Sunreavers for access to the book.', 27990, 0, 12, 0, 100, 1, 0, 0, 37873),
|
|
(722, 'Please, mortal, seek out Magister Hathorel in Dalaran. He might be able to negotiate with the Silver Covenant for access to the book.', 27990, 0, 12, 0, 100, 1, 0, 0, 37874),
|
|
(723, 'The trickster Mage-Lord Urom protects the third ring. He will appear alone and defenseless, but do not be fooled by appearances! Urom is a powerful conjurer who commands a menagerie of Phantasmal creatures. Seek him out above.', 28012, 0, 12, 0, 0, 0, 0, 0, 28079),
|
|
(724, 'Your greatest challenge lies ahead. Ley-Guardian Eregos is a Blue dragon of immense power. You will find him flying above the uppermost ring.', 28012, 1, 12, 0, 0, 0, 0, 0, 27389),
|
|
(725, 'The Lich King reacted swiftly to the breach. Faster than I anticipated.', 28179, 0, 12, 0, 100, 1, 0, 0, 31004),
|
|
(726, 'What would you have me do, Darion?', 28179, 0, 12, 0, 100, 6, 0, 0, 31008),
|
|
(727, 'Choose your words wisely, death knight. You stand amidst the company of the devoted.', 28179, 0, 12, 0, 100, 1, 0, 0, 31010),
|
|
(728, 'We will do this with honor, Darion. We will not sink to the levels of the Scourge to be victorious. To do so would make us no better than the monster that we fight to destroy!', 28179, 0, 12, 0, 100, 1, 0, 0, 31016),
|
|
(729, 'Not sure how ol\' Nass always finds his way back here. Must be by smell....', 28518, 0, 12, 0, 100, 0, 0, 0, 28440),
|
|
(730, 'Let\'s go to Zul\'Drak he says. We can get to the bottom of this mess, he says...', 28521, 0, 12, 0, 33, 0, 0, 0, 28463),
|
|
(731, 'One more lock of scourge hair gained, one more shred of dignity lost....', 28521, 1, 12, 0, 33, 0, 0, 0, 28458),
|
|
(732, 'Are we finished yet?', 28521, 2, 12, 0, 33, 0, 0, 0, 28457),
|
|
(733, 'Indeed. Watch this, $r.', 28532, 0, 12, 0, 100, 1, 0, 0, 28760),
|
|
(734, 'Here, troll... a gift!', 28532, 0, 12, 0, 100, 0, 0, 0, 28505),
|
|
(735, 'Ugh... disgusting!', 28532, 0, 12, 0, 100, 0, 0, 0, 28509),
|
|
(736, 'For me? Really, mon?', 28541, 0, 12, 0, 100, 6, 0, 0, 28511),
|
|
(737, 'It....it be beautiful!', 28541, 0, 12, 0, 100, 5, 0, 0, 28512),
|
|
(738, 'You wish to confront the master? You must first weather the storm!', 28546, 0, 14, 0, 100, 0, 0, 14453, 30528),
|
|
(739, 'The slightest spark shall be your undoing.', 28546, 0, 14, 0, 100, 0, 0, 14454, 30529),
|
|
(740, 'No one is safe!', 28546, 1, 14, 0, 100, 0, 0, 14455, 30530),
|
|
(741, 'Shocking, I know.', 28546, 0, 14, 0, 100, 0, 0, 14456, 30531),
|
|
(742, 'You attempt the impossible.', 28546, 1, 14, 0, 100, 0, 0, 14457, 30532),
|
|
(743, 'Your spark of life is... extinguished.', 28546, 2, 14, 0, 100, 0, 0, 14458, 30533),
|
|
(744, 'Master... you have guests.', 28546, 0, 14, 0, 100, 0, 0, 14459, 30534),
|
|
(745, 'The structure above begins to hum with energy.', 28563, 0, 42, 0, 0, 0, 0, 0, 28536),
|
|
(746, 'Beginning the distillation in 5 seconds.', 28566, 0, 12, 0, 100, 0, 0, 0, 28514),
|
|
(747, 'Add another orange! Quickly!', 28566, 0, 12, 0, 100, 25, 0, 0, 28515),
|
|
(748, 'Put a papaya in the still!', 28566, 0, 12, 0, 100, 25, 0, 0, 28517),
|
|
(749, 'Add bananas!', 28566, 0, 12, 0, 100, 25, 0, 0, 28516),
|
|
(750, 'Pressure\'s too high! Open the pressure valve!', 28566, 0, 12, 0, 100, 5, 0, 0, 28519),
|
|
(751, 'The still needs heat! Light the brazier!', 28566, 0, 12, 0, 100, 5, 0, 0, 28518),
|
|
(752, 'Good job! Keep your eyes open, now.', 28566, 0, 12, 0, 100, 4, 0, 0, 28534),
|
|
(753, 'That\'ll do. Never know what it\'ll need next...', 28566, 1, 12, 0, 100, 4, 0, 0, 28535),
|
|
(754, 'Nicely handled! Stay on your toes!', 28566, 2, 12, 0, 100, 4, 0, 0, 28533),
|
|
(755, 'Well done! Be ready for anything!', 28566, 3, 12, 0, 100, 4, 0, 0, 28524),
|
|
(756, 'It\'s no good! I\'m shutting it down...', 28566, 0, 12, 0, 100, 0, 0, 0, 28523),
|
|
(757, 'We\'ve done it! Come get the cask.', 28566, 0, 12, 0, 100, 0, 0, 0, 28521),
|
|
(758, 'I am the greatest of my father\'s sons! Your end has come!', 28586, 0, 14, 0, 100, 0, 0, 14149, 31407),
|
|
(759, 'Give me your worst!', 28586, 0, 14, 0, 100, 0, 0, 14150, 31408),
|
|
(760, 'Defend yourself, for all the good it will do!', 28586, 0, 14, 0, 100, 0, 0, 14151, 31409),
|
|
(761, 'GRAAAAAH! Behold the fury of iron and steel!', 28586, 0, 14, 0, 100, 0, 0, 14152, 31410),
|
|
(762, 'So ends your curse.', 28586, 0, 14, 0, 100, 0, 0, 14153, 31411),
|
|
(763, 'Flesh... is... weak!', 28586, 1, 14, 0, 100, 0, 0, 14154, 31412),
|
|
(764, '...', 28586, 2, 14, 0, 100, 0, 0, 14155, 38461),
|
|
(765, 'How can it be...? Flesh is not... stronger!', 28586, 0, 14, 0, 100, 0, 0, 14156, 31414),
|
|
(766, '%s switches to Defensive Stance!', 28586, 0, 41, 0, 100, 0, 0, 0, 29834),
|
|
(767, '%s switches to Battle Stance!', 28586, 0, 41, 0, 100, 0, 0, 0, 29832),
|
|
(768, '%s switches to Berserker Stance!', 28586, 0, 41, 0, 100, 0, 0, 0, 29833),
|
|
(769, 'It is you who have destroyed my children? You... shall... pay!', 28587, 0, 14, 0, 100, 0, 0, 13960, 31415),
|
|
(770, 'Life from lifelessness... death for you.', 28587, 0, 14, 0, 100, 0, 0, 13961, 31416),
|
|
(771, 'Nothing is wasted in the process. You will see....', 28587, 1, 14, 0, 100, 0, 0, 13962, 31417),
|
|
(772, 'I will crush you beneath my boots!', 28587, 0, 14, 0, 100, 0, 0, 13963, 31418),
|
|
(773, 'All my work... undone!', 28587, 1, 14, 0, 100, 0, 0, 13964, 31419),
|
|
(774, 'The armies of iron will conquer all!', 28587, 0, 14, 0, 100, 0, 0, 13965, 31420),
|
|
(775, 'Feh! Pathetic!', 28587, 1, 14, 0, 100, 0, 0, 13966, 31421),
|
|
(776, 'You have cost me too much work!', 28587, 2, 14, 0, 100, 0, 0, 13967, 31422),
|
|
(777, 'The master was right... to be concerned.', 28587, 0, 14, 0, 100, 0, 0, 13968, 31423),
|
|
(778, '%s runs to his anvil!', 28587, 0, 41, 0, 100, 0, 0, 0, 32214),
|
|
(779, '%s prepares to shatter his Brittle Golems!', 28587, 0, 41, 0, 100, 0, 0, 0, 29823),
|
|
(780, 'Fool! You led us to the only being that could stand up to our armies! You will never bring the Etymidian back to Northrend!', 28601, 0, 12, 0, 100, 25, 0, 0, 29968),
|
|
(781, 'I am unstoppable!', 28859, 0, 14, 0, 100, 0, 2000, 14533, 31783),
|
|
(782, 'The powers at work here exceed anything you could possibly imagine!', 28859, 0, 14, 0, 100, 0, 5000, 14532, 31782),
|
|
(783, '%s takes a deep breath...', 28859, 0, 41, 0, 100, 0, 10000, 0, 33657),
|
|
(784, 'Now your benefactors make their appearance, but they are too late! The powers contained here are sufficient to destroy the world ten times over. What do you think they will do to you?', 28859, 0, 14, 0, 100, 0, 13000, 14530, 31779),
|
|
(785, 'Submit!', 28859, 0, 14, 0, 100, 0, 1000, 14531, 31780),
|
|
(786, 'ENOUGH! If you intend to reclaim Azeroth\'s magic, then you shall have it!', 28859, 0, 14, 0, 100, 0, 7000, 14529, 31778),
|
|
(787, 'Your spirit will linger here forever!', 28859, 2, 14, 0, 100, 0, 3800, 14528, 31777),
|
|
(788, 'I am the Spell-Weaver! My power is infinite!', 28859, 1, 14, 0, 100, 0, 5200, 14527, 31776),
|
|
(789, 'Your energy will be put to good use.', 28859, 0, 14, 0, 100, 0, 2000, 14526, 31775),
|
|
(790, 'Watch helplessly as your hopes are swept away!', 28859, 0, 14, 0, 100, 0, 4000, 14525, 31774),
|
|
(791, 'Few have experienced the pain I will now inflict upon you!', 28859, 0, 14, 0, 100, 0, 5500, 14523, 31765),
|
|
(792, 'I will teach you ignorant children just how little you know of magic.', 28859, 0, 14, 0, 100, 0, 7000, 14524, 31773),
|
|
(793, 'I had hoped to end your lives quickly, but you have proven more... resilient than I anticipated. Nonetheless, your efforts are in vain. It is you reckless, careless mortals who are to blame for this war. I do what I must, and if it means your extinction.... then SO BE IT!!', 28859, 0, 14, 0, 100, 0, 22900, 14522, 31772),
|
|
(794, 'How very naive.', 28859, 2, 14, 0, 100, 0, 4800, 14521, 31769),
|
|
(795, 'More artifacts to confiscate.', 28859, 1, 14, 0, 100, 0, 2800, 14520, 31768),
|
|
(796, 'Your stupidity has finally caught up with you!', 28859, 0, 14, 0, 100, 0, 3250, 14519, 31767),
|
|
(797, 'You will not succeed while I draw breath!', 28859, 0, 14, 0, 100, 0, 3000, 14518, 31781),
|
|
(798, 'Make haste, $n. Use the portal!', 28914, 0, 12, 0, 100, 25, 0, 0, 29443),
|
|
(799, 'I have witnessed the rise and fall of empires... the birth and extinction of entire species... Over countless millennia the foolishness of mortals has remained the only constant. Your presence here confirms this.', 28923, 0, 14, 0, 100, 0, 0, 14160, 30536),
|
|
(800, 'My master has shown me the future, and you have no place in it. Azeroth will be reborn in darkness. Yogg-Saron shall be released! The Pantheon shall fall!', 28923, 0, 14, 0, 100, 0, 0, 14161, 30537),
|
|
(801, 'What hope is there for you? None!', 28923, 0, 14, 0, 100, 0, 0, 14162, 30535),
|
|
(802, 'You cannot hide from fate!', 28923, 0, 14, 0, 100, 0, 0, 14163, 30538),
|
|
(803, 'Come closer. I will make it quick.', 28923, 1, 14, 0, 100, 0, 0, 14164, 30539),
|
|
(804, 'Your flesh cannot hold out for long.', 28923, 2, 14, 0, 100, 0, 0, 14165, 30540),
|
|
(805, 'Only mortal...', 28923, 0, 14, 0, 100, 0, 0, 14166, 30541),
|
|
(806, 'I... am... FOREVER!', 28923, 1, 14, 0, 100, 0, 0, 14167, 30542),
|
|
(807, 'What little time you had, you wasted!', 28923, 2, 14, 0, 100, 0, 0, 14168, 30543),
|
|
(808, 'You stare blindly into the abyss!', 28923, 0, 14, 0, 100, 0, 0, 14169, 30545),
|
|
(809, 'Your ignorance is profound. Can you not see where this path leads?', 28923, 0, 14, 0, 100, 0, 0, 14170, 30546),
|
|
(810, 'You cross the precipice of oblivion!', 28923, 0, 14, 0, 100, 0, 0, 14171, 30547),
|
|
(811, 'My death... heralds the end of this world.', 28923, 0, 14, 0, 100, 0, 0, 14172, 30544),
|
|
(812, '%s begins to cast Lightning Nova!', 28923, 0, 41, 0, 100, 0, 0, 0, 29865),
|
|
(813, 'Your sacrifice is a testament to your obedience. Indeed you are worthy of this charge. Arise, and forever be known as Svala Sorrowgrave!', 29280, 0, 14, 0, 0, 0, 0, 14732, 29688),
|
|
(814, 'Your first test awaits you. Destroy our uninvited guests.', 29280, 0, 14, 0, 0, 0, 0, 14733, 29689),
|
|
(815, 'My liege! I have done as you asked, and now beseech you for your blessing!', 29281, 0, 14, 0, 0, 0, 0, 13856, 29684),
|
|
(816, 'It\'s an angry male!', 29327, 0, 42, 0, 100, 0, 0, 0, 33191),
|
|
(817, 'I can\'t believe it! I\'m free to go!', 29466, 0, 12, 0, 100, 5, 0, 0, 30140),
|
|
(818, 'I\'m free? I\'m free!', 29466, 1, 12, 0, 100, 5, 0, 0, 30139),
|
|
(819, 'Time to hightail it! Thanks, friend!', 29466, 2, 12, 0, 100, 5, 0, 0, 30141),
|
|
(820, 'Grrrrr!', 29618, 0, 12, 0, 100, 0, 0, 0, 35156),
|
|
(821, 'Me not afraid!', 29618, 1, 12, 0, 100, 0, 0, 0, 35159),
|
|
(822, 'Net not stop me! No... net stop me.', 29618, 2, 12, 0, 100, 0, 0, 0, 35158),
|
|
(823, 'No kill me!', 29618, 3, 12, 0, 100, 0, 0, 0, 35157),
|
|
(824, 'No!', 29618, 4, 12, 0, 100, 0, 0, 0, 35155),
|
|
(825, 'You no take... me!', 29618, 5, 12, 0, 100, 0, 0, 0, 35154),
|
|
(826, 'Guards!', 29762, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(827, 'Curse you! You will not treat me like a beast!', 30146, 0, 12, 0, 100, 1, 0, 0, 30793),
|
|
(828, 'Enough! I will teach you some manners, wench!', 30146, 1, 12, 0, 100, 1, 0, 0, 30794),
|
|
(829, 'I\'d rather die fighting than live like a slave!', 30146, 2, 12, 0, 100, 1, 0, 0, 30795),
|
|
(830, 'Back... to work...', 30146, 0, 12, 0, 100, 1, 0, 0, 30796),
|
|
(831, 'We will have revenge... some day.', 30146, 1, 12, 0, 100, 1, 0, 0, 30798),
|
|
(832, 'You treat us worse than animals!', 30146, 2, 12, 0, 100, 1, 0, 0, 30797),
|
|
(833, 'Metallic specimen of foreign origin detected.', 30190, 0, 12, 0, 100, 0, 5, 0, 30847),
|
|
(834, 'Beginning analysis ...', 30190, 0, 12, 0, 100, 0, 0, 0, 30848),
|
|
(835, 'Specimen identified as an alloy of saronite and iron.', 30190, 0, 12, 0, 100, 0, 0, 0, 30849),
|
|
(836, 'The ore used in this sample originated deep within the crust of Azeroth and was recently unearthed.', 30190, 0, 12, 0, 100, 275, 0, 0, 30850),
|
|
(837, 'The saronite in this sample is nearly pure. Ores like this do not occur naturally on the surface of Azeroth.', 30190, 0, 12, 0, 100, 0, 0, 0, 30851),
|
|
(838, 'This ore can only have been created by a powerful, malevolent force. Attempting to access databanks for more information ...', 30190, 0, 12, 0, 100, 1, 0, 0, 30854),
|
|
(839, 'Access denied?!', 30190, 0, 12, 0, 100, 6, 0, 0, 30859),
|
|
(840, 'Further information can only be accessed from the archives within Ulduar, by order of Keeper Loken.', 30190, 0, 12, 0, 100, 1, 0, 0, 30860),
|
|
(841, 'But one thing is for certain: this plate\'s size, thickness, and bolt holes point to a use as armor for a colossal structure.', 30190, 0, 12, 0, 100, 1, 0, 0, 30867),
|
|
(842, 'Directive completed. Returning to standby mode.', 30190, 0, 12, 0, 100, 1, 0, 0, 30861),
|
|
(843, 'What\'s on yer mind, lad?', 30224, 0, 12, 0, 100, 6, 0, 0, 31065),
|
|
(844, 'Eversong Woods, Dalfors. I\'m thinking about how beautiful it was before Arthas cut a swathe of death through it...', 30225, 0, 12, 0, 100, 1, 0, 0, 31070),
|
|
(845, 'Guards!', 30271, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(846, 'Thank you and farewell, friend. I must return to the Argent Vanguard.', 30274, 0, 12, 0, 100, 0, 0, 0, 30980),
|
|
(847, 'You are dealing with a being that holds within it the consciousness of the most cunning, intelligent, and ruthless individuals to ever live.', 30377, 0, 12, 0, 100, 1, 0, 0, 31005),
|
|
(848, 'The Lich King is unlike any foe that you have ever faced, Highlord. Though you bested him upon the holy ground of Light\'s Hope Chapel, you tread now upon his domain.\n', 30377, 0, 12, 0, 100, 1, 0, 0, 31006),
|
|
(849, 'You cannot win. Not like this...\n', 30377, 0, 12, 0, 100, 274, 0, 0, 31007),
|
|
(850, 'Nothing. There is nothing that you can do while the Light binds you. It controls you wholly, shackling you to the ground with its virtues.', 30377, 0, 12, 0, 100, 274, 0, 0, 31009),
|
|
(851, '%s shakes his head.', 30377, 0, 16, 0, 100, 0, 0, 0, 31011),
|
|
(852, 'Look upon the field, Highlord. The Lich King has halted your advance completely and won the upper hand!', 30377, 0, 12, 0, 100, 25, 0, 0, 31012),
|
|
(853, 'The breach you created was sealed with Nerubian webbing almost as quickly as it was opened.', 30377, 0, 12, 0, 100, 1, 0, 0, 31013),
|
|
(854, 'Your soldiers are being used as living shields to stave off artillery fire in the Valley of Echoes, allowing the forces of the Lich King to assault your base without impediment.', 30377, 0, 12, 0, 100, 1, 0, 0, 31014),
|
|
(855, 'The Lich King knows your boundaries, Highlord. He knows that you will not fire on your own men. Do you not understand? He has no boundaries. No rules to abide. \n', 30377, 0, 12, 0, 100, 1, 0, 0, 31015),
|
|
(856, 'Then you have lost, Highlord.\n', 30377, 0, 12, 0, 100, 1, 0, 0, 31017),
|
|
(857, 'Let\'s get out of here! Quickly!', 30407, 0, 12, 0, 100, 0, 0, 0, 31115),
|
|
(858, 'Faster, hero! We must get back to the Argent Vanguard and warn them of the impending attack!', 30407, 0, 12, 0, 100, 0, 0, 0, 31122),
|
|
(859, 'There are hundreds of them! Maybe thousands! They will attack at any moment! I\'m sure of it!', 30407, 1, 12, 0, 100, 0, 0, 0, 31123),
|
|
(860, 'Had you not come along I would have died for sure!', 30407, 2, 12, 0, 100, 0, 0, 0, 31124),
|
|
(861, 'They\'re planning a huge attack! We need to warn Highlord Fordring!', 30407, 3, 12, 0, 100, 2, 0, 0, 31121),
|
|
(862, 'Thank you, hero.', 30407, 0, 12, 0, 100, 2, 0, 0, 31130),
|
|
(863, 'Thank you, friend, but we\'re not out of trouble yet!', 30407, 1, 12, 0, 100, 2, 0, 0, 31114),
|
|
(864, 'You shouldn\'t have done that! He\'s not going to like it.', 31237, 0, 15, 0, 100, 0, 0, 0, 32338),
|
|
(865, 'AHAHAHAHA... you\'ll join us soon enough!', 31397, 0, 14, 0, 100, 0, 0, 0, 32473),
|
|
(866, 'I don\'t want to leave! I want to stay here!', 31397, 1, 14, 0, 100, 0, 0, 0, 32471),
|
|
(867, 'NO! You\'re wrong! The voices in my head are beautiful!', 31397, 2, 14, 0, 100, 0, 0, 0, 32470),
|
|
(868, 'My life for you!', 31397, 3, 14, 0, 100, 0, 0, 0, 32467),
|
|
(869, 'I\'m coming, master!', 31397, 4, 14, 0, 100, 0, 0, 0, 32466),
|
|
(870, 'Guards!', 31426, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(871, 'I give you one chance. Pledge fealty to me, and perhaps I will not slaughter you for your insolence.', 28859, 4, 14, 0, 100, 0, 7000, 14516, 31763),
|
|
(872, 'What could you hope to accomplish? To storm brazenly into my domain... to employ magic... against ME?', 28859, 2, 14, 0, 100, 0, 13000, 14514, 31761),
|
|
(873, 'I am without limits here. The rules of your cherished reality do not apply. In this realm, I am in control!', 28859, 3, 14, 0, 100, 0, 10000, 14515, 31762),
|
|
(874, 'Lesser beings, intruding here! A shame that your excess courage does not compensate for your stupidity!', 28859, 0, 14, 0, 100, 0, 10000, 14512, 31759),
|
|
(875, 'None but the blue dragonflight are welcome here. Perhaps this is the work of Alexstrasza? Well, then, she has sent you to your deaths!', 28859, 1, 14, 0, 100, 0, 11000, 14513, 31760),
|
|
(876, 'The view up here is amazing!', 32736, 0, 12, 0, 0, 5, 0, 0, 33031),
|
|
(877, 'Too bad I left my light feathers at home... Slow Fall would work perfect here!', 32736, 1, 12, 0, 0, 1, 0, 0, 33032),
|
|
(878, 'The view up here is amazing!', 32739, 0, 12, 0, 0, 5, 0, 0, 33031),
|
|
(879, 'Too bad I left my light feathers at home... Slow Fall would work perfect here!', 32739, 1, 12, 0, 0, 1, 0, 0, 33032),
|
|
(880, 'The view up here is amazing!', 32741, 0, 12, 0, 0, 5, 0, 0, 33031),
|
|
(881, 'Too bad I left my light feathers at home... Slow Fall would work perfect here!', 32741, 1, 12, 0, 0, 1, 0, 0, 33032),
|
|
(882, 'It\'s an angry male!', 33008, 0, 42, 0, 100, 0, 0, 0, 33191),
|
|
(883, 'Thank you, mortal, for freeing me from this curse. I beg you, take this blade.', 33303, 0, 12, 0, 100, 1, 0, 0, 33436),
|
|
(884, 'It has brought me naught but ill. Mayhap you can find someone who will contain its power.', 33303, 0, 12, 0, 100, 1, 0, 0, 33437),
|
|
(885, 'Help shield us from these cutting winds, little sapling.', 33788, 0, 12, 0, 100, 2, 0, 0, 33814),
|
|
(886, 'There you are.', 33788, 1, 12, 0, 100, 273, 0, 0, 33813),
|
|
(887, 'Grow, little one.', 33788, 2, 12, 0, 100, 273, 0, 0, 33812),
|
|
(888, 'Use Shield-Breaker on a Charge Target.$B|TInterface\\Icons\\Ability_Warrior_ShieldBreak.blp:32|t$BFollow up with Charge while the target is vulnerable.$B|TInterface\\Icons\\Ability_Mount_Charger.blp:32|t', 33972, 0, 42, 0, 0, 0, 0, 0, 34034),
|
|
(889, 'Put up Defend$B|TInterface\\Icons\\Ability_Warrior_ShieldMastery.blp:32|t$BThen use Thrust on a Melee Target.$B|TInterface\\Icons\\INV_Sword_65.blp:32|t', 33973, 0, 42, 0, 0, 0, 0, 0, 34032),
|
|
(890, 'Use Shield-Breaker on a Ranged Target.$B|TInterface\\Icons\\Ability_Warrior_ShieldBreak.blp:32|t$BThen use Shield-Breaker while the target is defenseless.$B|TInterface\\Icons\\Ability_Warrior_ShieldBreak.blp:32|t', 33974, 0, 42, 0, 0, 0, 0, 0, 34035),
|
|
(891, 'Thank you, $c.', 34716, 0, 12, 0, 100, 5, 0, 0, 35180),
|
|
(892, 'They\'re killing the prisoners! Hurry, help the others.', 34716, 1, 12, 0, 100, 5, 0, 0, 35181),
|
|
(893, 'I knew I shouldn\'t have come to the tournament!', 34716, 2, 12, 0, 100, 5, 0, 0, 35184),
|
|
(894, 'I thought I was going to die in there!', 34716, 3, 12, 0, 100, 5, 0, 0, 35183),
|
|
(895, 'Dat cloud look like da Warchief.', 34723, 0, 12, 1, 100, 25, 0, 0, 35027),
|
|
(896, 'Dere be a bug.', 34723, 1, 12, 1, 100, 25, 0, 0, 35029),
|
|
(897, 'They were seconds from strapping me to one of those altars and sucking my soul out. Let\'s get out of here!', 34956, 0, 12, 0, 100, 5, 0, 0, 35790),
|
|
(898, 'If you\'ll excuse me, I\'m afraid I have other business I must attend to. Please call on me again in the future.', 35642, 0, 12, 0, 100, 3, 0, 0, 35977),
|
|
(899, 'So the Light\'s vaunted justice has finally arrived? Shall I lay down Frostmourne and throw myself at your mercy, Fordring?', 36597, 0, 14, 0, 0, 0, 0, 17349, 38070),
|
|
(900, 'You\'ll learn of that first hand. When my work is complete, you will beg for mercy -- and I will deny you. Your anguished cries will be testament to my unbridled power...', 36597, 0, 14, 0, 0, 22, 0, 17350, 38071),
|
|
(901, 'I\'ll keep you alive to witness the end, Fordring. I would not want the Light\'s greatest champion to miss seeing this wretched world remade in my image.', 36597, 0, 14, 0, 0, 0, 0, 17351, 38072),
|
|
(902, 'Come then, champions. Feed me your rage!', 36597, 0, 14, 0, 0, 0, 0, 0, 38073),
|
|
(903, 'I will freeze you from within until all that remains is an icy husk.', 36597, 0, 14, 0, 0, 0, 0, 17369, 38046),
|
|
(904, 'Watch as the world around you collapses!', 36597, 0, 14, 0, 0, 0, 0, 17370, 38047),
|
|
(905, 'Val\'kyr, your master calls!', 36597, 0, 14, 0, 0, 0, 0, 17373, 38052),
|
|
(906, 'Frostmourne hungers...', 36597, 0, 14, 0, 0, 0, 0, 17366, 38042),
|
|
(907, 'Frostmourne, OBEY ME!', 36597, 0, 14, 0, 0, 0, 0, 17367, 38043),
|
|
(908, 'Frostmourne feeds on the soul of your fallen ally!', 36597, 0, 14, 0, 0, 0, 0, 17368, 38044),
|
|
(909, 'Hope wanes...', 36597, 0, 14, 0, 0, 0, 0, 17363, 38038),
|
|
(910, 'The end has come!', 36597, 1, 14, 0, 0, 0, 0, 17364, 38040),
|
|
(911, 'Face now your tragic end.', 36597, 0, 14, 0, 0, 0, 0, 17365, 38041),
|
|
(912, '%s begins to cast Defile!', 36597, 0, 41, 0, 0, 0, 0, 0, 39688),
|
|
(913, ' |TInterface\\Icons\\ability_creature_disease_02.blp:16|t You have been infected by |cFFBC05FFNecrotic Plague|r! |TInterface\\Icons\\ability_creature_disease_02.blp:16|t', 36597, 0, 42, 0, 0, 0, 0, 0, 39695),
|
|
(914, 'No questions remain unanswered. No doubts linger. You ARE Azeroth\'s greatest champions. You overcame every challenge I laid before you. My mightiest servants have fallen before your relentless onslaught... your unbridled fury... ', 36597, 0, 14, 0, 0, 0, 0, 17353, 38074),
|
|
(915, 'Is it truly righteousness that drives you? I wonder...', 36597, 0, 14, 0, 0, 0, 0, 17354, 38075),
|
|
(916, 'You trained them well, Fordring. You delivered the greatest fighting force this world has ever known... right into my hands - exactly as I intended! You shall be rewarded for your unwitting sacrifice.', 36597, 0, 14, 0, 0, 0, 0, 17355, 38076),
|
|
(917, 'Watch now as I raise them from the dead to become masters of the Scourge. They will shroud this world in chaos and destruction. Azeroth\'s fall will come at their hands -- and you will be the first to die.', 36597, 0, 14, 0, 0, 0, 0, 17356, 38077),
|
|
(918, 'I delight in the irony.', 36597, 0, 14, 0, 0, 0, 0, 17357, 38078),
|
|
(919, 'Impossible...', 36597, 0, 14, 0, 0, 0, 0, 17358, 38080),
|
|
(920, 'Now I stand, the lion before the lambs... and they do not fear.', 36597, 0, 14, 0, 0, 0, 0, 17361, 39003),
|
|
(921, 'They cannot fear...', 36597, 0, 14, 0, 0, 0, 0, 17362, 39004),
|
|
(922, 'This is the beginning AND the end, mortals. None may enter the master\'s sanctum!', 36612, 0, 14, 0, 0, 0, 0, 16950, 38508),
|
|
(923, 'The Scourge will wash over this world as a swarm of death and destruction!', 36612, 0, 14, 0, 0, 0, 0, 16941, 37684),
|
|
(924, 'BONE STORM!', 36612, 0, 14, 0, 0, 0, 0, 16946, 36554),
|
|
(925, 'Bound by bone!', 36612, 0, 14, 0, 0, 0, 0, 16947, 37695),
|
|
(926, 'Stick around!', 36612, 1, 14, 0, 0, 0, 0, 16948, 37696),
|
|
(927, 'The only escape is death!', 36612, 2, 14, 0, 0, 0, 0, 16949, 37693),
|
|
(928, 'More bones for the offering!', 36612, 0, 14, 0, 0, 0, 0, 16942, 37686),
|
|
(929, 'Languish in damnation!', 36612, 1, 14, 0, 0, 0, 0, 16943, 37687),
|
|
(930, 'I see... Only darkness.', 36612, 0, 14, 0, 0, 0, 0, 16944, 37688),
|
|
(931, 'THE MASTER\'S RAGE COURSES THROUGH ME!', 36612, 0, 14, 0, 0, 0, 0, 16945, 37690),
|
|
(932, '%s creates a whirling storm of bone!', 36612, 0, 41, 0, 0, 0, 0, 0, 36553),
|
|
(933, 'No! You killed Stinky! You Pay!', 36626, 0, 14, 0, 0, 0, 0, 16907, 37830),
|
|
(934, 'Fun time?', 36626, 0, 14, 0, 0, 0, 0, 16901, 37823),
|
|
(935, '%s farts.', 36626, 0, 16, 0, 0, 0, 0, 16911, 0),
|
|
(936, '%s releases Gas Spores!', 36626, 0, 41, 0, 0, 0, 0, 0, 36706),
|
|
(937, 'I not feel so good...', 36626, 0, 14, 0, 0, 0, 0, 16906, 37829),
|
|
(938, '%s begins to cast |cFFFF7F00Pungent Blight!|r', 36626, 0, 41, 0, 0, 0, 0, 0, 36707),
|
|
(939, '%s vomits.', 36626, 0, 16, 0, 0, 0, 0, 0, 0),
|
|
(940, 'Daddy, I did it!', 36626, 0, 14, 0, 0, 0, 0, 16902, 37824),
|
|
(941, 'Dead, dead, dead!', 36626, 1, 14, 0, 0, 0, 0, 16903, 37825),
|
|
(942, 'Fun time over!', 36626, 0, 14, 0, 0, 0, 0, 16905, 37827),
|
|
(943, 'Da ... Ddy...', 36626, 0, 14, 0, 0, 0, 0, 16904, 37826),
|
|
(944, 'What? Precious? Noooooooooo!!!', 36627, 0, 14, 0, 0, 0, 0, 16993, 37837),
|
|
(945, 'Weeeeee!', 36627, 0, 14, 0, 0, 0, 0, 16986, 37831),
|
|
(946, '%s begins to cast Slime Spray!', 36627, 0, 41, 0, 0, 0, 0, 0, 38363),
|
|
(947, 'Icky sticky!', 36627, 0, 14, 0, 0, 0, 0, 16991, 37836),
|
|
(948, '|TInterface\\Icons\\spell_shadow_unstableaffliction_2.blp:16|t%s begins to cast |cFFFF0000Unstable Ooze Explosion!|r', 36627, 0, 41, 0, 0, 0, 0, 0, 37064),
|
|
(949, 'I tink I made an angry poo-poo. It gonna blow!', 36627, 0, 14, 0, 0, 0, 0, 16992, 37063),
|
|
(950, 'Daddy make new toys out of you!', 36627, 0, 14, 0, 0, 0, 0, 16988, 37833),
|
|
(951, 'I brokes-ded it...', 36627, 1, 14, 0, 0, 0, 0, 16987, 37832),
|
|
(952, 'SLEEPY TIME!', 36627, 0, 14, 0, 0, 0, 0, 16990, 37835),
|
|
(953, 'Bad news, daddy...', 36627, 0, 14, 0, 0, 0, 0, 16989, 37834),
|
|
(954, '|TInterface\\Icons\\ability_creature_disease_02.blp:16|tYou have |cFF00FF00Mutated Infection!|r', 36627, 0, 42, 0, 0, 0, 0, 0, 37872),
|
|
(955, 'It\'s good to finally see you, courier. Krasus has entrusted us with one of the few remaining copies of Ancient Dragonforged Blades.', 36669, 0, 12, 0, 100, 1, 0, 0, 37620),
|
|
(956, 'Here is the book. You must ensure it gets to Caladis Brightspear in Icecrown before the Sunreavers realize what is happening.', 36669, 0, 12, 0, 100, 1, 0, 0, 37621),
|
|
(957, 'Travel quickly! The Sunreavers will not waste any time once they realize that we have the information they seek.', 36669, 0, 12, 0, 100, 1, 0, 0, 37622),
|
|
(958, 'You\'re late, courier. No, I don\'t want any excuses; this errand is far too important.', 36670, 0, 12, 0, 100, 1, 0, 0, 37580),
|
|
(959, 'Here\'s the tome our representative brought from Wyrmrest. Get this to Myralion Sunblaze immediately.', 36670, 0, 12, 0, 100, 1, 0, 0, 37581),
|
|
(960, 'Watch your back, courier. I needn\'t remind you of the value of the book, nor the fact that the Silver Covenant will stop at nothing to take it from us.', 36670, 0, 12, 0, 100, 1, 0, 0, 37582),
|
|
(961, 'Just an ordinary gas cloud, but watch out because that\'s no ordinary gas cloud!', 36678, 0, 14, 0, 0, 432, 0, 17119, 37843),
|
|
(962, 'Oh Festergut, you were always my favorite -- next to Rotface. The good news is that you left behind so much gas. I can practically taste it!', 36678, 0, 14, 0, 0, 0, 0, 17124, 37848),
|
|
(963, 'Great news, everyone! The slime is flowing again!', 36678, 0, 14, 0, 0, 1, 0, 17126, 38120),
|
|
(964, 'Good news, everyone! I\'ve fixed the poison slime pipes!', 36678, 1, 14, 0, 0, 1, 0, 17123, 37049),
|
|
(965, 'Terrible news, everyone. Rotface is dead, but great news everyone! He left behind plenty of ooze for me to use! What? I\'m a poet and I didn\'t know it... Astounding!', 36678, 0, 14, 0, 0, 0, 0, 17146, 37847),
|
|
(966, 'Good news, everyone! I think I\'ve perfected a plague that will destroy all life on Azeroth!', 36678, 0, 14, 0, 0, 0, 0, 17114, 37838),
|
|
(967, '%s begins to cast Unstable Experiment!', 36678, 0, 41, 0, 0, 0, 0, 0, 38500),
|
|
(968, 'Two oozes, one room. So many delightful possibilities!', 36678, 0, 14, 0, 0, 0, 0, 17122, 37846),
|
|
(969, 'Hrm, I don\'t feel a thing. Wha?! Where\'d those come from?', 36678, 0, 14, 0, 0, 15, 0, 17120, 37844),
|
|
(970, 'Tastes like... Cherry! OH! Excuse me!', 36678, 0, 14, 0, 0, 15, 0, 17121, 37845),
|
|
(971, '|TInterface\\Icons\\inv_misc_herb_evergreenmoss.blp:16|t%s cast |cFF00FF00Malleable Goo!|r', 36678, 0, 41, 0, 0, 0, 0, 0, 38499),
|
|
(972, '%s cast |cFFFF7F00Choking Gas Bomb!|r', 36678, 0, 41, 0, 0, 0, 0, 0, 38498),
|
|
(973, 'Hrm, interesting...', 36678, 0, 14, 0, 0, 0, 0, 17115, 37839),
|
|
(974, 'That was unexpected!', 36678, 1, 14, 0, 0, 0, 0, 17116, 38545),
|
|
(975, 'Great news, everyone!', 36678, 0, 14, 0, 0, 0, 0, 17118, 38546),
|
|
(976, 'Bad news, everyone... I don\'t think I\'m going to make it...', 36678, 0, 14, 0, 0, 0, 0, 17117, 37841),
|
|
(977, 'You Sunreaver lackeys are all the same.', 36774, 0, 12, 0, 100, 1, 0, 0, 37768),
|
|
(978, 'You won\'t escape from us so easily!', 36774, 1, 12, 0, 100, 1, 0, 0, 37879),
|
|
(979, 'Did you think you would escape with your life?', 36776, 0, 12, 0, 100, 1, 0, 0, 37880),
|
|
(980, 'You\'ll never run us out of the city, Silver Covenant thug!', 36776, 1, 12, 0, 100, 1, 0, 0, 37767),
|
|
(981, 'Heroes, lend me your aid. I... I cannot hold them off much longer. You must heal my wounds!', 36789, 0, 14, 0, 0, 0, 0, 17064, 37875),
|
|
(982, 'I have opened a portal into the Dream. Your salvation lies within, heroes...', 36789, 0, 14, 0, 0, 0, 0, 17068, 37876),
|
|
(983, 'My strength is returning. Press on, heroes!', 36789, 0, 14, 0, 0, 0, 0, 17070, 37878),
|
|
(984, 'I will not last much longer!', 36789, 0, 14, 0, 0, 0, 0, 17069, 21784),
|
|
(985, 'Forgive me for what I do! I... cannot... stop... ONLY NIGHTMARES REMAIN!', 36789, 0, 14, 0, 0, 0, 0, 17072, 0),
|
|
(986, 'A tragic loss...', 36789, 0, 14, 0, 0, 0, 0, 17066, 0),
|
|
(987, 'FAILURES!', 36789, 0, 14, 0, 0, 0, 0, 17067, 0),
|
|
(988, 'I AM RENEWED! Ysera grant me the favor to lay these foul creatures to rest!', 36789, 0, 14, 0, 0, 0, 0, 17071, 37852),
|
|
(989, 'You have come to bring Arthas to justice? To see the Lich King destroyed?', 36823, 0, 14, 0, 0, 0, 0, 17394, 38114),
|
|
(990, 'First, you must escape Frostmourne\'s hold, or be damned as I am; trapped within this cursed blade for all eternity. ', 36823, 0, 14, 0, 0, 0, 0, 17395, 38115),
|
|
(991, 'Aid me in destroying these tortured souls! Together we will loosen Frostmourne\'s hold and weaken the Lich King from within!', 36823, 0, 14, 0, 0, 0, 0, 17396, 38116),
|
|
(992, 'You are fools to have come to this place. The icy winds of Northrend will consume your souls!', 36853, 0, 14, 0, 0, 0, 0, 17007, 37511),
|
|
(993, 'Suffer, mortals, as your pathetic magic betrays you!', 36853, 0, 14, 0, 0, 0, 0, 17014, 37138),
|
|
(994, '%s prepares to unleash a wave of blistering cold!', 36853, 0, 41, 0, 0, 0, 0, 0, 37108),
|
|
(995, 'Can you feel the cold hand of death upon your heart?', 36853, 0, 14, 0, 0, 0, 0, 17013, 37137),
|
|
(996, 'Aaagh! It burns! What sorcery is this!?', 36853, 0, 14, 0, 0, 0, 0, 17015, 38550),
|
|
(997, 'Your incursion ends here! None shall survive!', 36853, 0, 14, 0, 0, 0, 0, 17012, 37136),
|
|
(998, 'Now, feel my master\'s limitless power and despair!', 36853, 0, 14, 0, 0, 0, 0, 17016, 37109),
|
|
(999, '%s fires a frozen orb towards $n!', 36853, 0, 41, 0, 0, 0, 0, 0, 38672),
|
|
(1000, 'Perish!', 36853, 0, 14, 0, 0, 0, 0, 17008, 37133),
|
|
(1001, 'The flaw of mortality....', 36853, 1, 14, 0, 0, 0, 0, 17009, 37134),
|
|
(1002, 'Enough! I tire of these games!', 36853, 0, 14, 0, 0, 0, 0, 17011, 37140),
|
|
(1003, 'Free... at last....', 36853, 0, 14, 0, 0, 0, 0, 17010, 37139),
|
|
(1004, 'You have found your way here, because you are among the few gifted with true vision in a world cursed with blindness.', 36855, 0, 14, 0, 0, 0, 0, 17272, 38139),
|
|
(1005, 'You can see through the fog that hangs over this world like a shroud, and grasp where true power lies.', 36855, 0, 14, 0, 0, 0, 0, 17273, 38140),
|
|
(1006, 'Fix your eyes upon your crude hands: the sinew, the soft meat, the dark blood coursing within.', 36855, 0, 14, 0, 0, 0, 0, 16878, 38134),
|
|
(1007, 'It is a weakness; a crippling flaw.... A joke played by the Creators upon their own creations.', 36855, 0, 14, 0, 0, 0, 0, 17268, 38135),
|
|
(1008, 'The sooner you come to accept your condition as a defect, the sooner you will find yourselves in a position to transcend it.', 36855, 0, 14, 0, 0, 0, 0, 17269, 38136),
|
|
(1009, 'Through our Master, all things are possible. His power is without limit, and his will unbending.', 36855, 0, 14, 0, 0, 0, 0, 17270, 38137),
|
|
(1010, 'Those who oppose him will be destroyed utterly, and those who serve -- who serve wholly, unquestioningly, with utter devotion of mind and soul -- elevated to heights beyond your ken.', 36855, 0, 14, 0, 0, 0, 0, 17271, 38138),
|
|
(1011, 'What is this disturbance? You dare trespass upon this hallowed ground? This shall be your final resting place!', 36855, 0, 14, 0, 0, 0, 0, 16868, 38122),
|
|
(1012, 'Enough! I see I must take matters into my own hands!', 36855, 0, 14, 0, 0, 0, 0, 16877, 38126),
|
|
(1013, '%s\'s Mana Barrier shimmers and fades away!', 36855, 0, 41, 0, 0, 0, 0, 0, 38121),
|
|
(1014, 'You are weak, powerless to resist my will!', 36855, 0, 14, 0, 0, 0, 0, 16876, 38127),
|
|
(1015, 'Take this blessing and show these intruders a taste of the Master\'s power!', 36855, 0, 14, 0, 0, 0, 0, 16873, 38130),
|
|
(1016, 'I release you from the curse of flesh!', 36855, 0, 14, 0, 0, 0, 0, 16874, 38132),
|
|
(1017, 'Arise, and exult in your pure form!', 36855, 0, 14, 0, 0, 0, 0, 16875, 38133),
|
|
(1018, 'Do you yet grasp the futility of your actions?', 36855, 0, 14, 0, 0, 0, 0, 16869, 38123),
|
|
(1019, 'Embrace the darkness... darkness eternal.', 36855, 1, 14, 0, 0, 0, 0, 16870, 38124),
|
|
(1020, 'This charade has gone on long enough!', 36855, 0, 14, 0, 0, 0, 0, 16872, 38128),
|
|
(1021, 'All part of the Master\'s plan.... Your end is inevitable....', 36855, 0, 14, 0, 0, 0, 0, 16871, 38125),
|
|
(1022, 'The master\'s sanctum has been disturbed!', 37007, 0, 14, 0, 0, 0, 0, 16865, 37443),
|
|
(1023, 'I... awaken!', 37007, 1, 14, 0, 0, 0, 0, 16866, 38517),
|
|
(1024, 'Who... goes there...?', 37007, 2, 14, 0, 0, 0, 0, 16867, 38518),
|
|
(1025, 'This is our final stand. What happens here will echo through the ages. Regardless of outcome, they will know that we fought with honor. That we fought for the freedom and safety of our people.$B$BRemember, hero, fear is your greatest enemy in these befouled halls. Steel your heart and your soul will shine brighter than a thousand suns. The enemy will falter at the sight of you. They will fall as the light of righteousness envelops them!', 37119, 0, 14, 0, 0, 22, 0, 16653, 36923),
|
|
(1026, 'Remember, heroes, fear is your greatest enemy in these befouled halls. Steel your heart and your soul will shine brighter than a thousand suns. The enemy will falter at the sight of you. They will fall as the light of righteousness envelops them!', 37119, 0, 14, 0, 0, 22, 0, 16654, 37028),
|
|
(1027, 'Our march upon Icecrown Citadel begins now!', 37119, 0, 14, 0, 0, 22, 0, 16655, 37029),
|
|
(1028, 'ARTHAS! I swore that I would see you dead and the Scourge dismantled! I\'m going to finish what I started at Light\'s Hope!', 37119, 0, 14, 0, 0, 22, 0, 16656, 37031),
|
|
(1029, 'The power of the Light knows no bounds, Saurfang. His soul is under great strain, but he lives - for now.', 37119, 0, 12, 0, 0, 1, 0, 16658, 37056),
|
|
(1030, 'By the Light, it must be so!', 37119, 0, 12, 0, 0, 5, 0, 16657, 37038),
|
|
(1031, 'Never... could reach... the top shelf...', 37122, 0, 14, 0, 0, 0, 0, 16586, 37074),
|
|
(1032, 'You miserable fools never did manage to select a decent bat wing.', 37122, 0, 14, 0, 0, 0, 0, 16587, 37076),
|
|
(1033, 'THAT was for bringing me spoiled spider ichor!\n', 37122, 0, 14, 0, 0, 0, 0, 16588, 37075),
|
|
(1034, 'Don\'t... let Finklestein use me... for his potions...', 37122, 0, 14, 0, 0, 0, 0, 16589, 37077),
|
|
(1035, 'The loss of our comrades was unpreventable. They lived and died in the service of the Argent Crusade.', 37122, 0, 14, 0, 0, 0, 0, 16590, 37534),
|
|
(1036, 'Even dying here beats spending another day collecting reagents for that madman, Finklestein. ', 37122, 0, 14, 0, 0, 0, 0, 16585, 36948),
|
|
(1037, 'No amount of healing can save me now. Fight on, brothers...', 37123, 0, 14, 0, 0, 0, 0, 16810, 37665),
|
|
(1038, 'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!\n', 37123, 0, 14, 0, 0, 0, 0, 16811, 37664),
|
|
(1039, 'It doesn\'t hurt anymore, does it?\n', 37123, 0, 14, 0, 0, 0, 0, 16812, 37658),
|
|
(1040, 'I\'m sorry...', 37123, 0, 14, 0, 0, 0, 0, 16813, 37659),
|
|
(1041, 'You have done much in this war against the Scourge. May the light embrace you. ', 37123, 0, 14, 0, 0, 0, 0, 16815, 37533),
|
|
(1042, 'Please... burn my remains. Let me live warm in the afterlife...', 37124, 0, 14, 0, 0, 0, 0, 16844, 37666),
|
|
(1043, 'No! Why was I denied a death by flame? You must all BURN! ', 37124, 0, 14, 0, 0, 0, 0, 16845, 37667),
|
|
(1044, 'Can you feel the burn?', 37124, 0, 14, 0, 0, 0, 0, 16846, 37660),
|
|
(1045, 'What... have I done? No!', 37124, 0, 14, 0, 0, 0, 0, 16847, 37661),
|
|
(1046, 'What can possibly redeem this unholy place? Thank you.', 37124, 0, 14, 0, 0, 0, 0, 16849, 37535),
|
|
(1047, 'It was... a worthy afterlife.', 37125, 0, 14, 0, 0, 0, 0, 16998, 37668),
|
|
(1048, 'There is no escaping the Lich King\'s will. Prepare for an explosive encounter!', 37125, 0, 14, 0, 0, 0, 0, 16999, 37669),
|
|
(1049, 'So that\'s what happens what you stand too close to a bomb!', 37125, 0, 14, 0, 0, 0, 0, 17000, 37662),
|
|
(1050, 'What an... explosive ending!', 37125, 0, 14, 0, 0, 0, 0, 17001, 37663),
|
|
(1051, 'Beware the dangers that lie ahead... and do try to remain in one piece. ', 37125, 0, 14, 0, 0, 0, 0, 17003, 37536),
|
|
(1052, 'You may have once fought beside me, Crok, but now you are nothing more than a traitor. Come, your second death approaches!', 37126, 0, 14, 0, 0, 0, 0, 17017, 37024),
|
|
(1053, 'Miserable creatures! Die! ', 37126, 0, 14, 0, 0, 0, 0, 17018, 37065),
|
|
(1054, 'Foolish Crok. You brought my reinforcements with you. Arise, Argent Champions, and serve the Lich King in death!', 37126, 0, 14, 0, 0, 0, 0, 17019, 37020),
|
|
(1055, 'Come, Scourgebane. I\'ll show the master which of us is truly worthy of the title of "Champion"!', 37126, 0, 14, 0, 0, 0, 0, 17020, 37653),
|
|
(1056, 'What a pitiful choice of an ally, Crok!', 37126, 0, 14, 0, 0, 0, 0, 17021, 37654),
|
|
(1057, 'They died so easily. No matter.', 37126, 0, 14, 0, 0, 0, 0, 17022, 37163),
|
|
(1058, 'Perhaps... you were right, Crok. ', 37126, 0, 14, 0, 0, 0, 0, 17023, 37135),
|
|
(1059, '%s has impaled $n!', 37126, 0, 41, 0, 0, 0, 0, 0, 37977),
|
|
(1060, '%s\'s Aether Shield has been shattered by $n!', 37126, 0, 41, 0, 0, 0, 0, 0, 37978),
|
|
(1061, 'Ready your arms, my Argent Brothers. The Vrykul will protect the Frost Queen with their lives.', 37129, 0, 14, 0, 0, 0, 0, 16819, 36945),
|
|
(1062, 'Enough idle banter! Our champions have arrived - support them as we push our way through the hall!', 37129, 0, 14, 0, 0, 0, 0, 16820, 36946),
|
|
(1063, 'Draw them back to us, and we\'ll assist you. ', 37129, 0, 14, 0, 0, 0, 0, 16821, 37013),
|
|
(1064, 'Quickly, push on!', 37129, 0, 14, 0, 0, 0, 0, 16823, 37015),
|
|
(1065, 'Her reinforcements will arrive shortly, we must bring her down quickly!', 37129, 0, 14, 0, 0, 0, 0, 16824, 37016),
|
|
(1066, 'I\'ll draw her attacks. Return our brothers to their graves, then help me bring her down!', 37129, 0, 14, 0, 0, 15, 0, 16825, 37017),
|
|
(1067, 'Augh! I must rest for a moment. \n', 37129, 0, 14, 0, 0, 0, 0, 16826, 37164),
|
|
(1068, 'Champions! I cannot hold her back any longer.', 37129, 0, 14, 0, 0, 0, 0, 16827, 37165),
|
|
(1069, 'Vengeance alone... was not enough!', 37129, 0, 14, 0, 0, 0, 0, 16828, 0),
|
|
(1070, 'You now stand upon the hallowed ground of the Scourge. The Light won\'t protect you here, paladin. Nothing will protect you...', 37181, 0, 14, 0, 0, 0, 0, 17230, 38054),
|
|
(1071, 'You could have been my greatest champion, Fordring: A force of darkness that would wash over this world and deliver it into a new age of strife.', 37181, 0, 14, 0, 0, 0, 0, 17231, 38055),
|
|
(1072, 'But that honor is no longer yours. Soon, I will have a new champion. ', 37181, 0, 14, 0, 0, 0, 0, 17232, 38056),
|
|
(1073, 'The breaking of this one has been taxing. The atrocities I have committed upon his soul. He has resisted for so long, but he will bow down before his king soon.', 37181, 0, 14, 0, 0, 0, 0, 17233, 37034),
|
|
(1074, 'In the end, you will all serve me.', 37181, 0, 14, 0, 0, 0, 0, 17234, 38059),
|
|
(1075, 'NEVER! I... I will never... serve... you...', 37183, 0, 14, 0, 0, 0, 0, 17078, 37035),
|
|
(1076, 'Kor\'kron, move out! Champions, watch your backs. The Scourge have been...', 37187, 0, 14, 0, 0, 22, 0, 17103, 37634),
|
|
(1077, 'My boy died at the Wrath Gate. I am here only to collect his body.', 37187, 0, 12, 0, 0, 397, 0, 17097, 37638),
|
|
(1078, 'We named him Dranosh - It means "Heart of Draenor" in orcish. I would not let the warlocks take him. My boy would be safe, hidden away by the elders of Garadar.', 37187, 0, 12, 0, 0, 1, 0, 17098, 37640),
|
|
(1079, 'I made a promise to his mother before she died; that I would cross the Dark Portal alone - whether I lived or died, my son would be safe. Untainted...', 37187, 0, 12, 0, 0, 1, 0, 17099, 37641),
|
|
(1080, 'Today, I fulfill that promise.', 37187, 0, 12, 0, 0, 397, 0, 17100, 37642),
|
|
(1081, '%s charges!', 37187, 0, 16, 0, 0, 53, 0, 17104, 37643),
|
|
(1082, 'Behind you lies the body of my only son. Nothing will keep me from him. ', 37187, 0, 12, 0, 0, 0, 0, 17094, 37525),
|
|
(1083, 'High Overlord Saurfang walks over to his son and kneels before his son\'s body.', 37187, 0, 16, 0, 0, 0, 0, 0, 0),
|
|
(1084, '[Orcish] No\'ku kil zil\'nok ha tar.', 37187, 0, 12, 0, 0, 0, 0, 17096, 0),
|
|
(1085, 'Higher Overlord Saurfang picks up the body of his son and walks over towards Varian', 37187, 0, 16, 0, 0, 0, 0, 0, 0),
|
|
(1086, 'I will not forget this... kindness. I thank you, Highness', 37187, 0, 12, 0, 0, 0, 0, 17095, 37529),
|
|
(1087, '%s coughs.', 37187, 0, 16, 0, 0, 0, 0, 17105, 37646),
|
|
(1088, '%s weeps over the corpse of his son.', 37187, 0, 16, 0, 0, 15, 0, 17106, 37647),
|
|
(1089, 'You will have a proper ceremony in Nagrand, next to the pyres of your mother and ancestors.\n', 37187, 0, 12, 0, 0, 0, 0, 17101, 37648),
|
|
(1090, 'Honor, young heroes... no matter how dire the battle... never forsake it.', 37187, 0, 12, 0, 0, 0, 0, 17102, 37649),
|
|
(1091, 'The paladin still lives? Is it possible, Highlord? Could he have survived?', 37187, 0, 12, 0, 0, 6, 0, 17107, 37051),
|
|
(1092, 'Then we must save him! If we rescue Bolvar Fordragon, we may quell the unrest between the Alliance and the Horde.', 37187, 0, 12, 0, 0, 5, 0, 17108, 37053),
|
|
(1093, 'Our mission is now clear: The Lich King will answer for his crimes and we will save Highlord Bolvar Fordragon!', 37187, 0, 12, 0, 0, 15, 0, 17109, 37054),
|
|
(1094, 'Kor\'kron, prepare Orgrim\'s Hammer for its final voyage! Champions, our gunship will find a point to dock on the upper reaches of the citadel. Meet us there!', 37187, 0, 14, 0, 0, 22, 0, 17110, 37055),
|
|
(1095, '%s cries.', 37188, 0, 16, 0, 0, 18, 0, 16651, 29772),
|
|
(1096, 'It was nothing, your majesty. Just... I\'m proud of my king.', 37188, 0, 12, 0, 0, 0, 0, 16652, 37546),
|
|
(1097, 'Let\'s get a move on then! Move ou...', 37200, 0, 14, 0, 0, 0, 0, 16974, 37457),
|
|
(1098, 'A lone orc against the might of the Alliance???', 37200, 0, 14, 0, 0, 0, 0, 16970, 37460),
|
|
(1099, 'Charge!!!\n', 37200, 0, 14, 0, 0, 0, 0, 16971, 37461),
|
|
(1100, '%s gasps for air.', 37200, 0, 16, 0, 0, 0, 0, 16975, 37502),
|
|
(1101, 'That was Saurfang\'s boy - the Horde commander at the Wrath Gate. Such a tragic end...', 37200, 0, 12, 0, 0, 0, 0, 16976, 37503),
|
|
(1102, 'What in the... There, in the distance!\n', 37200, 0, 12, 0, 0, 0, 0, 16977, 37504),
|
|
(1103, 'A Horde Zeppelin flies up to the rise.', 37200, 0, 16, 0, 0, 0, 0, 0, 0),
|
|
(1104, 'Soldiers, fall in! Looks like the Horde are comin\' to take another shot!\n', 37200, 0, 14, 0, 0, 0, 0, 16978, 37505),
|
|
(1105, 'The Zeppelin docks, and High Overlord Saurfang hops out, confronting the Alliance soldiers and Muradin', 37200, 0, 16, 0, 0, 0, 0, 0, 0),
|
|
(1106, 'Don\'t force me hand, orc. We can\'t let ye pass.', 37200, 0, 12, 0, 0, 0, 0, 16972, 37524),
|
|
(1107, 'I... I can\'t do it. Get back on yer ship and we\'ll spare yer life. ', 37200, 0, 12, 0, 0, 0, 0, 16973, 37526),
|
|
(1108, 'A mage portal from Stormwind appears between the two and Varian Wrynn and Jaina Proudmoore emerge.', 37200, 0, 16, 0, 0, 0, 0, 0, 0),
|
|
(1109, 'Right away, yer majesty!', 37200, 0, 12, 0, 0, 0, 0, 16979, 37547),
|
|
(1110, 'Could it be, Lord Fordring? If Bolvar lives, mayhap there is hope fer peace between the Alliance and the Horde. We must reach the top o\' this cursed place and free the paladin!', 37200, 0, 12, 0, 0, 6, 0, 16980, 37037),
|
|
(1111, 'Prepare the Skybreaker fer an aerial assault on the citadel!', 37200, 0, 14, 0, 0, 5, 0, 16981, 37043),
|
|
(1112, 'Heroes, ye must fight yer way to a clear extraction point within Icecrown. We\'ll try an\' rendezvous on the ramparts!', 37200, 0, 14, 0, 0, 22, 0, 16982, 37046),
|
|
(1113, '%s cries out with a loud, baying howl!', 37217, 0, 41, 0, 0, 0, 0, 0, 37849),
|
|
(1114, 'You miserable fools never did manage to select a decent bat wing.', 37491, 0, 14, 0, 0, 0, 0, 16587, 37076),
|
|
(1115, 'THAT was for bringing me spoiled spider ichor!\n', 37491, 0, 14, 0, 0, 0, 0, 16588, 37075),
|
|
(1116, 'Don\'t... let Finklestein use me... for his potions...', 37491, 0, 14, 0, 0, 0, 0, 16589, 37077),
|
|
(1117, 'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!\n', 37493, 0, 14, 0, 0, 0, 0, 16811, 37664),
|
|
(1118, 'It doesn\'t hurt anymore, does it?\n', 37493, 0, 14, 0, 0, 0, 0, 16812, 37658),
|
|
(1119, 'I\'m sorry...', 37493, 0, 14, 0, 0, 0, 0, 16813, 37659),
|
|
(1120, 'No! Why was I denied a death by flame? You must all BURN! ', 37494, 0, 14, 0, 0, 0, 0, 16845, 37667),
|
|
(1121, 'Can you feel the burn?', 37494, 0, 14, 0, 0, 0, 0, 16846, 37660),
|
|
(1122, 'What... have I done? No!', 37494, 0, 14, 0, 0, 0, 0, 16847, 37661),
|
|
(1123, 'There is no escaping the Lich King\'s will. Prepare for an explosive encounter!', 37495, 0, 14, 0, 0, 0, 0, 16999, 37669),
|
|
(1124, 'So that\'s what happens what you stand too close to a bomb!', 37495, 0, 14, 0, 0, 0, 0, 17000, 37662),
|
|
(1125, 'What an... explosive ending!', 37495, 0, 14, 0, 0, 0, 0, 17001, 37663),
|
|
(1126, 'For every Horde soldier that you killed -- for every Alliance dog that fell, the Lich King\'s armies grew. Even now the val\'kyr work to raise your fallen as Scourge.\n', 37813, 0, 14, 0, 0, 0, 0, 16701, 37458),
|
|
(1127, 'Things are about to get much worse. Come, taste the power that the Lich King has bestowed upon me!', 37813, 0, 14, 0, 0, 0, 0, 16702, 37459),
|
|
(1128, 'Dwarves...', 37813, 0, 14, 0, 0, 0, 0, 16703, 37471),
|
|
(1129, '%s immobilizes Muradin and his guards.', 37813, 0, 16, 0, 0, 0, 0, 0, 0),
|
|
(1130, 'Join me, father. Join me and we will crush this world in the name of the Scourge -- for the glory of the Lich King!', 37813, 0, 14, 0, 0, 0, 0, 16704, 37635),
|
|
(1131, 'Stubborn and old. What chance do you have? I am stronger, and more powerful than you ever were.', 37813, 0, 14, 0, 0, 5, 0, 16705, 37639),
|
|
(1132, 'Pathetic old orc! Come then, heroes. Come and face the might of the Scourge!', 37813, 0, 14, 0, 0, 15, 0, 16706, 37644),
|
|
(1133, 'BY THE MIGHT OF THE LICH KING!', 37813, 0, 14, 0, 0, 0, 0, 16694, 38464),
|
|
(1134, 'The ground runs red with your blood!', 37813, 0, 14, 0, 0, 0, 0, 16699, 37995),
|
|
(1135, 'Feast, my minions!', 37813, 0, 14, 0, 0, 0, 0, 16700, 38466),
|
|
(1136, 'You are nothing!', 37813, 0, 14, 0, 0, 0, 0, 16695, 37991),
|
|
(1137, 'Your soul will find no redemption here!', 37813, 1, 14, 0, 0, 0, 0, 16696, 37992),
|
|
(1138, '%s goes into a frenzy!', 37813, 0, 41, 0, 0, 0, 0, 0, 38630),
|
|
(1139, 'I have become... DEATH!', 37813, 0, 14, 0, 0, 0, 0, 16698, 37994),
|
|
(1140, 'I... Am... Released...', 37813, 0, 14, 0, 0, 0, 0, 16697, 37477),
|
|
(1141, 'Stand down, Muradin. Let a grieving father pass.', 37879, 0, 12, 0, 0, 0, 0, 16690, 37527),
|
|
(1142, 'I... I was not at the Wrath Gate, but the soldiers who survived told me much of what happened. Your son fought with honor. He died a hero\'s death. He deserves a hero\'s burial.', 37879, 0, 12, 0, 0, 0, 0, 16691, 37530),
|
|
(1143, 'Jaina? Why are you crying?', 37879, 0, 12, 0, 0, 0, 0, 16692, 37543),
|
|
(1144, 'Bah! Muradin, secure the deck and prepare our soldiers for an assault on the upper citadel. I\'ll send out another regiment from Stormwind.\n', 37879, 0, 12, 0, 0, 0, 0, 16693, 37545),
|
|
(1145, 'Guards!', 37915, 0, 14, 6, 100, 0, 0, 0, 4583),
|
|
(1146, 'You have made an... unwise... decision.', 37955, 0, 14, 0, 0, 0, 0, 16782, 38048),
|
|
(1147, 'Just a taste...', 37955, 0, 14, 0, 0, 0, 0, 16783, 38053),
|
|
(1148, 'Know my hunger!', 37955, 1, 14, 0, 0, 0, 0, 16784, 38058),
|
|
(1149, 'Yes! Feed, my precious one! You are mine now!', 37955, 0, 14, 0, 0, 0, 0, 16790, 38065),
|
|
(1150, 'You thirst for blood!', 37955, 0, 42, 0, 0, 0, 0, 0, 38515),
|
|
(1151, 'SUFFER!', 37955, 0, 14, 0, 75, 0, 0, 16786, 38061),
|
|
(1152, 'Shadows amass and swarm around $n!', 37955, 0, 41, 0, 0, 0, 0, 0, 38619),
|
|
(1153, 'Can you handle this?', 37955, 0, 14, 0, 75, 0, 0, 16787, 38062),
|
|
(1154, 'Here it comes...', 37955, 0, 14, 0, 0, 0, 0, 16788, 38063),
|
|
(1155, 'Really...? Is that all you\'ve got?', 37955, 0, 14, 0, 0, 0, 0, 16791, 38066),
|
|
(1156, 'Such a pity.', 37955, 1, 14, 0, 0, 0, 0, 16792, 38067),
|
|
(1157, 'How... unfortunate.', 37955, 0, 14, 0, 0, 0, 0, 16789, 38064),
|
|
(1158, 'This ends NOW!', 37955, 0, 14, 0, 0, 0, 0, 16793, 38068),
|
|
(1159, 'But... we were getting along... so... well...', 37955, 0, 14, 0, 0, 0, 0, 16794, 38069),
|
|
(1160, 'Naxxanar was merely a setback! With the power of the orb, Valanar will have his vengeance!', 37970, 0, 14, 0, 0, 0, 0, 16685, 38001),
|
|
(1161, 'Invocation of Blood jumps to Prince Valanar!', 37970, 0, 41, 0, 0, 0, 0, 0, 38589),
|
|
(1162, 'My cup runneth over.', 37970, 0, 14, 0, 0, 0, 0, 16686, 38002),
|
|
(1163, '%s begins casting Empowered Shock Vortex!', 37970, 0, 41, 0, 0, 0, 0, 0, 38972),
|
|
(1164, 'Dinner... is served.', 37970, 0, 14, 0, 0, 0, 0, 16681, 37998),
|
|
(1165, 'Do you see NOW the power of the Darkfallen?', 37970, 1, 14, 0, 0, 0, 0, 16682, 37999),
|
|
(1166, 'BOW DOWN BEFORE THE SAN\'LAYN!', 37970, 0, 14, 0, 0, 0, 0, 16684, 38000),
|
|
(1167, '...why...?', 37970, 0, 14, 0, 0, 0, 0, 16683, 0),
|
|
(1168, 'Such wondrous power! The Darkfallen Orb has made me INVINCIBLE!', 37972, 0, 14, 0, 0, 0, 0, 16727, 38006),
|
|
(1169, 'Invocation of Blood jumps to Prince Keleseth!', 37972, 0, 41, 0, 0, 0, 0, 0, 38588),
|
|
(1170, 'Blood will flow.', 37972, 0, 14, 0, 0, 0, 0, 16728, 38007),
|
|
(1171, 'Were you ever a threat?', 37972, 0, 14, 0, 0, 0, 0, 16723, 38003),
|
|
(1172, 'Truth is found in death.', 37972, 1, 14, 0, 0, 0, 0, 16724, 38004),
|
|
(1173, '%s cackles maniacally.\n', 37972, 0, 16, 0, 0, 0, 0, 16726, 13022),
|
|
(1174, 'My queen, they... come.', 37972, 0, 14, 0, 0, 0, 0, 16725, 38005),
|
|
(1175, 'Tremble before Taldaram, mortals, for the power of the orb flows through me!', 37973, 0, 14, 0, 0, 0, 0, 16857, 38010),
|
|
(1176, 'Invocation of Blood jumps to Prince Taldaram!', 37973, 0, 41, 0, 0, 0, 0, 0, 38590),
|
|
(1177, 'Delight in the pain!', 37973, 0, 14, 0, 0, 0, 0, 16858, 38011),
|
|
(1178, 'Empowered Flames speed toward $n!', 37973, 0, 41, 0, 0, 0, 0, 0, 38624),
|
|
(1179, 'Worm food.', 37973, 0, 14, 0, 0, 0, 0, 16853, 38008),
|
|
(1180, 'Beg for mercy!', 37973, 1, 14, 0, 0, 0, 0, 16854, 38009),
|
|
(1181, '%s laughs.', 37973, 0, 16, 0, 0, 0, 0, 16856, 37127),
|
|
(1182, '%s gurgles and dies.', 37973, 0, 16, 0, 0, 0, 0, 16855, 0),
|
|
(1183, 'Foolish mortals. You thought us defeated so easily? The San\'layn are the Lich King\'s immortal soldiers! Now you shall face their might combined!', 38004, 0, 14, 0, 0, 1, 0, 16795, 37997),
|
|
(1184, 'Rise up, brothers, and destroy our enemies!', 38004, 0, 14, 0, 0, 0, 0, 16796, 38079),
|
|
(1185, 'Are you certain you should be helping these mortals in their quest for the sword?', 38017, 0, 12, 0, 100, 1, 0, 0, 37774),
|
|
(1186, 'These blades, Krasus... They were made long ago, when things were... different.', 38017, 0, 12, 0, 100, 1, 0, 0, 37775),
|
|
(1187, 'Our enemies once turned our strongest weapon against us. What makes you think the prismatic blades will be any different?', 38017, 0, 12, 0, 100, 1, 0, 0, 37782),
|
|
(1188, 'As you wish, my queen. I will not stand in their way, but I will keep a close watch.', 38017, 0, 12, 0, 100, 16, 0, 0, 37783),
|
|
(1189, 'What are you staring at? Haven\'t you ever seen a genius before?', 38334, 0, 12, 0, 100, 0, 0, 0, 38276),
|
|
(1190, 'This\'ll teach you to mind your own business!', 38334, 0, 12, 0, 100, 0, 0, 0, 38253),
|
|
(1191, 'That\'s right, I\'d like to list some of these \'fireworks\'.', 38335, 0, 12, 0, 100, 0, 0, 0, 38285),
|
|
(1192, 'Those\'ll net me a nice profit when I return from the South Seas.', 38335, 0, 12, 0, 100, 0, 0, 0, 38286),
|
|
(1193, 'You... Don\'t think I don\'t see you. Leave me alone!', 38335, 0, 12, 0, 100, 0, 0, 0, 38287),
|
|
(1194, 'Thanks for the great cut and shave, buddy.', 38336, 0, 12, 0, 100, 0, 0, 0, 38288),
|
|
(1195, 'Here\'s a little somethin\' extra since I\'ll be away.', 38336, 0, 12, 0, 100, 0, 0, 0, 38289),
|
|
(1196, 'On second thought, keep the whole bag. I have to, uh, get going.', 38336, 0, 12, 0, 100, 0, 0, 0, 38290),
|
|
(1197, 'Did you really think you could corner me this easily?', 38336, 0, 12, 0, 100, 0, 0, 0, 38291),
|
|
(1198, 'What are you staring at? Haven\'t you ever seen a genius before?', 38337, 0, 12, 0, 100, 0, 0, 0, 38276),
|
|
(1199, 'This\'ll teach you to mind your own business!', 38337, 0, 12, 0, 100, 0, 0, 0, 38253),
|
|
(1200, 'That\'s right, I\'d like to list some of these \'fireworks\'.', 38338, 0, 12, 0, 100, 0, 0, 0, 38285),
|
|
(1201, 'Those\'ll net me a nice profit when I return from the South Seas.', 38338, 0, 12, 0, 100, 0, 0, 0, 38286),
|
|
(1202, 'You... Don\'t think I don\'t see you. Leave me alone!', 38338, 0, 12, 0, 100, 0, 0, 0, 38287),
|
|
(1203, 'Thanks for the great cut and shave, buddy.', 38339, 0, 12, 0, 100, 0, 0, 0, 38288),
|
|
(1204, 'Here\'s a little somethin\' extra since I\'ll be away.', 38339, 0, 12, 0, 100, 0, 0, 0, 38289),
|
|
(1205, 'On second thought, keep the whole bag. I have to, uh, get going.', 38339, 0, 12, 0, 100, 0, 0, 0, 38290),
|
|
(1206, 'Did you really think you could corner me this easily?', 38339, 0, 12, 0, 100, 0, 0, 0, 38291),
|
|
(1207, 'Die, intruders! None shall interfere with the Cult\'s plans!', 38472, 0, 14, 0, 0, 0, 0, 0, 38516),
|
|
(1208, 'Wh- where am I...? What a nightmare I have had.... But this is no time to reflect, I have much information to report!', 38472, 0, 12, 0, 0, 0, 0, 0, 38512),
|
|
(1209, 'Die, intruders! None shall interfere with the Cult\'s plans!', 38485, 0, 14, 0, 0, 0, 0, 0, 38516),
|
|
(1210, 'Wh- where am I...? What a nightmare I have had.... But this is no time to reflect, I have much information to report!', 38485, 0, 12, 0, 0, 0, 0, 0, 38512),
|
|
(1211, '$n is infected with the Death Plague!', 38490, 0, 41, 0, 100, 25, 0, 0, 38679),
|
|
(1212, '$n is infected with the Death Plague!', 38494, 0, 41, 0, 100, 25, 0, 0, 38679),
|
|
(1213, 'Free at last! It is over, my son. This is the moment of reckoning.', 38579, 0, 14, 0, 0, 1, 0, 17397, 38117),
|
|
(1214, 'Rise up, champions of the Light!', 38579, 0, 14, 0, 0, 0, 0, 17398, 38118),
|
|
(1215, 'We\'ll grant you a swift death, Arthas. More than can be said for the thousands you\'ve tortured and slain.', 38995, 0, 14, 0, 0, 0, 0, 17390, 38109),
|
|
(1216, 'So be it. Champions, attack!', 38995, 0, 14, 0, 0, 0, 0, 17391, 38110),
|
|
(1217, 'LIGHT GRANT ME ONE FINAL BLESSING! GIVE ME THE STRENGTH... TO SHATTER THESE BONDS!', 38995, 0, 14, 0, 0, 0, 0, 17392, 38111),
|
|
(1218, 'No more, Arthas! No more lives will be consumed by your hatred!', 38995, 0, 14, 0, 0, 0, 0, 17393, 38112),
|
|
(1219, 'You have come to bring Arthas to justice? To see the Lich King destroyed?', 39217, 0, 14, 0, 0, 0, 0, 17394, 38114),
|
|
(1220, 'First, you must escape Frostmourne\'s hold, or be damned as I am; trapped within this cursed blade for all eternity. ', 39217, 0, 14, 0, 0, 0, 0, 17395, 38115),
|
|
(1221, 'Fantastic!', 39368, 0, 12, 0, 100, 273, 0, 0, 39432),
|
|
(1222, 'However, the most important part of battle is how you celebrate a good hard earned victory!', 39368, 0, 12, 0, 100, 396, 0, 0, 39384),
|
|
(1223, 'Everyone, cheer!', 39368, 0, 12, 0, 100, 0, 0, 0, 39387),
|
|
(1224, 'Reward your fellow soldiers in battle with a resounding cheer. Now, cheer at me when I tell you to!', 39368, 0, 12, 0, 100, 1, 0, 0, 39428),
|
|
(1225, 'Wow, nice and scary! ', 39368, 0, 12, 0, 100, 0, 0, 0, 39431),
|
|
(1226, 'Remember though, a key factor in winning any battle is positive reinforcement.', 39368, 0, 12, 0, 100, 5, 0, 0, 39386),
|
|
(1227, 'Let me hear that battle roar!', 39368, 0, 12, 0, 100, 5, 0, 0, 39395),
|
|
(1228, 'When I give the signal, let loose your greatest roar!', 39368, 0, 12, 0, 100, 1, 0, 0, 39411),
|
|
(1229, 'Nice job!', 39368, 0, 12, 0, 100, 273, 0, 0, 39430),
|
|
(1230, 'When you go into combat, it is important that you know how to intimidate the enemy with a deafening battle roar!', 39368, 0, 12, 0, 100, 396, 0, 0, 39385),
|
|
(1231, 'Okay, recruits, salute!', 39368, 0, 12, 0, 100, 66, 0, 0, 39394),
|
|
(1232, 'Show me that discipline with a proper salute when I say so!', 39368, 0, 12, 0, 100, 5, 0, 0, 39413),
|
|
(1233, 'The first thing you need to learn is proper discipline.', 39368, 0, 12, 0, 100, 1, 0, 0, 39383),
|
|
(1234, 'I am going to teach you all what it takes to be a proper soldier! ', 39368, 0, 12, 0, 100, 5, 0, 0, 39404),
|
|
(1235, 'All right, you twisted mess of broken gears, let\'s get to work!', 39368, 0, 12, 0, 100, 1, 0, 0, 39392),
|
|
(1236, 'Alexstrasza has chosen capable allies.... A pity that I must END YOU!', 39746, 0, 14, 0, 100, 0, 0, 17512, 39781),
|
|
(1237, 'You thought you stood a chance?', 39746, 0, 14, 0, 50, 0, 0, 17513, 39782),
|
|
(1238, 'It\'s for the best.', 39746, 1, 14, 0, 50, 0, 0, 17514, 39783),
|
|
(1239, 'Turn them to ash, minions!', 39746, 0, 14, 0, 100, 0, 0, 17516, 39785),
|
|
(1240, 'HALION! I....', 39746, 0, 14, 0, 100, 0, 0, 17515, 39784),
|
|
(1241, 'You will sssuffer for this intrusion!', 39747, 0, 14, 0, 100, 0, 0, 17528, 39932),
|
|
(1242, 'Burn in the master\'s flame!', 39747, 0, 14, 0, 100, 0, 0, 17532, 39925),
|
|
(1243, '%s becomes enraged!', 39747, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(1244, 'Halion will be pleased.', 39747, 0, 14, 0, 100, 0, 0, 17530, 39934),
|
|
(1245, 'As it should be....', 39747, 1, 14, 0, 100, 0, 0, 17529, 39933),
|
|
(1246, 'Your power wanes, ancient one.... Soon you will join your friends.', 39751, 0, 14, 0, 100, 0, 0, 17525, 40614),
|
|
(1247, 'Ah, the entertainment has arrived.', 39751, 0, 14, 0, 100, 0, 0, 17520, 39935),
|
|
(1248, 'Baltharus leaves no survivors!', 39751, 0, 14, 0, 100, 0, 0, 17521, 39937),
|
|
(1249, 'This world has enough heroes.', 39751, 1, 14, 0, 100, 0, 0, 17522, 39938),
|
|
(1250, 'Twice the pain and half the fun.', 39751, 0, 14, 0, 100, 0, 0, 17524, 39939),
|
|
(1251, 'I... didn\'t see that coming....', 39751, 1, 14, 0, 100, 0, 0, 17523, 39936),
|
|
(1252, 'O spirit of de tigers, lend $n your power and help us find de answers we seek!', 40184, 0, 12, 0, 100, 5, 0, 0, 40334),
|
|
(1253, 'Sign me up!', 40260, 0, 12, 0, 100, 66, 0, 0, 39526),
|
|
(1254, 'Anythin\' for Vol\'jin!', 40260, 1, 12, 0, 100, 0, 0, 0, 40251),
|
|
(1255, 'I\'d be glad to help.', 40260, 2, 12, 0, 100, 273, 0, 0, 40249),
|
|
(1256, 'Just point me at de enemy!', 40260, 3, 12, 0, 100, 66, 0, 0, 40253),
|
|
(1257, 'Reportin\' for duty.', 40260, 0, 12, 0, 100, 66, 0, 0, 40280),
|
|
(1258, 'Ready to take de fight to Zalazane.', 40260, 1, 12, 0, 100, 1, 0, 0, 40281),
|
|
(1259, 'Ready to fight beside Vol\'jin!', 40260, 2, 12, 0, 100, 66, 0, 0, 40282),
|
|
(1260, 'New troll here!', 40260, 3, 12, 0, 100, 0, 0, 0, 40279),
|
|
(1261, 'When does de trainin\' start?', 40260, 4, 12, 0, 100, 6, 0, 0, 40283),
|
|
(1262, 'Sign me up!', 40264, 0, 12, 0, 100, 66, 0, 0, 39526),
|
|
(1263, 'Anythin\' for Vol\'jin!', 40264, 1, 12, 0, 100, 0, 0, 0, 40251),
|
|
(1264, 'I\'d be glad to help.', 40264, 2, 12, 0, 100, 273, 0, 0, 40249),
|
|
(1265, 'Just point me at de enemy!', 40264, 3, 12, 0, 100, 66, 0, 0, 40253),
|
|
(1266, 'Reportin\' for duty.', 40264, 0, 12, 0, 100, 66, 0, 0, 40280),
|
|
(1267, 'Ready to take de fight to Zalazane.', 40264, 1, 12, 0, 100, 1, 0, 0, 40281),
|
|
(1268, 'Ready to fight beside Vol\'jin!', 40264, 2, 12, 0, 100, 66, 0, 0, 40282),
|
|
(1269, 'New troll here!', 40264, 3, 12, 0, 100, 0, 0, 0, 40279),
|
|
(1270, 'When does de trainin\' start?', 40264, 4, 12, 0, 100, 6, 0, 0, 40283),
|
|
(1271, 'The tiger matriarch appears! Prove yourself in combat!', 40301, 0, 41, 0, 100, 0, 0, 0, 40335),
|
|
(1272, 'Dat be enough for now!', 40329, 0, 12, 0, 100, 25, 0, 0, 40320),
|
|
(1273, 'Don\'t be lookin\' so surprised. Your shaman friend has sharp eyes, or should I say, sharp frogs.', 40329, 0, 12, 0, 100, 1, 0, 0, 40321),
|
|
(1274, 'My kind, da druids, we been layin\' low for some time now. We been waitin\' to see when an\' if Vol\'jin might return.', 40329, 0, 12, 0, 100, 11, 0, 0, 40322),
|
|
(1275, 'Now dat it looks like de Darkspear be returnin\' to these isles, maybe de time has come for us to reveal ourselves.', 40329, 0, 12, 0, 100, 1, 0, 0, 40323),
|
|
(1276, 'Go back to Vol\'jin an\' tell him dis: Zen\'tabra stands ready to help him in de coming battle.', 40329, 0, 12, 0, 100, 1, 0, 0, 40324),
|
|
(1277, 'Darkspears, we consult de spirits! Drummers, take your places!', 40352, 0, 12, 0, 100, 25, 0, 0, 40387),
|
|
(1278, 'Spirits, we be gathered here to ask for your guidance.', 40352, 0, 12, 0, 100, 5, 0, 0, 40388),
|
|
(1279, 'Our leader, Vol\'jin, son of Sen\'jin, issued de call to all Darkspears: reclaim de Echo Isles for our tribe.', 40352, 0, 12, 0, 100, 1, 0, 0, 40389),
|
|
(1280, 'Spirits! I offer me own body to you! Speak through me! Is de time right for mighty Vol\'jin\'s undertaking?', 40352, 0, 12, 0, 100, 5, 0, 0, 40390),
|
|
(1281, 'De ancestors hear ya, witch doctor!', 40352, 0, 12, 0, 100, 1, 0, 0, 40391),
|
|
(1282, 'Know dat your plans please us, Darkspears. De son of Sen\'jin walks de right path.', 40352, 0, 12, 0, 100, 1, 0, 0, 40392),
|
|
(1283, 'De task in front of ya will not be easy, but ya have our blessin\'.', 40352, 0, 12, 0, 100, 1, 0, 0, 40393),
|
|
(1284, 'Ya gave up your home an\' ya gave up de loas of your ancestors when ya left de Echo Isles. Dey will not be pleased dat you been ignorin\' dem.', 40352, 0, 12, 0, 100, 1, 0, 0, 40394),
|
|
(1285, 'Ya must make amends wit\' Bwonsamdi, de guardian of de dead, if ya hope to defeat Zalazane. It be de only way. Tell de son of Sen\'jin dese things.', 40352, 0, 12, 0, 100, 1, 0, 0, 40395),
|
|
(1286, 'De spirits have blessed us wit\' an answer! De Echo Isles will be ours again!', 40352, 0, 12, 0, 100, 5, 0, 0, 40396),
|
|
(1287, 'Thank ya, scout. Keep up da patrols. But for now, a rest is in order. Dismissed.', 40391, 0, 12, 0, 100, 1, 0, 0, 40413),
|
|
(1288, 'He got a big army, an\' he be plannin\' somethin\' down dere.', 40416, 0, 12, 0, 100, 1, 0, 0, 40412),
|
|
(1289, 'Zalazane got most of his hexed trolls hidden under de canopy on de big island.', 40416, 1, 12, 0, 100, 1, 0, 0, 40411),
|
|
(1290, 'Thank you! I could not have held out for much longer.... A terrible thing has happened here.', 40429, 0, 14, 0, 100, 5, 0, 17491, 40599),
|
|
(1291, 'We believed the Sanctum was well-fortified, but we were not prepared for the nature of this assault.', 40429, 0, 12, 0, 100, 1, 0, 17492, 40600),
|
|
(1292, 'The Black dragonkin materialized from thin air, and set upon us before we could react.', 40429, 0, 12, 0, 100, 1, 0, 17493, 40601),
|
|
(1293, 'We did not stand a chance. As my brethren perished around me, I managed to retreat here and bar the entrance.', 40429, 0, 12, 0, 100, 1, 0, 17494, 40602),
|
|
(1294, 'They slaughtered us with cold efficiency, but the true focus of their interest seemed to be the eggs kept here in the Sanctum.', 40429, 0, 12, 0, 100, 1, 0, 17495, 40603),
|
|
(1295, 'The commander of the forces on the ground here is a cruel brute named Zarithrian, but I fear there are greater powers at work.', 40429, 0, 12, 0, 100, 1, 0, 17496, 40604),
|
|
(1296, 'In their initial assault, I caught a glimpse of their true leader, a fearsome full-grown twilight dragon.', 40429, 0, 12, 0, 100, 1, 0, 17497, 40605),
|
|
(1297, 'I know not the extent of their plans, heroes, but I know this: They cannot be allowed to succeed!', 40429, 0, 12, 0, 100, 5, 0, 17498, 40606),
|
|
(1298, 'Help! I am trapped within this tree! I require aid!', 40429, 0, 14, 0, 100, 5, 0, 17490, 40598),
|
|
(1299, 'Will you stop--', 18744, 1, 12, 1, 100, 6, 0, 0, 15825),
|
|
(1300, 'Stop!', 18744, 0, 12, 0, 100, 5, 0, 0, 34706),
|
|
(1301, '', 18744, 2, 12, 1, 100, 274, 0, 0, 0),
|
|
(1302, '%s inclines his head slightly to the pair of guardians in greeting.', 18146, 0, 16, 0, 100, 0, 0, 0, 14811),
|
|
(1303, '%s arches a sculpted brow at the guards, a disapproving scowl on his face.', 18146, 0, 16, 0, 100, 0, 0, 0, 14808),
|
|
(1304, '%s glances from guard to guard.', 18146, 0, 16, 0, 100, 0, 0, 0, 14809),
|
|
(1305, '%s surveys the small ranger practice ground with a condescending smirk.', 18146, 0, 16, 0, 100, 0, 0, 0, 14810),
|
|
(1306, 'Glory to the Sun K-- ah... Silvermoon!', 16222, 0, 12, 1, 100, 0, 0, 0, 14807),
|
|
(1307, 'Our lives are yours, Blood Knight.', 16222, 0, 12, 1, 100, 0, 0, 0, 14791),
|
|
(1308, 'By Nazjatar\'s Depths! ', 21873, 0, 12, 0, 0, 0, 0, 0, 16711),
|
|
(1309, 'Die, warmblood!', 21873, 1, 12, 0, 0, 0, 0, 0, 16710),
|
|
(1310, 'For the Master!', 21873, 2, 12, 0, 0, 0, 0, 0, 16708),
|
|
(1311, 'Illidan reigns! ', 21873, 3, 12, 0, 0, 0, 0, 0, 16709),
|
|
(1312, 'My blood is like venom!', 21873, 4, 12, 0, 0, 0, 0, 0, 16712),
|
|
(1313, 'The hum of magic energy in the air diminishes...', 29308, 0, 16, 0, 100, 0, 0, 0, 32345),
|
|
(1314, 'Intruders! Who trespasses in the Old Kingdom?', 29308, 0, 14, 0, 100, 0, 0, 0, 32350),
|
|
(1315, 'I will feast on your remains!', 29308, 0, 14, 0, 100, 0, 0, 14360, 31895),
|
|
(1316, '', 29308, 0, 14, 10, 100, 0, 0, 14365, 0),
|
|
(1317, 'I will drink no blood before its time.', 29308, 1, 14, 0, 100, 0, 0, 14366, 31901),
|
|
(1318, 'One final... embrace.', 29308, 2, 14, 0, 100, 0, 0, 14367, 31902),
|
|
(1319, 'Still I hunger. Still... I... thirst.', 29308, 0, 14, 0, 100, 0, 0, 14368, 31903),
|
|
(1320, 'So... appetizing.', 29308, 0, 14, 0, 100, 0, 0, 14363, 31898),
|
|
(1321, 'Fresh, warm blood... it has been too long.', 29308, 1, 14, 0, 100, 0, 0, 14364, 31899),
|
|
(1322, 'Your heartbeat is... music to my ears.', 29308, 0, 14, 0, 100, 0, 0, 14361, 31896),
|
|
(1323, 'I am nowhere.... I am everywhere. I am the watcher unseen.', 29308, 1, 14, 0, 100, 0, 0, 14362, 31897),
|
|
(1324, 'We did it, lads! We got here before Algalon\'s arrival. Maybe we can rig the systems to interfere with his analysis--', 34064, 0, 14, 0, 0, 0, 0, 15824, 34161),
|
|
(1325, 'I\'ll head back to the Archivum and see if I can jam his signal. I might be able to buy us some time while you take care of him.', 34064, 0, 12, 0, 0, 0, 0, 15825, 34029),
|
|
(1326, 'I know just the place. Will you be all right?', 34064, 0, 14, 0, 0, 6, 0, 15823, 34017),
|
|
(1327, 'Translocation complete. Commencing planetary analysis of Azeroth.', 32871, 0, 12, 0, 0, 0, 0, 15405, 34026),
|
|
(1328, 'Stand back, mortals. I\'m not here to fight you.', 32871, 0, 12, 0, 0, 0, 0, 15406, 34027),
|
|
(1329, 'It is in the universe\'s best interest to re-originate this planet should my analysis find systemic corruption. Do not interfere.', 32871, 0, 12, 0, 0, 0, 0, 15407, 34028),
|
|
(1330, 'Your actions are illogical. All possible results for this encounter have been calculated. The Pantheon will receive the Observer\'s message regardless of outcome.', 32871, 0, 14, 0, 0, 0, 0, 15386, 33995),
|
|
(1331, 'See your world through my eyes: A universe so vast as to be immeasurable - incomprehensible even to your greatest minds.', 32871, 0, 14, 0, 0, 1, 0, 15390, 33998),
|
|
(1332, 'The stars come to my aid!', 32871, 0, 14, 0, 0, 0, 0, 15392, 33245),
|
|
(1333, '%s begins to Summon Collapsing Stars!', 32871, 0, 41, 0, 0, 0, 0, 0, 33244),
|
|
(1334, 'Witness the fury of the cosmos!', 32871, 0, 14, 0, 0, 0, 0, 15396, 33269),
|
|
(1335, '%s begins to cast Big Bang!', 32871, 0, 41, 0, 0, 0, 0, 0, 34465),
|
|
(1336, 'You are out of time.', 32871, 0, 14, 0, 0, 0, 0, 15394, 34001),
|
|
(1337, '%s begins to cast Cosmic Smash!', 32871, 0, 41, 0, 0, 0, 0, 0, 34500),
|
|
(1338, 'Behold the tools of creation!', 32871, 0, 14, 0, 0, 0, 0, 15397, 33994),
|
|
(1339, 'I have seen worlds bathed in the Makers\' flames, their denizens fading without as much as a whimper. Entire planetary systems born and razed in the time that it takes your mortal hearts to beat once. Yet all throughout, my own heart devoid of emotion... of empathy. I. Have. Felt. Nothing. A million-million lives wasted. Had they all held within them your tenacity? Had they all loved life as you do?', 32871, 0, 14, 0, 0, 1, 0, 15393, 34000),
|
|
(1340, 'Perhaps it is your imperfections... that which grants you free will... that allows you to persevere against all cosmically calculated odds. You prevail where the Titan\'s own perfect creations have failed.', 32871, 0, 14, 0, 0, 1, 0, 15401, 34012),
|
|
(1341, 'I\'ve rearranged the reply code - your planet will be spared. I cannot be certain of my own calculations anymore.', 32871, 0, 14, 0, 0, 1, 0, 15402, 34013),
|
|
(1342, 'I lack the strength to transmit the signal. You must... hurry... find a place of power... close to the skies.', 32871, 0, 14, 0, 0, 1, 0, 15403, 34016),
|
|
(1343, 'Do not worry about my fate, Bronzen. If the signal is not transmitted in time, re-origination will proceed regardless. Save... your world...', 32871, 0, 14, 0, 0, 1, 0, 15404, 34018),
|
|
(1344, 'Analysis complete. There is partial corruption in the planet\'s life-support systems as well as complete corruption in most of the planet\'s defense mechanisms.', 32871, 0, 12, 0, 0, 0, 0, 15398, 34006),
|
|
(1345, 'Begin uplink: Reply Code: \'Omega.\' Planetary re-origination requested.', 32871, 0, 12, 0, 0, 0, 0, 15399, 34014),
|
|
(1346, 'Farewell, mortals. Your bravery is admirable, for such flawed creatures.', 32871, 0, 12, 0, 0, 0, 0, 15400, 34015),
|
|
(1347, 'Loss of life unavoidable.', 32871, 0, 14, 0, 0, 0, 0, 15387, 33996),
|
|
(1348, 'I do what I must.', 32871, 1, 14, 0, 0, 0, 0, 15388, 33997),
|
|
(1349, '%s\'s Blood Beasts gain the scent of blood!', 37813, 0, 41, 0, 0, 0, 0, 0, 38631),
|
|
(1350, 'Brothers and sisters, I have been to the promised land. I have tasted in the sublime energy. I have felt bliss - bliss so engrossing and all encompassing that I was left wondering if I had stumbled upon the dreams of gods.', 16577, 0, 12, 1, 100, 5, 0, 0, 12698),
|
|
(1351, 'In paradise, you merely reach out and take from the Nether.', 16577, 0, 12, 1, 100, 1, 0, 0, 12703),
|
|
(1352, 'From the very air! Tendrils of arcane energy light up the obsidian sky as plumes of raw magic rise up from fissures in the land. Kneel and drink from the fissure as you do from a stream or well. Pluck a tendril from the heavens as if it were an apple hanging from a branch.', 16577, 0, 12, 1, 100, 5, 0, 0, 12706),
|
|
(1353, 'Tell us more, Martik. What is it? What does it feel like?', 16578, 0, 12, 1, 100, 1, 0, 0, 12700),
|
|
(1354, 'But how?', 16578, 0, 12, 1, 100, 6, 0, 0, 12704),
|
|
(1355, '%s gasps.', 16578, 0, 16, 1, 100, 0, 0, 0, 12707),
|
|
(1356, '%s goes into a frenzy!', 36478, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(1357, 'Ok, let\'s go. I know just the perfect spot!', 17226, 0, 12, 0, 100, 0, 0, 0, 13589),
|
|
(1358, 'I can\'t wait to try this wine!', 17226, 0, 12, 0, 100, 0, 0, 0, 13590),
|
|
(1359, 'What... is happening... to me? Get this cat away from me!', 17226, 0, 12, 0, 100, 0, 0, 0, 13591),
|
|
(1360, 'Viera Sunwhisper scurries away, attempting to flee from Twinkle.', 17226, 0, 16, 0, 100, 0, 0, 0, 13610),
|
|
(1361, 'Twinkle looks at Viera Sunwhisper with very hungry eyes.', 17230, 0, 16, 0, 100, 0, 0, 0, 13595),
|
|
(1362, 'You\'re a beautiful sight... you have no idea.', 36764, 0, 12, 0, 100, 0, 0, 0, 37269),
|
|
(1363, '%s lets his mining pick drag on the ground as she approaches, clearly exhausted.', 36764, 1, 16, 0, 100, 0, 0, 0, 37284),
|
|
(1364, 'I owe you a long night of drinking, my friend.', 36764, 2, 12, 0, 100, 0, 0, 0, 37263),
|
|
(1365, 'If by life or death I can repay you, I will.', 36764, 3, 12, 0, 100, 0, 0, 0, 37287),
|
|
(1366, 'I\'m going to return to the front of the quarry. Kill a few extra for me.', 36764, 4, 12, 0, 100, 0, 0, 0, 37294),
|
|
(1367, 'You\'re a beautiful sight... you have no idea.', 36765, 0, 12, 0, 100, 0, 0, 0, 37269),
|
|
(1368, '%s lets his mining pick drag on the ground as she approaches, clearly exhausted.', 36765, 1, 16, 0, 100, 0, 0, 0, 37284),
|
|
(1369, 'I owe you a long night of drinking, my friend.', 36765, 2, 12, 0, 100, 0, 0, 0, 37263),
|
|
(1370, 'If by life or death I can repay you, I will.', 36765, 3, 12, 0, 100, 0, 0, 0, 37287),
|
|
(1371, 'I\'m going to return to the front of the quarry. Kill a few extra for me.', 36765, 4, 12, 0, 100, 0, 0, 0, 37294),
|
|
(1372, 'You\'re a beautiful sight... you have no idea.', 36766, 0, 12, 0, 100, 0, 0, 0, 37269),
|
|
(1373, '%s lets his mining pick drag on the ground as she approaches, clearly exhausted.', 36766, 1, 16, 0, 100, 0, 0, 0, 37284),
|
|
(1374, 'I owe you a long night of drinking, my friend.', 36766, 2, 12, 0, 100, 0, 0, 0, 37263),
|
|
(1375, 'If by life or death I can repay you, I will.', 36766, 3, 12, 0, 100, 0, 0, 0, 37287),
|
|
(1376, 'I\'m going to return to the front of the quarry. Kill a few extra for me.', 36766, 4, 12, 0, 100, 0, 0, 0, 37294),
|
|
(1377, 'You\'re a beautiful sight... you have no idea.', 36767, 0, 12, 0, 100, 0, 0, 0, 37269),
|
|
(1378, '%s lets his mining pick drag on the ground as she approaches, clearly exhausted.', 36767, 1, 16, 0, 100, 0, 0, 0, 37284),
|
|
(1379, 'I owe you a long night of drinking, my friend.', 36767, 2, 12, 0, 100, 0, 0, 0, 37263),
|
|
(1380, 'If by life or death I can repay you, I will.', 36767, 3, 12, 0, 100, 0, 0, 0, 37287),
|
|
(1381, 'I\'m going to return to the front of the quarry. Kill a few extra for me.', 36767, 4, 12, 0, 100, 0, 0, 0, 37294),
|
|
(1382, 'You\'re a beautiful sight... you have no idea.', 36770, 0, 12, 0, 100, 0, 0, 0, 37269),
|
|
(1383, '%s lets his mining pick drag on the ground as she approaches, clearly exhausted.', 36770, 1, 16, 0, 100, 0, 0, 0, 37284),
|
|
(1384, 'I owe you a long night of drinking, my friend.', 36770, 2, 12, 0, 100, 0, 0, 0, 37263),
|
|
(1385, 'If by life or death I can repay you, I will.', 36770, 3, 12, 0, 100, 0, 0, 0, 37287),
|
|
(1386, 'I\'m going to return to the front of the quarry. Kill a few extra for me.', 36770, 4, 12, 0, 100, 0, 0, 0, 37294),
|
|
(1387, 'You\'re a beautiful sight... you have no idea.', 36771, 0, 12, 0, 100, 0, 0, 0, 37269),
|
|
(1388, '%s lets his mining pick drag on the ground as she approaches, clearly exhausted.', 36771, 1, 16, 0, 100, 0, 0, 0, 37284),
|
|
(1389, 'I owe you a long night of drinking, my friend.', 36771, 2, 12, 0, 100, 0, 0, 0, 37263),
|
|
(1390, 'If by life or death I can repay you, I will.', 36771, 3, 12, 0, 100, 0, 0, 0, 37287),
|
|
(1391, 'I\'m going to return to the front of the quarry. Kill a few extra for me.', 36771, 4, 12, 0, 100, 0, 0, 0, 37294),
|
|
(1392, 'You\'re a beautiful sight... you have no idea.', 36772, 0, 12, 0, 100, 0, 0, 0, 37269),
|
|
(1393, '%s lets his mining pick drag on the ground as she approaches, clearly exhausted.', 36772, 1, 16, 0, 100, 0, 0, 0, 37284),
|
|
(1394, 'I owe you a long night of drinking, my friend.', 36772, 2, 12, 0, 100, 0, 0, 0, 37263),
|
|
(1395, 'If by life or death I can repay you, I will.', 36772, 3, 12, 0, 100, 0, 0, 0, 37287),
|
|
(1396, 'I\'m going to return to the front of the quarry. Kill a few extra for me.', 36772, 4, 12, 0, 100, 0, 0, 0, 37294),
|
|
(1397, 'You\'re a beautiful sight... you have no idea.', 36773, 0, 12, 0, 100, 0, 0, 0, 37269),
|
|
(1398, '%s lets his mining pick drag on the ground as she approaches, clearly exhausted.', 36773, 1, 16, 0, 100, 0, 0, 0, 37284),
|
|
(1399, 'I owe you a long night of drinking, my friend.', 36773, 2, 12, 0, 100, 0, 0, 0, 37263),
|
|
(1400, 'If by life or death I can repay you, I will.', 36773, 3, 12, 0, 100, 0, 0, 0, 37287),
|
|
(1401, 'I\'m going to return to the front of the quarry. Kill a few extra for me.', 36773, 4, 12, 0, 100, 0, 0, 0, 37294),
|
|
(1402, 'How dare you summon me without an offering!', 26902, 0, 42, 0, 0, 0, 0, 0, 26098),
|
|
(1403, 'Tiny creatures under feet, you bring Garfrost something good to eat!', 36494, 0, 14, 0, 100, 0, 0, 16912, 37218),
|
|
(1404, 'Axe too weak. Garfrost make better and CRUSH YOU.', 36494, 0, 14, 0, 100, 0, 0, 16916, 36445),
|
|
(1405, 'Garfrost tired of puny mortals. Now your bones will freeze!', 36494, 0, 14, 0, 100, 0, 0, 16917, 36444),
|
|
(1406, 'Garfrost hope giant underpants clean. Save boss great shame. For later.', 36494, 0, 14, 0, 100, 0, 0, 16915, 37221),
|
|
(1407, 'Will save for snack. For later.', 36494, 0, 14, 0, 100, 0, 0, 16913, 37219),
|
|
(1408, 'That one maybe not so good to eat now. Stupid Garfrost! BAD! BAD!', 36494, 1, 14, 0, 100, 0, 0, 16914, 37220),
|
|
(1409, '%s hurls a massive saronite boulder at you!', 36494, 0, 42, 0, 100, 0, 0, 0, 37438),
|
|
(1410, '%s casts |cFF00AACCDeep Freeze|r at $n.', 36494, 0, 41, 0, 100, 0, 0, 0, 37260),
|
|
(1411, 'Powerless to act....', 33134, 1, 14, 0, 100, 0, 0, 15778, 34349),
|
|
(1412, 'Could they have been saved?', 33134, 0, 14, 0, 100, 0, 0, 15779, 34350),
|
|
(1413, 'Let hatred and rage guide your blows!', 33134, 0, 14, 0, 100, 0, 0, 15774, 34345),
|
|
(1414, 'Yes! YES! Show them no mercy! Give no pause to your attacks!', 33134, 0, 14, 0, 100, 0, 0, 15773, 34344),
|
|
(1415, 'The time to strike at the head of the beast will soon be upon us! Focus your anger and hatred on his minions!', 33134, 0, 14, 0, 100, 457, 0, 15775, 34346),
|
|
(1416, 'What do you want from me? Leave me alone!', 33134, 0, 14, 0, 100, 0, 0, 15772, 34343),
|
|
(1417, 'HELP ME! Please get them off of me!', 33134, 0, 14, 0, 100, 0, 0, 15771, 34342),
|
|
(1418, '%s begins to regain its strength!', 9816, 0, 16, 0, 100, 0, 0, 0, 5565),
|
|
(1419, '%s is nearly at full strength!', 9816, 0, 16, 0, 100, 0, 0, 0, 5566),
|
|
(1420, '%s regains its power and breaks free of its bonds!', 9816, 0, 16, 0, 100, 0, 0, 0, 5567),
|
|
(1421, 'Ha! Ha! Ha! Thank you for freeing me, fools. Now let me repay you by charring the flesh from your bones.', 9816, 0, 14, 0, 100, 0, 0, 0, 5268),
|
|
(1422, '%s begins to summon in a Blackhand Veteran!', 9818, 0, 16, 0, 100, 0, 0, 0, 5613),
|
|
(1423, '%s begins to summon in a Blackhand Dreadweaver!', 9818, 0, 16, 0, 100, 0, 0, 0, 5611),
|
|
(1424, '%s goes into a frenzy!', 9096, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(1425, 'I noticed some fire on that island over there. A human, too. Let\'s go check it out, $n.', 4983, 0, 12, 1, 0, 0, 0, 0, 1669),
|
|
(1426, 'That\'s Reethe alright. Let\'s go see what he has to say, yeah?', 4983, 0, 12, 1, 0, 0, 0, 0, 1670),
|
|
(1427, 'W-what do you want? Just leave me alone...', 4980, 0, 12, 0, 0, 0, 0, 0, 1674),
|
|
(1428, 'I swear, I didn\'t steal anything from you! Here, take some of my supplies, just go away!', 4980, 0, 12, 0, 0, 0, 0, 0, 1675),
|
|
(1429, 'Just tell us what you know about the Shady Rest Inn, and I won\'t bash your skull in.', 4983, 0, 12, 0, 0, 0, 0, 0, 1707),
|
|
(1430, 'I... Well, I may of taken a little thing or two from the inn... but what would an ogre care about that?', 4980, 0, 12, 0, 0, 0, 0, 0, 1708),
|
|
(1431, 'Look here, if you don\'t tell me about the fire--', 4983, 0, 12, 0, 0, 0, 0, 0, 1709),
|
|
(1432, 'Not one step closer, ogre!', 4980, 0, 12, 0, 0, 0, 0, 0, 1710),
|
|
(1433, 'And I don\'t know anything about this fire of yours...', 4980, 0, 12, 0, 0, 0, 0, 0, 1711),
|
|
(1434, 'What was that? Did you hear something?', 4980, 0, 12, 0, 0, 0, 0, 0, 1731),
|
|
(1435, 'Paval Reethe! Found you at last. And consorting with ogres now? No fear, even deserters and traitors are afforded some mercy.', 5046, 0, 12, 0, 0, 0, 0, 0, 1714),
|
|
(1436, 'Private, show Lieutenant Reethe some mercy.', 5046, 0, 12, 0, 0, 0, 0, 0, 1720),
|
|
(1437, 'Gladly, sir.', 5045, 0, 12, 0, 0, 0, 0, 0, 1721),
|
|
(1438, '%s staggers backwards as the arrow lodges itself deeply in his chest.', 4980, 0, 16, 0, 0, 0, 0, 0, 1732),
|
|
(1439, 'Ugh... Hallan, didn\'t think you had it in you...', 4980, 0, 12, 0, 0, 16, 0, 0, 1722),
|
|
(1440, 'Now, let\'s clean up the rest of the trash, men!', 5046, 0, 12, 0, 0, 0, 0, 0, 1723),
|
|
(1441, 'Damn it! You\'d better not die on me, human!', 4983, 0, 12, 0, 0, 0, 0, 0, 1724),
|
|
(1442, 'Still with us, Reethe?', 4983, 0, 12, 0, 0, 0, 0, 0, 1726),
|
|
(1443, 'Must be your lucky day. Alright, I\'ll talk. Just leave me alone. Look, you\'re not going to believe me, but it wa... oh, Light, looks like the girl could shoot...', 4980, 0, 12, 0, 0, 0, 0, 0, 1725),
|
|
(1444, 'Looks dead to me. Not much use to us like this. You\'d better go back and tell Krog what happened.', 4983, 0, 12, 0, 0, 0, 0, 0, 1729),
|
|
(1445, 'By the way, thanks for watching my back.', 4983, 0, 12, 0, 0, 0, 0, 0, 1730),
|
|
(1446, 'Me smash! You die!', 4983, 0, 12, 0, 0, 0, 0, 0, 1926),
|
|
(1447, 'I\'ll crush you!', 4983, 1, 12, 0, 0, 0, 0, 0, 1925),
|
|
(1448, 'The only thing hurt is your pride, lad. Buck up!', 28328, 0, 12, 0, 100, 11, 0, 0, 27765),
|
|
(1449, 'Stop whining. You\'ve still got your luck.', 28328, 1, 12, 0, 100, 11, 0, 0, 27764),
|
|
(1450, 'Bah, it\'s an improvement.', 28328, 2, 12, 0, 100, 0, 0, 0, 27762),
|
|
(1451, 'Calm down, lad, it\'s just birdshot!', 28328, 3, 12, 0, 100, 0, 0, 0, 27761),
|
|
(1452, 'Not the \'stache! Now I\'m asymmetrical!', 28054, 0, 12, 0, 100, 5, 0, 0, 27755),
|
|
(1453, 'Ouch! That\'s it, I quit the target business!', 28054, 1, 12, 0, 100, 0, 0, 0, 27757),
|
|
(1454, 'My ear! You grazed my ear!', 28054, 2, 12, 0, 100, 0, 0, 0, 27756),
|
|
(1455, 'Good shot!', 28054, 0, 12, 0, 100, 4, 0, 0, 27778),
|
|
(1456, 'Breaking off a piece of its bark, the %s hands it to you before departing.', 26421, 0, 16, 0, 100, 0, 0, 0, 26041),
|
|
(1457, 'The %s is angered by your request and attacks!', 26421, 0, 16, 0, 100, 0, 0, 0, 26042),
|
|
(1458, 'The %s gives you its thanks.', 26321, 0, 16, 0, 100, 0, 0, 1525, 26039),
|
|
(1459, 'Hey! Over here! Yeah, over here... I\'m in this cage!!!', 17893, 0, 14, 0, 100, 0, 0, 0, 14668),
|
|
(1460, 'Too soon! You are slacking off too soon!', 17959, 0, 14, 0, 100, 0, 0, 0, 14415),
|
|
(1461, 'Intrudersss with the prisssoner! Kill them!!!', 17957, 0, 14, 0, 100, 0, 0, 0, 15896),
|
|
(1462, 'Beast! Obey me! Kill them at once!', 17826, 0, 14, 0, 100, 0, 0, 10383, 17511),
|
|
(1463, 'We fight to the death!', 17826, 0, 14, 0, 100, 0, 0, 10384, 17505),
|
|
(1464, 'I will end this quickly....', 17826, 1, 14, 0, 100, 0, 0, 10385, 17506),
|
|
(1465, 'Acalah pek ecta!', 17826, 2, 14, 0, 100, 0, 0, 10386, 17507),
|
|
(1466, 'Krypta!\n', 17826, 0, 14, 0, 100, 0, 0, 10387, 17508),
|
|
(1467, 'It is finished.\n', 17826, 1, 14, 0, 100, 0, 0, 10388, 17509),
|
|
(1468, 'Well... done...', 17826, 0, 14, 0, 100, 0, 0, 10389, 17510),
|
|
(1469, 'Show me your best victory dance when I give the signal!', 39368, 0, 12, 0, 100, 5, 0, 0, 39429),
|
|
(1470, 'Now, dance!', 39368, 0, 12, 0, 100, 0, 0, 0, 39403),
|
|
(1471, 'Superb!', 39368, 0, 12, 0, 100, 273, 0, 0, 39433),
|
|
(1472, 'You might be the best set of recruits I\'ve ever seen! Let\'s go through all of that again!', 39368, 0, 12, 0, 100, 396, 0, 0, 39434),
|
|
(1473, '%s blinks, a perplexed expression crossing his face.', 19395, 0, 16, 0, 100, 0, 0, 0, 16587),
|
|
(1474, 'What, with me fists?', 19395, 0, 12, 7, 100, 6, 0, 0, 16588),
|
|
(1475, 'I\'m... not sure that\'s a good idea, \'Moke. Ye might get hurt...', 19395, 0, 12, 7, 100, 1, 0, 0, 16590),
|
|
(1476, 'Er... \'Moke?', 19395, 0, 12, 7, 100, 6, 0, 0, 16592),
|
|
(1477, 'Bron! \'Ey, Bron! Hit me!', 19394, 0, 12, 7, 100, 1, 0, 0, 16586),
|
|
(1478, 'Nae, that\'s fer wimps. Hit me with yer hammer!', 19394, 0, 12, 7, 100, 274, 0, 0, 16589),
|
|
(1479, 'DO IT, YE PANSY!', 19394, 0, 12, 7, 100, 5, 0, 0, 16591),
|
|
(1480, '...THAT WAS GREAT!', 19394, 0, 12, 7, 100, 5, 0, 0, 16593),
|
|
(1481, 'I am slain! Summon Verog!', 3274, 0, 14, 0, 100, 0, 0, 0, 1017),
|
|
(1482, 'I am slain! Summon Verog!', 3275, 0, 14, 0, 100, 0, 0, 0, 1017),
|
|
(1483, 'I am slain! Summon Verog!', 3397, 0, 14, 0, 100, 0, 0, 0, 1017),
|
|
(1484, 'The Brotherhood will not be hampered by insects.', 6846, 0, 12, 0, 100, 0, 0, 0, 2867),
|
|
(1485, 'Usurpers! Gnomeregan is mine!', 7800, 0, 14, 0, 100, 0, 0, 5807, 6173),
|
|
(1486, 'My machines are the future! They\'ll destroy you all!', 7800, 0, 14, 0, 100, 0, 0, 5808, 6174),
|
|
(1487, 'Explosions! MORE explosions! I got to have more explosions!', 7800, 0, 14, 0, 100, 0, 0, 5809, 6176),
|
|
(1488, 'And STAY dead!', 7800, 0, 14, 0, 100, 0, 0, 5810, 6175),
|
|
(1489, 'The shield be down! Rise up Atal\'ai! Rise up!', 5710, 0, 14, 0, 100, 0, 0, 0, 4490),
|
|
(1490, 'Join us!', 5710, 0, 14, 0, 100, 0, 0, 0, 6538),
|
|
(1491, 'The Soulflayer comes!', 5710, 0, 14, 0, 100, 0, 0, 0, 6217),
|
|
(1492, 'Hakkar shall live again!', 5710, 0, 14, 0, 100, 0, 0, 0, 6219),
|
|
(1493, 'More bones to gnaw on...', 448, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(1494, 'Grrrr... fresh meat!', 448, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(1495, 'SMOTTS, I HAVE YOUR LITTLE BELT....COME GET IT!', 1493, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(1496, 'SMOTTS! HEY, SMOTTS!! COME OUT AND PLAY!', 1493, 1, 14, 0, 100, 0, 0, 0, 764),
|
|
(1497, 'DON\'T LET THIS STATUE BE MY ONLY COMPANY. COME OUT AND PLAY!', 1493, 2, 14, 0, 100, 0, 0, 0, 778),
|
|
(1498, 'COME OUT TO JANEIRO\'S POINT. I\'M WAITING FOR YOU, SMOTTS...', 1493, 3, 14, 0, 100, 0, 0, 0, 775),
|
|
(1499, 'I PROMISE I WON\'T KILL YOUR CREW THIS TIME. HAH! BUT MY BROTHER MIGHT EAT THEM!', 1493, 4, 14, 0, 100, 0, 0, 0, 774),
|
|
(1500, 'HAVE YOU RUN OUT OF SHIPS TO SEND? WHERE\'S YOUR COURAGE?', 1493, 5, 14, 0, 100, 0, 0, 0, 777),
|
|
(1501, 'I HAVE YOUR LITTLE BELT TIED AROUND MY FINGER, SMOTTS. DON\'T YOU WANT IT BACK?', 1493, 6, 14, 0, 100, 0, 0, 0, 0),
|
|
(1502, 'You think that you can get rid of me through meditation?', 27959, 0, 15, 0, 100, 0, 0, 0, 27368),
|
|
(1503, 'Fool! I will destroy you and finally become that which has been building inside of you all of these years!', 27959, 0, 15, 0, 100, 0, 0, 0, 27369),
|
|
(1504, 'You cannot defeat me. I\'m an inseparable part of you!', 27959, 0, 15, 0, 100, 0, 0, 0, 27370),
|
|
(1505, 'NOOOOOOOoooooooooo!', 27959, 0, 15, 0, 100, 0, 0, 0, 27371),
|
|
(1506, '%s loses all self control and begins to attack friend and foe alike!', 23564, 0, 16, 0, 100, 0, 0, 0, 23081),
|
|
(1507, '%s loses all self control and begins to attack friend and foe alike!', 24199, 0, 16, 0, 100, 0, 0, 0, 23081),
|
|
(1508, 'Ware da ship! A harpy! ...wait, dat be another bird.', 34723, 2, 12, 1, 100, 25, 0, 0, 35028),
|
|
(1509, 'Dere be a bird!', 34723, 3, 12, 1, 100, 25, 0, 0, 35026),
|
|
(1510, 'And there\'s Orgrimmar, huge and menacing like always. Take a quick break, boys, then it\'s back to the Bluff!', 34715, 0, 12, 1, 100, 1, 0, 0, 35030),
|
|
(1511, 'Next stop, Thunder Bluff!', 34715, 0, 12, 1, 100, 5, 0, 0, 35031),
|
|
(1512, 'Watch your step! Don\'t want you becoming a smudge down there. Welcome to Thunder Bluff!', 34715, 0, 12, 1, 100, 1, 0, 0, 35032),
|
|
(1513, 'Okay, boys, let\'s get this baby over to Orgrimmar!', 34715, 0, 12, 1, 100, 25, 0, 0, 35033),
|
|
(1514, 'Move it, Zippik! We don\'t have all day!', 34721, 0, 12, 1, 100, 5, 0, 0, 35037),
|
|
(1515, 'Careful. CAREFUL! Did I feel a shudder? You\'re going to knock that tower down, oaf!', 34721, 0, 12, 1, 100, 5, 0, 0, 35034),
|
|
(1516, 'We\'re behind schedule! Turn this tub east! EAST!', 34721, 0, 12, 1, 100, 5, 0, 0, 35035),
|
|
(1517, 'Step right up! The zeppelin to Orgrimmar has arrived! All aboard to Durotar!', 34766, 0, 14, 0, 100, 22, 0, 11804, 35041),
|
|
(1518, 'The zeppelin to Thunder Bluff has arrived! All aboard for a smooth ride across the Barrens!', 34765, 0, 14, 0, 100, 22, 0, 11804, 35039),
|
|
(1519, 'Friends, it is my great pleasure to welcome you to the temple today.', 19216, 0, 12, 0, 100, 1, 0, 0, 16735),
|
|
(1520, 'A\'dal has been most generous in his revelations to me, a humble servant of the Light.', 19216, 0, 12, 0, 100, 0, 0, 0, 16740),
|
|
(1521, 'In accordance with my divine calling, I must share these revealed truths to all who would hear.', 19216, 0, 12, 0, 100, 0, 0, 0, 16741),
|
|
(1522, 'It has been made known to me that inside each of us, the Light resides...', 19216, 0, 12, 0, 100, 0, 0, 0, 16742),
|
|
(1523, '...that it is a gift, given freely to all naturally born beings.', 19216, 0, 12, 0, 100, 0, 0, 0, 16743),
|
|
(1524, 'It manifests itself as a feeling, small at first and easily ignored, that confirms truths and subtly prods one to do good.', 19216, 0, 12, 0, 100, 0, 0, 0, 16752),
|
|
(1525, 'Simple kindnesses, charitable deeds, service to those in need. These are all fruits of the Light.', 19216, 0, 12, 0, 100, 0, 0, 0, 16753),
|
|
(1526, 'It rewards those who heed its promptings with blessings, both seen and unseen.', 19216, 0, 12, 0, 100, 1, 0, 0, 16754),
|
|
(1527, 'Personal reservoirs of hope and faith are strengthened, and one\'s capacity for greater light increases.', 19216, 0, 12, 0, 100, 0, 0, 0, 16755),
|
|
(1528, 'Over the course of time, through obedience to the Light\'s guidance, one becomes more sensitive to its voice, and its power.', 19216, 0, 12, 0, 100, 273, 0, 0, 16756),
|
|
(1529, 'Great is the healing and blessing power of the Light\'s most diligent followers.', 19216, 0, 12, 0, 100, 0, 0, 0, 16757),
|
|
(1530, 'Sadly, there are those who wander through mortality in defiance of the Light.', 19216, 0, 12, 0, 100, 1, 0, 0, 16761),
|
|
(1531, 'From these the Light withdraws, until only darkness remains.', 19216, 0, 12, 0, 100, 0, 0, 0, 16762),
|
|
(1532, 'Where there is no light, despair, loathing and rage thrive.', 19216, 0, 12, 0, 100, 5, 0, 0, 16763),
|
|
(1533, 'We are born into a perilous age, where the forces of darkness are determined to bring about our destruction.', 19216, 0, 12, 0, 100, 1, 0, 0, 16764),
|
|
(1534, 'These are the times to find yourselves in unison with the Light.', 19216, 0, 12, 0, 100, 5, 0, 0, 16765),
|
|
(1535, 'Hear my words, and let the Light inside of you confirm the truth of them.', 19216, 0, 12, 0, 100, 0, 0, 0, 16766),
|
|
(1536, 'Embrace the light that is in you, my friends! Deny yourself all darkness...', 19216, 0, 12, 0, 100, 5, 0, 0, 16775),
|
|
(1537, 'We must endure these trying times faithfully, and one day we will find ourselves victorious.', 19216, 0, 12, 0, 100, 5, 0, 0, 16776),
|
|
(1538, '%s urges you to follow him.', 17379, 0, 16, 0, 100, 0, 0, 0, 13867),
|
|
(1539, '%s points to the totem of Coo.', 17379, 0, 16, 0, 100, 25, 0, 0, 13868),
|
|
(1540, '%s motions for you to follow him.', 17391, 0, 16, 0, 100, 0, 0, 0, 13869),
|
|
(1541, '[Furbolg] Ritk kin\'chikx azul azure summit...', 17391, 0, 12, 0, 100, 0, 0, 0, 13870),
|
|
(1542, '[Furbolg] Coo xip fly... Jump ilos river. Find Tikti.', 17391, 0, 12, 0, 100, 0, 0, 0, 13871),
|
|
(1543, '[Furbolg] Bear witness to the savage acts of our adversaries, $n. They steal our young... our weak... Imprisoned here, they are left to the devices of the Bristlelimb. Set them free, Promised One!', 17410, 0, 12, 0, 100, 0, 0, 0, 13950),
|
|
(1544, 'This is great news! Your efforts have indeed saved us, $n!', 17071, 0, 12, 7, 100, 0, 0, 0, 12846),
|
|
(1545, 'By the seven Ata\'mal crystals! Others have survived the crash! Zhanaa, is that you? It is so good to see you again!', 16550, 0, 12, 7, 100, 0, 0, 0, 12845),
|
|
(1546, 'And who do we have here? No doubt th... crzzzk ...ade this communication possible? I give you greetings fro... psshzzzk... Azure Watch.', 16550, 0, 12, 7, 100, 0, 0, 0, 12752),
|
|
(1547, 'Judging by your signal, we put you... ust southeast of the larger part of the island we crashed onto. Cross the Crystalbrook River to ge... kshhhhk zzzt. Sorry, there\'s a lot of stat...', 16550, 0, 12, 7, 100, 0, 0, 0, 12753),
|
|
(1548, '%s asks that you follow him.', 17392, 0, 16, 0, 100, 0, 0, 0, 13874),
|
|
(1549, '[Furbolg] Far you mixik tak come. Gaze upon the kitch\'kal river. Follow. Ilog to Yor.', 17392, 0, 12, 0, 100, 0, 0, 0, 13873),
|
|
(1550, '[Furbolg] Go... Search yitix\'kil bottom river. South!', 17392, 0, 12, 0, 100, 0, 0, 0, 13875),
|
|
(1551, 'You will not master me, puny $r!', 26045, 0, 12, 0, 100, 0, 0, 0, 25149),
|
|
(1552, 'It\'s good to see you defending Theramore with pride, friend.', 23602, 0, 12, 7, 100, 25, 0, 0, 22050),
|
|
(1553, 'When you\'re off duty, let\'s go to the inn. I\'ll buy a round and we can reminisce about the good old days.', 23602, 1, 12, 7, 100, 1, 0, 0, 22051),
|
|
(1554, 'Wouldn\'t you like to bring those days back? I have some friends who know just the way to do that...', 23602, 2, 12, 7, 100, 1, 0, 0, 22052),
|
|
(1555, 'These people will know Admiral Proudmoore for the true hero he was!', 23602, 0, 12, 7, 100, 5, 0, 0, 22048),
|
|
(1556, 'You can\'t stop us from exposing the truth about Jaina\'s cowardice!', 23602, 1, 12, 7, 100, 5, 0, 0, 22047),
|
|
(1557, 'If you think you can stop us, you\'re mistaken, \'friend.\'', 23602, 2, 12, 7, 100, 5, 0, 0, 22046),
|
|
(1558, 'It\'s people like you who weaken the Alliance and invite the Horde to take away all we\'ve fought for!', 23602, 3, 12, 7, 100, 5, 0, 0, 22049),
|
|
(1559, 'The clock... is still... ticking.', 17808, 0, 14, 0, 100, 0, 0, 10982, 18229),
|
|
(1560, 'Your hopes are lost!', 17808, 0, 14, 0, 100, 0, 0, 10981, 18237),
|
|
(1561, 'Scream for me.', 17808, 1, 14, 0, 100, 0, 0, 11038, 18238),
|
|
(1562, 'Pity, no time for a slow death!', 17808, 2, 14, 0, 100, 0, 0, 11039, 18239),
|
|
(1563, 'The swarm is eager to feed.', 17808, 0, 14, 0, 100, 0, 0, 10979, 18233),
|
|
(1564, 'Pestilence upon you!', 17808, 1, 14, 0, 100, 0, 0, 11037, 18234),
|
|
(1565, 'You look tired....', 17808, 0, 14, 0, 100, 0, 0, 10978, 18231),
|
|
(1566, 'Sweet dreams.', 17808, 1, 14, 0, 100, 0, 0, 11545, 18232),
|
|
(1567, 'Let fire rain from above!', 17808, 0, 14, 0, 100, 0, 0, 10980, 18235),
|
|
(1568, 'Earth and sky shall burn!', 17808, 1, 14, 0, 100, 0, 0, 11036, 18236),
|
|
(1569, 'You are defenders of a doomed world! Flee here, and perhaps you will prolong your pathetic lives!', 17808, 0, 14, 0, 100, 0, 0, 10977, 18230),
|
|
(1570, 'Your time is almost... up.', 17842, 0, 14, 0, 100, 0, 0, 11002, 18248),
|
|
(1571, 'Reesh, hokta!', 17842, 0, 14, 0, 100, 0, 0, 11001, 18253),
|
|
(1572, 'Don\'t fight it.', 17842, 1, 14, 0, 100, 0, 0, 11048, 18255),
|
|
(1573, 'No one is going to save you.', 17842, 2, 14, 0, 100, 0, 0, 11047, 18254),
|
|
(1574, 'Just a taste... of what awaits you.', 17842, 0, 14, 0, 100, 0, 0, 11046, 18252),
|
|
(1575, 'Suffer, you despicable insect!', 17842, 1, 14, 0, 100, 0, 0, 11000, 18251),
|
|
(1576, 'Abandon all hope! The Legion has returned to finish what was begun so many years ago. This time, there will be no escape!', 17842, 0, 14, 0, 100, 0, 0, 10999, 18247),
|
|
(1577, 'Shaza-kiel!', 17888, 0, 14, 0, 100, 0, 0, 11017, 18243),
|
|
(1578, 'You are nothing!', 17888, 1, 14, 0, 100, 0, 0, 11053, 18244),
|
|
(1579, 'Miserable nuisance!', 17888, 2, 14, 0, 100, 0, 0, 11054, 18245),
|
|
(1580, 'Your death will be a painful one.', 17888, 0, 14, 0, 100, 0, 0, 11016, 18241),
|
|
(1581, 'You... are marked.', 17888, 1, 14, 0, 100, 0, 0, 11052, 18242),
|
|
(1582, 'Cry for mercy! Your meaningless lives will soon be forfeit!', 17888, 0, 14, 0, 100, 0, 0, 11015, 18240),
|
|
(1583, 'You have won this battle, but not... the... war.', 17767, 0, 14, 0, 100, 0, 0, 11026, 18220),
|
|
(1584, 'All life must perish!', 17767, 0, 14, 0, 100, 0, 0, 11025, 18226),
|
|
(1585, 'Victory to the Legion!', 17767, 1, 14, 0, 100, 0, 0, 11057, 18228),
|
|
(1586, 'Crumble and rot!', 17767, 0, 14, 0, 100, 0, 0, 11023, 18222),
|
|
(1587, 'Ashes to ashes, dust to dust!', 17767, 1, 14, 0, 100, 0, 0, 11055, 18223),
|
|
(1588, 'Succumb to the icy chill... of death.', 17767, 0, 14, 0, 100, 0, 0, 11024, 18224),
|
|
(1589, 'It will be much colder in your grave.', 17767, 1, 14, 0, 100, 0, 0, 11058, 18225),
|
|
(1590, 'The Legion\'s final conquest has begun! Once again the subjugation of this world is within our grasp. Let none survive!', 17767, 0, 14, 0, 100, 0, 0, 11022, 18221),
|
|
(1591, 'Your resistance is insignificant.', 17968, 0, 14, 0, 100, 0, 0, 10987, 18257),
|
|
(1592, 'This world will burn!', 17968, 0, 14, 0, 100, 0, 0, 10990, 18262),
|
|
(1593, 'Manach sheek-thrish!', 17968, 1, 14, 0, 100, 0, 0, 11041, 18263),
|
|
(1594, 'A-kreesh!', 17968, 0, 14, 0, 100, 0, 0, 11041, 18260),
|
|
(1595, 'Away, vermin!', 17968, 1, 14, 0, 100, 0, 0, 10989, 18261),
|
|
(1596, 'All creation will be devoured.', 17968, 0, 14, 0, 100, 0, 0, 11044, 18265),
|
|
(1597, 'Your soul will languish for eternity.', 17968, 1, 14, 0, 100, 0, 0, 10991, 18264),
|
|
(1598, 'I am the coming of the end!', 17968, 2, 14, 0, 100, 0, 0, 11045, 18266),
|
|
(1599, 'At last it is here! Mourn and lament the passing of all you have ever known, and all that would have been! Hach min corai!', 17968, 0, 14, 0, 100, 0, 0, 10993, 14990),
|
|
(1600, 'No, it cannot be! Nooo!', 17968, 0, 14, 0, 100, 0, 0, 10992, 14991),
|
|
(1601, 'You are mine now.', 17968, 0, 14, 0, 100, 0, 0, 10988, 18258),
|
|
(1602, 'Bow to my will.', 17968, 1, 14, 0, 100, 0, 0, 11042, 18259),
|
|
(1603, 'Say hello to my little friend!', 30840, 1, 12, 0, 100, 0, 0, 0, 31486),
|
|
(1604, 'Arise, Melt!', 30840, 2, 12, 0, 100, 0, 0, 0, 31487),
|
|
(1605, 'We\'re done here. I\'m out.', 30840, 3, 12, 0, 100, 0, 0, 0, 31488),
|
|
(1606, 'Too weak to finish your own battles? Very well then...', 30839, 1, 12, 0, 100, 0, 0, 0, 31489),
|
|
(1607, 'Anything else you need help with before I go? Right, I thought not...', 30839, 2, 12, 0, 100, 0, 0, 0, 31490),
|
|
(1608, 'You challenge death itself! Come then, "King." Face the might of Mograine!', 30838, 1, 12, 0, 100, 0, 0, 0, 31455),
|
|
(1609, 'I will see you back at the Valley of Echoes. Suffer well, ally.', 30838, 1, 12, 0, 100, 0, 0, 0, 31456),
|
|
(1610, 'I know why you\'ve come - one of those foolish Magnataur on the plains meddled and managed to get the dragons involved. Do you enjoy serving them like a dog?', 27003, 0, 14, 0, 100, 0, 0, 0, 26544),
|
|
(1611, 'You seek their leader... little thing, you wage war against the clans of Grom\'thar the Thunderbringer himself. Don\'t be so eager to rush to your death.', 27003, 0, 14, 0, 100, 0, 0, 0, 26186),
|
|
(1612, 'Hah! So be it. Blow the horn of a magnataur leader at the ring of torches south of the Blue Dragonshrine. Make peace with your gods... Grom\'thar will come. ', 27003, 0, 14, 0, 100, 0, 0, 0, 26187),
|
|
(1613, 'I\'d nearly given up. You\'ve given me new life!', 27482, 0, 12, 0, 50, 0, 0, 0, 26684),
|
|
(1614, 'Bless you, friend. I nearly expired....', 27482, 1, 12, 0, 50, 0, 0, 0, 26682),
|
|
(1615, 'Without your help, I surely would have died....', 27482, 2, 12, 0, 50, 0, 0, 0, 26685),
|
|
(1616, 'Thank you, $r!', 27482, 3, 12, 0, 50, 0, 0, 0, 26683),
|
|
(1617, 'Careful here, $c. These trolls killed their own snake god!', 28041, 0, 15, 0, 50, 0, 0, 0, 27449),
|
|
(1618, 'Watch your back. These Drakkari are a nasty lot.', 28041, 1, 15, 0, 50, 0, 0, 0, 27448),
|
|
(1619, 'These Drakkari are just bad news. We need to leave and head to Justice Keep!', 28041, 2, 15, 0, 50, 0, 0, 0, 27452),
|
|
(1620, 'See you around.', 28041, 3, 15, 0, 50, 0, 0, 0, 27447),
|
|
(1621, 'I wonder where we\'re headed to. And who\'s going to deal with these guys?', 28041, 4, 15, 0, 50, 0, 0, 0, 27451),
|
|
(1622, 'Right. I\'d better get back to the sergeant then.', 28041, 5, 15, 0, 50, 0, 0, 0, 27446),
|
|
(1623, '$n? I heard you were dead.', 28041, 6, 15, 0, 50, 0, 0, 0, 35005),
|
|
(1624, '%s becomes enraged!', 22019, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(1625, 'What is the meaning of this?! I have not yet finished my feast!', 26076, 0, 14, 0, 100, 1, 1000, 0, 24586),
|
|
(1626, '%s lets out a bellowing roar as she descends upon the nest.', 30461, 0, 16, 0, 100, 15, 0, 0, 31158),
|
|
(1627, 'Look out below!', 30462, 0, 14, 0, 100, 0, 0, 0, 31159),
|
|
(1628, 'Easy there, girl! Don\'t you recognize your old master?', 30462, 0, 12, 0, 100, 0, 0, 0, 31160),
|
|
(1629, 'I will see you at the Temple of Storms. Looks like I\'m going to have to break her in again.', 30462, 0, 12, 0, 100, 0, 0, 0, 31161),
|
|
(1630, 'Hailing from the deepest, darkest caverns of the Storm Peaks, Gormok the Impaler! Battle on, heroes!', 34996, 0, 14, 0, 100, 0, 0, 16038, 35710),
|
|
(1631, 'Steel yourselves, heroes, for the twin terrors, Acidmaw and Dreadscale, enter the arena!', 34996, 0, 14, 0, 100, 0, 0, 16039, 35711),
|
|
(1632, 'The air itself freezes with the introduction of our next combatant, Icehowl! Kill or be killed, champions!', 34996, 0, 14, 0, 100, 0, 0, 16040, 35712),
|
|
(1633, 'The monstrous menagerie has been vanquished!', 34996, 0, 14, 0, 100, 0, 0, 16041, 35713),
|
|
(1634, 'Tragic... They fought valiantly, but the beasts of Northrend triumphed. Let us observe a moment of silence for our fallen heroes.', 34996, 0, 14, 0, 0, 0, 0, 16042, 35714),
|
|
(1635, 'Grand Warlock Wilfred Fizzlebang will summon forth your next challenge. Stand by for his entry.', 34996, 0, 14, 0, 100, 0, 0, 16043, 35715),
|
|
(1636, 'Quickly, heroes, destroy the demon lord before it can open a portal to its twisted demonic realm!', 34996, 0, 14, 0, 100, 5, 0, 16044, 35716),
|
|
(1637, 'The loss of Wilfred Fizzlebang, while unfortunate, should be a lesson to those that dare dabble in dark magic. Alas, you are victorious and now must face the next challenge.', 34996, 0, 14, 0, 100, 0, 0, 16045, 35717),
|
|
(1638, 'Everyone calm down! Compose yourselves! There is no conspiracy at play here! The warlock acted on his own volition, outside of influences from the Alliance. The tournament must go on!', 34996, 0, 14, 0, 100, 5, 0, 16046, 35718),
|
|
(1639, 'The next battle will be against the Argent Crusade\'s most powerful knights! Only by defeating them will you be deemed worthy...', 34996, 0, 14, 0, 100, 0, 0, 16047, 35719),
|
|
(1640, 'Very well. I will allow it. Fight with honor!', 34996, 0, 14, 0, 100, 1, 0, 16048, 35720),
|
|
(1641, 'A shallow and tragic victory. We are weaker as a whole from the losses suffered today. Who but the Lich King could benefit from such foolishness? Great warriors have lost their lives. And for what? The true threat looms ahead - the Lich King awaits us all in death.', 34996, 0, 14, 0, 100, 0, 0, 16049, 35721),
|
|
(1642, 'Only by working together will you overcome the final challenge. From the depths of Icecrown come two of the Scourge\'s most powerful lieutenants: fearsome val\'kyr, winged harbingers of the Lich King!', 34996, 0, 14, 0, 100, 0, 0, 16050, 35722),
|
|
(1643, 'Let the games begin!', 34996, 0, 14, 0, 100, 0, 0, 16037, 35709),
|
|
(1644, 'A mighty blow has been dealt to the Lich King! You have proven yourselves as able bodied champions of the Argent Crusade. Together we will strike against Icecrown Citadel and destroy what remains of the Scourge! There is no challenge that we cannot face united!', 34996, 0, 14, 0, 100, 5, 0, 16051, 35723),
|
|
(1645, 'Arthas! You are hopelessly outnumbered! Lay down Frostmourne and I will grant you a just death.', 34996, 0, 14, 0, 100, 25, 0, 16052, 35724),
|
|
(1646, 'Show them no mercy, Horde champions! LOK\'TAR OGAR! ', 34995, 0, 14, 0, 0, 0, 0, 16022, 35701),
|
|
(1647, 'The Horde demands justice! We challenge the Alliance! Allow us to battle in place of your knights, paladin. We will show these dogs what it means to insult the Horde.', 34995, 0, 14, 0, 100, 1, 0, 16023, 35703),
|
|
(1648, 'Treacherous Alliance dogs! You summon a demon lord against warriors of the Horde? Your deaths will be swift!', 34995, 0, 14, 0, 100, 5, 0, 16021, 35699),
|
|
(1649, 'I\'ve seen more worthy challenges in the Ring of Blood. You waste our time, paladin.', 34995, 0, 14, 0, 100, 1, 0, 16026, 35707),
|
|
(1650, 'Worthless scrub.', 34990, 3, 14, 0, 100, 25, 0, 16062, 35686),
|
|
(1651, 'Is this the best the Horde has to offer?', 34990, 2, 14, 0, 100, 6, 0, 16063, 35687),
|
|
(1652, 'HAH!', 34990, 1, 14, 0, 100, 5, 0, 16060, 35684),
|
|
(1653, 'Hardly a challenge.', 34990, 0, 14, 0, 100, 274, 0, 16061, 35685),
|
|
(1654, 'GLORY TO THE ALLIANCE!', 34990, 0, 14, 0, 100, 0, 0, 16067, 35691),
|
|
(1655, 'Not even the Lich King\'s most powerful minions can stand against the Alliance. All hail our victors!', 34990, 0, 14, 0, 0, 0, 0, 16068, 35692),
|
|
(1656, 'Fight for the glory of the Alliance, heroes! Honor your king and your people!', 34990, 0, 14, 0, 100, 5, 0, 16065, 35689),
|
|
(1657, 'Our honor has been besmirched! They make wild claims and false accusations against us. I demand justice! Allow my champions to fight in place of your knights, Tirion. We challenge the Horde!', 34990, 0, 14, 0, 100, 5, 0, 16066, 35690),
|
|
(1658, 'The Alliance doesn\'t need the help of a demon lord to deal with Horde filth! Come, pig!', 34990, 0, 14, 0, 100, 5, 0, 16064, 35688),
|
|
(1659, 'Your beasts will be no match for my champions, Tirion!', 34990, 0, 14, 0, 0, 0, 0, 16069, 35693),
|
|
(1660, 'Champions, you\'re alive! Not only have you defeated every challenge of the Trial of the Crusader, but also thwarted Arthas\' plans! Your skill and cunning will prove to be a powerful weapon against the Scourge. Well done! Allow one of the Crusade\'s mages to transport you to the surface!', 36095, 0, 14, 0, 100, 5, 0, 16053, 36129),
|
|
(1661, 'Let me hand you the chests as a reward, and let its contents will serve you faithfully in the campaign against Arthas in the heart of the Icecrown Citadel!', 36095, 0, 41, 0, 0, 0, 0, 0, 0),
|
|
(1662, 'My slaves! Destroy the enemy!', 34796, 0, 41, 0, 0, 0, 0, 0, 0),
|
|
(1663, 'Upon seeing its companion perish, %s becomes enraged!', 35144, 0, 41, 0, 100, 0, 0, 0, 36147),
|
|
(1664, 'Upon seeing its companion perish, %s becomes enraged!', 34799, 0, 41, 0, 100, 0, 0, 0, 36147),
|
|
(1665, '%s glares at $n and lets out a bellowing roar!', 34797, 0, 41, 0, 100, 0, 0, 0, 35675),
|
|
(1666, '%s crashes into the Coliseum wall and is stunned!', 34797, 0, 41, 0, 100, 0, 0, 0, 35317),
|
|
(1667, 'Trampling combatants underfoot, %s goes into a frothing rage!', 34797, 0, 41, 0, 100, 0, 0, 0, 35318),
|
|
(1668, 'Thank you, Highlord. Now, challengers, I will begin the ritual of summoning. When I am done a fearsome doomguard will appear!', 35458, 0, 14, 0, 100, 2, 0, 16268, 35726),
|
|
(1669, 'Prepare for oblivion!', 35458, 0, 14, 0, 100, 0, 0, 16269, 35727),
|
|
(1670, 'A-HA! I\'ve done it! Behold the absolute power of Wilfred Fizzlebang, master summoner! You are bound to me, demon!', 35458, 0, 14, 0, 100, 5, 0, 16270, 35728),
|
|
(1671, 'But I\'m in charge here...', 35458, 0, 14, 0, 100, 5, 0, 16271, 35729),
|
|
(1672, 'Trifling gnome! Your arrogance will be your undoing!', 34780, 0, 14, 0, 100, 397, 0, 16143, 35730),
|
|
(1673, 'You face Jaraxxus, Eredar Lord of the Burning Legion!', 34780, 0, 14, 0, 100, 0, 0, 16144, 35731),
|
|
(1674, '$n has |cFFFF0000Legion Flames!|r\n', 34780, 0, 41, 0, 100, 0, 0, 0, 35194),
|
|
(1675, '%s creates a Nether Portal!', 34780, 0, 41, 0, 100, 0, 0, 16150, 35190),
|
|
(1676, 'Come forth, sister! Your master calls!', 34780, 0, 14, 0, 100, 0, 0, 16150, 35736),
|
|
(1677, '$n has |cFF00FFFFIncinerate Flesh!|r', 34780, 0, 41, 0, 100, 0, 0, 16149, 35195),
|
|
(1678, 'FLESH FROM BONE!', 34780, 0, 14, 0, 100, 0, 0, 16149, 35735),
|
|
(1679, '%s creates an |cFF00FF00Infernal Volcano!|r', 34780, 0, 41, 0, 100, 0, 0, 16151, 35191),
|
|
(1680, 'IN-FER-NO!', 34780, 0, 14, 0, 100, 0, 0, 16151, 35737),
|
|
(1681, 'Insignificant gnat!', 34780, 0, 14, 0, 0, 0, 0, 16145, 35732),
|
|
(1682, 'Banished to the Nether!', 34780, 1, 14, 0, 0, 0, 0, 16146, 35733),
|
|
(1683, 'Another will take my place. Your world is doomed...', 34780, 0, 14, 0, 100, 0, 0, 16147, 35734),
|
|
(1684, '<Laughs>', 34780, 0, 14, 0, 0, 0, 0, 16148, 0),
|
|
(1685, 'In the name of our dark master. For the Lich King. You. Will. Die.', 34496, 0, 14, 0, 100, 0, 0, 16272, 35738),
|
|
(1686, 'Let the light consume you!', 34496, 0, 14, 0, 100, 0, 0, 16279, 35746),
|
|
(1687, 'Let the dark consume you!', 34496, 0, 14, 0, 100, 0, 0, 16278, 35745),
|
|
(1688, '%s begins to cast |cFF9932CDDark Vortex!|r Switch to |cFF9932CDDark|r Essence!', 34496, 0, 41, 0, 100, 0, 0, 16278, 34968),
|
|
(1689, '%s begins to cast |cFFFF0000Twin\'s Pact!|r', 34496, 0, 41, 0, 100, 0, 0, 16274, 34974),
|
|
(1690, 'CHAOS!', 34496, 0, 14, 0, 100, 0, 0, 16274, 29058),
|
|
(1691, 'You have been measured and found wanting.', 34496, 0, 14, 0, 100, 0, 0, 16276, 35739),
|
|
(1692, 'Unworthy!', 34496, 1, 14, 0, 100, 0, 0, 16276, 35740),
|
|
(1693, 'You are finished!', 34496, 0, 14, 0, 0, 0, 0, 16273, 35743),
|
|
(1694, 'The Scourge cannot be stopped...', 34496, 0, 14, 0, 100, 0, 0, 16275, 35741),
|
|
(1695, 'In the name of our dark master. For the Lich King. You. Will. Die.', 34497, 0, 14, 0, 100, 0, 0, 16272, 35738),
|
|
(1696, 'Let the light consume you!', 34497, 0, 14, 0, 100, 0, 0, 16279, 35746),
|
|
(1697, 'Let the dark consume you!', 34497, 0, 14, 0, 100, 0, 0, 16278, 35745),
|
|
(1698, '%s begins to cast |cFFFFFFFFLight Vortex!|r Switch to |cFFFFFFFFLight|r Essence!', 34497, 0, 41, 0, 100, 0, 0, 16279, 34967),
|
|
(1699, '%s begins to cast Twin\'s Pact!', 34497, 0, 41, 0, 100, 0, 0, 16274, 34975),
|
|
(1700, 'CHAOS!', 34497, 0, 14, 0, 100, 0, 0, 16274, 29058),
|
|
(1701, 'You have been measured and found wanting.', 34497, 0, 14, 0, 100, 0, 0, 16276, 35739),
|
|
(1702, 'Unworthy!', 34497, 1, 14, 0, 100, 0, 0, 16276, 35740),
|
|
(1703, 'You are finished!', 34497, 0, 14, 0, 0, 0, 0, 16273, 35743),
|
|
(1704, 'The Scourge cannot be stopped...', 34497, 0, 14, 0, 100, 0, 0, 16275, 35741),
|
|
(1705, 'You will have your challenge, Fordring.', 35877, 0, 14, 0, 100, 0, 0, 16321, 35747),
|
|
(1706, 'The souls of your fallen champions will be mine, Fordring.', 35877, 0, 14, 0, 100, 0, 0, 16323, 35749),
|
|
(1707, 'The Nerubians built an empire beneath the frozen wastes of Northrend. An empire that you so foolishly built your structures upon. MY EMPIRE.', 35877, 0, 14, 0, 100, 11, 0, 16322, 35748),
|
|
(1708, 'Ahhh, our guests have arrived, just as the master promised.', 34564, 0, 14, 0, 100, 0, 0, 16235, 35750),
|
|
(1709, 'This place will serve as your tomb!', 34564, 0, 14, 0, 100, 0, 0, 16234, 35751),
|
|
(1710, 'Auum na-l ak-k-k-k, isshhh. Rise, minions. Devour...', 34564, 0, 14, 0, 100, 0, 0, 16240, 35756),
|
|
(1711, '%s burrows into the ground!', 34564, 0, 41, 0, 100, 0, 0, 16240, 35071),
|
|
(1712, '%s emerges from the ground!', 34564, 0, 41, 0, 100, 0, 0, 0, 35968),
|
|
(1713, 'The swarm shall overtake you!', 34564, 0, 14, 0, 100, 0, 0, 16241, 35757),
|
|
(1714, '%s unleashes a Leeching Swarm to heal himself!', 34564, 0, 41, 0, 100, 0, 0, 16241, 35070),
|
|
(1715, 'F-lakkh shir!', 34564, 0, 14, 0, 100, 0, 0, 16236, 35752),
|
|
(1716, 'Another soul to sate the host.', 34564, 1, 14, 0, 100, 0, 0, 16237, 35753),
|
|
(1717, 'I have failed you, master...', 34564, 0, 14, 0, 100, 0, 0, 16238, 35754),
|
|
(1718, '%s\'s spikes pursue $n!', 34660, 0, 41, 0, 100, 0, 0, 0, 35676),
|
|
(1719, 'That was just a taste of what the future brings. FOR THE HORDE!', 34995, 0, 14, 0, 100, 1, 0, 16024, 35705),
|
|
(1720, 'Do you still question the might of the Horde, paladin? We will take on all comers!', 34995, 0, 14, 0, 100, 1, 0, 16025, 35706),
|
|
(1721, 'Weakling!', 34995, 0, 14, 0, 100, 0, 0, 16017, 35694),
|
|
(1722, 'Pathetic.', 34995, 1, 14, 0, 100, 0, 0, 16018, 35696),
|
|
(1723, 'Overpowered...', 34995, 2, 14, 0, 100, 0, 0, 16019, 35697),
|
|
(1724, 'Lok\'tar!', 34995, 3, 14, 0, 100, 0, 0, 16020, 37739),
|
|
(1725, 'How fortuitous. Usually, I must leave my lair in order to feed.', 10184, 0, 14, 0, 100, 0, 0, 0, 8286),
|
|
(1726, 'Learn your place, mortal!', 10184, 0, 14, 0, 100, 0, 0, 0, 8287),
|
|
(1727, 'This meaningless exertion bores me. I\'ll incinerate you all from above!', 10184, 0, 14, 0, 100, 0, 0, 0, 8288),
|
|
(1728, 'It seems you\'ll need another lesson, mortals!', 10184, 0, 14, 0, 100, 0, 0, 0, 8290),
|
|
(1729, '%s takes in a deep breath...', 10184, 0, 41, 0, 100, 0, 0, 0, 36542),
|
|
(1730, 'The Alliance has captured Wintergrasp Fortress!', 15214, 0, 41, 0, 100, 0, 0, 0, 27817),
|
|
(1731, 'The Horde has defended Wintergrasp Fortress!', 15214, 0, 41, 0, 100, 0, 0, 0, 31405),
|
|
(1732, 'The Horde has captured Wintergrasp Fortress!', 15214, 0, 41, 0, 100, 0, 0, 0, 27816),
|
|
(1733, 'The first of the Horde towers has fallen! Destroy all three and we will hasten their retreat!', 31036, 0, 14, 7, 100, 0, 0, 0, 33299),
|
|
(1734, 'The second tower has fallen! Destroy the final tower and we will hasten their retreat!', 31036, 0, 14, 7, 100, 0, 0, 0, 33300),
|
|
(1735, 'The Horde towers have fallen! We have forced their hand. Finish off the remaining forces!', 31036, 0, 14, 7, 100, 0, 0, 0, 33301),
|
|
(1736, 'Show those animals no mercy, $n!', 31036, 0, 12, 7, 100, 0, 0, 0, 33101),
|
|
(1737, 'The first of the Alliance towers has fallen! Destroy all three and we will hasten their retreat!', 31091, 0, 14, 1, 100, 0, 0, 0, 33296),
|
|
(1738, 'Lok\'tar! The second tower falls! Destroy the final tower and we will hasten their retreat!', 31091, 0, 14, 1, 100, 0, 0, 0, 33297),
|
|
(1739, 'The Alliance towers have fallen! We have forced their hand. Finish off the remaining forces!', 31091, 0, 14, 1, 100, 0, 0, 0, 33298),
|
|
(1740, 'Show those animals no mercy, $n!', 31091, 0, 12, 7, 100, 0, 0, 0, 33101),
|
|
(1741, 'Stop the Horde from retrieving the embers, $n. We cannot risk them having the advantage when the battle resumes!', 31108, 0, 12, 7, 100, 0, 0, 0, 33102),
|
|
(1742, 'Destroy their foul machines of war, $n!', 31109, 0, 12, 7, 100, 0, 0, 0, 33103),
|
|
(1743, 'The gates have been breached! Defend the keep!', 34924, 0, 14, 0, 100, 0, 0, 0, 35165),
|
|
(1744, 'What is the meaning of this disturbance?!', 25584, 0, 14, 0, 100, 0, 0, 0, 24812),
|
|
(1745, 'Who dares interrupt my work!? Show yourself, coward!', 25584, 0, 14, 0, 100, 0, 0, 0, 24820),
|
|
(1746, 'I\'ve destroyed the key! Your cherished archmage belongs to Malygos!', 25584, 0, 12, 0, 100, 0, 0, 0, 24816),
|
|
(1747, 'Light... light so bright...', 24177, 1, 12, 0, 50, 0, 0, 0, 22900),
|
|
(1748, 'ARGHHHH...', 24177, 2, 12, 0, 50, 0, 0, 0, 22899),
|
|
(1749, 'Away... go...', 24177, 3, 12, 0, 50, 0, 0, 0, 22902),
|
|
(1750, 'Bad light... hurt...', 24177, 4, 12, 0, 50, 0, 0, 0, 22901),
|
|
(1751, 'BURNS! IT BURNS!', 24177, 5, 12, 0, 50, 0, 0, 0, 22898),
|
|
(1752, 'So... Hungry...', 24177, 1, 12, 0, 50, 0, 0, 0, 22893),
|
|
(1753, 'Closer... come closer...', 24177, 2, 12, 0, 50, 0, 0, 0, 22896),
|
|
(1754, 'FEED ME...', 24177, 3, 12, 0, 50, 0, 0, 0, 22894),
|
|
(1755, 'FOOD! EAT YOU!', 24177, 4, 12, 0, 50, 0, 0, 0, 22895),
|
|
(1756, 'BRAINNNS!', 24177, 5, 12, 0, 50, 0, 0, 0, 22892),
|
|
(1757, 'You will not defeat me!', 30012, 0, 12, 0, 100, 0, 0, 0, 68596),
|
|
(1758, 'You\'re not worthy of Thorim!', 30012, 1, 12, 0, 100, 0, 0, 0, 30811),
|
|
(1759, 'Good luck... You\'ll need it!', 30012, 2, 12, 0, 100, 0, 0, 0, 30809),
|
|
(1760, 'May the best win!', 30012, 3, 12, 0, 100, 0, 0, 0, 30808),
|
|
(1761, 'Return to Brunnhildar Village!', 29709, 0, 42, 0, 100, 0, 0, 0, 31604),
|
|
(1762, 'The proto-drake smells freedom and flies homeward!', 29709, 1, 41, 0, 100, 0, 0, 0, 32956),
|
|
(1763, 'It\'s a good thing I was able to make duplicates of the Felsworn Gas Mask.', 22127, 0, 12, 0, 100, 1, 0, 0, 20215),
|
|
(1764, 'Ungh... I... I think I pooped...', 28557, 0, 12, 0, 100, 0, 0, 0, 29015),
|
|
(1765, 'I... I got a sick grandma at home... I... I\'m all she\'s got, $g mister:miss;.', 28557, 1, 12, 0, 100, 0, 0, 0, 29016),
|
|
(1766, 'I picked the wrong week to quit drinkin\'!', 28557, 2, 12, 0, 100, 0, 0, 0, 29014),
|
|
(1767, 'I\'ve got five kids, $g man:lady;! They\'ll die without me!', 28557, 3, 12, 0, 100, 0, 0, 0, 29012),
|
|
(1768, 'You don\'t have to do this! Nobody has to die!', 28557, 4, 12, 0, 100, 0, 0, 0, 29013),
|
|
(1769, 'Greetings, $n. I will guide you through the cavern. Please try and keep up.', 20129, 0, 15, 0, 100, 0, 0, 0, 17656),
|
|
(1770, 'We do not know if the Caverns of Time have always been accessible to mortals. Truly, it is impossible to tell as the Timeless One is in perpetual motion, changing our timeways as he sees fit. What you see now may very well not exist tomorrow. You may wake up yesterday and have no memory of this place.\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17657),
|
|
(1771, 'It is strange, I know... Most mortals cannot actually comprehend what they see here, as often, what they see is not anchored within their own perception of reality.\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17658),
|
|
(1772, 'Follow me, please.', 20129, 0, 15, 0, 100, 0, 0, 0, 17668),
|
|
(1773, 'There are only two truths to be found here: First, that time is chaotic, always in flux, and completely malleable and second, perception does not dictate reality.', 20129, 0, 15, 0, 100, 0, 0, 0, 17667),
|
|
(1774, 'As custodians of time, we watch over and care for Nozdormu\'s realm. The master is away at the moment, which means that attempts are being made to dramatically alter time. The master never meddles in the affairs of mortals but instead corrects the alterations made to time by others. He is reactionary in this regard.\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17659),
|
|
(1775, 'For normal maintenance of time, the Keepers of Time are sufficient caretakers. We are able to deal with most ordinary disturbances. I speak of little things, such as rogue mages changing something in the past to elevate their status or wealth in the present.\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17660),
|
|
(1776, 'These tunnels that you see are called timeways. They are infinite in number. The ones that currently exist in your reality are what the master has deemed as \'trouble spots.\' These trouble spots may differ completely in theme but they always share a cause. That is, their existence is a result of the same temporal disturbance. Remember that should you venture inside one...\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17661),
|
|
(1777, 'This timeway is in great disarray! We have agents inside right now attempting to restore order. What little information I have indicates that Thrall\'s freedom is in jeopardy. A malevolent organization known as the Infinite Dragonflight is trying to prevent his escape. I fear without outside assistance, all will be lost.\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17663),
|
|
(1778, 'We have very little information on this timeway. Sa\'at has been dispatched and is currently inside. The data we have gathered from his correspondence is that the Infinite Dragonflight are once again attempting to alter time. Could it be that the opening of the Dark Portal is being targeted for sabotage? Let us hope not...\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17664),
|
|
(1779, 'This timeway collapsed and reformed. The result was Stratholme of yore. What could possibly be happening inside?', 20129, 0, 15, 0, 100, 0, 0, 0, 17669),
|
|
(1780, 'The timeways are currently ranked in order from least catastrophic to most catastrophic. Note that they are all classified as catastrophic, meaning that any single one of these timeways collapsing would mean that your world would end. We only classify them in such a way so that the heroes and adventurers that are sent here know which timeway best suits their abilities.\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17662),
|
|
(1781, 'All we know of this timeway is that it leads to Mount Hyjal. The Infinite Dragonflight have gone to great lengths to prevent our involvement. We know next to nothing, mortal. Soridormi is currently attempting to break through the timeway\'s defenses but has thus far been unsuccessful. You might be our only hope of breaking through and resolving the conflict.\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17665),
|
|
(1782, 'Our time is at an end, $n. I would wish you luck, if such a thing existed.\n', 20129, 0, 15, 0, 100, 0, 0, 0, 17666),
|
|
(1783, 'Oh, my! I wasn\'t expecting company! The workshop is such a mess. How embarrassing.', 33350, 0, 14, 0, 100, 0, 0, 15611, 34298),
|
|
(1784, 'Now, why would you go and do something like that? Didn\'t you see the sign that said, "DO NOT PUSH THIS BUTTON!"? How will we finish testing with the self-destruct mechanism active?', 33350, 0, 14, 0, 100, 0, 0, 15629, 34244),
|
|
(1785, 'We haven\'t much time, friends! You\'re going to help me test out my latest and greatest creation. Now, before you change your minds, remember that you kind of owe it to me after the mess you made with the XT-002.', 33350, 0, 14, 0, 100, 0, 0, 15612, 33636),
|
|
(1786, 'MEDIC!', 33350, 0, 14, 0, 100, 0, 0, 15613, 38771),
|
|
(1787, 'I can fix that... or maybe not! Sheesh, what a mess...', 33350, 1, 14, 0, 100, 0, 0, 15614, 34300),
|
|
(1788, 'WONDERFUL! Positively marvelous results! Hull integrity at 98.9 percent! Barely a dent! Moving right along.', 33350, 0, 14, 0, 100, 0, 0, 15615, 33638),
|
|
(1789, 'Behold the VX-001 Anti-personnel Assault Cannon! You might want to take cover.', 33350, 0, 14, 0, 100, 0, 0, 15616, 33639),
|
|
(1790, 'Fascinating. I think they call that a "clean kill".', 33350, 0, 14, 0, 100, 0, 0, 15617, 34301),
|
|
(1791, 'Note to self: Cannon highly effective against flesh.', 33350, 1, 14, 0, 100, 0, 0, 15618, 34302),
|
|
(1792, 'Thank you, friends! Your efforts have yielded some fantastic data! Now, where did I put-- oh, there it is.', 33350, 0, 14, 0, 100, 0, 0, 15619, 33668),
|
|
(1793, 'Isn\'t it beautiful? I call it the magnificent aerial command unit!', 33350, 0, 14, 0, 100, 0, 0, 15620, 33669),
|
|
(1794, 'Outplayed!', 33350, 0, 14, 0, 100, 0, 0, 15621, 34303),
|
|
(1795, 'You can do better than that!', 33350, 1, 14, 0, 100, 0, 0, 15622, 34304),
|
|
(1796, 'Preliminary testing phase complete. Now comes the true test!', 33350, 0, 14, 0, 100, 0, 0, 15623, 33966),
|
|
(1797, 'Gaze upon its magnificence! Bask in its glorious, um, glory! I present you with... V-07-TR-0N!', 33350, 0, 14, 0, 100, 0, 0, 15624, 34033),
|
|
(1798, 'Prognosis: Negative!', 33350, 0, 14, 0, 100, 0, 0, 15625, 34448),
|
|
(1799, 'You\'re not going to get up from that one, friend.', 33350, 1, 14, 0, 100, 0, 0, 15626, 34449),
|
|
(1800, 'It would appear that I\'ve made a slight miscalculation. I allowed my mind to be corrupted by the fiend in the prison, overriding my primary directive. All systems seem to be functional now. Clear.', 33350, 0, 14, 0, 100, 0, 0, 15627, 34086),
|
|
(1801, 'Oh, my! It would seem that we are out of time, my friends.', 33350, 0, 14, 0, 100, 0, 0, 15628, 34305),
|
|
(1802, 'Some things are better left alone!', 33515, 0, 14, 0, 100, 0, 0, 15473, 34341),
|
|
(1803, 'The secrets of the deep shall remain hidden.', 29309, 0, 14, 0, 100, 0, 0, 14033, 31884),
|
|
(1804, 'Sleep now in the cold dark....', 29309, 0, 14, 0, 100, 0, 0, 14036, 31888),
|
|
(1805, 'For the Lich King!', 29309, 1, 14, 0, 100, 0, 0, 14037, 31889),
|
|
(1806, 'Perhaps we will be allies soon.', 29309, 2, 14, 0, 100, 0, 0, 14038, 31890),
|
|
(1807, 'Master... is my service... complete?', 29309, 0, 14, 0, 100, 0, 0, 14039, 31891),
|
|
(1808, 'The young must not go hungry....', 29309, 0, 14, 0, 100, 0, 0, 14034, 31886),
|
|
(1809, 'Shhhad ak kereeesshh chak-k-k!', 29309, 1, 14, 0, 100, 0, 0, 14035, 31887),
|
|
(1810, 'An Ahn\'kahar Guardian hatches!', 29309, 0, 16, 0, 100, 0, 0, 14035, 31894),
|
|
(1811, 'Shgla\'yos plahf mh\'naus.', 29311, 0, 14, 0, 100, 0, 0, 14043, 32596),
|
|
(1812, 'They who dine on lost souls know only hunger.', 29311, 1, 15, 0, 100, 0, 0, 14043, 32597),
|
|
(1813, 'Ywaq puul skshgn: on\'ma yeh\'glu zuq.', 29311, 0, 14, 0, 100, 0, 0, 14045, 32600),
|
|
(1814, 'Ywaq ma phgwa\'cul hnakf.', 29311, 1, 14, 0, 100, 0, 0, 14046, 32598),
|
|
(1815, 'Ywaq maq oou; ywaq maq ssaggh. Ywaq ma shg\'fhn.', 29311, 2, 14, 0, 100, 0, 0, 14047, 32602),
|
|
(1816, 'Iilth vwah, uhn\'agth fhssh za.', 29311, 0, 14, 0, 100, 0, 0, 14048, 32601),
|
|
(1817, 'Where one falls, many shall take its place.', 29311, 1, 15, 0, 100, 0, 0, 14048, 32608),
|
|
(1818, 'Gul\'kafh an\'shel. Yoq\'al shn ky ywaq nuul.', 29311, 0, 14, 0, 100, 0, 0, 14044, 32603),
|
|
(1819, 'These are sacred halls! Your intrusion will be met with death!', 29310, 0, 14, 0, 100, 0, 0, 14343, 30789),
|
|
(1820, 'Who among you is devoted?', 29310, 0, 14, 0, 100, 0, 0, 14344, 30862),
|
|
(1821, 'You there! Step forward!', 29310, 1, 14, 0, 100, 0, 0, 14345, 31699),
|
|
(1822, 'Yogg-Saron! Grant me your power!', 29310, 0, 14, 0, 100, 0, 0, 14346, 31700),
|
|
(1823, 'Master, a gift for you!', 29310, 1, 14, 0, 100, 0, 0, 14347, 31701),
|
|
(1824, 'Glory to Yogg-Saron!', 29310, 0, 14, 0, 100, 0, 0, 14348, 31702),
|
|
(1825, 'You are unworthy.', 29310, 1, 14, 0, 100, 0, 0, 14349, 31703),
|
|
(1826, 'Get up! You haven\'t suffered enough.', 29310, 2, 14, 0, 100, 0, 0, 14350, 31704),
|
|
(1827, 'Do not expect your sacrilege... to go unpunished.', 29310, 0, 14, 0, 100, 0, 0, 14351, 31705),
|
|
(1828, 'The elements themselves will rise up against the civilized world! Only the faithful will be spared!', 29310, 0, 14, 0, 100, 0, 0, 14352, 31706),
|
|
(1829, 'Immortality can be yours, but only if you pledge yourself fully to Yogg-Saron!', 29310, 1, 14, 0, 100, 0, 0, 14353, 31707),
|
|
(1830, 'Here, on the very borders of his domain, you will experience power you could have never imagined!', 29310, 2, 14, 0, 100, 0, 0, 14354, 31708),
|
|
(1831, 'You have traveled long and risked much to be here! Your devotion shall be rewarded.', 29310, 3, 14, 0, 100, 0, 0, 14355, 31709),
|
|
(1832, 'The faithful shall be exalted, but there is more work to be done. We will press on until all of Azeroth lies beneath his shadow!', 29310, 4, 14, 0, 100, 0, 0, 14356, 31710),
|
|
(1833, 'Thank you for freeing us, mortals. Beware, the blue flight is alerted to your presence. Even now, Malygos sends Varos Cloudstrider and his ring guardians to defend the Oculus. You will need our help to stand a chance.', 27658, 0, 12, 0, 100, 1, 3500, 0, 26937),
|
|
(1834, '%s flies away.', 27756, 0, 16, 0, 100, 1, 0, 2858, 25992),
|
|
(1835, 'Welcome Friend. Keep your head down and hold on tight!', 27756, 0, 15, 0, 100, 1, 0, 0, 28136),
|
|
(1836, 'Use Searing Wrath to damage enemies and Evasive Maneuvers if I start taking damage. Remember I need to build up Evasive Charges by taking damage to perform Evasive Maneuvers!', 27756, 0, 15, 0, 100, 1, 0, 0, 28254),
|
|
(1837, 'Now that I am at my full power I can perform Martyr. You can use it to protect other drakes, but I will take lots of damage, so make sure you\'re using Evasive Maneuvers too!', 27756, 0, 15, 0, 100, 1, 0, 0, 28260),
|
|
(1838, 'I\'m badly injured! I can\'t take much more of this!', 27756, 0, 15, 0, 100, 1, 0, 0, 28257),
|
|
(1839, '%s flies away.', 27692, 0, 16, 0, 100, 1, 0, 2858, 25992),
|
|
(1840, 'Welcome Friend. Keep your head down and hold on tight!', 27692, 0, 15, 0, 100, 1, 0, 0, 28136),
|
|
(1841, 'Use Leeching Poison to damage enemies and keep me healed. Touch the Nightmare is very powerful, but it hurts me, so only use it when I have a lot of health!', 27692, 0, 15, 0, 100, 1, 0, 0, 28255),
|
|
(1842, 'Now that I am at my full power I can perform Dream Funnel. You can use it to heal other drakes, but it drains my health, so make sure you\'re using Leeching Poison too!', 27692, 0, 15, 0, 100, 1, 0, 0, 28259),
|
|
(1843, 'I\'m badly injured! I can\'t take much more of this!', 27692, 0, 15, 0, 100, 1, 0, 0, 28257),
|
|
(1844, '%s flies away.', 27755, 0, 16, 0, 100, 1, 0, 2858, 25992),
|
|
(1845, 'Welcome Friend. Keep your head down and hold on tight!', 27755, 0, 15, 0, 100, 1, 0, 0, 28136),
|
|
(1846, 'Use Shock Lance to damage enemies. If we get in trouble, Stop Time to freeze all enemies in place, then hit them with Shock Lance for massive damage!', 27755, 0, 15, 0, 100, 1, 0, 0, 28256),
|
|
(1847, 'Now that I am at my full power I can perform Temporal Rift. You can use it to make enemies take extra damage and to get Shock Charges. Save up Shock Charges and then Shock Lance for huge damage!', 27755, 0, 15, 0, 100, 1, 0, 0, 28258),
|
|
(1848, 'I\'m badly injured! I can\'t take much more of this!', 27755, 0, 15, 0, 100, 1, 0, 0, 28257),
|
|
(1849, 'Without pressure in both realms, %s begins to regenerate.', 39863, 0, 41, 0, 100, 0, 0, 0, 40476),
|
|
(1850, 'Meddlesome insects! You are too late. The Ruby Sanctum is lost!', 39863, 0, 14, 0, 100, 1, 0, 17499, 39942),
|
|
(1851, 'Your world teeters on the brink of annihilation. You will ALL bear witness to the coming of a new age of DESTRUCTION!', 39863, 0, 14, 0, 100, 0, 0, 17500, 40064),
|
|
(1852, 'The heavens burn!', 39863, 0, 14, 0, 100, 0, 0, 17505, 40068),
|
|
(1853, 'You will find only suffering within the realm of twilight! Enter if you dare!', 39863, 0, 14, 0, 100, 0, 0, 17507, 40067),
|
|
(1854, 'Relish this victory, mortals, for it will be your last. This world will burn with the master\'s return!', 39863, 0, 14, 0, 100, 0, 0, 17503, 40065),
|
|
(1855, 'Another "hero" falls.', 39863, 0, 14, 0, 100, 0, 0, 17501, 40066),
|
|
(1856, 'Not good enough....', 39863, 0, 14, 0, 100, 0, 0, 17504, 41619),
|
|
(1857, 'Your efforts force %s further out of the physical realm!', 39863, 0, 41, 0, 100, 0, 0, 0, 40228),
|
|
(1858, 'Your companions\' efforts force %s further into the physical realm!', 39863, 0, 41, 0, 100, 0, 0, 0, 40079),
|
|
(1859, 'Without pressure in both realms, %s begins to regenerate.', 40142, 0, 41, 0, 100, 0, 0, 0, 40476),
|
|
(1860, 'Beware the shadow!', 40142, 0, 14, 0, 100, 0, 0, 17506, 40069),
|
|
(1861, 'I am the light and the darkness! Cower, mortals, before the herald of Deathwing!', 40142, 0, 14, 0, 100, 0, 0, 17508, 40072),
|
|
(1862, 'Your companions\' efforts force %s further into the twilight realm!', 40142, 0, 41, 0, 100, 0, 0, 0, 40080),
|
|
(1863, 'Your efforts force %s further out of the twilight realm!', 40142, 0, 41, 0, 100, 0, 0, 0, 40227),
|
|
(1864, 'The orbiting spheres pulse with dark energy!', 40083, 0, 41, 0, 100, 0, 0, 0, 40071),
|
|
(1865, 'With your help, I can evaluate these tunnels.', 7998, 0, 12, 0, 100, 0, 0, 0, 4050),
|
|
(1866, 'Let\'s see if we can find out where these Troggs are coming from.... and put a stop to the invasion!', 7998, 0, 12, 0, 100, 0, 0, 0, 4051),
|
|
(1867, 'Such devastation... what a horrible mess...', 7998, 0, 12, 0, 100, 0, 0, 0, 4052),
|
|
(1868, 'It\'s quiet here....', 7998, 0, 12, 0, 100, 0, 0, 0, 4129),
|
|
(1869, '...too quiet.', 7998, 0, 12, 0, 100, 0, 0, 0, 4130),
|
|
(1870, 'Look! Over there at the tunnel wall!', 7998, 0, 12, 0, 100, 0, 0, 0, 4131),
|
|
(1871, 'Trogg incursion! Defend me while I blast the hole closed!', 7998, 0, 12, 0, 100, 0, 0, 0, 4132),
|
|
(1872, 'I don\'t think one charge is going to cut it. Keep fending them off!', 7998, 0, 12, 0, 100, 0, 0, 0, 4133),
|
|
(1873, 'The charges are set. Get back before they blow!', 7998, 0, 12, 0, 100, 0, 0, 0, 4134),
|
|
(1874, 'Incoming blast in 10 seconds!', 7998, 0, 14, 0, 100, 0, 0, 0, 4135),
|
|
(1875, 'Incoming blast in 5 seconds. Clear the tunnel! Stay back!', 7998, 0, 14, 0, 100, 0, 0, 0, 4136),
|
|
(1876, 'Fire in the hole!', 7998, 0, 14, 1, 100, 0, 0, 0, 32326),
|
|
(1877, 'Well done! Without your help I would have never been able to thwart that wave of troggs.', 7998, 0, 12, 0, 100, 0, 0, 0, 4206),
|
|
(1878, 'Did you hear something?', 7998, 0, 12, 0, 100, 0, 0, 0, 27926),
|
|
(1879, 'I heard something over there.', 7998, 0, 12, 0, 100, 0, 0, 0, 4208),
|
|
(1880, 'More troggs! Ward them off as I prepare the explosives!', 7998, 0, 12, 0, 100, 0, 0, 0, 4209),
|
|
(1881, 'The final charge is set. Stand back!', 7998, 0, 12, 0, 100, 0, 0, 0, 4325),
|
|
(1882, '10 seconds to blast! Stand back!!!', 7998, 0, 14, 0, 100, 0, 0, 0, 4326),
|
|
(1883, '5 seconds until detonation!!!!!', 7998, 0, 14, 0, 100, 0, 0, 0, 4327),
|
|
(1884, 'Superb! Because of your help, my people stand a chance of re-taking our beloved city. Three cheers to you!', 7998, 0, 12, 0, 100, 0, 0, 0, 4446),
|
|
(1885, 'We come from below! You can never stop us!', 7361, 0, 14, 0, 100, 0, 0, 0, 4328),
|
|
(1886, 'Look!', 33533, 0, 12, 0, 0, 0, 0, 0, 34620),
|
|
(1887, 'We can dance too!', 33533, 0, 12, 0, 0, 0, 0, 0, 34618),
|
|
(1888, 'We made a new friend!', 33533, 0, 12, 0, 0, 0, 0, 0, 34615),
|
|
(1889, 'We here! Only, if this is world tree, how come it broke when they tried to put whole world in?', 33533, 0, 12, 0, 0, 0, 0, 0, 34576),
|
|
(1890, 'Look! Is that us? We think it\'s us. A bit older, maybe?', 33533, 0, 12, 0, 0, 0, 0, 0, 34606),
|
|
(1891, 'Looks like we blessed by Great Ones! Shrines give magic, make us high-oracle someday? Maybe?', 33533, 0, 12, 0, 0, 0, 0, 0, 34607),
|
|
(1892, 'Wow! A real Great One? We don\'t even think Soo-say has met a real Great One!', 33533, 0, 12, 0, 0, 0, 0, 0, 34672),
|
|
(1893, 'Um, hello, Mr. Great One. We are honored to meet you.', 33533, 0, 12, 0, 0, 0, 0, 0, 34673),
|
|
(1894, 'Maybe you\'re asleep, Mr. Great One? We understand. Must be hard working being Great One, collecting all the shinies we leave for you.', 33533, 0, 12, 0, 0, 0, 0, 0, 34674),
|
|
(1895, 'We brought you a gift, Great One. Maybe you see it when you wake up. Maybe you remember we came to see you, oki?', 33533, 0, 12, 0, 0, 0, 0, 0, 34675),
|
|
(1896, 'So that\'s the queen of the dragons? Hmm... we thought she\'d be bigger. Yes, we did.', 33533, 0, 12, 0, 0, 0, 0, 0, 34631),
|
|
(1897, 'How come she doesn\'t look like the other dragons? Could she turn into a big ol\' dragon if she wanted to?', 33533, 0, 12, 0, 0, 0, 0, 0, 34632),
|
|
(1898, 'Um... Your Majesty, would you turn into a dragon for us?', 33533, 0, 12, 0, 0, 0, 0, 0, 34633),
|
|
(1899, 'Oki... How about now?', 33533, 0, 12, 0, 0, 0, 0, 0, 34634),
|
|
(1900, 'Look!', 33532, 0, 12, 0, 0, 0, 0, 0, 34620),
|
|
(1901, 'Got you back!', 33532, 0, 12, 0, 0, 0, 0, 0, 34622),
|
|
(1902, 'Good snowball fight!', 33532, 0, 12, 0, 0, 0, 0, 0, 34623),
|
|
(1903, 'Look! That must be Kekek as a mighty warrior! See? What Kekek tell you?', 33532, 0, 12, 0, 0, 0, 0, 0, 34610),
|
|
(1904, 'Hmm... that Kekek very old. Must be elder, leader of Frenzyheart. This good. Kekek have good future as warrior and leader. Kekek very happy you bring him here. Orphan-lady never do that for Kekek.', 33532, 0, 12, 0, 0, 0, 0, 0, 34636),
|
|
(1905, 'Wow. At last, Kekek get to meet Hemet Nesingwary!', 33532, 0, 12, 0, 0, 0, 0, 0, 34685),
|
|
(1906, 'Even Frenzyheart know all about you after you come to Sholazar. Maybe you teach Kekek your tricks?', 33532, 0, 12, 0, 0, 0, 0, 0, 34686),
|
|
(1907, 'Not sure how reading helps. Kekek can\'t read anyway, but if Hemet Nesingwary say, Kekek try.', 33532, 0, 12, 0, 0, 0, 0, 0, 34688),
|
|
(1908, 'Maybe give up and throw book at animals, but try.', 33532, 0, 12, 0, 0, 0, 0, 0, 34689),
|
|
(1909, 'You think maybe one day, Kekek lead Frenzyheart home, like bear-men fight to get tree-city back? Kekek want own home, not city with purple men, not jungle with big-tongues.', 33532, 0, 12, 0, 0, 0, 0, 0, 34603),
|
|
(1910, 'Kekek thought we go see dragon queen. This just some elf-lady with funny horns.', 33532, 0, 12, 0, 0, 0, 0, 0, 34655),
|
|
(1911, 'But why? Dragons big and powerful. Elf-lady weak. Kekek want to see dragon queen\'s real form.', 33532, 0, 12, 0, 0, 0, 0, 0, 34664),
|
|
(1912, 'Oh! Now Kekek understand. Not want to be crushed by big dragon-lady. Maybe come back sometime when not so crowded. Nice to meet you, dragon-lady.', 33532, 0, 12, 0, 0, 0, 0, 0, 34666),
|
|
(1913, 'No worry, Kekek. You grow up, be strong for Frenzyheart. You lead people back to old home, where there no big-tongue babies.', 34387, 0, 12, 0, 0, 0, 0, 0, 35493),
|
|
(1914, 'If I was in my dragon form, there wouldn\'t be any room for anyone else, little one.', 26917, 0, 12, 0, 0, 0, 0, 0, 34635),
|
|
(1915, 'Rest assured, Kekek, she is the queen of the dragons. We often take the forms of smaller beings when we work with them.', 27990, 0, 12, 0, 0, 0, 0, 0, 34665),
|
|
(1916, 'We remember this visit, yes we do. Never forget what you learn from your new friend, little Roo. You got great future ahead.', 34386, 0, 12, 0, 0, 0, 0, 0, 35492),
|
|
(1917, 'Aye, I\'ll try it.', 27986, 0, 12, 0, 100, 273, 0, 0, 28549),
|
|
(1918, 'That\'s exactly what I needed!', 27986, 0, 12, 0, 100, 5, 0, 0, 28550),
|
|
(1919, 'Better watch out!', 34490, 0, 12, 0, 0, 0, 0, 0, 34624),
|
|
(1920, 'Got you good!', 34490, 0, 12, 0, 0, 0, 0, 0, 34621),
|
|
(1921, 'Wanna see what I can do?', 34489, 0, 12, 0, 0, 0, 0, 0, 34617),
|
|
(1922, 'Now dance together!', 34489, 0, 12, 0, 0, 0, 0, 0, 34619),
|
|
(1923, 'Hang on to your hat, $n! To Scalawag we go!', 27923, 0, 12, 0, 100, 0, 0, 0, 27272),
|
|
(1924, 'YAAARRRRR! Here we be, matey! Scalawag Point!', 27923, 0, 12, 0, 100, 0, 0, 0, 27273),
|
|
(1925, 'Enjoy the ride! It\'s a one way trip!', 27933, 0, 12, 0, 100, 3, 0, 0, 27337),
|
|
(1926, 'I\'ll be waitin\' for ya, mon.', 26500, 0, 15, 0, 100, 0, 0, 0, 25877),
|
|
(1927, 'They may take our lives, but they\'ll never take...', 39712, 0, 12, 0, 100, 0, 0, 0, 39708),
|
|
(1928, '...our INNOVATION!', 39712, 0, 12, 0, 100, 0, 0, 0, 39722),
|
|
(1929, 'What I want out of each and every one of you is a hard-target search of every refuelling station, residence, warehouse, farmhouse, henhouse, outhouse and doghouse in this area. ', 39712, 0, 12, 0, 100, 0, 0, 0, 39709),
|
|
(1930, 'Your fugitive\'s name is Mekgineer Thermaplugg.', 39712, 0, 12, 0, 100, 0, 0, 0, 39723),
|
|
(1931, 'Go get him.', 39712, 0, 12, 0, 100, 0, 0, 0, 39724),
|
|
(1932, 'We will not go quietly into the night! We will not vanish without a fight!', 39712, 0, 12, 0, 100, 0, 0, 0, 39710),
|
|
(1933, 'We\'re going to live on! We\'re going to survive! Today we celebrate...', 39712, 0, 12, 0, 100, 0, 0, 0, 39725),
|
|
(1934, '...our Autonomy Day!', 39712, 0, 12, 0, 100, 0, 0, 0, 39726),
|
|
(1935, 'Hmm, I suppose it could work. But it could really use a little more umph!', 1268, 0, 12, 0, 100, 0, 0, 0, 39711),
|
|
(1936, 'What? I don\'t even know what you\'re talking about! That\'s terrible!', 7955, 0, 12, 0, 100, 0, 0, 0, 39712),
|
|
(1937, 'Horrible! Well, all right, maybe it just needs a little cleaning up?', 6119, 0, 12, 0, 100, 0, 0, 0, 39713),
|
|
(1938, 'Until we meet again, brave one.', 2986, 0, 12, 0, 100, 113, 0, 0, 1589),
|
|
(1939, 'You think I do not know what you are trying to do? You think I haven\'t been watching you?', 23671, 0, 12, 0, 100, 1, 2000, 0, 22787),
|
|
(1940, 'Hah! You thought to interfere with my ascension? Nothing can stop me now!', 23671, 0, 12, 0, 100, 1, 2000, 0, 22786),
|
|
(1941, 'You will not stop my ascension, tiny $r. Time to die!', 23671, 0, 14, 0, 100, 1, 2000, 0, 22788),
|
|
(1942, 'No! You will not defeat me!', 23671, 0, 14, 0, 100, 1, 1000, 0, 22789),
|
|
(1943, 'Noo!', 26794, 0, 14, 0, 0, 0, 0, 13328, 29605),
|
|
(1944, 'Aaggh!', 26794, 0, 14, 0, 0, 0, 0, 13330, 29608),
|
|
(1945, 'Back!', 26794, 0, 14, 0, 0, 0, 0, 13331, 29609),
|
|
(1946, 'Bleed!', 26794, 0, 14, 0, 0, 0, 0, 13332, 29610),
|
|
(1947, 'Kill!', 26794, 0, 14, 0, 0, 0, 0, 13329, 29607),
|
|
(1948, 'I am rejuvinated!', 15339, 0, 14, 0, 100, 0, 0, 8593, 0),
|
|
(1949, 'My powers are renewed!', 15339, 1, 14, 0, 100, 0, 0, 8595, 0),
|
|
(1950, 'My powers return!', 15339, 2, 14, 0, 100, 0, 0, 8596, 0),
|
|
(1951, 'Protect the city at all costs!', 15339, 0, 14, 0, 100, 0, 0, 8597, 0),
|
|
(1952, 'To your posts. Defend the city.', 15339, 1, 14, 0, 100, 0, 0, 8600, 0),
|
|
(1953, 'Tresspassers will be terminated.', 15339, 2, 14, 0, 100, 0, 0, 8601, 0),
|
|
(1954, 'Sands of the desert, rise and block out the sun!', 15339, 0, 14, 0, 100, 0, 0, 8598, 11449),
|
|
(1955, 'You are terminated.', 15339, 0, 14, 0, 100, 0, 0, 8602, 11450),
|
|
(1956, 'I...have...failed. ', 15339, 0, 14, 0, 100, 0, 0, 8594, 11451),
|
|
(1957, 'The walls have been breached!', 15339, 0, 14, 0, 100, 0, 0, 8599, 11720),
|
|
(1958, 'If you\'re here, then it means you are prepared to begin the study of summoning demonic cohorts to do your bidding. We will start with the lowliest creatures you will be able to call and continue from there. Let us begin.', 5702, 0, 12, 33, 100, 0, 0, 0, 2049),
|
|
(1959, 'The easiest creature for you to summon is the imp. You should already be able to bring forth this minion but for completeness\' sake I will start with him.', 5702, 0, 12, 33, 100, 0, 0, 0, 2050),
|
|
(1960, 'This foul little beast is the imp. It is small and weak, making it almost useless as a meatshield, and its damage output is mediocre at best. This creature is best used for support of a larger group.', 5702, 0, 12, 33, 100, 0, 0, 0, 2051),
|
|
(1961, 'Now that you have had a chance to study the imp, let us move on to the next minion you will be able to summon, the voidwalker.', 5702, 0, 12, 33, 100, 0, 0, 0, 2052),
|
|
(1962, 'This demonic entity is known as the Voidwalker. Its strength and endurance are significant, making it ideal for defense. Send it to attack your enemy, then use it as a shield while you use your spells and abilities to drain away your opponent\'s life.', 5702, 0, 12, 33, 100, 0, 0, 0, 2053),
|
|
(1963, 'If you\'ve never seen one, it is a sight to behold. A very impressive creature both on and off the field of battle. Next, let us take a look at what I am sure all you male students have been waiting for. The succubus.', 5702, 0, 12, 33, 100, 0, 0, 0, 2054),
|
|
(1964, 'All right now. Aside from the obvious distractions a minion like this will provide against your more masculine foes, she is also capable of dealing out impressive amounts of damage. However, her fragile endurance makes her almost useless as a shield.', 5702, 0, 12, 33, 100, 0, 0, 0, 2055),
|
|
(1965, 'Study hard and you might one day be able to summon one on your own, but for now it\'s time to move on to the felhunter.', 5702, 0, 12, 33, 100, 0, 0, 0, 2056),
|
|
(1966, 'What you see before you is a felhunter. This creature\'s natural talents include spell lock and other abilities which make it unequalled when facing a magically attuned opponent.', 5702, 0, 12, 33, 100, 0, 0, 0, 2057),
|
|
(1967, 'When facing a spellcaster of any kind, this feral beast will be your best friend. Now, let us take a look at something a bit different. This next creature will aid your travels and make your future journeys much easier. Let\'s take a look at a felsteed.', 5702, 0, 12, 33, 100, 0, 0, 0, 2058),
|
|
(1968, 'I doubt you have had much occasion to see such a creature. These demonic equines will make your travels much faster by acting as your mount as long as you control them. However, they are difficult to control, so be sure you are ready before attempting it.\n', 5702, 0, 12, 33, 100, 0, 0, 0, 2059),
|
|
(1969, 'There you have it. Our lesson on summoning has come to an end. A new class will begin shortly, so if you wish to brush up, feel free to stay around.', 5702, 0, 12, 33, 100, 0, 0, 0, 2060),
|
|
(1970, 'It\'s Iskalder! Quickly, use The Bone Witch\'s Amulet!', 30884, 1, 41, 0, 100, 0, 100, 0, 31523),
|
|
(1971, 'How easy it was to manipulate you into recovering the last Suntara stone from those imbeciles of the Twilight\'s Hammer.', 8421, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(1972, '%s kneels down and pick up the amulet.', 10181, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(1973, 'Belore...', 10181, 0, 14, 0, 100, 0, 0, 0, 19263),
|
|
(1974, 'None may steal the secrets of the Makers!', 7228, 0, 14, 0, 100, 0, 0, 5851, 3261),
|
|
(1975, 'Oh at last, at last I can go home!', 17535, 0, 14, 0, 100, 0, 0, 9190, 15068),
|
|
(1976, 'Don\'t let them hurt us Tito! Oh, you won\'t, will you?', 17535, 0, 14, 0, 100, 0, 0, 9191, 15066),
|
|
(1977, 'Tito! Oh Tito, no!', 17535, 0, 14, 0, 100, 0, 0, 9192, 15069),
|
|
(1978, 'Oh Tito, we simply must find a way home! The old wizard could be our only hope! Strawman, Roar, Tinhead, will you - wait... oh golly, look we have visitors!', 17535, 0, 14, 0, 100, 0, 0, 9195, 15067),
|
|
(1979, 'I\'m not afraid a\' you! Do you wanna\' fight? Huh, do ya\'? C\'mon! I\'ll fight ya\' with both paws behind my back!', 17546, 0, 14, 0, 100, 0, 0, 9227, 19276),
|
|
(1980, 'You didn\'t have to go and do that!', 17546, 0, 14, 0, 100, 0, 0, 9229, 15133),
|
|
(1981, 'I think I\'m going to go take fourty winks.', 17546, 0, 14, 0, 100, 0, 0, 9230, 0),
|
|
(1982, 'Now what should I do with you? I simply can\'t make up my mind.', 17543, 0, 14, 0, 100, 0, 0, 9254, 19277),
|
|
(1983, 'Don\'t let them make... a mattress outta\' me.', 17543, 0, 14, 0, 100, 0, 0, 9256, 15135),
|
|
(1984, 'I guess I\'m not a failure after all!', 17543, 0, 14, 0, 100, 0, 0, 9257, 15136),
|
|
(1985, 'I could really use a heart. Say, can I have yours?', 17547, 0, 14, 0, 100, 0, 0, 9268, 19278),
|
|
(1986, 'Back to being an old rust bucket.', 17547, 0, 14, 0, 100, 0, 0, 9270, 15155),
|
|
(1987, 'Guess I\'m not so rusty after all.', 17547, 0, 14, 0, 100, 0, 0, 9271, 15156),
|
|
(1988, '%s begins to rust!', 17547, 0, 16, 0, 100, 0, 0, 0, 14361),
|
|
(1989, 'Woe to each and every one of you, my pretties!', 18168, 0, 14, 0, 100, 0, 0, 9179, 15050),
|
|
(1990, 'It will all be over soon!', 18168, 1, 14, 0, 100, 0, 0, 9307, 15332),
|
|
(1991, 'How could you? What a cruel, cruel world...', 18168, 0, 14, 0, 100, 0, 0, 9178, 15052),
|
|
(1992, 'Fixed you, didn\'t I?', 18168, 0, 14, 0, 100, 0, 0, 9180, 15051),
|
|
(1993, 'The better to own you with!', 17521, 0, 14, 0, 100, 0, 0, 9276, 14212),
|
|
(1994, 'Mmmm... delicious.', 17521, 0, 14, 0, 100, 0, 0, 9277, 15153),
|
|
(1995, 'Run away little girl, run away!', 17521, 0, 14, 0, 100, 0, 0, 9278, 14213),
|
|
(1996, 'What devil art thou, that dost torment me thus?', 17534, 0, 14, 0, 100, 0, 0, 9196, 15070),
|
|
(1997, 'Where is my lord? Where is my Romulo?', 17534, 0, 14, 0, 100, 0, 0, 9199, 0),
|
|
(1998, 'Romulo, I come! Oh... this do I drink to thee!', 17534, 0, 14, 0, 100, 0, 0, 9198, 15072),
|
|
(1999, 'O happy dagger! This is thy sheath; there rust, and let me die!', 17534, 0, 14, 0, 100, 0, 0, 9310, 15074),
|
|
(2000, 'Come, gentle night; and give me back my Romulo!', 17534, 0, 14, 0, 100, 0, 0, 9200, 15073),
|
|
(2001, 'Parting is such sweet sorrow.', 17534, 0, 14, 0, 100, 0, 0, 9201, 15071),
|
|
(2002, 'Wilt thou provoke me? Then have at thee, boy!', 17533, 0, 14, 0, 100, 0, 0, 9233, 15075),
|
|
(2003, 'Thou smilest... upon the stroke that... murders me.', 17533, 0, 14, 0, 100, 0, 0, 9235, 15078),
|
|
(2004, 'This day\'s black fate on more days doth depend. This but begins the woe. Others must end.', 17533, 0, 14, 0, 100, 0, 0, 9236, 0),
|
|
(2005, 'Thou detestable maw, thou womb of death; I enforce thy rotten jaws to open!', 17533, 0, 14, 0, 100, 0, 0, 9237, 15077),
|
|
(2006, 'How well my comfort is revived by this!', 17533, 0, 14, 0, 100, 0, 0, 9238, 15076),
|
|
(2007, 'Welcome ladies and gentlemen, to this evening\'s presentation!', 16812, 0, 14, 0, 100, 0, 0, 9174, 14122),
|
|
(2008, 'Tonight we plumb the depths of the human soul as we join a lost, lonely girl trying desperately--with the help of her loyal companions--to find her way home!', 16812, 0, 14, 0, 100, 0, 0, 9338, 15362),
|
|
(2009, 'But she is pursued... by a wicked, malevolent crone!', 16812, 0, 14, 0, 100, 0, 0, 9339, 15363),
|
|
(2010, 'Will she survive? Will she prevail? Only time will tell. And now... on with the show!', 16812, 0, 14, 0, 100, 0, 0, 9340, 15364),
|
|
(2011, 'Good evening ladies and gentlemen, welcome to this evening\'s presentation!', 16812, 0, 14, 0, 100, 0, 0, 9175, 14057),
|
|
(2012, 'Tonight, things are not what they seem... for tonight your eyes may not be trusted!', 16812, 0, 14, 0, 100, 0, 0, 9335, 15359),
|
|
(2013, 'Take for instance this quiet elderly woman waiting for a visit from her granddaughter... surely there is nothing to fear from this sweet, gray-haired old lady!', 16812, 0, 14, 0, 100, 0, 0, 9336, 15360),
|
|
(2014, 'But don\'t let me pull the wool over your eyes! See for yourself what lies beneath those covers! And now... on with the show!', 16812, 0, 14, 0, 100, 0, 0, 9337, 15361),
|
|
(2015, 'Welcome ladies and gentlemen, to this evening\'s presentation!', 16812, 0, 14, 0, 100, 0, 0, 9176, 14122),
|
|
(2016, 'Tonight... we explore a tale of forbidden love!', 16812, 0, 14, 0, 100, 0, 0, 9341, 15365),
|
|
(2017, 'But beware, for not all love stories end happily, as you may find out. Sometimes, love pricks like a thorn!', 16812, 0, 14, 0, 100, 0, 0, 9342, 15366),
|
|
(2018, 'But don\'t take it from me; see for yourself what tragedy lies ahead when the paths of star crossed lovers meet! And now... on with the show!', 16812, 0, 14, 0, 100, 0, 0, 9343, 15367),
|
|
(2019, 'Madness has brought you here to me. I shall be your undoing!', 15690, 0, 14, 0, 100, 0, 0, 9218, 15127),
|
|
(2020, 'Simple fools! Time is the fire in which you\'ll burn!', 15690, 0, 14, 0, 100, 0, 0, 9220, 15341),
|
|
(2021, 'I see the subtlety of conception is beyond primitives such as you.', 15690, 0, 14, 0, 100, 0, 0, 9317, 0),
|
|
(2022, 'Who knows what secrets hide in the dark.', 15690, 0, 14, 0, 100, 0, 0, 9223, 0),
|
|
(2023, 'The cerestial forces are mine to manipulate.', 15690, 0, 14, 0, 100, 0, 0, 9320, 0),
|
|
(2024, 'How can you hope to stand against such overwhelming power?', 15690, 0, 14, 0, 100, 0, 0, 9321, 15342),
|
|
(2025, 'Surely you did not think you could win.', 15690, 0, 14, 0, 100, 0, 0, 9222, 15124),
|
|
(2026, 'Your greed, your foolishness has brought you to this end.', 15690, 1, 14, 0, 100, 0, 0, 9318, 15125),
|
|
(2027, 'You are but a plaything. Unfit even to amuse.', 15690, 2, 14, 0, 100, 0, 0, 9319, 15126),
|
|
(2028, 'All realities, all dimensions are open to me!', 15690, 0, 14, 0, 100, 0, 0, 9224, 15343),
|
|
(2029, 'You face not Malchezaar alone, but the legions I command!', 15690, 1, 14, 0, 100, 0, 0, 9322, 15344),
|
|
(2030, 'I refuse to concede defeat! I am a prince of the Eredar! I... am...', 15690, 0, 14, 0, 100, 0, 0, 9221, 15123),
|
|
(2031, 'Please, no more! My son... he\'s gone mad!', 16524, 0, 14, 0, 100, 0, 0, 9241, 13529),
|
|
(2032, 'I\'ll not be tortured again!', 16524, 1, 14, 0, 100, 0, 0, 9323, 15353),
|
|
(2033, 'Who are you? What do you want? Stay away from me!', 16524, 2, 14, 0, 100, 0, 0, 9324, 13530),
|
|
(2034, 'I\'ll show you: this beaten dog still has some teeth!', 16524, 0, 14, 0, 100, 0, 0, 9245, 13519),
|
|
(2035, 'Burn, you hellish fiends!', 16524, 1, 14, 0, 100, 0, 0, 9326, 13520),
|
|
(2036, 'I\'ll freeze you all!', 16524, 0, 14, 0, 100, 0, 0, 9246, 13522),
|
|
(2037, 'Back to the cold dark with you!', 16524, 1, 14, 7, 100, 0, 0, 9327, 22914),
|
|
(2038, 'Yes, yes my son is quite powerful... but I have powers of my own!', 16524, 0, 14, 0, 100, 0, 0, 9242, 13517),
|
|
(2039, 'I am not some simple jester! I am Nielas Aran!', 16524, 1, 14, 0, 100, 0, 0, 9325, 13518),
|
|
(2040, 'Surely you wouldn\'t deny an old man a replenishing drink? No, no, I thought not.', 16524, 0, 14, 0, 100, 0, 0, 9248, 13514),
|
|
(2041, 'I\'m not finished yet! No, I have a few more tricks up my sleeve...', 16524, 0, 12, 0, 100, 0, 0, 9251, 13513),
|
|
(2042, 'I want this nightmare to be over!', 16524, 0, 14, 0, 100, 0, 0, 9250, 13526),
|
|
(2043, 'Torment me no more!', 16524, 1, 14, 0, 100, 0, 0, 9328, 13527),
|
|
(2044, 'You\'ve wasted enough of my time... let these games be finished!', 16524, 0, 14, 0, 100, 0, 0, 9247, 13569),
|
|
(2045, 'At last the nightmare is over...', 16524, 0, 14, 0, 100, 0, 0, 9244, 15345),
|
|
(2046, 'Where did you get that? Did HE send you?', 16524, 0, 14, 0, 100, 0, 0, 9249, 13532),
|
|
(2047, 'Your blood will anoint my circle!', 15688, 0, 14, 0, 100, 0, 0, 9264, 15145),
|
|
(2048, 'The great one will be pleased.', 15688, 1, 14, 0, 100, 0, 0, 9329, 15146),
|
|
(2049, 'My life is yours, oh great one...', 15688, 0, 14, 0, 100, 0, 0, 9262, 15137),
|
|
(2050, 'Ah, you\'re just in time. The rituals are about to begin!', 15688, 0, 14, 0, 100, 0, 0, 9260, 15141),
|
|
(2051, 'Please accept this humble offering, oh great one...', 15688, 0, 14, 0, 100, 0, 0, 9263, 15147),
|
|
(2052, 'Let this sacrifice serve as testament to my fealty.', 15688, 1, 14, 0, 100, 0, 0, 9330, 15148),
|
|
(2053, 'Come, you dwellers in the dark! Rally to my call!', 15688, 0, 14, 0, 100, 0, 0, 9265, 15150),
|
|
(2054, 'Gather, my pets... there is plenty for all!', 15688, 1, 14, 0, 100, 0, 0, 9331, 15151),
|
|
(2055, 'Hm, unannounced visitors. Preparations must be made...', 15687, 0, 14, 0, 100, 0, 0, 9211, 15021),
|
|
(2056, 'Now, where was I? Oh, yes...', 15687, 0, 14, 0, 100, 0, 0, 9215, 15339),
|
|
(2057, 'You rang?', 15687, 1, 14, 0, 100, 0, 0, 9316, 15340),
|
|
(2058, 'One more for dinner this evening.', 15687, 0, 14, 0, 100, 0, 0, 9214, 13461),
|
|
(2059, 'Time... never enough time.', 15687, 1, 14, 0, 100, 0, 0, 9314, 15085),
|
|
(2060, 'Oh, I\'ve gone and made a mess...', 15687, 2, 14, 0, 100, 0, 0, 9315, 15086),
|
|
(2061, 'How terribly clumsy of me.', 15687, 0, 14, 0, 100, 0, 0, 9213, 15022),
|
|
(2062, 'The Menagerie is for guests only.', 15691, 0, 14, 0, 100, 0, 0, 9183, 15055),
|
|
(2063, 'Gallery rules will be strictly enforced.', 15691, 0, 14, 0, 100, 0, 0, 9188, 15337),
|
|
(2064, 'This Curator is equipped for gallery protection.', 15691, 1, 14, 0, 100, 0, 0, 9309, 15338),
|
|
(2065, 'Your request cannot be processed.', 15691, 0, 14, 0, 100, 0, 0, 9186, 15059),
|
|
(2066, 'Failure to comply will result in offensive action.', 15691, 0, 14, 0, 100, 0, 0, 9185, 15060),
|
|
(2067, 'Do not touch the displays.', 15691, 0, 14, 0, 100, 0, 0, 9187, 15335),
|
|
(2068, 'You are not a guest.', 15691, 1, 14, 0, 100, 0, 0, 9308, 15336),
|
|
(2069, 'Curator is no longer operation-a-l.', 15691, 0, 14, 0, 100, 0, 0, 9184, 15057),
|
|
(2070, 'Who dares attack the steed of the Huntsman?', 16151, 1, 14, 0, 100, 0, 0, 9298, 15378),
|
|
(2071, 'Cowards! Wretches!', 16151, 0, 14, 0, 100, 0, 0, 9167, 13459),
|
|
(2072, 'Well done, Midnight!', 16151, 0, 14, 0, 100, 0, 0, 9173, 15334),
|
|
(2073, 'Amateurs! Do not think you can best me! I kill for a living.', 15550, 1, 14, 0, 100, 0, 0, 9304, 0),
|
|
(2074, 'Such easy sport.', 15550, 0, 14, 0, 100, 0, 0, 9170, 0),
|
|
(2075, 'Always knew... someday I would become... the hunted.', 15550, 0, 14, 0, 100, 0, 0, 9165, 13462),
|
|
(2076, 'Weapons are merely a convenience for a warrior of my skill!', 15550, 0, 14, 0, 100, 0, 0, 9166, 13490),
|
|
(2077, 'Another trophy to add to my collection!', 15550, 1, 14, 0, 100, 0, 0, 9300, 15333),
|
|
(2078, 'It was... inevitable.', 15550, 0, 14, 0, 100, 0, 0, 9169, 13460),
|
|
(2079, 'Your behavior will not be tolerated.', 16457, 0, 14, 0, 100, 0, 0, 9204, 15079),
|
|
(2080, 'Ah ah ah...', 16457, 0, 14, 0, 100, 0, 0, 9207, 15082),
|
|
(2081, 'This is for the best.', 16457, 1, 14, 0, 100, 0, 0, 9312, 15084),
|
|
(2082, 'Impure thoughts lead to profane actions.', 16457, 2, 14, 0, 100, 0, 0, 9311, 15083),
|
|
(2083, 'Cast out your corrupt thoughts.', 16457, 0, 14, 0, 100, 0, 0, 9313, 15080),
|
|
(2084, 'Your impurity must be cleansed.', 16457, 1, 14, 0, 100, 0, 0, 9208, 13396),
|
|
(2085, 'Death comes. Will your conscience be clear?', 16457, 0, 14, 0, 100, 0, 0, 9206, 15081),
|
|
(2086, 'Release the hounds!', 3974, 0, 14, 0, 100, 0, 0, 5841, 20395),
|
|
(2087, 'Is that all?', 23775, 0, 14, 0, 100, 0, 0, 5831, 6196),
|
|
(2088, 'Unworthy!', 23775, 0, 14, 0, 100, 0, 0, 5836, 35740),
|
|
(2089, 'Blades of light!', 23682, 0, 14, 0, 100, 0, 0, 5832, 6534),
|
|
(2090, 'Light, give me strength!', 23682, 0, 14, 0, 100, 0, 0, 5833, 6195),
|
|
(2091, '%s becomes enraged!', 23682, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(2092, 'Infidels! They must be purified!', 23682, 0, 14, 0, 100, 0, 0, 5835, 2847),
|
|
(2093, 'At your side, milady!', 23682, 0, 14, 0, 100, 0, 0, 5837, 18026),
|
|
(2094, 'Ah - I\'ve been waiting for a real challenge!', 3975, 0, 14, 0, 100, 0, 0, 5830, 6194),
|
|
(2095, 'Blades of light!', 3975, 0, 14, 0, 100, 0, 0, 5832, 6534),
|
|
(2096, 'Light, give me strength!', 3975, 0, 14, 0, 100, 0, 0, 5833, 6195),
|
|
(2097, 'Is that all?', 3975, 0, 14, 0, 100, 0, 0, 5831, 6196),
|
|
(2098, '%s becomes enraged!', 3975, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(2099, 'You will not defile these mysteries!', 6487, 0, 14, 0, 100, 0, 0, 5842, 6199),
|
|
(2100, 'Burn in righteous fire!', 6487, 0, 14, 0, 100, 0, 0, 5843, 6200),
|
|
(2101, 'Infidels! They must be purified!', 3976, 0, 14, 0, 100, 0, 0, 5835, 2847),
|
|
(2102, 'Unworthy!', 3976, 0, 14, 0, 100, 0, 0, 5836, 35740),
|
|
(2103, 'At your side, milady!', 3976, 0, 14, 0, 100, 0, 0, 5837, 18026),
|
|
(2104, 'Mograine has fallen! You shall pay for this treachery! Arise, my champion! Arise!', 3977, 0, 14, 0, 100, 0, 0, 5838, 18023),
|
|
(2105, 'The Light has spoken!', 3977, 0, 14, 0, 100, 0, 0, 5839, 0),
|
|
(2106, 'Arise, my champion!', 3977, 0, 14, 0, 100, 0, 0, 5840, 6532),
|
|
(2107, 'We hunger for vengeance.', 4543, 0, 14, 0, 100, 0, 0, 5844, 6201),
|
|
(2108, 'No rest... for the angry dead!', 4543, 0, 14, 0, 100, 0, 0, 5846, 6202),
|
|
(2109, 'More... More souls!', 4543, 0, 14, 0, 100, 0, 0, 5845, 6203),
|
|
(2110, 'Tell me... tell me everything!', 3983, 0, 14, 0, 100, 0, 0, 5847, 6204),
|
|
(2111, 'Naughty secrets!', 3983, 0, 14, 0, 100, 0, 0, 5849, 6206),
|
|
(2112, 'I\'ll rip the secrets from your flesh!', 3983, 0, 14, 0, 100, 0, 0, 5850, 6207),
|
|
(2113, 'Purged by pain!', 3983, 0, 14, 0, 100, 0, 0, 5848, 6205),
|
|
(2114, 'Finally. The monster got what he deserved.', 3981, 0, 12, 1, 100, 0, 0, 0, 1376),
|
|
(2115, 'There it is! Wide open. Good luck to you conquering what lies beyond. I must report back to the Kirin Tor at once!', 3850, 0, 12, 7, 100, 1, 1000, 0, 1334),
|
|
(2116, 'Who dares interfere with the Sons of Arugal?', 4275, 0, 14, 0, 100, 0, 0, 0, 1435),
|
|
(2117, 'Follow me and I\'ll open the courtyard door for you.', 3850, 0, 12, 7, 100, 1, 0, 0, 1331),
|
|
(2118, 'I have just the spell to get this door open. Too bad the cell doors weren\'t locked so haphazardly.', 3850, 0, 12, 7, 100, 1, 1000, 0, 1332),
|
|
(2119, 'There we go! ', 3849, 0, 12, 1, 100, 1, 1000, 0, 1323),
|
|
(2120, 'Good luck with Arugal. I must hurry back to Hadrec now.', 3849, 0, 12, 1, 100, 1, 1000, 0, 1324),
|
|
(2121, 'You are indeed courageous for wanting to brave the horrors that lie beyond this door.', 3849, 0, 12, 1, 100, 1, 1000, 0, 1321),
|
|
(2122, 'Free from this wretched cell at last! Let me show you to the courtyard....', 3849, 0, 12, 1, 100, 0, 0, 0, 1320),
|
|
(2123, 'There will be no reprieve! My work here is nearly finished!', 24892, 0, 14, 0, 100, 0, 0, 12451, 25504),
|
|
(2124, 'Piteous mortal!', 24892, 0, 14, 0, 100, 0, 0, 12455, 25508),
|
|
(2125, 'Haven\'t you heard? I always win!', 24892, 1, 14, 0, 100, 0, 0, 12456, 25509),
|
|
(2126, 'I\'m never on the... losing... side!', 24892, 0, 14, 0, 100, 0, 0, 12452, 25505),
|
|
(2127, 'Your misery is my delight!', 24892, 0, 14, 0, 100, 0, 0, 12453, 25506),
|
|
(2128, 'I will watch you bleed!', 24892, 0, 14, 0, 100, 0, 0, 12454, 25507),
|
|
(2129, 'Aggh!! No longer will I be a slave to Malygos! Challenge me and you will be destroyed!', 24850, 0, 14, 0, 100, 0, 0, 12422, 25496),
|
|
(2130, 'In the name of Kil\'jaeden!', 24850, 0, 14, 0, 100, 0, 0, 12425, 25499),
|
|
(2131, 'You were warned!', 24850, 1, 14, 0, 100, 0, 0, 12426, 25500),
|
|
(2132, 'I am forever in your debt. Once we have triumphed over Kil\'jaeden, this entire world will be in your debt as well.', 24850, 0, 14, 0, 100, 0, 0, 12431, 25263),
|
|
(2133, 'My awakening is complete! You shall all perish!', 24850, 0, 14, 0, 100, 0, 0, 12427, 25501),
|
|
(2134, 'I need... your help! Cannot... resist him much longer!', 24891, 0, 14, 0, 100, 0, 0, 12428, 23981),
|
|
(2135, 'Agghh!! Help me before I lose my mind!', 24891, 0, 14, 0, 100, 0, 0, 12429, 23982),
|
|
(2136, 'Hurry! There is not much of me left!', 24891, 0, 14, 0, 100, 0, 0, 12430, 23983),
|
|
(2137, 'Puny lizard! Death is the only answer you\'ll find here!', 24882, 0, 14, 0, 100, 0, 0, 12458, 25222),
|
|
(2138, 'Bagh! Your magic is weak!', 24882, 0, 14, 0, 100, 0, 0, 12459, 25223),
|
|
(2139, 'I will crush you!', 24882, 0, 14, 0, 100, 0, 0, 12460, 31795),
|
|
(2140, 'That was fun.', 24882, 0, 14, 7, 100, 0, 0, 12461, 46444),
|
|
(2141, 'Come try your luck!', 24882, 0, 14, 0, 100, 0, 0, 12462, 25220),
|
|
(2142, 'Ah, more lambs to the slaughter!', 24882, 0, 14, 0, 100, 0, 0, 12463, 25628),
|
|
(2143, 'Perish, insect!', 24882, 0, 14, 0, 100, 0, 0, 12464, 25629),
|
|
(2144, 'You are meat!', 24882, 1, 14, 0, 100, 0, 0, 12465, 25630),
|
|
(2145, 'Too easy!', 24882, 2, 14, 0, 100, 0, 0, 12466, 25631),
|
|
(2146, 'Bring the fight to me!', 24882, 0, 14, 0, 100, 0, 0, 12467, 25632),
|
|
(2147, 'Another day, another glorious battle!', 24882, 1, 14, 0, 100, 0, 0, 12468, 25633),
|
|
(2148, 'I live for this!', 24882, 2, 14, 0, 100, 0, 0, 12469, 25634),
|
|
(2149, 'So much for a real challenge. Die!', 24882, 0, 14, 0, 100, 0, 0, 12470, 25635),
|
|
(2150, 'Agghh! Well done! Now this gets... interesting...', 24882, 0, 14, 0, 100, 0, 0, 12471, 25636),
|
|
(2151, 'Hold, friends! There is information to be had before this devil meets his fate!', 24895, 0, 14, 0, 100, 0, 0, 12472, 25221),
|
|
(2152, 'Where is Anveena, demon? What has become of Kalec?', 24895, 0, 14, 0, 100, 0, 0, 12473, 25226),
|
|
(2153, 'You will tell me where they are!', 24895, 0, 14, 0, 100, 0, 0, 12474, 25227),
|
|
(2154, 'Speak! I grow weary of asking! ', 24895, 0, 14, 0, 100, 0, 0, 12475, 25228),
|
|
(2155, 'Malygos, my lord... I did my... best.', 24895, 0, 14, 0, 100, 0, 0, 12476, 25229),
|
|
(2156, 'Misery...', 25165, 0, 14, 0, 100, 0, 0, 12484, 0),
|
|
(2157, 'Confusion...', 25165, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(2158, 'Mistrust...', 25165, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(2159, 'These are the hallmarks...', 25165, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(2160, 'I... fade.', 25165, 0, 14, 0, 100, 0, 0, 0, 25522),
|
|
(2161, 'Sacrolash directs Shadow Nova at $n.', 25165, 0, 41, 0, 100, 0, 0, 0, 24424),
|
|
(2162, 'Time is a luxury you no longer possess!', 25165, 0, 14, 0, 100, 0, 0, 0, 25521),
|
|
(2163, 'Alythess! Your fire burns within me!', 25165, 0, 14, 0, 100, 0, 0, 12488, 24452),
|
|
(2164, 'Shadows engulf.', 25165, 0, 14, 0, 100, 0, 0, 12486, 25519),
|
|
(2165, 'Ee-nok Kryul!', 25165, 1, 14, 0, 100, 0, 0, 12487, 25520),
|
|
(2166, 'Shadow to the aid of fire!', 25165, 0, 14, 0, 100, 0, 0, 12485, 24423),
|
|
(2167, 'Depravity...', 25166, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(2168, 'Hatred...', 25166, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(2169, 'Chaos...', 25166, 0, 14, 0, 100, 0, 0, 0, 44549),
|
|
(2170, 'These are the pillars...', 25166, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(2171, 'Alythess directs Conflagration at $n.', 25166, 0, 41, 0, 100, 0, 0, 0, 24426),
|
|
(2172, 'Fires consume.', 25166, 0, 14, 0, 100, 0, 0, 12490, 25514),
|
|
(2173, 'Edir harach!', 25166, 1, 14, 0, 100, 0, 0, 12491, 25515),
|
|
(2174, 'Der\'ek... manul.', 25166, 0, 14, 0, 100, 0, 0, 12494, 25518),
|
|
(2175, 'Sacrolash!', 25166, 0, 14, 0, 100, 0, 0, 12492, 25516),
|
|
(2176, 'Fire to the aid of shadow!', 25166, 0, 14, 0, 100, 0, 0, 12489, 25513),
|
|
(2177, 'Your luck has run its course!', 25166, 0, 14, 0, 100, 0, 0, 12493, 25517),
|
|
(2178, 'All my plans have led to this!', 25608, 0, 14, 0, 100, 0, 0, 12495, 25544),
|
|
(2179, 'Stay on task, do not waste time!', 25608, 1, 14, 0, 100, 0, 0, 12496, 25545),
|
|
(2180, 'I have waited long enough!', 25608, 2, 14, 0, 100, 0, 0, 12497, 25546),
|
|
(2181, 'Fail me and suffer for eternity!', 25608, 3, 14, 0, 100, 0, 0, 12498, 25547),
|
|
(2182, 'Drain the girl! Drain her power until there is nothing but a vacant shell!', 25608, 4, 14, 0, 100, 0, 0, 12499, 25548),
|
|
(2183, 'Strike now heroes, while he is weakened! Vanquish the Deceiver!', 25319, 0, 14, 0, 100, 0, 0, 12449, 25822),
|
|
(2184, 'I will channel my powers into the orbs! Be ready!', 25319, 0, 14, 0, 100, 0, 0, 12440, 24822),
|
|
(2185, 'I have empowered another orb! Use it quickly!', 25319, 0, 14, 0, 100, 0, 0, 12441, 25542),
|
|
(2186, 'Another orb is ready! Make haste!', 25319, 0, 14, 0, 100, 0, 0, 12442, 25543),
|
|
(2187, 'I have channeled all I can! The power is in your hands!', 25319, 0, 14, 0, 100, 0, 0, 12443, 24824),
|
|
(2188, 'Anveena, you must awaken! This world needs you!', 25319, 0, 14, 0, 100, 0, 0, 12445, 25190),
|
|
(2189, 'You must let go! You must become what you were always meant to be! The time is now Anveena!', 25319, 0, 14, 0, 100, 0, 0, 12446, 25191),
|
|
(2190, 'Anveena I love you! Focus on my voice! Come back for me now! Only you can cleanse the Sunwell!', 25319, 0, 14, 0, 100, 0, 0, 12447, 25192),
|
|
(2191, 'Yes Anveena! Let fate embrace you now!', 25319, 0, 14, 0, 100, 0, 0, 12448, 25193),
|
|
(2192, 'Goodbye Anveena, my love. Few will remember your name, yet this day you changed the course of destiny. What was once corrupt, is now pure. Heroes, do not let her sacrifice be in vain.', 25319, 0, 14, 0, 100, 0, 0, 12450, 25194),
|
|
(2193, 'You are not alone! The blue dragonflight shall help you vanquish the Deceiver!', 25319, 0, 14, 0, 100, 0, 0, 12438, 25541),
|
|
(2194, 'Nooooooooooooo!', 25315, 0, 14, 0, 100, 0, 0, 12527, 0),
|
|
(2195, 'Another step toward destruction!', 25315, 0, 14, 0, 100, 0, 0, 12501, 25549),
|
|
(2196, 'Anakh Kyree!', 25315, 1, 14, 0, 100, 0, 0, 12502, 25550),
|
|
(2197, 'Who can you trust!', 25315, 0, 14, 0, 100, 0, 0, 12503, 25551),
|
|
(2198, 'The enemy is among you!', 25315, 1, 14, 0, 100, 0, 0, 12504, 25552),
|
|
(2199, 'The expendable have perished. So be it! Now I shall succeed where Sargeras could not! I will bleed this wretched world and secure my place as the true master of the Burning Legion! The end has come! Let the unravelling of this world commence!', 25315, 0, 14, 0, 100, 0, 0, 12500, 24808),
|
|
(2200, 'CHAOS!', 25315, 0, 14, 0, 100, 0, 0, 12505, 29058),
|
|
(2201, 'DESTRUCTION!', 25315, 1, 14, 0, 100, 0, 0, 12506, 29059),
|
|
(2202, 'OBLIVION!', 25315, 2, 14, 0, 100, 0, 0, 12507, 34140),
|
|
(2203, 'I will not be denied! This world shall fall!', 25315, 0, 14, 0, 100, 0, 0, 12508, 24754),
|
|
(2204, 'Do not harbor false hope! You cannot win!', 25315, 0, 14, 0, 100, 0, 0, 12509, 24825),
|
|
(2205, 'Aggghh! The powers of the Sunwell... turn... against me! What have you done? What have you done???', 25315, 0, 14, 0, 100, 0, 0, 12510, 25199),
|
|
(2206, 'Kil\'jaeden begins to channel dark energy.', 25315, 0, 41, 0, 100, 0, 0, 0, 25705),
|
|
(2207, 'I serve only the master now.', 26046, 0, 14, 0, 100, 0, 0, 12511, 25195),
|
|
(2208, 'But I\'m... lost. I cannot find my way back.', 26046, 0, 14, 0, 100, 0, 0, 12512, 25196),
|
|
(2209, 'Kalec... Kalec?', 26046, 0, 14, 0, 100, 0, 0, 12513, 25197),
|
|
(2210, 'The nightmare is over! The spell is broken! Goodbye Kalec, my love!', 26046, 0, 14, 0, 100, 0, 0, 12514, 25198),
|
|
(2211, 'Glory to Kil\'jaeden! Death to all who oppose!', 25038, 0, 14, 0, 100, 0, 0, 12477, 25637),
|
|
(2212, 'I kill for the master!', 25038, 0, 14, 0, 100, 0, 0, 12480, 25640),
|
|
(2213, 'The end has come!', 25038, 1, 14, 0, 100, 0, 0, 12481, 38040),
|
|
(2214, 'Choke on your final breath!', 25038, 0, 14, 0, 100, 0, 0, 12478, 25638),
|
|
(2215, 'I am stronger than ever before!', 25038, 0, 14, 0, 100, 0, 0, 12479, 25639),
|
|
(2216, 'No more hesitation! Your fates are written!', 25038, 0, 14, 0, 100, 0, 0, 12482, 25642),
|
|
(2217, 'Kil\'jaeden will... prevail!', 25038, 0, 14, 0, 100, 0, 0, 12483, 25643),
|
|
(2218, 'Madrigosa deserved a far better fate. You did what had to be done, but this battle is far from over!', 25038, 0, 14, 0, 100, 0, 0, 12439, 25261),
|
|
(2219, 'Emergency power activated! Initializing ambulatory motor! CLUCK!', 7806, 0, 12, 0, 100, 0, 0, 0, 3794),
|
|
(2220, 'Physical threat detected! Evasive action! CLUCK!', 7806, 0, 12, 0, 100, 0, 0, 0, 3795),
|
|
(2221, 'Threat analyzed! Activating combat plan beta! CLUCK!', 7806, 1, 12, 0, 100, 0, 0, 0, 3796),
|
|
(2222, 'CLUCK! Sensors detect spatial anomaly -- danger imminent! CLUCK!', 7806, 0, 12, 0, 100, 0, 0, 0, 3797),
|
|
(2223, 'No one challenges the Wastewander nomads -- not even robotic chickens! ATTACK!', 7806, 0, 12, 0, 100, 0, 0, 0, 3812),
|
|
(2224, 'Flight systems online! CLUCK! Engaging rockets for transport to Booty Bay!', 7806, 0, 12, 0, 100, 0, 0, 0, 3816),
|
|
(2225, 'Attack, my sisters! The troll must not escape!', 2691, 0, 12, 0, 100, 0, 0, 0, 3827),
|
|
(2226, 'Rin\'ji is free!', 7780, 0, 12, 1, 100, 0, 0, 0, 3787),
|
|
(2227, 'Rin\'ji needs help!', 7780, 0, 12, 0, 100, 0, 0, 0, 3862),
|
|
(2228, 'Rin\'ji is being attacked!', 7780, 1, 12, 0, 100, 0, 0, 0, 3861),
|
|
(2229, 'Rin\'ji can see the road now, $n. Rin\'ji knows the way home.', 7780, 0, 12, 1, 100, 0, 0, 0, 3790),
|
|
(2230, 'Rin\'ji will tell you secret now... $n should go to the Overlook Cliffs. Rin\'ji hid something on island there.', 7780, 0, 12, 1, 100, 0, 0, 0, 3817),
|
|
(2231, 'You find it, you keep it! Don\'t tell no one that Rin\'ji talked to you!', 7780, 0, 12, 1, 100, 0, 0, 0, 3818),
|
|
(2232, 'Spirits of da wind be your doom!', 23578, 0, 14, 0, 100, 0, 0, 12031, 23590),
|
|
(2233, 'I burn ya now!', 23578, 0, 14, 0, 100, 0, 0, 12032, 23589),
|
|
(2234, 'Where ma hatcha? Get to work on dem eggs!', 23578, 0, 14, 0, 100, 0, 0, 12033, 23528),
|
|
(2235, 'I show you strength... in numbers.', 23578, 0, 14, 0, 100, 0, 0, 12034, 22838),
|
|
(2236, 'You done run outta time!', 23578, 0, 14, 0, 100, 0, 0, 12035, 23588),
|
|
(2237, 'It all be over now, mon!', 23578, 0, 14, 0, 100, 0, 0, 12036, 23585),
|
|
(2238, 'Tazaga-choo!', 23578, 1, 14, 0, 100, 0, 0, 12037, 23586),
|
|
(2239, 'Zul\'jin... got a surprise for you....', 23578, 0, 14, 0, 100, 0, 0, 12038, 23587),
|
|
(2240, 'Come, strangers. The spirit of da dragonhawk be hungry for worthy souls.', 23578, 0, 14, 0, 100, 0, 0, 12039, 23314),
|
|
(2241, 'Come, friends. Your bodies gonna feed ma hatchlings, and your souls gonna fill me with power!', 23578, 0, 14, 0, 100, 0, 0, 12040, 23313),
|
|
(2242, 'Inconceivable!', 10162, 0, 14, 0, 100, 22, 0, 0, 21235),
|
|
(2243, 'Your efforts will prove fruitless. None shall stand in our way!', 10162, 0, 14, 0, 100, 22, 0, 0, 5668),
|
|
(2244, 'Do not force my hand, children! I shall use your hides to line my boots.', 10162, 0, 14, 0, 100, 22, 0, 0, 5667),
|
|
(2245, 'Use the freezing breath, imbecile!', 10162, 0, 14, 0, 100, 22, 0, 0, 5664),
|
|
(2246, 'Ahh, Back in Drak\'Tharon at last!', 28016, 0, 12, 0, 100, 71, 0, 14006, 27933),
|
|
(2247, 'Drakuru casts his gaze down on Drak\'Tharon Keep.', 28016, 0, 16, 0, 100, 0, 0, 0, 27934),
|
|
(2248, 'Ya done well, mon....', 28016, 0, 12, 0, 100, 0, 0, 14007, 27935),
|
|
(2249, 'Ya surpassed my greatest hopes.', 28016, 0, 12, 0, 100, 0, 0, 14008, 27954),
|
|
(2250, 'For your efforts, you be gettin\' da greatest of rewards....', 28016, 0, 12, 0, 100, 0, 0, 14009, 28118),
|
|
(2251, 'Revelation!', 28016, 0, 12, 0, 100, 5, 0, 14010, 28119),
|
|
(2252, 'Be still, friend, and behold da truth of things!', 28016, 0, 12, 0, 100, 0, 0, 14011, 28120),
|
|
(2253, 'Master, my mission be complete.', 28016, 0, 12, 0, 100, 0, 0, 14012, 28125),
|
|
(2254, 'With da help of these mortals, dis region been cleansed of all who oppose us.', 28016, 0, 12, 0, 100, 0, 0, 14013, 28127),
|
|
(2255, 'As you wish, master.', 28016, 0, 12, 0, 100, 396, 0, 14014, 28419),
|
|
(2256, 'Forgive my deception, mon. It all been for your own good.', 28016, 0, 12, 0, 100, 396, 0, 14015, 28420),
|
|
(2257, 'Ya needed ta prove yer worthiness....', 28016, 0, 12, 0, 100, 396, 0, 14016, 28421),
|
|
(2258, 'I be needin\' worthy underlings in Zul\'Drak, mon. Ones ready to wield real power.', 28016, 0, 12, 0, 100, 396, 0, 14017, 28422),
|
|
(2259, 'You see for yourself now. Da Lich King be generous to dem who obey.', 28016, 0, 12, 0, 100, 396, 0, 14018, 28423),
|
|
(2260, 'Follow dis path, mon, and soon you be tastin\' immortality!', 28016, 0, 12, 0, 100, 396, 0, 14019, 28424),
|
|
(2261, 'You have done well, Drakuru.', 28498, 0, 12, 0, 100, 396, 0, 14749, 28130),
|
|
(2262, 'Your betrayal of the Drakkari Empire has borne me a new army.', 28498, 0, 12, 0, 100, 396, 0, 14750, 28131),
|
|
(2263, 'Your army....', 28498, 0, 12, 0, 100, 0, 0, 14751, 28133),
|
|
(2264, 'Arise, and accept my gift.', 28498, 0, 12, 0, 100, 396, 0, 14752, 28134),
|
|
(2265, 'I charge you now with the cleansing of Zul\'Drak, Drakuru.', 28498, 0, 12, 0, 100, 397, 0, 14753, 28416),
|
|
(2266, 'Fail me and it shall be your undoing...', 28498, 0, 12, 0, 100, 396, 0, 14754, 28417),
|
|
(2267, 'Succeed, and even greater power shall be yours!', 28498, 0, 12, 0, 100, 396, 0, 14755, 28418),
|
|
(2268, 'You\'ll pay for forcing me to do this!', 12435, 0, 14, 0, 100, 0, 0, 8275, 9961),
|
|
(2269, 'Fools! These eggs are more precious than you know!', 12435, 0, 14, 0, 100, 0, 0, 8276, 9962),
|
|
(2270, 'No - not another one! I\'ll have your heads for this atrocity!', 12435, 0, 14, 0, 100, 0, 0, 8277, 9963),
|
|
(2271, 'If I fall into the abyss, I\'ll take all of you mortals with me!', 12435, 0, 14, 0, 100, 0, 0, 8278, 9591),
|
|
(2272, 'Well done, my minions. The mortals\' courage begins to wane! Now, let\'s see how they contend with the true Lord of Blackrock Spire!!!', 11583, 0, 14, 0, 100, 0, 0, 8288, 9973),
|
|
(2273, 'Enough! Now you vermin shall feel the force of my birthright, the fury of the earth itself.', 11583, 1, 14, 0, 100, 0, 0, 8289, 0),
|
|
(2274, 'BURN! You wretches! BURN!', 11583, 2, 14, 0, 100, 0, 0, 8290, 9974),
|
|
(2275, 'Impossible! Rise my minions! Serve your master once more!', 11583, 0, 14, 0, 100, 0, 0, 8291, 9883),
|
|
(2276, 'Worthless $n! Your friends will join you soon enough!', 11583, 0, 14, 0, 100, 0, 0, 8293, 9972),
|
|
(2277, 'This cannot be! I am the master here! You mortals are nothing to my kind! Do you hear me? Nothing!', 11583, 0, 14, 0, 100, 0, 0, 8292, 9971),
|
|
(2278, 'Mages too? You should be more careful when you play with magic...', 11583, 0, 14, 0, 100, 0, 0, 0, 9850),
|
|
(2279, 'Warriors, I know you can hit harder than that! Let\'s see it!', 11583, 0, 14, 0, 100, 0, 0, 0, 9855),
|
|
(2280, 'Druids and your silly shapeshifting. Lets see it in action!', 11583, 0, 14, 0, 100, 0, 0, 0, 9851),
|
|
(2281, 'Priests! If you\'re going to keep healing like that, we might as well make it a little more interesting!', 11583, 0, 14, 0, 100, 0, 0, 0, 9848),
|
|
(2282, 'Paladins... I\'ve heard you have many lives. Show me.', 11583, 0, 14, 0, 100, 0, 0, 0, 9853),
|
|
(2283, 'Shamans, show me what your totems can do!', 11583, 0, 14, 0, 100, 0, 0, 0, 9854),
|
|
(2284, 'Warlocks, you shouldn\'t be playing with magic you don\'t understand. See what happens?', 11583, 0, 14, 0, 100, 0, 0, 0, 9852),
|
|
(2285, 'Hunters and your annoying pea-shooters!', 11583, 0, 14, 0, 100, 0, 0, 0, 9849),
|
|
(2286, 'Rogues? Stop hiding and face me!', 11583, 0, 14, 0, 100, 0, 0, 0, 9856),
|
|
(2287, 'None of your kind should be here! You\'ve doomed only yourselves!', 12017, 0, 14, 0, 100, 0, 0, 8286, 9967),
|
|
(2288, 'Clever, mortals - but I am not so easily lured away from my sanctum!', 12017, 0, 14, 0, 100, 0, 0, 8287, 9968),
|
|
(2289, '%s goes into a frenzy!', 11981, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(2290, '%s goes into a killing frenzy!', 14020, 0, 16, 0, 100, 0, 0, 0, 9764),
|
|
(2291, '%s flinches as its skin shimmers.', 14020, 0, 16, 0, 100, 0, 0, 0, 9793),
|
|
(2292, 'Too late, friends! Nefarius\' corruption has taken hold...I cannot...control myself.\n', 13020, 0, 14, 0, 100, 0, 0, 8281, 9886),
|
|
(2293, 'I beg you, mortals - FLEE! Flee before I lose all sense of control! The black fire rages within my heart! I MUST- release it! ', 13020, 0, 14, 0, 100, 0, 0, 8282, 9887),
|
|
(2294, 'FLAME! DEATH! DESTRUCTION! Cower, mortals before the wrath of Lord...NO - I MUST fight this! Alexstrasza help me, I MUST fight it! ', 13020, 0, 14, 0, 100, 0, 0, 8283, 9888),
|
|
(2295, 'Nefarius\' hate has made me stronger than ever before! You should have fled while you could, mortals! The fury of Blackrock courses through my veins! \n', 13020, 0, 14, 0, 100, 0, 0, 8285, 9965),
|
|
(2296, 'Forgive me, $n! Your death only adds to my failure! ', 13020, 0, 14, 0, 100, 0, 0, 8284, 9964),
|
|
(2297, '%s goes into a killing frenzy!', 11261, 0, 16, 0, 100, 0, 0, 0, 24143),
|
|
(2298, '%s goes into a killing frenzy!', 10432, 0, 16, 0, 100, 0, 0, 0, 24143),
|
|
(2299, 'Help! Please, you must help me!', 5391, 0, 12, 0, 100, 0, 0, 0, 7124),
|
|
(2300, 'Let us leave this place.', 5391, 0, 12, 0, 100, 0, 0, 0, 1854),
|
|
(2301, 'Look out! The $n attacks!', 5391, 0, 12, 0, 100, 0, 0, 0, 1628),
|
|
(2302, 'Help! I\'m under attack!', 5391, 1, 12, 0, 100, 0, 0, 0, 1629),
|
|
(2303, 'Thank you, $n. I will remember you always. You can find my strongbox in my camp, north of Stonard.', 5391, 0, 12, 0, 100, 0, 0, 0, 1855),
|
|
(2304, '%s whispers to $n the secret to opening his strongbox.', 5391, 0, 16, 0, 100, 0, 0, 0, 2076),
|
|
(2305, '%s disappears into the swamp.', 5391, 0, 16, 0, 100, 0, 0, 0, 1856),
|
|
(2306, 'We\'re under attack! Avast, ye swabs! Repel the invaders!', 646, 0, 14, 0, 100, 0, 0, 5777, 1149),
|
|
(2307, 'You\'ll be hanging in the gallows shortly, Scourge fiend!', 28939, 0, 12, 0, 100, 0, 0, 0, 29160),
|
|
(2308, 'You\'ll have to kill me, monster. I will tell you NOTHING!', 28939, 1, 12, 0, 100, 0, 0, 0, 29142),
|
|
(2309, 'You hit like a girl. Honestly. Is that the best you can do?', 28939, 2, 12, 0, 100, 0, 0, 0, 29146),
|
|
(2310, 'ARGH! You burned my last good tabard!', 28939, 3, 12, 0, 100, 0, 0, 0, 29162),
|
|
(2311, 'Argh... The pain... The pain is almost as unbearable as the lashings I received in grammar school when I was but a child.', 28939, 4, 12, 0, 100, 0, 0, 0, 29143),
|
|
(2312, 'I used to work for Grand Inquisitor Isillien! Your idea of pain is a normal mid-afternoon for me!', 28939, 5, 12, 0, 100, 0, 0, 0, 29161),
|
|
(2313, 'I\'ll tell you everything! STOP! PLEASE!', 28939, 0, 12, 0, 100, 0, 0, 0, 29149),
|
|
(2314, 'We... We have only been told that the "Crimson Dawn" is an awakening. You... You see, the Light speaks to the High General. It is the Light...', 28939, 0, 12, 0, 100, 0, 0, 0, 29150),
|
|
(2315, 'The Light that guides us. This movement was set in motion before you came... We... We do as we are told. It is what must be done.', 28939, 0, 12, 0, 100, 0, 0, 0, 29151),
|
|
(2316, 'I know very litte else... The High General chooses who may go and who must stay behind. There\'s nothing else... You must believe me!', 28939, 0, 12, 0, 100, 0, 0, 0, 29152),
|
|
(2317, 'NO! PLEASE! There is one more thing that I forgot to mention... A courier comes soon... From Hearthglen. It...', 28939, 0, 12, 0, 100, 0, 0, 0, 29153),
|
|
(2318, 'You\'ll be hanging in the gallows shortly, Scourge fiend!', 28940, 0, 12, 0, 100, 0, 0, 0, 29160),
|
|
(2319, 'You\'ll have to kill me, monster. I will tell you NOTHING!', 28940, 1, 12, 0, 100, 0, 0, 0, 29142),
|
|
(2320, 'You hit like a girl. Honestly. Is that the best you can do?', 28940, 2, 12, 0, 100, 0, 0, 0, 29146),
|
|
(2321, 'ARGH! You burned my last good tabard!', 28940, 3, 12, 0, 100, 0, 0, 0, 29162),
|
|
(2322, 'Argh... The pain... The pain is almost as unbearable as the lashings I received in grammar school when I was but a child.', 28940, 4, 12, 0, 100, 0, 0, 0, 29143),
|
|
(2323, 'I used to work for Grand Inquisitor Isillien! Your idea of pain is a normal mid-afternoon for me!', 28940, 5, 12, 0, 100, 0, 0, 0, 29161),
|
|
(2324, 'I\'ll tell you everything! STOP! PLEASE!', 28940, 0, 12, 0, 100, 0, 0, 0, 29149),
|
|
(2325, 'We... We have only been told that the "Crimson Dawn" is an awakening. You... You see, the Light speaks to the High General. It is the Light...', 28940, 0, 12, 0, 100, 0, 0, 0, 29150),
|
|
(2326, 'The Light that guides us. This movement was set in motion before you came... We... We do as we are told. It is what must be done.', 28940, 0, 12, 0, 100, 0, 0, 0, 29151),
|
|
(2327, 'I know very litte else... The High General chooses who may go and who must stay behind. There\'s nothing else... You must believe me!', 28940, 0, 12, 0, 100, 0, 0, 0, 29152),
|
|
(2328, 'LIES! The pain you are about to endure will be talked about for years to come!', 28939, 0, 12, 0, 100, 0, 0, 0, 29163),
|
|
(2329, 'You\'ll be hanging in the gallows shortly, Scourge fiend!', 28610, 0, 12, 0, 100, 0, 0, 0, 29160),
|
|
(2330, 'You\'ll have to kill me, monster. I will tell you NOTHING!', 28610, 1, 12, 0, 100, 0, 0, 0, 29142),
|
|
(2331, 'You hit like a girl. Honestly. Is that the best you can do?', 28610, 2, 12, 0, 100, 0, 0, 0, 29146),
|
|
(2332, 'ARGH! You burned my last good tabard!', 28610, 3, 12, 0, 100, 0, 0, 0, 29162),
|
|
(2333, 'Argh... The pain... The pain is almost as unbearable as the lashings I received in grammar school when I was but a child.', 28610, 4, 12, 0, 100, 0, 0, 0, 29143),
|
|
(2334, 'I used to work for Grand Inquisitor Isillien! Your idea of pain is a normal mid-afternoon for me!', 28610, 5, 12, 0, 100, 0, 0, 0, 29161),
|
|
(2335, 'I\'ll tell you everything! STOP! PLEASE!', 28610, 0, 12, 0, 100, 0, 0, 0, 29149),
|
|
(2336, 'We... We have only been told that the "Crimson Dawn" is an awakening. You... You see, the Light speaks to the High General. It is the Light...', 28610, 0, 12, 0, 100, 0, 0, 0, 29150),
|
|
(2337, 'The Light that guides us. This movement was set in motion before you came... We... We do as we are told. It is what must be done.', 28610, 0, 12, 0, 100, 0, 0, 0, 29151),
|
|
(2338, 'I know very litte else... The High General chooses who may go and who must stay behind. There\'s nothing else... You must believe me!', 28610, 0, 12, 0, 100, 0, 0, 0, 29152),
|
|
(2339, 'I\'ll tear the secrets from your soul! Tell me about the "Crimson Dawn" and your life may be spared!', 28939, 0, 12, 0, 100, 0, 0, 0, 29138),
|
|
(2340, 'I\'ll need to get my runeblade and armor... Just need a little more time.', 28912, 0, 12, 0, 100, 0, 0, 0, 29201),
|
|
(2341, 'I\'m still weak, but I think I can get an anti-magic barrier up. Stay inside it or you\'ll be destroyed by their spells.', 28912, 0, 12, 0, 100, 0, 0, 0, 29203),
|
|
(2342, 'Maintaining this barrier will require all of my concentration. Kill them all!', 28912, 0, 12, 0, 100, 0, 0, 0, 29205),
|
|
(2343, 'There are more coming. Defend yourself! Don\'t fall out of the anti-magic field! They\'ll tear you apart without its protection!', 28912, 0, 12, 0, 100, 0, 0, 0, 29207),
|
|
(2344, 'I can\'t keep this barrier up much longer... Where is that coward?', 28912, 0, 12, 0, 100, 0, 0, 0, 29208),
|
|
(2345, 'The High Inquisitor comes! Be ready, death knight! Do not let him draw you out of the protective bounds of my anti-magic field! Kill him and take his head!', 28912, 0, 12, 0, 100, 0, 0, 0, 29210),
|
|
(2346, 'Stay in the anti-magic field! Make them come to you!', 28912, 0, 12, 0, 100, 0, 0, 0, 29225),
|
|
(2347, 'The death of the High Inquisitor of New Avalon will not go unnoticed. You need to get out of here at once! Go, before more of them show up. I\'ll be fine on my own.', 28912, 0, 12, 0, 100, 0, 0, 0, 29239),
|
|
(2348, 'I\'ll draw their fire, you make your escape behind me.', 28912, 0, 12, 0, 100, 0, 0, 0, 29240),
|
|
(2349, 'Your High Inquisitor is nothing more than a pile of meat, Crusaders! There are none beyond the grasp of the Scourge!', 28912, 0, 14, 0, 100, 0, 0, 0, 29241),
|
|
(2350, 'Hrm, what a strange tree. I must investigate.', 29076, 0, 12, 0, 100, 0, 0, 0, 29413),
|
|
(2351, 'What\'s this!? This isn\'t a tree at all! Guards! Guards!', 29076, 0, 12, 0, 100, 0, 0, 0, 29415),
|
|
(2352, 'The Crusade will purge your kind from this world!', 29001, 0, 14, 0, 100, 0, 0, 0, 29215),
|
|
(2353, 'It seems that I\'ll need to deal with you myself. The High Inquisitor comes for you, Scourge!', 29001, 0, 14, 0, 100, 0, 0, 0, 29216),
|
|
(2354, 'You have come seeking deliverance? I have come to deliver!', 29001, 0, 12, 0, 100, 0, 0, 0, 29222),
|
|
(2355, 'LIGHT PURGE YOU!', 29001, 1, 12, 0, 100, 0, 0, 0, 29221),
|
|
(2356, 'Coward!', 29001, 2, 12, 0, 100, 0, 0, 0, 30699),
|
|
(2357, '%s\'s remains fall to the ground.', 29001, 0, 16, 0, 100, 0, 0, 0, 29223),
|
|
(2358, 'Come to finish the job, have you?', 29032, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2359, 'Come to finish the job, have ye?', 29032, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2360, 'Come ta finish da job, mon?', 29032, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2361, 'You\'ll look me in the eyes when...', 29032, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2362, 'Well this son o\' Ironforge would like...', 29032, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2363, 'Ironic, isn\'t it? To be killed...', 29032, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2364, 'If you\'d allow me just one...', 29032, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2365, 'I\'d like to stand for...', 29032, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2366, 'I want to die like an orc...', 29032, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2367, 'Dis troll gonna stand for da...', 29032, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2368, '$n?', 29032, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2369, '$n? Mon?', 29032, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2370, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29032, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2371, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29032, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2372, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29032, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2373, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29032, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2374, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29032, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2375, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29032, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2376, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29032, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2377, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29032, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2378, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29032, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2379, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29032, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2380, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29032, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2381, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29032, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2382, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29032, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2383, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29032, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2384, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29032, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2385, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29032, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2386, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29032, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2387, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29032, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2388, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29032, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2389, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29032, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2390, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29032, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2391, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29032, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2392, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29032, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2393, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29032, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2394, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29032, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2395, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29032, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2396, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29032, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2397, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29032, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2398, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29032, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2399, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29032, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2400, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29032, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2401, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29032, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2402, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29032, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2403, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29032, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2404, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29032, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2405, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29032, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2406, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29032, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2407, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29032, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2408, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29032, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2409, 'Do it, $n! Put me out of my misery!', 29032, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2410, '%s dies from his injuries.', 29032, 0, 16, 0, 100, 0, 0, 0, 29303),
|
|
(2411, 'Come to finish the job, have you?', 29061, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2412, 'Come to finish the job, have ye?', 29061, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2413, 'Come ta finish da job, mon?', 29061, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2414, 'You\'ll look me in the eyes when...', 29061, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2415, 'Well this son o\' Ironforge would like...', 29061, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2416, 'Ironic, isn\'t it? To be killed...', 29061, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2417, 'If you\'d allow me just one...', 29061, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2418, 'I\'d like to stand for...', 29061, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2419, 'I want to die like an orc...', 29061, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2420, 'Dis troll gonna stand for da...', 29061, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2421, '$n?', 29061, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2422, '$n? Mon?', 29061, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2423, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29061, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2424, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29061, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2425, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29061, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2426, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29061, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2427, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29061, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2428, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29061, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2429, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29061, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2430, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29061, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2431, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29061, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2432, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29061, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2433, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29061, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2434, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29061, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2435, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29061, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2436, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29061, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2437, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29061, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2438, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29061, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2439, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29061, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2440, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29061, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2441, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29061, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2442, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29061, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2443, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29061, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2444, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29061, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2445, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29061, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2446, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29061, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2447, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29061, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2448, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29061, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2449, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29061, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2450, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29061, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2451, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29061, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2452, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29061, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2453, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29061, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2454, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29061, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2455, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29061, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2456, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29061, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2457, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29061, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2458, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29061, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2459, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29061, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2460, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29061, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2461, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29061, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2462, 'Do it, $n! Put me out of my misery!', 29061, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2463, '%s dies from her injuries.', 29061, 0, 16, 0, 100, 0, 0, 0, 29319),
|
|
(2464, 'Come to finish the job, have you?', 29065, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2465, 'Come to finish the job, have ye?', 29065, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2466, 'Come ta finish da job, mon?', 29065, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2467, 'You\'ll look me in the eyes when...', 29065, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2468, 'Well this son o\' Ironforge would like...', 29065, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2469, 'Ironic, isn\'t it? To be killed...', 29065, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2470, 'If you\'d allow me just one...', 29065, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2471, 'I\'d like to stand for...', 29065, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2472, 'I want to die like an orc...', 29065, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2473, 'Dis troll gonna stand for da...', 29065, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2474, '$n?', 29065, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2475, '$n? Mon?', 29065, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2476, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29065, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2477, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29065, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2478, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29065, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2479, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29065, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2480, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29065, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2481, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29065, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2482, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29065, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2483, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29065, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2484, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29065, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2485, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29065, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2486, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29065, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2487, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29065, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2488, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29065, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2489, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29065, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2490, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29065, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2491, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29065, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2492, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29065, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2493, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29065, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2494, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29065, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2495, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29065, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2496, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29065, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2497, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29065, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2498, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29065, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2499, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29065, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2500, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29065, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2501, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29065, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2502, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29065, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2503, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29065, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2504, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29065, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2505, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29065, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2506, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29065, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2507, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29065, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2508, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29065, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2509, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29065, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2510, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29065, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2511, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29065, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2512, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29065, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2513, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29065, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2514, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29065, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2515, 'Do it, $n! Put me out of my misery!', 29065, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2516, '%s dies from her injuries.', 29065, 0, 16, 0, 100, 0, 0, 0, 29319),
|
|
(2517, 'Come to finish the job, have you?', 29067, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2518, 'Come to finish the job, have ye?', 29067, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2519, 'Come ta finish da job, mon?', 29067, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2520, 'You\'ll look me in the eyes when...', 29067, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2521, 'Well this son o\' Ironforge would like...', 29067, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2522, 'Ironic, isn\'t it? To be killed...', 29067, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2523, 'If you\'d allow me just one...', 29067, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2524, 'I\'d like to stand for...', 29067, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2525, 'I want to die like an orc...', 29067, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2526, 'Dis troll gonna stand for da...', 29067, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2527, '$n?', 29067, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2528, '$n? Mon?', 29067, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2529, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29067, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2530, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29067, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2531, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29067, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2532, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29067, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2533, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29067, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2534, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29067, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2535, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29067, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2536, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29067, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2537, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29067, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2538, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29067, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2539, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29067, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2540, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29067, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2541, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29067, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2542, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29067, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2543, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29067, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2544, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29067, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2545, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29067, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2546, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29067, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2547, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29067, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2548, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29067, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2549, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29067, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2550, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29067, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2551, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29067, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2552, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29067, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2553, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29067, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2554, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29067, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2555, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29067, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2556, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29067, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2557, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29067, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2558, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29067, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2559, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29067, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2560, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29067, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2561, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29067, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2562, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29067, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2563, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29067, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2564, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29067, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2565, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29067, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2566, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29067, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2567, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29067, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2568, 'Do it, $n! Put me out of my misery!', 29067, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2569, '%s dies from his injuries.', 29067, 0, 16, 0, 100, 0, 0, 0, 29303),
|
|
(2570, 'Come to finish the job, have you?', 29068, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2571, 'Come to finish the job, have ye?', 29068, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2572, 'Come ta finish da job, mon?', 29068, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2573, 'You\'ll look me in the eyes when...', 29068, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2574, 'Well this son o\' Ironforge would like...', 29068, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2575, 'Ironic, isn\'t it? To be killed...', 29068, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2576, 'If you\'d allow me just one...', 29068, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2577, 'I\'d like to stand for...', 29068, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2578, 'I want to die like an orc...', 29068, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2579, 'Dis troll gonna stand for da...', 29068, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2580, '$n?', 29068, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2581, '$n? Mon?', 29068, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2582, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29068, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2583, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29068, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2584, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29068, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2585, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29068, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2586, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29068, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2587, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29068, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2588, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29068, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2589, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29068, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2590, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29068, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2591, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29068, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2592, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29068, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2593, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29068, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2594, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29068, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2595, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29068, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2596, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29068, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2597, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29068, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2598, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29068, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2599, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29068, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2600, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29068, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2601, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29068, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2602, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29068, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2603, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29068, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2604, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29068, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2605, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29068, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2606, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29068, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2607, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29068, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2608, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29068, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2609, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29068, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2610, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29068, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2611, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29068, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2612, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29068, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2613, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29068, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2614, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29068, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2615, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29068, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2616, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29068, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2617, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29068, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2618, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29068, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2619, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29068, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2620, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29068, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2621, 'Do it, $n! Put me out of my misery!', 29068, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2622, '%s dies from his injuries.', 29068, 0, 16, 0, 100, 0, 0, 0, 29303),
|
|
(2623, 'Come to finish the job, have you?', 29070, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2624, 'Come to finish the job, have ye?', 29070, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2625, 'Come ta finish da job, mon?', 29070, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2626, 'You\'ll look me in the eyes when...', 29070, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2627, 'Well this son o\' Ironforge would like...', 29070, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2628, 'Ironic, isn\'t it? To be killed...', 29070, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2629, 'If you\'d allow me just one...', 29070, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2630, 'I\'d like to stand for...', 29070, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2631, 'I want to die like an orc...', 29070, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2632, 'Dis troll gonna stand for da...', 29070, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2633, '$n?', 29070, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2634, '$n? Mon?', 29070, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2635, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29070, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2636, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29070, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2637, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29070, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2638, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29070, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2639, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29070, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2640, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29070, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2641, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29070, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2642, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29070, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2643, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29070, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2644, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29070, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2645, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29070, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2646, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29070, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2647, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29070, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2648, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29070, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2649, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29070, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2650, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29070, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2651, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29070, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2652, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29070, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2653, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29070, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2654, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29070, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2655, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29070, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2656, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29070, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2657, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29070, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2658, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29070, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2659, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29070, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2660, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29070, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2661, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29070, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2662, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29070, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2663, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29070, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2664, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29070, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2665, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29070, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2666, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29070, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2667, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29070, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2668, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29070, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2669, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29070, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2670, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29070, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2671, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29070, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2672, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29070, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2673, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29070, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2674, 'Do it, $n! Put me out of my misery!', 29070, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2675, '%s dies from his injuries.', 29070, 0, 16, 0, 100, 0, 0, 0, 29303),
|
|
(2676, 'Come to finish the job, have you?', 29074, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2677, 'Come to finish the job, have ye?', 29074, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2678, 'Come ta finish da job, mon?', 29074, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2679, 'You\'ll look me in the eyes when...', 29074, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2680, 'Well this son o\' Ironforge would like...', 29074, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2681, 'Ironic, isn\'t it? To be killed...', 29074, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2682, 'If you\'d allow me just one...', 29074, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2683, 'I\'d like to stand for...', 29074, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2684, 'I want to die like an orc...', 29074, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2685, 'Dis troll gonna stand for da...', 29074, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2686, '$n?', 29074, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2687, '$n? Mon?', 29074, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2688, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29074, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2689, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29074, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2690, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29074, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2691, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29074, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2692, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29074, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2693, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29074, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2694, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29074, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2695, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29074, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2696, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29074, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2697, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29074, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2698, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29074, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2699, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29074, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2700, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29074, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2701, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29074, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2702, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29074, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2703, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29074, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2704, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29074, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2705, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29074, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2706, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29074, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2707, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29074, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2708, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29074, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2709, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29074, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2710, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29074, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2711, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29074, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2712, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29074, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2713, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29074, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2714, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29074, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2715, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29074, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2716, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29074, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2717, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29074, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2718, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29074, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2719, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29074, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2720, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29074, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2721, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29074, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2722, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29074, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2723, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29074, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2724, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29074, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2725, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29074, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2726, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29074, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2727, 'Do it, $n! Put me out of my misery!', 29074, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2728, '%s dies from her injuries.', 29074, 0, 16, 0, 100, 0, 0, 0, 29319),
|
|
(2729, 'Come to finish the job, have you?', 29072, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2730, 'Come to finish the job, have ye?', 29072, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2731, 'Come ta finish da job, mon?', 29072, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2732, 'You\'ll look me in the eyes when...', 29072, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2733, 'Well this son o\' Ironforge would like...', 29072, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2734, 'Ironic, isn\'t it? To be killed...', 29072, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2735, 'If you\'d allow me just one...', 29072, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2736, 'I\'d like to stand for...', 29072, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2737, 'I want to die like an orc...', 29072, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2738, 'Dis troll gonna stand for da...', 29072, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2739, '$n?', 29072, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2740, '$n? Mon?', 29072, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2741, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29072, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2742, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29072, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2743, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29072, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2744, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29072, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2745, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29072, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2746, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29072, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2747, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29072, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2748, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29072, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2749, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29072, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2750, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29072, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2751, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29072, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2752, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29072, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2753, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29072, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2754, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29072, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2755, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29072, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2756, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29072, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2757, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29072, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2758, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29072, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2759, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29072, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2760, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29072, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2761, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29072, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2762, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29072, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2763, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29072, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2764, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29072, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2765, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29072, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2766, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29072, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2767, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29072, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2768, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29072, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2769, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29072, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2770, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29072, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2771, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29072, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2772, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29072, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2773, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29072, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2774, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29072, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2775, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29072, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2776, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29072, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2777, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29072, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2778, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29072, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2779, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29072, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2780, 'Do it, $n! Put me out of my misery!', 29072, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2781, '%s dies from his injuries.', 29072, 0, 16, 0, 100, 0, 0, 0, 29303),
|
|
(2782, 'Come to finish the job, have you?', 29073, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2783, 'Come to finish the job, have ye?', 29073, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2784, 'Come ta finish da job, mon?', 29073, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2785, 'You\'ll look me in the eyes when...', 29073, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2786, 'Well this son o\' Ironforge would like...', 29073, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2787, 'Ironic, isn\'t it? To be killed...', 29073, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2788, 'If you\'d allow me just one...', 29073, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2789, 'I\'d like to stand for...', 29073, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2790, 'I want to die like an orc...', 29073, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2791, 'Dis troll gonna stand for da...', 29073, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2792, '$n?', 29073, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2793, '$n? Mon?', 29073, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2794, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29073, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2795, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29073, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2796, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29073, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2797, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29073, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2798, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29073, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2799, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29073, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2800, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29073, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2801, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29073, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2802, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29073, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2803, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29073, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2804, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29073, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2805, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29073, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2806, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29073, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2807, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29073, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2808, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29073, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2809, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29073, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2810, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29073, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2811, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29073, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2812, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29073, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2813, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29073, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2814, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29073, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2815, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29073, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2816, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29073, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2817, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29073, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2818, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29073, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2819, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29073, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2820, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29073, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2821, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29073, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2822, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29073, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2823, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29073, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2824, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29073, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2825, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29073, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2826, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29073, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2827, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29073, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2828, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29073, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2829, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29073, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2830, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29073, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2831, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29073, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2832, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29073, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2833, 'Do it, $n! Put me out of my misery!', 29073, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2834, '%s dies from his injuries.', 29073, 0, 16, 0, 100, 0, 0, 0, 29303),
|
|
(2835, 'Come to finish the job, have you?', 29071, 0, 12, 0, 100, 0, 0, 0, 29393),
|
|
(2836, 'Come to finish the job, have ye?', 29071, 0, 12, 0, 100, 0, 0, 0, 29335),
|
|
(2837, 'Come ta finish da job, mon?', 29071, 0, 12, 0, 100, 0, 0, 0, 29403),
|
|
(2838, 'You\'ll look me in the eyes when...', 29071, 0, 12, 0, 100, 0, 0, 0, 29369),
|
|
(2839, 'Well this son o\' Ironforge would like...', 29071, 0, 12, 0, 100, 0, 0, 0, 29336),
|
|
(2840, 'Ironic, isn\'t it? To be killed...', 29071, 0, 12, 0, 100, 0, 0, 0, 29394),
|
|
(2841, 'If you\'d allow me just one...', 29071, 0, 12, 0, 100, 0, 0, 0, 29348),
|
|
(2842, 'I\'d like to stand for...', 29071, 0, 12, 0, 100, 0, 0, 0, 29323),
|
|
(2843, 'I want to die like an orc...', 29071, 0, 12, 0, 100, 0, 0, 0, 29384),
|
|
(2844, 'Dis troll gonna stand for da...', 29071, 0, 12, 0, 100, 0, 0, 0, 29404),
|
|
(2845, '$n?', 29071, 0, 12, 0, 100, 0, 0, 0, 29395),
|
|
(2846, '$n? Mon?', 29071, 0, 12, 0, 100, 0, 0, 0, 29405),
|
|
(2847, '$n, I\'d recognize that face anywhere... What... What have they done to you, $n?', 29071, 0, 12, 0, 100, 0, 0, 0, 29386),
|
|
(2848, '$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?', 29071, 0, 12, 0, 100, 0, 0, 0, 29360),
|
|
(2849, '$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?', 29071, 0, 12, 0, 100, 0, 0, 0, 29338),
|
|
(2850, '$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?', 29071, 0, 12, 0, 100, 0, 0, 0, 29396),
|
|
(2851, '$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?', 29071, 0, 12, 0, 100, 0, 0, 0, 29289),
|
|
(2852, '$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?', 29071, 0, 12, 0, 100, 0, 0, 0, 29406),
|
|
(2853, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a draenei!', 29071, 0, 12, 0, 100, 0, 0, 0, 29361),
|
|
(2854, 'Ye don\'t remember me, do ye? Blasted Scourge... They\'ve tried to drain ye o\' everything that made ye a righteous force o\' reckoning. Every last ounce o\' good... Everything that made ye a $g son:daughter; o\' Ironforge!', 29071, 0, 12, 0, 100, 0, 0, 0, 29339),
|
|
(2855, 'You don\'t remember me? We were humans once - long, long ago - until Lordaeron fell to the Scourge. Your transformation to a Scourge zombie came shortly after my own. Not long after that, our minds were freed by the Dark Lady.', 29071, 0, 12, 0, 100, 0, 0, 0, 29397),
|
|
(2856, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a pint-sized force of reckoning. Every last ounce of good... Everything that made you a gnome!', 29071, 0, 12, 0, 100, 0, 0, 0, 29351),
|
|
(2857, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a human!', 29071, 0, 12, 0, 100, 0, 0, 0, 29314),
|
|
(2858, 'You don\'t remember me? When you were a child your mother would leave you in my care while she served at the Temple of the Moon. I held you in my arms and fed you honey and sheep\'s milk to calm you until she would return. You were my little angel. Blasted Scourge... What have they done to you, $n?', 29071, 0, 12, 0, 100, 0, 0, 0, 29326),
|
|
(2859, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you an orc!', 29071, 0, 12, 0, 100, 0, 0, 0, 29387),
|
|
(2860, 'You don\'t remember me, do you? Blasted Scourge... They\'ve tried to drain you of everything that made you a righteous force of reckoning. Every last ounce of good... Everything that made you a tauren!', 29071, 0, 12, 0, 100, 0, 0, 0, 29290),
|
|
(2861, 'You don\'t remember me, mon? Damn da Scourge! Dey gone ta drain you of everytin\' dat made ya a mojo masta. Every last ounce a good... Everytin\' dat made ya a troll hero, mon!', 29071, 0, 12, 0, 100, 0, 0, 0, 29407),
|
|
(2862, 'A pact was made, $g brother:sister;! We vowed vengeance against the Lich King! For what he had done to us! We battled the Scourge as Forsaken, pushing them back into the Plaguelands and freeing Tirisifal! You and I were champions of the Forsaken!', 29071, 0, 12, 0, 100, 0, 0, 0, 29398),
|
|
(2863, 'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!', 29071, 0, 12, 0, 100, 0, 0, 0, 29328),
|
|
(2864, 'Think, $n. Think back. Try and remember the majestic halls of Silvermoon City, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the sin\'dorei once! This isn\'t you.', 29071, 0, 12, 0, 100, 0, 0, 0, 29374),
|
|
(2865, 'Think, $n. Think back. Try and remember the proud mountains of Argus, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the draenei once! This isn\'t you.', 29071, 0, 12, 0, 100, 0, 0, 0, 29362),
|
|
(2866, 'Think, $n. Think back. Try and remember the snow capped mountains o\' Dun Morogh! Ye were born there, $g lad:lass;. Remember the splendor o\' life, $n! Ye were a champion o\' the dwarves once! This isn\'t ye!', 29071, 0, 12, 0, 100, 0, 0, 0, 29340),
|
|
(2867, 'Think, $n. Think back. Try and remember Gnomeregan before those damned troggs! Remember the feel of an arclight spanner, $g brother:sister;. You were a champion of gnome-kind once! This isn\'t you.', 29071, 0, 12, 0, 100, 0, 0, 0, 29352),
|
|
(2868, 'Think, $n. Think back. Try and remember the hills and valleys of Elwynn, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the Alliance once! This isn\'t you.', 29071, 0, 12, 0, 100, 0, 0, 0, 29315),
|
|
(2869, 'Think, $n. Think back. Try and remember Durotar, $g brother:sister;! Remember the sacrifices our heroes made so that we could be free of the blood curse. Harken back to the Valley of Trials, where we were reborn into a world without demonic influence. We found the splendor of life, $n. Together! This isn\'t you. You were a champion of the Horde once!', 29071, 0, 12, 0, 100, 0, 0, 0, 29388),
|
|
(2870, 'Think, $n. Think back. Try and remember the rolling plains of Mulgore, where you were born. Remember the splendor of life, $g brother:sister;. You were a champion of the tauren once! This isn\'t you.', 29071, 0, 12, 0, 100, 0, 0, 0, 29294),
|
|
(2871, 'TINK, $n. Tink back, mon! We be Darkspear, mon! Bruddas and sistas! Remember when we fought da Zalazane and done took he head and freed da Echo Isles? MON! TINK! You was a champion of da Darkspear trolls!\n', 29071, 0, 12, 0, 100, 0, 0, 0, 29408),
|
|
(2872, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29071, 0, 12, 0, 100, 0, 0, 0, 29389),
|
|
(2873, 'Listen to me, $n. Ye must fight against the Lich King\'s control. He\'s a monster that wants to see this world - our world - in ruin. Don\'t let him use ye to accomplish his goals. Ye were once a hero and ye can be again. Fight, damn ye! Fight his control!', 29071, 0, 12, 0, 100, 0, 0, 0, 29341),
|
|
(2874, 'Listen to me, $n. You must fight against the Lich King\'s control. He is a monster that wants to see this world - our world - in ruin. Don\'t let him use you to accomplish his goals. You were once a hero and you can be again. Fight, damn you! Fight his control!', 29071, 0, 12, 0, 100, 0, 0, 0, 29329),
|
|
(2875, 'Listen ta me, $g brudda:sista;. You must fight against da Lich King\'s control. He be a monster dat want ta see dis world - our world - be ruined. Don\'t let he use you ta accomplish he goals. You be a hero once and you be a hero again! Fight it, mon! Fight he control!', 29071, 0, 12, 0, 100, 0, 0, 0, 29409),
|
|
(2876, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Silvermoon. This world is worth saving.', 29071, 0, 12, 0, 100, 0, 0, 0, 29376),
|
|
(2877, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Argus. Don\'t let that happen to this world.', 29071, 0, 12, 0, 100, 0, 0, 0, 29364),
|
|
(2878, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For KHAAAAAAAAZZZ MODAAAAAANNNNNN!!!', 29071, 0, 12, 0, 100, 0, 0, 0, 29342),
|
|
(2879, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Tirisfal! This world is worth saving!', 29071, 0, 12, 0, 100, 0, 0, 0, 29400),
|
|
(2880, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Gnomeregan! This world is worth saving.', 29071, 0, 12, 0, 100, 0, 0, 0, 29354),
|
|
(2881, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Elwynn. This world is worth saving.', 29071, 0, 12, 0, 100, 0, 0, 0, 29317),
|
|
(2882, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Teldrassil, our beloved home. This world is worth saving.', 29071, 0, 12, 0, 100, 0, 0, 0, 29330),
|
|
(2883, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... For the Horde! This world is worth saving.', 29071, 0, 12, 0, 100, 0, 0, 0, 29390),
|
|
(2884, 'There... There\'s no more time for me. I\'m done for. Finish me off, $n. Do it or they\'ll kill us both. $n... Remember Mulgore. This world is worth saving.', 29071, 0, 12, 0, 100, 0, 0, 0, 29301),
|
|
(2885, 'Der... Der\'s no more time for me. I be done for. Finish me off, $n. Do it or dey\'ll kill us both. $n... Remember Sen\'jin Village, mon! Dis world be worth saving!', 29071, 0, 12, 0, 100, 0, 0, 0, 29410),
|
|
(2886, 'Do it, $n! Put me out of my misery!', 29071, 0, 12, 0, 100, 0, 0, 0, 29401),
|
|
(2887, '%s dies from his injuries.', 29071, 0, 16, 0, 100, 0, 0, 0, 29303),
|
|
(2888, 'What\'s going on in there? What\'s taking so long, $n?', 29053, 0, 14, 0, 100, 0, 0, 0, 29382),
|
|
(2889, 'Soldiers of the Scourge, stand ready! Prepare to unleash your fury upon the Argent Dawn!', 29173, 0, 14, 0, 100, 0, 0, 14677, 29694),
|
|
(2890, 'The sky weeps at the glorious devastation of these lands! Soon, Azeroth\'s futile tears will rain down upon us!', 29173, 0, 14, 0, 100, 0, 0, 14678, 29696),
|
|
(2891, 'Death knights of Acherus, the death march begins!', 29173, 0, 14, 0, 100, 0, 0, 14681, 29697),
|
|
(2892, 'Soldiers of the Scourge, death knights of Acherus, minions of the darkness: hear the call of the Highlord!', 29173, 0, 14, 0, 100, 0, 0, 14679, 29699),
|
|
(2893, 'RISE!', 29173, 0, 14, 0, 100, 0, 0, 14680, 31198),
|
|
(2894, 'The skies turn red with the blood of the fallen! The Lich King watches over us, minions! Leave only ashes and misery in your destructive wake!', 29173, 0, 14, 0, 100, 0, 0, 14682, 29722),
|
|
(2895, 'Scourge armies approach!', 29176, 0, 14, 0, 100, 0, 0, 0, 29724),
|
|
(2896, 'Stand fast, brothers and sisters! The Light will prevail!', 29178, 0, 14, 0, 100, 0, 0, 14487, 29723),
|
|
(2897, 'Kneel before the Highlord!', 29173, 0, 12, 0, 100, 0, 0, 14683, 29727),
|
|
(2898, 'You stand no chance!', 29173, 1, 12, 0, 100, 0, 0, 14684, 29728),
|
|
(2899, 'The Scourge will destroy this place!', 29173, 2, 12, 0, 100, 0, 0, 14685, 29729),
|
|
(2900, 'Your life is forfeit.', 29173, 3, 12, 0, 100, 0, 0, 14686, 62815),
|
|
(2901, 'Life is meaningless without suffering!', 29173, 4, 12, 0, 100, 0, 0, 14687, 29731),
|
|
(2902, 'How much longer will your forces hold out?', 29173, 5, 12, 0, 100, 0, 0, 14688, 29732),
|
|
(2903, 'The Argent Dawn is finished!', 29173, 6, 12, 0, 100, 0, 0, 14689, 29733),
|
|
(2904, 'Spare no one!', 29173, 7, 12, 0, 100, 0, 0, 14690, 29734),
|
|
(2905, 'What is this?! My... I cannot strike...', 29173, 8, 12, 0, 100, 0, 0, 14691, 29735),
|
|
(2906, 'OBEY ME, BLADE!', 29173, 9, 14, 0, 100, 0, 0, 14692, 29736),
|
|
(2907, 'You will do as I command! I am in control here!', 29173, 10, 12, 0, 100, 0, 0, 14693, 29737),
|
|
(2908, 'I... I cannot... The blade fights me...', 29173, 11, 12, 0, 100, 0, 0, 14694, 29738),
|
|
(2909, 'What is happening to me?', 29173, 12, 12, 0, 100, 0, 0, 14695, 29739),
|
|
(2910, 'Power... wanes...', 29173, 13, 12, 0, 100, 0, 0, 14696, 29740),
|
|
(2911, 'Ashbringer defies me...', 29173, 14, 12, 0, 100, 0, 0, 14697, 29741),
|
|
(2912, 'Minions, come to my aid!', 29173, 15, 12, 0, 100, 0, 0, 14698, 29742),
|
|
(2913, 'You cannot win, Darion!', 29175, 0, 14, 0, 100, 0, 0, 14584, 29743),
|
|
(2914, 'Bring them before the chapel!', 29175, 0, 14, 0, 100, 0, 0, 14585, 29756),
|
|
(2915, 'Stand down, death knights. We have lost. The Light... this place... no hope...', 29173, 0, 12, 0, 100, 0, 0, 14699, 29760),
|
|
(2916, 'Have you learned nothing, boy? You have become all that your father fought against! Like that coward, Arthas, you allowed yourself to be consumed by the darkness, the hate... feeding upon the misery of those you tortured and killed!', 29175, 0, 12, 0, 100, 0, 0, 14586, 29744),
|
|
(2917, 'Your master knows what lies beneath the chapel. That is why he dares not show his face! He\'s sent you and your death knights to meet their doom, Darion.', 29175, 0, 12, 0, 100, 0, 0, 14587, 29745),
|
|
(2918, 'What you are feeling right now is the anguish of a thousand lost souls! Souls that you and your master brought here! The Light will tear you apart, Darion!', 29175, 0, 12, 0, 100, 0, 0, 14588, 29746),
|
|
(2919, 'Save your breath, old man. It might be the last you ever draw.', 29173, 0, 12, 0, 100, 0, 0, 14700, 29761),
|
|
(2920, 'My son! My dear, beautiful boy!', 29227, 0, 12, 0, 100, 0, 0, 14493, 29762),
|
|
(2921, 'Father!', 29173, 0, 12, 0, 100, 0, 0, 14701, 29767),
|
|
(2922, 'Argh... what... is...', 29173, 0, 12, 0, 100, 0, 0, 14702, 29768),
|
|
(2923, 'Father, you have returned!', 29228, 0, 12, 0, 100, 0, 0, 14703, 29769),
|
|
(2924, 'You have been gone a long time, Father. I thought...', 29228, 0, 12, 0, 100, 0, 0, 14704, 29770),
|
|
(2925, 'Nothing could have kept me away from here, Darion. Not from my home and family.', 29227, 0, 12, 0, 100, 0, 0, 14494, 29773),
|
|
(2926, 'Father, I wish to join you in the war against the undead. I want to fight! I can sit idle no longer!', 29228, 0, 12, 0, 100, 0, 0, 14705, 29774),
|
|
(2927, 'Darion Mograine, you are barely of age to hold a sword, let alone battle the undead hordes of Lordaeron! I could not bear losing you. Even the thought...\n', 29227, 0, 12, 0, 100, 0, 0, 14495, 29775),
|
|
(2928, 'If I die, Father, I would rather it be on my feet, standing in defiance against the undead legions! If I die, let me die with you!', 29228, 0, 12, 0, 100, 0, 0, 14706, 29776),
|
|
(2929, 'My son, there will come a day when you will command the Ashbringer and, with it, mete out justice across this land. I have no doubt that when that day finally comes, you will bring pride to our people and that Lordaeron will be a better place because of you. But, my son, that day is not today.\n', 29227, 0, 12, 0, 100, 0, 0, 14496, 29777),
|
|
(2930, 'Do not forget...', 29227, 0, 12, 0, 100, 0, 0, 14497, 29778),
|
|
(2931, 'Touching...', 29183, 0, 14, 0, 100, 0, 0, 14803, 29779),
|
|
(2932, 'You... betrayed me. You betrayed us all, monster! Face the might of Mograine!', 29173, 0, 14, 0, 100, 0, 0, 14707, 29781),
|
|
(2933, 'He is mine now...', 29183, 0, 12, 0, 100, 0, 0, 14805, 29780),
|
|
(2934, 'Pathetic...', 29183, 0, 12, 0, 100, 0, 0, 14804, 29782),
|
|
(2935, 'You\'re a damned monster, Arthas!', 29175, 0, 12, 0, 100, 0, 0, 14589, 29783),
|
|
(2936, 'You were right, Fordring. I did send them in to die. Their lives are meaningless, but yours...', 29183, 0, 12, 0, 100, 0, 0, 14806, 29784),
|
|
(2937, 'How simple it was to draw the great Tirion Fordring out of hiding. You\'ve left yourself exposed, paladin. Nothing will save you.', 29183, 0, 12, 0, 100, 0, 0, 14807, 29785),
|
|
(2938, 'ATTACK!!!', 29178, 0, 14, 0, 100, 0, 0, 14488, 61812),
|
|
(2939, 'APOCALYPSE!', 29183, 0, 14, 0, 100, 0, 0, 14808, 38049),
|
|
(2940, 'That day is not today...', 29173, 0, 12, 0, 100, 0, 0, 14708, 29824),
|
|
(2941, 'Tirion!', 29173, 0, 14, 0, 100, 0, 0, 14709, 29801),
|
|
(2942, 'ARTHAS!!!!', 29175, 0, 14, 0, 100, 0, 0, 14591, 29803),
|
|
(2943, 'What is this?', 29183, 0, 14, 0, 100, 0, 0, 14809, 32584),
|
|
(2944, 'Your end.', 29175, 0, 14, 0, 100, 0, 0, 14592, 29861),
|
|
(2945, 'Impossible...', 29183, 0, 14, 0, 100, 0, 0, 14810, 38080),
|
|
(2946, 'This... is not over!', 29183, 0, 14, 0, 100, 0, 0, 14811, 29826),
|
|
(2947, 'When next we meet, it won\'t be on holy ground, paladin.', 29183, 0, 14, 0, 100, 0, 0, 14812, 29827),
|
|
(2948, 'Rise, Darion, and listen...\n', 29175, 0, 12, 0, 100, 0, 0, 14593, 29835),
|
|
(2949, 'We have all been witness to a terrible tragedy. The blood of good men has been shed upon this soil! Honorable knights, slain defending their lives -- our lives!', 29175, 0, 12, 0, 100, 0, 0, 14594, 29843),
|
|
(2950, 'And while such things can never be forgotten, we must remain vigilant in our cause!\n', 29175, 0, 12, 0, 100, 0, 0, 14595, 29845),
|
|
(2951, 'The Lich King must answer for what he has done, and must not be allowed to cause further destruction in our world.', 29175, 0, 12, 0, 100, 0, 0, 14596, 29846),
|
|
(2952, 'I make a promise to you now, brothers and sisters: the Lich King will be defeated! On this day, I call for a union.', 29175, 0, 12, 0, 100, 0, 0, 14597, 29847),
|
|
(2953, 'The Argent Dawn and the Order of the Silver Hand will come together as one! We will succeed where so many before us have failed!\n', 29175, 0, 12, 0, 100, 0, 0, 14598, 29848),
|
|
(2954, 'We will take the fight to Arthas, and we will tear down the walls of Icecrown!', 29175, 0, 12, 0, 100, 0, 0, 14599, 29849),
|
|
(2955, 'The Argent Crusade comes for you, Arthas!\n', 29175, 0, 14, 0, 100, 0, 0, 14600, 29850),
|
|
(2956, 'So too do the Knights of the Ebon Blade. Although our kind has no place in your world, we will fight to bring an end to the Lich King. This I vow!', 29173, 0, 12, 0, 100, 0, 0, 14710, 29851),
|
|
(2957, 'Thousands of Scourge rise up at the Highlord\'s command.', 29173, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2958, 'The army marches towards Light\'s Hope Chapel.', 29173, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2959, 'After over a hundred Defenders of the Light fall, Highlord Tirion Fordring arrives.', 29173, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2960, '%s flees.', 29204, 0, 16, 0, 100, 0, 0, 0, 29758),
|
|
(2961, '%s kneels in defeat before Tirion Fordring.', 29173, 0, 16, 0, 100, 0, 0, 0, 29759),
|
|
(2962, '%s arrives.', 29227, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2963, '%s becomes a shade of his past, and walks up to his father.', 29228, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2964, '%s hugs his father.', 29228, 0, 16, 0, 100, 0, 0, 0, 29771),
|
|
(2965, '%s disappears, and the Lich King appears.', 29227, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2966, '%s becomes himself again...and is now angry.', 29173, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2967, '%s casts a spell on Tirion.', 29183, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2968, '%s gasps for air.', 29175, 0, 16, 0, 100, 0, 0, 0, 37502),
|
|
(2969, '%s casts a powerful spell, killing the Defenders and knocking back the others.', 29183, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2970, '%s throws the Corrupted Ashbringer to Tirion, who catches it. Tirion becomes awash with Light, and the Ashbringer is cleansed.', 29173, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2971, '%s collapses.', 29173, 0, 16, 0, 100, 0, 0, 0, 29802),
|
|
(2972, '%s charges towards the Lich King, Ashbringer in hand and strikes the Lich King.', 29175, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2973, '%s disappears. Tirion walks over to where Darion lay', 29183, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2974, 'Light washes over the chapel ? the Light of Dawn is uncovered.', 29173, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(2975, 'You have been sentenced to death for crimes against the Dark Iron nation!', 10096, 0, 14, 0, 100, 0, 0, 0, 5441),
|
|
(2976, 'The Sons of Thaurissan shall watch you perish in the Ring of the Law!', 10096, 0, 14, 0, 100, 0, 0, 0, 5442),
|
|
(2977, 'Unleash the fury and let it be done!', 10096, 0, 14, 0, 100, 0, 0, 0, 5443),
|
|
(2978, 'Haha! I bet you thought you were done!', 10096, 0, 14, 0, 100, 0, 0, 0, 5444),
|
|
(2979, 'But your real punishment lies ahead.', 10096, 0, 14, 0, 100, 0, 0, 0, 5445),
|
|
(2980, 'Good riddance!', 10096, 0, 14, 0, 100, 0, 0, 0, 5446),
|
|
(2981, 'Ah, hits the spot!', 9503, 0, 12, 0, 100, 0, 0, 0, 5172),
|
|
(2982, '%s goes into a killing frenzy!', 9028, 0, 16, 0, 100, 0, 0, 0, 24143),
|
|
(2983, 'Come to aid the Throne!', 9019, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(2984, 'Hail to the king, baby!', 9019, 0, 14, 0, 100, 0, 0, 0, 5431),
|
|
(2985, 'Let\'s go.', 16295, 0, 12, 0, 100, 0, 0, 0, 15894),
|
|
(2986, '$n, let\'s use the antechamber to the right.', 16295, 0, 12, 1, 100, 0, 0, 0, 12187),
|
|
(2987, 'I can see the light at the end of the tunnel!', 16295, 0, 12, 1, 100, 0, 0, 0, 12188),
|
|
(2988, 'There\'s Farstrider Enclave now, $c. Not far to go... look out! Troll ambush!!', 16295, 0, 12, 1, 100, 0, 0, 0, 12189),
|
|
(2989, 'Thank you for saving my life and bringing me back to safety, $n!', 16295, 0, 12, 1, 100, 0, 0, 0, 12191),
|
|
(2990, 'Captain Helios, I\'ve been rescued from the Amani Catacombs. Reporting for duty, sir!', 16295, 0, 12, 1, 100, 0, 0, 0, 12190),
|
|
(2991, 'Lilatha, get someone to look at those injuries. Thank you for bringing her back safely.', 16220, 0, 12, 1, 100, 0, 0, 0, 12193),
|
|
(2992, 'Thank you, dear $C, you just saved my life.', 17768, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(2993, 'To the house! Stay close to me, no matter what! I have my gun and ammo there!', 6182, 0, 12, 0, 100, 0, 0, 0, 2360),
|
|
(2994, 'We showed that one!', 6182, 0, 12, 0, 100, 0, 0, 0, 5269),
|
|
(2995, 'One more down!', 6182, 0, 12, 0, 100, 0, 0, 0, 2369),
|
|
(2996, 'We\'ve done it! We won!', 6182, 0, 12, 0, 100, 0, 0, 0, 2358),
|
|
(2997, 'Meet me down by the orchard--I just need to put my gun away.', 6182, 0, 12, 0, 100, 0, 0, 0, 3090),
|
|
(2998, 'Follow me, $n. I\'ll take you to the Defias hideout. But you better protect me or I am as good as dead.', 467, 0, 12, 7, 100, 0, 0, 0, 9),
|
|
(2999, 'The entrance is hidden here in Moonbrook. Keep your eyes peeled for thieves. They want me dead.', 467, 0, 12, 7, 100, 0, 0, 0, 10),
|
|
(3000, 'You can go tell Stoutmantle this is where the Defias Gang is holed up, $n.', 467, 0, 12, 7, 100, 0, 0, 0, 11),
|
|
(3001, '$n coming in fast! Prepare to fight!', 467, 0, 12, 7, 100, 0, 0, 0, 489),
|
|
(3002, 'Help!', 467, 1, 12, 0, 100, 0, 0, 0, 36040),
|
|
(3003, 'Drain... life!', 24744, 0, 14, 0, 100, 0, 0, 12389, 25623),
|
|
(3004, 'Un...con...tainable.', 24744, 0, 14, 0, 100, 0, 0, 12392, 25626),
|
|
(3005, 'Un...leash.', 24744, 0, 14, 0, 100, 0, 0, 12390, 25625),
|
|
(3006, 'Con...sume.', 24744, 0, 14, 0, 100, 0, 0, 12393, 25627),
|
|
(3007, 'Vexallus discharges pure energy!', 24744, 0, 41, 0, 100, 0, 0, 0, 23752),
|
|
(3008, 'Don\'t look so smug! I know what you\'re thinking, but Tempest Keep was merely a setback. Did you honestly believe I would trust the future to some blind, half-night elf mongrel?', 24664, 0, 14, 0, 100, 0, 0, 12413, 25386),
|
|
(3009, 'Vengeance burns!', 24664, 0, 14, 0, 100, 0, 0, 12415, 25388),
|
|
(3010, 'Felomin Ashal! ', 24664, 0, 14, 0, 100, 0, 0, 12417, 25389),
|
|
(3011, 'I\'ll turn your world... upside... down.', 24664, 0, 14, 0, 100, 0, 0, 12418, 25390),
|
|
(3012, 'Master, grant me strength.', 24664, 0, 14, 0, 100, 0, 0, 12419, 25391),
|
|
(3013, 'Do not get... too comfortable.', 24664, 0, 14, 0, 100, 0, 0, 12420, 25392),
|
|
(3014, 'My demise accomplishes nothing! The master will have you! You will drown in your own blood! The world shall burn! Aaaghh!', 24664, 0, 14, 0, 100, 0, 0, 12421, 25393),
|
|
(3015, 'You only waste my time!', 24723, 0, 14, 0, 100, 0, 0, 12378, 25423),
|
|
(3016, 'My hunger knows no bounds!', 24723, 0, 14, 0, 100, 0, 0, 12381, 25424),
|
|
(3017, 'Yes!! I am a god!', 24723, 0, 14, 0, 100, 0, 0, 12382, 25425),
|
|
(3018, 'Enough distractions!', 24723, 0, 14, 0, 100, 0, 0, 12388, 25428),
|
|
(3019, 'I am invincible!', 24723, 1, 14, 0, 100, 0, 0, 12385, 34142),
|
|
(3020, 'No... more, I must have more!!', 24723, 0, 14, 0, 100, 0, 0, 12383, 25426),
|
|
(3021, '%s begins to channel from the nearby Fel Crystal. Destroy it!', 24723, 0, 41, 0, 100, 0, 0, 0, 23753),
|
|
(3022, 'Annihilate them.', 24560, 0, 14, 0, 100, 0, 0, 12395, 25430),
|
|
(3023, 'Oh, the horror!', 24560, 0, 14, 0, 100, 0, 0, 12398, 25432),
|
|
(3024, 'Well aren\'t you lucky?', 24560, 0, 14, 0, 100, 0, 0, 12400, 25433),
|
|
(3025, 'Now I\'m getting annoyed.', 24560, 0, 14, 0, 100, 0, 0, 12401, 25434),
|
|
(3026, 'Lackeys be damned! I\'ll finish you myself!', 24560, 0, 14, 0, 100, 0, 0, 12403, 25435),
|
|
(3027, 'I call that a good start.', 24560, 0, 14, 0, 100, 0, 0, 12405, 25436),
|
|
(3028, 'I could have sworn there were more of you...', 24560, 0, 14, 0, 100, 0, 0, 12407, 25437),
|
|
(3029, 'Not really much of a "group" anymore, is it?', 24560, 0, 14, 0, 100, 0, 0, 12409, 25438),
|
|
(3030, 'One is such a lonely number.', 24560, 0, 14, 0, 100, 0, 0, 12410, 25439),
|
|
(3031, 'It\'s been a kick, really.', 24560, 0, 14, 0, 100, 0, 0, 12411, 25440),
|
|
(3032, 'Not what I had... planned.', 24560, 0, 14, 0, 100, 0, 0, 12397, 25431),
|
|
(3033, 'Good day to you both. I would speak to Lord Lescovar.', 8856, 0, 12, 0, 100, 0, 0, 0, 3781),
|
|
(3034, 'Thank you. The Light be with you both.', 8856, 0, 12, 0, 100, 0, 0, 0, 3782),
|
|
(3035, 'Milord, your guest has arrived. He awaits your presence.', 8856, 0, 12, 0, 100, 0, 0, 0, 3762),
|
|
(3036, 'I shall use the time wisely, milord. Thank you.', 8856, 0, 12, 0, 100, 0, 0, 0, 3791),
|
|
(3037, 'VanCleef sends word that the plans are underway. But he\'s heard rumors about someone snooping about.', 1755, 0, 12, 7, 100, 0, 0, 0, 324),
|
|
(3038, 'The Defias shall succeed! No meek adventurer will stop us!', 1755, 0, 12, 0, 100, 0, 0, 0, 3936),
|
|
(3039, 'By your command!', 8856, 0, 12, 0, 100, 0, 0, 0, 19352),
|
|
(3040, 'Wait here, $n. Spybot will make Lescovar come out as soon as possible. Be ready! Attack only after you\'ve overheard their conversation.', 7766, 0, 12, 0, 100, 0, 0, 0, 3761),
|
|
(3041, 'Yes, sir!', 1756, 0, 12, 0, 100, 0, 0, 0, 30120),
|
|
(3042, 'It\'s time for my meditation, leave me.', 1754, 0, 12, 7, 100, 0, 0, 0, 322),
|
|
(3043, '%s refuses to die while its master is endangered!', 11672, 0, 16, 0, 100, 0, 0, 0, 7865),
|
|
(3044, 'Behold Ragnaros - the Firelord! He who was ancient when this world was young! Bow before him, mortals! Bow before your ending!', 11502, 0, 14, 0, 100, 0, 0, 8040, 7657),
|
|
(3045, 'TOO SOON! YOU HAVE AWAKENED ME TOO SOON, EXECUTUS! WHAT IS THE MEANING OF THIS INTRUSION???', 11502, 0, 14, 0, 100, 0, 0, 8043, 7636),
|
|
(3046, 'These mortal infidels, my lord! They have invaded your sanctum and seek to steal your secrets!', 11502, 0, 14, 0, 100, 0, 0, 8041, 7661),
|
|
(3047, 'FOOL! YOU ALLOWED THESE INSECTS TO RUN RAMPANT THROUGH THE HALLOWED CORE? AND NOW YOU LEAD THEM TO MY VERY LAIR? YOU HAVE FAILED ME, EXECUTUS! JUSTICE SHALL BE MET, INDEED!', 11502, 0, 14, 0, 100, 0, 0, 8044, 7662),
|
|
(3048, 'NOW FOR YOU, INSECTS! BOLDLY, YOU SOUGHT THE POWER OF RAGNAROS. NOW YOU SHALL SEE IT FIRSTHAND!\n', 11502, 0, 14, 0, 100, 0, 0, 8045, 7685),
|
|
(3049, 'Come forth, my servants! Defend your master!', 11502, 0, 14, 0, 100, 0, 0, 8049, 8572),
|
|
(3050, 'YOU CANNOT DEFEAT THE LIVING FLAME! COME YOU MINIONS OF FIRE! COME FORTH, YOU CREATURES OF HATE! YOUR MASTER CALLS!', 11502, 0, 14, 0, 100, 0, 0, 8050, 8573),
|
|
(3051, 'By fire be purged!', 11502, 0, 14, 0, 100, 0, 0, 8046, 9426),
|
|
(3052, 'TASTE THE FLAMES OF SULFURON!', 11502, 0, 14, 0, 100, 0, 0, 8047, 9427),
|
|
(3053, 'Die, insect!', 11502, 0, 14, 0, 100, 0, 0, 8051, 7626),
|
|
(3054, 'MY PATIENCE IS DWINDLING! COME, GNATS, TO YOUR DEATH!', 11502, 0, 14, 0, 100, 0, 0, 8048, 0),
|
|
(3055, 'Tell me what you know about "Crimson Dawn" or the beatings will continue!', 28939, 1, 12, 0, 100, 0, 0, 0, 29134),
|
|
(3056, 'I\'m through being courteous with your kind, human! What is the "Crimson Dawn?"', 28939, 2, 12, 0, 100, 0, 0, 0, 29135),
|
|
(3057, 'Is your life worth so little? Just tell me what I need to know about "Crimson Dawn" and I\'ll end your suffering quickly.', 28939, 3, 12, 0, 100, 0, 0, 0, 29139),
|
|
(3058, 'I can keep this up for a very long time, Scarlet dog! Tell me about the "Crimson Dawn!"', 28939, 4, 12, 0, 100, 0, 0, 0, 29137),
|
|
(3059, 'What is the "Crimson Dawn?"', 28939, 5, 12, 0, 100, 0, 0, 0, 29133),
|
|
(3060, '"Crimson Dawn!" What is it! Speak!', 28939, 6, 12, 0, 100, 0, 0, 0, 29136),
|
|
(3061, 'LIES! The pain you are about to endure will be talked about for years to come!', 28940, 0, 12, 0, 100, 0, 0, 0, 29163),
|
|
(3062, 'NO! PLEASE! There is one more thing that I forgot to mention... A courier comes soon... From Hearthglen. It...', 28940, 0, 12, 0, 100, 0, 0, 0, 29153),
|
|
(3063, 'I\'ll tear the secrets from your soul! Tell me about the "Crimson Dawn" and your life may be spared!', 28940, 0, 12, 0, 100, 0, 0, 0, 29138),
|
|
(3064, 'Tell me what you know about "Crimson Dawn" or the beatings will continue!', 28940, 1, 12, 0, 100, 0, 0, 0, 29134),
|
|
(3065, 'I\'m through being courteous with your kind, human! What is the "Crimson Dawn?"', 28940, 2, 12, 0, 100, 0, 0, 0, 29135),
|
|
(3066, 'Is your life worth so little? Just tell me what I need to know about "Crimson Dawn" and I\'ll end your suffering quickly.', 28940, 3, 12, 0, 100, 0, 0, 0, 29139),
|
|
(3067, 'I can keep this up for a very long time, Scarlet dog! Tell me about the "Crimson Dawn!"', 28940, 4, 12, 0, 100, 0, 0, 0, 29137),
|
|
(3068, 'What is the "Crimson Dawn?"', 28940, 5, 12, 0, 100, 0, 0, 0, 29133),
|
|
(3069, '"Crimson Dawn!" What is it! Speak!', 28940, 6, 12, 0, 100, 0, 0, 0, 29136),
|
|
(3070, 'LIES! The pain you are about to endure will be talked about for years to come!', 28610, 0, 12, 0, 100, 0, 0, 0, 29163),
|
|
(3071, 'NO! PLEASE! There is one more thing that I forgot to mention... A courier comes soon... From Hearthglen. It...', 28610, 0, 12, 0, 100, 0, 0, 0, 29153),
|
|
(3072, 'I\'ll tear the secrets from your soul! Tell me about the "Crimson Dawn" and your life may be spared!', 28610, 0, 12, 0, 100, 0, 0, 0, 29138),
|
|
(3073, 'Tell me what you know about "Crimson Dawn" or the beatings will continue!', 28610, 1, 12, 0, 100, 0, 0, 0, 29134),
|
|
(3074, 'I\'m through being courteous with your kind, human! What is the "Crimson Dawn?"', 28610, 2, 12, 0, 100, 0, 0, 0, 29135),
|
|
(3075, 'Is your life worth so little? Just tell me what I need to know about "Crimson Dawn" and I\'ll end your suffering quickly.', 28610, 3, 12, 0, 100, 0, 0, 0, 29139),
|
|
(3076, 'I can keep this up for a very long time, Scarlet dog! Tell me about the "Crimson Dawn!"', 28610, 4, 12, 0, 100, 0, 0, 0, 29137),
|
|
(3077, 'What is the "Crimson Dawn?"', 28610, 5, 12, 0, 100, 0, 0, 0, 29133),
|
|
(3078, '"Crimson Dawn!" What is it! Speak!', 28610, 6, 12, 0, 100, 0, 0, 0, 29136),
|
|
(3079, 'You have made a grave error, fiend!', 29519, 0, 12, 0, 100, 0, 0, 0, 30208),
|
|
(3080, 'I was a soldier of the Light once... Look at what I have become... ', 29519, 1, 12, 0, 100, 0, 0, 0, 30210),
|
|
(3081, 'You are hopelessly outmatched, $r.', 29519, 2, 12, 0, 100, 0, 0, 0, 30212),
|
|
(3082, 'They brand me unworthy? I will show them unworthy!', 29519, 3, 12, 0, 100, 0, 0, 0, 30209),
|
|
(3083, 'You will allow me a weapon and armor, yes?', 29519, 4, 12, 0, 100, 0, 0, 0, 30211),
|
|
(3084, 'I will win my freedom and leave this cursed place!', 29519, 5, 12, 0, 100, 0, 0, 0, 30207),
|
|
(3085, 'I will dismantle this festering hellhole!', 29519, 6, 12, 0, 100, 0, 0, 0, 30213),
|
|
(3086, 'There can be only one survivor!', 29519, 7, 12, 0, 100, 0, 0, 0, 30204),
|
|
(3087, 'To battle!', 29519, 0, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3088, 'Let your fears consume you!', 29519, 1, 12, 0, 100, 0, 0, 0, 30221),
|
|
(3089, 'HAH! You can barely hold a blade! Yours will be a quick death.', 29519, 2, 12, 0, 100, 0, 0, 0, 30222),
|
|
(3090, 'And now you die!', 29519, 3, 12, 0, 100, 0, 0, 0, 30205),
|
|
(3091, 'To battle!', 29519, 4, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3092, 'There is no hope for our future...', 29519, 5, 12, 0, 100, 0, 0, 0, 30216),
|
|
(3093, 'Sate your hunger on cold steel, $r!', 29519, 6, 12, 0, 100, 0, 0, 0, 30214),
|
|
(3094, 'It ends here!', 29519, 7, 12, 0, 100, 0, 0, 0, 30220),
|
|
(3095, 'Death is the only cure!', 29519, 8, 12, 0, 100, 0, 0, 0, 30215),
|
|
(3096, 'You have made a grave error, fiend!', 29520, 0, 12, 0, 100, 0, 0, 0, 30208),
|
|
(3097, 'I was a soldier of the Light once... Look at what I have become... ', 29520, 1, 12, 0, 100, 0, 0, 0, 30210),
|
|
(3098, 'You are hopelessly outmatched, $r.', 29520, 2, 12, 0, 100, 0, 0, 0, 30212),
|
|
(3099, 'They brand me unworthy? I will show them unworthy!', 29520, 3, 12, 0, 100, 0, 0, 0, 30209),
|
|
(3100, 'You will allow me a weapon and armor, yes?', 29520, 4, 12, 0, 100, 0, 0, 0, 30211),
|
|
(3101, 'I will win my freedom and leave this cursed place!', 29520, 5, 12, 0, 100, 0, 0, 0, 30207),
|
|
(3102, 'I will dismantle this festering hellhole!', 29520, 6, 12, 0, 100, 0, 0, 0, 30213),
|
|
(3103, 'There can be only one survivor!', 29520, 7, 12, 0, 100, 0, 0, 0, 30204),
|
|
(3104, 'To battle!', 29520, 0, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3105, 'Let your fears consume you!', 29520, 1, 12, 0, 100, 0, 0, 0, 30221),
|
|
(3106, 'HAH! You can barely hold a blade! Yours will be a quick death.', 29520, 2, 12, 0, 100, 0, 0, 0, 30222),
|
|
(3107, 'And now you die!', 29520, 3, 12, 0, 100, 0, 0, 0, 30205),
|
|
(3108, 'To battle!', 29520, 4, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3109, 'There is no hope for our future...', 29520, 5, 12, 0, 100, 0, 0, 0, 30216),
|
|
(3110, 'Sate your hunger on cold steel, $r!', 29520, 6, 12, 0, 100, 0, 0, 0, 30214),
|
|
(3111, 'It ends here!', 29520, 7, 12, 0, 100, 0, 0, 0, 30220),
|
|
(3112, 'Death is the only cure!', 29520, 8, 12, 0, 100, 0, 0, 0, 30215),
|
|
(3113, 'You have made a grave error, fiend!', 29565, 0, 12, 0, 100, 0, 0, 0, 30208),
|
|
(3114, 'I was a soldier of the Light once... Look at what I have become... ', 29565, 1, 12, 0, 100, 0, 0, 0, 30210),
|
|
(3115, 'You are hopelessly outmatched, $r.', 29565, 2, 12, 0, 100, 0, 0, 0, 30212),
|
|
(3116, 'They brand me unworthy? I will show them unworthy!', 29565, 3, 12, 0, 100, 0, 0, 0, 30209),
|
|
(3117, 'You will allow me a weapon and armor, yes?', 29565, 4, 12, 0, 100, 0, 0, 0, 30211),
|
|
(3118, 'I will win my freedom and leave this cursed place!', 29565, 5, 12, 0, 100, 0, 0, 0, 30207),
|
|
(3119, 'I will dismantle this festering hellhole!', 29565, 6, 12, 0, 100, 0, 0, 0, 30213),
|
|
(3120, 'There can be only one survivor!', 29565, 7, 12, 0, 100, 0, 0, 0, 30204),
|
|
(3121, 'To battle!', 29565, 0, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3122, 'Let your fears consume you!', 29565, 1, 12, 0, 100, 0, 0, 0, 30221),
|
|
(3123, 'HAH! You can barely hold a blade! Yours will be a quick death.', 29565, 2, 12, 0, 100, 0, 0, 0, 30222),
|
|
(3124, 'And now you die!', 29565, 3, 12, 0, 100, 0, 0, 0, 30205),
|
|
(3125, 'To battle!', 29565, 4, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3126, 'There is no hope for our future...', 29565, 5, 12, 0, 100, 0, 0, 0, 30216),
|
|
(3127, 'Sate your hunger on cold steel, $r!', 29565, 6, 12, 0, 100, 0, 0, 0, 30214),
|
|
(3128, 'It ends here!', 29565, 7, 12, 0, 100, 0, 0, 0, 30220),
|
|
(3129, 'Death is the only cure!', 29565, 8, 12, 0, 100, 0, 0, 0, 30215),
|
|
(3130, 'You have made a grave error, fiend!', 29566, 0, 12, 0, 100, 0, 0, 0, 30208),
|
|
(3131, 'I was a soldier of the Light once... Look at what I have become... ', 29566, 1, 12, 0, 100, 0, 0, 0, 30210),
|
|
(3132, 'You are hopelessly outmatched, $r.', 29566, 2, 12, 0, 100, 0, 0, 0, 30212),
|
|
(3133, 'They brand me unworthy? I will show them unworthy!', 29566, 3, 12, 0, 100, 0, 0, 0, 30209),
|
|
(3134, 'You will allow me a weapon and armor, yes?', 29566, 4, 12, 0, 100, 0, 0, 0, 30211),
|
|
(3135, 'I will win my freedom and leave this cursed place!', 29566, 5, 12, 0, 100, 0, 0, 0, 30207),
|
|
(3136, 'I will dismantle this festering hellhole!', 29566, 6, 12, 0, 100, 0, 0, 0, 30213),
|
|
(3137, 'There can be only one survivor!', 29566, 7, 12, 0, 100, 0, 0, 0, 30204),
|
|
(3138, 'To battle!', 29566, 0, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3139, 'Let your fears consume you!', 29566, 1, 12, 0, 100, 0, 0, 0, 30221),
|
|
(3140, 'HAH! You can barely hold a blade! Yours will be a quick death.', 29566, 2, 12, 0, 100, 0, 0, 0, 30222),
|
|
(3141, 'And now you die!', 29566, 3, 12, 0, 100, 0, 0, 0, 30205),
|
|
(3142, 'To battle!', 29566, 4, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3143, 'There is no hope for our future...', 29566, 5, 12, 0, 100, 0, 0, 0, 30216),
|
|
(3144, 'Sate your hunger on cold steel, $r!', 29566, 6, 12, 0, 100, 0, 0, 0, 30214),
|
|
(3145, 'It ends here!', 29566, 7, 12, 0, 100, 0, 0, 0, 30220),
|
|
(3146, 'Death is the only cure!', 29566, 8, 12, 0, 100, 0, 0, 0, 30215),
|
|
(3147, 'You have made a grave error, fiend!', 29567, 0, 12, 0, 100, 0, 0, 0, 30208),
|
|
(3148, 'I was a soldier of the Light once... Look at what I have become... ', 29567, 1, 12, 0, 100, 0, 0, 0, 30210),
|
|
(3149, 'You are hopelessly outmatched, $r.', 29567, 2, 12, 0, 100, 0, 0, 0, 30212),
|
|
(3150, 'They brand me unworthy? I will show them unworthy!', 29567, 3, 12, 0, 100, 0, 0, 0, 30209),
|
|
(3151, 'You will allow me a weapon and armor, yes?', 29567, 4, 12, 0, 100, 0, 0, 0, 30211),
|
|
(3152, 'I will win my freedom and leave this cursed place!', 29567, 5, 12, 0, 100, 0, 0, 0, 30207),
|
|
(3153, 'I will dismantle this festering hellhole!', 29567, 6, 12, 0, 100, 0, 0, 0, 30213),
|
|
(3154, 'There can be only one survivor!', 29567, 7, 12, 0, 100, 0, 0, 0, 30204),
|
|
(3155, 'To battle!', 29567, 0, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3156, 'Let your fears consume you!', 29567, 1, 12, 0, 100, 0, 0, 0, 30221),
|
|
(3157, 'HAH! You can barely hold a blade! Yours will be a quick death.', 29567, 2, 12, 0, 100, 0, 0, 0, 30222),
|
|
(3158, 'And now you die!', 29567, 3, 12, 0, 100, 0, 0, 0, 30205),
|
|
(3159, 'To battle!', 29567, 4, 12, 0, 100, 0, 0, 0, 30218),
|
|
(3160, 'There is no hope for our future...', 29567, 5, 12, 0, 100, 0, 0, 0, 30216),
|
|
(3161, 'Sate your hunger on cold steel, $r!', 29567, 6, 12, 0, 100, 0, 0, 0, 30214),
|
|
(3162, 'It ends here!', 29567, 7, 12, 0, 100, 0, 0, 0, 30220),
|
|
(3163, 'Death is the only cure!', 29567, 8, 12, 0, 100, 0, 0, 0, 30215),
|
|
(3164, 'No potions!', 28406, 0, 12, 0, 100, 0, 0, 0, 29265),
|
|
(3165, 'Remember this day, $n, for it is the day that you will be thoroughly owned.', 28406, 1, 12, 0, 100, 0, 0, 0, 29270),
|
|
(3166, 'I\'m going to tear your heart out, cupcake!', 28406, 2, 12, 0, 100, 0, 0, 0, 29263),
|
|
(3167, 'I\'m going to tear your heart out, cupcake!', 28406, 3, 12, 0, 100, 0, 0, 0, 29263),
|
|
(3168, 'Here come the tears...', 28406, 4, 12, 0, 100, 0, 0, 0, 29264),
|
|
(3169, 'You have challenged death itself!', 28406, 5, 12, 0, 100, 0, 0, 0, 29262),
|
|
(3170, 'The Lich King will see his true champion on this day!', 28406, 6, 12, 0, 100, 0, 0, 0, 29268),
|
|
(3171, 'You\'re going down!', 28406, 7, 12, 0, 100, 0, 0, 0, 29266),
|
|
(3172, 'You don\'t stand a chance, $n.', 28406, 8, 12, 0, 100, 0, 0, 0, 29267),
|
|
(3173, '%s performs one last service for Ragnaros...', 12056, 0, 16, 0, 100, 0, 0, 0, 8253),
|
|
(3174, 'Reckless mortals! None may challenge the Sons of the Living flame!', 12018, 0, 14, 0, 100, 0, 0, 8035, 7612),
|
|
(3175, 'The runes of warding have been destroyed! Hunt down the infidels, my brethren!', 12018, 0, 14, 0, 100, 0, 0, 8039, 7566),
|
|
(3176, 'Ashes to ashes!', 12018, 0, 14, 0, 100, 0, 0, 8037, 9425),
|
|
(3177, 'Burn mortals! Burn for this transgression!', 12018, 0, 14, 0, 100, 0, 0, 8036, 0),
|
|
(3178, 'Impossible! Stay your attack, mortals... I submit! I submit!', 12018, 0, 14, 0, 100, 0, 0, 8038, 7561),
|
|
(3179, 'Behold Ragnaros - the Firelord! He who was ancient when this world was young! Bow before him, mortals! Bow before your ending!', 12018, 0, 14, 0, 100, 0, 0, 8040, 7657),
|
|
(3180, 'These mortal infidels, my lord! They have invaded your sanctum and seek to steal your secrets!', 12018, 0, 14, 0, 100, 0, 0, 8041, 7661),
|
|
(3181, '%s goes into a killing frenzy!', 11982, 0, 16, 0, 100, 0, 0, 0, 24143),
|
|
(3182, 'Ugh.', 6784, 0, 12, 0, 100, 0, 0, 0, 5404),
|
|
(3183, 'My wounds are grave. Forgive my slow pace but my injuries won\'t allow me to walk any faster.', 349, 0, 12, 7, 100, 0, 0, 0, 25),
|
|
(3184, 'Ah, fresh air at last! I need a moment to rest.', 349, 0, 12, 7, 100, 0, 0, 0, 26),
|
|
(3185, 'The Blackrock infestation is thick in these parts. I will do my best to keep the pace. Let\'s go!', 349, 0, 12, 7, 100, 0, 0, 0, 27),
|
|
(3186, 'Marshal Marris, sir. Corporal Keeshan of the 12th Sabre Regiment returned from battle and reporting for duty!', 349, 0, 12, 7, 100, 0, 0, 0, 29),
|
|
(3187, 'Brave adventurer, thank you for rescuing me! I am sure Marshal Marris will reward your kind deed.', 349, 0, 12, 7, 100, 0, 0, 0, 30),
|
|
(3188, 'Beware! We are attacked!', 17238, 0, 12, 7, 100, 0, 0, 0, 13616),
|
|
(3189, 'It must be the purity of the Mark of the Lightbringer that is drawing forth the Scourge to us. We must proceed with caution lest we be overwhelmed!', 17238, 0, 12, 7, 100, 0, 0, 0, 13617),
|
|
(3190, 'This land truly needs to be cleansed by the Light! Let us continue on to the tomb. It isn\'t far now.', 17238, 0, 12, 7, 100, 0, 0, 0, 13619),
|
|
(3191, 'Be welcome, friends!', 1854, 0, 12, 7, 100, 0, 0, 0, 13621),
|
|
(3192, 'Thank you for coming here in remembrance of me. Your efforts in recovering that symbol, while unnecessary, are certainly touching to an old man\'s heart.', 17233, 0, 12, 0, 100, 0, 0, 0, 13622),
|
|
(3193, 'Please, rise my friend. Keep the Blessing as a symbol of the strength of the Light and how heroes long gone might once again rise in each of us to inspire.', 17233, 0, 12, 0, 100, 0, 0, 0, 13623),
|
|
(3194, 'Thank you my friend for making this possible. This is a day that I shall never forget! I think I will stay a while. Please return to High Priestess MacDonnell at the camp. I know that she\'ll be keenly interested to know of what has transpired here.', 17233, 0, 12, 7, 100, 0, 0, 0, 13624),
|
|
(3195, 'PRIDE HERALDS THE END OF YOUR WORLD. COME, MORTALS! FACE THE WRATH OF THE SOULFLAYER!', 14834, 0, 14, 0, 100, 0, 0, 8414, 10447),
|
|
(3196, 'Fleeing will do you no good, mortals!', 14834, 0, 14, 0, 100, 0, 0, 0, 10635),
|
|
(3197, 'You dare set foot upon Hakkari holy ground? Minions of Hakkar, destroy the infidels!\n', 14834, 0, 14, 0, 100, 0, 0, 0, 10594),
|
|
(3198, 'Minions of Hakkar, hear your God. The sanctity of this temple has been compromised. Invaders encroach upon holy ground! The Altar of Blood must be protected. Kill them all!', 14834, 0, 14, 0, 100, 0, 0, 0, 10546),
|
|
(3199, 'Shirvallah, fill me with your RAGE!', 14509, 0, 14, 0, 100, 0, 0, 8419, 10455),
|
|
(3200, 'Hakkar binds me no more! Peace at last!', 14509, 0, 14, 0, 100, 0, 0, 8424, 10451),
|
|
(3201, 'Lord Hir\'eek, grant me wings of vengeance!', 14517, 0, 14, 0, 100, 0, 0, 8417, 10027),
|
|
(3202, 'I command you to rain fire down upon these invaders!', 14517, 0, 14, 0, 100, 0, 0, 0, 10369),
|
|
(3203, 'Finally...death! Curse you, Hakkar! Curse you!', 14517, 0, 14, 0, 100, 0, 0, 8422, 10452),
|
|
(3204, 'Bethekk, your priestess calls upon your might!', 14515, 0, 14, 0, 100, 0, 0, 8416, 10461),
|
|
(3205, 'Feast on $n, my pretties!', 14515, 0, 14, 0, 100, 0, 0, 0, 10472),
|
|
(3206, 'At last, I am free of the Soulflayer!', 14515, 0, 14, 0, 100, 0, 0, 8412, 10450),
|
|
(3207, 'I\'ll feed your souls to Hakkar himself!', 11382, 0, 14, 0, 100, 0, 0, 8413, 0),
|
|
(3208, 'Ding!', 11382, 0, 14, 0, 100, 0, 0, 0, 10505),
|
|
(3209, 'I\'m keeping my eye on you, $N!', 11382, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(3210, 'Don\'t make me angry. You won\'t like it when I\'m angry.', 11382, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(3211, 'Hey! Grats, mon!', 11380, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(3212, 'Welcome to the great show, friends. Step right up to die!', 11380, 0, 14, 0, 100, 0, 0, 8425, 10449),
|
|
(3213, 'Draw me to your web mistress Shadra. Unleash your venom!', 14510, 0, 14, 0, 100, 0, 0, 8418, 0),
|
|
(3214, 'Shadra, make of me your avatar!', 14510, 0, 14, 0, 100, 0, 0, 0, 10443),
|
|
(3215, 'Aid me my brood!', 14510, 0, 14, 0, 100, 0, 0, 0, 10448),
|
|
(3216, 'Bless you, mortals, for this release...Hakkar controls me no longer!', 14510, 0, 14, 0, 100, 0, 0, 8423, 10459),
|
|
(3217, 'That\'s the first relic, but there are still two more. Follow me, $n.', 16364, 0, 12, 0, 100, 0, 0, 0, 20563),
|
|
(3218, 'Praise be to Egan!', 11136, 0, 12, 0, 100, 0, 0, 0, 6453),
|
|
(3219, 'Rivendare must be destroyed!', 11136, 1, 12, 0, 100, 0, 0, 0, 6455),
|
|
(3220, 'Who you gonna call?', 11136, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(3221, 'Don\'t cross those beams!', 11136, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(3222, 'Let\'s get to the others, and keep an eye open for those wolves outside...', 1978, 0, 12, 0, 100, 0, 0, 0, 481),
|
|
(3223, 'Be careful, $n. Those wolves like to hide among the trees.', 1978, 0, 12, 0, 100, 0, 0, 0, 482),
|
|
(3224, 'A $n attacks!', 1978, 0, 12, 0, 100, 0, 0, 0, 543),
|
|
(3225, 'Beware! I am under attack!', 1978, 1, 12, 0, 100, 0, 0, 0, 544),
|
|
(3226, 'Beware! A $n is upon us!', 1978, 2, 12, 0, 100, 0, 0, 0, 541),
|
|
(3227, 'We\'re almost there!', 1978, 0, 12, 0, 100, 0, 0, 0, 483),
|
|
(3228, 'We made it! Thanks, $n. I couldn\'t have gotten here without you.', 1978, 0, 12, 0, 100, 0, 0, 0, 484),
|
|
(3229, 'It\'s good to see you again, Erland. What is your report?', 1950, 0, 12, 0, 100, 0, 0, 0, 534),
|
|
(3230, 'Masses of wolves are to the east, and whoever lived at Malden\'s Orchard is gone.', 1978, 0, 12, 0, 100, 0, 0, 0, 535),
|
|
(3231, 'If I am excused, then I\'d like to check on Quinn...', 1978, 0, 12, 0, 100, 0, 0, 0, 536),
|
|
(3232, 'Hello, Quinn. How are you faring?', 1978, 0, 12, 0, 100, 0, 0, 0, 537),
|
|
(3233, 'I\'ve been better. Ivar the Foul got the better of me...', 1951, 0, 12, 33, 100, 0, 0, 0, 539),
|
|
(3234, 'Try to take better care of yourself, Quinn. You were lucky this time.', 1978, 0, 12, 0, 100, 0, 0, 0, 538),
|
|
(3235, 'Deployment successful. Trespassers will be neutralized.', 24981, 0, 12, 0, 100, 0, 0, 0, 24016),
|
|
(3236, 'Objective acquired. Initiating security routines.', 24981, 1, 12, 0, 100, 0, 0, 0, 24014),
|
|
(3237, 'Come, little ones. Face me!', 6109, 0, 14, 0, 100, 0, 0, 0, 9071),
|
|
(3238, 'A-Me good. Good, A-Me. Follow... follow A-Me. Home. A-Me go home.', 9623, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(3239, '$n, no hurt A-Me. A-Me, good.', 9623, 0, 12, 0, 100, 0, 0, 0, 5158),
|
|
(3240, 'Good... good, A-Me. A-Me good. Home. Find home.', 9623, 0, 12, 0, 100, 0, 0, 0, 5063),
|
|
(3241, 'Danger. Danger! $n try hurt A-Me.', 9623, 0, 12, 0, 100, 0, 0, 0, 5159),
|
|
(3242, 'Bad, $n. $n, bad!', 9623, 0, 12, 0, 100, 0, 0, 0, 5157),
|
|
(3243, 'A-Me home! A-Me, good! Good A-Me. Home. Home. Home.', 9623, 0, 12, 0, 100, 0, 0, 0, 5156),
|
|
(3244, 'Well, I\'m not sure how far I\'ll make it in this state... I\'m feeling kind of faint...', 9999, 0, 12, 0, 100, 0, 0, 0, 5391),
|
|
(3245, 'If I look woozy, slap me. If I pass out, use the canteen. Now let\'s go!', 9999, 1, 12, 0, 100, 0, 0, 0, 5392),
|
|
(3246, 'The heat... I can\'t take it...', 9999, 0, 12, 0, 100, 0, 0, 0, 5396),
|
|
(3247, 'Maybe... you could carry me?', 9999, 1, 12, 0, 100, 0, 0, 0, 5397),
|
|
(3248, 'Uuuuuuggggghhhhh....', 9999, 2, 12, 0, 100, 0, 0, 0, 5394),
|
|
(3249, 'I\'m not feeling so well...', 9999, 3, 12, 0, 100, 0, 0, 0, 5395),
|
|
(3250, 'Where... where am I?', 9999, 0, 12, 0, 100, 0, 0, 0, 26240),
|
|
(3251, 'I am feeling a little better now, thank you.', 9999, 1, 12, 0, 100, 0, 0, 0, 5399),
|
|
(3252, 'Yes, I must go on.', 9999, 2, 12, 0, 100, 0, 0, 0, 5398),
|
|
(3253, 'How am I feeling? Quite soaked, thank you.', 9999, 3, 12, 0, 100, 0, 0, 0, 5401),
|
|
(3254, 'Spraggle! I didn\'t think I\'d make it back!', 9999, 0, 12, 0, 100, 0, 0, 0, 5402),
|
|
(3255, 'Ringo! You\'re okay!', 9997, 0, 12, 0, 100, 0, 0, 0, 5405),
|
|
(3256, 'Oh... I\'m feeling faint...', 9999, 0, 12, 0, 100, 0, 0, 0, 5403),
|
|
(3257, '%s faints and falls onto the ground.', 9999, 0, 16, 0, 100, 0, 0, 0, 5393),
|
|
(3258, '%s stands up after a short pause.', 9999, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(3259, 'Ugh.', 9999, 0, 12, 0, 100, 0, 0, 0, 5404),
|
|
(3260, 'Ringo? Wake up! Don\'t worry, I\'ll take care of you.', 9997, 0, 12, 0, 100, 0, 0, 0, 5406),
|
|
(3261, '%s fades away after a long pause.', 9999, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(3262, 'For once I agree with you... scum.', 3850, 0, 12, 7, 100, 1, 1000, 0, 1329),
|
|
(3263, 'That\'s it! That\'s what you were waiting for! KILL THEM!', 7766, 0, 14, 0, 100, 0, 0, 0, 4613),
|
|
(3264, 'I\'m old enough to shoot beasts like you right between the eyes... at twice this distance.', 26935, 0, 12, 0, 100, 0, 0, 0, 26110),
|
|
(3265, 'Don\'t you dare talk about my father, monster. He was twice the man you\'ll ever be.', 26935, 0, 12, 0, 100, 0, 0, 0, 26113),
|
|
(3266, 'I\'d rather be dead than be one of you! You think you\'re still human? You\'re... animals!', 26935, 0, 12, 0, 100, 0, 0, 0, 26112),
|
|
(3267, 'Surprise, you scum! You\'re going to tell me where my sister is or I\'ll put a bucketful of truesilver bullets through your wife\'s heart.', 26935, 0, 12, 0, 100, 0, 0, 0, 26884),
|
|
(3268, 'Where is Anya?', 26935, 0, 12, 0, 100, 0, 0, 0, 26889),
|
|
(3269, 'There is one last thing. I need to know where Arugal is.', 26935, 0, 12, 0, 100, 0, 0, 0, 26890),
|
|
(3270, 'How old are you, lass?', 26971, 0, 12, 0, 100, 0, 0, 0, 26107),
|
|
(3271, 'You won\'t get away with this, you know? You\'re just a kid.', 26971, 0, 12, 0, 100, 0, 0, 0, 26106),
|
|
(3272, 'Your father was weak, Sasha... he didn\'t have the guts to do what had to be done.', 26971, 0, 12, 0, 100, 0, 0, 0, 26109),
|
|
(3273, 'We\'ll all end up serving the Lich King, kid. Better this way than becoming a rotten corpse.', 26971, 0, 12, 0, 100, 0, 0, 0, 26108),
|
|
(3274, 'Stop! Do not shoot! Do not hurt Tatjana!', 26971, 0, 12, 0, 100, 0, 0, 0, 26885),
|
|
(3275, 'The brat\'s held prisoner in the wolf den on the other side of the mountain. She was to be taken to Arugal. Are we free to go now?', 26971, 0, 12, 0, 100, 0, 0, 0, 26886),
|
|
(3276, 'Forgive me, Tatjana... ', 26971, 0, 12, 0, 100, 0, 0, 0, 26887),
|
|
(3277, 'Nothing you can do can compare to what Arugal can do to us! I will tear you apart myself!', 26971, 0, 12, 0, 100, 0, 0, 0, 26888),
|
|
(3278, 'Anya!! You\'re all right!', 26935, 0, 12, 0, 100, 0, 0, 0, 26915),
|
|
(3279, 'Badmoon? You mean Bloodmoon?', 26935, 0, 12, 0, 100, 0, 0, 0, 26916),
|
|
(3280, 'Don\'t worry, sister... no one can hurt you now.', 26935, 0, 12, 0, 100, 0, 0, 0, 26917),
|
|
(3281, 'You won\'t eat me, will you?', 27646, 0, 12, 0, 100, 0, 0, 0, 26914),
|
|
(3282, 'Sister! The mean men were going to take me to Badmoon Isle. They wanted to turn me into one of them.', 27646, 0, 12, 0, 100, 0, 0, 0, 26918),
|
|
(3283, 'That\'s what I said! Badmoon! Sasha... don\'t ever leave me again! First they took papa, then they took you... I don\'t want to be alone with them!', 27646, 0, 12, 0, 100, 0, 0, 0, 26919),
|
|
(3284, 'Don\'t let them turn me into one of those aberrations!', 25610, 0, 12, 1, 100, 1, 0, 0, 24828),
|
|
(3285, 'Kill me... Kill me now!', 25610, 1, 12, 1, 100, 1, 0, 0, 24829),
|
|
(3286, 'Somebody please... Help...', 25610, 2, 12, 1, 100, 1, 0, 0, 24827),
|
|
(3287, 'Don\'t let them turn me into one of those aberrations!', 25610, 3, 12, 1, 100, 1, 0, 0, 24828),
|
|
(3288, 'Freedom at last! I must return to Warsong Hold at once!', 25610, 0, 12, 1, 100, 1, 0, 0, 24832),
|
|
(3289, 'I am forever indebted to you, friend.', 25610, 1, 12, 1, 100, 1, 0, 0, 24834),
|
|
(3290, 'Thank you, friend.', 25610, 2, 12, 1, 100, 1, 0, 0, 24831),
|
|
(3291, 'You have my thanks, stranger.', 25610, 3, 12, 1, 100, 1, 0, 0, 24833),
|
|
(3292, 'Keep Moving!', 23905, 0, 14, 7, 100, 0, 0, 0, 0),
|
|
(3293, 'Taste my steel, little $g boy : girl;!', 30086, 0, 12, 0, 100, 0, 0, 0, 30750),
|
|
(3294, 'You fight well, little one. I am bested for now. We will meet again I assure you. When we do I will be better prepared!', 30086, 0, 12, 0, 100, 66, 0, 0, 30821),
|
|
(3295, 'You dare to touch ME?! You won\'t keep me from proving myself to the Lich King!', 30081, 0, 12, 0, 100, 0, 0, 0, 30746),
|
|
(3296, 'Onu\'zun gonna kill you dead!', 30180, 0, 12, 0, 100, 0, 0, 0, 30856),
|
|
(3297, 'Grrrrrrrr! I\'ll kneecap ya!', 30162, 0, 12, 0, 100, 0, 0, 0, 30822),
|
|
(3298, 'WHEE!!!', 30162, 0, 12, 0, 100, 0, 0, 0, 30828),
|
|
(3299, 'The style of this blade and its markings hinted that it might be a dragonforged sword. At last, we will have our answer.', 36642, 0, 12, 0, 100, 1, 0, 16745, 37469),
|
|
(3300, 'After all these years, can it really be --', 36642, 0, 12, 0, 100, 6, 0, 16746, 37470),
|
|
(3301, 'It falls to us to see Quel\'Delar restored for the Sunreavers.', 36642, 0, 12, 0, 100, 0, 0, 0, 37514),
|
|
(3302, 'I knew this was a dragonforged blade when I first laid eyes on it.', 36624, 0, 12, 0, 100, 1, 0, 16604, 37465),
|
|
(3303, 'But can it be? Is this really --', 36624, 0, 12, 0, 100, 6, 0, 16605, 37466),
|
|
(3304, 'I vow that the Silver Covenant will see Quel\'Delar restored.', 36624, 0, 12, 0, 100, 0, 0, 0, 37518),
|
|
(3305, 'You are not welcome here, minion of the Lich King!', 36656, 0, 12, 0, 100, 0, 0, 0, 37887),
|
|
(3306, 'Quel\'Delar.', 37846, 0, 12, 0, 100, 1, 0, 16808, 37484),
|
|
(3307, 'Quiet, fools. If I had wished to kill you, you\'d already be dead.', 37846, 0, 12, 0, 100, 0, 0, 0, 37894),
|
|
(3308, 'As Quel\'Serrar was forged by the dragons and given to the kaldorei, its twin, Quel\'Delar, was given to my people.', 37846, 0, 12, 0, 100, 1, 0, 16809, 37485),
|
|
(3309, 'The king bestowed the blade upon my friend, Thalorien Dawnseeker.', 37846, 0, 12, 0, 100, 1, 0, 16800, 37486),
|
|
(3310, 'But even Thalorien\'s skill and Quel\'Delar\'s magic could not save Silvermoon from the might of the Scourge.', 37846, 0, 12, 0, 100, 1, 0, 16801, 37487),
|
|
(3311, 'Thalorien fell before the gates of the Sunwell, buying time for others to escape.', 37846, 0, 12, 0, 100, 1, 0, 16802, 37488),
|
|
(3312, 'After the battle, I recovered the sword from the field. I bore it to Northrend in the service of my prince, seeking to avenge our people\'s defeat.', 37846, 0, 12, 0, 100, 16, 0, 16803, 37490),
|
|
(3313, 'Arthas shattered our forces and took the most powerful of us into his service as the San\'layn.', 37846, 0, 12, 0, 100, 1, 0, 16804, 37491),
|
|
(3314, 'My memories of Thalorien went cold and so did his blade.', 37846, 0, 12, 0, 100, 1, 0, 16805, 37492),
|
|
(3315, 'It was I who brought Quel\'Delar here, to return it to its makers. In breaking the weapon, so did I break its power.', 37846, 0, 12, 0, 100, 25, 0, 16806, 37493),
|
|
(3316, 'Quel\'Delar will never serve another!', 37846, 0, 12, 0, 100, 5, 0, 16807, 37494),
|
|
(3317, 'The Blessed Banner of the Crusade has been planted.\nDefend the banner from all attackers!', 30891, 0, 41, 0, 100, 0, 0, 0, 31539),
|
|
(3318, 'BY THE LIGHT! Those damned monsters! Look at what they\'ve done to our people!', 31003, 0, 12, 0, 100, 5, 0, 0, 31560),
|
|
(3319, 'Burn it down, boys. Burn it all down.', 31003, 0, 12, 0, 100, 1, 0, 0, 31561),
|
|
(3320, 'Let \'em come. They\'ll pay for what they\'ve done!', 31003, 0, 12, 0, 100, 1, 0, 0, 31562),
|
|
(3321, 'We\'ve done it, lads! We\'ve taken the pinnacle from the Scourge! Report to Father Gustav at once and tell him the good news! We\'re gonna get to buildin\' and settin\' up! Go!', 31003, 0, 14, 0, 100, 71, 0, 0, 31573),
|
|
(3322, 'Leave no survivors!', 31013, 0, 14, 0, 100, 0, 0, 14793, 31567),
|
|
(3323, 'Cower before my terrible creations!', 31013, 0, 14, 0, 100, 0, 0, 14800, 31568),
|
|
(3324, 'Feast my children! Feast upon the flesh of the living!', 31013, 0, 14, 0, 100, 0, 0, 14801, 31569),
|
|
(3325, 'Lay down your arms and surrender your souls!', 31013, 0, 14, 0, 100, 0, 0, 14802, 31570),
|
|
(3326, 'Sapphiron lifts off into the air!', 15989, 0, 41, 0, 100, 254, 0, 0, 32801),
|
|
(3327, 'Sapphiron resumes his attacks!', 15989, 0, 41, 0, 100, 0, 0, 0, 32802),
|
|
(3328, '%s takes a deep breath.', 15989, 0, 41, 7, 100, 0, 0, 0, 24548),
|
|
(3329, '%s enrages!', 15989, 0, 41, 0, 100, 0, 0, 0, 0),
|
|
(3330, 'You will not defeat the Assembly of Iron so easily, invaders!', 32867, 0, 14, 0, 100, 0, 0, 15674, 34321),
|
|
(3331, 'So fragile and weak!', 32867, 0, 14, 0, 100, 0, 0, 15675, 34322),
|
|
(3332, 'Flesh... such a hindrance.', 32867, 1, 14, 0, 100, 0, 0, 15676, 34323),
|
|
(3333, 'You seek the secrets of Ulduar? Then take them!', 32867, 0, 14, 0, 100, 0, 0, 15677, 34324),
|
|
(3334, 'My death only serves to hasten your demise.', 32867, 0, 14, 0, 100, 0, 0, 15678, 34325),
|
|
(3335, 'Impossible...', 32867, 0, 14, 0, 100, 0, 0, 15679, 38080),
|
|
(3336, 'This meeting of the Assembly of Iron is adjourned!', 32867, 0, 14, 0, 100, 0, 0, 15680, 34335),
|
|
(3337, 'Nothing short of total decimation will suffice.', 32927, 0, 14, 0, 100, 0, 0, 15657, 34328),
|
|
(3338, 'The world suffers yet another insignificant loss.', 32927, 0, 14, 0, 100, 0, 0, 15658, 34329),
|
|
(3339, 'Death is the price of your arrogance.', 32927, 1, 14, 0, 100, 0, 0, 15659, 34330),
|
|
(3340, 'Decipher this!', 32927, 0, 14, 0, 100, 0, 0, 15660, 34331),
|
|
(3341, 'Face the lightning\'s surge!', 32927, 0, 14, 0, 100, 0, 0, 15661, 34332),
|
|
(3342, 'The legacy of storms shall not be undone.', 32927, 0, 14, 0, 100, 0, 0, 15662, 34333),
|
|
(3343, 'What have you gained from my defeat? You are no less doomed, mortals.', 32927, 0, 14, 0, 100, 0, 0, 15663, 34334),
|
|
(3344, 'This meeting of the Assembly of Iron is adjourned!', 32927, 0, 14, 0, 100, 0, 0, 15664, 34335),
|
|
(3345, 'Whether the world\'s greatest gnats or the world\'s greatest heroes, you are still only mortal.', 32857, 0, 14, 0, 100, 0, 0, 15684, 34314),
|
|
(3346, 'A merciful kill!', 32857, 0, 14, 0, 100, 0, 0, 15685, 34315),
|
|
(3347, 'HAH!', 32857, 1, 14, 0, 100, 0, 0, 15686, 35684),
|
|
(3348, 'Stand still and stare into the light!', 32857, 0, 14, 0, 100, 0, 0, 15687, 33962),
|
|
(3349, 'Let the storm clouds rise and rain down death from above!', 32857, 0, 14, 0, 100, 0, 0, 15688, 34317),
|
|
(3350, 'The power of the storm lives on.', 32857, 0, 14, 0, 100, 0, 0, 15689, 34318),
|
|
(3351, 'You rush headlong into the maw of madness!', 32857, 0, 14, 0, 100, 0, 0, 15690, 34319),
|
|
(3352, 'This meeting of the Assembly of Iron is adjourned!', 32857, 0, 14, 0, 100, 0, 0, 15691, 34335),
|
|
(3353, '%s begins to Overload!', 32857, 0, 41, 0, 100, 0, 0, 0, 34004),
|
|
(3354, 'Ah...the wondrous sound of kodos. I love the way they make the ground shake... inspect the beast for me.', 11596, 0, 12, 0, 100, 0, 0, 0, 7303),
|
|
(3355, 'Hey, look out with that kodo! You had better inspect that beast before I give you credit!', 11596, 1, 12, 0, 100, 0, 0, 0, 7301),
|
|
(3356, 'That kodo sure is a beauty. Wait a minute, where are my bifocals? Perhaps you should inspect the beast for me.', 11596, 2, 12, 0, 100, 0, 0, 0, 7302),
|
|
(3357, 'Ow! OK, I\'ll get back to work, $n!', 10556, 0, 12, 1, 100, 0, 0, 0, 5774),
|
|
(3358, 'You\'ll never leave this place alive.', 7358, 0, 14, 0, 100, 0, 0, 5825, 6187),
|
|
(3359, 'To me, my servants!', 7358, 0, 14, 0, 100, 0, 0, 5828, 6189),
|
|
(3360, 'Come, spirits - attend your master!', 7358, 0, 14, 0, 100, 0, 0, 5829, 6190),
|
|
(3361, 'I am the hand of the Lich King!', 7358, 0, 14, 0, 100, 0, 0, 5827, 6192),
|
|
(3362, 'Too easy.', 7358, 0, 12, 0, 100, 0, 0, 5826, 6188),
|
|
(3363, 'Lurosa, I am entrusting the Relics of Aviana to $n, who will take them to Morthis Whisperwing. I must return completely to the Emerald Dream now. Do not let $n fail!', 22916, 0, 12, 0, 100, 0, 0, 0, 20601),
|
|
(3364, 'Stay close, $n. I\'ll need all the help I can get to break out of here. Let\'s go!', 3465, 0, 12, 0, 100, 0, 0, 0, 1065),
|
|
(3365, 'At last! Free from Northwatch Hold! I need a moment to catch my breath....', 3465, 0, 12, 0, 100, 0, 0, 0, 1066),
|
|
(3366, 'Now I feel better. Let\'s get back to Ratchet. Come on, $n.', 3465, 0, 12, 0, 100, 0, 0, 0, 1067),
|
|
(3367, 'Looks like the Southsea Freebooters are heavily entrenched on the coast. This could get rough.', 3465, 0, 12, 0, 100, 0, 0, 0, 1068),
|
|
(3368, 'Help! $n attacking!', 3465, 0, 12, 0, 100, 0, 0, 0, 1074),
|
|
(3369, '$n heading this way fast! Time for revenge!', 3465, 1, 12, 0, 100, 0, 0, 0, 1075),
|
|
(3370, '$n coming right at us!', 3465, 2, 12, 0, 100, 0, 0, 0, 1072),
|
|
(3371, 'Get this $n off of me!', 3465, 3, 12, 0, 100, 0, 0, 0, 1073),
|
|
(3372, 'Almost back to Ratchet! Let\'s keep up the pace...', 3465, 0, 12, 0, 100, 0, 0, 0, 1069),
|
|
(3373, 'Ah, the sweet salt air of Ratchet.', 3465, 0, 12, 0, 100, 0, 0, 0, 1070),
|
|
(3374, 'Captain Brightsun, $n here has freed me! $n, I am certain the Captain will reward your bravery.', 3465, 0, 12, 0, 100, 0, 0, 0, 1071),
|
|
(3375, 'Ready when you are, warrior.', 6238, 0, 12, 0, 100, 0, 0, 0, 2421),
|
|
(3376, 'The Affray has begun. $n, get ready to fight!', 6248, 0, 12, 0, 100, 0, 0, 0, 2301),
|
|
(3377, 'You! Enter the fray!', 6248, 0, 12, 0, 100, 0, 0, 0, 2318),
|
|
(3378, 'Challenger is down!', 6248, 0, 12, 0, 100, 0, 0, 0, 2355),
|
|
(3379, 'The Affray is over!', 6248, 0, 12, 0, 100, 0, 0, 0, 2320),
|
|
(3380, 'Alright, alright! I think I can figure out how to operate this thing...', 3439, 0, 12, 0, 100, 0, 0, 0, 1031),
|
|
(3381, 'Arrrgh! This isn\'t right!', 3439, 0, 12, 0, 100, 0, 0, 0, 1039),
|
|
(3382, 'Okay, I think I\'ve got it, now. Follow me, $n!', 3439, 0, 12, 0, 100, 0, 0, 0, 1032),
|
|
(3383, 'There\'s the stolen shredder! Stop it or Lugwizzle will have our hides!', 3282, 0, 14, 0, 100, 0, 0, 0, 1040),
|
|
(3384, 'Looks like we\'re out of the woods, eh? Wonder what this does...', 3439, 0, 12, 0, 100, 0, 0, 0, 1033),
|
|
(3385, 'Come on, don\'t break down on me now!', 3439, 0, 12, 0, 100, 0, 0, 0, 1043),
|
|
(3386, 'That was a close one! Well, let\'s get going, we\'re almost there.', 3439, 0, 12, 0, 100, 0, 0, 0, 1041),
|
|
(3387, 'Hm... I don\'t think this blinking red light is a good thing...', 3439, 0, 12, 0, 100, 0, 0, 0, 1044),
|
|
(3388, 'Are you sure that you are ready? If we do not have a group of your allies to aid us, we will surely fail.', 12717, 0, 12, 0, 100, 0, 0, 0, 8566),
|
|
(3389, 'This will be a tough fight, $n. Follow me closely!', 12717, 0, 12, 0, 100, 0, 0, 0, 8555),
|
|
(3390, 'This is the brazier, $n. Put it out. Vorsha is a beast, worthy of praise from no one!', 12717, 0, 12, 0, 100, 0, 0, 0, 8556),
|
|
(3391, 'Now we must wait. It won\'t be long before the naga realize what we have done.', 12717, 0, 12, 0, 100, 0, 0, 0, 8410),
|
|
(3392, 'Be on your guard, $n!', 12717, 0, 12, 0, 100, 0, 0, 0, 8412),
|
|
(3393, 'Perhaps we will get a moment to rest. But I will not give up until we have faced off against Vorsha!', 12717, 0, 12, 0, 100, 0, 0, 0, 8413),
|
|
(3394, 'We have done it!', 12717, 0, 12, 0, 100, 0, 0, 0, 8569),
|
|
(3395, 'You have my deepest gratitude. I thank you.', 12717, 0, 12, 0, 100, 0, 0, 0, 8558),
|
|
(3396, 'I am going to patrol the area for a while longer and ensure that things are truly safe.', 12717, 0, 12, 0, 100, 0, 0, 0, 8564),
|
|
(3397, 'Please return to Zoram\'gar and report our success to the Warsong Runner.', 12717, 0, 12, 0, 100, 0, 0, 0, 8565),
|
|
(3398, 'I\'m in jeopardy! Help me if you can!', 17772, 0, 14, 0, 100, 0, 0, 11007, 18537),
|
|
(3399, 'They\'ve broken through!', 17772, 1, 14, 0, 100, 0, 0, 11049, 18538),
|
|
(3400, 'Don\'t give up! We must prevail!', 17772, 0, 14, 0, 100, 0, 0, 11006, 18540),
|
|
(3401, 'Stay alert! Another wave approaches.', 17772, 0, 14, 0, 100, 0, 0, 11008, 0),
|
|
(3402, 'Hold them back as long as possible!', 17772, 0, 14, 0, 100, 0, 0, 11050, 18541),
|
|
(3403, 'We must hold strong!', 17772, 1, 14, 0, 100, 0, 0, 11051, 18542),
|
|
(3404, 'We are lost! Fall back!', 17772, 0, 14, 0, 100, 0, 0, 11009, 18543),
|
|
(3405, 'We have won valuable time. Now we must pull back.', 17772, 0, 14, 0, 100, 0, 0, 11011, 15309),
|
|
(3406, 'I did... my best.', 17772, 0, 14, 0, 100, 0, 0, 11010, 18539),
|
|
(3407, 'I will lay down for no one!', 17852, 0, 14, 0, 100, 0, 0, 11031, 18544),
|
|
(3408, 'Bring the fight to me and pay with your lives!', 17852, 1, 14, 0, 100, 0, 0, 11061, 18545),
|
|
(3409, 'Hold them back! Do not falter!', 17852, 0, 14, 0, 100, 0, 0, 11030, 18731),
|
|
(3410, 'Make ready for another wave! LOK-TAR OGAR!', 17852, 0, 14, 0, 100, 0, 0, 11032, 0),
|
|
(3411, 'Victory or Death!', 17852, 0, 14, 0, 100, 0, 0, 11059, 18732),
|
|
(3412, 'Do not give an inch of ground!', 17852, 1, 14, 0, 100, 0, 0, 11060, 18733),
|
|
(3413, 'It is over! Withdraw! We have failed....', 17852, 0, 14, 0, 100, 0, 0, 11033, 18734),
|
|
(3414, 'We have played our part, and done well at that. It is up to the others now.', 17852, 0, 14, 0, 100, 0, 0, 11035, 15312),
|
|
(3415, 'Uraaa...', 17852, 0, 14, 0, 100, 0, 0, 11034, 0),
|
|
(3416, 'You there, fetch water quickly! Get these flames out before they spread to the rest of the keep! Hurry, damn you!', 17848, 0, 14, 0, 100, 0, 0, 10428, 15737),
|
|
(3417, 'I know what you\'re up to, and I mean to put an end to it, permanently!', 17848, 0, 14, 0, 100, 0, 0, 10429, 16650),
|
|
(3418, 'No more middling for you.', 17848, 0, 14, 0, 100, 0, 0, 10432, 0),
|
|
(3419, 'You will not interfere!', 17848, 1, 14, 0, 100, 0, 0, 10433, 16663),
|
|
(3420, 'Time to bleed!', 17848, 0, 14, 0, 100, 0, 0, 10430, 16659),
|
|
(3421, 'Run, you blasted cowards!', 17848, 0, 14, 0, 100, 0, 0, 10431, 16660),
|
|
(3422, 'Thrall... must not... go free.', 17848, 0, 14, 0, 100, 0, 0, 10434, 16664),
|
|
(3423, 'Very well then. Let\'s go!', 17876, 0, 14, 0, 100, 0, 0, 10465, 17622),
|
|
(3424, 'As long as we\'re going with a new plan, I may as well pick up a weapon and some armor.', 17876, 0, 12, 0, 100, 0, 0, 0, 15893),
|
|
(3425, 'A rider approaches.', 17876, 0, 12, 0, 100, 0, 0, 10466, 15908),
|
|
(3426, 'I\'ll never be chained again!', 17876, 0, 14, 0, 100, 0, 0, 10467, 17623),
|
|
(3427, 'Very well. Tarren Mill lies just west of here. Since time is of the essence...', 17876, 0, 14, 0, 100, 0, 0, 10468, 15916),
|
|
(3428, 'Let\'s ride!', 17876, 0, 12, 0, 100, 0, 0, 10469, 15948),
|
|
(3429, 'Taretha must be in the inn. Let\'s go.', 17876, 0, 12, 0, 100, 0, 0, 0, 15977),
|
|
(3430, 'Taretha! What foul magic is this?', 17876, 0, 12, 0, 100, 0, 0, 0, 15978),
|
|
(3431, 'Who or what was that?', 17876, 0, 14, 0, 100, 0, 0, 10470, 16017),
|
|
(3432, 'No!', 17876, 0, 14, 0, 100, 0, 0, 10471, 35155),
|
|
(3433, 'Goodbye, Taretha. I will never forget your kindness.', 17876, 0, 14, 0, 100, 0, 0, 10472, 16089),
|
|
(3434, 'Things are looking grim....', 17876, 0, 14, 0, 100, 0, 0, 10458, 17610),
|
|
(3435, 'I\'ll fight... to the last!', 17876, 1, 14, 0, 100, 0, 0, 10459, 17611),
|
|
(3436, 'Taretha....', 17876, 0, 14, 0, 100, 0, 0, 10460, 17612),
|
|
(3437, 'A good day... to die.', 17876, 1, 14, 0, 100, 0, 0, 10461, 17613),
|
|
(3438, 'I have earned my freedom!', 17876, 0, 14, 0, 100, 0, 0, 10448, 17600),
|
|
(3439, 'This day is long overdue! Out of my way!', 17876, 1, 14, 0, 100, 0, 0, 10449, 17601),
|
|
(3440, 'I am a slave no longer!', 17876, 2, 14, 0, 100, 0, 0, 10450, 17602),
|
|
(3441, 'Blackmoore has much to answer for!', 17876, 3, 14, 0, 100, 0, 0, 10451, 17603),
|
|
(3442, 'You have forced my hand!', 17876, 0, 14, 0, 100, 0, 0, 10452, 17604),
|
|
(3443, 'It should not have come to this!', 17876, 1, 14, 0, 100, 0, 0, 10453, 17605),
|
|
(3444, 'I did not ask for this!', 17876, 2, 14, 0, 100, 0, 0, 10454, 17606),
|
|
(3445, 'I am truly in your debt, strangers.', 17876, 0, 14, 0, 100, 0, 0, 10455, 17607),
|
|
(3446, 'Thank you, strangers. You have given me hope.', 17876, 1, 14, 0, 100, 0, 0, 10456, 17608),
|
|
(3447, 'I will not waste this chance. I will seek out my destiny.', 17876, 2, 14, 0, 100, 0, 0, 10457, 17609),
|
|
(3448, 'I\'m free! Thank you all!', 18887, 0, 12, 0, 100, 0, 0, 0, 16082),
|
|
(3449, 'Thrall, you escaped!', 18887, 0, 12, 0, 100, 0, 0, 0, 15979),
|
|
(3450, 'Thrall! You didn\'t really think you would escape, did you? You and your allies shall answer to Blackmoore... after I\'ve had my fun.', 17862, 0, 14, 0, 100, 0, 0, 10406, 15909),
|
|
(3451, 'You\'re a slave! That\'s all you\'ll ever be!', 17862, 0, 14, 0, 100, 0, 0, 10407, 16673),
|
|
(3452, 'I don\'t know what Blackmoore sees in you. For my money you\'re just another ignorant savage!', 17862, 0, 14, 0, 100, 0, 0, 10408, 16674),
|
|
(3453, 'Thrall will never be free!', 17862, 0, 14, 0, 100, 0, 0, 10409, 16675),
|
|
(3454, 'Did you really think you would leave here alive?', 17862, 1, 14, 0, 100, 0, 0, 10410, 16676),
|
|
(3455, 'Guards... guards!', 17862, 0, 14, 0, 100, 0, 0, 10411, 16677),
|
|
(3456, 'Thrall! Come outside and face your fate!', 18096, 0, 14, 0, 100, 0, 0, 10418, 16016),
|
|
(3457, 'Taretha\'s life hangs in the balance. Surely you care for her. Surely you wish to save her... ', 18096, 1, 14, 0, 100, 0, 0, 10419, 16019),
|
|
(3458, 'Ah, there you are. I had hoped to accomplish this with a bit of subtlety, but I suppose direct confrontation was inevitable. Your future, Thrall, must not come to pass and so... you and your troublesome friends must die!', 18096, 2, 14, 0, 100, 0, 0, 10420, 16021),
|
|
(3459, 'Enough, I will erase your very existence!', 18096, 0, 14, 0, 100, 0, 0, 10421, 16023),
|
|
(3460, 'You cannot fight fate!', 18096, 1, 14, 0, 100, 0, 0, 10422, 16693),
|
|
(3461, 'You are... irrelevant.', 18096, 0, 14, 0, 100, 0, 0, 10425, 16694),
|
|
(3462, 'Thrall will remain a slave. Taretha will die. You have failed.', 18096, 1, 14, 0, 100, 0, 0, 10426, 16695),
|
|
(3463, 'Not so fast!', 18096, 0, 14, 0, 100, 0, 0, 10423, 16691),
|
|
(3464, 'Struggle as much as you like...', 18096, 1, 14, 0, 100, 0, 0, 10424, 16692),
|
|
(3465, 'No! The master will... not be... pleased.', 18096, 0, 14, 0, 100, 0, 0, 10427, 16696),
|
|
(3466, 'Play time!', 26529, 0, 14, 0, 100, 0, 0, 13428, 27716),
|
|
(3467, 'Boring...', 26529, 0, 14, 0, 100, 0, 0, 13430, 29943),
|
|
(3468, 'Why you stop moving?', 26529, 1, 14, 0, 100, 0, 0, 13431, 29944),
|
|
(3469, 'Get up! Me not done!', 26529, 2, 14, 0, 100, 0, 0, 13432, 29945),
|
|
(3470, 'New toys!', 26529, 0, 14, 0, 100, 0, 0, 13429, 29942),
|
|
(3471, 'This not fun...', 26529, 0, 14, 0, 100, 0, 0, 13433, 29941),
|
|
(3472, 'Prince Arthas Menethil, on this day, a powerful darkness has taken hold of your soul. The death you are destined to visit upon others will this day be your own.', 26532, 0, 14, 0, 100, 0, 0, 13408, 27911),
|
|
(3473, 'We\'ll see about that, young prince.', 26532, 0, 14, 0, 100, 0, 0, 13409, 27920),
|
|
(3474, 'Tick tock, tick tock...', 26532, 0, 14, 0, 100, 0, 0, 13410, 30451),
|
|
(3475, 'Not quick enough!', 26532, 1, 14, 0, 100, 0, 0, 13411, 30452),
|
|
(3476, 'Let\'s get this over with.', 26532, 2, 14, 0, 100, 0, 0, 13412, 30453),
|
|
(3477, 'There is no future for you.', 26532, 0, 14, 0, 100, 0, 0, 13413, 30454),
|
|
(3478, 'This is the hour of our greatest triumph!', 26532, 1, 14, 0, 100, 0, 0, 13414, 30455),
|
|
(3479, 'You were destined to fail.', 26532, 2, 14, 0, 100, 0, 0, 13415, 30456),
|
|
(3480, '', 26532, 0, 12, 0, 100, 0, 0, 13416, 0),
|
|
(3481, 'Ah, the entertainment has arrived!', 26530, 0, 14, 0, 100, 0, 0, 13472, 29947),
|
|
(3482, 'You are too late, champion of Lordaeron. The dead shall have their day.', 26530, 0, 14, 0, 100, 0, 0, 13471, 27717),
|
|
(3483, 'The fun is just beginning!', 26530, 0, 14, 0, 100, 0, 0, 13473, 29948),
|
|
(3484, 'Ah! Quality materials.', 26530, 1, 14, 0, 100, 0, 0, 13474, 29949),
|
|
(3485, 'Don\'t worry; I\'ll make good use of you!', 26530, 2, 14, 0, 100, 0, 0, 13475, 29950),
|
|
(3486, 'You only advance... the master\'s plan...', 26530, 0, 14, 0, 100, 0, 0, 13483, 29946),
|
|
(3487, 'BOOM! Hahahahah...', 26530, 0, 14, 0, 100, 0, 0, 13478, 29953),
|
|
(3488, 'Blood... destruction... EXHILARATING!', 26530, 1, 14, 0, 100, 0, 0, 13479, 29954),
|
|
(3489, 'I want a sample...', 26530, 0, 14, 0, 100, 0, 0, 13480, 29955),
|
|
(3490, 'Such strength... it must be mine!', 26530, 1, 14, 0, 100, 0, 0, 13481, 29956),
|
|
(3491, 'Your flesh betrays you.', 26530, 2, 14, 0, 100, 0, 0, 13482, 29957),
|
|
(3492, 'Say hello to some friends of mine.', 26530, 0, 14, 0, 100, 0, 0, 13476, 29951),
|
|
(3493, 'Come, citizens of Stratholme! Meet your "saviors."', 26530, 1, 14, 0, 100, 0, 0, 13477, 29952),
|
|
(3494, 'Glad you could make it, Uther.', 26499, 0, 12, 0, 100, 0, 0, 12828, 27314),
|
|
(3495, 'As if I could forget. Listen, Uther, there\'s something about the plague you should know...', 26499, 0, 12, 0, 100, 0, 0, 12829, 27316),
|
|
(3496, 'Oh, no. We\'re too late. These people have all been infected! They may look fine now, but it\'s just a matter of time before they turn into the undead!', 26499, 0, 12, 0, 100, 0, 0, 12830, 27317),
|
|
(3497, 'This entire city must be purged.', 26499, 0, 12, 0, 100, 0, 0, 12831, 27319),
|
|
(3498, 'Damn it, Uther! As your future king, I order you to purge this city!', 26499, 0, 12, 0, 100, 0, 0, 12832, 27321),
|
|
(3499, 'Then I must consider this an act of treason.', 26499, 0, 12, 0, 100, 0, 0, 12833, 27323),
|
|
(3500, 'Have I? Lord Uther, by my right of succession and the sovereignty of my crown, I hereby relieve you of your command and suspend your paladins from service.', 26499, 0, 12, 0, 100, 0, 0, 12834, 27325),
|
|
(3501, 'It\'s done! Those of you who have the will to save this land, follow me! The rest of you... get out of my sight!', 26499, 0, 12, 0, 100, 0, 0, 12835, 27327),
|
|
(3502, 'Jaina?', 26499, 0, 12, 0, 100, 0, 0, 12836, 27329),
|
|
(3503, 'Take position here, and I will lead a small force inside Stratholme to begin the culling. We must contain and purge the infected for the sake of all of Lordaeron!', 26499, 0, 14, 0, 100, 0, 0, 14327, 27466),
|
|
(3504, 'Everyone looks ready. Remember, these people are all infected with the plague and will die soon. We must purge Stratholme to protect the remainder of Lordaeron from the Scourge. Let\'s go.', 26499, 0, 12, 0, 100, 0, 0, 14293, 27535),
|
|
(3505, 'I can only help you with a clean death.', 26499, 0, 12, 0, 100, 0, 0, 14294, 27548),
|
|
(3506, 'That was just the beginning.', 26499, 0, 12, 0, 100, 0, 0, 14295, 27553),
|
|
(3507, 'I won\'t allow it, Mal\'Ganis! Better that these people die by my hand than serve as your slaves in death!', 26499, 0, 14, 0, 100, 0, 0, 14296, 27577),
|
|
(3508, 'Mal\'Ganis will send out some of his Scourge minions to interfere with us. Those of you with the strongest steel and magic shall go forth and destroy them. I will lead the rest of my forces in purging Stratholme of the infected.', 26499, 0, 14, 0, 100, 0, 0, 14885, 27584),
|
|
(3509, 'Champions, meet me at the Town Hall at once. We must take the fight to Mal\'Ganis.', 26499, 0, 14, 0, 100, 0, 0, 14297, 28890),
|
|
(3510, 'Follow me, I know the way through.', 26499, 0, 12, 0, 100, 0, 0, 14298, 27800),
|
|
(3511, 'Yes, I\'m glad I could get to you before the plague.', 26499, 0, 12, 0, 100, 0, 0, 14299, 27812),
|
|
(3512, 'What is this sorcery?', 26499, 0, 12, 0, 100, 0, 0, 14300, 27814),
|
|
(3513, 'Mal\'Ganis appears to have more than Scourge in his arsenal. We should make haste.', 26499, 0, 12, 0, 100, 0, 0, 14301, 27840),
|
|
(3514, 'More vile sorcery! Be ready for anything!', 26499, 0, 12, 0, 100, 0, 0, 14302, 27882),
|
|
(3515, 'Let\'s move on.', 26499, 0, 12, 0, 100, 0, 0, 14303, 36010),
|
|
(3516, 'Watch your backs: they have us surrounded in this hall.', 26499, 0, 12, 0, 100, 0, 0, 14304, 27901),
|
|
(3517, 'One less obstacle to deal with.', 26499, 0, 12, 0, 100, 0, 0, 0, 31356),
|
|
(3518, 'Mal\'Ganis is not making this easy.', 26499, 0, 12, 0, 100, 0, 0, 14305, 27902),
|
|
(3519, 'They\'re very persistent.', 26499, 0, 12, 0, 100, 0, 0, 14306, 27904),
|
|
(3520, 'What else can he put in my way?', 26499, 0, 12, 0, 100, 0, 0, 14307, 27905),
|
|
(3521, 'I do what I must for Lordaeron, and neither your words nor your actions will stop me.', 26499, 0, 12, 0, 100, 0, 0, 14309, 27916),
|
|
(3522, 'The quickest path to Mal\'Ganis lies behind that bookshelf ahead.', 26499, 0, 12, 0, 100, 0, 0, 14308, 27906),
|
|
(3523, 'This will only take a moment.', 26499, 0, 12, 0, 100, 0, 0, 14310, 28040),
|
|
(3524, 'I\'m relieved this secret passage still works.', 26499, 0, 12, 0, 100, 0, 0, 14311, 28041),
|
|
(3525, 'Let\'s move through here as quickly as possible. If the undead don\'t kill us, the fires might.', 26499, 0, 12, 0, 100, 0, 0, 14312, 28562),
|
|
(3526, 'Rest a moment and clear your lungs, but we must move again soon.', 26499, 0, 12, 0, 100, 0, 0, 14313, 28045),
|
|
(3527, 'That\'s enough; we must move again. Mal\'Ganis awaits.', 26499, 0, 12, 0, 100, 0, 0, 14314, 28047),
|
|
(3528, 'At last some good luck. Market Row has not caught fire yet. Mal\'Ganis is supposed to be in Crusaders\' Square, which is just ahead. Tell me when you\'re ready to move forward.', 26499, 0, 12, 0, 100, 0, 0, 14315, 28048),
|
|
(3529, 'Justice will be done.', 26499, 0, 12, 0, 100, 0, 0, 14316, 28563),
|
|
(3530, 'We\'re going to finish this right now, Mal\'Ganis. Just you... and me.', 26499, 0, 12, 0, 100, 0, 0, 14317, 28520),
|
|
(3531, 'I\'ll hunt you to the ends of the earth if I have to! Do you hear me? To the ends of the earth!', 26499, 0, 12, 0, 100, 0, 0, 14318, 28529),
|
|
(3532, 'You performed well this day. Anything that Mal\'Ganis has left behind is yours. Take it as your reward. I must now begin plans for an expedition to Northrend.', 26499, 0, 12, 0, 100, 0, 0, 14319, 28530),
|
|
(3533, 'Watch your tone with me, boy. You may be the prince, but I\'m still your superior as a paladin!', 26528, 0, 12, 0, 100, 0, 0, 12839, 27315),
|
|
(3534, 'What?', 26528, 0, 12, 0, 100, 0, 0, 12840, 38871),
|
|
(3535, 'How can you even consider that? There\'s got to be some other way.', 26528, 0, 12, 0, 100, 0, 0, 12841, 27320),
|
|
(3536, 'You are not my king yet, boy! Nor would I obey that command even if you were!', 26528, 0, 12, 0, 100, 0, 0, 12842, 27322),
|
|
(3537, 'Treason? Have you lost your mind, Arthas?', 26528, 0, 12, 0, 100, 0, 0, 12843, 27324),
|
|
(3538, 'You\'ve just crossed a terrible threshold, Arthas.', 26528, 0, 12, 0, 100, 0, 0, 12844, 27328),
|
|
(3539, 'Arthas! You can\'t just--', 26497, 0, 12, 0, 100, 0, 0, 12837, 27326),
|
|
(3540, 'I\'m sorry, Arthas. I can\'t watch you do this.', 26497, 0, 12, 0, 100, 0, 0, 12838, 27330),
|
|
(3541, 'Prince Arthas, may the light be praised! Many people in the town have begun to fall seriously ill, can you help us?', 28167, 0, 12, 0, 100, 0, 0, 0, 27547),
|
|
(3542, 'What? This can\'t be!', 28169, 0, 12, 0, 100, 0, 0, 0, 27549),
|
|
(3543, 'Ah, you\'ve finally arrived Prince Arthas. You\'re here just in the nick of time.', 31126, 0, 12, 0, 100, 0, 0, 0, 27811),
|
|
(3544, 'There\'s no need for you to understand, Arthas. All you need to do is die.', 31126, 0, 12, 0, 100, 0, 0, 0, 27815),
|
|
(3545, 'Yes, this is the beginning. I\'ve been waiting for you, young prince. I am Mal\'Ganis.', 26533, 0, 14, 0, 100, 0, 0, 14410, 27574),
|
|
(3546, 'As you can see, your people are now mine. I will now turn this city household by household, until the flame of life has been snuffed out... forever.', 26533, 0, 14, 0, 100, 0, 0, 14411, 27575),
|
|
(3547, 'This will be a fine test, Prince Arthas.', 26533, 0, 14, 0, 100, 0, 0, 14413, 31344),
|
|
(3548, 'All too easy.', 26533, 0, 14, 0, 100, 0, 0, 14416, 31347),
|
|
(3549, 'The Dark Lord is displeased with your interference.', 26533, 1, 14, 0, 100, 0, 0, 14417, 31348),
|
|
(3550, 'It is Prince Arthas I want, not you!', 26533, 2, 14, 0, 100, 0, 0, 14418, 31349),
|
|
(3551, 'Anakh kyree!', 26533, 0, 14, 0, 100, 0, 0, 14422, 30412),
|
|
(3552, 'My Onslaught will wash over the Lich King\'s forces!', 26533, 1, 14, 0, 100, 0, 0, 14423, 30413),
|
|
(3553, 'Your death is in vain, tiny mortal.', 26533, 2, 14, 0, 100, 0, 0, 14424, 30414),
|
|
(3554, 'Your time has come to an end.', 26533, 3, 14, 0, 100, 0, 0, 14425, 30415),
|
|
(3555, 'Time out.', 26533, 0, 14, 0, 100, 0, 0, 14414, 31345),
|
|
(3556, 'You seem tired.', 26533, 1, 14, 0, 100, 0, 0, 14415, 31346),
|
|
(3557, 'Gah! I spent too much time in that weak little shell.', 26533, 0, 14, 0, 100, 0, 0, 14426, 30275),
|
|
(3558, 'Kirel narak! I am Mal\'Ganis. I AM ETERNAL!', 26533, 0, 14, 0, 100, 0, 0, 14427, 30276),
|
|
(3559, 'ENOUGH! I waste my time here. I must gather my strength on the homeworld.', 26533, 0, 14, 0, 100, 0, 0, 14428, 30277),
|
|
(3560, 'You\'ll never defeat the Lich King without my forces. I\'ll have my revenge... on him AND you!', 26533, 0, 14, 0, 100, 0, 0, 14429, 30278),
|
|
(3561, 'Your journey has just begun, young prince. Gather your forces and meet me in the arctic land of Northrend. It is there that we shall settle the score between us. It is there that your true destiny will unfold.', 26533, 0, 14, 0, 100, 0, 0, 14412, 28528),
|
|
(3562, 'Why do you aid the Magus? Just think of how many lives could be saved if the portal is never opened, if the resulting wars could be erased....', 17879, 0, 14, 0, 100, 0, 0, 10412, 16814),
|
|
(3563, 'If you will not cease this foolish quest, then you will die!', 17879, 0, 14, 0, 100, 0, 0, 10414, 16815),
|
|
(3564, 'You have outstayed your welcome, Keeper. Be gone!', 17879, 0, 14, 0, 100, 0, 0, 10413, 16817),
|
|
(3565, 'I told you it was a fool\'s quest!', 17879, 0, 14, 0, 100, 0, 0, 10415, 16818),
|
|
(3566, 'Leaving so soon?', 17879, 1, 14, 0, 100, 0, 0, 10416, 16819),
|
|
(3567, 'Time... is on our side.', 17879, 0, 14, 0, 100, 0, 0, 10417, 16816),
|
|
(3568, 'The time has come to shatter this clockwork universe forever! Let us no longer be slaves of the hourglass! I warn you: those who do not embrace this greater path shall become victims of its passing!', 17881, 0, 14, 0, 100, 0, 0, 10400, 16827),
|
|
(3569, 'Let us see what fate has in store....', 17881, 0, 14, 0, 100, 0, 0, 10402, 16828),
|
|
(3570, 'Your time is up, slave of the past.', 17881, 0, 14, 0, 100, 0, 0, 10401, 16829),
|
|
(3571, 'One less obstacle in our way!', 17881, 0, 14, 0, 100, 0, 0, 10403, 16831),
|
|
(3572, 'No one will stop us!', 17881, 1, 14, 0, 100, 0, 0, 10404, 16832),
|
|
(3573, 'It is only a matter...of time.', 17881, 0, 14, 0, 100, 0, 0, 10405, 0),
|
|
(3574, '%s goes into a frenzy!', 17881, 0, 16, 0, 100, 0, 0, 0, 10645),
|
|
(3575, 'The time has come! Gul\'dan, order your warlocks to double their efforts! Moments from now the gateway will open and your Horde will be released upon this ripe, unsuspecting world!', 15608, 0, 14, 0, 100, 0, 0, 10435, 16787),
|
|
(3576, 'What is this? Champions, coming to my aid? I sense the hand of the dark one in this. Truly this sacred event bears his blessing?', 15608, 0, 14, 0, 100, 0, 0, 10436, 0),
|
|
(3577, 'Champions! My shield grows weak!', 15608, 0, 14, 0, 100, 0, 0, 10437, 16792),
|
|
(3578, 'My powers must be concentrated on the portal! I do not have time to hold the shield!', 15608, 0, 14, 0, 100, 0, 0, 10438, 16794),
|
|
(3579, 'The shield is nearly gone! All that I have worked for is in danger!', 15608, 0, 14, 0, 100, 0, 0, 10439, 16795),
|
|
(3580, 'No! Damn this feeble, mortal coil!', 15608, 0, 14, 0, 100, 0, 0, 10441, 16790),
|
|
(3581, 'I am grateful for your aid, champions. Now, Gul\'dan\'s Horde will sweep across this world like a locust swarm, and all my designs, all my carefully-laid plans will at last fall into place.', 15608, 0, 14, 0, 100, 0, 0, 10440, 16796),
|
|
(3582, 'Orcs of the Horde! This portal is the gateway to your new destiny! Azeroth lies before you, ripe for the taking!', 15608, 0, 14, 0, 100, 0, 0, 0, 19909),
|
|
(3583, 'Gul\'dan speaks the truth! We should return at once to tell our brothers of the news! Retreat back through the portal!', 15608, 0, 14, 0, 100, 0, 0, 0, 19911),
|
|
(3584, 'Why do you persist? Surely you can see the futility of it all. It is not too late! You may still leave with your lives...', 17880, 0, 14, 0, 100, 0, 0, 10442, 16821),
|
|
(3585, 'So be it... you have been warned.', 17880, 0, 14, 0, 100, 0, 0, 10444, 16822),
|
|
(3586, 'Keeper! The sands of time have run out for you.', 17880, 0, 14, 0, 100, 0, 0, 10443, 16824),
|
|
(3587, 'You should have left when you had the chance.', 17880, 0, 14, 0, 100, 0, 0, 10445, 16825),
|
|
(3588, 'Your days are done.', 17880, 1, 14, 0, 100, 0, 0, 10446, 16826),
|
|
(3589, 'My death means... little.', 17880, 0, 14, 0, 100, 0, 0, 10447, 16823),
|
|
(3590, 'You, there! Hand over that moonstone and nobody gets hurt!', 23002, 0, 14, 0, 100, 0, 0, 0, 20715),
|
|
(3591, 'Just chill!', 23002, 0, 15, 0, 100, 0, 0, 0, 21320),
|
|
(3592, 'All right, you win! I surrender! Just don\'t hurt me!', 23002, 0, 14, 0, 100, 0, 0, 0, 20720),
|
|
(3593, '%s takes the Southfury moonstone and escapes into the river. Follow her!', 23002, 0, 41, 0, 100, 0, 0, 0, 20708),
|
|
(3594, 'Mist! I feared I would never see you again! Yes, I am well, do not worry for me. You must rest and recover your health.', 3568, 0, 12, 7, 100, 0, 0, 0, 1330),
|
|
(3595, '%s growls in acknowledgement before straightening and making her way off into the forest.', 3568, 0, 16, 0, 100, 0, 0, 0, 1340),
|
|
(3596, 'We must act quickly or all shall be lost!', 15381, 0, 12, 0, 100, 0, 0, 0, 10909),
|
|
(3597, 'NOW, STAGHELM! WE GO NOW! Prepare your magic!', 15381, 0, 12, 0, 100, 0, 0, 0, 10915),
|
|
(3598, 'Stay close...', 15381, 0, 12, 0, 100, 0, 0, 0, 10917),
|
|
(3599, 'The sands of time will halt, but only for a moment! I will now conjure the barrier.', 15381, 0, 12, 0, 100, 0, 0, 0, 10930),
|
|
(3600, 'FINISH THE SPELL, STAGHELM! I CANNOT HOLD THE GLYPHS OF WARDING IN PLACE MUCH LONGER! CALL FORTH THE ROOTS!', 15381, 0, 12, 0, 100, 0, 0, 0, 10920),
|
|
(3601, 'It... It is over, Lord Staghelm. We are victorious. Albeit the cost for this victory was great.', 15381, 0, 12, 0, 100, 0, 0, 0, 10923),
|
|
(3602, 'There is but one duty that remains...', 15381, 0, 12, 0, 100, 0, 0, 0, 10924),
|
|
(3603, 'Before I leave this place, I make one final offering to you, Lord Staghelm. Should a time arise in which you must gain entry to this accursed fortress, use the Scepter of the Shifting Sands on the sacred gong. The magic holding the barrier together will dissipate and the horrors of Ahn\'Qiraj will be unleashed upon the world once more.', 15381, 0, 12, 0, 100, 0, 0, 0, 10925),
|
|
(3604, 'Lord Staghelm, where are you going? You would shatter our bond for the sake of pride?\n', 15381, 0, 12, 0, 100, 0, 0, 0, 10931),
|
|
(3605, 'And now you know all that there is to know, mortal... ', 15381, 0, 12, 0, 100, 0, 0, 0, 10935),
|
|
(3606, '%s hands the Scepter of the Shifting Sands to Fandral Staghelm.', 15381, 0, 16, 0, 100, 0, 0, 0, 10926),
|
|
(3607, '%s shakes his head in disappointment.', 15381, 0, 16, 0, 100, 0, 0, 0, 10933),
|
|
(3608, '%s kneels down to pick up the fragments of the shattered scepter.', 15381, 0, 16, 0, 100, 0, 0, 0, 10934),
|
|
(3609, 'My forces cannot overcome the Qiraji defenses. We will not be able to get close enough to place your precious barrier, dragon.', 15382, 0, 12, 0, 100, 0, 0, 0, 10910),
|
|
(3610, 'It is done, dragon. Lead the way.', 15382, 0, 12, 0, 100, 0, 0, 0, 10916),
|
|
(3611, 'Ancient ones guide my hand... Wake from your slumber! WAKE AND SEAL THIS CURSED PLACE!', 15382, 0, 12, 0, 100, 0, 0, 0, 10921),
|
|
(3612, 'After the savagery that my people have witnessed and felt, you expect me to accept another burden, dragon? Surely you are mad.', 15382, 0, 12, 0, 100, 0, 0, 0, 10927),
|
|
(3613, 'I want nothing to do with Silithus, the Qiraji and least of all, any damned dragons!', 15382, 0, 12, 0, 100, 0, 0, 0, 10928),
|
|
(3614, 'My son\'s soul will find no comfort in this hollow victory, dragon. I will have him back. Though it takes a millennia, I WILL have my son back! ', 15382, 0, 12, 0, 100, 0, 0, 0, 10932),
|
|
(3615, '%s falls to one knee - exhausted.', 15382, 0, 16, 0, 100, 0, 0, 0, 10922),
|
|
(3616, '%s hurls the Scepter of the Shifting Sands into the barrier, shattering it.', 15382, 0, 16, 0, 100, 0, 0, 0, 10929),
|
|
(3617, 'Aye, Fandral, remember these words: Let not your grief guide your faith. These thoughts you hold... dark places you go, night elf. Absolution cannot be had through misguided vengeance.', 15379, 0, 12, 0, 100, 0, 0, 0, 10914),
|
|
(3618, 'Do not forget the sacrifices made on this day, night elf. We have all suffered immensely at the hands of these beasts.', 15379, 0, 12, 0, 100, 0, 0, 0, 10907),
|
|
(3619, 'Alexstrasza grant me the resolve to drive our enemies back!', 15379, 0, 14, 0, 100, 0, 0, 0, 10902),
|
|
(3620, 'Anachronos, this diversion will give you and the young druid time enough to seal the gate. Do not falter. Now, let us see how they deal with chaotic magic.', 15380, 0, 12, 0, 100, 0, 0, 0, 10904),
|
|
(3621, 'Let them feel the wrath of the Blue Flight! May Malygos protect me!', 15380, 0, 14, 0, 100, 0, 0, 0, 10901),
|
|
(3622, '%s nods knowingly.', 15380, 0, 16, 0, 100, 0, 0, 0, 10913),
|
|
(3623, 'There is a way...', 15378, 0, 12, 0, 100, 0, 0, 0, 10911),
|
|
(3624, 'We will push them back, Anachronos. This I vow. Uphold your end of this task. Let not your hands falter as you seal our fates behind the barrier.', 15378, 0, 12, 0, 100, 0, 0, 0, 10908),
|
|
(3625, 'Succumb to the endless dream, little ones. Let it consume you!', 15378, 0, 14, 0, 100, 0, 0, 0, 10903),
|
|
(3626, '%s glances at her compatriots.', 15378, 0, 16, 0, 100, 0, 0, 0, 10912),
|
|
(3627, 'The secret dies with you.', 33515, 1, 14, 0, 100, 0, 0, 15474, 34354),
|
|
(3628, 'There is no escape!', 33515, 2, 14, 0, 100, 0, 0, 15475, 37177),
|
|
(3629, 'Auriaya screams in agony.', 33515, 0, 16, 0, 100, 0, 0, 15476, 0),
|
|
(3630, 'You waste my time!', 33515, 0, 14, 0, 100, 0, 0, 15477, 34358),
|
|
(3631, '%s begins to cast Terrifying Screech.', 33515, 0, 41, 0, 100, 0, 0, 0, 34450),
|
|
(3632, '%s begins to activate the Feral Defender!', 33515, 0, 41, 0, 100, 0, 0, 0, 34162),
|
|
(3633, 'Hostile entities detected. Threat assessment protocol active. Primary target engaged. Time minus 30 seconds to re-evaluation.', 33113, 0, 14, 0, 100, 0, 0, 15506, 33487),
|
|
(3634, 'Threat assessment routine modified. Current target threat level: 0. Acquiring new target.', 33113, 0, 14, 0, 100, 0, 0, 15521, 33507),
|
|
(3635, 'Total systems failure. Defense protocols breached. Leviathan unit shutting down.', 33113, 0, 14, 0, 100, 0, 0, 15520, 33506),
|
|
(3636, 'Threat re-evaluated. Target assessment complete. Changing course.', 33113, 0, 14, 0, 100, 0, 0, 15507, 33488),
|
|
(3637, 'Pursuit objective modified. Changing course.', 33113, 1, 14, 0, 100, 0, 0, 15508, 33489),
|
|
(3638, 'Hostile entity\'s stratagem predicted. Re-routing battle function. Changing course.', 33113, 2, 14, 0, 100, 0, 0, 15509, 33490),
|
|
(3639, 'Orbital countermeasures enabled.', 33113, 0, 14, 0, 100, 0, 0, 15510, 33491),
|
|
(3640, '*ALERT* Static defense system failure. Orbital countermeasures disabled.', 33113, 0, 14, 0, 100, 0, 0, 15511, 33492),
|
|
(3641, 'Hodir\'s Fury online. Acquiring target.', 33113, 0, 14, 0, 100, 0, 0, 15512, 33493),
|
|
(3642, 'Mimiron\'s Inferno online. Acquiring target.', 33113, 0, 14, 0, 100, 0, 0, 15513, 33495),
|
|
(3643, 'Freya\'s Ward online. Acquiring target.', 33113, 0, 14, 0, 100, 0, 0, 15514, 33497),
|
|
(3644, 'Thorim\'s Hammer online. Acquiring target.', 33113, 0, 14, 0, 100, 0, 0, 15515, 33499),
|
|
(3645, 'Unauthorized entity attempting circuit overload. Activating anti-personnel countermeasures.', 33113, 0, 14, 0, 100, 0, 0, 15516, 33501),
|
|
(3646, 'System malfunction. Diverting power to support systems.', 33113, 0, 14, 0, 100, 0, 0, 15517, 33503),
|
|
(3647, 'Combat matrix overload. Powering doooow...', 33113, 1, 14, 0, 100, 0, 0, 15518, 33504),
|
|
(3648, 'System restart required. Deactivating weapons systems.', 33113, 2, 14, 0, 100, 0, 0, 15519, 33505),
|
|
(3649, '%s pursues $n.', 33113, 0, 41, 0, 100, 0, 0, 0, 33502),
|
|
(3650, '%s\'s circuits overloaded.', 33113, 0, 41, 0, 100, 0, 0, 0, 33304),
|
|
(3651, 'Automatic repair sequence initiated.', 33113, 0, 41, 0, 100, 0, 0, 0, 33538),
|
|
(3652, 'The Conservatory must be protected!', 32906, 0, 14, 0, 100, 0, 0, 15526, 33303),
|
|
(3653, 'Elders grant me your strength!', 32906, 0, 14, 0, 100, 0, 0, 15527, 33520),
|
|
(3654, 'Forgive me.', 32906, 0, 14, 0, 100, 0, 0, 15529, 13099),
|
|
(3655, 'From your death springs life anew!', 32906, 1, 14, 0, 100, 0, 0, 15530, 34107),
|
|
(3656, 'His hold on me dissipates. I can see clearly once more. Thank you, heroes.', 32906, 0, 14, 0, 100, 0, 0, 15531, 33524),
|
|
(3657, 'You have strayed too far. Wasted too much time....', 32906, 0, 14, 0, 100, 0, 0, 15532, 33605),
|
|
(3658, 'Eonar, your servant requires aid!', 32906, 0, 14, 0, 100, 0, 0, 15528, 33517),
|
|
(3659, 'Children, assist me!', 32906, 0, 14, 0, 100, 0, 0, 15533, 33519),
|
|
(3660, 'The swarm of the elements shall overtake you!', 32906, 0, 14, 0, 100, 0, 0, 15534, 33518),
|
|
(3661, 'A |cFF00FFFFLifebinder\'s Gift|r begins to grow!', 32906, 0, 41, 0, 100, 0, 0, 0, 33370),
|
|
(3662, 'Allies of Nature have appeared!', 32906, 0, 41, 0, 100, 0, 0, 0, 33427),
|
|
(3663, 'Freya begins to cast |cFFFF0000Ground Tremor!|r', 32906, 0, 41, 0, 100, 0, 0, 0, 33312),
|
|
(3664, 'Freya casts |cFF00FF00Strengthened Iron Roots!|r', 32906, 0, 41, 0, 100, 0, 0, 0, 33991),
|
|
(3665, 'Mortals have no place here!', 32913, 0, 14, 0, 100, 0, 0, 15493, 34123),
|
|
(3666, 'I return you whence you came!', 32913, 0, 14, 0, 100, 0, 0, 15494, 34124),
|
|
(3667, 'Begone!', 32913, 1, 14, 0, 100, 0, 0, 15495, 34125),
|
|
(3668, 'Freya! They come for you.', 32913, 0, 14, 0, 100, 0, 0, 15496, 34126),
|
|
(3669, 'This place will serve as your graveyard.', 32914, 0, 14, 0, 100, 0, 0, 15500, 34129),
|
|
(3670, '<Angry roar>', 32914, 0, 14, 0, 100, 0, 0, 15501, 0),
|
|
(3671, 'Such a waste....', 32914, 1, 14, 0, 100, 0, 0, 15502, 34130),
|
|
(3672, 'Matron, flee! They are ruthless....', 32914, 0, 14, 0, 100, 0, 0, 15503, 34132),
|
|
(3673, 'Matron, the Conservatory has been breached!', 32915, 0, 14, 0, 100, 0, 0, 15483, 34115),
|
|
(3674, 'Fertilizer.', 32915, 0, 14, 0, 100, 0, 0, 15485, 34118),
|
|
(3675, 'Your corpse will nourish the soil.', 32915, 1, 14, 0, 100, 0, 0, 15486, 34119),
|
|
(3676, 'Matron, one has fallen!', 32915, 0, 14, 0, 100, 0, 0, 15487, 34121),
|
|
(3677, 'You will suffer for this trespass!', 32845, 0, 14, 0, 100, 0, 0, 15552, 34336),
|
|
(3678, 'Tragic. To come so far, only to fail.', 32845, 0, 14, 0, 100, 0, 0, 15553, 34337),
|
|
(3679, 'Welcome to the endless winter.', 32845, 1, 14, 0, 100, 0, 0, 15554, 34338),
|
|
(3680, 'Winds of the north consume you!', 32845, 0, 14, 0, 100, 0, 0, 15555, 34339),
|
|
(3681, '%s roars furiously.', 32845, 0, 16, 0, 100, 0, 0, 15556, 11298),
|
|
(3682, 'I... I am released from his grasp... at last.', 32845, 0, 14, 0, 100, 0, 0, 15557, 33484),
|
|
(3683, 'ENOUGH! This ends now!', 32845, 0, 14, 0, 100, 0, 0, 15558, 34340),
|
|
(3684, '%s shatters the Rare Cache of Hodir!', 32845, 0, 16, 0, 100, 0, 0, 0, 33323),
|
|
(3685, '%s begins to cast Flash Freeze!', 32845, 0, 41, 0, 100, 0, 0, 0, 33314),
|
|
(3686, '%s gains Frozen Blows!', 32845, 0, 41, 0, 100, 0, 0, 0, 33313),
|
|
(3687, 'Insolent whelps! Your blood will temper the weapons used to reclaim this world!', 33118, 0, 14, 0, 100, 0, 0, 15564, 34306),
|
|
(3688, 'Arise, soldiers of the iron crucible! The Maker\'s will be done!', 33118, 0, 14, 0, 100, 0, 0, 15565, 34307),
|
|
(3689, 'I will burn away your impurities!', 33118, 0, 14, 0, 100, 0, 0, 15566, 34308),
|
|
(3690, 'Let the inferno consume you!', 33118, 0, 14, 0, 100, 0, 0, 15567, 34309),
|
|
(3691, 'BURN! Burn in the Maker\'s fire!', 33118, 1, 14, 0, 100, 0, 0, 15568, 34310),
|
|
(3692, 'More scraps for the scrap heap.', 33118, 0, 14, 0, 100, 0, 0, 15569, 34311),
|
|
(3693, 'Your bones will serve as kindling.', 33118, 1, 14, 0, 100, 0, 0, 15570, 34312),
|
|
(3694, 'LET IT BE FINISHED!', 33118, 0, 14, 0, 100, 0, 0, 15571, 33871),
|
|
(3695, 'I. Have. Failed.', 33118, 0, 14, 0, 100, 0, 0, 15572, 34313),
|
|
(3696, '%s begins to cast Flame Jets!', 33118, 0, 41, 0, 100, 0, 0, 0, 33465),
|
|
(3697, 'None shall pass!', 32930, 0, 14, 0, 100, 0, 0, 15586, 34133),
|
|
(3698, 'KOL-THARISH!', 32930, 0, 14, 0, 100, 0, 0, 15587, 34135),
|
|
(3699, 'YOU FAIL!', 32930, 1, 14, 0, 100, 0, 0, 15588, 34137),
|
|
(3700, 'Just a scratch!', 32930, 0, 14, 0, 100, 0, 0, 15589, 34143),
|
|
(3701, 'Only a flesh wound!', 32930, 0, 14, 0, 100, 0, 0, 15590, 34144),
|
|
(3702, 'OBLIVION!', 32930, 0, 14, 0, 100, 0, 0, 15591, 34140),
|
|
(3703, 'I will squeeze the life from you!', 32930, 0, 14, 0, 100, 0, 0, 15592, 34138),
|
|
(3704, 'Master, they come....', 32930, 0, 14, 0, 100, 0, 0, 15593, 34141),
|
|
(3705, 'I am invincible!', 32930, 0, 14, 0, 100, 0, 0, 15594, 34142),
|
|
(3706, 'Kologarn casts Stone Grip!', 32930, 0, 41, 0, 100, 0, 0, 15592, 33864),
|
|
(3707, 'Welcome, champions! All of our attempts at bringing her down have failed. We could use a hand in bringing her down with these harpoon guns.', 33210, 0, 12, 0, 100, 0, 0, 15647, 33351),
|
|
(3708, 'Move quickly! She won\'t remain grounded for long!', 33210, 0, 14, 0, 100, 0, 0, 15648, 33606),
|
|
(3709, 'Be on the lookout! Mole machines will be surfacing soon with those nasty Iron dwarves aboard!', 33210, 0, 14, 0, 100, 0, 0, 0, 33607),
|
|
(3710, 'Give us a moment to prepare to build the turrets.', 33287, 0, 14, 0, 100, 0, 0, 0, 33820),
|
|
(3711, 'Ready to move out, keep those dwarves off of our backs!', 33287, 0, 14, 0, 100, 0, 0, 0, 33816),
|
|
(3712, 'Fires out! Let\'s rebuild those turrets!', 33287, 0, 14, 0, 100, 0, 0, 0, 33821),
|
|
(3713, '%s is grounded permanently!', 33186, 0, 41, 0, 100, 0, 0, 0, 33931),
|
|
(3714, '%s takes a deep breath...', 33186, 0, 41, 0, 100, 0, 0, 0, 33657),
|
|
(3715, 'Harpoon Turret is ready for use!', 33233, 0, 41, 0, 100, 0, 0, 0, 33857),
|
|
(3716, 'Your destruction will herald a new age of suffering!', 33271, 0, 14, 0, 100, 0, 0, 15542, 34053),
|
|
(3717, 'You thought to stand before the legions of death and survive?', 33271, 0, 14, 0, 100, 0, 0, 15543, 34050),
|
|
(3718, 'Defiance... a flaw of mortality.', 33271, 1, 14, 0, 100, 0, 0, 15544, 34051),
|
|
(3719, 'The black blood of Yogg-Saron courses through me! I. AM. UNSTOPPABLE!', 33271, 0, 14, 0, 100, 0, 0, 15545, 34055),
|
|
(3720, 'Oh, what horrors await....', 33271, 0, 14, 0, 100, 0, 0, 15546, 34054),
|
|
(3721, 'Your defeat was inevitable.', 33271, 0, 14, 0, 100, 0, 0, 15547, 34052),
|
|
(3722, 'Behold now: terror absolute!', 33271, 0, 14, 0, 100, 0, 0, 15548, 34056),
|
|
(3723, 'The saronite vapors mass and swirl violently, merging into a monstrous form!', 33271, 0, 41, 0, 100, 0, 0, 0, 33594),
|
|
(3724, 'A saronite barrier appears around General Vezax!', 33271, 0, 41, 0, 100, 0, 0, 0, 33646),
|
|
(3725, 'General Vezax roars and surges with dark might!', 33271, 0, 41, 0, 100, 0, 0, 0, 33471),
|
|
(3726, 'A cloud of saronite vapors coalesces nearby!', 33488, 0, 41, 0, 100, 0, 0, 0, 33587),
|
|
(3727, 'New toys? For me? I promise I won\'t break them this time!', 33293, 0, 14, 0, 100, 0, 0, 15724, 33508),
|
|
(3728, 'So tired. I will rest for just a moment!', 33293, 0, 14, 0, 100, 0, 0, 15725, 33446),
|
|
(3729, 'I\'m ready to play!', 33293, 0, 14, 0, 100, 0, 0, 15726, 33448),
|
|
(3730, 'NO! NO! NO! NO! NO!', 33293, 0, 14, 0, 100, 0, 0, 15727, 33453),
|
|
(3731, 'I... I think I broke it.', 33293, 0, 14, 0, 100, 0, 0, 15728, 33509),
|
|
(3732, 'I guess it doesn\'t bend that way.', 33293, 1, 14, 0, 100, 0, 0, 15729, 33510),
|
|
(3733, 'I\'m tired of these toys. I don\'t want to play anymore!', 33293, 0, 14, 0, 100, 0, 0, 15730, 33512),
|
|
(3734, 'You are bad... Toys... Very... Baaaaad ', 33293, 0, 14, 0, 100, 0, 0, 15731, 33511),
|
|
(3735, 'Time for a new game! My old toys will fight my new toys!', 33293, 0, 14, 0, 100, 0, 0, 15732, 0),
|
|
(3736, '%s\'s heart is exposed and leaking energy.', 33293, 0, 41, 0, 100, 0, 0, 0, 33447),
|
|
(3737, '%s\'s heart is severed from his body.', 33293, 0, 41, 0, 100, 0, 0, 0, 34023),
|
|
(3738, '%s begins to cause the earth to quake.', 33293, 0, 41, 0, 100, 0, 0, 0, 33454),
|
|
(3739, '%s consumes a scrap bot to repair himself!', 33293, 0, 41, 0, 100, 0, 0, 0, 33856),
|
|
(3740, 'Interlopers! You mortals who dare to interfere with my sport will pay.... Wait--you...', 32865, 0, 14, 0, 100, 0, 0, 15733, 33145),
|
|
(3741, 'I remember you... in the mountains.... But you... what is this? Where am--', 32865, 1, 14, 0, 100, 0, 0, 15734, 33270),
|
|
(3742, 'Behold the power of the storms and despair!', 32865, 0, 14, 0, 100, 0, 0, 15735, 0),
|
|
(3743, 'Do not hold back! Destroy them!', 32865, 0, 14, 0, 100, 0, 0, 15736, 34241),
|
|
(3744, 'Have you begun to regret your intrusion?', 32865, 0, 14, 0, 100, 0, 0, 15737, 0),
|
|
(3745, 'Impertinent whelps, you dare challenge me atop my pedestal? I will crush you myself!', 32865, 0, 14, 0, 100, 0, 0, 15738, 33148),
|
|
(3746, 'Can\'t you at least put up a fight?', 32865, 0, 14, 0, 100, 0, 0, 15739, 34239),
|
|
(3747, 'Pathetic.', 32865, 1, 14, 0, 100, 0, 0, 15740, 35768),
|
|
(3748, 'My patience has reached its limit!', 32865, 0, 14, 0, 100, 0, 0, 15741, 33365),
|
|
(3749, 'Failures! Weaklings!', 32865, 0, 14, 0, 100, 0, 0, 15742, 33274),
|
|
(3750, 'Stay your arms! I yield!', 32865, 0, 14, 0, 100, 0, 0, 15743, 33948),
|
|
(3751, 'I feel as though I am awakening from a nightmare, but the shadows in this place yet linger.', 32865, 0, 14, 0, 100, 0, 0, 15744, 33949),
|
|
(3752, 'Sif... was Sif here? Impossible--she died at my brother\'s hand. A dark nightmare indeed....', 32865, 0, 14, 0, 100, 0, 0, 15745, 33950),
|
|
(3753, 'I need time to reflect.... I will aid your cause if you should require it. I owe you at least that much. Farewell.', 32865, 0, 14, 0, 100, 0, 0, 15746, 33951),
|
|
(3754, 'You! Fiend, you are not my beloved! Begone!', 32865, 0, 14, 0, 100, 0, 0, 15747, 33952),
|
|
(3755, 'Behold the hand behind all the evil that has befallen Ulduar, left my kingdom in ruins, corrupted my brother, and slain my wife.', 32865, 0, 14, 0, 100, 0, 0, 15748, 33953),
|
|
(3756, 'And now it falls to you, champions, to avenge us all. The task before you is great, but I will lend you my aid as I am able. You must prevail.', 32865, 0, 14, 0, 100, 0, 0, 15749, 33954),
|
|
(3757, 'The last thing I remember is the ship falling and us getting into the pods. I\'ll go see how I can help. Thank you!', 16483, 0, 12, 35, 100, 0, 0, 0, 13408),
|
|
(3758, 'Where am I? Who are you? Oh no! What happened to the ship?', 16483, 1, 12, 35, 100, 0, 0, 0, 13409),
|
|
(3759, '$C, you saved me! I owe you a debt that I can never repay. I\'ll go see if I can help the others.', 16483, 2, 12, 35, 100, 0, 0, 0, 12451),
|
|
(3760, 'Ugh... what is this place? Is that all that\'s left of the ship over there?', 16483, 3, 12, 35, 100, 0, 0, 0, 13410),
|
|
(3761, 'Oh, the pain...', 16483, 0, 12, 35, 100, 0, 0, 0, 13440),
|
|
(3762, 'Everything hurts. Please, make it stop...', 16483, 1, 12, 35, 100, 0, 0, 0, 13441),
|
|
(3763, 'Ughhh... I hurt. Can you help me?', 16483, 2, 12, 35, 100, 0, 0, 0, 13411),
|
|
(3764, 'I don\'t know if I can make it. Please help me...', 16483, 3, 12, 35, 100, 0, 0, 0, 13442),
|
|
(3765, 'Relax? Do you know what Kael\'thas does to those that fail him, Geezle? Eternal suffering and pain... Do NOT screw this up, fool.', 17243, 0, 12, 0, 100, 0, 0, 0, 13780),
|
|
(3766, 'What\'s the big idea, Spark? Why\'d you call for this meeting?', 17318, 0, 12, 0, 100, 0, 0, 0, 13776),
|
|
(3767, 'Our house is this way, through the thicket.', 17312, 0, 12, 7, 100, 0, 0, 0, 13744),
|
|
(3768, 'Help me!', 17312, 0, 12, 0, 100, 0, 0, 0, 27791),
|
|
(3769, 'My poor family. Everything has been destroyed.', 17312, 0, 12, 7, 100, 0, 0, 0, 13745),
|
|
(3770, 'Father! Father! You\'re alive!', 17312, 0, 12, 7, 100, 0, 0, 0, 13746),
|
|
(3771, 'You can thank $n for getting me back here safely, father.', 17312, 0, 12, 7, 100, 0, 0, 0, 13748),
|
|
(3772, '%s hugs her father.', 17312, 0, 16, 7, 100, 0, 0, 0, 13747),
|
|
(3773, 'The Master has gone to great lengths to secure information about the whereabouts of the Exodar. You could have blown the entire operation, including the cover of our spy on the inside.', 17243, 0, 12, 0, 100, 0, 0, 0, 13778),
|
|
(3774, 'Relax, Spark! I have it all under control. We\'ll strip mine the Exodar right out from under \'em - making both you and I very, very rich in the process.', 17318, 0, 12, 0, 100, 0, 0, 0, 13779),
|
|
(3775, 'What\'s the big idea? You nearly blew my cover, idiot! I told you to put the compass and navigation maps somewhere safe - not out in the open for any fool to discover.', 17243, 0, 12, 0, 100, 0, 0, 0, 13777),
|
|
(3776, '%s holds the shell up to his ear.', 17243, 0, 16, 7, 100, 0, 0, 0, 14084),
|
|
(3777, 'And now, I cut you!', 17243, 0, 14, 7, 100, 0, 0, 0, 14090),
|
|
(3778, 'Yes, sir. It won\'t happen again...', 17318, 0, 12, 0, 100, 0, 0, 0, 13782),
|
|
(3779, 'Yes Master, all goes along as planned.', 17243, 0, 12, 7, 100, 0, 0, 0, 14082),
|
|
(3780, '[Furbolg] The Stillpine furbolgs will not soon forget your bravery!', 17375, 0, 12, 0, 100, 0, 0, 0, 13978),
|
|
(3781, '[Furbolg] Thank you, $n!', 17375, 1, 12, 0, 100, 0, 0, 0, 13837),
|
|
(3782, '[Furbolg] Those remaining at Stillpine Hold will welcome you as a hero!', 17375, 2, 12, 0, 100, 0, 0, 0, 13979),
|
|
(3783, 'Aku\'mai is dead! At last, I can leave this wretched place.', 6729, 0, 14, 0, 100, 0, 0, 0, 2848),
|
|
(3784, 'Speak with me to hear my tale.', 6729, 0, 12, 0, 100, 0, 0, 0, 2849),
|
|
(3785, 'Go to the west', 17682, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(3786, 'Liladris has been waiting for me at Maestra\'s Post, so we should make haste, $n.', 11218, 0, 12, 0, 100, 0, 0, 0, 6540),
|
|
(3787, '%s looks very sleepy...', 11218, 0, 16, 0, 100, 0, 0, 0, 6811),
|
|
(3788, '%s suddenly falls asleep.', 11218, 1, 16, 0, 100, 0, 0, 0, 6542),
|
|
(3789, '%s begins to drift off...', 11218, 2, 16, 0, 100, 0, 0, 0, 6541),
|
|
(3790, 'This looks like the perfect place for a nap...', 11218, 0, 12, 0, 100, 0, 0, 0, 6813),
|
|
(3791, 'Yaaaaawwwwwnnnn...', 11218, 1, 12, 0, 100, 0, 0, 0, 6543),
|
|
(3792, 'Oh, I am so tired...', 11218, 2, 12, 0, 100, 0, 0, 0, 6544),
|
|
(3793, 'You don\'t mind if I stop here for a moment, do you?', 11218, 3, 12, 0, 100, 0, 0, 0, 6545),
|
|
(3794, 'Be on the alert! The Blackwood furbolgs are numerous in this area...', 11218, 0, 12, 0, 100, 0, 0, 0, 6867),
|
|
(3795, 'It\'s quiet... Too quiet...', 11218, 1, 12, 0, 100, 0, 0, 0, 6868),
|
|
(3796, 'Oh, I can see Liladris from here... Tell her I\'m here, won\'t you?', 11218, 0, 12, 0, 100, 0, 0, 0, 6643),
|
|
(3797, '%s wakes up!', 11218, 0, 16, 0, 100, 0, 0, 0, 6612),
|
|
(3798, 'Ok, $n, let\'s go find where I left that mysterious fossil. Follow me!', 2917, 0, 12, 7, 100, 0, 0, 0, 925),
|
|
(3799, 'Now where did I put that mysterious fossil? Ah, maybe up there...', 2917, 0, 12, 7, 100, 0, 0, 0, 926),
|
|
(3800, 'Hrm, nothing up here.', 2917, 0, 12, 7, 100, 0, 0, 0, 927),
|
|
(3801, 'No mysterious fossil here... Ah, but my copy of Green Hills of Stranglethorn. What a good book!', 2917, 0, 12, 7, 100, 0, 0, 0, 928),
|
|
(3802, 'I bet you I left it in the tent!', 2917, 0, 12, 7, 100, 0, 0, 0, 929),
|
|
(3803, 'Oh wait, that\'s Hollee\'s tent... and it\'s empty.', 2917, 0, 12, 7, 100, 0, 0, 0, 930),
|
|
(3804, 'Interesting... I hadn\'t noticed this earlier...', 2917, 0, 12, 7, 100, 0, 0, 0, 931),
|
|
(3805, '%s inspects the ancient, mossy stone.', 2917, 0, 16, 0, 100, 0, 0, 0, 932),
|
|
(3806, 'Oh wait! I\'m supposed to be looking for that mysterious fossil!', 2917, 0, 12, 7, 100, 0, 0, 0, 933),
|
|
(3807, 'Nope, didn\'t leave the fossil back here!', 2917, 0, 12, 7, 100, 0, 0, 0, 935),
|
|
(3808, 'Ah, I remember now! I gave the mysterious fossil to Hollee! Check with her.', 2917, 0, 12, 7, 100, 0, 0, 0, 936),
|
|
(3809, '%s goes back to work, oblivious to everything around him.', 2917, 0, 16, 0, 100, 0, 0, 0, 937),
|
|
(3810, 'Something tells me this $n wants the mysterious fossil too. Help!', 2917, 0, 12, 7, 100, 0, 0, 0, 941),
|
|
(3811, 'Why don\'t we deal with you now, Hendel? Lady Proudmoore will speak to you back in the tower.', 4966, 0, 12, 7, 100, 0, 0, 0, 1663),
|
|
(3812, 'Please... please... Miss Proudmore. I didn\'t mean to...', 4966, 0, 12, 7, 100, 0, 0, 0, 1759),
|
|
(3813, 'I apologize for taking so long to get here. I wanted Lady Proudmoore to be present also.', 4966, 0, 12, 7, 100, 0, 0, 0, 1761),
|
|
(3814, 'We can only stay a few moments before returning to the tower. If you wish to speak to us more you may find us there.', 4966, 0, 12, 7, 100, 0, 0, 0, 1808),
|
|
(3815, '%s, too injured, gives up the chase.', 4966, 0, 16, 0, 100, 0, 0, 0, 8224),
|
|
(3816, 'This land was mine long before your wretched kind set foot here.', 23864, 0, 14, 0, 100, 0, 0, 0, 22370),
|
|
(3817, 'All who venture here belong to me, including you!', 23864, 0, 14, 0, 100, 0, 0, 0, 22371),
|
|
(3818, 'Emergency power activated! Initializing ambulatory motor! CLUCK!', 7807, 0, 12, 0, 100, 0, 0, 0, 3794),
|
|
(3819, 'Physical threat detected! Evasive action! CLUCK!', 7807, 0, 12, 0, 100, 0, 0, 0, 3795),
|
|
(3820, 'Threat analyzed! Activating combat plan beta! CLUCK!', 7807, 1, 12, 0, 100, 0, 0, 0, 3796),
|
|
(3821, 'CLUCK! Sensors detect spatial anomaly -- danger imminent! CLUCK!', 7807, 0, 12, 0, 100, 0, 0, 0, 3797),
|
|
(3822, 'Flight systems online! CLUCK! Engaging rockets for transport to Booty Bay!', 7807, 0, 12, 0, 100, 0, 0, 0, 3816),
|
|
(3823, '%s howls in delight at the sight of his lunch!', 23616, 0, 16, 0, 100, 0, 0, 0, 22068),
|
|
(3824, '%s eats his lunch.', 23616, 0, 16, 0, 100, 0, 0, 0, 22069),
|
|
(3825, '%s thanks you with a special dance.', 23622, 0, 16, 0, 100, 0, 0, 0, 22070),
|
|
(3826, 'Woo hoo! Finally getting out of here. It\'s going to be rough though. Keep your eyes peeled for trouble.', 4508, 0, 12, 0, 100, 0, 0, 0, 1482),
|
|
(3827, 'Up there is where Charlga Razorflank resides. Blasted old crone.', 4508, 0, 12, 0, 100, 0, 0, 0, 1483),
|
|
(3828, 'Help! Get this $n off of me!', 4508, 0, 12, 0, 100, 0, 0, 0, 1547),
|
|
(3829, 'There\'s blueleaf tuber in this trench! It\'s like gold waiting to be mined I tell you!', 4508, 0, 12, 0, 100, 0, 0, 0, 1484),
|
|
(3830, 'There could be danger around every corner here.', 4508, 0, 12, 0, 100, 0, 0, 0, 1485),
|
|
(3831, 'I don\'t see how these foul animals live in this place... sheesh it smells!', 4508, 0, 12, 0, 100, 0, 0, 0, 1486),
|
|
(3832, 'I think I see a way for us to get out of this big twisted mess of a bramble.', 4508, 0, 12, 0, 100, 0, 0, 0, 1487),
|
|
(3833, 'Glad to be out of that wretched trench. Not much nicer up here though!', 4508, 0, 12, 0, 100, 0, 0, 0, 1488),
|
|
(3834, 'Finally! I\'ll be glad to get out of this place.', 4508, 0, 12, 0, 100, 0, 0, 0, 1490),
|
|
(3835, 'I think I\'ll rest a moment and catch my breath before heading back to Ratchet. Thanks for all the help!', 4508, 0, 12, 0, 100, 0, 0, 0, 1493),
|
|
(3836, 'Well, I\'m off to Ratchet now! Best of luck to you!', 4508, 0, 12, 0, 100, 0, 0, 0, 1494),
|
|
(3837, '*Threshwackonator First Mate unit prepared to follow*', 6669, 0, 16, 0, 100, 0, 0, 0, 3012),
|
|
(3838, 'YARRR! Swabie, what have ye done?! He\'s gone mad! Baton down the hatches! Hoist the mast! ARRRR! Every man for hi\'self!', 6669, 0, 12, 0, 100, 0, 0, 0, 2704),
|
|
(3839, 'That kodo sure is a beauty. Wait a minute, where are my bifocals? Perhaps you should inspect the beast for me.', 9453, 0, 12, 0, 100, 0, 0, 0, 7302),
|
|
(3840, 'Emergency power activated! Initializing ambulatory motor! CLUCK!', 7784, 0, 12, 0, 100, 0, 0, 0, 3794),
|
|
(3841, 'Physical threat detected! Evasive action! CLUCK!', 7784, 0, 12, 0, 100, 0, 0, 0, 3795),
|
|
(3842, 'Threat analyzed! Activating combat plan beta! CLUCK!', 7784, 1, 12, 0, 100, 0, 0, 0, 3796),
|
|
(3843, 'CLUCK! Sensors detect spatial anomaly -- danger imminent! CLUCK!', 7784, 0, 12, 0, 100, 0, 0, 0, 3797),
|
|
(3844, 'No one challenges the Wastewander nomads -- not even robotic chickens! ATTACK!', 7805, 0, 12, 0, 100, 0, 0, 0, 3812),
|
|
(3845, 'Flight systems online! CLUCK! Engaging rockets for transport to Booty Bay!', 7784, 0, 12, 0, 100, 0, 0, 0, 3816),
|
|
(3846, 'I\'m thirsty.', 5955, 0, 12, 0, 100, 0, 0, 0, 2222),
|
|
(3847, 'Torta must be so worried.', 5955, 1, 12, 0, 100, 0, 0, 0, 2228),
|
|
(3848, 'Torta, my love! I have returned at long last.', 5955, 0, 12, 0, 100, 0, 0, 0, 2137),
|
|
(3849, 'You have any idea how long I\'ve been waiting here? And where\'s dinner? All that time gone and nothing to show for it?', 6015, 0, 12, 0, 100, 0, 0, 0, 2138),
|
|
(3850, 'My dearest Torta, I have been gone for so long. Finally we are reunited. At long last our love can blossom again.', 5955, 0, 12, 0, 100, 0, 0, 0, 2139),
|
|
(3851, 'Enough with the rambling. I am starving! Now, get your dusty shell into that ocean and bring momma some grub.', 6015, 0, 12, 0, 100, 0, 0, 0, 2140),
|
|
(3852, 'Yes, Torta. Whatever your heart desires...', 5955, 0, 12, 0, 100, 0, 0, 0, 2141),
|
|
(3853, 'And try not to get lost this time....', 6015, 0, 12, 0, 100, 0, 0, 0, 2145),
|
|
(3854, '%s is weakened!', 15727, 0, 16, 0, 100, 0, 0, 0, 11476),
|
|
(3855, '%s goes into a killing frenzy!', 15509, 0, 16, 0, 100, 0, 0, 0, 24143),
|
|
(3856, '%s goes into a berserker rage!', 15509, 0, 16, 0, 100, 0, 0, 0, 34057),
|
|
(3857, 'You will be judged for defiling these sacred grounds! The laws of the Ancients will not be challenged! Trespassers will be annihilated!\n', 15516, 0, 14, 0, 100, 0, 0, 8646, 11442),
|
|
(3858, 'I sentence you to death!', 15516, 0, 14, 0, 100, 0, 0, 8647, 11443),
|
|
(3859, 'I serve to the last!', 15516, 0, 14, 0, 100, 0, 0, 8648, 11444),
|
|
(3860, 'Are you so eager to die? I will be happy to accommodate you...', 15263, 0, 14, 0, 100, 0, 0, 8615, 11445),
|
|
(3861, 'Cower mortals! The age of darkness is at hand.', 15263, 1, 14, 0, 100, 0, 0, 8616, 0),
|
|
(3862, 'Tremble! The end is upon you.', 15263, 2, 14, 0, 100, 0, 0, 8621, 0),
|
|
(3863, 'Let your death serve as an example!', 15263, 0, 14, 0, 100, 0, 0, 8617, 11446),
|
|
(3864, 'Spineless wretches! You will drown in rivers of blood!', 15263, 1, 14, 0, 100, 0, 0, 8619, 0),
|
|
(3865, 'The screams of the dying will fill the air. A symphony of terror is about to begin!', 15263, 2, 14, 0, 100, 0, 0, 8620, 0),
|
|
(3866, 'Prepare for the return of the ancient ones!', 15263, 0, 14, 0, 100, 0, 0, 8618, 0),
|
|
(3867, 'You only delay the inevitable!', 15263, 0, 14, 0, 100, 0, 0, 8622, 11447),
|
|
(3868, 'Here they come! Defend yourselves!', 10638, 0, 12, 0, 100, 0, 0, 0, 6149);
|
|
INSERT INTO `npc_script_text` (`entry`, `text`, `creature_entry`, `id`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `broadcast_id`) VALUES
|
|
(3869, 'Be on guard... Arnak has some strange power over the Grimtotem... they will not be happy to see me escape.', 10646, 0, 12, 0, 100, 0, 0, 0, 5926),
|
|
(3870, 'Look out, the Grimtotem are upon us!', 10646, 0, 12, 0, 100, 0, 0, 0, 5927),
|
|
(3871, 'Here they come.', 10646, 0, 12, 0, 100, 0, 0, 0, 5928),
|
|
(3872, 'More Grimtotems are coming this way!', 10646, 0, 12, 0, 100, 0, 0, 0, 5929),
|
|
(3873, 'Finally, free at last... I must be going now, thanks for helping me escape. I can get back to Freewind Post by myself.', 10646, 0, 12, 0, 100, 0, 0, 0, 5930),
|
|
(3874, 'Lets go, $n. I am ready to reach Whitereach Post.', 10427, 0, 12, 1, 100, 0, 0, 0, 5648),
|
|
(3875, 'Now this looks familiar. If we keep heading east, I think we can... Ahh! Wyvern on the attack!', 10427, 0, 12, 1, 100, 0, 0, 0, 5654),
|
|
(3876, 'Thanks a bunch... I can find my way back to Whitereach Post from here. Be sure to talk with Motega Firemane; perhaps you can keep him from sending me home.', 10427, 0, 12, 1, 100, 0, 0, 0, 5683),
|
|
(3877, 'At last! Naralex can be awakened! Come aid me, brave adventurers!', 3678, 0, 14, 0, 100, 0, 0, 0, 2101),
|
|
(3878, 'I must make the necessary preparations before the awakening ritual can begin. You must protect me!', 3678, 0, 12, 0, 100, 0, 0, 0, 1255),
|
|
(3879, 'These caverns were once a temple of promise for regrowth in the Barrens. Now, they are the halls of nightmares.', 3678, 0, 12, 0, 100, 0, 0, 0, 1256),
|
|
(3880, 'Come. We must continue. There is much to be done before we can pull Naralex from his nightmare.', 3678, 0, 12, 0, 100, 0, 0, 0, 1257),
|
|
(3881, 'Within this circle of fire I must cast the spell to banish the spirits of the slain Fanglords.', 3678, 0, 12, 0, 100, 0, 0, 0, 1258),
|
|
(3882, 'The caverns have been purified. To Naralex\'s chamber we go!', 3678, 0, 12, 0, 100, 0, 0, 0, 1259),
|
|
(3883, 'Beyond this corridor, Naralex lies in fitful sleep. Let us go awaken him before it is too late.', 3678, 0, 12, 0, 100, 0, 0, 0, 1263),
|
|
(3884, 'Protect me brave souls as I delve into the Emerald Dream to rescue Naralex and put an end to this corruption!', 3678, 0, 12, 0, 100, 0, 0, 0, 1264),
|
|
(3885, '%s begins to perform the awakening ritual on Naralex.', 3678, 0, 16, 0, 100, 0, 0, 0, 1265),
|
|
(3886, '%s tosses fitfully in troubled sleep.', 3679, 0, 16, 0, 100, 0, 0, 0, 1268),
|
|
(3887, '%s writhes in agony. The Disciple seems to be breaking through.', 3679, 0, 16, 0, 100, 0, 0, 0, 1269),
|
|
(3888, '%s dreams up a horrendous vision. Something stirs beneath the murky waters.', 3679, 0, 16, 0, 100, 0, 0, 0, 1270),
|
|
(3889, 'This $n is a minion from Naralex\'s nightmare no doubt!', 3678, 0, 12, 0, 100, 0, 0, 0, 1276),
|
|
(3890, 'I AM AWAKE, AT LAST!', 3679, 0, 14, 0, 100, 0, 0, 0, 1271),
|
|
(3891, 'At last! Naralex awakes from the nightmare.', 3678, 0, 12, 0, 100, 0, 0, 0, 1267),
|
|
(3892, 'Ah, to be pulled from the dreaded nightmare! I thank you, my loyal Disciple, along with your brave companions.', 3679, 0, 12, 0, 100, 0, 0, 0, 1272),
|
|
(3893, 'We must go and gather with the other Disciples. There is much work to be done before I can make another attempt to restore the Barrens. Farewell, brave souls!', 3679, 0, 12, 0, 100, 0, 0, 0, 2103),
|
|
(3894, 'Attacked! Help get this $n off of me!', 3678, 0, 12, 0, 100, 0, 0, 0, 1273),
|
|
(3895, 'Oh no! Here they come!', 7607, 0, 12, 0, 100, 0, 0, 0, 3744),
|
|
(3896, 'Ok, here I go!', 7607, 0, 12, 0, 100, 0, 0, 0, 3785),
|
|
(3897, 'Eternal agony awaits you!', 29120, 0, 14, 0, 100, 0, 0, 14054, 32308),
|
|
(3898, 'Soon the master\'s voice will call to you.', 29120, 0, 14, 0, 100, 0, 0, 14057, 32311),
|
|
(3899, 'You have made your choice.', 29120, 1, 14, 0, 100, 0, 0, 14056, 32310),
|
|
(3900, 'You shall experience my torment first hand!', 29120, 2, 14, 0, 100, 0, 0, 14055, 32309),
|
|
(3901, 'Ahhh... RAAAAAGH! Never thought... I would be free of him....', 29120, 0, 14, 0, 100, 0, 0, 14069, 32317),
|
|
(3902, 'Your armor is useless against my locusts!', 29120, 0, 14, 0, 100, 0, 0, 14060, 32314),
|
|
(3903, 'Uunak-hissss tik-k-k-k-k!', 29120, 1, 14, 0, 100, 0, 0, 14067, 32315),
|
|
(3904, 'A pestilence upon you!', 29120, 2, 14, 0, 100, 0, 0, 14068, 32316),
|
|
(3905, 'Auum na-l ak-k-k-k, isshhh.', 29120, 0, 14, 0, 100, 0, 0, 14058, 32312),
|
|
(3906, 'Come forth, my brethren! Feast on their flesh!', 29120, 1, 14, 0, 100, 0, 0, 14059, 32313),
|
|
(3907, 'I was king of this empire once, long ago. In life I stood as champion. In death I returned as conqueror. Now I protect the kingdom once more. Ironic, yes? ', 29120, 0, 14, 0, 100, 0, 0, 14053, 0),
|
|
(3908, 'This kingdom belongs to the Scourge. Only the dead may enter!', 28684, 0, 14, 0, 100, 0, 0, 14075, 32271),
|
|
(3909, 'You were foolish to come.', 28684, 0, 14, 0, 100, 0, 0, 14077, 32273),
|
|
(3910, 'As Anub\'arak commands!', 28684, 1, 14, 0, 100, 0, 0, 14078, 32274),
|
|
(3911, 'I should be grateful... but I long ago lost the capacity....', 28684, 0, 14, 0, 100, 0, 0, 14087, 32283),
|
|
(3912, 'They hunger....', 28684, 0, 14, 0, 100, 0, 0, 14085, 32281),
|
|
(3913, 'Dinner time, my pets!', 28684, 1, 14, 0, 100, 0, 0, 14086, 32282),
|
|
(3914, 'Keep an eye on that tunnel. We must not let anyone through!', 28684, 0, 14, 0, 100, 0, 0, 14082, 32278),
|
|
(3915, 'I hear footsteps. Be on your guard.', 28684, 1, 14, 0, 100, 0, 0, 14083, 32279),
|
|
(3916, 'I sense the living. Be ready.', 28684, 2, 14, 0, 100, 0, 0, 14084, 32280),
|
|
(3917, 'We are besieged! Strike out and bring back their corpses!', 28684, 0, 14, 0, 100, 0, 0, 14079, 32275),
|
|
(3918, 'We must hold the gate. Attack! Tear them limb from limb!', 28684, 1, 14, 0, 100, 0, 0, 14080, 32276),
|
|
(3919, 'The gate must be protected at all costs. Rip them to shreds!', 28684, 2, 14, 0, 100, 0, 0, 14081, 32277),
|
|
(3920, 'My liege, the infiltration and control of the Alliance power structure by our cultists is well underway.', 28189, 0, 12, 0, 100, 0, 0, 0, 25357),
|
|
(3921, 'The power you\'ve bestowed upon me has granted me great mental influence over human minds. I bear these offerings as proof of my progress.', 28189, 0, 12, 0, 100, 0, 0, 0, 25358),
|
|
(3922, 'Allow me to take care of the intruders, lord. I will feed their entrails to the maggots.', 28189, 0, 12, 0, 100, 0, 0, 0, 25361),
|
|
(3923, 'Yes, my lord!', 28189, 0, 12, 0, 100, 0, 0, 0, 25365),
|
|
(3924, 'Your progress in this region has been impressive, blood prince. I am pleased.', 26203, 0, 12, 0, 100, 0, 0, 0, 25362),
|
|
(3925, 'Now this is a surprise, Thassarian. I hadn\'t heard from Mograine or the other death knights for months. You\'ve come to rejoin the Scourge, I take it?', 26203, 0, 12, 0, 100, 0, 0, 0, 25363),
|
|
(3926, 'Do not fail me, San\'layn. Return to Icecrown with this fool\'s head or do not bother to return.', 26203, 0, 12, 0, 100, 0, 0, 0, 25364),
|
|
(3927, 'Leryssa!', 26170, 0, 14, 0, 100, 0, 0, 0, 25359),
|
|
(3928, 'What have you done to my sister, you motherless elf scum!?', 26170, 0, 14, 0, 100, 0, 0, 0, 25360),
|
|
(3929, 'I would sooner slit my own throat. You will pay for what you did to your own men, Arthas... for what you did to me! I swear it.', 26170, 0, 12, 0, 100, 0, 0, 0, 25366),
|
|
(3930, 'Leryssa... you... you\'re all right!', 26170, 0, 12, 0, 100, 0, 0, 0, 25844),
|
|
(3931, 'I cannot return home with you just yet, Leryssa. I am not quite done with the Scourge.', 26170, 0, 12, 0, 100, 0, 0, 0, 25845),
|
|
(3932, 'You might be right, sister. My obligations to my land and King have been fulfilled. But there is something that I still owe to myself.', 26170, 0, 12, 0, 100, 0, 0, 0, 25846),
|
|
(3933, 'Do not worry, Leryssa. I will come back to you when I am done. Nothing in the world will stop me from coming home to the only family that I have left.', 26170, 0, 12, 0, 100, 0, 0, 0, 25850),
|
|
(3934, 'What... what happened to me?', 25250, 0, 12, 7, 100, 0, 0, 0, 25841),
|
|
(3935, 'Ugh! My head won\'t stop spinning...', 25250, 0, 12, 7, 100, 0, 0, 0, 25847),
|
|
(3936, 'Thassarian! You\'re alive!', 25251, 0, 14, 0, 100, 0, 0, 0, 25842),
|
|
(3937, 'I thought... I thought you were... dead.', 25251, 0, 12, 0, 100, 0, 0, 0, 25843),
|
|
(3938, 'Don\'t leave me again! You want to fight for your country, but they don\'t even want you! They sent you here to die!', 25251, 0, 12, 0, 100, 0, 0, 0, 25848),
|
|
(3939, 'I know that look in your eye... I\'m not going to be able to talk you out of this. If you die on me again...', 25251, 0, 12, 0, 100, 0, 0, 0, 25849),
|
|
(3940, 'My father\'s aura is quite strong,he cannot be far. Could you be a doll and fight off the monsters wandering throught the mist?', 25504, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(3941, 'Watch out for the monsters!Which way should we go first? Let\'s try this way...', 25504, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(3942, 'What could this be?', 25504, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(3943, 'There\'s no sign of it ending! Where could my father be?', 25504, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(3944, 'Father! You\'re safe!', 25504, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(3945, 'Pathetic fool! A servant of Malygos would sooner die than aid an enemy....', 25478, 0, 12, 0, 100, 0, 0, 0, 24735),
|
|
(3946, 'Aargh! Do your worst, $c! I\'ll tell you NOTHING!', 25478, 0, 12, 0, 100, 0, 0, 0, 24736),
|
|
(3947, 'Aahhhh! Release me! I am of no use to you. I swear it!', 25478, 0, 12, 0, 100, 0, 0, 0, 24737),
|
|
(3948, 'Stop! I beg you, please stop. Please....', 25478, 0, 12, 0, 100, 0, 0, 0, 24738),
|
|
(3949, 'Alright! I am beaten. Your precious archmage is held in a prison, elevated and sealed. Even if you manage to reach her, Salrand herself holds the key. Your mission is folly!', 25478, 0, 12, 0, 100, 0, 0, 0, 24739),
|
|
(3950, 'I\'ve given you the information, $r! You\'re wasting your time....', 25478, 0, 12, 0, 100, 0, 0, 0, 24756),
|
|
(3951, 'Noooo! This torture is inhumane! You have what you want... why don\'t you just kill me?', 25478, 0, 12, 0, 100, 0, 0, 0, 24755),
|
|
(3952, 'I AM NOT AN APPETIZER!', 25589, 0, 12, 7, 100, 0, 0, 0, 24780),
|
|
(3953, 'I\'ll make you a deal: if you get me out of here alive, you\'ll get a reward larger than you can imagine!', 25589, 0, 12, 7, 100, 0, 0, 0, 24768),
|
|
(3954, 'Well...', 25827, 0, 12, 0, 100, 0, 0, 0, 25243),
|
|
(3955, 'Finally! This charade is over... Arthas give me strength!', 25827, 0, 12, 0, 100, 0, 0, 0, 25245),
|
|
(3956, 'You don\'t know who you\'re messing with, $c! Death beckons!', 25827, 0, 12, 0, 100, 0, 0, 0, 25246),
|
|
(3957, 'I suppose this is it, then? I won\'t go down quietly!', 25827, 0, 12, 0, 100, 0, 0, 0, 25244),
|
|
(3958, 'Well...', 25248, 0, 12, 0, 100, 0, 0, 0, 25243),
|
|
(3959, 'Finally! This charade is over... Arthas give me strength!', 25248, 0, 12, 0, 100, 0, 0, 0, 25245),
|
|
(3960, 'You don\'t know who you\'re messing with, $c! Death beckons!', 25248, 0, 12, 0, 100, 0, 0, 0, 25246),
|
|
(3961, 'I suppose this is it, then? I won\'t go down quietly!', 25248, 0, 12, 0, 100, 0, 0, 0, 25244),
|
|
(3962, 'Well...', 25828, 0, 12, 0, 100, 0, 0, 0, 25243),
|
|
(3963, 'Finally! This charade is over... Arthas give me strength!', 25828, 0, 12, 0, 100, 0, 0, 0, 25245),
|
|
(3964, 'You don\'t know who you\'re messing with, $c! Death beckons!', 25828, 0, 12, 0, 100, 0, 0, 0, 25246),
|
|
(3965, 'I suppose this is it, then? I won\'t go down quietly!', 25828, 0, 12, 0, 100, 0, 0, 0, 25244),
|
|
(3966, 'Who dares disturb my meditation?', 4832, 0, 14, 0, 100, 0, 0, 5802, 6171),
|
|
(3967, 'Sleep...', 4832, 0, 14, 0, 100, 0, 0, 5804, 0),
|
|
(3968, 'Dust to dust.', 4832, 0, 14, 0, 100, 0, 0, 5803, 6172),
|
|
(3969, 'Hey, thanks.', 4979, 0, 12, 0, 100, 0, 0, 0, 22111),
|
|
(3970, '...receive 50 percent off deserter undergarments? What is this garbage?', 4979, 0, 12, 0, 100, 0, 0, 0, 22555),
|
|
(3971, '...to create a fund for the purchase of hair gel? I like my hair the way it is, thanks!', 4979, 1, 12, 0, 100, 0, 0, 0, 22562),
|
|
(3972, '...the deserters seek a Theramore where citizens will be free to juggle at all hours of the day? What is this nonsense?', 4979, 2, 12, 0, 100, 0, 0, 0, 22559),
|
|
(3973, '...to establish the chicken as the official symbol of Theramore?! These guys are nuts!', 4979, 3, 12, 0, 100, 0, 0, 0, 22561),
|
|
(3974, '...as a deserter, you\'ll enjoy activities like tethered swimming and dog grooming? How ridiculous!', 4979, 4, 12, 0, 100, 0, 0, 0, 22556),
|
|
(3975, 'This... this is a joke, right?', 4979, 0, 12, 0, 100, 0, 0, 0, 22113),
|
|
(3976, 'I\'d never join anything like this. Better keep this, though. It\'ll come in handy in the privy...', 4979, 1, 12, 0, 100, 0, 0, 0, 22116),
|
|
(3977, 'What a bunch of lunatics! You actually believe this stuff?', 4979, 2, 12, 0, 100, 0, 0, 0, 22115),
|
|
(3978, 'It is my charge to watch over these eggs. I will see you burn before any harm comes to them!', 28860, 0, 14, 0, 100, 0, 0, 14093, 31400),
|
|
(3979, 'This pathetic siege ends NOW!', 28860, 0, 14, 0, 100, 0, 0, 14103, 31368),
|
|
(3980, 'Burn, you miserable wretches!', 28860, 0, 14, 0, 100, 0, 0, 14098, 31907),
|
|
(3981, 'Shadron! Come to me! All is at risk!', 28860, 0, 14, 0, 100, 0, 0, 14105, 31318),
|
|
(3982, 'Tenebron! The eggs are yours to protect as well!', 28860, 0, 14, 0, 100, 0, 0, 14106, 31319),
|
|
(3983, 'Vesperon, the clutch is in danger! Assist me!', 28860, 0, 14, 0, 100, 0, 0, 14104, 31320),
|
|
(3984, 'Such is the price... of failure....', 28860, 0, 14, 0, 100, 0, 0, 14107, 31341),
|
|
(3985, 'Such flammable little insects....', 28860, 0, 14, 0, 100, 0, 0, 14099, 31363),
|
|
(3986, 'Your charred bones will litter the floor!', 28860, 1, 14, 0, 100, 0, 0, 14100, 31904),
|
|
(3987, 'How much heat can you take?', 28860, 2, 14, 0, 100, 0, 0, 14101, 31905),
|
|
(3988, 'All will be reduced to ash!', 28860, 3, 14, 0, 100, 0, 0, 14102, 31906),
|
|
(3989, 'You will make a fine meal for the hatchlings.', 28860, 0, 14, 0, 100, 0, 0, 14094, 31908),
|
|
(3990, 'You are at a grave disadvantage.', 28860, 1, 14, 0, 100, 0, 0, 14096, 31909),
|
|
(3991, 'This is why we call you lesser beings!', 28860, 2, 14, 0, 100, 0, 0, 14097, 31910),
|
|
(3992, 'The lava surrounding %s churns!', 28860, 0, 41, 0, 100, 0, 0, 0, 31362),
|
|
(3993, 'You have no place here! Your place... is among the departed!', 30452, 0, 14, 0, 100, 0, 0, 14122, 31993),
|
|
(3994, 'No contest.', 30452, 0, 14, 0, 100, 0, 0, 14123, 31994),
|
|
(3995, 'Typical. Just as I was having fun...', 30452, 1, 14, 0, 100, 0, 0, 14124, 31995),
|
|
(3996, 'I should not... have held back...', 30452, 0, 14, 0, 100, 0, 0, 14129, 32000),
|
|
(3997, 'To darkness I condemn you.', 30452, 0, 14, 0, 100, 0, 0, 14125, 31996),
|
|
(3998, 'It is amusing to watch you struggle. Very well, witness how it is done!', 30452, 0, 14, 0, 100, 0, 0, 14128, 31999),
|
|
(3999, 'Arrogant little creatures, to challenge powers you do not yet understand.', 30452, 0, 14, 0, 100, 0, 0, 14126, 31997),
|
|
(4000, 'I am no mere dragon. You will find that I am much, much more.', 30452, 1, 14, 0, 100, 0, 0, 14127, 31998),
|
|
(4001, '%s begins to open a Twilight Portal!', 30451, 0, 41, 0, 100, 0, 0, 0, 32554),
|
|
(4002, 'I fear nothing! Least of all you!', 30451, 0, 14, 0, 100, 0, 0, 14111, 31985),
|
|
(4003, 'You are insignificant.', 30451, 0, 14, 0, 100, 0, 0, 14112, 31986),
|
|
(4004, 'Such mediocre resistance...', 30451, 1, 14, 0, 100, 0, 0, 14113, 31987),
|
|
(4005, 'We... are superior! How could this... be?', 30451, 0, 14, 0, 100, 0, 0, 14118, 31984),
|
|
(4006, 'You are easily bested!', 30451, 0, 14, 0, 100, 0, 0, 14114, 31988),
|
|
(4007, 'I will take pity on you, Sartharion, just this once.', 30451, 0, 14, 0, 100, 0, 0, 14117, 31991),
|
|
(4008, 'Father taught me well.', 30451, 0, 14, 0, 100, 0, 0, 14115, 31989),
|
|
(4009, 'On your knees!', 30451, 1, 14, 0, 100, 0, 0, 14116, 21749),
|
|
(4010, 'You pose no threat, lesser beings! Give me your worst!', 30449, 0, 41, 0, 100, 0, 0, 0, 32002),
|
|
(4011, 'You pose no threat, lesser beings! Give me your worst!', 30449, 0, 14, 0, 100, 0, 0, 14133, 32002),
|
|
(4012, 'The least you could do is put up a fight!', 30449, 0, 14, 0, 100, 0, 0, 14134, 32003),
|
|
(4013, 'Was that the best you can do?', 30449, 1, 14, 0, 100, 0, 0, 14135, 32004),
|
|
(4014, 'I still have some... fight... in me-e-e...', 30449, 0, 14, 0, 100, 0, 0, 14140, 32009),
|
|
(4015, 'I will pick my teeth with your bones!', 30449, 0, 14, 0, 100, 0, 0, 14136, 32005),
|
|
(4016, 'Father was right about you, Sartharion. You ARE a weakling.', 30449, 0, 14, 0, 100, 0, 0, 14139, 32008),
|
|
(4017, 'Aren\'t you tricky? I have a few tricks of my own...', 30449, 0, 14, 0, 100, 0, 0, 14137, 32006),
|
|
(4018, 'Unlike you, I have many talents!', 30449, 1, 14, 0, 100, 0, 0, 14138, 32007),
|
|
(4019, 'A Vesperon Disciple appears in the Twilight!', 30449, 0, 41, 0, 100, 0, 0, 0, 32960),
|
|
(4020, 'The chill you feel is the herald of your doom!', 26631, 0, 14, 0, 100, 0, 0, 13173, 26932),
|
|
(4021, 'Such is the fate of all who oppose the Lich King!', 26631, 0, 14, 0, 100, 0, 0, 13175, 28035),
|
|
(4022, 'Your efforts... are in vain.', 26631, 0, 14, 0, 100, 0, 0, 13174, 28034),
|
|
(4023, 'Bolster my defenses! Hurry, curse you!', 26631, 0, 14, 0, 100, 0, 0, 13176, 26933),
|
|
(4024, 'Surely you can see the futility of it all!', 26631, 0, 14, 0, 100, 0, 0, 13177, 27777),
|
|
(4025, 'Just give up and die already!', 26631, 1, 14, 0, 100, 0, 0, 13178, 30036),
|
|
(4026, 'Tharon\'ja sees all! The work of mortals shall not end the eternal dynasty!', 26632, 0, 14, 0, 100, 0, 0, 13862, 29606),
|
|
(4027, 'As Tharon\'ja predicted!', 26632, 0, 14, 0, 100, 0, 0, 13863, 29611),
|
|
(4028, 'As it was written!', 26632, 1, 14, 0, 100, 0, 0, 13864, 29612),
|
|
(4029, 'Your flesh serves Tharon\'ja now!', 26632, 0, 14, 0, 100, 0, 0, 13865, 29613),
|
|
(4030, 'Tharon\'ja has a use for your mortal shell!', 26632, 1, 14, 0, 100, 0, 0, 13866, 29614),
|
|
(4031, 'No! A taste... all too brief!', 26632, 0, 14, 0, 100, 0, 0, 13867, 29615),
|
|
(4032, 'Agghh!! Tharon\'ja will have more!', 26632, 1, 14, 0, 100, 0, 0, 13868, 29616),
|
|
(4033, 'Im... impossible! Tharon\'ja is eternal! Tharon\'ja... is....', 26632, 0, 14, 0, 100, 0, 0, 13869, 29617),
|
|
(4034, 'Mo\' guts! Mo\' blood! Mo\' food!', 26630, 0, 14, 0, 100, 0, 0, 13181, 30041),
|
|
(4035, 'Me gonna carve you and eat you!', 26630, 0, 14, 0, 100, 0, 0, 13185, 30042),
|
|
(4036, 'So hungry! Must feed!', 26630, 0, 14, 0, 100, 0, 0, 13182, 30043),
|
|
(4037, 'Corpse go boom!', 26630, 0, 14, 0, 100, 0, 0, 13184, 30044),
|
|
(4038, 'Aaaargh...', 26630, 0, 14, 0, 100, 0, 0, 13183, 0),
|
|
(4039, 'Finally, a captive audience!', 36497, 0, 14, 0, 100, 0, 0, 16595, 38486),
|
|
(4040, 'Fodder for the engine.', 36497, 0, 14, 0, 100, 0, 0, 16596, 38490),
|
|
(4041, 'Another soul to strengthen the host!', 36497, 1, 14, 0, 100, 0, 0, 16597, 38491),
|
|
(4042, '', 36497, 0, 14, 0, 100, 0, 0, 16598, 0),
|
|
(4043, 'The vortex of the harvested calls to you!', 36497, 0, 14, 0, 100, 0, 0, 16599, 38488),
|
|
(4044, 'I will sever your soul from your body!', 36497, 0, 14, 0, 100, 0, 0, 16600, 38489),
|
|
(4045, 'You dare look upon the host of souls? I SHALL DEVOUR YOU WHOLE!', 36502, 0, 14, 0, 100, 0, 0, 16884, 38012),
|
|
(4046, 'You dare look upon the host of souls? I SHALL DEVOUR YOU WHOLE!', 36502, 1, 14, 0, 100, 0, 0, 16890, 38012),
|
|
(4047, 'Damnation!', 36502, 0, 14, 0, 100, 0, 0, 16885, 38548),
|
|
(4048, 'Doomed for eternity!', 36502, 1, 14, 0, 100, 0, 0, 16886, 38549),
|
|
(4049, 'Damnation!', 36502, 0, 14, 0, 100, 0, 0, 16896, 38548),
|
|
(4050, 'Doomed for eternity!', 36502, 1, 14, 0, 100, 0, 0, 16897, 38549),
|
|
(4051, 'Damnation!', 36502, 0, 14, 0, 100, 0, 0, 16891, 38548),
|
|
(4052, 'Doomed for eternity!', 36502, 1, 14, 0, 100, 0, 0, 16892, 38549),
|
|
(4053, 'The swell of souls will not be abated! You only delay the inevitable.', 36502, 0, 14, 0, 100, 0, 0, 16887, 38547),
|
|
(4054, 'The swell of souls will not be abated! You only delay the inevitable.', 36502, 1, 14, 0, 100, 0, 0, 16898, 38547),
|
|
(4055, 'The swell of souls will not be abated! You only delay the inevitable.', 36502, 2, 14, 0, 100, 0, 0, 16893, 38547),
|
|
(4056, '%s casts |cFFFFFF00Mirrored Soul!|r', 36502, 0, 41, 0, 100, 0, 0, 0, 37368),
|
|
(4057, '%s begins to |cFFFF0000Unleash Souls!|r', 36502, 0, 41, 0, 100, 0, 0, 0, 36659),
|
|
(4058, 'SUFFERING! ANGUISH! CHAOS! RISE AND FEED!', 36502, 0, 14, 0, 100, 0, 0, 16888, 38019),
|
|
(4059, 'SUFFERING! ANGUISH! CHAOS! RISE AND FEED!', 36502, 1, 14, 0, 100, 0, 0, 16899, 38019),
|
|
(4060, 'SUFFERING! ANGUISH! CHAOS! RISE AND FEED!', 36502, 2, 14, 0, 100, 0, 0, 16894, 38019),
|
|
(4061, '%s begins to cast Wailing Souls!', 36502, 0, 41, 0, 100, 0, 0, 0, 36658),
|
|
(4062, 'Stare into the abyss and see your end.', 36502, 0, 14, 0, 100, 0, 0, 16889, 38020),
|
|
(4063, 'Stare into the abyss and see your end.', 36502, 1, 14, 0, 100, 0, 0, 16895, 38020),
|
|
(4064, 'Excellent work, champions! We shall set up our base camp in these chambers. My magi will get the Scourge transport device working shortly. Step inside it when you are ready for your next mission. I will meet you on the other side.', 38160, 0, 14, 0, 100, 0, 0, 16625, 37369),
|
|
(4065, 'Excellent work, champions! We shall set up our base camp in these chambers. My magi will get the Scourge transport device working shortly. Step inside when you are ready for your next mission. I will meet you on the other side.', 38161, 0, 14, 0, 100, 0, 0, 17044, 37387),
|
|
(4066, 'Thank you for rescuing me, $r. Please tell the king that I am back.', 25208, 0, 12, 0, 100, 0, 0, 0, 24313),
|
|
(4067, 'This is far enough. I can make it on my own from here.', 25208, 0, 12, 0, 100, 0, 0, 0, 24312),
|
|
(4068, 'Together we will fight our way out of here. Are you ready?', 25208, 0, 12, 0, 100, 0, 0, 0, 24310),
|
|
(4069, 'You can\'t hold me against my will! You\'ve all been brainwashed!', 25208, 0, 12, 0, 100, 0, 0, 0, 24316),
|
|
(4070, 'Thank the Light for seeing you here safely! We have much work to do if we are to defeat the Lich King and put an end to the Scourge.', 37597, 0, 12, 0, 100, 0, 0, 16617, 37370),
|
|
(4071, 'Our allies within the Argent Crusade and the Knights of the Ebon Blade have broken through the front gate of Icecrown and are attempting to establish a foothold within the citadel. ', 37597, 0, 12, 0, 100, 0, 0, 16618, 37371),
|
|
(4072, 'Their success hinges upon what we discover within these cursed halls. Although our mission is fraught with peril, we must persevere!', 37597, 0, 12, 0, 100, 0, 0, 16619, 37372),
|
|
(4073, 'With the attention of the Lich King drawn towards the front gate, we will be working our way through the side in search of information that will enable us to defeat the Scourge once and for all.', 37597, 0, 12, 0, 100, 0, 0, 16620, 37373),
|
|
(4074, 'King Varian\'s SI:7 agents have gathered information about a private sanctum of the Lich King\'s deep within a place called the Halls of Reflection. ', 37597, 0, 12, 0, 100, 0, 0, 16621, 37374),
|
|
(4075, 'We will carve a path through this wretched place and find a way to enter the Halls of Reflection. I sense powerful magic hidden away within those halls. Magic that could be the key to destroying the Scourge!', 37597, 0, 12, 0, 100, 0, 0, 16622, 37375),
|
|
(4076, 'Your first mission is to destroy the machines of death within this malevolent engine of souls and clear a path for our soldiers. ', 37597, 0, 12, 0, 100, 0, 0, 16623, 37376),
|
|
(4077, 'Make haste, champions! I will prepare the troops to fall in behind you.', 37597, 0, 12, 0, 100, 0, 0, 16624, 37377),
|
|
(4078, 'The Argent Crusade and the Knights of the Ebon Blade have assaulted the gates of the Icecrown Citadel and are preparing for a massive attack upon the Scourge. Our mission is a bit more subtle, but equally as important.', 37596, 0, 12, 0, 100, 0, 0, 17038, 37380),
|
|
(4079, 'With the attention of the Lich King turned towards the front gate, we\'ll be working our way through the side in search of information that will enable us to defeat him - once and for all.', 37596, 0, 12, 0, 100, 0, 0, 17039, 37381),
|
|
(4080, 'Our scouts have reported that the Lich King has a private chamber, outside of the Frozen Throne, deep within a place called the Halls of Reflection. That is our target, champions. ', 37596, 0, 12, 0, 100, 0, 0, 17040, 37382),
|
|
(4081, 'We will cut a swath of destruction through this cursed place and find a way to enter the Halls of Reflection. If there is anything of value to be found here, it will be found in the halls.', 37596, 0, 12, 0, 100, 0, 0, 17041, 37383),
|
|
(4082, 'Your first mission is to destroy the machines of death within this malevolent engine of souls and clear a path for our soldiers. ', 37596, 0, 12, 0, 100, 0, 0, 17042, 37376),
|
|
(4083, 'The Dark Lady watches over you. Make haste!', 37596, 0, 12, 0, 100, 0, 0, 17043, 37384),
|
|
(4084, 'Men, women, and children... None were spared the master\'s wrath. Your death will be no different.', 38112, 0, 14, 0, 100, 0, 0, 16710, 37931),
|
|
(4085, 'Sniveling maggot!', 38112, 0, 14, 0, 100, 0, 0, 16711, 37941),
|
|
(4086, 'The children of Stratholme fought with more ferocity!', 38112, 1, 14, 0, 100, 0, 0, 16712, 37942),
|
|
(4087, 'Marwyn, finish them...', 38112, 0, 14, 0, 100, 0, 0, 16713, 37943),
|
|
(4088, 'Despair... so delicious...', 38112, 0, 14, 0, 100, 0, 0, 16715, 37945),
|
|
(4089, 'Fear... so exhilarating...', 38112, 0, 14, 0, 100, 0, 0, 16716, 37946),
|
|
(4090, 'Stand back! Touch that blade and your soul will be scarred for all eternity! I must attempt to commune with the spirits locked away within Frostmourne. Give me space. Back up, please. ', 37221, 0, 14, 0, 100, 0, 0, 16634, 37594),
|
|
(4091, 'Frostmourne: the blade that destroyed our kingdom...', 37221, 0, 14, 0, 100, 0, 0, 16633, 37593),
|
|
(4092, 'What is that! Up ahead! Could it be? Heroes, at my side!', 37221, 0, 14, 0, 100, 0, 0, 16632, 37592),
|
|
(4093, 'The chill of this place... I can feel my blood freezing.', 37221, 0, 14, 0, 100, 0, 0, 16631, 37591),
|
|
(4094, 'Uther! Dear Uther! I... I\'m so sorry.', 37221, 0, 12, 0, 100, 0, 0, 16635, 37595),
|
|
(4095, 'Arthas is here? Maybe I...', 37221, 0, 12, 0, 100, 0, 0, 16636, 37596),
|
|
(4096, 'But Uther, if there\'s any hope of reaching Arthas. I... I must try.', 37221, 0, 12, 0, 100, 0, 0, 16637, 37597),
|
|
(4097, 'Tell me how, Uther? How do I destroy my prince? My...', 37221, 0, 12, 0, 100, 0, 0, 16638, 37598),
|
|
(4098, 'You\'re right, Uther. Forgive me. I... I don\'t know what got a hold of me. We will deliver this information to the King and the knights that battle the Scourge within Icecrown Citadel.', 37221, 0, 12, 0, 100, 0, 0, 16639, 37599),
|
|
(4099, 'Who could bear such a burden?', 37221, 0, 12, 0, 100, 0, 0, 16640, 37600),
|
|
(4100, 'Then maybe there is still hope...', 37221, 0, 12, 0, 100, 0, 0, 16641, 37601),
|
|
(4101, 'You won\'t deny me this, Arthas! I must know... I must find out... ', 37221, 0, 14, 0, 100, 0, 0, 16642, 37602),
|
|
(4102, 'SILENCE, PALADIN!', 37226, 0, 14, 0, 100, 0, 0, 17225, 37613),
|
|
(4103, 'So you wish to commune with the dead? You shall have your wish.', 37226, 0, 14, 0, 100, 0, 0, 17226, 37614),
|
|
(4104, 'Falric. Marwyn. Bring their corpses to my chamber when you are through.', 37226, 0, 14, 0, 100, 0, 0, 17227, 37615),
|
|
(4105, 'Death is all that you will find here!', 38113, 0, 14, 0, 100, 0, 0, 16734, 37948),
|
|
(4106, 'As you wish, my lord.', 38112, 0, 14, 0, 100, 0, 0, 16717, 37953),
|
|
(4107, 'Soldiers of Lordaeron, rise to meet your master\'s call!', 38112, 0, 14, 0, 100, 0, 0, 16714, 37944),
|
|
(4108, 'I... I don\'t believe it! Frostmourne stands before us - unguarded - just as the gnome claimed. Come, heroes!', 37223, 0, 14, 0, 100, 0, 0, 17049, 37568),
|
|
(4109, 'Standing this close to the blade that ended my life... The pain... It is renewed.', 37223, 0, 14, 0, 100, 0, 0, 17050, 37569),
|
|
(4110, 'I dare not touch it. Stand back! Stand back as I attempt to commune with the blade! Perhaps our salvation lies within...', 37223, 0, 14, 0, 100, 0, 0, 17051, 37570),
|
|
(4111, 'Uther... Uther the Lightbringer. How...', 37223, 0, 12, 0, 100, 0, 0, 17052, 37571),
|
|
(4112, 'The Lich King is here? Then my destiny shall be fulfilled on this day! ', 37223, 0, 12, 0, 100, 0, 0, 17053, 37572),
|
|
(4113, 'There must be a way...', 37223, 0, 12, 0, 100, 0, 0, 17054, 37573),
|
|
(4114, 'Who could bear such a burden?', 37223, 0, 12, 0, 100, 0, 0, 17055, 37600),
|
|
(4115, 'The Frozen Throne...', 37223, 0, 12, 0, 100, 0, 0, 17056, 37575),
|
|
(4116, 'You will not escape me that easily, Arthas! I will have my vengeance! ', 37223, 0, 14, 0, 100, 0, 0, 17057, 37576),
|
|
(4117, 'Jaina! Could it truly be you?', 37225, 0, 14, 0, 100, 0, 0, 16666, 37603),
|
|
(4118, 'Jaina, you haven\'t much time. The Lich King sees what the sword sees. He will be here shortly. ', 37225, 0, 12, 0, 100, 0, 0, 16667, 37604),
|
|
(4119, 'No, girl. Arthas is not here. Arthas is merely a presence within the Lich King\'s mind. A dwindling presence...', 37225, 0, 12, 0, 100, 0, 0, 16668, 37605),
|
|
(4120, 'Jaina, listen to me. You must destroy the Lich King. You cannot reason with him. He will kill you and your allies and raise you all as powerful soldiers of the Scourge.', 37225, 0, 12, 0, 100, 0, 0, 16669, 37606),
|
|
(4121, 'Snap out of it, girl. You must destroy the Lich King at the place where he merged with Ner\'zhul - atop the spire, at the Frozen Throne. It is the only way.', 37225, 0, 12, 0, 100, 0, 0, 16670, 37607),
|
|
(4122, 'There is... something else that you should know about the Lich King. Control over the Scourge must never be lost. Even if you were to strike down the Lich King, another would have to take his place. For without the control of its master, the Scourge would run rampant across the world - destroying all living things.', 37225, 0, 12, 0, 100, 0, 0, 16671, 37608),
|
|
(4123, 'A grand sacrifice by a noble soul...', 37225, 0, 12, 0, 100, 0, 0, 16672, 37609),
|
|
(4124, 'I do not know, Jaina. I suspect that the piece of Arthas that might be left inside the Lich King is all that holds the Scourge from annihilating Azeroth.', 37225, 0, 12, 0, 100, 0, 0, 16673, 37610),
|
|
(4125, 'No, Jaina! ARRRRRRGHHHH... He... He is coming. You... You must...', 37225, 0, 12, 0, 100, 0, 0, 16674, 37611),
|
|
(4126, 'Careful, girl. I\'ve heard talk of that cursed blade saving us before. Look around you and see what has been born of Frostmourne.', 37225, 0, 12, 0, 100, 0, 0, 16659, 37583),
|
|
(4127, 'You haven\'t much time. The Lich King sees what the sword sees. He will be here shortly. ', 37225, 0, 12, 0, 100, 0, 0, 16660, 37584),
|
|
(4128, 'You cannot defeat the Lich King. Not here. You would be a fool to try. He will kill those that follow you and raise them as powerful soldiers of the Scourge. But for you, Sylvanas, his reward for you would be worse than the last.', 37225, 0, 12, 0, 100, 0, 0, 16661, 37585),
|
|
(4129, 'Perhaps, but know this: there must always be a Lich King. Even if you were to strike down Arthas, another would have to take his place, for without the control of the Lich King, the Scourge would wash over this world like locusts, destroying all that they touched.', 37225, 0, 12, 0, 100, 0, 0, 16662, 37586),
|
|
(4130, 'I do not know, Banshee Queen. I suspect that the piece of Arthas that might be left inside the Lich King is all that holds the Scourge from annihilating Azeroth.', 37225, 0, 12, 0, 100, 0, 0, 16663, 37587),
|
|
(4131, 'Alas, the only way to defeat the Lich King is to destroy him at the place where he was created.', 37225, 0, 12, 0, 100, 0, 0, 16664, 37588),
|
|
(4132, 'Aye. ARRRRRRGHHHH... He... He is coming. You... You must...', 37225, 0, 12, 0, 100, 0, 0, 16665, 37589),
|
|
(4133, 'Our work must not be interrupted! Ick, take care of them!', 36477, 0, 14, 0, 100, 0, 0, 16926, 37222),
|
|
(4134, 'We could probably use these parts.', 36477, 0, 14, 0, 100, 0, 0, 16927, 37223),
|
|
(4135, 'Arms and legs are in short supply! Thanks for your contribution!', 36477, 1, 14, 0, 100, 0, 0, 16928, 37224),
|
|
(4136, 'Enough moving around! Hold still while I blow them all up!', 36477, 0, 14, 0, 100, 0, 0, 16929, 36538),
|
|
(4137, '%s begins rapidly conjuring explosive mines!', 36477, 0, 41, 0, 100, 0, 0, 0, 36550),
|
|
(4138, 'Quickly! Poison them all while they\'re still close!', 36477, 0, 14, 0, 100, 0, 0, 16930, 36537),
|
|
(4139, 'No, that one! That one! Get that one!', 36477, 0, 14, 0, 100, 0, 0, 16931, 36536),
|
|
(4140, 'I\'ve changed my mind, go get that one instead!', 36477, 1, 14, 0, 100, 0, 0, 16932, 37225),
|
|
(4141, 'What are you attacking him for? The dangerous one is over there!', 36477, 2, 14, 0, 100, 0, 0, 16933, 37226),
|
|
(4142, 'Wait! Stop! Don\'t kill me, please! I\'ll tell you everything!', 36477, 0, 14, 0, 100, 0, 0, 16934, 36841),
|
|
(4143, 'What you seek is in the master\'s lair, but you must destroy Tyrannus to gain entry. Now, within the Halls of Reflection you will find Frostmourne. It... It holds the truth.', 36477, 0, 14, 0, 100, 0, 0, 16935, 36842),
|
|
(4144, 'I swear it is true! Please, don\'t kill me!!', 36477, 0, 14, 0, 100, 0, 0, 16936, 36843),
|
|
(4145, 'Urg... no!!', 36477, 0, 14, 0, 100, 0, 0, 16937, 36844),
|
|
(4146, '%s begins to unleash a toxic poison cloud!', 36476, 0, 41, 0, 100, 0, 0, 0, 36531),
|
|
(4147, '%s is chasing you. Run!', 36476, 0, 41, 0, 100, 0, 0, 0, 36529),
|
|
(4148, 'Another shall take his place. You waste your time.', 36658, 0, 14, 0, 100, 0, 0, 16752, 36765),
|
|
(4149, 'Worthless gnat! Death is all that awaits you!', 36794, 0, 14, 0, 100, 0, 0, 16753, 36852),
|
|
(4150, 'Do not think that I shall permit you entry into my master\'s sanctum so easily. Pursue me if you dare.', 36794, 0, 14, 0, 100, 0, 0, 16754, 36853),
|
|
(4151, 'Your pursuit shall be in vain, intruders, for the Lich King has placed an army of undead at my command! Behold!', 36658, 0, 14, 0, 100, 0, 0, 16755, 36708),
|
|
(4152, 'Persistent whelps! You will not reach the entrance of my lord\'s lair! Soldiers, destroy them!', 36658, 0, 14, 0, 100, 0, 0, 16756, 36709),
|
|
(4153, 'Rimefang, trap them within the tunnel! BURY THEM ALIVE!', 36658, 0, 14, 0, 100, 0, 0, 16757, 36714),
|
|
(4154, 'Alas, brave, brave adventurers, your meddling has reached its end. Do you hear the clatter of bone and steel coming up the tunnel behind you? That is the sound of your impending demise.', 36658, 0, 14, 0, 100, 0, 0, 16758, 37233),
|
|
(4155, 'Ha, such an amusing gesture from the rabble. When I have finished with you, my master\'s blade will feast upon your souls. Die.', 36658, 0, 14, 0, 100, 0, 0, 16759, 37234),
|
|
(4156, 'I shall not fail the Lich King. Come and meet your end!', 36658, 0, 14, 0, 100, 0, 0, 16760, 38718),
|
|
(4157, 'Such a shameful display. You are better off dead.', 36658, 0, 14, 0, 100, 0, 0, 16761, 38715),
|
|
(4158, 'Perhaps you should have stayed... in the mountains!', 36658, 1, 14, 0, 100, 0, 0, 16762, 38716),
|
|
(4159, 'Impossible.... Rimefang.... warn....', 36658, 0, 14, 0, 100, 0, 0, 16763, 38714),
|
|
(4160, 'Rimefang, destroy this fool!', 36658, 0, 14, 0, 100, 0, 0, 16764, 36648),
|
|
(4161, 'The frostwyrm Rimefang gazes at $n and readies an icy attack!', 36658, 0, 41, 0, 100, 0, 0, 0, 36649),
|
|
(4162, 'Power... overwhelming!', 36658, 0, 14, 0, 100, 0, 0, 16765, 38717),
|
|
(4163, '%s roars and swells with dark might!', 36658, 0, 41, 0, 100, 0, 0, 0, 36628),
|
|
(4164, 'Heroes! We will hold off the undead as long as we can, even to our dying breath. Deal with the Scourgelord!', 37592, 0, 14, 0, 100, 0, 0, 17150, 37232),
|
|
(4165, 'Brave champions, we owe you our lives, our freedom.... Though it be a tiny gesture in the face of this enormous debt, I pledge that from this day forth, all will know of your deeds, and the blazing path of light you cut through the shadow of this dark citadel. ', 37592, 0, 14, 0, 100, 0, 0, 0, 37320),
|
|
(4166, 'This day will stand as a testament not only to your valor, but to the fact that no foe, not even the Lich King himself, can stand when Alliance and Horde set aside their differences and---', 37592, 0, 14, 0, 100, 0, 0, 0, 37321),
|
|
(4167, 'I\'m not so naive as to believe your appeal for clemency, but I will listen.', 36993, 0, 14, 0, 100, 0, 0, 16611, 36854),
|
|
(4168, 'Frostmourne lies unguarded? Impossible!', 36993, 0, 14, 0, 100, 0, 0, 16612, 36856),
|
|
(4169, 'What a cruel end. Come, heroes. We must see if the gnome\'s story is true. If we can separate Arthas from Frostmourne, we might have a chance at stopping him.', 36993, 0, 14, 0, 100, 0, 0, 16613, 36855),
|
|
(4170, 'Heroes, to me!', 36993, 0, 14, 0, 100, 0, 0, 16614, 37479),
|
|
(4171, 'The Frost Queen is gone. We must keep moving - our objective is near.', 36993, 0, 12, 0, 100, 0, 0, 16615, 37478),
|
|
(4172, 'I... I could not save them... Damn you, Arthas! DAMN YOU!', 36993, 0, 12, 0, 100, 0, 0, 16616, 37480),
|
|
(4173, 'Why should the Banshee Queen spare your miserable life?', 36990, 0, 14, 0, 100, 0, 0, 17033, 36845),
|
|
(4174, 'Frostmourne? The Lich King is never without his blade. If you are lying to me...', 36990, 0, 14, 0, 100, 0, 0, 17034, 36846),
|
|
(4175, 'A fitting end for a traitor. Come, we must free the slaves and see what is within the Lich King\'s chamber for ourselves.', 36990, 0, 14, 0, 100, 0, 0, 17035, 36847),
|
|
(4176, 'Take cover behind me! Quickly!', 36990, 0, 14, 0, 100, 0, 0, 17037, 37540),
|
|
(4177, 'I thought he\'d never shut up. At last, Sindragosa silenced that long-winded fool. To the Halls of Reflection, champions! Our objective is near... I can sense it.', 36990, 0, 12, 0, 100, 0, 0, 17036, 37541),
|
|
(4178, 'Um... I think one of those wolves is back...', 26588, 0, 12, 0, 100, 0, 0, 0, 25803),
|
|
(4179, 'He\'s going for Mr. Floppy!', 26588, 0, 12, 0, 100, 0, 0, 0, 25804),
|
|
(4180, 'Oh, no! Look, it\'s another wolf, and it\'s a biiiiiiig one!', 26588, 0, 12, 0, 100, 0, 0, 0, 25806),
|
|
(4181, 'He\'s gonna eat Mr. Floppy! You gotta help Mr. Floppy! You just gotta!', 26588, 0, 12, 0, 100, 0, 0, 0, 26892),
|
|
(4182, 'There\'s a big meanie attacking Mr. Floppy! Help!', 26588, 0, 12, 0, 100, 0, 0, 0, 26893),
|
|
(4183, 'Let\'s get out of here before more wolves find us!', 26588, 0, 12, 0, 100, 0, 0, 0, 25805),
|
|
(4184, 'Don\'t go toward the light, Mr. Floppy!', 26588, 0, 12, 0, 100, 0, 0, 0, 25809),
|
|
(4185, 'Mr. Floppy, you\'re ok! Thank you so much for saving Mr. Floppy!', 26588, 0, 12, 0, 100, 0, 0, 0, 25810),
|
|
(4186, 'I think I see the camp! We\'re almost home, Mr. Floppy! Let\'s go!', 26588, 0, 12, 0, 100, 0, 0, 0, 26894),
|
|
(4187, 'Mr. Floppy revives', 26588, 0, 15, 0, 100, 0, 0, 0, 0),
|
|
(4188, 'The Ravenous Worg chomps down on Mr. Floppy', 26588, 0, 15, 0, 100, 0, 0, 0, 0),
|
|
(4189, 'Are you ready, Mr. Floppy? Stay close to me and watch out for those wolves!', 26588, 0, 12, 0, 100, 0, 0, 0, 25802),
|
|
(4190, 'Thank you for helping me to get back to the camp. Go tell Walter that I\'m safe now!', 26588, 0, 12, 0, 100, 0, 0, 0, 26891),
|
|
(4191, 'We\'re all gonna die!', 27570, 0, 12, 0, 100, 0, 0, 0, 26848),
|
|
(4192, 'Gotta get out of here!', 27570, 1, 12, 0, 100, 0, 0, 0, 26847),
|
|
(4193, 'No way I\'m stickin\' around!', 27570, 2, 12, 0, 100, 0, 0, 0, 26851),
|
|
(4194, 'Forget this! I\'m going home!', 27570, 3, 12, 0, 100, 0, 0, 0, 26850),
|
|
(4195, 'I didn\'t sign up for this!', 27570, 4, 12, 0, 100, 0, 0, 0, 26849),
|
|
(4196, 'Ahh.... better.', 27463, 0, 12, 0, 100, 0, 0, 0, 26657),
|
|
(4197, 'Whoa - I nearly died there. Thank you, $r!', 27463, 1, 12, 0, 100, 0, 0, 0, 26659),
|
|
(4198, 'Thank you, $c.', 27463, 2, 12, 0, 100, 0, 0, 0, 26656),
|
|
(4199, 'I\'m gonna spill your guts, mon!', 29306, 0, 14, 0, 100, 0, 0, 14430, 32534),
|
|
(4200, 'What a rush!', 29306, 0, 14, 0, 100, 0, 0, 14436, 32540),
|
|
(4201, 'Who needs gods when we ARE gods?', 29306, 1, 14, 0, 100, 0, 0, 14437, 32541),
|
|
(4202, 'I told ya so!', 29306, 2, 14, 0, 100, 0, 0, 14438, 32542),
|
|
(4203, 'Even the mighty... can fall.', 29306, 0, 14, 0, 100, 0, 0, 14439, 32543),
|
|
(4204, 'Gut them! Impale them!', 29306, 0, 14, 0, 100, 0, 0, 14433, 32537),
|
|
(4205, 'Kill them all!', 29306, 1, 14, 7, 100, 0, 0, 14434, 36064),
|
|
(4206, 'Say hello to my BIG friend!', 29306, 2, 14, 0, 100, 0, 0, 14435, 32539),
|
|
(4207, 'Ain\'t gonna be nothin\' left after this!', 29306, 0, 14, 0, 100, 0, 0, 14431, 32535),
|
|
(4208, 'You wanna see power? I\'m gonna show you power!', 29306, 0, 14, 0, 100, 0, 0, 14432, 32536),
|
|
(4209, 'We fought back da Scourge. What chance joo thinkin\' JOO got?', 29305, 0, 14, 0, 100, 0, 0, 14721, 31427),
|
|
(4210, 'Who gonna stop me? You?', 29305, 0, 14, 0, 100, 0, 0, 14726, 31431),
|
|
(4211, 'Not so tough now!!', 29305, 1, 14, 0, 100, 0, 0, 14727, 31432),
|
|
(4212, 'If our gods can die... den so can we....', 29305, 0, 14, 0, 100, 0, 0, 14728, 31433),
|
|
(4213, 'Get ready for somethin\'... much... BIGGAH!', 29305, 0, 14, 0, 100, 0, 0, 14722, 31428),
|
|
(4214, 'Da ground gonna swallow you up!', 29305, 0, 14, 0, 100, 0, 0, 14723, 31429),
|
|
(4215, '%s begins to transform!', 29305, 0, 41, 0, 100, 0, 0, 0, 30385),
|
|
(4216, '%s begins to transform!', 29304, 0, 41, 0, 100, 0, 0, 0, 30385),
|
|
(4217, 'You not breathin\'? Good.', 29304, 0, 14, 0, 100, 0, 0, 14446, 31712),
|
|
(4218, 'Ssscared now?', 29304, 1, 14, 0, 100, 0, 0, 14447, 31713),
|
|
(4219, 'I eat you next, mon.', 29304, 2, 14, 0, 100, 0, 0, 14448, 31714),
|
|
(4220, 'I sssee now... Ssscourge wasss not... our greatessst enemy....', 29304, 0, 14, 0, 100, 0, 0, 14449, 31715),
|
|
(4221, 'Minionsss of the scale, heed my call!', 29304, 0, 14, 0, 100, 0, 0, 14444, 30369),
|
|
(4222, 'A thousssand fangsss gonna rend your flesh!', 29304, 0, 14, 0, 100, 0, 0, 14445, 30370),
|
|
(4223, '%s goes into a berserker rage!', 37955, 0, 41, 0, 100, 0, 0, 0, 34057),
|
|
(4224, '%s goes into a berserker rage!', 36853, 0, 41, 0, 100, 0, 0, 0, 34057),
|
|
(4225, 'Just a little taste...', 15956, 0, 14, 0, 100, 0, 0, 8785, 13000),
|
|
(4226, 'There is no way out.', 15956, 1, 14, 0, 100, 0, 0, 8786, 13002),
|
|
(4227, 'Yes, run! It makes the blood pump faster!', 15956, 2, 14, 0, 100, 0, 0, 8787, 13003),
|
|
(4228, 'Ahh... welcome to my parlor.', 15956, 0, 14, 0, 100, 0, 0, 8788, 13004),
|
|
(4229, 'I hear little hearts beating. Yes... beating faster now... soon the beating will stop.', 15956, 1, 14, 0, 100, 0, 0, 8790, 13006),
|
|
(4230, 'Where to go? What to do? So many choices that all end in pain, end in death.', 15956, 2, 14, 0, 100, 0, 0, 8791, 13007),
|
|
(4231, 'Which one shall I eat first? So difficult to choose. They all smell so delicious...', 15956, 3, 14, 0, 100, 0, 0, 8792, 13008),
|
|
(4232, 'Closer now. Tasty morsels. I\'ve been too long without food, without blood to drink.', 15956, 4, 14, 0, 100, 0, 0, 8793, 13009),
|
|
(4233, 'Shhh... it will all be over soon.', 15956, 0, 14, 0, 100, 0, 0, 8789, 13005),
|
|
(4234, 'Your old lives, your mortal desires mean nothing... you are acolytes of the master now, and you will serve the cause without question! The greatest glory is to die in the master\'s service!', 15953, 0, 14, 0, 100, 0, 0, 8799, 12852),
|
|
(4235, 'Slay them in the master\'s name!', 15953, 0, 14, 0, 100, 0, 0, 8794, 12856),
|
|
(4236, 'You cannot hide from me!', 15953, 1, 14, 0, 100, 0, 0, 8795, 12857),
|
|
(4237, 'Kneel before me, worm!', 15953, 2, 14, 0, 100, 0, 0, 8796, 12858),
|
|
(4238, 'Run while you still can!', 15953, 3, 14, 0, 100, 0, 0, 8797, 61582),
|
|
(4239, 'You have failed!', 15953, 0, 14, 0, 100, 0, 0, 8800, 20094),
|
|
(4240, 'Pathetic wretch!', 15953, 1, 14, 0, 100, 0, 0, 8801, 12855),
|
|
(4241, 'The master will avenge me!!', 15953, 0, 14, 0, 100, 0, 0, 8798, 12853),
|
|
(4242, 'C\'mon an\' fight ye wee ninny!', 16064, 0, 14, 0, 100, 0, 0, 8899, 13034),
|
|
(4243, 'To arms, ye roustabouts! We\'ve got company!', 16064, 0, 14, 0, 100, 0, 0, 8903, 13038),
|
|
(4244, 'I\'ve heard about enough a\' yer snivelin\'! Shut yer flytrap before I shut it for ye\'!', 16064, 1, 14, 0, 100, 0, 0, 8904, 13039),
|
|
(4245, 'I\'m gonna\' enjoy killin\' these slack-jawed daffodils!', 16064, 2, 14, 0, 100, 0, 0, 8905, 13040),
|
|
(4246, 'I like my meat extra crispy!', 16064, 0, 14, 0, 100, 0, 0, 8902, 13037),
|
|
(4247, 'Next time, bring more friends!', 16064, 0, 14, 0, 100, 0, 0, 8901, 13036),
|
|
(4248, 'What a bloody waste this is!', 16064, 0, 14, 0, 100, 0, 0, 8900, 13035),
|
|
(4249, 'Defend yourself!', 16065, 0, 14, 0, 100, 0, 0, 8892, 13010),
|
|
(4250, 'Come, Zeliek, do not drive them out. Not before we\'ve had our fun!', 16065, 0, 14, 0, 100, 0, 0, 8896, 13014),
|
|
(4251, 'I do hope they stay alive long enough for me to... introduce myself.', 16065, 1, 14, 0, 100, 0, 0, 8897, 13015),
|
|
(4252, 'The first kill goes to me! Anyone care to wager?', 16065, 2, 14, 0, 100, 0, 0, 8898, 13016),
|
|
(4253, 'Your life is mine!', 16065, 0, 14, 0, 100, 0, 0, 8895, 13013),
|
|
(4254, 'Who\'s next?', 16065, 0, 14, 0, 100, 0, 0, 8894, 21654),
|
|
(4255, 'Touche...', 16065, 0, 14, 0, 100, 0, 0, 8893, 13011),
|
|
(4256, 'You seek death?', 30549, 0, 14, 0, 100, 0, 0, 14571, 13051),
|
|
(4257, 'None shall pass!', 30549, 1, 14, 0, 100, 0, 0, 14572, 34133),
|
|
(4258, 'Be still!', 30549, 2, 14, 0, 100, 0, 0, 14573, 13053),
|
|
(4259, 'Enough prattling. Let them come. We shall grind their bones to dust.', 30549, 0, 14, 0, 100, 0, 0, 14577, 13058),
|
|
(4260, 'Conserve your anger. Harness your rage. You will all have outlets for your frustrations soon enough.', 30549, 1, 14, 0, 100, 0, 0, 14578, 13059),
|
|
(4261, 'Life is meaningless. It is in death that we are truly tested.', 30549, 2, 14, 0, 100, 0, 0, 14579, 13060),
|
|
(4262, 'Bow to the might of the Scourge!', 30549, 0, 14, 0, 100, 0, 0, 14576, 13057),
|
|
(4263, 'You will find no peace in death.', 30549, 0, 14, 0, 100, 0, 0, 14574, 13055),
|
|
(4264, 'The master\'s will is done.', 30549, 1, 14, 0, 100, 0, 0, 14575, 13056),
|
|
(4265, 'Death... will not stop me.', 30549, 0, 14, 0, 100, 0, 0, 14580, 33116),
|
|
(4266, 'Flee, before it\'s too late!', 16063, 0, 14, 0, 100, 0, 0, 8913, 13097),
|
|
(4267, 'Invaders, cease this foolish venture at once! Turn away while you still can!', 16063, 0, 14, 0, 100, 0, 0, 8917, 13101),
|
|
(4268, 'Perhaps they will come to their senses... and run away as fast as they can.', 16063, 1, 14, 0, 100, 0, 0, 8918, 13102),
|
|
(4269, 'Do not continue! Turn back while there\'s still time!', 16063, 2, 14, 0, 100, 0, 0, 8919, 13103),
|
|
(4270, 'I have no choice but to obey!', 16063, 0, 14, 0, 100, 0, 0, 8916, 13100),
|
|
(4271, 'Forgive me!', 16063, 0, 14, 0, 100, 0, 0, 8915, 13099),
|
|
(4272, 'It is... as it should be. ', 16063, 0, 14, 0, 100, 0, 0, 8914, 13098),
|
|
(4273, 'Foolishly you have sought your own demise. Brazenly you have disregarded powers beyond your understanding. You have fought hard to invade the realm of the harvester. Now there is only one way out- to walk the lonely path of the damned.', 16060, 0, 14, 0, 100, 0, 0, 8807, 13029),
|
|
(4274, 'Death is the only escape!', 16060, 0, 14, 0, 100, 0, 0, 8806, 13027),
|
|
(4275, 'I... am... undone.', 16060, 0, 14, 0, 100, 0, 0, 8805, 13026),
|
|
(4276, 'I have waited long enough. Now you face the harvester of souls.', 16060, 0, 14, 0, 100, 0, 0, 8808, 13028),
|
|
(4277, 'You are mine now.', 15936, 0, 14, 0, 100, 0, 0, 8825, 13041),
|
|
(4278, 'I see you!', 15936, 1, 14, 0, 100, 0, 0, 8826, 73351),
|
|
(4279, 'You... are next.', 15936, 2, 14, 0, 100, 0, 0, 8827, 13043),
|
|
(4280, 'Close your eyes. Sleep.', 15936, 0, 14, 0, 100, 0, 0, 8829, 13045),
|
|
(4281, 'The races of the world will perish. It is only a matter of time.', 15936, 0, 14, 0, 100, 0, 0, 8830, 13046),
|
|
(4282, 'I see endless suffering. I see torment. I see rage. I see everything...', 15936, 1, 14, 0, 100, 0, 0, 8831, 13047),
|
|
(4283, 'Soon the world will tremble.', 15936, 2, 14, 0, 100, 0, 0, 8832, 13048),
|
|
(4284, 'The end is upon you.', 15936, 3, 14, 0, 100, 0, 0, 8833, 13049),
|
|
(4285, 'Hungry worms will feast on your rotting flesh.', 15936, 4, 14, 0, 100, 0, 0, 8834, 13050),
|
|
(4286, 'Noo... o...', 15936, 0, 14, 0, 100, 0, 0, 8828, 0),
|
|
(4287, 'Glory to the master!', 15954, 0, 14, 0, 100, 0, 0, 8845, 13061),
|
|
(4288, 'Your life is forfeit!', 15954, 1, 14, 0, 100, 0, 0, 8846, 29730),
|
|
(4289, 'Die, trespasser!', 15954, 2, 14, 0, 100, 0, 0, 8847, 13063),
|
|
(4290, 'Rise, my soldiers! Rise and fight once more!', 15954, 0, 14, 0, 100, 0, 0, 8851, 13067),
|
|
(4291, 'My task is done!', 15954, 0, 14, 0, 100, 0, 0, 8849, 29070),
|
|
(4292, 'Breathe no more!', 15954, 1, 14, 0, 100, 0, 0, 8850, 31472),
|
|
(4293, 'I will serve the master... in death!', 15954, 0, 14, 0, 100, 0, 0, 8848, 13064),
|
|
(4294, 'Patchwerk want to play!', 16028, 0, 14, 0, 100, 0, 0, 8909, 13068),
|
|
(4295, 'Kel\'thuzad make Patchwerk his avatar of war!', 16028, 1, 14, 0, 100, 0, 0, 8910, 13069),
|
|
(4296, 'No more play?', 16028, 0, 14, 0, 100, 0, 0, 8912, 28241),
|
|
(4297, 'What... happen to-', 16028, 0, 14, 0, 100, 0, 0, 8911, 13070),
|
|
(4298, '%s goes into a berserker rage!', 16028, 0, 16, 0, 100, 0, 0, 0, 4428),
|
|
(4299, '%s goes into a frenzy!', 16028, 0, 41, 0, 100, 0, 0, 0, 38630),
|
|
(4300, 'Stalagg crush you!', 15929, 0, 14, 0, 100, 0, 0, 8864, 13083),
|
|
(4301, 'Stalagg kill!', 15929, 0, 14, 0, 100, 0, 0, 8866, 13085),
|
|
(4302, 'Master, save me!!', 15929, 0, 14, 0, 100, 0, 0, 8865, 13084),
|
|
(4303, 'Feed you to master!', 15930, 0, 14, 0, 100, 0, 0, 8802, 13023),
|
|
(4304, 'Feugen make master happy.', 15930, 0, 14, 0, 100, 0, 0, 8804, 13025),
|
|
(4305, 'No... more... Feugen.', 15930, 0, 14, 0, 100, 0, 0, 8803, 13024),
|
|
(4306, 'You are too late!! I... must... obey!!', 15928, 0, 14, 0, 100, 0, 0, 8872, 13091),
|
|
(4307, 'Kill...', 15928, 0, 14, 0, 100, 0, 0, 8867, 13086),
|
|
(4308, 'Eat... your... bones...', 15928, 1, 14, 0, 100, 0, 0, 8868, 13087),
|
|
(4309, 'Break... you!!', 15928, 2, 14, 0, 100, 0, 0, 8869, 13088),
|
|
(4310, 'You... die now!!', 15928, 0, 14, 0, 100, 0, 0, 8877, 13096),
|
|
(4311, 'Now you feel pain...', 15928, 0, 14, 0, 100, 0, 0, 8871, 13090),
|
|
(4312, 'Thank... you...', 15928, 0, 14, 0, 100, 0, 0, 8870, 39601),
|
|
(4313, 'Hurry! Ple-e-ase hurry!!', 15928, 0, 14, 0, 100, 0, 0, 8873, 13092),
|
|
(4314, 'Sto-o-op! Make it stop!!', 15928, 1, 14, 0, 100, 0, 0, 8874, 13093),
|
|
(4315, 'Help me! Save me!', 15928, 2, 14, 0, 100, 0, 0, 8875, 13094),
|
|
(4316, 'No-o-o-o!!', 15928, 3, 14, 0, 100, 0, 0, 8876, 13095),
|
|
(4317, 'Chaos beckons.', 26763, 0, 14, 0, 100, 0, 0, 13186, 29599),
|
|
(4318, 'Of course.', 26763, 0, 14, 0, 100, 0, 0, 13187, 29604),
|
|
(4319, 'Reality... unwoven.', 26763, 0, 14, 0, 100, 0, 0, 13188, 29601),
|
|
(4320, 'Indestructible.', 26763, 0, 14, 0, 100, 0, 0, 13189, 29602),
|
|
(4321, 'Preserve? Why? There\'s no truth in it. No no no... only in the taking! I see that now!', 26723, 0, 14, 0, 100, 0, 0, 13450, 26176),
|
|
(4322, 'Now we\'ve come to the truth!', 26723, 0, 14, 0, 100, 0, 0, 13453, 29620),
|
|
(4323, 'Finish it! Finish it! Kill me, or I swear by the Dragonqueen you\'ll never see daylight again!', 26723, 0, 14, 0, 100, 0, 0, 13452, 29619),
|
|
(4324, 'Dragonqueen... Life-Binder... preserve... me.', 26723, 0, 14, 0, 100, 0, 0, 13454, 29621),
|
|
(4325, 'Stay. Enjoy your final moments.', 26723, 0, 14, 0, 100, 0, 0, 13451, 29618),
|
|
(4326, 'You know what they say about curiosity....', 26731, 0, 14, 0, 100, 0, 0, 13319, 29593),
|
|
(4327, 'Death becomes you.', 26731, 0, 14, 0, 100, 0, 0, 13324, 29597),
|
|
(4328, 'Damn the... luck.', 26731, 0, 14, 0, 100, 0, 0, 13320, 29598),
|
|
(4329, 'Now to finish the job!', 26731, 0, 14, 0, 100, 0, 0, 13323, 29596),
|
|
(4330, 'There\'s plenty of me to go around.', 26731, 0, 14, 0, 100, 0, 0, 13321, 29595),
|
|
(4331, 'I\'ll give you more than you can handle!', 26731, 1, 14, 0, 100, 0, 0, 13322, 29594),
|
|
(4332, 'The prisoners shall not go free! The word of Malygos is law!', 27654, 0, 14, 0, 100, 0, 0, 13594, 31793),
|
|
(4333, 'A fitting punishment.', 27654, 0, 14, 0, 100, 0, 0, 13602, 31801),
|
|
(4334, 'Sentence executed!', 27654, 1, 14, 0, 100, 0, 0, 13603, 31802),
|
|
(4335, 'Another casualty of war!', 27654, 2, 14, 0, 100, 0, 0, 13604, 31803),
|
|
(4336, 'The war... goes on.', 27654, 0, 14, 0, 100, 0, 0, 13605, 31804),
|
|
(4337, 'It is too late to run!', 27654, 0, 14, 0, 100, 0, 0, 13598, 31797),
|
|
(4338, 'Gather \'round....', 27654, 1, 14, 0, 100, 0, 0, 13599, 31798),
|
|
(4339, 'None shall escape!', 27654, 2, 14, 0, 100, 0, 0, 13600, 31799),
|
|
(4340, 'I condemn you to death!', 27654, 3, 14, 0, 100, 0, 0, 13601, 31800),
|
|
(4341, 'Tremble, worms!', 27654, 0, 14, 0, 100, 0, 0, 13595, 31794),
|
|
(4342, 'I will crush you!', 27654, 1, 14, 0, 100, 0, 0, 13596, 31795),
|
|
(4343, 'Can you fly?', 27654, 2, 14, 0, 100, 0, 0, 13597, 31796),
|
|
(4344, 'Still you fight. Still you cling to misguided principles. If you survive, you\'ll find me in the center ring.', 27655, 0, 14, 0, 100, 1, 0, 13637, 27414),
|
|
(4345, 'Clearly my pets failed. Perhaps another demonstration is in order.', 27655, 0, 14, 0, 100, 1, 0, 13636, 27413),
|
|
(4346, 'What do we have here... those that would defy the Spell-Weaver? Those without foresight or understanding. How can I make you see? Malygos is saving the world from itself! Bah! You are hardly worth my time!', 27655, 0, 14, 0, 100, 1, 0, 13635, 27411),
|
|
(4347, 'You save me! We thank you. We going to go back to village now. You come too... you can stay with us! Puppy-men kind of mean anyway. ', 28217, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(4348, 'Let me know when you ready to go, okay?', 28217, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(4349, 'Home time!', 28217, 0, 12, 0, 100, 0, 0, 0, 27751),
|
|
(4350, 'Frenzyheart kill you if you come back. You no welcome here no more!', 28315, 0, 12, 0, 100, 0, 0, 0, 27837),
|
|
(4351, 'We made it! Thank you for getting me out of that hell hole. Tell Hemet to expect me!', 28787, 0, 12, 0, 100, 0, 0, 0, 28865),
|
|
(4352, 'You really shouldn\'t play with this stuff. Someone could get hurt.', 28787, 0, 12, 0, 100, 0, 0, 0, 28864),
|
|
(4353, 'Oh, look, it\'s another cartload of explosives! Let\'s help them dispose of it.', 28787, 0, 12, 0, 100, 0, 0, 0, 28862),
|
|
(4354, 'It\'s getting a little hot over here. Shall we move on?', 28787, 0, 12, 0, 100, 0, 0, 0, 28860),
|
|
(4355, 'Or THIS is what you get.', 28787, 0, 12, 0, 100, 0, 0, 0, 28859),
|
|
(4356, 'Listen up, Venture Company goons! Rule #1: Never keep the prisoner near the explosives.', 28787, 0, 12, 0, 100, 0, 0, 0, 28857),
|
|
(4357, 'Let\'s get the hell out of here.', 28787, 0, 12, 0, 100, 0, 0, 0, 28856),
|
|
(4358, 'Ouch! Watch where you\'re tugging!', 28604, 0, 12, 0, 100, 0, 0, 0, 28592),
|
|
(4359, 'Glad I could help!', 28604, 0, 12, 0, 100, 0, 0, 0, 28593),
|
|
(4360, 'I\'m not afraid of anything -- bring it on!', 30154, 0, 12, 0, 100, 0, 0, 0, 30807),
|
|
(4361, 'Let me know when you\'re ready. I\'d prefer sooner than later... what with the slowly dying from poison and all.', 29434, 0, 12, 0, 100, 0, 0, 0, 30645),
|
|
(4362, 'I\'m going to bring the venom sac to Ricket... and then... you know... collapse. Thank you for helping me!', 29434, 0, 12, 0, 100, 0, 0, 0, 30646),
|
|
(4363, 'Crush....', 27977, 0, 14, 0, 100, 0, 0, 14176, 29556),
|
|
(4364, 'Ha.... ha... hah....', 27977, 0, 14, 0, 100, 0, 0, 14177, 29558),
|
|
(4365, 'Uuuuhhhhhhhhhh......', 27977, 0, 14, 0, 100, 0, 0, 14179, 29560),
|
|
(4366, 'Break.... you....', 27977, 0, 14, 0, 100, 0, 0, 14178, 29559),
|
|
(4367, 'You shouldn\'t have come... now you will die!', 27975, 0, 14, 0, 100, 0, 0, 13487, 29563),
|
|
(4368, 'Why must it be this way?', 27975, 0, 14, 0, 100, 0, 0, 13488, 29564),
|
|
(4369, 'You had it coming!', 27975, 1, 14, 0, 100, 0, 0, 13489, 29566),
|
|
(4370, 'My burden grows heavier...', 27975, 2, 14, 0, 100, 0, 0, 13490, 29567),
|
|
(4371, 'This is your fault!', 27975, 3, 14, 0, 100, 0, 0, 13491, 29568),
|
|
(4372, 'I hope you all rot! I never... wanted... this.', 27975, 0, 14, 0, 100, 0, 0, 13493, 29574),
|
|
(4373, 'So much lost time... that you\'ll never get back!', 27975, 0, 14, 0, 100, 0, 0, 13492, 29570),
|
|
(4374, 'Soft, vulnerable shells. Brief fragile lives. You cannot escape the curse of flesh!', 27978, 0, 14, 0, 100, 0, 0, 14180, 29582),
|
|
(4375, 'Flesh is no match for iron!', 27978, 0, 14, 0, 100, 0, 0, 14182, 29584),
|
|
(4376, 'Armies of iron will smother the world!', 27978, 1, 14, 0, 100, 0, 0, 14183, 29585),
|
|
(4377, 'Folvynn buul hrom onn!', 27978, 2, 12, 0, 100, 0, 0, 0, 29583),
|
|
(4378, 'Loken will not rest... until the forge is retaken! You change... nothing!', 27978, 0, 14, 0, 100, 0, 0, 14184, 29586),
|
|
(4379, 'Now that\'s earnin\' your supper!', 28070, 0, 14, 0, 100, 0, 0, 14244, 30525),
|
|
(4380, 'Press on; that\'s the way!', 28070, 1, 14, 0, 100, 0, 0, 14245, 30526),
|
|
(4381, 'Keep it up now. Plenty of death-dealing for everyone!', 28070, 2, 14, 0, 100, 0, 0, 14246, 0),
|
|
(4382, 'I\'m all kinds of busted up... might not... make it.', 28070, 0, 14, 0, 100, 0, 0, 14257, 28121),
|
|
(4383, 'Not yet... not ye--', 28070, 0, 14, 0, 100, 0, 0, 14258, 30522),
|
|
(4384, 'I\'m doin\' everything I can!', 28070, 0, 14, 0, 100, 0, 0, 14260, 30562),
|
|
(4385, 'Light preserve ye!', 28070, 1, 14, 0, 100, 0, 0, 14261, 30563),
|
|
(4386, 'I hope this is all worth it!', 28070, 2, 14, 0, 100, 0, 0, 14262, 30564),
|
|
(4387, 'Time to get some answers! Let\'s get this show on the road!', 28070, 0, 14, 0, 100, 0, 0, 14259, 30561),
|
|
(4388, 'Don\'t worry! Ol\' Brann\'s got yer back! Keep that metal monstrosity busy, and I\'ll see if I can\'t sweet talk this machine into helping ye!', 28070, 0, 14, 0, 100, 0, 0, 14274, 31555),
|
|
(4389, 'This is a wee bit trickier than before... Oh, bloody--incomin\'!', 28070, 0, 14, 0, 100, 0, 0, 14275, 27589),
|
|
(4390, 'What in the name o\' Madoran did THAT do? Oh! Wait: I just about got it...', 28070, 0, 14, 0, 100, 0, 0, 14276, 27590),
|
|
(4391, 'Ha, that did it! Help\'s a-comin\'! Take this, ya glowin\' iron brute!', 28070, 0, 14, 0, 100, 0, 0, 14277, 27591),
|
|
(4392, 'Take a moment and relish this with me. Soon... all will be revealed. Okay then, let\'s do this!', 28070, 0, 14, 0, 100, 0, 0, 14247, 30523),
|
|
(4393, 'Now keep an eye out! I\'ll have this licked in two shakes of a--', 28070, 0, 14, 0, 100, 0, 0, 14248, 30552),
|
|
(4394, 'Oh, that doesn\'t sound good. We might have a complication or two...', 28070, 0, 14, 0, 100, 0, 0, 14249, 30553),
|
|
(4395, 'Ah, you want to play hardball, eh? That\'s just my game!', 28070, 0, 14, 0, 100, 0, 0, 14250, 30554),
|
|
(4396, 'Couple more minutes and I\'ll--', 28070, 0, 14, 0, 100, 0, 0, 14251, 30555),
|
|
(4397, 'Heightened? What\'s the good news?', 28070, 0, 14, 0, 100, 0, 0, 14252, 30556),
|
|
(4398, 'So that was the problem? Now I\'m makin\' progress...', 28070, 0, 14, 0, 100, 0, 0, 14253, 30557),
|
|
(4399, 'Hang on! Nobody\'s gonna\' be sanitized as long as I have a say in it!', 28070, 0, 14, 0, 100, 0, 0, 14254, 30558),
|
|
(4400, 'Ha! The old magic fingers finally won through! Now let\'s get down to--', 28070, 0, 14, 0, 100, 0, 0, 14255, 30559),
|
|
(4401, 'Purge? No no no no no.. where did I-- Aha, this should do the trick...', 28070, 0, 14, 0, 100, 0, 0, 14256, 30560),
|
|
(4402, 'Query? What do you think I\'m here for, tea and biscuits? Spill the beans already!', 28070, 0, 14, 0, 100, 0, 0, 14263, 30565),
|
|
(4403, 'Tell me how the dwarves came to be, and start at the beginning!', 28070, 0, 14, 0, 100, 0, 0, 14264, 30566),
|
|
(4404, 'Right, right... I know the earthen were made from stone to shape the deep regions o\' the world. But what about the anomalies? Matrix non-stabilizin\' and what-not?', 28070, 0, 14, 0, 100, 0, 0, 14265, 30567),
|
|
(4405, 'Necrowhatinthe-- Speak bloody Common, will ye?', 28070, 0, 14, 0, 100, 0, 0, 14266, 30568),
|
|
(4406, 'Old Gods, huh? So they zapped the earthen with this Curse of Flesh... and then what?', 28070, 0, 14, 0, 100, 0, 0, 14267, 30577),
|
|
(4407, 'If they killed the Old Gods, Azeroth would\'ve been destroyed...', 28070, 0, 14, 0, 100, 0, 0, 14268, 30578),
|
|
(4408, 'What protectors?', 28070, 0, 14, 0, 100, 0, 0, 14269, 30579),
|
|
(4409, 'Aesir and Vanir... Okay, so the Forge o\' Wills started makin\' new earthen... but what happened to the old ones?', 28070, 0, 14, 0, 100, 0, 0, 14270, 30580),
|
|
(4410, 'Hold everything! The Aesir and Vanir went to war? Why?', 28070, 0, 14, 0, 100, 0, 0, 14271, 30581),
|
|
(4411, 'This "Loken" sounds like a nasty character. Glad we don\'t have to worry about the likes o\' him anymore. So... if I\'m understandin\' ye right, the original earthen eventually woke up from this stasis, and by that time the destabili-whatever had turned \'em into proper dwarves. Or at least... dwarf ancestors.', 28070, 0, 14, 0, 100, 0, 0, 14272, 30582),
|
|
(4412, 'Well, now... that\'s a lot to digest. I\'m gonna need some time to take all this in. Thank ye.', 28070, 0, 14, 0, 100, 0, 0, 14273, 30583),
|
|
(4413, 'Loken?! That\'s downright bothersome... We might\'ve neutralized the iron dwarves, but I\'d lay odds there\'s another machine somewhere else churnin\' out a whole mess o\' these iron vrykul!', 28070, 0, 14, 0, 100, 0, 0, 14278, 28591),
|
|
(4414, 'I\'ll use the forge to make batches o\' earthen to stand guard... But our greatest challenge still remains: find and stop Loken!', 28070, 0, 14, 0, 100, 0, 0, 14279, 30584),
|
|
(4415, 'I think it\'s time to see what\'s behind the door near the entrance. I\'m going to sneak over there, nice and quiet. Meet me at the door and I\'ll get us in.', 28070, 0, 14, 0, 100, 0, 0, 0, 31660),
|
|
(4416, 'Threat index threshold exceeded. Celestial archive aborted. Security level heightened.', 30897, 0, 14, 0, 100, 0, 0, 13761, 29576),
|
|
(4417, 'Additional background is relevant to your query: following global combat between Aesir and Vanir--', 30897, 0, 14, 0, 100, 0, 0, 13762, 30606),
|
|
(4418, 'Unknown. Data suggests that impetus for global combat originated with prime designate Loken, who neutralized all remaining Aesir and Vanir, affecting termination of conflict. Prime designate Loken then initiated stasis of several seed races, including earthen, giants and vrykul, at designated holding facilities.', 30897, 0, 14, 0, 100, 0, 0, 13763, 30607),
|
|
(4419, 'Essentially that is correct.', 30897, 0, 14, 0, 100, 0, 0, 13764, 30608),
|
|
(4420, 'Security breach in progress. Analysis of historical archives transferred to lower-priority queue. Countermeasures engaged.', 30898, 0, 14, 0, 100, 0, 0, 13756, 29575),
|
|
(4421, 'Accessing... Creators arrived to extirpate symbiotic infection. Assessment revealed that Old God infestation had grown malignant. Excising parasites would result in loss of host--', 30898, 0, 14, 0, 100, 0, 0, 13757, 30603),
|
|
(4422, 'Correct. Creators neutralized parasitic threat and contained it within the host. Forge of Wills and other systems were instituted to create new earthen. Safeguards were implemented, and protectors were appointed.', 30898, 0, 14, 0, 100, 0, 0, 13758, 30604),
|
|
(4423, 'Designations: Aesir and Vanir. Or in the common nomenclature, storm and earth giants. Sentinel Loken designated supreme. Dragon Aspects appointed to monitor evolution on Azeroth.', 30898, 0, 14, 0, 100, 0, 0, 13759, 30605),
|
|
(4424, 'Warning: life form pattern not recognized. Archival processing terminated. Continued interference will result in targeted response.', 30899, 0, 14, 0, 100, 0, 0, 13765, 29561),
|
|
(4425, 'Critical threat index. Void analysis diverted. Initiating sanitization protocol.', 30899, 0, 14, 0, 100, 0, 0, 13767, 29577),
|
|
(4426, 'Alert: security fail-safes deactivated. Beginning memory purge and... ', 30899, 0, 14, 0, 100, 0, 0, 13768, 29579),
|
|
(4427, 'System online. Life form pattern recognized. Welcome, Branbronzan. Query?', 30899, 0, 14, 0, 100, 0, 0, 13769, 29580),
|
|
(4428, 'Accessing prehistoric data... retrieved. In the beginning the earthen were created to--', 30899, 0, 14, 0, 100, 0, 0, 13770, 30611),
|
|
(4429, 'Accessing... In the early stages of it\'s development cycle, Azeroth suffered infection by parasitic necrophotic symbiotes.', 30899, 0, 14, 0, 100, 0, 0, 13771, 30612),
|
|
(4430, 'Designation: Old Gods. Old Gods rendered all systems, including earthen, defenseless in order to facilitate assimilation. This matrix destabilization has been termed "the Curse of Flesh". Effects of destabilization increased over time.', 30899, 0, 14, 0, 100, 0, 0, 13772, 30613),
|
|
(4431, 'Acknowledged, Branbronzan. Session terminated.', 30899, 0, 14, 0, 100, 0, 0, 13773, 30614),
|
|
(4432, '%s begins to cast Poison Nova!', 29304, 0, 41, 0, 100, 0, 0, 0, 30757),
|
|
(4433, 'Poor blind fools!', 27655, 0, 14, 0, 100, 0, 0, 13638, 27412),
|
|
(4434, '%s begins to cast Empowered Arcane Explosion!', 27655, 0, 41, 0, 100, 0, 0, 0, 27903),
|
|
(4435, 'A taste... just a small taste... of the Spell-Weaver\'s power!', 27655, 0, 14, 0, 100, 0, 0, 13639, 31829),
|
|
(4436, 'So much unstable energy... but worth the risk to destroy you!', 27655, 1, 14, 0, 100, 0, 0, 13640, 31830),
|
|
(4437, 'Everything I have done... has been for Azeroth....', 27655, 0, 14, 0, 100, 0, 0, 13644, 31834),
|
|
(4438, 'If only you understood!', 27655, 0, 14, 0, 100, 0, 0, 13641, 31831),
|
|
(4439, 'Now do you see? Do you?!', 27655, 1, 14, 0, 100, 0, 0, 13642, 31832),
|
|
(4440, 'Unfortunate, but necessary.', 27655, 2, 14, 0, 100, 0, 0, 13643, 31833),
|
|
(4441, 'Tenebron begins to hatch eggs in the Twilight!', 30452, 0, 41, 0, 100, 0, 0, 0, 32959),
|
|
(4442, 'Tenebron begins to hatch eggs in the Twilight!', 30452, 0, 41, 0, 100, 0, 0, 0, 32959),
|
|
(4443, 'Your forces are nearly marshaled to strike back against your enemies, my liege.', 15990, 0, 14, 0, 100, 0, 0, 14467, 12990),
|
|
(4444, 'It is good that you serve me so faithfully. Soon, all will serve the Lich King and in the end, you shall be rewarded...so long as you do not falter.', 15990, 0, 14, 0, 100, 0, 0, 8881, 0),
|
|
(4445, 'Yes, master. The time of their ultimate demise draws close.... What is this?', 15990, 0, 14, 0, 100, 0, 0, 14468, 12991),
|
|
(4446, 'Your security measures have failed! See to this interruption immediately!', 15990, 0, 14, 0, 100, 0, 0, 8882, 0),
|
|
(4447, 'As you command, master!', 15990, 0, 14, 0, 100, 0, 0, 14469, 12992),
|
|
(4448, 'No!!! A curse upon you, interlopers! The armies of the Lich King will hunt you down. You will not escape your fate...', 15990, 0, 14, 0, 100, 0, 0, 14484, 13150),
|
|
(4449, 'Who dares violate the sanctity of my domain? Be warned, all who trespass here are doomed.', 15990, 0, 14, 0, 100, 0, 0, 14463, 0),
|
|
(4450, 'Fools! You think yourselves triumphant? You have only taken one step closer to the abyss!', 15990, 1, 14, 0, 100, 0, 0, 14464, 12985),
|
|
(4451, 'I grow tired of these games. Proceed, and I will banish your souls to oblivion!', 15990, 2, 14, 0, 100, 0, 0, 14465, 12986),
|
|
(4452, 'You have no idea what horrors lie ahead. You have seen nothing! The frozen heart of Naxxramas awaits you!', 15990, 3, 14, 0, 100, 0, 0, 14466, 27382),
|
|
(4453, 'Pray for mercy!', 15990, 0, 14, 0, 100, 0, 0, 14475, 12995),
|
|
(4454, 'Scream your dying breath!', 15990, 1, 14, 0, 100, 0, 0, 14476, 12996),
|
|
(4455, 'The end is upon you!', 15990, 2, 14, 0, 100, 0, 0, 14477, 12997),
|
|
(4456, 'The dark void awaits you!', 15990, 0, 14, 0, 100, 0, 0, 14478, 13021),
|
|
(4457, '%s cackles maniacally.', 15990, 1, 16, 0, 100, 0, 0, 14479, 29805),
|
|
(4458, 'Agghhhh! Do... not... rejoice! Your victory is a hollow one, for I shall return with powers beyond your imagining!', 15990, 0, 14, 0, 100, 0, 0, 14480, 13019),
|
|
(4459, 'Your soul is bound to me, now!', 15990, 0, 14, 0, 100, 0, 0, 14472, 13017),
|
|
(4460, 'There will be no escape!', 15990, 1, 14, 0, 100, 0, 0, 14473, 13018),
|
|
(4461, 'I will freeze the blood in your veins!', 15990, 0, 14, 0, 100, 0, 0, 14474, 13020),
|
|
(4462, 'Master, I require aid!', 15990, 0, 14, 0, 100, 0, 0, 14470, 12998),
|
|
(4463, 'Very well. Warriors of the frozen wastes, rise up! I command you to fight, kill and die for your master! Let none survive!', 15990, 0, 14, 0, 100, 0, 0, 0, 12994),
|
|
(4464, 'Minions, servants, soldiers of the cold dark! Obey the call of Kel\'Thuzad!', 15990, 0, 14, 0, 100, 0, 0, 14471, 12999),
|
|
(4465, 'Your petty magics are no challenge to the might of the Scourge!', 15990, 0, 14, 0, 100, 0, 0, 14481, 13492),
|
|
(4466, 'Enough! I grow tired of these distractions! ', 15990, 1, 14, 0, 100, 0, 0, 14483, 0),
|
|
(4467, 'Fools, you have spread your powers too thin. Be free, my minions!', 15990, 2, 14, 0, 100, 0, 0, 14482, 0),
|
|
(4468, 'I\'ll paint my face with your blood!', 23954, 0, 14, 0, 100, 0, 0, 13207, 29974),
|
|
(4469, 'Mjul orm agn gjor!', 23954, 0, 14, 0, 100, 0, 0, 13212, 29978),
|
|
(4470, 'My life for the... death god!', 23954, 0, 14, 0, 100, 0, 0, 13213, 29976),
|
|
(4471, 'Dalronn! See if you can muster the nerve to join my attack!', 24200, 0, 14, 0, 100, 0, 0, 13229, 29531),
|
|
(4472, 'Not... over... yet.', 24200, 0, 14, 0, 100, 0, 0, 13230, 29534),
|
|
(4473, 'A warrior\'s death.', 24200, 0, 14, 0, 100, 0, 0, 13231, 29535),
|
|
(4474, 'Jarggn olkt!', 24200, 0, 14, 0, 100, 0, 0, 13232, 29532),
|
|
(4475, 'Pfagh! What sort of necromancer lets death stop him? I knew you were worthless!', 24200, 0, 14, 0, 100, 0, 0, 13233, 29533),
|
|
(4476, 'Dalronn! See if you can muster the nerve to join my attack!', 27390, 0, 14, 0, 100, 0, 0, 13229, 29531),
|
|
(4477, 'Not... over... yet.', 27390, 0, 14, 0, 100, 0, 0, 13230, 29534),
|
|
(4478, 'A warrior\'s death.', 27390, 0, 14, 0, 100, 0, 0, 13231, 29535),
|
|
(4479, 'Jarggn olkt!', 27390, 0, 14, 0, 100, 0, 0, 13232, 29532),
|
|
(4480, 'Pfagh! What sort of necromancer lets death stop him? I knew you were worthless!', 27390, 0, 14, 0, 100, 0, 0, 13233, 29533),
|
|
(4481, 'By all means, don\'t assess the situation, you halfwit! Just jump into the fray!', 24201, 0, 14, 0, 100, 0, 0, 13199, 29527),
|
|
(4482, 'See... you... soon.', 24201, 0, 14, 0, 100, 0, 0, 13200, 29529),
|
|
(4483, 'There\'s no... greater... glory.', 24201, 0, 14, 0, 100, 0, 0, 13201, 29530),
|
|
(4484, 'You may serve me yet.', 24201, 0, 14, 0, 100, 0, 0, 13202, 29526),
|
|
(4485, 'Skarvald, you incompetent slug! Return and make yourself useful!', 24201, 0, 14, 0, 100, 0, 0, 13203, 29528),
|
|
(4486, 'By all means, don\'t assess the situation, you halfwit! Just jump into the fray!', 27389, 0, 14, 0, 100, 0, 0, 13199, 29527),
|
|
(4487, 'See... you... soon.', 27389, 0, 14, 0, 100, 0, 0, 13200, 29529),
|
|
(4488, 'There\'s no... greater... glory.', 27389, 0, 14, 0, 100, 0, 0, 13201, 29530),
|
|
(4489, 'You may serve me yet.', 27389, 0, 14, 0, 100, 0, 0, 13202, 29526),
|
|
(4490, 'Skarvald, you incompetent slug! Return and make yourself useful!', 27389, 0, 14, 0, 100, 0, 0, 13203, 29528),
|
|
(4491, 'What this place? I will destroy you!', 26687, 0, 12, 0, 100, 0, 0, 0, 31447),
|
|
(4492, 'You die! That what master wants.', 26687, 0, 12, 0, 100, 0, 0, 0, 31452),
|
|
(4493, 'An easy task!', 26687, 1, 12, 0, 100, 0, 0, 0, 31453),
|
|
(4494, 'What mongrels dare intrude here? Look alive, my brothers! A feast for the one that brings me their heads!', 26693, 0, 14, 0, 100, 0, 0, 13497, 31454),
|
|
(4495, 'Not so brash now, are you?', 26693, 0, 14, 0, 100, 0, 0, 13504, 31461),
|
|
(4496, 'I\'ll mount your skull from the highest tower!\n', 26693, 1, 14, 0, 100, 0, 0, 13505, 31462),
|
|
(4497, 'Skadi the Ruthless is within range of the harpoon launchers!', 26693, 0, 41, 0, 100, 0, 0, 0, 27809),
|
|
(4498, 'ARGH! You call that... an attack? I\'ll... show... aghhhh...', 26693, 0, 14, 0, 100, 0, 0, 13506, 31463),
|
|
(4499, 'Skadi the Ruthless is within range of the harpoon launchers!', 26693, 0, 41, 0, 100, 0, 0, 0, 27809),
|
|
(4500, 'You motherless knaves! Your corpses will make fine morsels for my new drake!', 26693, 0, 14, 0, 100, 0, 0, 13507, 31459),
|
|
(4501, 'Sear them to the bone!', 26693, 0, 14, 0, 100, 0, 0, 13498, 0),
|
|
(4502, 'Go now! Leave nothing but ash in your wake!', 26693, 1, 14, 0, 100, 0, 0, 13499, 0),
|
|
(4503, 'Cleanse our sacred halls with flame!', 26693, 2, 14, 0, 100, 0, 0, 13500, 0),
|
|
(4504, '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!', 26861, 0, 14, 0, 100, 0, 0, 13609, 31464),
|
|
(4505, 'Your death is only the beginning.', 26861, 0, 14, 0, 100, 0, 0, 13614, 31469),
|
|
(4506, 'You have failed your people!\n', 26861, 1, 14, 0, 100, 0, 0, 13615, 31470),
|
|
(4507, 'There is a reason I am king!\n', 26861, 2, 14, 0, 100, 0, 0, 13616, 31471),
|
|
(4508, 'Breathe no more!', 26861, 3, 14, 0, 100, 0, 0, 13617, 31472),
|
|
(4509, 'What... awaits me... now?', 26861, 0, 14, 0, 100, 0, 0, 13618, 31473),
|
|
(4510, 'Bjorn of the Black Storm! Honor me now with your presence!', 26861, 0, 14, 0, 100, 0, 0, 13610, 31465),
|
|
(4511, 'Haldor of the Rocky Cliffs! Grant me your strength!', 26861, 0, 14, 0, 100, 0, 0, 13611, 31466),
|
|
(4512, 'Ranulf of the Screaming Abyss! Snuff these maggots with darkest night!', 26861, 0, 14, 0, 100, 0, 0, 13612, 31467),
|
|
(4513, 'Tor of the Brutal Siege, bestow your might upon me!', 26861, 0, 14, 0, 100, 0, 0, 13613, 31468),
|
|
(4514, '%s goes into a berserker rage!', 31125, 0, 16, 0, 100, 0, 0, 0, 34057),
|
|
(4515, '%s overcharges a Tempest Minion!', 33993, 0, 41, 0, 100, 0, 0, 0, 34511),
|
|
(4516, 'A Tempest Minion appears to defend Emalon!', 33993, 0, 41, 0, 100, 0, 0, 0, 34043),
|
|
(4517, '%s goes into a berserker rage!', 33993, 0, 16, 0, 100, 0, 0, 0, 34057),
|
|
(4518, 'Prepare to make your stand, $n! Get in the Amphitheater and stand ready! Remember, you and your opponent must stay in the arena at all times or you will be disqualified!', 30007, 0, 12, 0, 100, 1, 0, 0, 30685),
|
|
(4519, '$n has defeated Yg... Yggg-really big worm!', 30007, 0, 14, 0, 100, 15, 0, 13905, 30684),
|
|
(4520, 'This battle must be seen to be believed! Once a mild-mannered tuskarr fisherman, our next fighter turned to the life of a soulless mercenary when his entire family was wiped out by a vicious pack of lion seals and ill-tempered penguins! Now he\'s just in it for the gold! Ladies and gentlemen, ORINOKO TUSKBREAKER!!', 30007, 0, 14, 0, 100, 15, 0, 0, 30703),
|
|
(4521, 'We finish this now, champions of Kirin Tor!', 31134, 0, 14, 0, 100, 0, 0, 13947, 31723),
|
|
(4522, 'Prison guards, we are leaving! These adventurers are taking over! Go go go!', 30658, 0, 14, 0, 100, 0, 0, 0, 31474),
|
|
(4523, 'I will end the Kirin Tor!', 31134, 0, 14, 0, 100, 0, 0, 13952, 31725),
|
|
(4524, 'Not--caww--get in way of--rrak-rrak--flee!', 29315, 0, 14, 0, 100, 0, 0, 14219, 31821),
|
|
(4525, 'Kekeke!', 29315, 0, 14, 0, 100, 0, 0, 14222, 31822),
|
|
(4526, 'Precious life--ra-aak--wasted!', 29315, 1, 14, 0, 100, 0, 0, 14223, 31823),
|
|
(4527, 'Only strong--ka-raaak-survive!', 29315, 2, 14, 0, 100, 0, 0, 14224, 31824),
|
|
(4528, 'No--kaw, kaw--flee...', 29315, 0, 14, 0, 100, 0, 0, 14225, 31825),
|
|
(4529, 'Free to--mm--fly now. Ra-aak... Not find us--ekh-ekh! Escape!', 29315, 0, 14, 0, 100, 0, 0, 14218, 31328),
|
|
(4530, 'My---raaak--favorite! Awk awk awk! Raa-kaa!', 29315, 0, 14, 0, 100, 0, 0, 14220, 31893),
|
|
(4531, 'Nasty little...A-ak, kaw! Kill! Yes, kill you!', 29315, 0, 14, 0, 100, 0, 0, 14221, 30124),
|
|
(4532, 'Stand aside, mortals!', 29313, 0, 14, 0, 100, 0, 0, 14230, 32056),
|
|
(4533, 'I AM a force of nature!', 29313, 0, 14, 0, 100, 0, 0, 14234, 32050),
|
|
(4534, 'I SHALL pass!', 29313, 1, 14, 0, 100, 0, 0, 14235, 32051),
|
|
(4535, 'You cannot stop the tide!', 29313, 2, 14, 0, 100, 0, 0, 14236, 32052),
|
|
(4536, 'I... recede.', 29313, 0, 14, 0, 100, 0, 0, 14237, 32049),
|
|
(4537, 'I... am fury... unrestrained!', 29313, 0, 14, 0, 100, 0, 0, 14229, 31330),
|
|
(4538, 'I shall consume, decimate, devastate, and destroy! Yield now to the wrath of the pounding sea!', 29313, 0, 14, 0, 100, 0, 0, 14231, 32054),
|
|
(4539, 'I will not be contained! Ngyah!!', 29313, 0, 14, 0, 100, 0, 0, 14233, 32053),
|
|
(4540, 'Water can hold any form, take any shape... overcome any obstacle.', 29313, 0, 14, 0, 100, 0, 0, 14232, 32055),
|
|
(4541, 'It seems my freedom must be bought with blood!', 29266, 0, 14, 0, 100, 0, 0, 14498, 31805),
|
|
(4542, 'Nothing personal.', 29266, 0, 14, 0, 100, 0, 0, 14504, 31808),
|
|
(4543, 'Business concluded.', 29266, 1, 14, 0, 100, 0, 0, 14505, 31809),
|
|
(4544, 'Profit!', 29266, 2, 14, 0, 100, 0, 0, 14506, 31810),
|
|
(4545, 'This is an... unrecoverable... loss.', 29266, 0, 14, 0, 100, 0, 0, 14507, 31811),
|
|
(4546, 'Back in business! Now, to execute an exit strategy.', 29266, 0, 14, 0, 100, 0, 0, 14498, 31337),
|
|
(4547, 'It would seem that a renegotiation is in order.', 29266, 0, 14, 0, 100, 0, 0, 14503, 31807),
|
|
(4548, 'The air teems with latent energy... quite the harvest!', 29266, 0, 14, 0, 100, 0, 0, 14501, 29931),
|
|
(4549, 'Plentiful, exploitable resources... primed for acquisition!', 29266, 1, 14, 0, 100, 0, 0, 14502, 31806),
|
|
(4550, 'Intriguing... a high quantity of arcane energy is near. Time for some prospecting...', 29266, 0, 14, 0, 100, 0, 0, 14500, 29981),
|
|
(4551, 'Eradicate.', 29314, 0, 14, 0, 100, 0, 0, 13996, 31572),
|
|
(4552, 'More... energy.', 29314, 0, 14, 0, 100, 0, 0, 13999, 31576),
|
|
(4553, 'Relinquish.', 29314, 1, 14, 0, 100, 0, 0, 14000, 31577),
|
|
(4554, 'Fall... to shadow.', 29314, 2, 14, 0, 100, 0, 0, 14001, 31578),
|
|
(4555, 'Disperse.', 29314, 0, 14, 0, 100, 0, 0, 14002, 31579),
|
|
(4556, 'I am... renewed.', 29314, 0, 14, 0, 100, 0, 0, 13995, 31339),
|
|
(4557, 'Know... my... pain.', 29314, 0, 14, 0, 100, 0, 0, 13997, 31574),
|
|
(4558, 'Gaze... into the void.', 29314, 0, 14, 0, 100, 0, 0, 13998, 31575),
|
|
(4559, 'Here we are once again, ladies and gentlemen. The epic struggle between life and death in the Amphitheater of Anguish! For this round we have $n versus the hulking jormungar, Yg... Yggd? Yggdoze? Who comes up with these names?! $n versus big worm!', 30007, 0, 14, 0, 100, 15, 0, 0, 30682),
|
|
(4560, 'The grand Amphitheater of Anguish awaits, $n. Remember, once a battle starts you have to stay in the arena. WIN OR DIE!', 30007, 0, 12, 0, 100, 1, 0, 13910, 30681),
|
|
(4561, 'The grand Amphitheater of Anguish awaits, $n. Remember, once a battle starts you have to stay in the arena. WIN OR DIE!', 30007, 1, 12, 0, 100, 1, 0, 13911, 30681),
|
|
(4562, 'We\'ll cleanse this place! Arthas beware!', 28090, 0, 12, 0, 100, 0, 0, 0, 27500),
|
|
(4563, 'You\'re right! We can do this!', 28090, 1, 12, 0, 100, 0, 0, 0, 27497),
|
|
(4564, 'You\'re right! What was I thinking? Bring on the Scourge!', 28090, 2, 12, 0, 100, 0, 0, 0, 27496),
|
|
(4565, 'You have defiled the resting place of our ancestors. For this offense, there can be but one punishment. It is fitting that you have come to a place of the dead... for you will soon be joining them.', 18373, 0, 14, 0, 100, 0, 0, 10509, 0),
|
|
(4566, 'Rise, my fallen brothers! Take form and fight!', 18373, 0, 14, 0, 100, 0, 0, 10512, 15466),
|
|
(4567, 'You will pay with your life!', 18373, 0, 14, 0, 100, 0, 0, 10513, 17647),
|
|
(4568, 'There is no turning back now!', 18373, 1, 14, 0, 100, 0, 0, 10514, 17648),
|
|
(4569, 'Serve your penitence!', 18373, 2, 14, 0, 100, 0, 0, 10515, 17649),
|
|
(4570, 'Let your mind be clouded.', 18373, 0, 14, 0, 100, 0, 0, 10510, 17644),
|
|
(4571, 'Stare into the darkness of your soul.', 18373, 1, 14, 0, 100, 0, 0, 10511, 17645),
|
|
(4572, 'These walls will be your tomb!', 18373, 0, 14, 0, 100, 0, 0, 10516, 17650),
|
|
(4573, 'Now you\'ll stay... for eternity.', 18373, 1, 14, 0, 100, 0, 0, 10517, 17651),
|
|
(4574, 'This is... where I belong.', 18373, 0, 14, 0, 100, 0, 0, 10518, 17646),
|
|
(4575, 'What is this? You must forgive me, but I was not expecting company. As you can see, we are somewhat preoccupied right now. But no matter. As I am a gracious host, I will tend to you... personally.', 18344, 0, 14, 0, 100, 0, 0, 10539, 17784),
|
|
(4576, 'We have not been properly introduced.', 18344, 0, 14, 0, 100, 0, 0, 10541, 17780),
|
|
(4577, 'An epic battle, how exciting!', 18344, 1, 14, 0, 100, 0, 0, 10542, 17781),
|
|
(4578, 'I\'ve longed for a good adventure!', 18344, 2, 14, 0, 100, 0, 0, 10543, 17782),
|
|
(4579, 'It has been... entertaining.', 18344, 0, 14, 0, 100, 0, 0, 10544, 17779),
|
|
(4580, 'And now we part company.', 18344, 1, 14, 0, 100, 0, 0, 10545, 17778),
|
|
(4581, 'I have such fascinating things to show you.', 18344, 0, 14, 0, 100, 0, 0, 10540, 17783),
|
|
(4582, 'I must bid you... farewell.', 18344, 0, 14, 0, 100, 0, 0, 10546, 17777),
|
|
(4583, 'I will feed... on your soul.', 18341, 0, 14, 0, 100, 0, 0, 10561, 17771),
|
|
(4584, 'So... full of life.', 18341, 1, 14, 0, 100, 0, 0, 10562, 17772),
|
|
(4585, 'Do not... resist.', 18341, 2, 14, 0, 100, 0, 0, 10563, 17773),
|
|
(4586, 'Yes... I am... empowered.', 18341, 0, 14, 0, 100, 0, 0, 10564, 17774),
|
|
(4587, 'More... I must have more.', 18341, 1, 14, 0, 100, 0, 0, 10565, 17775),
|
|
(4588, 'To the Void... once more.', 18341, 0, 14, 0, 100, 0, 0, 10566, 17776),
|
|
(4589, '%s shifts into the void...', 18341, 0, 41, 0, 100, 0, 0, 0, 21067),
|
|
(4590, 'I have pets -- ca-caw! -- of my own!', 18472, 0, 14, 0, 100, 0, 0, 10502, 17733),
|
|
(4591, 'Mmm... time to make my move!', 18472, 0, 14, 0, 100, 0, 0, 10503, 17734),
|
|
(4592, 'Nice pets, yes... raa-a-ak!', 18472, 1, 14, 0, 100, 0, 0, 10504, 17735),
|
|
(4593, 'Nice pets have weapons. No so -- ra-ak -- nice.', 18472, 2, 14, 0, 100, 0, 0, 10505, 17736),
|
|
(4594, 'Yes, fleeting life is, rak-a-kak!', 18472, 0, 14, 0, 100, 0, 0, 10506, 17737),
|
|
(4595, 'Mmmm... be free. Caw!', 18472, 1, 14, 0, 100, 0, 0, 10507, 17738),
|
|
(4596, 'Mmm... no more life. No more pain. A-ak!', 18472, 0, 14, 0, 100, 0, 0, 10508, 17739),
|
|
(4597, 'Ra-ak! Trinkets, yes. Pretty trinkets! Ak! Power, great power. Ra-kaw! Power in trinkets! Ak-caw!', 18473, 0, 14, 0, 100, 0, 0, 10557, 17769),
|
|
(4598, 'Mmm, you make war on Ikiss? Aa-ak!', 18473, 0, 14, 0, 100, 0, 0, 10554, 17765),
|
|
(4599, 'Ikiss cut you, pretty -- ak-a-ak -- slice you, yes!', 18473, 1, 14, 0, 100, 0, 0, 10555, 17767),
|
|
(4600, 'Ak-a-ra-k! No escape for -- caw -- you!', 18473, 2, 14, 0, 100, 0, 0, 10556, 17768),
|
|
(4601, 'You die -- ka! Stay away from trinkets!', 18473, 0, 14, 0, 100, 0, 0, 10558, 17763),
|
|
(4602, 'Mmmmmm...', 18473, 1, 14, 0, 100, 0, 0, 10559, 17764),
|
|
(4603, 'Ikiss will not -- rak, rak -- die...', 18473, 0, 14, 0, 100, 0, 0, 10560, 17762),
|
|
(4604, '%s begins to channel arcane energy....', 18473, 0, 41, 0, 100, 0, 0, 0, 19738),
|
|
(4605, 'Infidels have invaded the sanctuary! Sniveling pests...You have yet to learn the true meaning of agony!', 18731, 0, 14, 0, 100, 0, 0, 10473, 0),
|
|
(4606, 'Pathetic mortals! You will pay dearly.', 18731, 0, 14, 0, 100, 0, 0, 10475, 17860),
|
|
(4607, 'I will break you!', 18731, 1, 14, 0, 100, 0, 0, 10476, 22823),
|
|
(4608, 'Finally, something to relieve the tedium!', 18731, 2, 14, 0, 100, 0, 0, 10477, 17863),
|
|
(4609, 'Aid me, you fools, before it\'s too late!', 18731, 0, 14, 0, 100, 0, 0, 10474, 17859),
|
|
(4610, 'Do you fear death?', 18731, 0, 14, 0, 100, 0, 0, 10478, 17864),
|
|
(4611, 'This is the part I enjoy most...', 18731, 1, 14, 0, 100, 0, 0, 10479, 17865),
|
|
(4612, 'Do not... grow... overconfident, mortal.', 18731, 0, 14, 0, 100, 0, 0, 10480, 17866),
|
|
(4613, 'All flesh must burn.', 18667, 0, 14, 0, 100, 0, 0, 10482, 0),
|
|
(4614, 'All creation must be unmade!', 18667, 1, 14, 0, 100, 0, 0, 10483, 0),
|
|
(4615, 'Power will be yours!', 18667, 2, 14, 0, 100, 0, 0, 10484, 0),
|
|
(4616, 'You\'ll be sorry!', 18667, 0, 14, 0, 100, 0, 0, 10486, 17563),
|
|
(4617, 'Time for fun!', 18667, 1, 14, 0, 100, 0, 0, 10487, 16433),
|
|
(4618, 'I see dead people!', 18667, 2, 14, 0, 100, 0, 0, 10488, 0),
|
|
(4619, 'No coming back for you!', 18667, 0, 14, 0, 100, 0, 0, 10489, 17573),
|
|
(4620, 'Nice try.', 18667, 1, 14, 0, 100, 0, 0, 10490, 17575),
|
|
(4621, 'Help us, hurry!', 18667, 0, 14, 0, 100, 0, 0, 10485, 0),
|
|
(4622, 'This... no... good...', 18667, 0, 14, 0, 100, 0, 0, 10491, 17569),
|
|
(4623, 'Be ready for Dark One\'s return.', 18667, 0, 14, 0, 100, 0, 0, 10492, 0),
|
|
(4624, 'So we have place in new universe.', 18667, 1, 14, 0, 100, 0, 0, 10493, 0),
|
|
(4625, 'Dark one promise!', 18667, 2, 14, 0, 100, 0, 0, 10494, 0),
|
|
(4626, 'You\'ll be sorry!', 18667, 0, 14, 0, 100, 0, 0, 10496, 17563),
|
|
(4627, 'Time to kill!', 18667, 1, 14, 0, 100, 0, 0, 10497, 25833),
|
|
(4628, 'You be dead people!', 18667, 2, 14, 0, 100, 0, 0, 10498, 0),
|
|
(4629, 'Now you gone for good!', 18667, 0, 14, 0, 100, 0, 0, 10499, 17576),
|
|
(4630, 'You fail!', 18667, 1, 14, 0, 100, 0, 0, 10500, 17577),
|
|
(4631, 'Help us, hurry!', 18667, 0, 14, 0, 100, 0, 0, 10495, 0),
|
|
(4632, 'Arrgh, aah...ahhh', 18667, 0, 14, 0, 100, 0, 0, 10501, 0),
|
|
(4633, 'Keep your minds focused for the days of reckoning are close at hand. Soon, the destroyer of worlds will return to make good on his promise. Soon the destruction of all that is will begin!', 18732, 0, 14, 0, 100, 0, 0, 10522, 0),
|
|
(4634, 'I\'ll make an offering of your blood!', 18732, 0, 14, 0, 100, 0, 0, 10524, 17868),
|
|
(4635, 'You\'ll be a fine example for the others!', 18732, 1, 14, 0, 100, 0, 0, 10525, 17869),
|
|
(4636, 'Good, a worthy sacrifice!', 18732, 2, 14, 0, 100, 0, 0, 10526, 17870),
|
|
(4637, 'Come to my aid! Heed your master now!', 18732, 0, 14, 0, 100, 0, 0, 10523, 17867),
|
|
(4638, 'I serve with pride.', 18732, 0, 14, 0, 100, 0, 0, 10527, 17871),
|
|
(4639, 'Your death is for the greater cause...', 18732, 1, 14, 0, 100, 0, 0, 10528, 17872),
|
|
(4640, 'I give my life... gladly.', 18732, 0, 14, 0, 100, 0, 0, 10529, 17873),
|
|
(4641, '%s draws energy from the air...', 18708, 0, 16, 0, 100, 0, 0, 0, 18799),
|
|
(4642, 'Horde will... crush you.', 22948, 0, 14, 0, 100, 0, 0, 11432, 21740),
|
|
(4643, 'Time to feast.', 22948, 0, 14, 0, 100, 0, 0, 11433, 21741),
|
|
(4644, 'More! I want more!', 22948, 1, 14, 0, 100, 0, 0, 11434, 21742),
|
|
(4645, 'Drink your blood. Eat your flesh.', 22948, 0, 14, 0, 100, 0, 0, 11435, 21743),
|
|
(4646, 'I hunger!', 22948, 1, 14, 0, 100, 0, 0, 11436, 24036),
|
|
(4647, '<babbling>', 22948, 0, 14, 0, 100, 0, 0, 11437, 0),
|
|
(4648, 'I\'ll rip the meat from your bones!', 22948, 1, 14, 0, 100, 0, 0, 11438, 21745),
|
|
(4649, 'Aaaahrg...', 22948, 0, 14, 0, 100, 0, 0, 11439, 0),
|
|
(4650, 'You play, you pay.', 22947, 0, 14, 0, 100, 0, 0, 11501, 21766),
|
|
(4651, 'I\'m not impressed.', 22947, 1, 14, 0, 100, 0, 0, 11502, 21767),
|
|
(4652, 'Enjoying yourselves?', 22947, 2, 14, 0, 100, 0, 0, 11503, 21768),
|
|
(4653, 'So... business or pleasure?', 22947, 0, 14, 0, 100, 0, 0, 11504, 21769),
|
|
(4654, 'You seem a little tense...', 22947, 0, 14, 0, 100, 0, 0, 11505, 21770),
|
|
(4655, 'Don\'t be shy.', 22947, 1, 14, 0, 100, 0, 0, 11506, 21771),
|
|
(4656, 'I\'m all... yours.', 22947, 2, 14, 0, 100, 0, 0, 11507, 21772),
|
|
(4657, 'Easy come, easy go.', 22947, 0, 14, 0, 100, 0, 0, 11508, 21774),
|
|
(4658, 'So much for a happy ending.', 22947, 1, 14, 0, 100, 0, 0, 11509, 21776),
|
|
(4659, 'Stop toying with my emotions!', 22947, 0, 14, 0, 100, 0, 0, 11510, 21357),
|
|
(4660, 'I wasn\'t finished.', 22947, 0, 14, 0, 100, 0, 0, 11511, 21777),
|
|
(4661, 'Pain and suffering are all that await you!', 23418, 0, 14, 0, 100, 0, 0, 11415, 21759),
|
|
(4662, 'Don\'t leave me alone!', 23418, 0, 14, 0, 100, 0, 0, 11416, 21760),
|
|
(4663, 'Look at what you made me do!', 23418, 0, 14, 0, 100, 0, 0, 11417, 21761),
|
|
(4664, 'I didn\'t ask for this!', 23418, 1, 14, 0, 100, 0, 0, 11418, 21762),
|
|
(4665, 'The pain is only beginning...', 23418, 2, 14, 0, 100, 0, 0, 11419, 21763),
|
|
(4666, 'I don\'t want to go back!', 23418, 0, 14, 0, 100, 0, 0, 11420, 21764),
|
|
(4667, 'Now what do I do?', 23418, 0, 14, 0, 100, 0, 0, 11421, 21765),
|
|
(4668, '%s becomes enraged!', 23418, 0, 41, 0, 100, 0, 0, 0, 24144),
|
|
(4669, 'You can have anything you desire... for a price.', 23419, 0, 14, 0, 100, 0, 0, 11408, 21752),
|
|
(4670, 'Fulfillment is at hand.', 23419, 0, 14, 0, 100, 0, 0, 11409, 21753),
|
|
(4671, 'Yes, you\'ll stay with us now...', 23419, 1, 14, 0, 100, 0, 0, 11410, 21754),
|
|
(4672, 'Your reach exceeds your grasp.', 23419, 2, 14, 0, 100, 0, 0, 11412, 21756),
|
|
(4673, 'Be careful what you wish for.', 23419, 0, 14, 0, 100, 0, 0, 11411, 21755),
|
|
(4674, 'I\'ll be waiting.', 23419, 0, 14, 0, 100, 0, 0, 11413, 21757),
|
|
(4675, 'I won\'t be far!', 23419, 0, 14, 0, 100, 0, 0, 11414, 21758),
|
|
(4676, 'Beware: I live!', 23420, 0, 14, 0, 100, 0, 0, 11399, 21746),
|
|
(4677, 'So... foolish.', 23420, 1, 14, 0, 100, 0, 0, 11400, 21747),
|
|
(4678, '<maniacal cackle>', 23420, 0, 14, 0, 100, 0, 0, 11401, 0),
|
|
(4679, 'Enough! No more!', 23420, 1, 14, 0, 100, 0, 0, 11402, 21748),
|
|
(4680, 'On your knees!', 23420, 0, 14, 0, 100, 0, 0, 11403, 21749),
|
|
(4681, 'Beware, coward!', 23420, 0, 14, 0, 100, 0, 0, 11405, 21751),
|
|
(4682, 'I won\'t... be... ignored!', 23420, 0, 14, 0, 100, 0, 0, 11404, 21750),
|
|
(4683, 'No! Not yet!', 22990, 0, 14, 0, 100, 0, 0, 11385, 21785),
|
|
(4684, 'I will not last much longer!', 22990, 0, 14, 0, 100, 0, 0, 11386, 21784),
|
|
(4685, 'Come out from the shadows! I\'ve returned to lead you against our true enemy! Shed your chains and raise your weapons against your Illidari masters!', 22990, 0, 14, 0, 100, 0, 0, 0, 21344),
|
|
(4686, 'Hail our leader! Hail Akama!', 23319, 0, 14, 0, 100, 0, 0, 0, 21350),
|
|
(4687, 'Hail Akama!', 23319, 0, 14, 0, 100, 0, 0, 0, 21348),
|
|
(4688, 'Supremus acquires a new target!', 22898, 0, 41, 0, 100, 0, 0, 0, 21959),
|
|
(4689, 'Supremus punches the ground in anger!', 22898, 0, 41, 0, 100, 0, 0, 0, 21019),
|
|
(4690, 'The ground begins to crack open!', 22898, 0, 41, 0, 100, 0, 0, 0, 21018),
|
|
(4691, 'I was the first you know. For me the wheel of death has spun many times. So much time has passed... I have a lot of catching up to do. ', 22871, 0, 14, 0, 100, 0, 0, 11512, 21098),
|
|
(4692, 'Vengeance is mine!', 22871, 0, 14, 0, 100, 0, 0, 11513, 28969),
|
|
(4693, 'I have use for you...', 22871, 0, 14, 0, 100, 0, 0, 11514, 21099),
|
|
(4694, 'It gets worse.', 22871, 1, 14, 0, 100, 0, 0, 11515, 21100),
|
|
(4695, 'What are you afraid of?', 22871, 0, 14, 0, 100, 0, 0, 11517, 21102),
|
|
(4696, 'Death really isn\'t so bad.', 22871, 1, 14, 0, 100, 0, 0, 11516, 21101),
|
|
(4697, 'Give in.', 22871, 0, 14, 0, 100, 0, 0, 11518, 21103),
|
|
(4698, 'I have something for you...', 22871, 1, 14, 0, 100, 0, 0, 11519, 21104),
|
|
(4699, 'You will show the proper respect!', 22871, 0, 14, 0, 100, 0, 0, 11520, 21105),
|
|
(4700, 'The wheel... spins... again.', 22871, 0, 14, 0, 100, 0, 0, 11521, 21106),
|
|
(4701, 'You will die in the name of Lady Vashj!', 22887, 0, 14, 0, 100, 0, 0, 11450, 21085),
|
|
(4702, 'Stick around!', 22887, 0, 14, 0, 100, 0, 0, 11451, 37696),
|
|
(4703, 'I\'ll deal with you later.', 22887, 1, 14, 0, 100, 0, 0, 11452, 21090),
|
|
(4704, 'Your success was short-lived!', 22887, 0, 14, 0, 100, 0, 0, 11455, 21091),
|
|
(4705, 'Time for you to go.', 22887, 1, 14, 0, 100, 0, 0, 11456, 21092),
|
|
(4706, 'Be\'lanen dalorai!', 22887, 0, 14, 0, 100, 0, 0, 11453, 21088),
|
|
(4707, 'Blood... will... flow!', 22887, 1, 14, 0, 100, 0, 0, 11454, 21087),
|
|
(4708, 'Bal, lamer zhita!', 22887, 0, 14, 0, 100, 0, 0, 11457, 21095),
|
|
(4709, 'My patience has run out! Die! Die!', 22887, 0, 14, 0, 100, 0, 0, 11458, 21096),
|
|
(4710, 'Lord Illidan will... crush you!', 22887, 0, 14, 0, 100, 0, 0, 11459, 21093),
|
|
(4711, 'You wish to test me?', 22952, 0, 14, 0, 100, 0, 0, 11524, 21698),
|
|
(4712, 'You wish to kill me? You first!', 22952, 0, 14, 0, 100, 0, 0, 11530, 21707),
|
|
(4713, 'You\'re not cut out for this.', 22952, 0, 14, 0, 100, 0, 0, 11528, 21704),
|
|
(4714, 'Anar\'alah belore!', 22952, 0, 14, 0, 100, 0, 0, 11529, 21705),
|
|
(4715, 'Valiant effort.', 22952, 0, 14, 0, 100, 0, 0, 11525, 21699),
|
|
(4716, 'A glorious kill!', 22952, 0, 14, 0, 100, 0, 0, 11526, 21701),
|
|
(4717, 'You got... lucky.', 22952, 0, 14, 0, 100, 0, 0, 11527, 21703),
|
|
(4718, 'I have better things to do...', 22949, 0, 14, 0, 100, 0, 0, 11422, 21734),
|
|
(4719, 'Enough games!', 22949, 0, 14, 0, 100, 0, 0, 11428, 21960),
|
|
(4720, 'Enjoy your final moments.', 22949, 0, 14, 0, 100, 0, 0, 11426, 21738),
|
|
(4721, 'You are MINE!', 22949, 0, 14, 0, 100, 0, 0, 11427, 21739),
|
|
(4722, 'Selama am\'oronor!', 22949, 0, 14, 0, 100, 0, 0, 11423, 21735),
|
|
(4723, 'Well done!', 22949, 0, 14, 0, 100, 0, 0, 11424, 36764),
|
|
(4724, 'Lord Illidan, I...', 22949, 0, 14, 0, 100, 0, 0, 11425, 21737),
|
|
(4725, 'Flee or die!', 22951, 0, 14, 0, 100, 0, 0, 11482, 21711),
|
|
(4726, 'For Quel\'Thalas! For the Sunwell!', 22951, 0, 14, 0, 100, 0, 0, 11488, 21717),
|
|
(4727, 'No second chances!', 22951, 0, 14, 0, 100, 0, 0, 11486, 21716),
|
|
(4728, 'I\'m full of surprises!', 22951, 0, 14, 0, 100, 0, 0, 11487, 21719),
|
|
(4729, 'My work is done.', 22951, 0, 14, 0, 100, 0, 0, 11483, 21712),
|
|
(4730, 'As it should be.', 22951, 0, 14, 0, 100, 0, 0, 11484, 21713),
|
|
(4731, 'Destiny... awaits.', 22951, 0, 14, 0, 100, 0, 0, 11485, 21715),
|
|
(4732, 'Common... such a crude language. Bandal!', 22950, 0, 14, 0, 100, 0, 0, 11440, 21724),
|
|
(4733, 'Shal\'mor sinabanal!', 22950, 0, 14, 0, 100, 0, 0, 11446, 21732),
|
|
(4734, 'Diel fin\'al.', 22950, 0, 14, 0, 100, 0, 0, 11444, 21730),
|
|
(4735, 'Sha\'amoor ara mashal?', 22950, 0, 14, 0, 100, 0, 0, 11445, 21731),
|
|
(4736, 'Shorel\'aran.', 22950, 0, 14, 0, 100, 0, 0, 11441, 21725),
|
|
(4737, 'Belesa menoor!', 22950, 0, 14, 0, 100, 0, 0, 11442, 21727),
|
|
(4738, 'Diel ma\'ahn... orindel\'o.', 22950, 0, 14, 0, 100, 0, 0, 11443, 21729),
|
|
(4739, 'Good, $n, you are under the spell\'s influence. I must analyze it quickly, then we can talk.', 21469, 0, 12, 0, 100, 0, 0, 0, 19158),
|
|
(4740, 'Guards, attention! We have visitors....', 21214, 0, 14, 0, 100, 0, 0, 11277, 20000),
|
|
(4741, 'Your overconfidence will be your undoing! Guards, lend me your strength!', 21214, 0, 14, 0, 100, 0, 0, 11278, 19854),
|
|
(4742, 'Go on, kill them! I\'ll be the better for it!', 21214, 0, 14, 0, 100, 0, 0, 11279, 19643),
|
|
(4743, 'I am more powerful than ever!', 21214, 1, 14, 0, 100, 0, 0, 11280, 19645),
|
|
(4744, 'More knowledge, more power!', 21214, 2, 14, 0, 100, 0, 0, 11281, 19644),
|
|
(4745, 'Land-dwelling scum!', 21214, 0, 14, 0, 100, 0, 0, 11282, 20001),
|
|
(4746, 'Alana be\'lendor!', 21214, 1, 14, 0, 100, 0, 0, 11283, 20002),
|
|
(4747, 'I am rid of you.', 21214, 2, 14, 0, 100, 0, 0, 11284, 20003),
|
|
(4748, 'Her... excellency... awaits.', 21214, 0, 14, 0, 100, 0, 0, 11285, 20004),
|
|
(4749, 'I cannot allow you to interfere!', 21216, 0, 14, 0, 100, 0, 0, 11289, 20231),
|
|
(4750, 'Better, much better.', 21216, 0, 14, 0, 100, 0, 0, 11290, 19607),
|
|
(4751, 'They have forced me to this....', 21216, 0, 14, 0, 100, 0, 0, 11291, 20235),
|
|
(4752, 'I had no choice.', 21216, 1, 14, 0, 100, 0, 0, 11292, 20236),
|
|
(4753, 'I am... released.', 21216, 0, 14, 0, 100, 0, 0, 11293, 20238),
|
|
(4754, 'Aaghh, the poison...', 21216, 0, 14, 0, 100, 0, 0, 11297, 19606),
|
|
(4755, 'I will purge you from this place!', 21216, 0, 14, 0, 100, 0, 0, 11298, 20233),
|
|
(4756, 'You are no better than they!', 21216, 1, 14, 0, 100, 0, 0, 11299, 20234),
|
|
(4757, 'You... are the disease... not I...', 21216, 0, 14, 0, 100, 0, 0, 11300, 20239),
|
|
(4758, 'Water... is life. It has become a rare commodity here in Outland; a commodity that we alone shall control. We are the Highborne, and the time has come at last for us to retake our rightful place in the world!', 21212, 0, 14, 0, 100, 0, 0, 11531, 20085),
|
|
(4759, 'I\'ll split you from stem to stern!', 21212, 0, 14, 0, 100, 0, 0, 11532, 20088),
|
|
(4760, 'Victory to Lord Illidan! ', 21212, 1, 14, 0, 100, 0, 0, 11533, 20089),
|
|
(4761, 'I spit on you, surface filth!', 21212, 2, 14, 0, 100, 0, 0, 11534, 20091),
|
|
(4762, 'Death to the outsiders!', 21212, 3, 14, 0, 100, 0, 0, 11535, 20090),
|
|
(4763, 'I did not wish to lower myself by engaging your kind, but you leave me little choice...', 21212, 0, 14, 0, 100, 0, 0, 11538, 19679),
|
|
(4764, 'The time is now! Leave none standing! ', 21212, 0, 14, 0, 100, 0, 0, 11539, 20092),
|
|
(4765, 'You may want to take cover. ', 21212, 0, 14, 0, 100, 0, 0, 11540, 20210),
|
|
(4766, 'Straight to the heart!', 21212, 0, 14, 0, 100, 0, 0, 11536, 20086),
|
|
(4767, 'Seek your mark!', 21212, 1, 14, 0, 100, 0, 0, 11537, 20087),
|
|
(4768, 'Your time ends now!', 21212, 0, 14, 0, 100, 0, 0, 11541, 49785),
|
|
(4769, 'You have failed!', 21212, 1, 14, 0, 100, 0, 0, 11542, 20094),
|
|
(4770, 'Be\'lemer an-delei!', 21212, 2, 14, 0, 100, 0, 0, 11543, 20095),
|
|
(4771, 'Lord Illidan, I... I am... sorry.', 21212, 0, 14, 0, 100, 0, 0, 11544, 20096),
|
|
(4772, 'Finally, my banishment ends!', 21215, 0, 14, 0, 100, 0, 0, 11312, 19596),
|
|
(4773, 'Be gone, trifling elf. I am in control now!', 21215, 0, 14, 0, 100, 0, 0, 11304, 19595),
|
|
(4774, 'We all have our demons....', 21215, 0, 14, 0, 100, 0, 0, 11305, 19597),
|
|
(4775, 'I have no equal!', 21215, 0, 14, 0, 100, 0, 0, 11306, 19993),
|
|
(4776, 'Perish, mortal!', 21215, 1, 14, 0, 100, 0, 0, 11307, 19994),
|
|
(4777, 'Yes... yes!', 21215, 2, 14, 0, 100, 0, 0, 11308, 19995),
|
|
(4778, 'Kill, kill!', 21215, 0, 14, 0, 100, 0, 0, 11314, 19996),
|
|
(4779, 'That\'s right, yes!', 21215, 1, 14, 0, 100, 0, 0, 11315, 19997),
|
|
(4780, 'Who\'s the master now?', 21215, 2, 14, 0, 100, 0, 0, 11316, 19998),
|
|
(4781, 'No... no! What have you done? I am the master! Do you hear me? I am... aaggh! Can\'t... contain him.', 21215, 0, 14, 0, 100, 0, 0, 11313, 19501),
|
|
(4782, 'At last I am liberated. It has been too long since I have tasted true freedom!', 21215, 0, 14, 0, 100, 0, 0, 11309, 19502),
|
|
(4783, 'You cannot kill me, fools! I\'ll be back, I\'ll....', 21215, 0, 14, 0, 100, 0, 0, 11317, 19999),
|
|
(4784, 'Flood of the deep, take you!', 21213, 0, 14, 0, 100, 0, 0, 11321, 20931),
|
|
(4785, 'By the tides!', 21213, 0, 14, 0, 100, 0, 0, 11322, 20933),
|
|
(4786, 'Destroy them, my subjects!', 21213, 1, 14, 0, 100, 0, 0, 11323, 20934),
|
|
(4787, 'There is nowhere to hide!', 21213, 0, 14, 0, 100, 0, 0, 11324, 20935),
|
|
(4788, 'Soon it will be finished!', 21213, 1, 14, 0, 100, 0, 0, 11325, 20936),
|
|
(4789, 'It is done!', 21213, 0, 14, 0, 100, 0, 0, 11326, 20937),
|
|
(4790, 'Struggling only makes it worse.', 21213, 1, 14, 0, 100, 0, 0, 11327, 20938),
|
|
(4791, 'Only the strong will survive.', 21213, 2, 14, 0, 100, 0, 0, 11328, 20939),
|
|
(4792, 'Great currents of... Ageon...', 21213, 0, 14, 0, 100, 0, 0, 11329, 20940),
|
|
(4793, '%s sends his enemies to their watery graves!', 21213, 0, 16, 0, 100, 0, 0, 0, 20701),
|
|
(4794, 'The violent earthquake has alerted nearby Murlocs!', 21213, 0, 41, 0, 100, 0, 0, 0, 20700),
|
|
(4795, '%s summons watery globules!', 21213, 0, 16, 0, 100, 0, 0, 0, 20703),
|
|
(4796, 'Surge forth my pets!', 17797, 0, 14, 0, 100, 0, 0, 10360, 0),
|
|
(4797, 'The depths will consume you!', 17797, 0, 14, 0, 100, 0, 0, 10361, 17696),
|
|
(4798, 'Meet your doom, surface dwellers!', 17797, 1, 14, 0, 100, 0, 0, 10362, 17697),
|
|
(4799, 'You will drown in blood!', 17797, 2, 14, 0, 100, 0, 0, 10363, 17698),
|
|
(4800, 'To the depths of oblivion with you!', 17797, 0, 14, 0, 100, 0, 0, 10364, 17701),
|
|
(4801, 'For my lady and master!', 17797, 1, 14, 0, 100, 0, 0, 10365, 17702),
|
|
(4802, 'Our matron will be... the end of you.', 17797, 0, 14, 0, 100, 0, 0, 10366, 17704),
|
|
(4803, 'I\'m bringin\' the pain!', 17796, 0, 14, 0, 100, 0, 0, 10367, 17719),
|
|
(4804, 'You\'re in for a world o\' hurt!', 17796, 0, 14, 0, 100, 0, 0, 10368, 17716),
|
|
(4805, 'Eat hot metal, scumbag!', 17796, 1, 14, 0, 100, 0, 0, 10369, 17717),
|
|
(4806, 'I\'ll come over there!', 17796, 2, 14, 0, 100, 0, 0, 10370, 17718),
|
|
(4807, 'I\'m bringin\' the pain!', 17796, 3, 14, 0, 100, 0, 0, 10371, 17719),
|
|
(4808, 'You just got served, punk!', 17796, 0, 14, 0, 100, 0, 0, 10372, 17720),
|
|
(4809, 'I own you!', 17796, 1, 14, 0, 100, 0, 0, 10373, 17721),
|
|
(4810, 'Have fun dyin\', cupcake!', 17796, 2, 14, 0, 100, 0, 0, 10374, 17722),
|
|
(4811, 'Mommy!', 17796, 0, 14, 0, 100, 0, 0, 10375, 39497),
|
|
(4812, 'You deem yourselves worthy simply because you bested my guards? Our work here will not be compromised!', 17798, 0, 14, 0, 100, 0, 0, 10390, 17724),
|
|
(4813, 'This is not nearly over...', 17798, 0, 14, 0, 100, 0, 0, 10391, 17725),
|
|
(4814, 'Your head will roll!', 17798, 0, 14, 0, 100, 0, 0, 10392, 17726),
|
|
(4815, 'I despise all of your kind!', 17798, 1, 14, 0, 100, 0, 0, 10393, 17727),
|
|
(4816, 'Ba\'anthalso-dorei!', 17798, 2, 14, 0, 100, 0, 0, 10394, 17728),
|
|
(4817, 'Squirm, surface filth!', 17798, 0, 14, 0, 100, 0, 0, 10395, 17729),
|
|
(4818, 'Ah ha ha ha ha ha ha!', 17798, 1, 14, 0, 100, 0, 0, 10396, 0),
|
|
(4819, 'For her Excellency... for... Vashj!', 17798, 0, 14, 0, 100, 0, 0, 10397, 17730),
|
|
(4820, 'Come.... and die.', 19044, 0, 14, 0, 100, 0, 0, 11355, 20116),
|
|
(4821, 'Scurry.', 19044, 0, 14, 0, 100, 0, 0, 11356, 20117),
|
|
(4822, 'No escape.', 19044, 1, 14, 0, 100, 0, 0, 11357, 20118),
|
|
(4823, 'Stay.', 19044, 0, 14, 0, 100, 0, 0, 11358, 20119),
|
|
(4824, 'Beg for life.', 19044, 1, 14, 0, 100, 0, 0, 11359, 20120),
|
|
(4825, 'No more.', 19044, 0, 14, 0, 100, 0, 0, 11360, 20121),
|
|
(4826, 'Unworthy.', 19044, 1, 14, 0, 100, 0, 0, 11361, 20122),
|
|
(4827, 'Die.', 19044, 2, 14, 0, 100, 0, 0, 11362, 20123),
|
|
(4828, 'Aaargh...', 19044, 0, 14, 0, 100, 0, 0, 11363, 0),
|
|
(4829, '%s grows in size!', 19044, 0, 16, 0, 100, 0, 0, 0, 18790),
|
|
(4830, 'Gronn are the real power in Outland!', 18831, 0, 14, 0, 100, 0, 0, 11367, 20066),
|
|
(4831, 'You will not defeat the hand of Gruul!', 18831, 0, 14, 0, 100, 0, 0, 11368, 20067),
|
|
(4832, 'You won\'t kill next one so easy.', 18831, 0, 14, 0, 100, 0, 0, 11369, 20068),
|
|
(4833, 'Pah! Does not prove anything!', 18831, 1, 14, 0, 100, 0, 0, 11370, 20069),
|
|
(4834, 'I\'m not afraid of you!', 18831, 2, 14, 0, 100, 0, 0, 11371, 20070),
|
|
(4835, 'Good, now you fight me!', 18831, 3, 14, 0, 100, 0, 0, 11372, 20071),
|
|
(4836, 'You not so tough after all!', 18831, 0, 14, 0, 100, 0, 0, 11373, 20072),
|
|
(4837, '%s laughs.', 18831, 1, 14, 0, 100, 0, 0, 11374, 20073),
|
|
(4838, 'Maulgar is king!', 18831, 2, 14, 0, 100, 0, 0, 11375, 20074),
|
|
(4839, 'Gruul... will crush you.', 18831, 0, 14, 0, 100, 0, 0, 11376, 20075),
|
|
(4840, 'Come intruders....', 17380, 0, 14, 0, 100, 0, 0, 0, 14259),
|
|
(4841, 'Who dares interrupt--What is this; what have you done? You\'ll ruin everything!', 17377, 0, 14, 0, 100, 0, 0, 10164, 15130),
|
|
(4842, 'You mustn\'t let him loose!', 17377, 0, 14, 0, 100, 0, 0, 10166, 17673),
|
|
(4843, 'Ignorant whelps!', 17377, 1, 14, 0, 100, 0, 0, 10167, 17674),
|
|
(4844, 'You fools! He\'ll kill us all!', 17377, 2, 14, 0, 100, 0, 0, 10168, 17675),
|
|
(4845, 'Just as you deserve!', 17377, 0, 14, 0, 100, 0, 0, 10169, 17670),
|
|
(4846, 'Your friends will soon be joining you!', 17377, 1, 14, 0, 100, 0, 0, 10170, 17671),
|
|
(4847, 'Closer! Come closer... and burn!', 17377, 0, 14, 0, 100, 0, 0, 10165, 15132),
|
|
(4848, 'Good...luck. You\'ll need it.', 17377, 0, 14, 0, 100, 0, 0, 10171, 17672),
|
|
(4849, 'My work must not be interrupted!', 17381, 0, 14, 0, 100, 0, 0, 10286, 17679),
|
|
(4850, 'Perhaps I can find a use for you...', 17381, 1, 14, 0, 100, 0, 0, 10287, 17680),
|
|
(4851, 'Anger...hate... These are tools I can use.', 17381, 2, 14, 0, 100, 0, 0, 10288, 17681),
|
|
(4852, 'Let\'s see what I can make of you!', 17381, 0, 14, 0, 100, 0, 0, 10289, 17683),
|
|
(4853, 'It is pointless to resist.', 17381, 1, 14, 0, 100, 0, 0, 10290, 17684),
|
|
(4854, 'Stay away from... Me!', 17381, 0, 14, 0, 100, 0, 0, 10291, 17685),
|
|
(4855, 'You dare stand against ME?', 17308, 0, 14, 0, 100, 0, 0, 10280, 17634),
|
|
(4856, 'I will not be defeated!', 17308, 1, 14, 0, 100, 0, 0, 10279, 17633),
|
|
(4857, 'Your insolence will be your death!', 17308, 2, 14, 0, 100, 0, 0, 10281, 17635),
|
|
(4858, 'Achor she-ki! Feast, my pet! Eat your fill!', 17308, 0, 14, 0, 100, 0, 0, 10277, 17637),
|
|
(4859, 'A-kreesh!', 17308, 0, 14, 0, 100, 0, 0, 10278, 18260),
|
|
(4860, 'Die, weakling!', 17308, 0, 14, 0, 100, 0, 0, 10282, 17631),
|
|
(4861, 'It is... not over.', 17308, 0, 14, 0, 100, 0, 0, 10284, 17630),
|
|
(4862, 'I am victorious!', 17308, 0, 14, 0, 100, 0, 0, 10283, 17632),
|
|
(4863, 'My lord will be... the end of you all!', 17537, 0, 14, 0, 100, 0, 0, 10299, 17497),
|
|
(4864, 'Your days are done!', 17537, 1, 14, 0, 100, 0, 0, 10298, 17496),
|
|
(4865, 'It is over! Finished!', 17537, 0, 14, 0, 100, 0, 0, 10297, 17495),
|
|
(4866, 'The dark lord laughs at you!', 17537, 2, 14, 0, 100, 0, 0, 10296, 17494),
|
|
(4867, 'You are nothing! I answer a higher call....', 17537, 1, 14, 0, 100, 0, 0, 10295, 17493),
|
|
(4868, 'Your time is running out!', 17537, 0, 14, 0, 100, 0, 0, 10294, 17492),
|
|
(4869, 'Is there no one left to test me? ', 17537, 0, 14, 0, 100, 0, 0, 10293, 17491),
|
|
(4870, 'Do you smell that? Fresh meat has somehow breached our citadel. Be wary of any intruders.', 17306, 0, 14, 0, 100, 0, 0, 0, 13999),
|
|
(4871, 'Heal me, quickly!', 17306, 0, 14, 0, 100, 0, 0, 10329, 17498),
|
|
(4872, 'Back off, pup!', 17306, 0, 14, 0, 100, 0, 0, 10330, 17499),
|
|
(4873, 'What have we here?', 17306, 0, 14, 0, 100, 0, 0, 10331, 17502),
|
|
(4874, 'This may hurt a little....', 17306, 1, 14, 0, 100, 0, 0, 10332, 17503),
|
|
(4875, 'I\'m going to enjoy this...', 17306, 2, 14, 0, 100, 0, 0, 10333, 17504),
|
|
(4876, 'Say farewell!', 17306, 0, 14, 0, 100, 0, 0, 10334, 17500),
|
|
(4877, 'Much too easy.', 17306, 1, 14, 0, 100, 0, 0, 10335, 17501),
|
|
(4878, 'Hahah.. <cough> ..argh!', 17306, 0, 14, 0, 100, 0, 0, 10336, 0),
|
|
(4879, 'You wish to fight us all at once? This should be amusing!\n', 16807, 0, 14, 0, 100, 0, 0, 10262, 15594),
|
|
(4880, 'You can have that one, I no longer need him!', 16807, 0, 14, 0, 100, 0, 0, 10263, 15569),
|
|
(4881, 'Yes, beat him mercilessly! His skull is as thick as an ogre\'s!\n', 16807, 1, 14, 0, 100, 0, 0, 10264, 15575),
|
|
(4882, 'Don\'t waste your time on that one, he\'s weak!', 16807, 2, 14, 0, 100, 0, 0, 10265, 15573),
|
|
(4883, 'You want him? Very well, take him!', 16807, 3, 14, 0, 100, 0, 0, 10266, 15572),
|
|
(4884, 'One pitiful wretch down. Go on, take another one! ', 16807, 0, 14, 0, 100, 0, 0, 10267, 15579),
|
|
(4885, 'Ah, what a waste... next!', 16807, 1, 14, 0, 100, 0, 0, 10268, 15584),
|
|
(4886, 'I was going to kill him anyway!', 16807, 2, 14, 0, 100, 0, 0, 10269, 15582),
|
|
(4887, 'Thank you for saving me the trouble. Now it\'s my turn to have some fun!\n', 16807, 3, 14, 0, 100, 0, 0, 10270, 15589),
|
|
(4888, 'Beg for your pitiful life!', 16807, 0, 14, 0, 100, 0, 0, 10259, 14130),
|
|
(4889, 'Run, coward, run! ', 16807, 1, 14, 0, 100, 0, 0, 10260, 14132),
|
|
(4890, 'Your pain amuses me!', 16807, 2, 14, 0, 100, 0, 0, 10261, 14148),
|
|
(4891, 'I\'m already bored!', 16807, 0, 14, 0, 100, 0, 0, 10271, 16864),
|
|
(4892, 'Come on, show me a real fight!', 16807, 1, 14, 0, 100, 0, 0, 10272, 15595),
|
|
(4893, 'I had more fun torturing the peons!', 16807, 2, 14, 0, 100, 0, 0, 10273, 16863),
|
|
(4894, 'You lose.', 16807, 0, 14, 0, 100, 0, 0, 10274, 16865),
|
|
(4895, 'Oh, just die!', 16807, 1, 14, 0, 100, 0, 0, 10275, 16866),
|
|
(4896, 'What... a shame.', 16807, 0, 14, 0, 100, 0, 0, 10276, 16862),
|
|
(4897, 'Smash!', 19523, 0, 14, 0, 100, 0, 0, 10306, 30471),
|
|
(4898, 'If you nice me let you live.', 19523, 0, 14, 0, 100, 0, 0, 10308, 14048),
|
|
(4899, 'Me hungry!', 19523, 0, 14, 0, 100, 0, 0, 10309, 35064),
|
|
(4900, 'Why don\'t you let me do the talking?', 19524, 0, 14, 0, 100, 0, 0, 10317, 14047),
|
|
(4901, 'No, we will NOT let you live.', 19524, 0, 14, 0, 100, 0, 0, 10318, 16916),
|
|
(4902, 'You\'re always hungry. That\'s why we so fat!', 19524, 0, 14, 0, 100, 0, 0, 10319, 16919),
|
|
(4903, 'You stay here. Me go kill someone else!', 19523, 0, 14, 0, 100, 0, 0, 10303, 16898),
|
|
(4904, 'What are you doing?', 19524, 0, 14, 0, 100, 0, 0, 10315, 16901),
|
|
(4905, 'We kill someone else!', 19523, 0, 14, 0, 100, 0, 0, 10302, 16895),
|
|
(4906, 'Me not like this one...', 19523, 0, 14, 0, 100, 0, 0, 10300, 14043),
|
|
(4907, 'That\'s not funny!', 19524, 0, 14, 0, 100, 0, 0, 10314, 16899),
|
|
(4908, 'Me get bored.', 19523, 0, 14, 0, 100, 0, 0, 10305, 16902),
|
|
(4909, 'I\'m not done yet, idiot!', 19524, 0, 14, 0, 100, 0, 0, 10313, 16896),
|
|
(4910, 'Hey, you numbskull!', 19524, 0, 14, 0, 100, 0, 0, 10312, 14044),
|
|
(4911, 'Ha ha ha.', 19523, 0, 14, 0, 100, 0, 0, 10304, 16900),
|
|
(4912, 'Bored? He was almost dead!', 19524, 0, 14, 0, 100, 0, 0, 10316, 16903),
|
|
(4913, 'Hey!', 19523, 0, 14, 0, 100, 0, 0, 10307, 16917),
|
|
(4914, 'We kill his friend!', 19523, 0, 14, 0, 100, 0, 0, 10301, 14045),
|
|
(4915, 'This one die easy!', 19523, 0, 14, 0, 100, 0, 0, 10310, 16922),
|
|
(4916, 'I\'m tired. You kill next one!', 19524, 0, 14, 0, 100, 0, 0, 10320, 16921),
|
|
(4917, 'That\'s because I do all the hard work!', 19524, 0, 14, 0, 100, 0, 0, 10321, 16923),
|
|
(4918, 'That\'s because I do all the hard work!', 19523, 0, 14, 0, 100, 0, 0, 10321, 16923),
|
|
(4919, 'This all... your fault!', 16809, 0, 14, 0, 100, 0, 0, 10311, 16924),
|
|
(4920, 'I... hate... you.', 16809, 0, 14, 0, 100, 0, 0, 10322, 16925),
|
|
(4921, '%s enrages', 16809, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(4922, 'Ours is the TRUE Horde! The only Horde!', 16808, 0, 14, 0, 100, 0, 0, 10323, 17614),
|
|
(4923, 'I\'ll carve the meat from your bones!', 16808, 1, 14, 0, 100, 0, 0, 10324, 17616),
|
|
(4924, 'I am called Bladefist for a reason. As you will see.', 16808, 2, 14, 0, 100, 0, 0, 10325, 17617),
|
|
(4925, 'For the real Horde!', 16808, 0, 14, 0, 100, 0, 0, 10326, 17619),
|
|
(4926, 'I am the ONLY warchief!', 16808, 1, 14, 0, 100, 0, 0, 10327, 17620),
|
|
(4927, 'The true Horde... will prevail.', 16808, 0, 14, 0, 100, 0, 0, 10328, 17621),
|
|
(4928, 'Avruu\'s magic... it still controls me. You must fight me, mortal. It\'s the only way to break the spell!', 17085, 0, 12, 0, 100, 0, 0, 0, 13448),
|
|
(4929, 'Avruu\'s magic is broken! I\'m free once again!', 17085, 0, 12, 0, 100, 0, 0, 0, 13447),
|
|
(4930, '%s lifts its head into the air, as if listening for something.', 17077, 0, 16, 0, 100, 0, 0, 0, 13430),
|
|
(4931, '%s lets out a howl that rings across the mountains to the north and motions for you to follow.', 17077, 0, 16, 0, 100, 0, 0, 0, 13446),
|
|
(4932, 'Gul\'dan speaks the truth! We should return at once to tell our brothers of the news! Retreat back through the portal!', 17023, 0, 14, 0, 100, 0, 0, 0, 19911),
|
|
(4933, 'Thank you for agreeing to help. Now, let\'s get out of here, $n!', 16993, 0, 12, 0, 100, 0, 0, 0, 13289),
|
|
(4934, 'Over there! They\'re following us!', 16993, 0, 12, 0, 100, 0, 0, 0, 13255),
|
|
(4935, 'Allow me a moment to rest. The journey taxes what little strength I have.', 16993, 0, 12, 0, 100, 0, 0, 0, 13290),
|
|
(4936, 'Did you hear something?', 16993, 0, 12, 0, 100, 0, 0, 0, 27926),
|
|
(4937, 'Falcon Watch, at last! Now, where\'s my... Oh no! My pack, it\'s missing! Where has - ', 16993, 0, 12, 0, 100, 0, 0, 0, 13292),
|
|
(4938, 'You won\'t keep me from getting to Falcon Watch!', 16993, 0, 12, 0, 100, 0, 0, 0, 13659),
|
|
(4939, 'It is best that we split up now, in case they send more after us. Hopefully one of us will make it back to Garrosh. Farewell, stranger.', 18210, 0, 12, 1, 100, 0, 0, 0, 15001),
|
|
(4940, 'Thanks, $n! How many times have you saved my life now? Three? That makes us blood in my book!', 18445, 0, 12, 0, 100, 0, 0, 0, 15424),
|
|
(4941, 'Leave no survivors!', 20812, 0, 12, 11, 100, 0, 0, 0, 20812),
|
|
(4942, 'Thanks, $r! I\'m sure my dad will reward you greatly! Bye!', 18369, 0, 12, 0, 100, 0, 0, 0, 15297),
|
|
(4943, 'Warning! %s emergency shutdown process initiated by $n. Shutdown will complete in two minutes.', 20209, 0, 16, 0, 100, 0, 0, 0, 18155),
|
|
(4944, 'Emergency shutdown will complete in one minute.', 20209, 0, 16, 0, 100, 0, 0, 0, 18156),
|
|
(4945, 'Emergency shutdown will complete in thirty seconds.', 20209, 0, 16, 0, 100, 0, 0, 0, 17884),
|
|
(4946, 'Emergency shutdown will complete in ten seconds.', 20209, 0, 16, 0, 100, 0, 0, 0, 17885),
|
|
(4947, 'Emergency shutdown complete.', 20209, 0, 16, 0, 100, 0, 0, 0, 17900),
|
|
(4948, 'Emergency shutdown aborted.', 20209, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(4949, 'Warning! %s emergency shutdown process initiated by $n. Shutdown will complete in two minutes.', 20417, 0, 16, 0, 100, 0, 0, 0, 18155),
|
|
(4950, 'Emergency shutdown will complete in one minute.', 20417, 0, 16, 0, 100, 0, 0, 0, 18156),
|
|
(4951, 'Emergency shutdown will complete in thirty seconds.', 20417, 0, 16, 0, 100, 0, 0, 0, 17884),
|
|
(4952, 'Emergency shutdown will complete in ten seconds.', 20417, 0, 16, 0, 100, 0, 0, 0, 17885),
|
|
(4953, 'Emergency shutdown complete.', 20417, 0, 16, 0, 100, 0, 0, 0, 17900),
|
|
(4954, 'Emergency shutdown aborted.', 20417, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(4955, 'Warning! %s emergency shutdown process initiated by $n. Shutdown will complete in two minutes.', 20418, 0, 16, 0, 100, 0, 0, 0, 18155),
|
|
(4956, 'Emergency shutdown will complete in one minute.', 20418, 0, 16, 0, 100, 0, 0, 0, 18156),
|
|
(4957, 'Emergency shutdown will complete in thirty seconds.', 20418, 0, 16, 0, 100, 0, 0, 0, 17884),
|
|
(4958, 'Emergency shutdown will complete in ten seconds.', 20418, 0, 16, 0, 100, 0, 0, 0, 17885),
|
|
(4959, 'Emergency shutdown complete.', 20418, 0, 16, 0, 100, 0, 0, 0, 17900),
|
|
(4960, 'Emergency shutdown aborted.', 20418, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(4961, 'Warning! %s emergency shutdown process initiated by $n. Shutdown will complete in two minutes.', 20440, 0, 16, 0, 100, 0, 0, 0, 18155),
|
|
(4962, 'Emergency shutdown will complete in one minute.', 20440, 0, 16, 0, 100, 0, 0, 0, 18156),
|
|
(4963, 'Emergency shutdown will complete in thirty seconds.', 20440, 0, 16, 0, 100, 0, 0, 0, 17884),
|
|
(4964, 'Emergency shutdown will complete in ten seconds.', 20440, 0, 16, 0, 100, 0, 0, 0, 17885),
|
|
(4965, 'Emergency shutdown complete.', 20440, 0, 16, 0, 100, 0, 0, 0, 17900),
|
|
(4966, 'Emergency shutdown aborted.', 20440, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(4967, 'You cannot be serious! We are severely understaffed and can barely keep this manaforge functional!', 19830, 0, 12, 0, 100, 0, 0, 0, 18166),
|
|
(4968, 'Yes, my lord.', 19830, 0, 12, 0, 100, 0, 0, 0, 19189),
|
|
(4969, 'Indeed, it is not a request.', 21504, 0, 12, 0, 100, 0, 0, 0, 19185),
|
|
(4970, 'Duro will be reinforced! Ultris was a complete disaster. I will NOT have that mistake repeated!', 21504, 0, 12, 0, 100, 0, 0, 0, 19187),
|
|
(4971, 'We\'ve had too many setbacks along the way: Hellfire Citadel, Fallen Sky Ridge, Firewing Point... Prince Kael\'thas will tolerate no further delays. I will tolerate nothing other than complete success!', 21504, 0, 12, 0, 100, 0, 0, 0, 19188),
|
|
(4972, 'I am returning to Tempest Keep. See to it that I do not have reason to return!', 21504, 0, 12, 0, 100, 0, 0, 0, 19191),
|
|
(4973, 'We need you to send reinforcements to Manaforge Duro, Ardonis. This is not a request, it\'s an order.', 19831, 0, 12, 0, 100, 0, 0, 0, 18165),
|
|
(4974, 'You will do as ordered. Manaforge Duro has come under heavy attack by mana creatures and the situation is out of control. Failure to comply will not be tolerated!', 19831, 0, 12, 0, 100, 0, 0, 0, 18167),
|
|
(4975, 'My lord!', 19831, 0, 12, 0, 100, 0, 0, 0, 19186),
|
|
(4976, 'Yes, my lord.', 19831, 0, 12, 0, 100, 0, 0, 0, 19189),
|
|
(4977, 'See to it, Ardonis!', 19831, 0, 12, 0, 100, 0, 0, 0, 19190),
|
|
(4978, 'Bessy, is that you?', 20415, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(4979, 'Thank you for bringing back my Bessy, $N. I couldn\'t live without her!', 20415, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(4980, 'Thank you, mortal.', 21648, 0, 12, 11, 100, 0, 0, 0, 19849),
|
|
(4981, 'Come, $n. Lord Stormrage awaits.', 23139, 0, 12, 0, 100, 0, 0, 0, 21798),
|
|
(4982, 'Lord Illidan will be here shortly.', 23139, 0, 12, 0, 100, 0, 0, 0, 21800),
|
|
(4983, 'But... My lord, I do not understand. $n... He is the orc that has...', 23139, 0, 12, 0, 100, 0, 0, 0, 21805),
|
|
(4984, 'It will be done, my lord.', 23139, 0, 12, 0, 100, 0, 0, 0, 21823),
|
|
(4985, 'So you thought to make a fool of Mor\'ghor, eh? Before you are delivered to Lord Illidan, you will feel pain that you could not know to exist. I will take pleasure in exacting my own vengeance.', 23139, 0, 12, 0, 100, 0, 0, 0, 21824),
|
|
(4986, 'Warriors of Dragonmaw, gather \'round! One among you has attained the rank of highlord! Bow your heads in reverence! Show your respect and allegiance to Highlord $n!', 23139, 0, 14, 0, 100, 0, 0, 0, 21799),
|
|
(4987, 'All hail Lord Illidan!', 23139, 0, 14, 0, 100, 0, 0, 0, 21802),
|
|
(4988, 'What is the meaning of this, Mor\'ghor?', 22083, 0, 12, 0, 100, 0, 0, 0, 21804),
|
|
(4989, 'Silence!', 22083, 0, 12, 1, 100, 0, 0, 0, 32240),
|
|
(4990, 'Blathering idiot. You incomprehensibly incompetent buffoon...\n', 22083, 0, 12, 0, 100, 0, 0, 0, 21808),
|
|
(4991, 'THIS is your hero?', 22083, 0, 12, 0, 100, 0, 0, 0, 21809),
|
|
(4992, 'You have been deceived, imbecile.', 22083, 0, 12, 0, 100, 0, 0, 0, 21810),
|
|
(4993, 'This... whole... operation... HAS BEEN COMPROMISED!', 22083, 0, 12, 0, 100, 0, 0, 0, 21811),
|
|
(4994, 'I expect to see this insect\'s carcass in pieces in my lair within the hour. Fail and you will suffer a fate so much worse than death.', 22083, 0, 12, 0, 100, 0, 0, 0, 21812),
|
|
(4995, 'You will not harm the $g boy:girl;, Mor\'ghor! Quickly, $n, climb on my back!', 23141, 0, 12, 0, 100, 0, 0, 0, 21825),
|
|
(4996, 'I sense the tortured spirits, $n. They are this way. Come quickly!', 21027, 0, 12, 0, 100, 0, 0, 0, 18668),
|
|
(4997, 'Watch out!', 21027, 0, 12, 0, 100, 0, 0, 0, 32401),
|
|
(4998, 'Naga attackers! Defend yourself!', 21027, 1, 12, 0, 100, 0, 0, 0, 18688),
|
|
(4999, 'Grant me protection, $n. I must break through their foul magic!', 21027, 0, 12, 0, 100, 0, 0, 0, 18669),
|
|
(5000, 'The naga of Coilskar are exceptionally cruel to their prisoners. It is a miracle that I survived inside that watery prison for as long as I did. Earthmother be praised.', 21027, 0, 12, 0, 100, 0, 0, 0, 18685),
|
|
(5001, 'Lady Vashj must answer for these atrocities. She must be brought to justice!', 21027, 1, 12, 0, 100, 0, 0, 0, 18684),
|
|
(5002, 'The tumultuous nature of the great waterways of Azeroth and Draenor are a direct result of tormented water spirits.', 21027, 2, 12, 0, 100, 0, 0, 0, 18675),
|
|
(5003, 'Now we must find the exit.', 21027, 0, 12, 0, 100, 0, 0, 0, 18670),
|
|
(5004, 'It shouldn\'t be much further, $n. The exit is just up ahead.', 21027, 0, 12, 0, 100, 0, 0, 0, 18671),
|
|
(5005, 'Thank you, $n. Please return to my brethren at the Altar of Damnation, near the Hand of Gul\'dan, and tell them that Wilda is safe. May the Earthmother watch over you...', 21027, 0, 12, 0, 100, 0, 0, 0, 18672),
|
|
(5006, 'Follow me, stranger. This won\'t take long.', 19685, 0, 12, 0, 100, 0, 0, 0, 17239),
|
|
(5007, 'Shattrath was once the draenei capital of this world. Its name means "dwelling of light."', 19685, 0, 15, 0, 100, 0, 0, 0, 17240),
|
|
(5008, 'When the Burning Legion turned the orcs against the draenei, the fiercest battle was fought here. The draenei fought tooth and nail, but in the end the city fell.', 19685, 0, 15, 0, 100, 0, 0, 0, 17268),
|
|
(5009, 'The city was left in ruins and darkness... until the Sha\'tar arrived.', 19685, 0, 15, 0, 100, 0, 0, 0, 17269),
|
|
(5010, 'Let us go into the Lower City. I will warn you that as one of the only safe havens in Outland, Shattrath has attracted droves of refugees from all wars, current and past.', 19685, 0, 15, 0, 100, 0, 0, 0, 17270),
|
|
(5011, 'The Sha\'tar, or "born from light" are the naaru that came to Outland to fight the demons of the Burning Legion.', 19685, 0, 15, 0, 100, 0, 0, 0, 17242),
|
|
(5012, 'They were drawn to the ruins of Shattrath City where a small remnant of the draenei priesthood conducted its rites inside a ruined temple on this very spot.\n', 19685, 0, 15, 0, 100, 0, 0, 0, 17271),
|
|
(5013, 'The priesthood, known as the Aldor, quickly regained its strength as word spread that the naaru had returned and reconstruction soon began. The ruined temple is now used as an infirmary for injured refugees.', 19685, 0, 15, 0, 100, 0, 0, 0, 17272),
|
|
(5014, 'It wouldn\'t be long, however, before the city came under attack once again. This time, the attack came from Illidan\'s armies. A large regiment of blood elves had been sent by Illidan\'s ally, Kael\'thas Sunstrider, to lay waste to the city.', 19685, 0, 15, 0, 100, 0, 0, 0, 17245),
|
|
(5015, 'As the regiment of blood elves crossed this very bridge, the Aldor\'s exarchs and vindicators lined up to defend the Terrace of Light. But then the unexpected happened.\n', 19685, 0, 15, 0, 100, 0, 0, 0, 17274),
|
|
(5016, 'The blood elves laid down their weapons in front of the city\'s defenders; their leader, a blood elf elder known as Voren\'thal, stormed into the Terrace of Light and demanded to speak to A\'dal.', 19685, 0, 15, 0, 100, 0, 0, 0, 17247),
|
|
(5017, 'As the naaru approached him, Voren\'thal kneeled before him and uttered the following words: "I\'ve seen you in a vision, naaru. My race\'s only hope for survival lies with you. My followers and I are here to serve you."', 19685, 0, 15, 0, 100, 0, 0, 0, 17275),
|
|
(5018, 'The defection of Voren\'thal and his followers was the largest loss ever incurred by Kael\'s forces. And these weren\'t just any blood elves. Many of the best and brightest amongst Kael\'s scholars and magisters had been swayed by Voren\'thal\'s influence.\n', 19685, 0, 15, 0, 100, 0, 0, 0, 17250),
|
|
(5019, 'The naaru accepted the defectors, who would be known as the Scryers; their dwelling lies in the platform above. Only those initiated with the Scryers are allowed there.', 19685, 0, 15, 0, 100, 0, 0, 0, 17276),
|
|
(5020, 'The Aldor are followers of the Light and forgiveness and redemption are values they understand. However, they found hard to forget the deeds of the blood elves while under Kael\'s command.', 19685, 0, 15, 0, 100, 0, 0, 0, 17253),
|
|
(5021, 'Many of the priesthood had been slain by the same magisters who now vowed to serve the naaru. They were not happy to share the city with their former enemies.', 19685, 0, 15, 0, 100, 0, 0, 0, 17277),
|
|
(5022, 'The Aldor\'s most holy temple and its surrounding dwellings lie on the terrace above. As a holy site, only the initiated are welcome inside.\n', 19685, 0, 15, 0, 100, 0, 0, 0, 17278),
|
|
(5023, 'The attacks against Shattrath continued, but the city did not fall, as you can see. On the contrary, the naaru known as Xi\'ri led a successful incursion into Shadowmoon Valley - Illidan\'s doorstep.', 19685, 0, 15, 0, 100, 0, 0, 0, 17257),
|
|
(5024, 'There he continues to wage war on Illidan with the assistance of the Aldor and the Scryers. The two factions have not given up on their old feuds, though.', 19685, 0, 15, 0, 100, 0, 0, 0, 17279),
|
|
(5025, 'Such is their animosity that they vie for the honor of being sent to assist the naaru there. Each day, that decision is made here by A\'dal. The armies gather here to receive A\'dal\'s blessing before heading to Shadowmoon.', 19685, 0, 15, 0, 100, 0, 0, 0, 17280),
|
|
(5026, 'Khadgar should be ready to see you again. Just remember that to serve the Sha\'tar you will most likely have to ally with the Aldor or the Scryers. And seeking the favor of one group will cause the others\' dislike.\n', 19685, 0, 15, 0, 100, 0, 0, 0, 17262),
|
|
(5027, 'Good luck stranger, and welcome to Shattrath City.', 19685, 0, 15, 0, 100, 0, 0, 0, 17281),
|
|
(5028, '2...', 19720, 0, 12, 0, 100, 0, 0, 0, 29260),
|
|
(5029, 'Time to meet your maker!', 19720, 0, 12, 0, 100, 0, 0, 0, 17357),
|
|
(5030, '1...', 19720, 0, 12, 0, 100, 0, 0, 0, 29261),
|
|
(5031, 'Now I\'m gonna give you to the count of \'3\' to get out of here before I sick the dogs on you.', 19720, 0, 12, 0, 100, 0, 0, 0, 17354),
|
|
(5032, 'Time to teach you a lesson in manners, little $g boy:girl;!', 19720, 0, 12, 0, 100, 0, 0, 0, 17353),
|
|
(5033, 'It is a small matter to control the mind of the weak... for I bear allegiance to powers untouched by time, unmoved by fate. No force on this world or beyond harbors the strength to bend our knee... not even the mighty Legion! ', 20912, 0, 14, 0, 100, 0, 0, 11122, 19112),
|
|
(5034, 'Bear witness to the agent of your demise!', 20912, 0, 14, 0, 100, 0, 0, 11123, 19113),
|
|
(5035, 'Your fate is written.', 20912, 0, 14, 0, 100, 0, 0, 11124, 19813),
|
|
(5036, 'The chaos I have sown here is but a taste....', 20912, 1, 14, 0, 100, 0, 0, 11125, 19814),
|
|
(5037, 'You will do my bidding, weakling.', 20912, 0, 14, 0, 100, 0, 0, 11127, 19816),
|
|
(5038, 'Your will is no longer your own.', 20912, 1, 14, 0, 100, 0, 0, 11128, 34363),
|
|
(5039, 'Flee in terror.', 20912, 0, 14, 0, 100, 0, 0, 11129, 19818),
|
|
(5040, 'I will show you horrors undreamed of.', 20912, 1, 14, 0, 100, 0, 0, 11130, 19819),
|
|
(5041, 'We span the universe, as countless as the stars!', 20912, 0, 14, 0, 100, 0, 0, 11131, 19821),
|
|
(5042, 'I am merely one of... infinite multitudes.', 20912, 0, 14, 0, 100, 0, 0, 11126, 19815),
|
|
(5043, 'Endorel anuminor!', 17975, 0, 14, 0, 100, 0, 0, 11147, 19947),
|
|
(5044, 'You will feed the worms.', 17975, 1, 14, 0, 100, 0, 0, 11146, 19946),
|
|
(5045, 'Your life cycle is now concluded.', 17975, 0, 14, 0, 100, 0, 0, 11145, 19945),
|
|
(5046, 'What are you doing? These specimens are very delicate!', 17975, 0, 14, 0, 100, 0, 0, 11144, 19944),
|
|
(5047, '%s emits a strange noise.', 17980, 0, 16, 0, 100, 0, 0, 0, 10755),
|
|
(5048, 'Who disturbs this sanctuary?', 17977, 0, 14, 0, 100, 0, 0, 11230, 20024),
|
|
(5049, 'You must die! But wait: this does not-- No, no... you must die!', 17977, 0, 14, 0, 100, 0, 0, 11231, 20025),
|
|
(5050, 'What am I doing? Why do I...', 17977, 1, 14, 0, 100, 0, 0, 11232, 20026),
|
|
(5051, 'Children, come to me!', 17977, 0, 14, 0, 100, 0, 0, 11233, 18376),
|
|
(5052, 'Maybe this is not-- No, we fight! Come to my aid!', 17977, 1, 14, 0, 100, 0, 0, 11234, 20022),
|
|
(5053, 'So... confused. Do not... belong here.', 17977, 0, 14, 0, 100, 0, 0, 11235, 20028),
|
|
(5054, 'Tal anu\'men no sin\'dorei!', 18805, 0, 14, 0, 100, 0, 0, 11134, 20849),
|
|
(5055, 'You are hopelessly outmatched!', 18805, 0, 14, 0, 100, 0, 0, 11139, 20854),
|
|
(5056, 'I will crush your delusions of grandeur!', 18805, 0, 14, 0, 100, 0, 0, 11140, 20855),
|
|
(5057, 'Your soul belongs to the abyss!', 18805, 0, 14, 0, 100, 0, 0, 11136, 20851),
|
|
(5058, 'By the blood of the Highborne!', 18805, 1, 14, 0, 100, 0, 0, 11137, 20852),
|
|
(5059, 'For the Sunwell!', 18805, 2, 14, 0, 100, 0, 0, 11138, 20853),
|
|
(5060, 'The warmth of the sun... awaits.', 18805, 0, 14, 0, 100, 0, 0, 11135, 20850),
|
|
(5061, 'Enough of this! Now I call upon the fury of the cosmos itself.', 18805, 0, 14, 0, 100, 0, 0, 0, 20372),
|
|
(5062, 'I become ONE... with the VOID!', 18805, 0, 14, 0, 100, 0, 0, 0, 20373),
|
|
(5063, 'Energy. Power. My people are addicted to it... a dependence made manifest after the Sunwell was destroyed. Welcome to the future. A pity you are too late to stop it. No one can stop me now! Selama ashal\'anore!', 19622, 0, 14, 0, 100, 0, 0, 11256, 20195),
|
|
(5064, 'Capernian will see to it that your stay here is a short one.', 19622, 0, 14, 0, 100, 0, 0, 11257, 19004),
|
|
(5065, 'Well done, you have proven worthy to test your skills against my master engineer, Telonicus.', 19622, 0, 14, 0, 100, 0, 0, 11258, 19005),
|
|
(5066, 'Let us see how your nerves hold up against the Darkener, Thaladred! ', 19622, 0, 14, 0, 100, 0, 0, 11259, 19006),
|
|
(5067, 'You have persevered against some of my best advisors... but none can withstand the might of the Blood Hammer. Behold, Lord Sanguinar!', 19622, 0, 14, 0, 100, 0, 0, 11260, 19003),
|
|
(5068, 'As you see, I have many weapons in my arsenal....', 19622, 0, 14, 0, 100, 0, 0, 11261, 19053),
|
|
(5069, 'Perhaps I underestimated you. It would be unfair to make you fight all four advisors at once, but... fair treatment was never shown to my people. I\'m just returning the favor.', 19622, 0, 14, 0, 100, 0, 0, 11262, 19060),
|
|
(5070, 'Alas, sometimes one must take matters into one\'s own hands. Balamore shanal!', 19622, 0, 14, 0, 100, 0, 0, 11263, 19195),
|
|
(5071, 'I have not come this far to be stopped! The future I have planned will not be jeopardized! Now you will taste true power!!', 19622, 0, 14, 0, 100, 0, 0, 11273, 20208),
|
|
(5072, 'You will not prevail!', 19622, 0, 14, 0, 100, 0, 0, 11270, 20204),
|
|
(5073, 'You gambled. And lost.', 19622, 1, 14, 0, 100, 0, 0, 11271, 20205),
|
|
(5074, 'This was child\'s play.', 19622, 2, 14, 0, 100, 0, 0, 11272, 20206),
|
|
(5075, 'Obey me!', 19622, 0, 14, 0, 100, 0, 0, 11268, 20202),
|
|
(5076, 'Bow to my will.', 19622, 1, 14, 0, 100, 0, 0, 11269, 18259),
|
|
(5077, 'Let us see how you fare when your world is turned upside down.', 19622, 0, 14, 0, 100, 0, 0, 11264, 20198),
|
|
(5078, 'Having trouble staying grounded?', 19622, 1, 14, 0, 100, 0, 0, 11265, 20199),
|
|
(5079, 'Anar\'anel belore!', 19622, 0, 14, 0, 100, 0, 0, 11267, 20201),
|
|
(5080, 'By the power of the sun!', 19622, 1, 14, 0, 100, 0, 0, 11266, 20200),
|
|
(5081, 'For... Quel\'...Thalas!', 19622, 0, 14, 0, 100, 0, 0, 11274, 20207),
|
|
(5082, 'Prepare yourselves!', 20064, 0, 14, 0, 100, 0, 0, 11203, 35758),
|
|
(5083, 'Forgive me, my prince! I have... failed.', 20064, 0, 14, 0, 100, 0, 0, 11204, 20904),
|
|
(5084, '%s sets eyes on $n!', 20064, 0, 16, 0, 100, 0, 0, 0, 11074),
|
|
(5085, 'Blood for blood!', 20060, 0, 14, 0, 100, 0, 0, 11152, 20859),
|
|
(5086, 'NO! I... will... not...', 20060, 0, 14, 0, 100, 0, 0, 11153, 20858),
|
|
(5087, 'The sin\'dorei reign supreme!', 20062, 0, 14, 0, 100, 0, 0, 11117, 20847),
|
|
(5088, 'This is not over!', 20062, 0, 14, 0, 100, 0, 0, 11118, 20848),
|
|
(5089, 'Anar\'alah belore!', 20063, 0, 14, 0, 100, 0, 0, 11157, 21705),
|
|
(5090, 'More perils... await...', 20063, 0, 14, 0, 100, 0, 0, 11158, 20861),
|
|
(5091, 'Alert! You are marked for extermination.', 19516, 0, 14, 0, 100, 0, 0, 11213, 20906),
|
|
(5092, 'Extermination successful.', 19516, 0, 14, 0, 100, 0, 0, 11215, 20908),
|
|
(5093, 'Invasive lifeform no longer functional.', 19516, 1, 14, 0, 100, 0, 0, 11216, 20909),
|
|
(5094, 'Threat neutralized.', 19516, 2, 14, 0, 100, 0, 0, 11217, 20910),
|
|
(5095, 'Systems... shutting... d-o-w-n...', 19516, 0, 14, 0, 100, 0, 0, 11214, 20907),
|
|
(5096, 'Alternative measure commencing...', 19516, 0, 14, 0, 100, 0, 0, 11218, 20911),
|
|
(5097, 'Calculating force parameters...', 19516, 1, 14, 0, 100, 0, 0, 11219, 20912),
|
|
(5098, 'You have approximately five seconds to live.', 19710, 0, 14, 0, 100, 0, 0, 11109, 20033),
|
|
(5099, 'With the precise angle and velocity...', 19710, 0, 14, 0, 100, 0, 0, 11112, 18662),
|
|
(5100, 'Low-tech, yet quite effective.', 19710, 1, 14, 0, 100, 0, 0, 11113, 20029),
|
|
(5101, 'A foregone conclusion.', 19710, 0, 14, 0, 100, 0, 0, 11110, 20031),
|
|
(5102, 'The processing will continue as scheduled!', 19710, 1, 14, 0, 100, 0, 0, 11111, 20032),
|
|
(5103, 'My calculations did not...', 19710, 0, 14, 0, 100, 0, 0, 11114, 20030),
|
|
(5104, '%s raises his hammer menacingly...', 19710, 0, 41, 0, 100, 0, 0, 0, 20710),
|
|
(5105, 'Don\'t value your life very much, do you?', 19221, 0, 14, 0, 100, 0, 0, 11186, 19959),
|
|
(5106, 'I am not alone.', 19221, 0, 14, 0, 100, 0, 0, 11191, 19965),
|
|
(5107, 'Think you can take the heat?', 19221, 0, 14, 0, 100, 0, 0, 11189, 19963),
|
|
(5108, 'Anar\'endal dracon!', 19221, 1, 14, 0, 100, 0, 0, 11190, 19964),
|
|
(5109, 'And don\'t come back!', 19221, 0, 14, 0, 100, 0, 0, 11187, 19961),
|
|
(5110, 'Endala finel endal!', 19221, 1, 14, 0, 100, 0, 0, 11188, 19962),
|
|
(5111, 'Anu... bala belore...alon.', 19221, 0, 14, 0, 100, 0, 0, 11192, 19966),
|
|
(5112, 'We are on a strict timetable. You will not interfere!', 19220, 0, 14, 0, 100, 0, 0, 11193, 20041),
|
|
(5113, 'I\'m looking for a team player...', 19220, 0, 14, 0, 100, 0, 0, 11197, 18716),
|
|
(5114, 'You work for me now!', 19220, 1, 14, 0, 100, 0, 0, 11198, 20040),
|
|
(5115, 'Time to supplement my work force.', 19220, 0, 14, 0, 100, 0, 0, 11196, 18717),
|
|
(5116, 'I prefer to be hands-on...', 19220, 0, 14, 0, 100, 0, 0, 11199, 18725),
|
|
(5117, 'A minor inconvenience.', 19220, 0, 14, 0, 100, 0, 0, 11194, 20042),
|
|
(5118, 'Looks like you lose.', 19220, 1, 14, 0, 100, 0, 0, 11195, 20043),
|
|
(5119, 'The project will... continue.', 19220, 0, 14, 0, 100, 0, 0, 11200, 20044),
|
|
(5120, 'I give up! Please don\'t kill me!', 18262, 0, 12, 0, 100, 0, 0, 0, 15097),
|
|
(5121, 'I choose the third option: KILLING YOU!', 18588, 0, 12, 0, 100, 0, 0, 0, 15566),
|
|
(5122, 'Ok, let\'s get out of here!', 18760, 0, 12, 0, 100, 0, 0, 0, 15882),
|
|
(5123, 'You sure you\'re ready? Take a moment.', 18760, 0, 12, 0, 100, 0, 0, 0, 15883),
|
|
(5124, 'Alright, let\'s do this!', 18760, 0, 12, 0, 100, 0, 0, 0, 15884),
|
|
(5125, 'Ok, I think I can make it on my own from here. Thank you so much for breaking me out of there!', 18760, 0, 12, 0, 100, 0, 0, 0, 15887),
|
|
(5126, 'Taste blade, mongrel!', 68, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5127, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 68, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5128, 'As if we don\'t have enough problems, you go and create more!', 68, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5129, 'Taste blade, mongrel!', 1976, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5130, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 1976, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5131, 'As if we don\'t have enough problems, you go and create more!', 1976, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5132, 'Taste blade, mongrel!', 3218, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5133, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 3218, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5134, 'As if we don\'t have enough problems, you go and create more!', 3218, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5135, 'Taste blade, mongrel!', 3296, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5136, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 3296, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5137, 'As if we don\'t have enough problems, you go and create more!', 3296, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5138, 'Taste blade, mongrel!', 3502, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5139, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 3502, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5140, 'As if we don\'t have enough problems, you go and create more!', 3502, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5141, 'Taste blade, mongrel!', 4624, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5142, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 4624, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5143, 'As if we don\'t have enough problems, you go and create more!', 4624, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5144, 'Taste blade, mongrel!', 9460, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5145, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 9460, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5146, 'As if we don\'t have enough problems, you go and create more!', 9460, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5147, 'Taste blade, mongrel!', 11190, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5148, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 11190, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5149, 'As if we don\'t have enough problems, you go and create more!', 11190, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5150, 'Taste blade, mongrel!', 15184, 0, 12, 0, 100, 0, 0, 0, 10950),
|
|
(5151, 'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you... ', 15184, 1, 12, 0, 100, 0, 0, 0, 10951),
|
|
(5152, 'As if we don\'t have enough problems, you go and create more!', 15184, 2, 12, 0, 100, 0, 0, 0, 10953),
|
|
(5153, '%s looks up at you quizzically. Maybe you should inspect it?', 620, 0, 16, 0, 100, 0, 0, 0, 4714),
|
|
(5154, 'looks at you unexpectadly.', 620, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(5155, 'starts pecking at the feed.', 620, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(5156, 'I\'m saved! Thank you, doctor!', 12920, 0, 12, 0, 100, 0, 0, 0, 8355),
|
|
(5157, 'HOORAY! I AM SAVED!', 12920, 1, 12, 0, 100, 0, 0, 0, 8359),
|
|
(5158, 'Sweet, sweet embrace... take me... ', 12920, 2, 12, 0, 100, 0, 0, 0, 8361),
|
|
(5159, 'I\'m saved! Thank you, doctor!', 12939, 0, 12, 0, 100, 0, 0, 0, 8355),
|
|
(5160, 'HOORAY! I AM SAVED!', 12939, 1, 12, 0, 100, 0, 0, 0, 8359),
|
|
(5161, 'Sweet, sweet embrace... take me... ', 12939, 2, 12, 0, 100, 0, 0, 0, 8361),
|
|
(5162, 'Is the way clear? Let\'s get out while we can, $n.', 17969, 0, 12, 0, 100, 0, 0, 0, 14724),
|
|
(5163, 'Looks like we won\'t get away so easily. Get ready!', 17969, 0, 12, 0, 100, 0, 0, 0, 14725),
|
|
(5164, 'Let\'s keep moving. We\'re not safe here!', 17969, 0, 12, 0, 100, 0, 0, 0, 14726),
|
|
(5165, 'Look out, $n! Enemies ahead!', 17969, 0, 12, 0, 100, 0, 0, 0, 14727),
|
|
(5166, 'We\'re almost to the refuge! Let\'s go.', 17969, 0, 12, 0, 100, 0, 0, 0, 14728),
|
|
(5167, 'Thank you for helping me. I know my way back from here.', 17900, 0, 12, 0, 100, 0, 0, 0, 8329),
|
|
(5168, 'Thank you for helping me. I know my way back from here.', 17901, 0, 12, 0, 100, 0, 0, 0, 8329),
|
|
(5169, 'Dalaran WILL fall!', 31134, 1, 14, 0, 100, 0, 0, 13953, 31726),
|
|
(5170, 'So ends you defiance of the Spell-Weaver.', 31134, 2, 14, 0, 100, 0, 0, 13954, 31727),
|
|
(5171, 'Perhaps... we have... underestimated... you.', 31134, 0, 14, 0, 100, 0, 0, 13955, 31728),
|
|
(5172, 'A valiant defense, but this city must be razed. I will fulfill Malygos\'s wishes myself!', 31134, 0, 14, 0, 100, 0, 0, 13946, 31718),
|
|
(5173, 'Am I interrupting?', 31134, 0, 14, 0, 100, 0, 0, 13951, 0),
|
|
(5174, 'Shiver and die!', 31134, 0, 14, 0, 100, 0, 0, 13948, 0),
|
|
(5175, 'The world has forgotten what true magic is! Let this be a reminder!', 31134, 0, 14, 0, 100, 0, 0, 13949, 0),
|
|
(5176, 'Who among you can withstand my power?', 31134, 1, 14, 0, 100, 0, 0, 13950, 31740),
|
|
(5177, 'The People of Westfall salute $n, a brave and valiant defender of freedom.', 234, 0, 12, 7, 100, 0, 0, 0, 198),
|
|
(5178, 'We will suffer no demon\'s servant in our lands!', 3142, 0, 12, 1, 100, 0, 0, 0, 985),
|
|
(5179, 'Peace and patience be with you, $n. Remain strong always.', 5888, 0, 12, 3, 100, 0, 0, 0, 2184),
|
|
(5180, 'How many more of you grunts do I need to send back to mommy and daddy in a body bag before you grow a brain and realize that runnin\' head first into a Legion kill squad is suicide? And don\'t nod your thick skulls at me as if you know what I\'m talkin\' about!', 19255, 0, 12, 1, 100, 0, 0, 0, 16393),
|
|
(5181, 'You sure we be goin\' da right way, mon?', 32663, 0, 12, 0, 10, 0, 0, 0, 25662),
|
|
(5182, 'Nuttin\' says luvin\' like a little tap on da noggin.', 32663, 1, 12, 0, 10, 0, 0, 0, 25664),
|
|
(5183, 'You be it now, brudda!', 32663, 2, 12, 0, 10, 0, 0, 0, 25668),
|
|
(5184, 'Hee hee hee! Dis gunna be some fun, mon!', 32663, 3, 12, 0, 10, 0, 0, 0, 25661),
|
|
(5185, 'My troll bruddas be in for some real fun today, mon!', 32663, 4, 12, 0, 10, 0, 0, 0, 25660),
|
|
(5186, 'Time to play some troll tag, mon!', 32663, 5, 12, 0, 10, 0, 0, 0, 25659),
|
|
(5187, '<sniff, sniff> I can smell \'em, mon.', 32663, 6, 12, 0, 10, 0, 0, 0, 25663),
|
|
(5188, 'No, no, mon. Dere be no trolls here....', 32663, 7, 12, 0, 10, 0, 0, 0, 25669),
|
|
(5189, 'Ok, mon. Tell me when we be close to mah troll bruddas.', 32663, 8, 12, 0, 10, 0, 0, 0, 25670),
|
|
(5190, 'Ey, mon! Take me to mah troll bruddas!', 32663, 9, 12, 0, 10, 0, 0, 0, 25658),
|
|
(5191, 'You leave your material body behind!', 28473, 0, 42, 0, 100, 0, 0, 0, 28025),
|
|
(5192, 'There is no escape. There is only my wrath!', 28030, 0, 14, 0, 100, 0, 0, 0, 29429),
|
|
(5193, 'Thank you for saving me, $n. This is the least that I could do to return the favor. Hold on tight. Here we go.', 28665, 0, 15, 0, 100, 0, 0, 0, 28652),
|
|
(5194, 'This doesn\'t look good. Whatever you do, don\'t fall off. There\'s a ton of nasty things in there!', 28665, 0, 15, 0, 100, 0, 0, 0, 28654),
|
|
(5195, 'Oh no... Quetz\'lun is dead! Stay still. We\'ll sneak past the prophet.', 28665, 0, 15, 0, 100, 0, 0, 0, 28656),
|
|
(5196, 'We\'re spotted! Hang on. We have to get out of here!', 28665, 0, 15, 0, 100, 0, 0, 0, 28660),
|
|
(5197, 'I think we\'re safe now. Let\'s get back!', 28665, 0, 15, 0, 100, 0, 0, 0, 28671),
|
|
(5198, 'We made it! Take care, $n, and thanks again!', 28665, 0, 15, 0, 100, 0, 0, 0, 28661),
|
|
(5199, '$n, please come to me. I\'m here in Zim\'Torga now.', 28401, 0, 15, 0, 100, 0, 0, 0, 28947),
|
|
(5200, 'Bethod\'s Sword?!! Very well, $r, I accept your challenge. But first, you must best my champions. Volgur! Squash this insect!', 30475, 0, 14, 0, 100, 15, 2000, 0, 31209),
|
|
(5201, 'Brita, create a pincushion of this puny $c!', 30475, 0, 14, 0, 100, 22, 2000, 0, 31211),
|
|
(5202, 'You may have defeated my champions, $c. I am something else entirely.', 30475, 0, 14, 0, 100, 66, 2000, 0, 31212),
|
|
(5203, 'Pray to your gods for a quick death.', 30475, 0, 14, 0, 100, 53, 2000, 0, 31213),
|
|
(5204, 'Thane Illskar, you were challenged to honorable combat and failed.', 30501, 0, 14, 0, 100, 0, 2000, 0, 31215),
|
|
(5205, 'You have been found wanting and are judged accordingly. Now rise, Thane Illskar the Damned!', 30501, 0, 14, 0, 100, 0, 2000, 0, 31216),
|
|
(5206, 'NOOOOOOOOOOOOOOOOOO!', 30523, 0, 14, 0, 100, 15, 2000, 0, 31227),
|
|
(5207, 'I don\'t know what I was thinking, going out without my sword. I would\'ve put it on if I\'d seen it here...', 19543, 0, 12, 0, 100, 1, 0, 0, 16931),
|
|
(5208, 'Phew! There\'s my lucky hat. I\'ve been looking for it everywhere.', 19579, 0, 12, 0, 100, 1, 0, 0, 16926),
|
|
(5209, 'I can\'t possibly go out without my cloak. I hope it\'s in here...', 19580, 0, 12, 0, 100, 1, 0, 0, 16927),
|
|
(5210, 'There it is! I could\'ve sworn it wasn\'t here last time I checked...', 19580, 0, 12, 0, 100, 1, 0, 0, 16929),
|
|
(5211, 'I can\'t sleep without a good bedtime story. Now I\'m certain to rest well.', 19546, 0, 12, 0, 100, 1, 0, 0, 16932),
|
|
(5212, 'Thank you! Thank you, $gpriest:priestess;. Now I can take on those gnolls with your power to back me!', 12428, 0, 12, 0, 100, 1, 0, 0, 7792),
|
|
(5213, 'Farewell to you, and may shadow always protect you!', 12428, 0, 12, 0, 100, 3, 0, 0, 7793),
|
|
(5214, 'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.', 12428, 0, 12, 0, 100, 2, 0, 0, 7668),
|
|
(5215, 'Thank you! Thank you, $gpriest:priestess;. Now I can take on those murlocs with the Light on my side!', 12423, 0, 12, 0, 100, 1, 0, 0, 7670),
|
|
(5216, 'Farewell to you, and may the Light be with you always.', 12423, 0, 12, 0, 100, 3, 0, 0, 7789),
|
|
(5217, 'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.', 12423, 0, 12, 0, 100, 2, 0, 0, 7668),
|
|
(5218, 'Thank you! Thank you, $gpriest:priestess;. Now I can take on those humans with your power to back me!', 12430, 0, 12, 0, 100, 0, 0, 0, 7784),
|
|
(5219, 'Farewell to you, and may our ancestors be with you always!', 12430, 0, 12, 0, 100, 3, 0, 0, 7785),
|
|
(5220, 'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.', 12430, 0, 12, 0, 100, 2, 0, 0, 7668),
|
|
(5221, 'Thank you! Thank you, $gpriest:priestess;. Now I can take on those wendigo with the Light on my side!', 12427, 0, 12, 0, 100, 1, 0, 0, 7788),
|
|
(5222, 'Farewell to you, and may the Light be with you always.', 12427, 0, 12, 0, 100, 3, 0, 0, 7789),
|
|
(5223, 'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.', 12427, 0, 12, 0, 100, 2, 0, 0, 7668),
|
|
(5224, 'Thank you! Thank you, $gpriest:priestess;. Now I can take on those corrupt timberlings with Elune\'s power behind me!', 12429, 0, 12, 0, 100, 1, 0, 0, 7780),
|
|
(5225, 'Farewell to you, and may Elune be with you always.', 12429, 0, 12, 0, 100, 3, 0, 0, 7781),
|
|
(5226, 'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.', 12429, 0, 12, 0, 100, 2, 0, 0, 7668),
|
|
(5227, 'Such insolence... such arrogance... must be PUNISHED!', 27656, 0, 14, 0, 100, 0, 0, 13624, 31874),
|
|
(5228, 'It\'s a long way down....', 27656, 0, 14, 0, 100, 0, 0, 13628, 31878),
|
|
(5229, 'BACK to the earth with you!', 27656, 1, 14, 0, 100, 0, 0, 13629, 31879),
|
|
(5230, 'Enjoy the fall!', 27656, 2, 14, 0, 100, 0, 0, 13630, 31880),
|
|
(5231, 'Savor this small victory, foolish little creatures. You and your dragon allies have won this battle, but we will win... the Nexus War.', 27656, 0, 14, 0, 100, 0, 0, 13631, 31881),
|
|
(5232, 'We command the arcane! It shall not be used against us!', 27656, 0, 14, 0, 100, 0, 0, 13626, 31876),
|
|
(5233, 'It is trivial to extinguish your fire!', 27656, 1, 14, 0, 100, 0, 0, 13627, 31877),
|
|
(5234, 'No magic of nature will help you now!', 27656, 2, 14, 0, 100, 0, 0, 13625, 31875),
|
|
(5235, 'I hereby destroy these instruments of evil! For the Horde!', 1443, 0, 14, 1, 100, 0, 0, 0, 1949),
|
|
(5236, '%s begins chanting as he mixes the well stones and ambercorn before the Tribal Fire.', 3054, 0, 16, 0, 100, 0, 0, 0, 1011),
|
|
(5237, 'The Water of the Seers is ready for your consumption, $n.', 3054, 0, 12, 1, 100, 0, 0, 0, 1012),
|
|
(5238, '%s inspects the snapjaw shells...', 3448, 0, 16, 0, 100, 0, 0, 0, 1085),
|
|
(5239, 'Hm...', 3448, 0, 12, 1, 100, 0, 0, 0, 1087),
|
|
(5240, 'Strange. Very strange...', 3448, 0, 12, 1, 100, 0, 0, 0, 1088),
|
|
(5241, '$n. These shells tell me much, but I fear many more questions are now raised...', 3448, 0, 12, 0, 100, 1, 0, 0, 1089),
|
|
(5242, '%s studies the parchment from the Twilight Tome...', 3616, 0, 16, 0, 100, 0, 0, 0, 1216),
|
|
(5243, '%s is struck by unleashed magic!', 3616, 0, 16, 0, 100, 0, 0, 0, 1217),
|
|
(5244, 'Hmm...', 3616, 0, 12, 0, 100, 0, 0, 0, 26304),
|
|
(5245, 'The spirits of Stonetalon still rage, $n.', 4049, 0, 16, 0, 100, 0, 0, 0, 1425),
|
|
(5246, 'I fear we may never soothe them...', 4049, 0, 16, 0, 100, 0, 0, 0, 1426),
|
|
(5247, 'Of course. He awaits you in the library.', 1756, 0, 12, 0, 100, 0, 0, 0, 3783),
|
|
(5248, 'There you are. What news from Westfall?', 1754, 0, 12, 7, 100, 0, 0, 0, 323),
|
|
(5249, 'Hmm, it could be that meddler Shaw. I will see what I can discover. Be off with you. I\'ll contact you again soon.', 1754, 0, 12, 7, 100, 0, 0, 0, 326),
|
|
(5250, 'Ah, thank you kindly. I will leave you to the library while I tend to this small matter.', 1754, 0, 12, 0, 100, 0, 0, 0, 3784),
|
|
(5251, 'About time someone killed the wretch.', 3849, 0, 12, 1, 100, 1, 1000, 0, 1328),
|
|
(5252, 'Our Bloodmyst scouts have located our contact. The fool, Velen, will soon leave himself open and defenseless -- long enough for us to strike! Now get out of my sight before I vaporize you...', 17243, 0, 12, 0, 100, 0, 0, 0, 13781),
|
|
(5253, '%s picks up the naga flag.', 17243, 0, 16, 0, 100, 0, 0, 0, 13775),
|
|
(5254, 'I saw the same look in his eyes when he died. Terenas could hardly believe it.', 38113, 0, 14, 0, 100, 0, 0, 16735, 37949),
|
|
(5255, 'Choke on your suffering!', 38113, 1, 14, 0, 100, 0, 0, 16736, 37950),
|
|
(5256, 'Yes... Run... Run to meet your destiny... Its bitter, cold embrace, awaits you.', 38113, 0, 14, 0, 100, 0, 0, 16737, 37951),
|
|
(5257, 'Your flesh shall decay before your very eyes!', 38113, 0, 14, 0, 100, 0, 0, 16739, 37954),
|
|
(5258, 'Waste away into nothingness!', 38113, 1, 14, 0, 100, 0, 0, 16740, 37955),
|
|
(5259, 'As you wish, my lord.', 38113, 0, 14, 0, 100, 0, 0, 16741, 37953),
|
|
(5260, 'There\'s nothing like some scalding mornbrew on a chilly Dun Morogh day to get things started right!', 836, 1, 12, 0, 100, 1, 0, 0, 4377),
|
|
(5261, 'Oooooo hot hot hot! If that won\'t put spring in your step, I don\'t know what will!', 836, 1, 12, 0, 100, 400, 0, 0, 4378),
|
|
(5262, 'Entering the arena, a paladin who is no stranger to the battlefield or tournament ground, the Grand Champion of the Argent Crusade, Eadric the Pure!', 35005, 0, 14, 0, 100, 0, 0, 8574, 35542),
|
|
(5263, 'The next combatant is second to none in her passion for upholding the Light. I give you Argent Confessor Paletress!', 35005, 0, 14, 0, 100, 0, 0, 8574, 35543),
|
|
(5264, 'The Silver Covenant is pleased to present their contenders for this event, Highlord.', 35005, 0, 14, 0, 100, 396, 0, 8574, 35259),
|
|
(5265, 'Coming out of the gate is Eressea Dawnsinger, skilled mage and Grand Champion of Silvermoon!\n', 35005, 0, 12, 0, 100, 0, 0, 8573, 35338),
|
|
(5266, 'Entering the arena is the lean and dangerous Zul\'tore, Grand Champion of Sen\'jin!\n', 35005, 0, 12, 0, 100, 0, 0, 8573, 35335),
|
|
(5267, 'Presenting the fierce Grand Champion of Orgrimmar, Mokra the Skullcrusher!\n', 35005, 0, 12, 0, 100, 0, 0, 8573, 35334),
|
|
(5268, 'Representing the tenacity of the Forsaken, here is the Grand Champion of the Undercity, Deathstalker Visceri!\n', 35005, 0, 12, 0, 100, 0, 0, 8573, 35337),
|
|
(5269, 'Tall in the saddle of his kodo, here is the venerable Runok Wildmane, Grand Champion of Thunder Bluff!\n', 35005, 0, 12, 0, 100, 0, 0, 8573, 35336),
|
|
(5270, 'What\'s that, up near the rafters?', 35005, 0, 12, 0, 100, 25, 0, 0, 35545),
|
|
(5271, 'Entering the arena, a paladin who is no stranger to the battlefield or tournament ground, the Grand Champion of the Argent Crusade, Eadric the Pure!', 35004, 0, 12, 0, 100, 0, 0, 8574, 35542),
|
|
(5272, 'The next combatant is second to none in her passion for upholding the Light. I give you Argent Confessor Paletress!', 35004, 0, 14, 0, 100, 0, 0, 8574, 35543),
|
|
(5273, 'The Sunreavers are proud to present their representatives in this trial by combat.', 35004, 0, 14, 0, 100, 396, 0, 8574, 35260),
|
|
(5274, 'Coming out of the gate is Colosos, the towering Grand Champion of the Exodar!', 35004, 0, 12, 0, 100, 0, 0, 8573, 35247),
|
|
(5275, 'Entering the arena is the Grand Champion of Darnassus, the skilled sentinel Jaelyne Evensong!', 35004, 0, 12, 0, 100, 0, 0, 8573, 35249),
|
|
(5276, 'Here comes the small but deadly Ambrose Boltspark, Grand Champion of Gnomeregan!', 35004, 0, 12, 0, 100, 0, 0, 8573, 35248),
|
|
(5277, 'Proud and strong, give a cheer for Marshal Jacob Alerius, the Grand Champion of Stormwind!', 35004, 0, 12, 0, 100, 0, 0, 8573, 35245),
|
|
(5278, 'The might of the dwarves is represented today by the Grand Champion of Ironforge, Lana Stouthammer!', 35004, 0, 12, 0, 100, 0, 0, 8573, 35246),
|
|
(5279, 'What\'s that, up near the rafters?', 35004, 0, 12, 0, 100, 25, 0, 0, 35545),
|
|
(5280, 'Welcome, champions. Today, before the eyes of your leaders and peers, you will prove yourselves worthy combatants.', 34996, 0, 14, 0, 100, 1, 0, 0, 35321),
|
|
(5281, 'You will first be facing three of the Grand Champions of the Tournament! These fierce contenders have beaten out all others to reach the pinnacle of skill in the joust.', 34996, 0, 14, 0, 100, 0, 0, 0, 35330),
|
|
(5282, 'Begin!', 34996, 0, 14, 0, 100, 0, 0, 8574, 35331),
|
|
(5283, 'Well fought! Your next challenge comes from the Crusade\'s own ranks. You will be tested against their considerable prowess.', 34996, 0, 14, 0, 100, 0, 0, 15882, 35541),
|
|
(5284, 'You may begin!', 34996, 0, 14, 0, 100, 22, 0, 8574, 35677),
|
|
(5285, 'Well done. You have proven yourself today-', 34996, 0, 14, 0, 100, 0, 0, 0, 35544),
|
|
(5286, 'What is the meaning of this?', 34996, 0, 14, 0, 100, 0, 0, 0, 35547),
|
|
(5287, 'My congratulations, champions. Through trials both planned and unexpected, you have triumphed.', 34996, 0, 14, 0, 100, 0, 0, 15882, 35796),
|
|
(5288, 'Go now and rest; you\'ve earned it.', 34996, 0, 14, 0, 100, 0, 0, 0, 35797),
|
|
(5289, 'Fight well, Horde! Lok\'tar Ogar!', 34994, 0, 14, 0, 100, 22, 0, 0, 35326),
|
|
(5290, 'Well done, Horde!', 34994, 0, 14, 0, 100, 66, 0, 0, 35794),
|
|
(5291, 'Garrosh, enough.', 34994, 0, 12, 0, 100, 396, 0, 0, 35325),
|
|
(5292, 'I have no taste for these games, Tirion. Still... I trust they will perform admirably.', 34990, 0, 12, 0, 100, 1, 0, 0, 35322),
|
|
(5293, 'Don\'t just stand there; kill him!', 34990, 0, 14, 0, 100, 22, 0, 0, 35550),
|
|
(5294, 'I did not come here to watch animals tear at each other senselessly, Tirion.', 34990, 0, 12, 0, 100, 1, 0, 0, 35328),
|
|
(5295, 'You fought well.', 34990, 0, 14, 0, 100, 66, 0, 0, 35795),
|
|
(5296, 'Finally, a fight worth watching.', 34995, 0, 12, 0, 100, 396, 0, 0, 35327),
|
|
(5297, 'Tear him apart!', 34995, 0, 14, 0, 100, 22, 0, 0, 35551),
|
|
(5298, 'Admirably? Hah! I will enjoy watching your weak little champions fail, human.', 34995, 0, 14, 0, 100, 22, 0, 0, 35324),
|
|
(5299, '$n is trampled!', 35572, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5300, '$n is trampled!', 35569, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5301, '$n is trampled!', 35571, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5302, '$n is trampled!', 35570, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5303, '$n is trampled!', 35617, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5304, '$n is trampled!', 34705, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5305, '$n is trampled!', 34701, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5306, '$n is trampled!', 34703, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5307, '$n is trampled!', 34702, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5308, '$n is trampled!', 34657, 0, 16, 0, 100, 0, 0, 0, 35957),
|
|
(5309, 'The Horde spectators cheer for $n.', 34883, 0, 16, 0, 100, 71, 0, 8574, 35162),
|
|
(5310, 'The Alliance spectators cheer for $n.', 34887, 0, 16, 0, 100, 71, 0, 8574, 35161),
|
|
(5311, 'The blood elves of Silvermoon cheer for $n.', 34904, 0, 16, 0, 100, 0, 0, 8573, 35143),
|
|
(5312, 'The tauren of Thunder Bluff cheer for $n.', 34903, 0, 16, 0, 100, 0, 0, 8573, 35150),
|
|
(5313, 'The trolls of the Sen\'jin Village begin a chant to celebrate $n.', 34902, 0, 16, 0, 100, 0, 0, 8573, 35151),
|
|
(5314, 'The orcs of Orgrimmar cheer for $n.', 34901, 0, 16, 0, 100, 0, 0, 8573, 35149),
|
|
(5315, 'The forsaken of the Undercity cheer for $n.', 34905, 0, 16, 0, 100, 0, 0, 8573, 35152),
|
|
(5316, 'The dwarves of Ironforge begin a cheer for $n.', 34906, 0, 16, 0, 100, 0, 0, 8573, 35145),
|
|
(5317, 'The gnomes of Gnomeregan cheer for $n.', 34910, 0, 16, 0, 100, 0, 0, 8573, 35146),
|
|
(5318, 'The humans of Stormwind cheer for $n.', 34900, 0, 16, 0, 100, 0, 0, 8573, 35147),
|
|
(5319, 'The night elves of Darnassus cheer for $n.', 34909, 0, 16, 0, 100, 0, 0, 8573, 35148),
|
|
(5320, 'The draenei of the Exodar cheer for $n.', 34908, 0, 16, 0, 100, 0, 0, 8573, 35144),
|
|
(5321, '%s begins to invoke the Waking Nightmare!', 35052, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5322, '%s begins to invoke the Waking Nightmare!', 35041, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5323, '%s begins to invoke the Waking Nightmare!', 35033, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5324, '%s begins to invoke the Waking Nightmare!', 35046, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5325, '%s begins to invoke the Waking Nightmare!', 35043, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5326, '%s begins to invoke the Waking Nightmare!', 35047, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5327, '%s begins to invoke the Waking Nightmare!', 35044, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5328, '%s begins to invoke the Waking Nightmare!', 35039, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5329, '%s begins to invoke the Waking Nightmare!', 35034, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5330, '%s begins to invoke the Waking Nightmare!', 35049, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5331, '%s begins to invoke the Waking Nightmare!', 35030, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5332, '%s begins to invoke the Waking Nightmare!', 34942, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5333, '%s begins to invoke the Waking Nightmare!', 35050, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5334, '%s begins to invoke the Waking Nightmare!', 35042, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5335, '%s begins to invoke the Waking Nightmare!', 35045, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5336, '%s begins to invoke the Waking Nightmare!', 35037, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5337, '%s begins to invoke the Waking Nightmare!', 35031, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5338, '%s begins to invoke the Waking Nightmare!', 35038, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5339, '%s begins to invoke the Waking Nightmare!', 35048, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5340, '%s begins to invoke the Waking Nightmare!', 35029, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5341, '%s begins to invoke the Waking Nightmare!', 35032, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5342, '%s begins to invoke the Waking Nightmare!', 35028, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5343, '%s begins to invoke the Waking Nightmare!', 35040, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5344, '%s begins to invoke the Waking Nightmare!', 35036, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5345, '%s begins to invoke the Waking Nightmare!', 35051, 0, 41, 0, 100, 0, 0, 0, 35491),
|
|
(5346, 'What a Brains shot!', 35564, 0, 12, 36, 100, 0, 0, 0, 35954),
|
|
(5347, 'Somone stop that ghoul!', 35564, 0, 12, 36, 100, 0, 0, 0, 35950),
|
|
(5348, 'That had to hurt! Brains!', 35564, 0, 12, 36, 100, 0, 0, 0, 35952),
|
|
(5349, 'What a Brains shot!', 35545, 0, 12, 36, 100, 0, 0, 0, 35954),
|
|
(5350, 'Somone stop that ghoul!', 35545, 0, 12, 36, 100, 0, 0, 0, 35950),
|
|
(5351, 'That had to hurt! Brains!', 35545, 0, 12, 36, 100, 0, 0, 0, 35952),
|
|
(5352, 'Thank you, good herald. Your words are too kind.', 34928, 0, 12, 0, 100, 2, 0, 16245, 35762),
|
|
(5353, 'May the Light give me strength to provide a worthy challenge.', 34928, 0, 12, 0, 100, 16, 0, 16246, 35763),
|
|
(5354, 'Well, then. Let us begin.', 34928, 0, 14, 0, 100, 0, 0, 16247, 35229),
|
|
(5355, 'Take this time to consider your past deeds.', 34928, 0, 14, 0, 100, 0, 0, 16248, 35764),
|
|
(5356, 'Even the darkest memory fades when confronted!', 34928, 0, 14, 0, 100, 0, 0, 16249, 35231),
|
|
(5357, 'Take your rest.', 34928, 0, 14, 0, 100, 0, 0, 16250, 35765),
|
|
(5358, 'Be at ease.', 34928, 1, 14, 0, 100, 0, 0, 16251, 35766),
|
|
(5359, 'Excellent work!', 34928, 0, 14, 0, 100, 0, 0, 16252, 35232),
|
|
(5360, 'Are you up to the challenge? I will not hold back.', 35119, 0, 12, 0, 100, 397, 0, 16134, 35347),
|
|
(5361, 'Prepare yourselves!', 35119, 0, 14, 0, 100, 0, 0, 16135, 35758),
|
|
(5362, '%s begins to radiate light. Shield your eyes!', 35119, 0, 41, 0, 100, 0, 0, 0, 35415),
|
|
(5363, '%s targets $n with the Hammer of the Righteous!', 35119, 0, 41, 0, 100, 0, 0, 16136, 35408),
|
|
(5364, 'Hammer of the Righteous!', 35119, 0, 14, 0, 100, 0, 0, 16136, 35442),
|
|
(5365, 'You! You need more practice.', 35119, 0, 14, 0, 100, 0, 0, 16137, 35759),
|
|
(5366, 'Nay, nay, and I say yet again nay! Not good enough.', 35119, 1, 14, 0, 100, 0, 0, 16138, 35760),
|
|
(5367, 'I yield! I submit. Excellent work. May I run away now?', 35119, 0, 14, 0, 100, 0, 0, 16139, 35761),
|
|
(5368, 'You spoiled my grand entrance, rat.', 35451, 0, 12, 0, 100, 0, 0, 16256, 35546),
|
|
(5369, 'Did you honestly think an agent of the Lich King would be bested on the field of your pathetic little tournament?', 35451, 0, 12, 0, 100, 396, 0, 16257, 35548),
|
|
(5370, 'I\'ve come to finish my task.', 35451, 0, 12, 0, 100, 396, 0, 16258, 35549),
|
|
(5371, 'This farce ends here!', 35451, 0, 14, 0, 100, 0, 0, 16259, 35767),
|
|
(5372, 'My rotting flesh was just getting in the way!', 35451, 0, 14, 0, 100, 0, 0, 16262, 35771),
|
|
(5373, 'I have no need for bones to best you!', 35451, 0, 14, 0, 100, 0, 0, 16263, 35772),
|
|
(5374, 'Pathetic.', 35451, 0, 14, 0, 100, 0, 0, 16260, 35768),
|
|
(5375, 'A waste of flesh.', 35451, 1, 14, 0, 100, 0, 0, 16261, 35769),
|
|
(5376, 'No! I must not fail... again...', 35451, 0, 14, 0, 100, 0, 0, 16264, 35770),
|
|
(5377, 'How dare you interfere with our work!', 32273, 0, 14, 0, 100, 0, 0, 0, 32639),
|
|
(5378, 'My time... has run out...', 32273, 0, 14, 0, 100, 0, 0, 0, 32642),
|
|
(5379, 'The process is finally complete! My work here is done.', 32273, 0, 14, 0, 100, 0, 0, 0, 32666),
|
|
(5380, '%s snaps up to a kneeling position, but seems as though he\'s somewhere else.', 22834, 0, 16, 0, 100, 0, 0, 0, 20523),
|
|
(5381, 'What are you doing in Ysera\'s realm, interloper? Leave us, I say! Your kind are not welcome here!', 22834, 0, 12, 0, 100, 5, 0, 0, 20524),
|
|
(5382, '%s gets to his feet, beginning to recognize his surroundings.', 22834, 0, 16, 0, 100, 0, 0, 0, 20525),
|
|
(5383, 'You -- you\'re not one of them! Let\'s get out of sight before they find us! Hurry!', 22834, 0, 12, 0, 100, 1, 0, 0, 20538),
|
|
(5384, 'They\'re following me, $r! Quickly, tell me why you\'re here before we\'re discovered! If they catch up to me, it will mean my death and yours!', 22834, 0, 12, 0, 100, 1, 0, 0, 20532),
|
|
(5385, 'You have faced many challenges.... Pity they were all in vain! Soon your people will kneel to MY lord!', 17307, 0, 14, 0, 100, 0, 0, 10292, 13981),
|
|
(5386, 'Nazan descends from the sky.', 17536, 0, 41, 0, 100, 0, 0, 0, 20472),
|
|
(5387, 'Perhaps you would rather test yourselves against a more formidable opponent?!', 16151, 2, 14, 0, 100, 0, 0, 9299, 15379),
|
|
(5388, 'Come Midnight, let\'s disperse this petty rabble!', 16151, 0, 14, 0, 100, 0, 0, 9168, 13456),
|
|
(5389, 'They come now. Try not to get yourself killed, young blood.', 15471, 0, 14, 0, 100, 0, 0, 0, 11012),
|
|
(5390, 'Remember, Rajaxx, when I said I\'d kill you last?', 15471, 0, 14, 0, 100, 0, 0, 0, 11028),
|
|
(5391, 'The time of our retribution is at hand! Let darkness reign in the hearts of our enemies!', 15341, 0, 14, 0, 100, 0, 0, 8612, 11440),
|
|
(5392, 'No longer will we wait behind barred doors and walls of stone! No longer will our vengeance be denied! The dragons themselves will tremble before our wrath!\n', 15341, 0, 14, 0, 100, 0, 0, 8610, 11439),
|
|
(5393, 'Fear is for the enemy! Fear and death!', 15341, 0, 14, 0, 100, 0, 0, 8608, 11438),
|
|
(5394, 'Staghelm will whimper and beg for his life, just as his whelp of a son did! One thousand years of injustice will end this day!\n', 15341, 0, 14, 0, 100, 0, 0, 8611, 11437),
|
|
(5395, 'Fandral! Your time has come! Go and hide in the Emerald Dream and pray we never find you!\n', 15341, 0, 14, 0, 100, 0, 0, 8607, 11436),
|
|
(5396, 'Impudent fool! I will kill you myself!', 15341, 0, 14, 0, 100, 0, 0, 8609, 11435),
|
|
(5397, 'Attack and make them pay dearly!', 15341, 0, 14, 0, 100, 0, 0, 8603, 0),
|
|
(5398, 'Crush them! Drive them out!', 15341, 0, 14, 0, 100, 0, 0, 8605, 0),
|
|
(5399, 'Do not hesitate! Destroy them!', 15341, 0, 14, 0, 100, 0, 0, 8606, 0),
|
|
(5400, 'Warriors, Captains, continue the fight! ', 15341, 0, 14, 0, 100, 0, 0, 8613, 11434),
|
|
(5401, 'You are not worth my time, $n!', 15341, 0, 14, 0, 100, 0, 0, 8614, 11067),
|
|
(5402, 'Breathe your last!', 15341, 0, 14, 0, 100, 0, 0, 8604, 11433),
|
|
(5403, 'Soon you will know the price of your meddling, mortals... The master is nearly whole... And when he rises, your world will cease.', 15341, 0, 14, 0, 100, 0, 0, 0, 11429),
|
|
(5404, '%s senses your fear.', 15340, 0, 16, 0, 100, 0, 0, 0, 11441),
|
|
(5405, '%s bristles with energy!', 15340, 0, 16, 0, 100, 0, 0, 0, 12781),
|
|
(5406, '%s sets eyes on $n!', 15370, 0, 16, 0, 100, 0, 0, 0, 11074),
|
|
(5407, '%s becomes enraged!', 28902, 0, 16, 0, 100, 0, 0, 0, 7798),
|
|
(5408, 'You have an enchanted tiki? YOU KILLED MY FAMILY!', 28902, 0, 14, 0, 100, 15, 0, 6200, 29040),
|
|
(5409, 'I WILL KILL YOU, $n!', 28902, 0, 14, 0, 100, 0, 0, 0, 29041),
|
|
(5410, '%s calls upon the mighty armies of the Scourge!', 28444, 0, 42, 0, 100, 1, 0, 0, 28683),
|
|
(5411, 'Armies of the Scourge, hear my call! The scarlet apocalypse has begun! Tear this land asunder and leave only death in your wake!', 28444, 0, 12, 0, 100, 1, 0, 0, 28684),
|
|
(5412, 'It would\'ve taken years to find the Book of the Raven without you, young sparrowhawk. Return to your home in Nagrand with our gratitude.', 22924, 0, 12, 0, 100, 1, 0, 0, 20752),
|
|
(5413, 'This is it! This is really it -- the Book of the Raven!', 22924, 0, 12, 0, 100, 1, 0, 0, 20753),
|
|
(5414, 'There\'s something else here, too. After a description of a bloody battle and the downfall of the raven, there\'s a prophecy. Anzu will haunt the dreams of his enemies, twisting them to effect a return to this world...', 22924, 0, 12, 0, 100, 1, 0, 0, 20757),
|
|
(5415, 'It\'s all here... how the raven\'s followers captured and subdued the spirits of rivals, trapping them forever within stone statues! The tablet even mentions the raven god\'s name -- Anzu. I\'d thought it was lost to history!', 22924, 0, 12, 0, 100, 1, 0, 0, 20756),
|
|
(5416, 'The tablet has the confirmation we need, just as I thought. Now, we have to use this information to draw out and defeat this Anzu before he can do any more damage to the Emerald Dream!', 22924, 0, 12, 0, 100, 1, 0, 0, 20758),
|
|
(5417, 'Since the sparrowhawks have proven such a success in hunting down the raven stones, Watcher Elaira has trained another one to relay my voice at a great distance. He can help us communicate as you investigate the bird spirits revealed in the tablet!', 22924, 0, 12, 0, 100, 1, 0, 0, 21607),
|
|
(5418, 'The threat be over! $n be savin\' us all!', 18447, 0, 12, 1, 100, 1, 0, 0, 18820),
|
|
(5419, '%s begins to slow!', 15299, 0, 41, 0, 100, 0, 0, 0, 11343),
|
|
(5420, '%s is freezing up!', 15299, 0, 41, 0, 100, 0, 0, 0, 11345),
|
|
(5421, '%s is frozen solid!', 15299, 0, 41, 0, 100, 0, 0, 0, 11695),
|
|
(5422, '%s begins to crack!', 15299, 0, 41, 0, 100, 0, 0, 0, 11346),
|
|
(5423, '%s looks ready to shatter!', 15299, 0, 41, 0, 100, 0, 0, 0, 11347),
|
|
(5424, '%s explodes!', 15299, 0, 41, 0, 100, 0, 0, 0, 28803),
|
|
(5425, 'Follow me, good Paladin. I\'ll have your barding done faster than I could down a Dwarven stout. Mmmm... stout.', 1416, 0, 12, 7, 100, 1, 0, 0, 9776),
|
|
(5426, 'Well, that should do it. Come now, back to the shop to finish our business!', 1416, 0, 12, 7, 100, 1, 0, 0, 9779),
|
|
(5427, 'Spirits of Water, I give you praise, and I beg of you a favor. You have heard $n\'s pleas, and I trust $ghis:her; intent is noble. Please, will you aid us?', 5901, 0, 42, 0, 100, 1, 0, 0, 6586),
|
|
(5428, 'Thank you, great spirit. Thank you!', 5901, 0, 12, 0, 100, 1, 0, 0, 6599),
|
|
(5429, 'Ok, let\'s get started.', 9316, 0, 12, 0, 100, 1, 0, 0, 1610),
|
|
(5430, '... oops.', 9316, 0, 12, 0, 100, 1, 0, 0, 4730),
|
|
(5431, 'Now let us place this rare earth in my planter...', 2080, 0, 12, 7, 100, 0, 0, 0, 1239),
|
|
(5432, 'Thank you again, $n. This rare earth will be very helpful in my experiments.', 2080, 0, 12, 7, 100, 2, 0, 0, 1240),
|
|
(5433, '%s hurries to his planter.', 2080, 0, 41, 0, 100, 1, 0, 0, 1159),
|
|
(5434, 'I hope this frond takes root...', 2080, 0, 12, 7, 100, 1, 0, 0, 1160),
|
|
(5435, '%s removes the seeds from the Glowing Fruit...', 2080, 0, 41, 0, 100, 1, 0, 0, 1156),
|
|
(5436, 'Let\'s see how these seeds grow in my prepared soil...', 2080, 0, 12, 7, 100, 1, 0, 0, 1157),
|
|
(5437, '%s plants the fruit seeds.', 2080, 0, 41, 0, 100, 1, 0, 0, 1158),
|
|
(5438, '%s rises from the soil!', 2080, 0, 41, 0, 100, 1, 0, 0, 1174),
|
|
(5439, 'By the stars! A spirit has been summoned!', 2911, 0, 12, 7, 100, 1, 0, 0, 1180),
|
|
(5440, 'It\'s a mystery of the past indeed! But a key to our future!', 2911, 0, 12, 7, 100, 1, 0, 0, 1181),
|
|
(5441, 'Ok, let\'s take a look at this thing...', 3442, 0, 12, 0, 100, 1, 0, 0, 4727),
|
|
(5442, 'Oh, darn...', 3442, 0, 12, 0, 100, 1, 0, 0, 4728),
|
|
(5443, 'Ribbit! No!! This cannot...ribbit...be! You have duped me with...ribbit...your foul trickery! Ribbit!', 2150, 0, 12, 0, 100, 1, 0, 0, 886),
|
|
(5444, 'I... I... don\'t... feel... right...', 1931, 0, 12, 0, 100, 1, 0, 0, 425),
|
|
(5445, 'My mind... my flesh... I\'m... rotting...!', 1931, 0, 12, 0, 100, 1, 0, 0, 428),
|
|
(5446, '%s gestures to the pitcher of water sitting on the edge of the well.', 1373, 0, 12, 0, 100, 1, 0, 0, 1528),
|
|
(5447, 'Hey there, Belm! Give me a mug of Thunder Ale, and one for my good friend $n.', 1373, 0, 12, 7, 100, 1, 0, 0, 125),
|
|
(5448, 'How goes the barrel watching...?', 1373, 0, 12, 7, 100, 1, 0, 0, 126),
|
|
(5449, 'Well, back to business for me. But it sure was nice taking that short break, and it\'s always nice drinking Thunder Ale!', 1373, 0, 12, 7, 100, 1, 0, 0, 128),
|
|
(5450, 'Eternal damnation is your future.', 28030, 1, 14, 0, 100, 0, 0, 0, 29427),
|
|
(5451, 'My judgment is final.', 28030, 2, 14, 0, 100, 0, 0, 0, 29430),
|
|
(5452, 'Beg for your life. Plead. It will do you no good!', 28030, 3, 14, 0, 100, 0, 0, 0, 29426),
|
|
(5453, 'Burn in the fires of my fury!', 28030, 4, 14, 0, 100, 0, 0, 0, 29431),
|
|
(5454, 'Die!', 28030, 5, 14, 0, 100, 0, 0, 0, 28793),
|
|
(5455, 'You killed me and now I will kill you... over and over!', 28030, 6, 14, 0, 100, 0, 0, 0, 29428),
|
|
(5456, 'I find you wanting.', 28030, 7, 14, 0, 100, 0, 0, 0, 29424),
|
|
(5457, 'NOOOOOOOOOoooooooo.......!', 28752, 0, 12, 0, 100, 0, 0, 0, 28797),
|
|
(5458, 'FIRE! AHHHHHHHH!', 28754, 0, 12, 0, 100, 0, 0, 0, 28800),
|
|
(5459, 'The high priestess is reduced to charcoal.', 28754, 0, 16, 0, 100, 0, 0, 0, 28799),
|
|
(5460, '%s becomes enraged!', 28756, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(5461, 'BRRRRRR!', 28756, 0, 12, 0, 100, 0, 0, 0, 28802),
|
|
(5462, '%s explodes!', 28756, 0, 16, 0, 100, 0, 0, 0, 28803),
|
|
(5463, 'Are you ready for battle, $c?', 27629, 0, 15, 0, 100, 0, 0, 0, 29966),
|
|
(5464, 'Take us into battle, $n!', 27629, 1, 15, 0, 100, 0, 0, 0, 26908),
|
|
(5465, 'Shall we destabilize the shrine first or disable the enemy?', 27629, 2, 15, 0, 100, 0, 0, 0, 29964),
|
|
(5466, 'We\'ve been expecting you, $n. Now we have the upper hand.', 27629, 3, 15, 0, 100, 0, 0, 0, 29965),
|
|
(5467, 'I can\'t believe the blues would attack us. Let\'s give some of it back!', 27629, 4, 15, 0, 100, 0, 0, 0, 29961),
|
|
(5468, 'I am ready. Let\'s defend the temple!', 27629, 5, 15, 0, 100, 0, 0, 0, 29960),
|
|
(5469, 'Where to first?', 27629, 6, 15, 0, 100, 0, 0, 0, 29962),
|
|
(5470, 'Your reputation precedes you, $n. This should be interesting.', 27629, 7, 15, 0, 100, 0, 0, 0, 29963),
|
|
(5471, 'I never thought that I\'d be riding into battle with a $r on my back.', 27629, 0, 15, 0, 100, 0, 0, 0, 27376),
|
|
(5472, 'Another blue down. We make a great team!', 27629, 1, 15, 0, 100, 0, 0, 0, 27374),
|
|
(5473, 'With you and I working together, this battle will be over in no time.', 27629, 2, 15, 0, 100, 0, 0, 0, 27375),
|
|
(5474, 'Malygos has clearly gone insane.', 27629, 3, 15, 0, 100, 0, 0, 0, 27380),
|
|
(5475, 'Nice one, kid.', 27629, 4, 15, 0, 100, 0, 0, 0, 27373),
|
|
(5476, 'I\'ve never seen anything like this before. I\'m glad that you\'re here.', 27629, 5, 15, 0, 100, 0, 0, 0, 27379),
|
|
(5477, 'I\'m glad you saw that one!', 27629, 6, 15, 0, 100, 0, 0, 0, 27377),
|
|
(5478, 'Just hang on. We\'ll get through this.', 27629, 7, 15, 0, 100, 0, 0, 0, 27378),
|
|
(5479, 'We should get out of here. I need to renew!', 27629, 0, 42, 0, 100, 0, 3000, 0, 28879),
|
|
(5480, 'Do not test me, scurvy dog! I\'m trained in the way of the Blood Knights!', 24539, 0, 12, 0, 100, 0, 0, 0, 23810),
|
|
(5481, 'I\'ll pay! I\'ll pay! Eeeek! Please don\'t hurt me!', 24539, 0, 12, 0, 100, 0, 0, 0, 23812),
|
|
(5482, 'Wait...you are not my husband. But he must have sent you. And you...look..delicious!', 314, 0, 12, 7, 100, 0, 0, 0, 111),
|
|
(5483, 'Aber? Is that you...? Oh...I\'m so hungry, Aber! SO HUNGRY!!', 314, 1, 12, 7, 100, 0, 0, 0, 110),
|
|
(5484, 'Ahhh! What be happenin\' to me, mon?', 27199, 0, 41, 0, 0, 0, 0, 0, 26212),
|
|
(5485, 'Finally, a worthy offering!', 27199, 0, 41, 0, 0, 0, 0, 0, 26425),
|
|
(5486, '<sigh>... Well, I suppose it could be worse.', 28142, 0, 12, 0, 100, 0, 0, 0, 27523),
|
|
(5487, 'Thank you, friend. Were it not for your aid I would be no more.', 28136, 0, 12, 0, 100, 0, 0, 0, 27521),
|
|
(5488, 'I am in your debt, friend. Thank you for my life.', 28148, 0, 12, 0, 100, 0, 0, 0, 27528),
|
|
(5489, 'Nature bends to my will....', 17975, 0, 14, 0, 100, 0, 0, 11148, 19948),
|
|
(5490, 'The specimens... must be preserved.', 17975, 0, 14, 0, 100, 0, 0, 11149, 19949),
|
|
(5491, '...thorny vines...mumble...ouch!', 17975, 0, 12, 0, 100, 0, 0, 0, 16947),
|
|
(5492, '...mumble mumble...', 17975, 1, 12, 0, 100, 0, 0, 0, 16946),
|
|
(5493, '...mumble...Petals of Fire...mumble...', 17975, 2, 12, 0, 100, 0, 0, 0, 16945),
|
|
(5494, '...with the right mixture, perhaps...', 17975, 3, 12, 0, 100, 0, 0, 0, 16948),
|
|
(5495, 'VanCleef pay big for you heads!', 644, 0, 14, 0, 100, 0, 0, 5774, 5619),
|
|
(5496, 'Life energy to... consume.', 20870, 0, 14, 0, 100, 0, 0, 11250, 20045),
|
|
(5497, 'This vessel is empty.', 20870, 0, 14, 0, 100, 0, 0, 11251, 20046),
|
|
(5498, 'No... more... life.', 20870, 1, 14, 0, 100, 0, 0, 11252, 20047),
|
|
(5499, 'The shadow... will engulf you.', 20870, 0, 14, 0, 100, 0, 0, 11253, 20048),
|
|
(5500, 'Darkness... consumes all.', 20870, 1, 14, 0, 100, 0, 0, 11254, 20049),
|
|
(5501, 'The Void... beckons.', 20870, 0, 14, 0, 100, 0, 0, 11255, 20050),
|
|
(5502, 'I have a special message for $n. And it says you must die!', 550, 0, 12, 7, 100, 0, 0, 0, 479),
|
|
(5503, 'I\'ll deliver you, weak $C, to the afterlife!', 550, 1, 12, 7, 100, 0, 0, 0, 478),
|
|
(5504, 'Die in the name of Edwin Van Cleef!', 550, 2, 12, 7, 100, 0, 0, 0, 473),
|
|
(5505, 'Time to join us, $c.', 1157, 0, 12, 0, 100, 0, 0, 0, 1942),
|
|
(5506, 'Brains...', 1157, 1, 12, 0, 100, 0, 0, 0, 1940),
|
|
(5507, 'A living $r... soon to be a dead like me.', 1157, 2, 12, 0, 100, 0, 0, 0, 1941),
|
|
(5508, 'Time to join us, $c.', 1158, 0, 12, 0, 100, 0, 0, 0, 1942),
|
|
(5509, 'Brains...', 1158, 1, 12, 0, 100, 0, 0, 0, 1940),
|
|
(5510, 'A living $r... soon to be a dead like me.', 1158, 2, 12, 0, 100, 0, 0, 0, 1941),
|
|
(5511, 'Time to join us, $c.', 1160, 0, 12, 0, 100, 0, 0, 0, 1942),
|
|
(5512, 'Brains...', 1160, 1, 12, 0, 100, 0, 0, 0, 1940),
|
|
(5513, 'A living $r... soon to be a dead like me.', 1160, 2, 12, 0, 100, 0, 0, 0, 1941),
|
|
(5514, '%s lets out a high pitched screech, calling for help!', 1021, 0, 16, 0, 100, 0, 0, 0, 2481),
|
|
(5515, 'Is this the end?', 15551, 0, 12, 0, 100, 0, 0, 0, 13789),
|
|
(5516, 'What will become of--', 15551, 1, 12, 0, 100, 0, 0, 0, 13790),
|
|
(5517, 'You no take candle!', 6, 0, 12, 0, 100, 0, 0, 0, 16658),
|
|
(5518, 'Yiieeeee! Me run!', 6, 1, 12, 7, 100, 0, 0, 0, 1864),
|
|
(5519, 'You no take candle!', 40, 0, 12, 0, 100, 0, 0, 0, 16658),
|
|
(5520, 'You no take candle!', 80, 0, 12, 0, 100, 0, 0, 0, 16658),
|
|
(5521, 'Yiieeeee! Me run!', 80, 1, 12, 7, 100, 0, 0, 0, 1864),
|
|
(5522, 'You no take candle!', 257, 0, 12, 0, 100, 0, 0, 0, 16658),
|
|
(5523, 'Yiieeeee! Me run!', 257, 1, 12, 7, 100, 0, 0, 0, 1864),
|
|
(5524, 'Yiieeeee! Me run!', 327, 0, 12, 7, 100, 0, 0, 0, 1864),
|
|
(5525, 'You no take candle!', 475, 0, 12, 0, 100, 0, 0, 0, 16658),
|
|
(5526, 'Yiieeeee! Me run!', 475, 1, 12, 7, 100, 0, 0, 0, 1864),
|
|
(5527, 'You no take candle!', 476, 0, 12, 0, 100, 0, 0, 0, 16658),
|
|
(5528, 'You no take candle!', 1236, 0, 12, 0, 100, 0, 0, 0, 16658),
|
|
(5529, 'Yiieeeee! Me run!', 1236, 1, 12, 7, 100, 0, 0, 0, 1864),
|
|
(5530, 'I see those fools at the Abbey sent some fresh meat for us.', 103, 0, 12, 7, 100, 0, 0, 0, 7133),
|
|
(5531, 'The Brotherhood will not tolerate your actions.', 38, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5532, 'Ah, a chance to use this freshly sharpened blade.', 38, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5533, 'Feel the power of the Brotherhood!', 38, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5534, 'The Brotherhood will not tolerate your actions.', 61, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5535, 'Ah, a chance to use this freshly sharpened blade.', 61, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5536, 'Feel the power of the Brotherhood!', 61, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5537, 'The Brotherhood will not tolerate your actions.', 95, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5538, 'Ah, a chance to use this freshly sharpened blade.', 95, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5539, 'Feel the power of the Brotherhood!', 95, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5540, 'The Brotherhood will not tolerate your actions.', 116, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5541, 'Ah, a chance to use this freshly sharpened blade.', 116, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5542, 'Feel the power of the Brotherhood!', 116, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5543, 'The Brotherhood will not tolerate your actions.', 121, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5544, 'Ah, a chance to use this freshly sharpened blade.', 121, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5545, 'Feel the power of the Brotherhood!', 121, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5546, 'The Brotherhood will not tolerate your actions.', 122, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5547, 'Ah, a chance to use this freshly sharpened blade.', 122, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5548, 'Feel the power of the Brotherhood!', 122, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5549, 'The Brotherhood will not tolerate your actions.', 449, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5550, 'Ah, a chance to use this freshly sharpened blade.', 449, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5551, 'Feel the power of the Brotherhood!', 449, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5552, 'The Brotherhood will not tolerate your actions.', 474, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5553, 'Feel the power of the Brotherhood!', 474, 1, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5554, 'The Brotherhood will not tolerate your actions.', 481, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5555, 'Ah, a chance to use this freshly sharpened blade.', 481, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5556, 'Feel the power of the Brotherhood!', 481, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5557, 'The Brotherhood will not tolerate your actions.', 504, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5558, 'Ah, a chance to use this freshly sharpened blade.', 504, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5559, 'Feel the power of the Brotherhood!', 504, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5560, 'The Brotherhood will not tolerate your actions.', 583, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5561, 'Ah, a chance to use this freshly sharpened blade.', 583, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5562, 'Feel the power of the Brotherhood!', 583, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5563, 'The Brotherhood will not tolerate your actions.', 589, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5564, 'Feel the power of the Brotherhood!', 589, 1, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5565, 'The Brotherhood will not tolerate your actions.', 590, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5566, 'Ah, a chance to use this freshly sharpened blade.', 590, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5567, 'Feel the power of the Brotherhood!', 590, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5568, 'The Brotherhood will not tolerate your actions.', 594, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5569, 'Ah, a chance to use this freshly sharpened blade.', 594, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5570, 'Feel the power of the Brotherhood!', 594, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5571, 'The Brotherhood will not tolerate your actions.', 824, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5572, 'Feel the power of the Brotherhood!', 824, 1, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5573, 'The Brotherhood will not tolerate your actions.', 881, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5574, 'Feel the power of the Brotherhood!', 881, 1, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5575, 'The Brotherhood will not tolerate your actions.', 6866, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5576, 'Ah, a chance to use this freshly sharpened blade.', 6866, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5577, 'Feel the power of the Brotherhood!', 6866, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5578, 'The Brotherhood will not tolerate your actions.', 6927, 0, 12, 7, 100, 0, 0, 0, 1866),
|
|
(5579, 'Ah, a chance to use this freshly sharpened blade.', 6927, 1, 12, 7, 100, 0, 0, 0, 1865),
|
|
(5580, 'Feel the power of the Brotherhood!', 6927, 2, 12, 7, 100, 0, 0, 0, 1867),
|
|
(5581, 'No!', 16407, 0, 12, 0, 100, 0, 0, 0, 35155),
|
|
(5582, 'I am finished!', 16407, 1, 12, 0, 100, 0, 0, 0, 13823),
|
|
(5583, 'The master... will be angry....', 16407, 2, 12, 0, 100, 0, 0, 0, 13825),
|
|
(5584, '%s lets out a high pitched screech, calling for help!', 1140, 0, 16, 0, 100, 0, 0, 0, 2481),
|
|
(5585, '%s lets out a high pitched screech, calling for help!', 8538, 0, 16, 0, 100, 0, 0, 0, 2481),
|
|
(5586, '%s lets out a high pitched screech, calling for help!', 8539, 0, 16, 0, 100, 0, 0, 0, 2481),
|
|
(5587, 'Bijou knows where treasures are hidden.', 10262, 0, 12, 0, 100, 0, 0, 0, 5542),
|
|
(5588, 'SQUAWK!! *cough* *cough* I need to quit smoking!', 10262, 1, 12, 0, 100, 0, 0, 0, 5539),
|
|
(5589, 'Ask Kibler about the treasure! SQUAWK!', 10262, 2, 12, 0, 100, 0, 0, 0, 5540),
|
|
(5590, 'They all go to the Spire but none ever come back... just like Bijou.', 10262, 3, 12, 0, 100, 0, 0, 0, 5544),
|
|
(5591, 'Opus wants some Cuergo\'s Gold... with worm.', 10262, 4, 12, 0, 100, 0, 0, 0, 5543),
|
|
(5592, 'Kibler is being investigated by G.E.T.A.', 10262, 5, 12, 0, 100, 0, 0, 0, 5545),
|
|
(5593, 'Huh? What dat?', 1210, 2, 12, 7, 100, 0, 0, 0, 1931),
|
|
(5594, 'Dat $R look gud to eat!', 1210, 1, 12, 7, 100, 0, 0, 0, 1928),
|
|
(5595, 'Bash it!', 1210, 0, 12, 7, 100, 0, 0, 0, 1929),
|
|
(5596, '<Sobbing> I hate graveyards. So many dead. And my sweet Luhanaa....', 17073, 0, 12, 0, 100, 1, 0, 0, 13413),
|
|
(5597, 'It should have been me!', 17073, 1, 12, 7, 100, 1, 0, 0, 13419),
|
|
(5598, 'Be at peace, my sweet, sweet, Luhanaa.', 17073, 2, 12, 7, 100, 1, 0, 0, 13425),
|
|
(5599, 'I\'ll never forget you, my love.', 17073, 3, 12, 7, 100, 1, 0, 0, 13420),
|
|
(5600, 'If I ever find the ones responsible for the crash...!', 17073, 4, 12, 7, 100, 1, 0, 0, 13423),
|
|
(5601, 'We should never have come along.', 17073, 5, 12, 7, 100, 1, 0, 0, 13421),
|
|
(5602, 'Why, Luhanaa? Why?!', 17073, 6, 12, 7, 100, 6, 0, 0, 13418),
|
|
(5603, 'I miss you so much!', 17073, 7, 12, 7, 100, 1, 0, 0, 13422),
|
|
(5604, 'You\'ll always be here, with me.', 17073, 8, 12, 7, 100, 1, 0, 0, 13424),
|
|
(5605, '%s weeps softly.', 17073, 9, 16, 0, 100, 18, 0, 0, 13414),
|
|
(5606, '%s bows his head and sighs, clearly exhausted.', 17073, 10, 16, 0, 100, 2, 0, 0, 13417),
|
|
(5607, '%s breaks down into huge, wracking sobs.', 17073, 11, 16, 0, 100, 18, 0, 0, 13416),
|
|
(5608, '%s stares in silence at the grave marker before him.', 17073, 12, 16, 0, 100, 0, 0, 0, 13415),
|
|
(5609, 'So there we were - me and the battalion, doing a routine recon down the bone road. We\'d sent the scout up ahead to look around in case anything dangerous come up.', 16589, 0, 12, 1, 100, 0, 0, 0, 12617),
|
|
(5610, 'Sure enough, scout came runnin\' back, talkin\' bout some orcs down the path. They hadn\'t seen us yet so we figured we\'d go get acquainted.', 16589, 0, 12, 1, 100, 0, 0, 0, 12618),
|
|
(5611, 'Big red suckers! Bigger than any orc I\'d ever seen. Muscles out to here, tusks out to here... ', 16589, 0, 12, 1, 100, 0, 0, 0, 12625),
|
|
(5612, '%s nods.', 16589, 0, 16, 0, 100, 0, 0, 0, 37791),
|
|
(5613, 'Fel orcs...', 16589, 0, 12, 1, 100, 0, 0, 0, 12628),
|
|
(5614, 'I dunno, grunt. I just - don\'t - know...', 16589, 0, 12, 1, 100, 0, 0, 0, 12636),
|
|
(5615, 'But that\'s not the worst of it. Before I could pull us back, a group of \'em spotted us and attacked.', 16589, 0, 12, 1, 100, 0, 0, 0, 12637),
|
|
(5616, 'Lost some of my best soldiers that day...', 16589, 0, 12, 1, 100, 0, 0, 0, 12638),
|
|
(5617, 'Raaar!!! Me smash $r!', 2252, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5618, 'Me smash! You die!', 2252, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5619, 'I\'ll crush you!', 2252, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5620, 'Raaar!!! Me smash $r!', 2253, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5621, 'Me smash! You die!', 2253, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5622, 'I\'ll crush you!', 2253, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5623, 'Raaar!!! Me smash $r!', 2254, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5624, 'Me smash! You die!', 2254, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5625, 'I\'ll crush you!', 2254, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5626, 'Raaar!!! Me smash $r!', 2255, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5627, 'Me smash! You die!', 2255, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5628, 'I\'ll crush you!', 2255, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5629, 'I tire of this nonsense! Prepare to die!', 2318, 0, 12, 0, 100, 0, 0, 0, 789),
|
|
(5630, '%s begins to summon in reinforcements!', 2358, 0, 16, 0, 100, 0, 0, 0, 741),
|
|
(5631, '%s begins to crack and break apart.', 2359, 0, 16, 0, 100, 0, 0, 0, 757),
|
|
(5632, '%s\'s strength dwindles as chunks of rock break off.', 2359, 0, 16, 0, 100, 0, 0, 0, 758),
|
|
(5633, '%s is reduced to rubble, but still continues to fight.', 2359, 0, 16, 0, 100, 0, 0, 0, 759),
|
|
(5634, 'Raaar!!! Me smash $r!', 2416, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5635, 'Me smash! You die!', 2416, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5636, 'I\'ll crush you!', 2416, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5637, 'Raaar!!! Me smash $r!', 2417, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5638, 'Me smash! You die!', 2417, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5639, 'I\'ll crush you!', 2417, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5640, 'Raaar!!! Me smash $r!', 2420, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5641, 'Me smash! You die!', 2420, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5642, 'I\'ll crush you!', 2420, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5643, 'Raaar!!! Me smash $r!', 2422, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5644, 'Me smash! You die!', 2422, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5645, 'I\'ll crush you!', 2422, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5646, 'Mmm... I love my delicious Southshore stout.', 2440, 0, 12, 7, 100, 0, 0, 0, 605),
|
|
(5647, 'RARRRRRR!', 13602, 0, 14, 0, 100, 0, 0, 0, 8888),
|
|
(5648, 'Raaar!!! Me smash $r!', 2562, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5649, 'Me smash! You die!', 2562, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5650, 'I\'ll crush you!', 2562, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5651, 'Raaar!!! Me smash $r!', 2564, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5652, 'Me smash! You die!', 2564, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5653, 'I\'ll crush you!', 2564, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5654, 'Raaar!!! Me smash $r!', 2566, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5655, 'Me smash! You die!', 2566, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5656, 'I\'ll crush you!', 2566, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5657, 'Raaar!!! Me smash $r!', 2567, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5658, 'Me smash! You die!', 2567, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5659, 'I\'ll crush you!', 2567, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5660, 'Raaar!!! Me smash $r!', 2569, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5661, 'Me smash! You die!', 2569, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5662, 'I\'ll crush you!', 2569, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5663, 'Raaar!!! Me smash $r!', 2570, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5664, 'Me smash! You die!', 2570, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5665, 'I\'ll crush you!', 2570, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5666, 'More bones to gnaw on...', 97, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5667, 'Grrrr... fresh meat!', 97, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5668, 'More bones to gnaw on...', 98, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5669, 'Grrrr... fresh meat!', 98, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5670, 'More bones to gnaw on...', 117, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5671, 'Grrrr... fresh meat!', 117, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5672, 'More bones to gnaw on...', 123, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5673, 'Grrrr... fresh meat!', 123, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5674, 'More bones to gnaw on...', 124, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5675, 'Grrrr... fresh meat!', 124, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5676, 'More bones to gnaw on...', 125, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5677, 'Grrrr... fresh meat!', 125, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5678, 'More bones to gnaw on...', 423, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5679, 'Grrrr... fresh meat!', 423, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5680, 'More bones to gnaw on...', 424, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5681, 'Grrrr... fresh meat!', 424, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5682, 'More bones to gnaw on...', 426, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5683, 'Grrrr... fresh meat!', 426, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5684, 'More bones to gnaw on...', 429, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5685, 'Grrrr... fresh meat!', 429, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5686, 'More bones to gnaw on...', 430, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5687, 'Grrrr... fresh meat!', 430, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5688, 'More bones to gnaw on...', 432, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5689, 'Grrrr... fresh meat!', 432, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5690, 'More bones to gnaw on...', 433, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5691, 'Grrrr... fresh meat!', 433, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5692, 'More bones to gnaw on...', 434, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5693, 'Grrrr... fresh meat!', 434, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5694, 'More bones to gnaw on...', 445, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5695, 'Grrrr... fresh meat!', 445, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5696, 'More bones to gnaw on...', 446, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5697, 'Grrrr... fresh meat!', 446, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5698, 'More bones to gnaw on...', 452, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5699, 'Grrrr... fresh meat!', 452, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5700, 'More bones to gnaw on...', 453, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5701, 'Grrrr... fresh meat!', 453, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5702, 'More bones to gnaw on...', 478, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5703, 'Grrrr... fresh meat!', 478, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5704, 'More bones to gnaw on...', 500, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5705, 'Grrrr... fresh meat!', 500, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5706, 'More bones to gnaw on...', 501, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5707, 'Grrrr... fresh meat!', 501, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5708, 'More bones to gnaw on...', 506, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5709, 'Grrrr... fresh meat!', 506, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5710, 'More bones to gnaw on...', 568, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5711, 'Grrrr... fresh meat!', 568, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5712, 'More bones to gnaw on...', 580, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5713, 'Grrrr... fresh meat!', 580, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5714, 'More bones to gnaw on...', 711, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5715, 'Grrrr... fresh meat!', 711, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5716, 'More bones to gnaw on...', 1007, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5717, 'Grrrr... fresh meat!', 1007, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5718, 'More bones to gnaw on...', 1008, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5719, 'Grrrr... fresh meat!', 1008, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5720, 'More bones to gnaw on...', 1009, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5721, 'Grrrr... fresh meat!', 1009, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5722, 'More bones to gnaw on...', 1010, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5723, 'Grrrr... fresh meat!', 1010, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5724, 'More bones to gnaw on...', 1011, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5725, 'Grrrr... fresh meat!', 1011, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5726, 'More bones to gnaw on...', 1012, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5727, 'Grrrr... fresh meat!', 1012, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5728, 'More bones to gnaw on...', 1013, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5729, 'Grrrr... fresh meat!', 1013, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5730, 'More bones to gnaw on...', 1014, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5731, 'Grrrr... fresh meat!', 1014, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5732, 'More bones to gnaw on...', 1065, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5733, 'Grrrr... fresh meat!', 1065, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5734, 'More bones to gnaw on...', 1426, 0, 12, 0, 100, 0, 0, 0, 1871),
|
|
(5735, 'Grrrr... fresh meat!', 1426, 1, 12, 0, 100, 0, 0, 0, 1870),
|
|
(5736, 'Raaar!!! Me smash $r!', 7033, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5737, 'Me smash! You die!', 7033, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5738, 'I\'ll crush you!', 7033, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5739, 'Raaar!!! Me smash $r!', 7034, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5740, 'Me smash! You die!', 7034, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5741, 'I\'ll crush you!', 7034, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5742, 'Raaar!!! Me smash $r!', 7035, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5743, 'Me smash! You die!', 7035, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5744, 'I\'ll crush you!', 7035, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5745, 'Raaar!!! Me smash $r!', 8977, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5746, 'Me smash! You die!', 8977, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5747, 'I\'ll crush you!', 8977, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5748, '%s goes into a frenzy!', 8979, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5749, 'Raaar!!! Me smash $r!', 9604, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5750, 'Me smash! You die!', 9604, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5751, 'I\'ll crush you!', 9604, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5752, '%s goes into a frenzy!', 9605, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5753, '%s goes into a frenzy!', 9779, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5754, '%s goes into a frenzy!', 12379, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5755, 'You be dead soon!', 706, 0, 12, 0, 100, 0, 0, 0, 10434),
|
|
(5756, 'Killing you be easy.', 706, 1, 12, 0, 100, 0, 0, 0, 1909),
|
|
(5757, 'I gonna make you into mojo!', 706, 2, 12, 0, 100, 0, 0, 0, 10435),
|
|
(5758, 'DESTROY!', 1115, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5759, 'KILL!', 1115, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5760, 'CRUSH!', 1115, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5761, 'DESTROY!', 1116, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5762, 'KILL!', 1116, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5763, 'CRUSH!', 1116, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5764, '%s becomes enraged!', 1118, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(5765, 'Time to bash!', 1119, 0, 12, 0, 100, 0, 0, 0, 1917),
|
|
(5766, 'You be dead soon!', 1120, 0, 12, 0, 100, 0, 0, 0, 10434),
|
|
(5767, 'Killing you be easy.', 1120, 1, 12, 0, 100, 0, 0, 0, 1909),
|
|
(5768, 'I gonna make you into mojo!', 1120, 2, 12, 0, 100, 0, 0, 0, 10435),
|
|
(5769, 'You be dead soon!', 1123, 0, 12, 0, 100, 0, 0, 0, 10434),
|
|
(5770, 'Killing you be easy.', 1123, 1, 12, 0, 100, 0, 0, 0, 1909),
|
|
(5771, 'I gonna make you into mojo!', 1123, 2, 12, 0, 100, 0, 0, 0, 10435),
|
|
(5772, 'Iman m t\'ief fu Fus\'obeah italaf', 1124, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(5773, 'Killing you be easy.', 1124, 1, 12, 0, 100, 0, 0, 0, 1909),
|
|
(5774, 'I\'ll cut you!', 1211, 0, 12, 7, 100, 0, 0, 0, 1912),
|
|
(5775, 'So ju weh siame is fus nehjo skam worl Uptfeel', 1260, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(5776, 'Dim wha Siame cyaa fi so yudo', 1397, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(5777, 'Iman m t\'ief fu Fus\'obeah italaf', 1397, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(5778, 'I\'ll cut you!', 8503, 0, 12, 7, 100, 0, 0, 0, 1912),
|
|
(5779, 'YOU WANT DRINK?! WE GOT DRINK!', 23685, 0, 14, 1, 100, 0, 0, 0, 28559),
|
|
(5780, 'HEY YOU! DRINK OGRE BREWS! MAKE YOU BIG AND STRONG!', 23685, 1, 14, 1, 100, 0, 0, 0, 28560),
|
|
(5781, 'YOU TRY DA\' BEST, NOW TRY DA\' REST! OGRE BREW!!', 23685, 2, 14, 1, 100, 0, 0, 0, 28561),
|
|
(5782, '%s goes into a frenzy!', 2619, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5783, 'Bully!', 19219, 0, 14, 0, 100, 0, 0, 11167, 19957),
|
|
(5784, 'You have my word that I shall find a use for your body after I\'ve killed you, $r.', 2733, 0, 12, 7, 100, 0, 0, 0, 896),
|
|
(5785, 'You will never stop the Forsaken, $r. The Dark Lady shall make you suffer.', 2733, 1, 12, 7, 100, 0, 0, 0, 895),
|
|
(5786, 'Stop! Foolish $c, we cannot let you summon the creature Myzrael!', 2763, 0, 14, 0, 100, 0, 0, 0, 841),
|
|
(5787, 'Take that! The Drywhiskers will prevail!', 2764, 0, 12, 0, 100, 0, 0, 0, 814),
|
|
(5788, 'Stand firm, brothers. And don\'t worry! Size is on our side!', 2764, 1, 12, 0, 100, 0, 0, 0, 812),
|
|
(5789, 'No! Leave us! We must not fail our task!', 2765, 0, 12, 0, 100, 0, 0, 0, 815),
|
|
(5790, 'Stand firm, brothers. And don\'t worry! Size is on our side!', 2765, 1, 12, 0, 100, 0, 0, 0, 812),
|
|
(5791, 'The Great One will smash you!', 2765, 2, 12, 0, 100, 0, 0, 0, 808),
|
|
(5792, 'Raaar!!! Me smash $r!', 2793, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5793, 'Me smash! You die!', 2793, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5794, 'I\'ll crush you!', 2793, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5795, 'Raaar!!! Me smash $r!', 2701, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5796, 'Me smash! You die!', 2701, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5797, 'I\'ll crush you!', 2701, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5798, 'Raaar!!! Me smash $r!', 2715, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5799, 'Me smash! You die!', 2715, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5800, 'I\'ll crush you!', 2715, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5801, 'Raaar!!! Me smash $r!', 2717, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5802, 'Me smash! You die!', 2717, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5803, 'I\'ll crush you!', 2717, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5804, 'Damn, I\'m good!', 19219, 1, 14, 0, 100, 0, 0, 11164, 19954),
|
|
(5805, 'Can\'t say I didn\'t warn you....', 19219, 0, 14, 0, 100, 0, 0, 11163, 19953),
|
|
(5806, 'No! Leave us! We must not fail our task!', 4063, 0, 12, 0, 100, 0, 0, 0, 815),
|
|
(5807, 'Die! You will not free Myzrael!', 4063, 1, 12, 0, 100, 0, 0, 0, 807),
|
|
(5808, 'The Great One will smash you!', 4063, 2, 12, 0, 100, 0, 0, 0, 808),
|
|
(5809, 'Raaar!!! Me smash $r!', 2716, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5810, 'Me smash! You die!', 2716, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5811, 'I\'ll crush you!', 2716, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5812, 'Raaar!!! Me smash $r!', 2718, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5813, 'Me smash! You die!', 2718, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5814, 'I\'ll crush you!', 2718, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5815, 'Raaar!!! Me smash $r!', 2720, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5816, 'Me smash! You die!', 2720, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5817, 'I\'ll crush you!', 2720, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5818, '%s goes into a frenzy!', 2791, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5819, 'Raaar!!! Me smash $r!', 2906, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5820, 'Me smash! You die!', 2906, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5821, 'I\'ll crush you!', 2906, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5822, 'One day I\'ll be a real boy.', 2922, 0, 12, 0, 100, 0, 0, 0, 902),
|
|
(5823, 'Gizmos... check. Doothingies... check. Wizzers... check.', 2922, 1, 12, 0, 100, 0, 0, 0, 904),
|
|
(5824, 'It can get really hot here in the Badlands. But at least it\'s a dry heat.', 2922, 2, 12, 0, 100, 0, 0, 0, 903),
|
|
(5825, 'We can make it better, stronger, faster. We have the technology. We have the magic.', 2922, 0, 12, 0, 100, 0, 0, 0, 901),
|
|
(5826, 'It is dangerous here, master. But I shall help stand guard.', 2922, 1, 12, 0, 100, 0, 0, 0, 905),
|
|
(5827, 'Brzt... click... whir...', 2922, 2, 12, 0, 100, 0, 0, 0, 899),
|
|
(5828, '%s seems much calmer now that it has eaten the remains of $n.', 2931, 0, 16, 0, 100, 0, 0, 0, 907),
|
|
(5829, 'Unknown life forms detected....assessing...', 14224, 0, 12, 0, 100, 0, 0, 0, 9092),
|
|
(5830, 'Target lost....resuming search patterns Delta', 14224, 1, 12, 0, 100, 0, 0, 0, 9093),
|
|
(5831, 'Scanning life forms....target not found', 14224, 2, 12, 0, 100, 0, 0, 0, 9091),
|
|
(5832, 'Ilifar, your master calls!', 7664, 0, 14, 0, 100, 0, 0, 0, 3691),
|
|
(5833, 'Let the flames of chaos engulf you!', 7664, 0, 14, 0, 100, 0, 0, 0, 3689),
|
|
(5834, 'Face my champion, mortals!', 7664, 0, 14, 0, 100, 0, 0, 0, 3692),
|
|
(5835, 'Prepare yourselves for an eternity of anguish and torture - vengeance shall be mine...', 7664, 0, 14, 0, 100, 0, 0, 0, 3693),
|
|
(5836, '%s goes into a frenzy!', 8297, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5837, 'Undead are crawling all over the land. Where is the Stormwind Army?', 263, 0, 12, 7, 100, 0, 0, 0, 63),
|
|
(5838, 'The Council of Duskwood must take action. Evil lingers in the air.', 269, 0, 12, 7, 100, 0, 0, 0, 68),
|
|
(5839, 'The people of Darkshire expect more from the Council. We cannot let them suffer from this unholy wrath which plagues us.', 269, 1, 12, 7, 100, 0, 0, 0, 69),
|
|
(5840, 'Constant bickering will get us nowhere. We need to take action.', 269, 2, 12, 7, 100, 0, 0, 0, 70),
|
|
(5841, 'We need better representation from Stormwind. Our homes are falling to the undead.', 270, 0, 12, 7, 100, 0, 0, 0, 67),
|
|
(5842, 'Our cause falls on deaf ears beyond the thick, stone walls of Stormwind.', 271, 0, 12, 7, 100, 0, 0, 0, 72),
|
|
(5843, 'The news from Stormwind does not bode well. . . .', 271, 1, 12, 7, 100, 0, 0, 0, 71),
|
|
(5844, 'I shall spill your blood, $C!', 315, 0, 12, 0, 100, 0, 0, 0, 509),
|
|
(5845, 'Who dares disturb me? Die $n!', 315, 1, 12, 0, 100, 0, 0, 0, 508),
|
|
(5846, 'I fear something dark is coming.', 325, 0, 12, 7, 100, 0, 0, 0, 965),
|
|
(5847, 'The light appears to have forsaken us.', 325, 1, 12, 7, 100, 0, 0, 0, 966),
|
|
(5848, 'Why haven\'t the Stormwind guards come?', 325, 2, 12, 7, 100, 0, 0, 0, 964),
|
|
(5849, 'Raaar!!! Me smash $r!', 212, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5850, 'Me smash! You die!', 212, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5851, 'I\'ll crush you!', 212, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5852, 'Raaar!!! Me smash $r!', 889, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5853, 'Me smash! You die!', 889, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5854, 'I\'ll crush you!', 889, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5855, 'Raaar!!! Me smash $r!', 891, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5856, 'Me smash! You die!', 891, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5857, 'I\'ll crush you!', 891, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5858, 'Raaar!!! Me smash $r!', 892, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5859, 'Me smash! You die!', 892, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5860, 'I\'ll crush you!', 892, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5861, 'Raaar!!! Me smash $r!', 1251, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5862, 'Me smash! You die!', 1251, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5863, 'I\'ll crush you!', 1251, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5864, '%s goes into a frenzy!', 8598, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5865, 'LEAVE THIS PLACE!', 10940, 0, 12, 0, 100, 0, 0, 0, 6260),
|
|
(5866, 'I sense danger up ahead.', 12337, 0, 12, 0, 100, 0, 0, 0, 7596),
|
|
(5867, 'If I should fall, take my pouch. Make certain that it gets to the High General.', 12337, 1, 12, 0, 100, 0, 0, 0, 7599),
|
|
(5868, 'My back is killing me.', 12337, 2, 12, 0, 100, 0, 0, 0, 7597),
|
|
(5869, 'You can leave my sight, squire, before I slay you. Again.', 27928, 0, 12, 0, 100, 0, 0, 0, 28104),
|
|
(5870, 'No. Away with you, worm.', 27928, 1, 12, 0, 100, 0, 0, 0, 28105),
|
|
(5871, 'Get away from me, Edwards, lest I behead you.', 27928, 2, 12, 0, 100, 0, 0, 0, 28102),
|
|
(5872, 'Toil not in matters of the past, $n!', 2044, 0, 12, 0, 100, 0, 0, 0, 505),
|
|
(5873, 'Who is this mere $r that meddles with that which is past? May the legend of Stalvan die along with you!', 2044, 1, 12, 0, 100, 0, 0, 0, 504),
|
|
(5874, 'Take heart! Your friends will not long mourn your passing! ', 15367, 0, 12, 0, 100, 0, 0, 0, 10986),
|
|
(5875, 'Move along, $C!', 15371, 0, 12, 0, 100, 66, 0, 0, 10992),
|
|
(5876, 'Off with you, $n!', 15371, 1, 12, 0, 100, 66, 0, 0, 10993),
|
|
(5877, 'Do not push it citizen!', 15371, 0, 12, 0, 100, 1, 0, 0, 10994),
|
|
(5878, 'Uphold the law!', 15638, 0, 12, 0, 100, 0, 0, 0, 12823),
|
|
(5879, 'Serve the public trust!', 15638, 1, 12, 0, 100, 0, 0, 0, 12824),
|
|
(5880, 'Protect the innocent!', 15638, 2, 12, 0, 100, 0, 0, 0, 35823),
|
|
(5881, '%s becomes enraged!', 15643, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(5882, 'The pain...the need...I hunger for more...', 15644, 0, 12, 10, 100, 0, 0, 0, 12149),
|
|
(5883, 'I cannot stand the pain. I must find a new source.', 15644, 1, 12, 10, 100, 0, 0, 0, 12151),
|
|
(5884, 'More, more, more! I must feed soon.', 15644, 2, 12, 10, 100, 0, 0, 0, 12150),
|
|
(5885, 'The pain...the need...I hunger for more...', 15645, 0, 12, 10, 100, 0, 0, 0, 12149),
|
|
(5886, 'I cannot stand the pain. I must find a new source.', 15645, 1, 12, 10, 100, 0, 0, 0, 12151),
|
|
(5887, 'More, more, more! I must feed soon.', 15645, 2, 12, 10, 100, 0, 0, 0, 12150),
|
|
(5888, '%s bursts, showering the area with arcane residue!', 15648, 0, 16, 0, 100, 0, 0, 0, 12780),
|
|
(5889, '%s goes into a frenzy!', 15656, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5890, '%s goes into a frenzy!', 15657, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5891, 'Why do we ally with filthy stinking trolls? The only good troll is a dead troll.', 16263, 0, 12, 0, 100, 1, 0, 0, 12787),
|
|
(5892, 'Does anyone need supplies to hunt down the trolls? Any troll will do.', 16263, 1, 12, 0, 100, 1, 0, 0, 12786),
|
|
(5893, 'Please! I must feed on something soon... A mana crystal.... a shard... anything! The pain is unbearable!', 16916, 0, 12, 1, 100, 0, 0, 0, 12835),
|
|
(5894, 'Tell us! Where does your leader hide?', 16924, 0, 12, 1, 100, 1, 0, 0, 12833),
|
|
(5895, 'You\'re not getting anything until you speak, scum!', 16924, 0, 12, 1, 100, 1, 0, 0, 12834),
|
|
(5896, '%s goes into a frenzy!', 17086, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5897, 'Ooh what a dreadful job!\n', 18929, 0, 12, 0, 100, 1, 0, 0, 16094),
|
|
(5898, 'Why couldn\'t mother have chosen something else to dedicate herself to?\n', 18929, 1, 12, 0, 100, 1, 0, 0, 16097),
|
|
(5899, 'If only I had some wine to go with my cheese...\n', 18929, 2, 12, 0, 100, 18, 0, 0, 16093),
|
|
(5900, 'I\'m right here, daddy. You\'ve been asleep all day long. You sure must be tired!', 20098, 0, 12, 10, 100, 1, 0, 0, 17598),
|
|
(5901, 'Was... Was it all a dream? Azuremyst, Bloodmyst, Zangarmarsh, Shadowmoon... even Zul\'Aman... Jane! Jane where are you!', 20100, 0, 12, 10, 100, 1, 0, 0, 17596),
|
|
(5902, 'Ah, wonderful. It was all just a dream...', 20100, 0, 12, 10, 100, 1, 0, 0, 17597),
|
|
(5903, '%s shimmers and becomes intangible!', 16325, 0, 16, 0, 100, 0, 0, 0, 12690),
|
|
(5904, '%s shimmers and becomes intangible!', 16326, 0, 16, 0, 100, 0, 0, 0, 12690),
|
|
(5905, 'Insolence!', 16329, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(5906, 'School is in session!', 1853, 0, 14, 0, 100, 0, 0, 0, 7145),
|
|
(5907, '%s goes into a frenzy!', 2249, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(5908, 'More agents of the Syndicate I\'ll wager! You\'ll never take back Alterac... or Southshore!', 2276, 0, 12, 7, 100, 0, 0, 0, 629),
|
|
(5909, 'I spent my whole life caring for these trees. Pruning and nurturing them... only fitting that they have joined me in death.', 2396, 0, 12, 0, 100, 0, 0, 0, 616),
|
|
(5910, 'This orchard is now as barren and lifeless as my rotting shell. Once these trees bloomed with fruit but now there is only rot.', 2396, 1, 12, 0, 100, 0, 0, 0, 615),
|
|
(5911, 'Intruders! Attack the intruders!', 2405, 0, 12, 1, 100, 0, 0, 0, 8419),
|
|
(5912, 'Never cross a Dark Iron, $C.', 2428, 0, 12, 0, 100, 0, 0, 0, 1934),
|
|
(5913, 'Time to die, $C.', 2428, 1, 12, 0, 100, 0, 0, 0, 1935),
|
|
(5914, 'Feel the power of the Dark Iron Dwarves!', 2428, 2, 12, 0, 100, 0, 0, 0, 1936),
|
|
(5915, 'Revenge shall be mine at last!', 2433, 0, 14, 0, 100, 1, 0, 0, 603),
|
|
(5916, 'I have risen!', 2433, 1, 14, 0, 100, 1, 0, 0, 602),
|
|
(5917, 'Southshore shall pay in blood!', 2433, 2, 14, 0, 100, 1, 0, 0, 604),
|
|
(5918, 'The undead shall feast on your soul, $n.', 2433, 0, 14, 0, 100, 1, 0, 0, 601),
|
|
(5919, 'Help me! Help! Assassins in the hills! To arms! To arms!', 2435, 0, 14, 7, 100, 22, 0, 0, 619),
|
|
(5920, 'Guards to your posts! They must be after the Magistrate again. He must be protected! They could come from any direction!', 2435, 0, 12, 7, 100, 1, 0, 0, 621),
|
|
(5921, 'The Southshore Crier grabs the back of his neck and his eyes go wide.', 2435, 0, 16, 0, 100, 0, 0, 0, 623),
|
|
(5922, 'Assassins... save... th... Magistraaa...', 2435, 0, 12, 7, 100, 65, 0, 0, 626),
|
|
(5923, 'Mine! You shall not take this place!', 24960, 0, 12, 10, 100, 0, 0, 0, 24005),
|
|
(5924, 'Get away, this place is ours!', 24966, 0, 12, 10, 100, 0, 0, 0, 24004),
|
|
(5925, 'Shattered Sun scum! Fire at will!', 25132, 0, 14, 0, 100, 0, 0, 0, 24175),
|
|
(5926, 'Dragonhawk incoming from the west! Shoot that $c down!', 25144, 0, 12, 0, 100, 0, 0, 0, 24173),
|
|
(5927, 'Keep your eye on the demons. We\'re not concerned with killing Scourge today.', 25144, 1, 14, 0, 100, 0, 0, 0, 24184),
|
|
(5928, 'Attention!', 25162, 0, 12, 0, 100, 0, 0, 0, 26245),
|
|
(5929, 'Alright, quiet down. We have a lot to do and very little time to do it in, people.', 25162, 0, 12, 0, 100, 0, 0, 0, 24210),
|
|
(5930, 'I\'ve stood with some of you draenei before at Skettis, and others in Shadowmoon Valley. But now we\'re on Azeroth, and the situation looks grim.', 25162, 0, 12, 0, 100, 0, 0, 0, 24211),
|
|
(5931, 'First though, you sin\'dorei listen up. I run a tight ship... this isn\'t going to be like what you\'re used to with the Scryers. Pull your weight, or get back on the boat!', 25162, 0, 12, 0, 100, 0, 0, 0, 24212),
|
|
(5932, 'Now that that\'s out of the way, welcome to the Isle of Quel\'Danas. The Sunwell\'s on the plateau to the south, and Prince Kael\'thas is holed up in the Magisters\' Terrace to the east.', 25162, 0, 12, 0, 100, 0, 0, 0, 24213),
|
|
(5933, 'We\'re here as support for the so-called \'adventurers\' that the brass has called in. We\'ll help them hold the key points on the island, and keep the heat off so that they can do their jobs.', 25162, 0, 12, 0, 100, 0, 0, 0, 24214),
|
|
(5934, 'If none of you ladies have any questions, you can get further instructions and assignments from your squad leaders. That\'s it. Good luck!', 25162, 0, 12, 0, 100, 0, 0, 0, 24215),
|
|
(5935, 'Attention!', 25162, 0, 12, 0, 100, 0, 0, 0, 26245),
|
|
(5936, 'Welcome to the Sunwell. Despite the mild temperatures and scenic vistas, you\'re not on vacation, ladies and gentlemen!', 25162, 0, 12, 0, 100, 0, 0, 0, 24216),
|
|
(5937, 'The current situation looks like this: we\'re holding what we can while those with more experience and better equipment are moving against Prince Kael\'thas.', 25162, 0, 12, 0, 100, 0, 0, 0, 24217),
|
|
(5938, 'I know, we thought he was dead too, but that\'s not the case. He\'s trying to use the Sunwell to bring the master of the Burning Legion, Kil\'Jaeden, into this world.', 25162, 0, 12, 0, 100, 0, 0, 0, 24218),
|
|
(5939, 'Let me assure you people that if he\'s successful, this world will suffer far worse than Outland ever did! So, let\'s make sure that doesn\'t come to pass.', 25162, 0, 12, 0, 100, 0, 0, 0, 24219),
|
|
(5940, 'Warriors will be deployed to hold key positions, while you marksmen will be assigned to keep the enemy fliers at bay.', 25162, 0, 12, 0, 100, 0, 0, 0, 24220),
|
|
(5941, 'I\'m awaiting orders on your specific assignments. In the meantime, stay here and be ready to move at a moment\'s notice!', 25162, 0, 12, 0, 100, 0, 0, 0, 24221),
|
|
(5942, 'Attention!', 25162, 0, 12, 0, 100, 0, 0, 0, 26245),
|
|
(5943, 'Hello to you new recruits. I\'m Drill Sergeant Bahduum. For the next few days, you\'re going to receive orientation.', 25162, 0, 12, 0, 100, 0, 0, 0, 24195),
|
|
(5944, 'The Isle of Quel\'Danas has been overrun by the forces of Prince Kael\'thas Sunstrider. Intel had him pegged as deceased. Intel was wrong.', 25162, 0, 12, 0, 100, 0, 0, 0, 24196),
|
|
(5945, 'Up on the plateau, he and his demon friends are trying to reignite the Sunwell and open a rift to bring their head-honcho, Kil\'Jaeden, back into the world.', 25162, 0, 12, 0, 100, 0, 0, 0, 24197),
|
|
(5946, 'Our job is to clear out as much of his fodder as we can, while supporting the specialists that the powers-that-be are having brought in.', 25162, 0, 12, 0, 100, 0, 0, 0, 24198),
|
|
(5947, 'Needless to say, a lot of us won\'t be going home. But if you remember your training and keep your wits about you, you\'ll greatly increase your chances.', 25162, 0, 12, 0, 100, 0, 0, 0, 24199),
|
|
(5948, 'That\'s all I have to say for now. Stay focused, boys and girls.', 25162, 0, 12, 0, 100, 0, 0, 0, 24200),
|
|
(5949, 'DESTROY!', 1161, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5950, 'KILL!', 1161, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5951, 'CRUSH!', 1161, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5952, 'DESTROY!', 1162, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5953, 'KILL!', 1162, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5954, 'CRUSH!', 1162, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5955, 'DESTROY!', 1163, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5956, 'KILL!', 1163, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5957, 'CRUSH!', 1163, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5958, 'DESTROY!', 1165, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5959, 'KILL!', 1165, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5960, 'CRUSH!', 1165, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5961, 'DESTROY!', 1166, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5962, 'KILL!', 1166, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5963, 'CRUSH!', 1166, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5964, 'DESTROY!', 1167, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5965, 'KILL!', 1167, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5966, 'CRUSH!', 1167, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5967, 'Time to die, $C.', 1169, 0, 12, 0, 100, 0, 0, 0, 1935),
|
|
(5968, 'Feel the power of the Dark Iron Dwarves!', 1169, 1, 12, 0, 100, 0, 0, 0, 1936),
|
|
(5969, 'Yip! Me kill!', 1172, 0, 12, 0, 100, 0, 0, 0, 1920),
|
|
(5970, 'Me no run from $C like you!', 1172, 1, 12, 0, 100, 0, 0, 0, 1921),
|
|
(5971, 'Yip! Me kill!', 1173, 0, 12, 0, 100, 0, 0, 0, 1920),
|
|
(5972, 'Me no run from $C like you!', 1173, 1, 12, 0, 100, 0, 0, 0, 1921),
|
|
(5973, 'Yip! Me kill!', 1174, 0, 12, 0, 100, 0, 0, 0, 1920),
|
|
(5974, 'Me no run from $C like you!', 1174, 1, 12, 0, 100, 0, 0, 0, 1921),
|
|
(5975, 'Yip! Me kill!', 1175, 0, 12, 0, 100, 0, 0, 0, 1920),
|
|
(5976, 'Me no run from $C like you!', 1175, 1, 12, 0, 100, 0, 0, 0, 1921),
|
|
(5977, 'Yip! Me kill!', 1177, 0, 12, 0, 100, 0, 0, 0, 1920),
|
|
(5978, 'Me no run from $C like you!', 1177, 1, 12, 0, 100, 0, 0, 0, 1921),
|
|
(5979, 'Me smash! You die!', 1178, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5980, 'I\'ll crush you!', 1178, 1, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5981, 'Raaar!!! Me smash $r!', 1179, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5982, 'Me smash! You die!', 1179, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5983, 'I\'ll crush you!', 1179, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5984, 'Raaar!!! Me smash $r!', 1180, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5985, 'Me smash! You die!', 1180, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5986, 'I\'ll crush you!', 1180, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5987, 'Me smash! You die!', 1181, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5988, 'I\'ll crush you!', 1181, 1, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5989, 'Raaar!!! Me smash $r!', 1183, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(5990, 'Me smash! You die!', 1183, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(5991, 'I\'ll crush you!', 1183, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(5992, 'DESTROY!', 1197, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(5993, 'KILL!', 1197, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(5994, 'CRUSH!', 1197, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(5995, 'Yip! Me kill!', 1202, 0, 12, 0, 100, 0, 0, 0, 1920),
|
|
(5996, 'Me no run from $C like you!', 1202, 1, 12, 0, 100, 0, 0, 0, 1921),
|
|
(5997, 'Weak $C! You are no match for the Stonesplinter Tribe!', 1202, 0, 12, 0, 100, 0, 0, 0, 443),
|
|
(5998, 'The only good $R is a dead $R!', 1202, 1, 12, 0, 100, 0, 0, 0, 447),
|
|
(5999, 'DESTROY!', 1393, 0, 12, 7, 100, 0, 0, 0, 1915),
|
|
(6000, 'KILL!', 1393, 1, 12, 0, 100, 0, 0, 0, 30905),
|
|
(6001, 'CRUSH!', 1393, 2, 12, 7, 100, 0, 0, 0, 1913),
|
|
(6002, '%s becomes enraged!', 1393, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6003, 'A $C called $n? You\'ll make a fine breakfast!', 1398, 0, 12, 0, 100, 0, 0, 0, 444),
|
|
(6004, 'Weak $C! You are no match for the Stonesplinter Tribe!', 1398, 1, 12, 0, 100, 0, 0, 0, 443),
|
|
(6005, 'The only good $R is a dead $R!', 1398, 2, 12, 0, 100, 0, 0, 0, 447),
|
|
(6006, '%s becomes enraged!', 1398, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6007, 'The Loch belongs to the Stonesplinter Tribe now, $n! Now die!', 1399, 0, 12, 0, 100, 0, 0, 0, 448),
|
|
(6008, 'Die, $R! These lands belong to the Stonesplinter Tribe!', 1399, 1, 12, 0, 100, 0, 0, 0, 446),
|
|
(6009, 'Weak $C! You are no match for the Stonesplinter Tribe!', 1399, 2, 12, 0, 100, 0, 0, 0, 443),
|
|
(6010, '[Dwarvish] Dum mos', 2149, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(6011, 'Raaar!!! Me smash $r!', 14267, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(6012, 'Me smash! You die!', 14267, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(6013, 'I\'ll crush you!', 14267, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(6014, 'Feel the power of the Blackrock Orcs!', 435, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6015, 'You are no match for the Blackrock Orcs!', 435, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6016, '%s becomes enraged!', 435, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6017, '%s becomes enraged!', 435, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6018, 'Feel the power of the Blackrock Orcs!', 436, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6019, 'You are no match for the Blackrock Orcs!', 436, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6020, '%s becomes enraged!', 436, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6021, 'Feel the power of the Blackrock Orcs!', 437, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6022, 'You are no match for the Blackrock Orcs!', 437, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6023, '%s becomes enraged!', 437, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6024, 'Feel the power of the Blackrock Orcs!', 440, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6025, 'You are no match for the Blackrock Orcs!', 440, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6026, '%s becomes enraged!', 440, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6027, 'Feel the power of the Blackrock Orcs!', 485, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6028, 'You are no match for the Blackrock Orcs!', 485, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6029, '%s becomes enraged!', 485, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6030, '%s becomes enraged!', 486, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6031, 'Feel the power of the Blackrock Orcs!', 615, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6032, 'You are no match for the Blackrock Orcs!', 615, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6033, '%s becomes enraged!', 615, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6034, '%s becomes enraged!', 4064, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6035, 'Feel the power of the Blackrock Orcs!', 4065, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6036, 'You are no match for the Blackrock Orcs!', 4065, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6037, '%s becomes enraged!', 4065, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6038, 'Feel the power of the Blackrock Orcs!', 4462, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6039, 'You are no match for the Blackrock Orcs!', 4462, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6040, '%s becomes enraged!', 4462, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6041, 'Feel the power of the Blackrock Orcs!', 4463, 0, 12, 1, 100, 0, 0, 0, 1874),
|
|
(6042, 'You are no match for the Blackrock Orcs!', 4463, 1, 12, 1, 100, 0, 0, 0, 1875),
|
|
(6043, '%s becomes enraged!', 4463, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6044, '%s becomes enraged!', 4464, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6045, 'Greetings citizen.', 466, 0, 12, 7, 100, 0, 0, 0, 0),
|
|
(6046, 'It\'s all their fault, stupid Alliance army. Just had to build their towers right behind my farm.', 1395, 0, 12, 7, 100, 0, 0, 0, 186),
|
|
(6047, 'Spare some change for a poor blind man? ...What do you mean I\'m not blind? ...I\'M NOT BLIND! I CAN SEE!! It\'s a miracle!', 1395, 1, 12, 7, 100, 0, 0, 0, 184),
|
|
(6048, 'I will gladly pay you Tuesday for a hamburger today.', 1395, 2, 12, 7, 100, 0, 0, 0, 182),
|
|
(6049, 'Could ye spare some coin?', 1402, 0, 12, 7, 100, 0, 0, 0, 179),
|
|
(6050, 'Help a poor bloke out?', 1402, 1, 12, 7, 100, 0, 0, 0, 183),
|
|
(6051, 'Shine yer armor for a copper.', 1402, 2, 12, 7, 100, 0, 0, 0, 185),
|
|
(6052, 'Could ye spare some coin?', 1405, 0, 12, 7, 100, 0, 0, 0, 179),
|
|
(6053, 'Help a poor bloke out?', 1405, 1, 12, 7, 100, 0, 0, 0, 183),
|
|
(6054, 'Shine yer armor for a copper.', 1405, 2, 12, 7, 100, 0, 0, 0, 185),
|
|
(6055, 'All of a sudden they were everywhere.', 1719, 0, 12, 7, 100, 0, 0, 0, 1661),
|
|
(6056, 'They must have had someone helping them.', 1719, 1, 12, 7, 100, 0, 0, 0, 1662),
|
|
(6057, 'If the Captain finds out, it\'ll be the end of me.', 1719, 2, 12, 7, 100, 0, 0, 0, 1659),
|
|
(6058, 'Is it true? Are there really crocolisks in the canals?', 3504, 0, 12, 7, 100, 0, 0, 0, 1098),
|
|
(6059, 'My feet hurt.', 3504, 1, 12, 7, 100, 0, 0, 0, 1099),
|
|
(6060, 'Are we there yet?', 3504, 2, 12, 0, 100, 0, 0, 0, 2223),
|
|
(6061, 'I wanna see the Mage Tower.', 3504, 0, 12, 7, 100, 0, 0, 0, 1097),
|
|
(6062, 'Where we goin\'?', 3504, 1, 12, 7, 100, 0, 0, 0, 1094),
|
|
(6063, 'Why do we always go the same way?', 3504, 2, 12, 7, 100, 0, 0, 0, 1100),
|
|
(6064, 'Freshly baked bread for sale!', 3518, 0, 12, 7, 100, 0, 0, 0, 1104),
|
|
(6065, 'Fresh bread for sale!', 3518, 1, 12, 7, 100, 0, 0, 0, 1101),
|
|
(6066, 'Seems like a hundred times a day I walk all the way to the well to get more water. No respect for their elders I tell ya.', 3520, 0, 12, 7, 100, 0, 0, 0, 1107),
|
|
(6067, 'Jack and Jill my wrinkled patoot! I do all the water luggin\' \'round here.', 3520, 1, 12, 7, 100, 0, 0, 0, 1110),
|
|
(6068, 'Think I\'m starting to wear a rut in the paving stones.', 3520, 2, 12, 7, 100, 0, 0, 0, 1111),
|
|
(6069, 'O\'course I\'m talkin to myself. Only way to get decent conversation in this city.', 3520, 0, 12, 7, 100, 0, 0, 0, 1108),
|
|
(6070, 'As if I don\'t have better things to do in my old age than carry buckets of water.', 3520, 1, 12, 7, 100, 0, 0, 0, 1106),
|
|
(6071, 'Where\'s the water, Emma? Get the water, Emma? If\'n it weren\'t fer me, that lot wouldn\'t know what water looks like.', 3520, 2, 12, 7, 100, 0, 0, 0, 1105),
|
|
(6072, 'You\'re going to be just fine.', 5042, 0, 12, 7, 100, 0, 0, 0, 1682),
|
|
(6073, 'Drink this, it will help.', 5042, 1, 12, 7, 100, 0, 0, 0, 1679),
|
|
(6074, 'Let me help you with those.', 5042, 2, 12, 7, 100, 0, 0, 0, 1685),
|
|
(6075, 'Remember, kid: You\'re always more wrong than you think you are. Double It!', 28347, 0, 12, 0, 100, 0, 0, 0, 27807),
|
|
(6076, 'Only put half as much in next time.', 28347, 1, 12, 0, 100, 0, 0, 0, 27806),
|
|
(6077, 'Then put twice as much in next time!', 28347, 2, 12, 0, 100, 0, 0, 0, 27805),
|
|
(6078, 'Sir, I think we were close with the Lethargy Root in that last poison recipe.', 28355, 0, 12, 0, 100, 0, 0, 0, 27803),
|
|
(6079, 'Sir, our customers are complaining that there\'s too much Deathweed in our Anesthetics.', 28355, 1, 12, 0, 100, 0, 0, 0, 27802),
|
|
(6080, 'Sir, our customers are complaining that there\'s not enough Maiden\'s Anguish in our Deadly Poisons.', 28355, 2, 12, 0, 100, 0, 0, 0, 27801),
|
|
(6081, '%s becomes enraged!', 587, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6082, '%s becomes enraged!', 597, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6083, '%s becomes enraged!', 2464, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6084, 'I cannot permit you to enter the Temple! I must destroy you for your own good!', 1063, 0, 12, 0, 100, 0, 0, 0, 9589),
|
|
(6085, '%s becomes enraged!', 2643, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6086, 'The Crusade will be victorious!', 28609, 0, 12, 0, 100, 0, 0, 0, 29717),
|
|
(6087, 'Let the purging begin!', 28609, 1, 12, 0, 100, 0, 0, 0, 29720),
|
|
(6088, 'You\'re not welcome in these lands, monster!', 28609, 2, 12, 0, 100, 0, 0, 0, 29719),
|
|
(6089, 'The Crusade will be victorious!', 28611, 0, 12, 0, 100, 0, 0, 0, 29717),
|
|
(6090, 'Let the purging begin!', 28611, 1, 12, 0, 100, 0, 0, 0, 29720),
|
|
(6091, 'You\'re not welcome in these lands, monster!', 28611, 2, 12, 0, 100, 0, 0, 0, 29719),
|
|
(6092, '%s becomes enraged!', 1802, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6093, 'Your bones will break under my boot, $r!', 1034, 0, 12, 1, 100, 0, 0, 0, 1938),
|
|
(6094, 'Long live the Dragonmaw! Die you worthless $r!', 1034, 1, 12, 1, 100, 0, 0, 0, 1939),
|
|
(6095, 'For the Dragonmaw!', 1034, 2, 12, 1, 100, 0, 0, 0, 1937),
|
|
(6096, 'Your bones will break under my boot, $r!', 1035, 0, 12, 1, 100, 0, 0, 0, 1938),
|
|
(6097, 'Long live the Dragonmaw! Die you worthless $r!', 1035, 1, 12, 1, 100, 0, 0, 0, 1939),
|
|
(6098, 'For the Dragonmaw!', 1035, 2, 12, 1, 100, 0, 0, 0, 1937),
|
|
(6099, 'Your bones will break under my boot, $r!', 1036, 0, 12, 1, 100, 0, 0, 0, 1938),
|
|
(6100, 'Long live the Dragonmaw! Die you worthless $r!', 1036, 1, 12, 1, 100, 0, 0, 0, 1939),
|
|
(6101, 'For the Dragonmaw!', 1036, 2, 12, 1, 100, 0, 0, 0, 1937),
|
|
(6102, '%s goes into a frenzy!', 3727, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(6103, '%s charges!', 3817, 0, 16, 0, 100, 0, 0, 0, 37643),
|
|
(6104, '%s charges!', 3818, 0, 16, 0, 100, 0, 0, 0, 37643),
|
|
(6105, 'Someone come read this wanted poster to Grek. Grek can\'t read!', 19606, 0, 12, 1, 100, 18, 0, 6941, 16985),
|
|
(6106, 'Grek get drink!', 19606, 0, 12, 1, 100, 7, 0, 0, 19073),
|
|
(6107, 'Grek try!', 19606, 0, 12, 0, 100, 5, 0, 0, 17069),
|
|
(6108, 'This oil no good for Grek! What Grek look like to you, some weakling in robes?', 19606, 0, 12, 0, 100, 6, 0, 0, 17070),
|
|
(6109, 'Step forward. I will see that you are properly welcomed!', 17976, 0, 14, 0, 100, 0, 0, 11071, 19936),
|
|
(6110, 'Oh, stop your whimpering!', 17976, 0, 14, 0, 100, 0, 0, 11072, 19937),
|
|
(6111, 'Mission accomplished!', 17976, 1, 14, 0, 100, 0, 0, 11073, 19938),
|
|
(6112, 'You are no longer dealing with some underling!', 17976, 0, 14, 0, 100, 0, 0, 11076, 19939),
|
|
(6113, 'Band\'or shorel\'aran!', 17976, 0, 14, 0, 100, 0, 0, 11077, 19940),
|
|
(6114, '%s calls for reinforcements!', 17976, 0, 16, 0, 100, 0, 0, 0, 17562),
|
|
(6115, 'Guards, rally! Cut these invaders down!', 17976, 0, 14, 0, 100, 0, 0, 11078, 19941),
|
|
(6116, 'I have not yet... begun to...', 17976, 0, 14, 0, 100, 0, 0, 11079, 19942),
|
|
(6117, 'What aggravation is this? You will die!', 17978, 0, 14, 0, 100, 0, 0, 11205, 20012),
|
|
(6118, 'You seek a prize, eh? How about death?', 17978, 0, 14, 0, 100, 0, 0, 11206, 20013),
|
|
(6119, 'I hate to say I told you so...', 17978, 0, 14, 0, 100, 0, 0, 11207, 20014),
|
|
(6120, 'Your life will be mine!', 17978, 0, 14, 0, 100, 0, 0, 11208, 20015),
|
|
(6121, 'I revel in your pain!', 17978, 0, 14, 0, 100, 0, 0, 11209, 20016),
|
|
(6122, 'I\'ll incinerate you!', 17978, 0, 14, 0, 100, 0, 0, 11210, 20017),
|
|
(6123, 'Scream while you burn!', 17978, 1, 14, 0, 100, 0, 0, 11211, 20018),
|
|
(6124, 'You won\'t... get far.', 17978, 0, 14, 0, 100, 0, 0, 11212, 20019),
|
|
(6125, '%s becomes enraged!', 17978, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(6126, 'My patience has reached its limit. I will be rid of you!', 28859, 0, 14, 0, 100, 0, 4000, 14517, 31764),
|
|
(6127, 'A Power Spark forms from a nearby rift!', 30084, 0, 41, 0, 100, 0, 10000, 0, 32957),
|
|
(6128, '%s lets out a shrill cry.', 10506, 0, 16, 0, 100, 0, 0, 0, 5788),
|
|
(6129, 'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.', 4295, 0, 12, 0, 0, 0, 0, 0, 2626),
|
|
(6130, 'In fact, it would be best if you just stay here. You\'d only get in my way....', 24375, 0, 14, 0, 100, 0, 0, 0, 23242),
|
|
(6131, 'I\'ve researched this site extensively and I won\'t allow any dim-witted treasure hunters to swoop in and steal what belongs in a museum. I\'ll lead this charge.', 24375, 0, 14, 0, 100, 0, 0, 0, 23241),
|
|
(6132, 'According to my calculations, if enough of us bang the gong at once the seal on these doors will break and we can enter.', 24358, 0, 14, 0, 100, 1, 0, 0, 24295),
|
|
(6133, 'Suit yourself. At least three of you must assist me if we\'re to get inside. Follow me....', 24358, 0, 14, 0, 100, 1, 0, 0, 24294),
|
|
(6134, 'More intruders! Sound da alarm!', 23597, 0, 14, 0, 100, 25, 0, 12104, 23252),
|
|
(6135, 'It is not yet your time, champion. Rise! Rise and fight once more!', 28534, 0, 15, 0, 100, 0, 0, 0, 28497),
|
|
(6136, 'The realm of shadows awaits...', 28654, 0, 12, 0, 100, 0, 0, 0, 28794),
|
|
(6137, 'Where\'d this come from? I better get this down to the ships before the foreman sees it!', 28841, 0, 12, 0, 100, 0, 0, 0, 28898),
|
|
(6138, 'Now I can have a rest!', 28841, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(6139, 'I be da predator! You da prey...', 23574, 0, 14, 0, 100, 0, 0, 12013, 23235),
|
|
(6140, 'Feed, me bruddahs!', 23574, 0, 14, 0, 100, 0, 0, 12014, 23931),
|
|
(6141, 'Your death gonna be quick, strangers. You shoulda never come to this place....', 23574, 0, 14, 0, 100, 0, 0, 12015, 23308),
|
|
(6142, 'All you be doin\' is wastin\' me time!', 23574, 0, 14, 0, 100, 0, 0, 12016, 23236),
|
|
(6143, 'Ya got nothin\'!', 23574, 0, 14, 0, 100, 0, 0, 12017, 23234),
|
|
(6144, 'Stop your cryin\'!', 23574, 1, 14, 0, 100, 0, 0, 12018, 23233),
|
|
(6145, 'You can\'t... kill... me spirit!', 23574, 0, 14, 0, 100, 0, 0, 12019, 23232),
|
|
(6146, 'Who dares awaken Archaedas? Who dares the wrath of the Makers?', 2748, 0, 14, 0, 100, 0, 0, 5855, 3400),
|
|
(6147, 'Awake, ye servants! Defend the Disks!', 2748, 0, 14, 0, 100, 0, 0, 5856, 6536),
|
|
(6148, 'To my side, brothers! For the Makers!', 2748, 0, 14, 0, 100, 0, 0, 5857, 6537),
|
|
(6149, 'Reckless mortal!', 2748, 0, 14, 0, 100, 0, 0, 5858, 6215),
|
|
(6150, '%s lunges for $n!', 31125, 0, 16, 0, 100, 0, 0, 0, 33085),
|
|
(6151, 'Go ahead, gimme your best shot. I can take it!', 19219, 0, 14, 0, 100, 0, 0, 11166, 19956),
|
|
(6152, 'Think you can hurt me, huh? Think I\'m afraid a\' you?', 19219, 0, 14, 0, 100, 0, 0, 11165, 19955),
|
|
(6153, 'An unforeseen... contingency.', 19218, 0, 14, 0, 100, 0, 0, 11106, 20039),
|
|
(6154, 'You should split while you can.', 19219, 0, 14, 0, 100, 0, 0, 11162, 19952),
|
|
(6155, 'Measure twice; cut once.', 19218, 0, 14, 0, 100, 0, 0, 11104, 20037),
|
|
(6156, 'If my division is correct... you should be quite dead.', 19218, 1, 14, 0, 100, 0, 0, 11105, 20038),
|
|
(6157, 'Yes, the only logical outcome.', 19218, 1, 12, 0, 100, 0, 0, 11103, 20036),
|
|
(6158, 'I predict a painful death.', 19218, 0, 14, 0, 100, 0, 0, 11101, 20034),
|
|
(6159, 'Your strategy was flawed.', 19218, 0, 14, 0, 100, 0, 0, 11102, 20035),
|
|
(6160, '%s goes into a frenzy!', 15369, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(6161, '%s goes into a frenzy!', 15387, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(6162, 'Everybody always wanna take from us. Now we gonna start takin\' back. Anybody who get in our way...gonna drown in their own blood! De Amani empire be back now...seekin\' vengeance. And we gonna start...with you!', 23863, 0, 14, 0, 100, 0, 0, 12090, 0),
|
|
(6163, 'Nobody badduh dan me!', 23863, 0, 14, 0, 100, 0, 0, 12091, 0),
|
|
(6164, 'Got me some new tricks... like me brudda bear....', 23863, 0, 14, 0, 100, 0, 0, 12092, 0),
|
|
(6165, 'Dere be no hidin\' from da eagle!', 23863, 0, 14, 0, 100, 0, 0, 12093, 0),
|
|
(6166, 'Let me introduce you to me new bruddas: fang and claw!', 23863, 0, 14, 0, 100, 0, 0, 12094, 0),
|
|
(6167, 'Ya don\' have to look to da sky to see da dragonhawk!', 23863, 0, 14, 0, 100, 0, 0, 12095, 0),
|
|
(6168, 'Fire kill you just as quick!', 23863, 0, 14, 0, 100, 0, 0, 12096, 0),
|
|
(6169, 'You too slow! Me too strong!', 23863, 0, 14, 0, 100, 0, 0, 12097, 0),
|
|
(6170, 'Da Amani di chuka!', 23863, 0, 14, 0, 100, 0, 0, 12098, 0),
|
|
(6171, 'Lot more going to fall like you.', 23863, 1, 14, 0, 100, 0, 0, 12099, 0),
|
|
(6172, 'Mebbe me fall... but da Amani empire... never going to die.', 23863, 0, 14, 0, 100, 0, 0, 12100, 0),
|
|
(6173, 'TIMMY!', 10808, 0, 14, 0, 100, 0, 0, 0, 6150),
|
|
(6174, '%s focuses on $n!', 18371, 0, 41, 0, 100, 0, 0, 0, 19321),
|
|
(6175, 'You\'ve been MALOWNED!', 11143, 0, 14, 0, 100, 0, 0, 0, 6530),
|
|
(6176, 'An ancient being awakens in the distance...', 17225, 0, 16, 0, 100, 0, 0, 0, 13647),
|
|
(6177, 'What fools! I shall bring a quick end to your suffering!', 17225, 0, 14, 0, 100, 0, 0, 0, 13649),
|
|
(6178, 'Miserable vermin. I shall exterminate you from the air!', 17225, 0, 14, 0, 100, 0, 0, 0, 20023),
|
|
(6179, 'Enough! I shall land and crush you myself!', 17225, 0, 14, 0, 100, 0, 0, 0, 13676),
|
|
(6180, 'Insects! Let me show you my strength up close!', 17225, 1, 14, 0, 100, 0, 0, 0, 13677),
|
|
(6181, '%s takes a deep breath.', 17225, 0, 41, 7, 100, 0, 0, 0, 24548),
|
|
(6182, 'What is this you pathetic, little worm? Come to die?', 28671, 0, 14, 0, 100, 0, 0, 0, 28837),
|
|
(6183, 'I recognize your stench. You\'re the one who stealthed by me on the back of that snow leopard runt!', 28671, 0, 14, 0, 100, 0, 0, 0, 28838),
|
|
(6184, 'What? How is this possible?', 28671, 0, 14, 0, 100, 0, 0, 0, 28833),
|
|
(6185, 'Wait... STOP! You can\'t take back the power!!!', 28671, 0, 14, 0, 100, 0, 0, 0, 28877),
|
|
(6186, 'NOOOOooooooooooooooooo!', 28671, 0, 14, 0, 100, 0, 0, 0, 28855),
|
|
(6187, 'TIME TO DIE, FOOL!', 28785, 0, 14, 0, 100, 0, 0, 0, 28832),
|
|
(6188, 'I\'ve returned to invite you to my housewarming in the underworld!', 28785, 0, 14, 0, 100, 0, 0, 7056, 28842),
|
|
(6189, 'I\'d say come along quietly, but we both know that\'s not going to happen. My little friend here is going to ease your way into the afterlife.', 28785, 0, 14, 0, 100, 0, 0, 0, 28843),
|
|
(6190, 'Well done. I\'ll see to it that my prophet enjoys his eternal stay with me.', 28785, 0, 14, 0, 100, 0, 0, 0, 28876),
|
|
(6191, 'I am the herald of Mechazod. You will be decursed!', 25832, 0, 12, 0, 100, 0, 0, 0, 25014),
|
|
(6192, 'Your meddling is at an end. Mechazod will relieve your curse once I am done with you.', 25833, 0, 12, 0, 100, 0, 0, 0, 25015),
|
|
(6193, 'ED-210 online!', 25831, 0, 12, 0, 100, 0, 0, 0, 25013),
|
|
(6194, 'Twonky!', 25830, 0, 12, 0, 100, 0, 0, 0, 25012),
|
|
(6195, '%s goes into a rage after seeing his raptor fall in battle!', 11382, 0, 16, 0, 100, 0, 0, 0, 10545),
|
|
(6196, 'We\'re off! Watch out for those vines!', 28646, 0, 12, 0, 100, 0, 0, 0, 28664),
|
|
(6197, 'Looks like the Scourge have hit the area ahead pretty bad...', 28646, 0, 12, 0, 100, 0, 0, 0, 28665),
|
|
(6198, 'You see that? She\'s... huge!', 28646, 0, 12, 0, 100, 0, 0, 0, 28666),
|
|
(6199, 'Here we go! Hold on tight -- there\'s rough wind ahead!', 28646, 0, 12, 0, 100, 0, 0, 0, 28667),
|
|
(6200, 'The glacier is seeping in from Icecrown... and undead everywhere! Wait \'til the professor gets a hold of this!', 28646, 0, 12, 0, 100, 0, 0, 0, 28699),
|
|
(6201, 'They\'re coming at us! Be quick with those rockets!', 28646, 0, 12, 0, 100, 0, 0, 0, 28668),
|
|
(6202, 'Aggggh! I\'m hit! You\'re going to have to get us back! Quick, before the plane explodes!', 28646, 0, 12, 0, 100, 0, 0, 0, 28669),
|
|
(6203, 'The engine\'s blown! Fly Vic\'s Flying Machine back to Lakeside Landing!', 28710, 0, 41, 0, 100, 0, 0, 0, 28756),
|
|
(6204, 'Raaar!!! Me smash $r!', 2287, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(6205, 'Me smash! You die!', 2287, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(6206, 'I\'ll crush you!', 2287, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(6207, 'I... I can understand you now! Well, now that we can talk to each other, you have some explaining to do!', 29579, 0, 12, 0, 100, 5, 0, 0, 30624),
|
|
(6208, 'How did you get my communicator from the Explorers\' League?', 29579, 0, 12, 0, 100, 5, 0, 0, 30625),
|
|
(6209, 'If the Explorers\' League sent men, I didn\'t see any trace of them. I found your note buried in a camp overrun by iron dwarves.', 29579, 0, 12, 1, 100, 0, 0, 0, 30622),
|
|
(6210, 'You have my thanks for dispatching the iron dwarves. But why would the Horde have an interest in me?', 29579, 0, 12, 0, 100, 6, 0, 0, 30626),
|
|
(6211, 'A scout found the remains of your journal in Thor Modan. We\'ve been looking for you ever since.', 29579, 0, 12, 1, 100, 0, 0, 0, 30623),
|
|
(6212, 'That wouldn\'t be Scout Vor\'takh, would it? Even I know of his reputation for ruthlessness. He means to abduct me, then?', 29579, 0, 12, 0, 100, 5, 0, 0, 30627),
|
|
(6213, 'If you\'ve seen the journal, then you know what I\'ve been discovering. The titans\' own creations are at war with each other!', 29579, 0, 12, 0, 100, 5, 0, 0, 30628),
|
|
(6214, 'Loken and his iron dwarf minions have ousted the Earthen from Ulduar and taken over the city.', 29579, 0, 12, 0, 100, 5, 0, 0, 30629),
|
|
(6215, 'If we spend our time and strength fighting with each other, Loken will use Ulduar\'s resources to destroy both Horde and Alliance.', 29579, 0, 12, 0, 100, 6, 0, 0, 30630),
|
|
(6216, 'Speak to the commander at your post, $g lad:lass;, and persuade him to abandon Vor\'takh\'s foolish plan.', 29579, 0, 12, 0, 100, 6, 0, 0, 30631),
|
|
(6217, '%s goes into a frenzy!', 2287, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(6218, 'The %s appears ready to be wrangled.', 22181, 0, 16, 0, 100, 0, 0, 0, 21366),
|
|
(6219, 'I raise my brew and hope to be rid of the likes of you! Cheers, you no good scoundrel, $n!', 2211, 0, 12, 0, 100, 7, 0, 0, 576),
|
|
(6220, 'What do you mean my time has come?! I\'ll kill you where you stand!', 27376, 0, 12, 1, 100, 0, 0, 0, 26449),
|
|
(6221, 'Hey, over here!', 27376, 0, 12, 0, 100, 0, 0, 0, 53162),
|
|
(6222, 'You can\'t possibly mean to.... I\'ll write you up for this, $c!', 27378, 0, 12, 1, 100, 0, 0, 0, 26450),
|
|
(6223, 'If you\'d be so kind, please let me out of here!', 27378, 0, 12, 1, 100, 0, 0, 0, 26452),
|
|
(6224, 'No! I beg you! Please don\'t kill me!', 27379, 0, 12, 1, 100, 0, 0, 0, 26454),
|
|
(6225, 'Can someone let me out of here? I need to get back to Venomspite and finish my shift.', 27379, 0, 12, 1, 100, 0, 0, 0, 26453),
|
|
(6226, 'What is the meaning of this?! Stop! I\'ll double whatever they\'re paying you!', 27381, 0, 12, 1, 100, 0, 0, 0, 26458),
|
|
(6227, 'I just arrived in Venomspite. How could I have possibly wronged you?', 27381, 0, 12, 1, 100, 0, 0, 0, 26459),
|
|
(6228, 'Victory or death! For the Horde!', 26179, 0, 14, 1, 100, 15, 0, 0, 25667),
|
|
(6229, 'Victory or death! For the Horde!', 26184, 0, 14, 1, 100, 15, 0, 0, 25667),
|
|
(6230, 'Alexstrasza, another of your brood falls!', 28859, 0, 14, 0, 100, 0, 3600, 14534, 31784),
|
|
(6231, 'Little more than gnats!', 28859, 1, 14, 0, 100, 0, 2650, 14535, 31785),
|
|
(6232, 'Your red allies will share your fate!', 28859, 2, 14, 0, 100, 0, 3000, 14536, 31786),
|
|
(6233, 'Still standing? Not for long.', 28859, 0, 14, 0, 100, 0, 3600, 14537, 31787),
|
|
(6234, 'Your cause is lost!', 28859, 1, 14, 0, 100, 0, 2000, 14538, 31788),
|
|
(6235, 'Your fragile mind will be shattered!', 28859, 2, 14, 0, 100, 0, 4000, 14539, 31789),
|
|
(6236, 'Unthinkable! The mortals will destroy... everything! My sister, what have you...', 28859, 0, 14, 0, 100, 0, 8500, 14540, 31790),
|
|
(6237, '%s fixes his eyes on you!', 28859, 0, 42, 0, 100, 0, 3000, 0, 31321),
|
|
(6238, '%s goes into a berserker rage!', 28859, 0, 41, 0, 100, 0, 10000, 0, 34057),
|
|
(6239, 'I did what I had to, brother. You gave me no alternative.', 32295, 0, 14, 0, 100, 0, 4000, 14406, 32626),
|
|
(6240, 'And so ends the Nexus War. ', 32295, 0, 14, 0, 100, 0, 4000, 14407, 32627),
|
|
(6241, 'This resolution pains me deeply, but the destruction, the monumental loss of life had to end. Regardless of Malygos\' recent transgressions, I will mourn his loss. He was once a guardian, a protector. This day, one of the world\'s mightiest has fallen.', 32295, 0, 14, 0, 100, 0, 24000, 14408, 32628),
|
|
(6242, 'The red dragonflight will take on the burden of mending the devastation wrought on Azeroth. Return home to your people and rest. Tomorrow will bring you new challenges, and you must be ready to face them. Life... goes on.', 32295, 0, 14, 0, 100, 0, 22000, 14409, 32629),
|
|
(6243, 'Scrying upon many insignificant situations within Icecrown, you stumble upon something interesting...', 23837, 0, 42, 0, 100, 0, 0, 0, 31493),
|
|
(6244, 'My lady.', 30835, 0, 12, 0, 100, 0, 0, 0, 31446),
|
|
(6245, 'There is word from Jotunheim. The sleep-watchers there believe that they have found someone of significance.', 30835, 0, 12, 0, 100, 0, 0, 0, 31476),
|
|
(6246, 'The cultist practically sputters.', 30835, 0, 16, 0, 100, 0, 0, 0, 31477),
|
|
(6247, 'Look like, my lady? A vrykul, I suppose. They did not actually show him to me. Ever since The Shadow Vault....', 30835, 0, 12, 0, 100, 0, 0, 0, 31478),
|
|
(6248, 'A name? Oh, yes, the name! I believe it was Iskalder.', 30835, 0, 12, 0, 100, 0, 0, 0, 31479),
|
|
(6249, 'Right away, my lady.', 30835, 0, 12, 0, 100, 2, 0, 0, 31480),
|
|
(6250, 'Report.', 30836, 0, 12, 0, 100, 1, 0, 0, 31481),
|
|
(6251, 'Describe this vrykul. What does he look like?', 30836, 0, 12, 0, 100, 1, 0, 0, 31482),
|
|
(6252, 'I am not interested in excuses. Perhaps they gave you a name?', 30836, 0, 12, 0, 100, 1, 0, 0, 31483),
|
|
(6253, 'Iskalder?! You fool! Have you no idea who that is? He\'s only the greatest vrykul warrior who ever lived!', 30836, 0, 12, 0, 100, 1, 0, 0, 31484),
|
|
(6254, 'Return to Jotunheim and tell them to keep him asleep until I arrive. I will judge this vrykul with my own eyes.', 30836, 0, 12, 0, 100, 1, 0, 0, 31485),
|
|
(6255, 'Doom Lord Kazzak will be pleased. You are to increase the pace of your attacks. Destroy the orcish and dwarven strongholds with all haste.', 21502, 0, 12, 0, 100, 1, 0, 0, 19150),
|
|
(6256, 'Don\'t worry about that. I\'ve increased production at the Deathforge. You\'ll have all the infernals you need to carry out your orders. Don\'t fail, Jovaan.', 21502, 0, 12, 0, 100, 1, 0, 0, 19151),
|
|
(6257, 'Yes?', 21502, 0, 12, 0, 100, 6, 0, 0, 27076),
|
|
(6258, 'Crate? I didn\'t send you a crate, Jovaan. Don\'t you have more important things to worry about? Go see to them!', 21502, 0, 12, 0, 100, 274, 0, 0, 19281),
|
|
(6259, 'Everything is in readiness, warbringer.', 21633, 0, 12, 0, 100, 0, 0, 0, 19274),
|
|
(6260, 'Warbringer, that will require the use of all the hold\'s infernals. It may leave us vulnerable to a counterattack.', 21633, 0, 12, 0, 100, 0, 0, 0, 19275),
|
|
(6261, 'It shall be as you say, warbringer. One last question, if I may...', 21633, 0, 12, 0, 100, 6, 0, 0, 19279),
|
|
(6262, 'What\'s in the crate?', 21633, 0, 12, 0, 100, 6, 0, 0, 19280),
|
|
(6263, 'Are those winter hyacinths? For me?', 33273, 0, 12, 0, 100, 6, 0, 0, 33423),
|
|
(6264, 'It\'s been so long since a traveler has come here bearing flowers.', 33273, 0, 12, 0, 100, 1, 0, 0, 33424),
|
|
(6265, 'The lake has been too lonely these past years. The travelers stopped coming and evil came to these waters.', 33273, 0, 12, 0, 100, 1, 0, 0, 33425),
|
|
(6266, 'Your gift is a rare kindness, traveler. Please take this blade with my gratitude. Long ago, another traveler left it here, but I have little use for it.', 33273, 0, 12, 0, 100, 1, 0, 0, 33426),
|
|
(6267, 'How did you find me? Did Landgren tell?', 29621, 0, 12, 0, 100, 0, 0, 14201, 30281),
|
|
(6268, 'You thought I would just let you kill me?', 29621, 0, 12, 0, 100, 0, 0, 14205, 30279),
|
|
(6269, 'WHAT?! No matter. Even without my sphere, I will crush you! Behold my true identity and despair!', 29621, 0, 14, 0, 100, 0, 0, 14207, 30273),
|
|
(6270, 'Gah! I spent too much time in that weak little shell.', 29621, 0, 14, 0, 100, 0, 0, 14426, 30275),
|
|
(6271, 'Kirel narak! I am Mal\'Ganis. I AM ETERNAL!', 29621, 0, 14, 0, 100, 0, 0, 14427, 30276),
|
|
(6272, 'ENOUGH! I waste my time here. I must gather my strength on the homeworld.', 29621, 0, 14, 0, 100, 0, 0, 14428, 30277),
|
|
(6273, 'You\'ll never defeat the Lich King without my forces. I\'ll have my revenge... on him AND you!', 29621, 0, 14, 0, 100, 0, 0, 14429, 30278),
|
|
(6274, 'I could sleep forever, mon....', 26811, 0, 12, 0, 100, 0, 0, 0, 26149),
|
|
(6275, 'Finally, I can be restin\'...', 26811, 1, 12, 0, 100, 0, 0, 0, 26151),
|
|
(6276, 'Free at last, mon.', 26811, 2, 12, 0, 100, 0, 0, 0, 26148),
|
|
(6277, 'Where\'s mah mummy?', 26811, 3, 12, 0, 100, 0, 0, 0, 26150),
|
|
(6278, 'I could sleep forever, mon....', 26812, 0, 12, 0, 100, 0, 0, 0, 26149),
|
|
(6279, 'Finally, I can be restin\'...', 26812, 1, 12, 0, 100, 0, 0, 0, 26151),
|
|
(6280, 'Free at last, mon.', 26812, 2, 12, 0, 100, 0, 0, 0, 26148),
|
|
(6281, 'Where\'s mah mummy?', 26812, 3, 12, 0, 100, 0, 0, 0, 26150),
|
|
(6282, 'Thank you!', 24405, 0, 12, 0, 100, 17, 0, 0, 37237),
|
|
(6283, 'Alright, kid. Stay behind me and you\'ll be fine.', 26814, 0, 12, 0, 100, 60, 0, 0, 26027),
|
|
(6284, 'Their ceremonial chamber, where I was to be sacrificed...', 26814, 0, 12, 0, 100, 396, 0, 0, 26028),
|
|
(6285, 'Time to put an end to all this!', 26814, 0, 12, 0, 100, 0, 0, 0, 26029),
|
|
(6286, 'You\'re free to go, miss.', 26814, 0, 12, 0, 100, 0, 0, 0, 26057),
|
|
(6287, 'Odd. That usually does it.', 26814, 0, 12, 0, 100, 396, 0, 0, 26030),
|
|
(6288, 'Just as well, I\'ve had enough of this place.', 26814, 0, 12, 0, 100, 0, 0, 0, 26053),
|
|
(6289, 'What\'s this?', 26814, 0, 12, 0, 100, 0, 0, 0, 26036),
|
|
(6290, 'Aww, not a snake!', 26814, 0, 12, 0, 100, 0, 0, 0, 26037),
|
|
(6291, 'Listen, kid. I can handle this thing. You just watch my back!', 26814, 0, 12, 0, 100, 0, 0, 0, 26065),
|
|
(6292, 'See ya \'round, kid!', 26814, 0, 12, 0, 100, 0, 0, 0, 26066),
|
|
(6293, 'My brother, Stormhoof, was a far greater warrior than I. While I trained to be the chieftain of our clan, he prepared for a larger quest.', 30395, 0, 12, 0, 100, 1, 0, 0, 31151),
|
|
(6294, 'How could he be in danger? All he wanted was to give us power over the elements that made life harsh for us here.', 30395, 0, 12, 0, 100, 1, 0, 0, 31152),
|
|
(6295, 'He sought an artifact... a horn, I think. He left the village on a long journey in search of it.', 30395, 0, 12, 0, 100, 6, 0, 0, 31153),
|
|
(6296, 'I know that a terrible enemy pursued him after he won the horn, but I... I don\'t recall... what happened... next.', 30395, 0, 12, 0, 100, 5, 0, 0, 31154),
|
|
(6297, 'It is as though my memories are shrouded in mist. I cannot even recall what became of my brother. Is this how you mean that he is in danger?', 30395, 0, 12, 0, 100, 274, 0, 0, 31155),
|
|
(6298, 'The disturbances in the tomb, they must be involved. Look around you, $n. Do you see them?', 30395, 0, 12, 0, 100, 25, 0, 0, 31156),
|
|
(6299, 'Yes, they are at fault, but I am powerless to stop them. Will you warn the people of Tunka\'lo, stranger, that their past and their ancestors are in danger?', 30395, 0, 12, 0, 100, 1, 0, 0, 31157),
|
|
(6300, 'Perfect. As long as you don\'t go hacking and slashing your way through, they\'ll never know the difference.', 26593, 0, 12, 0, 100, 0, 0, 0, 26606),
|
|
(6301, 'Remember, I need your help to properly channel. I will ask you to aid me several times on our path, so please be ready.', 10300, 0, 12, 0, 100, 0, 0, 0, 7365),
|
|
(6302, 'This blue light... It\'s strange. What do you think it means?', 10300, 0, 12, 0, 100, 25, 0, 0, 7375),
|
|
(6303, 'We\'ve found it!', 10300, 0, 12, 0, 100, 0, 0, 0, 7380),
|
|
(6304, 'Please, light this while I am channeling.', 10300, 1, 12, 0, 100, 0, 0, 0, 7378),
|
|
(6305, 'This is the place. Let\'s light it.', 10300, 2, 12, 0, 100, 0, 0, 0, 7379),
|
|
(6306, 'Let\'s find the next one.', 10300, 0, 12, 0, 100, 0, 0, 0, 7410),
|
|
(6307, 'We must continue on now.', 10300, 1, 12, 0, 100, 0, 0, 0, 7411),
|
|
(6308, 'It is time for the final step; we must activate the altar.', 10300, 0, 12, 0, 100, 0, 0, 0, 7385),
|
|
(6309, 'I will read the words carved into the stone, and you must find a way to light it.', 10300, 0, 12, 0, 100, 0, 0, 0, 7386),
|
|
(6310, 'The altar is glowing! We have done it!', 10300, 0, 12, 0, 100, 0, 0, 0, 7412),
|
|
(6311, 'What is happening? Look!', 10300, 0, 12, 0, 100, 0, 0, 0, 7388),
|
|
(6312, 'It has been many years...', 12116, 0, 12, 0, 100, 0, 0, 0, 7389),
|
|
(6313, 'Who has disturbed the altar of the goddess?', 12116, 0, 12, 0, 100, 0, 0, 0, 7390),
|
|
(6314, 'Please, priestesses, forgive us for our intrusion. We do not wish any harm here.', 10300, 0, 12, 0, 100, 0, 0, 0, 7391),
|
|
(6315, 'We only wish to know why the wildkin guard this area...', 10300, 0, 12, 0, 100, 0, 0, 0, 7392),
|
|
(6316, 'Enu thora\'serador. This is a sacred place.\n', 12116, 0, 12, 0, 100, 0, 0, 0, 7393),
|
|
(6317, 'We will show you...\n', 12116, 0, 12, 0, 100, 0, 0, 0, 7394),
|
|
(6318, 'Look above you; thara dormil dorah... ', 12116, 0, 12, 0, 100, 0, 0, 0, 7413),
|
|
(6319, 'This gem once allowed direct communication with Elune, herself.', 12116, 0, 12, 0, 100, 0, 0, 0, 7414),
|
|
(6320, 'Through the gem, Elune channeled her infinite wisdom...', 12116, 0, 12, 0, 100, 0, 0, 0, 7415),
|
|
(6321, 'Realizing that the gem needed to be protected, we turned to the goddess herself.', 12116, 0, 12, 0, 100, 0, 0, 0, 7417),
|
|
(6322, 'Soon after, we began to have visions of a creature... A creature with the feathers of an owl, but the will and might of a bear...', 12116, 0, 12, 0, 100, 0, 0, 0, 7418),
|
|
(6323, 'It was on that day that the wildkin were given to us. Fierce guardians, the goddess assigned the wildkin to protect all of her sacred places.\n', 12116, 0, 12, 0, 100, 0, 0, 0, 7419),
|
|
(6324, 'Anu\'dorini Talah, Ru shallora enudoril.', 12152, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(6325, 'But now, many years later, the wildkin have grown more feral, and without the guidance of the goddess, they are confused...\n', 12116, 0, 12, 0, 100, 0, 0, 0, 7422),
|
|
(6326, 'Without a purpose, they wander... But many find their way back to the sacred areas that they once were sworn to protect.\n', 12116, 0, 12, 0, 100, 0, 0, 0, 7424),
|
|
(6327, 'Wildkin are inherently magical; this power was bestowed upon them by the goddess.', 12116, 0, 12, 0, 100, 0, 0, 0, 7427),
|
|
(6328, 'Know that wherever you might find them in the world, they are protecting something of importance, as they were entrusted to do so long ago.', 12116, 0, 12, 0, 100, 0, 0, 0, 7428),
|
|
(6329, 'Please, remember what we have shown you...', 12116, 0, 12, 0, 100, 0, 0, 0, 7431),
|
|
(6330, 'Farewell.', 12116, 0, 12, 0, 100, 0, 0, 0, 33195),
|
|
(6331, 'Thank you for your help, $n. I wish you well in your adventures. ', 10300, 0, 12, 0, 100, 0, 0, 0, 7434),
|
|
(6332, 'I want to stay here and reflect on what we have seen. Please see Erelas and tell him what we have learned.', 10300, 0, 12, 0, 100, 0, 0, 0, 7435),
|
|
(6333, '%s begins chanting a strange spell...', 10300, 0, 16, 0, 100, 0, 0, 0, 7467),
|
|
(6334, 'I will be reborn, mortals! Incendius shall raise me from these ashes!', 9026, 0, 12, 0, 100, 0, 0, 0, 5059),
|
|
(6335, 'Mmmh...I SMELL FOOD!', 1494, 0, 14, 0, 100, 0, 0, 0, 731),
|
|
(6336, 'I\'M FREE, LITTLE DRAKKARI. TIME TO PAY FOR YOUR MANY TRESSPASSES!', 28952, 0, 14, 0, 100, 33, 0, 771, 29177),
|
|
(6337, 'Enough!', 28996, 0, 14, 0, 100, 15, 0, 0, 31126),
|
|
(6338, 'And now, Akali, my master will have your blood and I will take some of your power as well!', 28996, 0, 14, 0, 100, 397, 0, 0, 29180),
|
|
(6339, 'It is done. Run back to your masters. Run back to Har\'koa. Tell her that I am coming!', 28996, 0, 14, 0, 100, 14, 0, 0, 29183),
|
|
(6340, 'No, not Akali too!', 28401, 0, 15, 0, 100, 0, 0, 0, 29237),
|
|
(6341, 'And yet we see only doom in your future. It is your destiny that you do this, $n, but we fear that the prophet is too powerful for you and your friends. Still, you must try.', 29021, 0, 12, 0, 100, 0, 0, 12196, 29236),
|
|
(6342, 'Once more we hear your call, Khufu. We have wisdom for you and $n. You face great peril and must act swiftly or you all and Har\'koa will die.', 29022, 0, 12, 0, 100, 0, 0, 643, 29233),
|
|
(6343, 'The gusty essence of deceased Quetz\'lun\'s wardens must be gathered to draw him near. To Har\'koa must both of these rarities be delivered.', 29023, 0, 12, 0, 100, 0, 0, 9919, 29235),
|
|
(6344, 'The unblemished heart of the guardian must be secured to show defiance and strength. Jealous Zim\'Rhuk keeps those who harbor it.', 29024, 0, 12, 0, 100, 0, 0, 473, 29234),
|
|
(6345, 'Time for more smart Dajik tip! Lot of dead things mean lot of chance of being dead thing. Dajik leaving now.', 28215, 0, 12, 0, 33, 0, 0, 0, 28167),
|
|
(6346, 'Huh... where are we? This not right. I not tell you find hardknuckles, did I?', 28215, 1, 12, 0, 50, 0, 0, 0, 28140),
|
|
(6347, 'If you here to poke more softknuckles, Dajik going to poke you too. That a bad Goregek habit.', 28215, 0, 12, 0, 50, 0, 0, 0, 28139),
|
|
(6348, 'Something big make pillars and crystals and everything. Frenzyheart not care much cause it not here anymore.', 28215, 2, 12, 0, 33, 0, 0, 0, 28194),
|
|
(6349, 'Time for more smart Dajik tip! Crystals work little too good for back scratch. No try.', 28215, 1, 12, 0, 33, 0, 0, 0, 28191),
|
|
(6350, 'Sometimes big-tongues try to come get crystals. Not now because they not like it when we kill them.', 28215, 0, 12, 0, 34, 0, 0, 0, 28192),
|
|
(6351, 'This not first queen slain by Frenzyheart. Seem like there always more.', 28215, 0, 12, 0, 100, 0, 0, 0, 28160),
|
|
(6352, 'Dajik\'s last learner eaten by sand-thing. We do better this time though!', 28215, 0, 12, 0, 100, 0, 0, 0, 28164),
|
|
(6353, 'No! You killed queen thing! What have you... wait, nevermind. Sorry, that okay.', 28215, 0, 12, 0, 100, 0, 7000, 0, 28161),
|
|
(6354, 'Time for more smart Dajik tip! Try not to catch stinger with face. Not work so much.', 28215, 4, 12, 0, 20, 0, 0, 0, 28185),
|
|
(6355, 'Drone things not as tough as they look. Wasp things a bit nastier.', 28215, 3, 12, 0, 20, 0, 0, 0, 28187),
|
|
(6356, 'In case you wonder, wasp sting not feel so good. No need to try.', 28215, 2, 12, 0, 20, 0, 0, 0, 28190),
|
|
(6357, 'Time for more smart Dajik tip! Try not to catch stinger with face. Not work so much.', 28215, 1, 12, 0, 20, 0, 0, 0, 28185),
|
|
(6358, 'Seem like there more wasps every time Dajik come back. Why they not run out?', 28215, 0, 12, 0, 20, 0, 0, 0, 28189),
|
|
(6359, 'Time for more smart Dajik tip! Make sure thing dead before reach in mouth for loots.', 28215, 4, 12, 0, 20, 0, 0, 0, 28177),
|
|
(6360, 'I was going draw picture of best attack plan... but you have my chalk.', 28215, 3, 12, 0, 20, 0, 0, 0, 28186),
|
|
(6361, 'Dajik not think he seen you eat anything. You eat sometimes, yeah?', 28215, 2, 12, 0, 20, 0, 0, 0, 28183),
|
|
(6362, 'Make sure you not forget anything. I forgot stuff once.', 28215, 1, 12, 0, 20, 0, 0, 0, 28143),
|
|
(6363, 'We came for something, yes? Can\'t remember.', 28215, 0, 12, 0, 20, 0, 0, 0, 28188),
|
|
(6364, 'Not sure how thing got here. Not matter if dead though.', 28215, 4, 12, 0, 20, 0, 0, 0, 28163),
|
|
(6365, 'Hah! Maybe you learn a little after all!', 28215, 2, 12, 0, 20, 0, 0, 0, 28159),
|
|
(6366, 'Yes! Stab few more time just in case! Stab good!', 28215, 3, 12, 0, 20, 0, 0, 0, 28162),
|
|
(6367, 'Did you see face? Looked so scared, "Ah, big thing going to smash me!" Hah.', 28215, 1, 12, 0, 20, 0, 0, 0, 28181),
|
|
(6368, 'Get the stuff off of body! Dajik hate it when he go skin something and there stuff in the way. So annoying.', 28215, 0, 12, 0, 20, 0, 0, 0, 28179),
|
|
(6369, 'Oh! Dajik has idea! Make chicken sounds and maybe they come to you!', 28215, 7, 12, 0, 13, 0, 0, 0, 28174),
|
|
(6370, 'I placed most of the spikes. Good amount of pointiness I think. You like?', 28215, 6, 12, 0, 13, 0, 0, 0, 28144),
|
|
(6371, 'Time for more smart Dajik tip! If Goregek let chickens out again, make Goregek get chickens back again.', 28215, 5, 12, 0, 13, 0, 0, 0, 28171),
|
|
(6372, 'Maybe you not notice, chicken move kind of fast.', 28215, 4, 12, 0, 13, 0, 0, 0, 28172),
|
|
(6373, 'There reason Frenzyheart not chase back chickens. Look kind of dumb to lose to chicken.', 28215, 3, 12, 0, 12, 0, 0, 0, 28173),
|
|
(6374, 'Let\'s just eat bristlepine instead, okay? All done with chasing.', 28215, 2, 12, 0, 12, 0, 0, 0, 28176),
|
|
(6375, 'Lot of strong Frenzyheart here. Dajik taught most of them. First time I teach something like you though. You not a Frenzyheart, you know.', 28215, 1, 12, 0, 12, 0, 0, 0, 28145),
|
|
(6376, 'Frenzyheart came here not long ago for new home... big-tongue homes pretty nice, so we maybe take those too. They ugly anyway.', 28215, 0, 12, 0, 12, 0, 0, 0, 28141),
|
|
(6377, 'Frenzyheart feed Kartak big-tongues so Kartak not eat us. That why we smarter than you, slave thing.', 28214, 0, 12, 0, 100, 0, 0, 0, 27981),
|
|
(6378, 'Hah! Goregek the greatest hunter ever! Goregek get biggest hardknuckle!', 28214, 0, 12, 0, 100, 0, 0, 0, 28057),
|
|
(6379, 'There was hundreds of times these hardknuckles before Goregek.', 28214, 7, 12, 0, 12, 0, 0, 0, 27990),
|
|
(6380, 'Get out of way silly slave thing! Goregek\'s kill!', 28214, 6, 12, 0, 12, 0, 0, 0, 28056),
|
|
(6381, 'Better not get in Goregek\'s way!', 28214, 5, 12, 0, 12, 0, 0, 0, 27993),
|
|
(6382, 'You just watch slave thing, Goregek take care of these hardknuckles!', 28214, 4, 12, 0, 12, 0, 0, 0, 27992),
|
|
(6383, 'Run away softknuckle! Goregek gonna get you!', 28214, 3, 12, 0, 13, 0, 0, 0, 28069),
|
|
(6384, 'Run away dumb softknuckle! We gonna poke you more!', 28214, 2, 12, 0, 13, 0, 0, 0, 28071),
|
|
(6385, 'Hardknuckles still walk on hands... seem kind of dumb to Goregek.', 28214, 1, 12, 0, 13, 0, 0, 0, 27991),
|
|
(6386, 'Careful slave thing, the big bad softnuckles might eat you! Hah!', 28214, 0, 12, 0, 13, 0, 0, 0, 27995),
|
|
(6387, 'You just get yourself beat up! Hah! You so dumb, slave thing.', 28214, 3, 12, 0, 25, 0, 0, 0, 27994),
|
|
(6388, 'Pitch was weakling anyway... why else you think Goregek not bother with him?', 28214, 2, 12, 0, 25, 0, 0, 0, 27969),
|
|
(6389, 'Elder maybe says other stuff, but you always be slave thing to Goregek.', 28214, 1, 12, 0, 25, 0, 0, 0, 27965),
|
|
(6390, 'Why Goregek even bring you. You useless.', 28214, 0, 12, 0, 25, 0, 0, 0, 28015),
|
|
(6391, 'That how it done, slave thing. Maybe you figure out how someday.', 28214, 6, 12, 0, 10, 0, 0, 0, 28058),
|
|
(6392, 'Frenzyheart the strongest!', 28214, 5, 12, 0, 15, 0, 0, 0, 27983),
|
|
(6393, 'Squeal! Squeal! So good!', 28214, 4, 12, 0, 15, 0, 0, 0, 28068),
|
|
(6394, 'I stabbed it in the face! Goregek so good.', 28214, 3, 12, 0, 15, 0, 0, 0, 28012),
|
|
(6395, 'Next time, maybe Goregek let you try.', 28214, 2, 12, 0, 15, 0, 0, 0, 28016),
|
|
(6396, 'Hah! Goregek\'s kill!', 28214, 1, 12, 0, 15, 0, 0, 0, 28009),
|
|
(6397, 'Goregek best hunter... ever.', 28214, 0, 12, 0, 15, 0, 0, 0, 28011),
|
|
(6398, 'You wait until Goregek ready.', 28214, 5, 12, 0, 20, 0, 0, 0, 27987),
|
|
(6399, 'You wait, slave thing. Goregek eating.', 28214, 6, 12, 0, 20, 0, 0, 0, 28062),
|
|
(6400, 'Gorgek gonna catch chicken good!', 28214, 4, 12, 0, 20, 0, 0, 0, 28065),
|
|
(6401, 'Goregek go get drink. You sit in corner til Goregek ready.', 28214, 2, 12, 0, 20, 0, 0, 0, 27985),
|
|
(6402, 'Goregek hungry. Go get on fire spit, slave thing. Tell Goregek when you well roasted.', 28214, 3, 12, 0, 20, 0, 0, 0, 27986),
|
|
(6403, 'Goregek get some sleep. Go bring foodstuffs back, slave thing.', 28214, 1, 12, 0, 20, 0, 0, 0, 27988),
|
|
(6404, 'Home! You better have brought back meat for Goregek, slave.', 28214, 0, 12, 0, 20, 0, 0, 0, 27984),
|
|
(6405, 'This fight\'s all yours!', 28122, 0, 12, 0, 10, 0, 0, 0, 28873),
|
|
(6406, 'It\'s a small comfort to see that they haven\'t brought any back in undeath.', 28122, 0, 12, 0, 100, 0, 0, 0, 28400),
|
|
(6407, 'Where are they dragging those bodies? What are they doing to them?', 28122, 5, 12, 0, 16, 0, 0, 0, 28398),
|
|
(6408, 'It\'s hard to believe any of them survived this.', 28122, 3, 12, 0, 17, 0, 0, 0, 28399),
|
|
(6409, 'There are more that might still be alive! We need to keep moving.', 28122, 4, 12, 0, 16, 0, 0, 0, 28397),
|
|
(6410, 'It\'s good to see some of the mosswalker were more resilient than I thought.', 28122, 2, 12, 0, 17, 0, 0, 0, 28402),
|
|
(6411, 'I know I talk down to them, but I never want to see any of my people die.', 28122, 1, 12, 0, 17, 0, 0, 0, 28401),
|
|
(6412, 'The Mosswalkers were good people... they did not deserve this.', 28122, 0, 12, 0, 17, 0, 0, 0, 0),
|
|
(6413, 'Here I am, brain the size of a planet, and they ask me to take you to the other village. Call that job satisfaction? \'Cause I don\'t.', 28122, 2, 12, 0, 33, 0, 0, 0, 0),
|
|
(6414, 'Planning to sit on your butt some more, or are we going to go do something that\'s actually useful?', 28122, 1, 12, 0, 34, 0, 0, 0, 28394),
|
|
(6415, 'Going to go take a nap? I apologize in advance for accidentally stepping on your face while you sleep.', 28122, 0, 12, 0, 33, 0, 0, 0, 28395),
|
|
(6416, 'Yeah, let\'s go now.', 28122, 1, 12, 0, 33, 0, 0, 0, 28391),
|
|
(6417, 'I\'m done here.', 28122, 2, 12, 0, 34, 0, 0, 0, 28392),
|
|
(6418, 'There some reason why we\'re still here? I\'d love to hear it.', 28122, 0, 12, 0, 33, 0, 0, 0, 28393),
|
|
(6419, 'Another falls to our onslaught.', 28122, 1, 12, 0, 50, 0, 0, 0, 28384),
|
|
(6420, 'I can\'t believe... they\'re all... dead.', 28122, 0, 12, 0, 50, 0, 0, 0, 28377),
|
|
(6421, 'Yay... more dirt.', 28122, 3, 12, 0, 25, 0, 0, 0, 28363),
|
|
(6422, 'Hey... maybe we\'ll find some more useless bugs.', 28122, 2, 12, 0, 25, 0, 0, 0, 28365),
|
|
(6423, 'What the heck are shiny rabbits doing here anyway?', 28122, 0, 12, 0, 25, 0, 0, 0, 28366),
|
|
(6424, 'Here I am, digging up some useless bauble from the ground at the will of someone I just recently met... does that seem right to you?', 28122, 1, 12, 0, 25, 0, 0, 0, 28368),
|
|
(6425, 'Tartek no match for you! You got the skills. Yeah!', 28121, 0, 12, 0, 100, 0, 0, 0, 28315),
|
|
(6426, 'Time to hide puppy-men! We coming for you... better get in your hill things!', 28121, 2, 12, 0, 33, 0, 0, 0, 28353),
|
|
(6427, 'Teach you to steal our treasures! Our treasures are... ours, okay?!', 28121, 1, 12, 0, 33, 0, 0, 0, 28317),
|
|
(6428, 'We know you have dragon thing! We not scared! We going to get you and dragon thing!', 28121, 0, 12, 0, 34, 0, 0, 0, 28352),
|
|
(6429, 'Home home home... place of the shinies!', 28121, 2, 12, 0, 33, 0, 0, 0, 28339),
|
|
(6430, 'Great Ones keep home safe because they like Oracles I think! They know we good and nice.', 28121, 1, 12, 0, 33, 0, 0, 0, 28344),
|
|
(6431, 'Lets go jump off tree! Fun fun!', 28121, 5, 12, 0, 15, 0, 0, 0, 28341),
|
|
(6432, 'Chase the hatchlings! Chase the hatchlings! So fast!', 28121, 0, 12, 0, 34, 0, 0, 0, 28342),
|
|
(6433, 'Misty. Very misty. Seem sort of misty to you? Maybe not so much.', 28121, 4, 12, 0, 16, 0, 0, 0, 28327),
|
|
(6434, 'Hello! You\'re pretty strong and nice and stuff. I like you. Lets stay friends, okay?', 28121, 3, 12, 0, 16, 0, 0, 0, 28921),
|
|
(6435, 'Ever trip over own feet? We have. Kind of hurt. No do it, not fun. Nope.', 28121, 1, 12, 0, 16, 0, 0, 0, 28920),
|
|
(6436, 'Want us to help with something? What we help with? We good at helping.', 28121, 2, 12, 0, 16, 0, 0, 0, 28922),
|
|
(6437, 'Mistcaller really good at controlling weather with shrine. They know just which crystals to use! Really good!', 28121, 0, 12, 0, 16, 0, 0, 0, 28330),
|
|
(6438, 'Killing Spree!', 28121, 2, 12, 0, 33, 0, 0, 0, 28334),
|
|
(6439, 'Vic...tor...ious! Dun nun nun dun da da!', 28121, 1, 12, 0, 33, 0, 0, 0, 28338),
|
|
(6440, 'You like that? Bet not! Bet not cause you dead! Hahah!', 28121, 0, 12, 0, 34, 0, 0, 0, 28332),
|
|
(6441, 'We are fast digger! Really fast! See... all done! That was fast, huh?', 28121, 3, 12, 0, 25, 0, 0, 0, 28309),
|
|
(6442, 'Can never have too many shiny crystals! Nope!', 28121, 2, 12, 0, 25, 0, 0, 0, 28310),
|
|
(6443, 'More treasures! Treasures of all kinds! Yay treasures!', 28121, 1, 12, 0, 25, 0, 0, 0, 28307),
|
|
(6444, 'Hiss... hiss... dead. All dead.', 28120, 0, 12, 0, 100, 0, 0, 0, 28279),
|
|
(6445, 'Shiny things! Shiny things! Not as shiny as my crystal, but still shiny!', 28121, 0, 12, 0, 25, 0, 0, 0, 28308),
|
|
(6446, 'Home good, but not stay long! More adventures!', 28120, 0, 12, 0, 100, 0, 0, 0, 28340),
|
|
(6447, 'You got funny looking eyeballs.', 28120, 4, 12, 0, 20, 0, 0, 0, 28286),
|
|
(6448, 'Never met Great Ones. Nope, just met their shrines.', 28120, 3, 12, 0, 20, 0, 0, 0, 28289),
|
|
(6449, 'Big comfy tree. Good home.', 28120, 2, 12, 0, 20, 0, 0, 0, 28290),
|
|
(6450, 'You have pie? Someone gave us pie year ago. Really yummy.', 28120, 1, 12, 0, 20, 0, 0, 0, 28306),
|
|
(6451, 'No come back this time!', 28120, 0, 12, 0, 100, 0, 0, 0, 28277),
|
|
(6452, 'One day maybe you can be Soo-dryskin. Like?', 28120, 0, 12, 0, 20, 0, 0, 0, 28293),
|
|
(6453, 'Crunchy bugs so delicious. Want?', 28120, 4, 12, 0, 16, 0, 0, 0, 28291),
|
|
(6454, 'That weird. Someone took our bugs. You have maybe?', 28120, 5, 12, 0, 16, 0, 0, 0, 28303),
|
|
(6455, 'Dig, dig, dig...', 28120, 3, 12, 0, 16, 0, 0, 0, 28266),
|
|
(6456, 'Treasure for Lafoo! Treasure for shrine!', 28120, 2, 12, 0, 17, 0, 0, 0, 28265),
|
|
(6457, 'Maybe more shiny bugs! We like bugs!', 28120, 1, 12, 0, 17, 0, 0, 0, 28267),
|
|
(6458, 'Ooh! Shinies!', 28120, 0, 12, 0, 18, 0, 0, 0, 28261),
|
|
(6459, 'We are Not Amused', 28213, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(6460, 'Dead thing there already learn lesson of broken pillar. Leave this lesson for dumb, dead things. Going home now.', 28215, 1, 12, 0, 33, 0, 0, 0, 28170),
|
|
(6461, 'You all done with learning! Yup! All done! Dajik leave you and evil red pillar thing now.', 28215, 2, 12, 0, 34, 0, 0, 0, 28168),
|
|
(6462, 'Bring back good meat and the camp treat you like high-shaman for a day. Good deal.', 28216, 0, 12, 0, 20, 0, 0, 0, 28202),
|
|
(6463, 'Elder Harkek pretty good Frenzyheart. He help me a lot when I was littler and not liking Dajik.', 28216, 1, 12, 0, 20, 0, 0, 0, 28206),
|
|
(6464, 'I not in a big hurry. We can rest here a while if want.', 28216, 2, 12, 0, 20, 0, 0, 0, 28204),
|
|
(6465, 'I not live here always... I traveled lot of world on my own not long ago. I like all the stories of beasts and dragons and gods and stuff.', 28216, 3, 12, 0, 20, 0, 0, 0, 28205),
|
|
(6466, 'You should go let chickens out again and say Goregek did it. Never get old.', 28216, 4, 12, 0, 20, 0, 0, 0, 28203),
|
|
(6467, 'Hahah! You see that? Lightning bolt hit him right in the head!', 28216, 0, 12, 0, 33, 0, 0, 0, 28223),
|
|
(6468, 'Good one! It not even see it coming.', 28216, 1, 12, 0, 33, 0, 0, 0, 28239),
|
|
(6469, 'No more play?', 28216, 2, 12, 0, 34, 0, 0, 0, 28241),
|
|
(6470, 'You ever fought big dragon or god or anything? Zepik like hearing stories.', 28216, 0, 12, 0, 12, 0, 0, 0, 28238),
|
|
(6471, 'You pretty good! Natural at hunt, like me.', 28216, 1, 12, 0, 12, 0, 0, 0, 28235),
|
|
(6472, 'Goregek think he the boss of everyone, but he eat too much and hunt too little.', 28216, 2, 12, 0, 12, 0, 0, 0, 28236),
|
|
(6473, 'Bring back good meat and the camp treat you like high-shaman for a day. Good deal.', 28216, 3, 12, 0, 12, 0, 0, 0, 28202),
|
|
(6474, 'Dajik forget what he doing, where he at... sometime even forget his own name. Make him not so good teacher sometimes.', 28216, 4, 12, 0, 13, 0, 0, 0, 28237),
|
|
(6475, 'Elder Harkek pretty good Frenzyheart. He help me a lot when I was littler and not liking Dajik.', 28216, 5, 12, 0, 13, 0, 0, 0, 28206),
|
|
(6476, 'Goregek never "stumble" into chicken hut... Goregek always have to feed his dumb belly. Always one chicken missing when we catch them all.', 28216, 6, 12, 0, 13, 0, 0, 0, 28233),
|
|
(6477, 'Dajik tried to show me ways of hunt, but I do better when I do things my way.', 28216, 7, 12, 0, 13, 0, 0, 0, 28201),
|
|
(6478, 'Eat it big-tongues!', 28216, 0, 12, 0, 14, 0, 0, 0, 28478),
|
|
(6479, 'Hah! Leave some for Zepik too.', 28216, 1, 12, 0, 14, 0, 0, 0, 28240),
|
|
(6480, 'That lake near here actually full of sea things. Not sure how it all get here... maybe in floods?', 28216, 2, 12, 0, 14, 0, 0, 0, 28227),
|
|
(6481, 'I think one reason I like hunting big-tongues so much... they not as dumb as the other hunts. They give a real fight.', 28216, 3, 12, 0, 14, 0, 0, 0, 28228),
|
|
(6482, 'Mist big-tongues are smart with their shrine thing sometimes... cover whole area with mist and it get hard to find any.', 28216, 4, 12, 0, 14, 0, 0, 0, 28229),
|
|
(6483, 'Hah! This the fun part!', 28216, 5, 12, 0, 15, 0, 0, 0, 28475),
|
|
(6484, 'Flame! Death! Destruction! The black fire rages within my heart! I must... release it! Hahah!', 28216, 6, 12, 0, 15, 0, 0, 0, 28242),
|
|
(6485, 'Trust me - you going love this!', 28216, 0, 12, 0, 100, 0, 0, 0, 28477),
|
|
(6486, 'BOOM! That so good! More! More!', 28216, 0, 12, 0, 100, 0, 0, 0, 28224),
|
|
(6487, 'No! You steal kill! Now you owe Gekgek!', 28095, 0, 12, 0, 100, 0, 0, 0, 27605),
|
|
(6488, 'Dumb! Don\'t shoot at it! Gekgek want trophy in one piece!', 28095, 0, 12, 0, 100, 0, 0, 0, 28492),
|
|
(6489, 'No let it get away! We got it this time.', 28095, 0, 12, 0, 33, 0, 0, 0, 28493),
|
|
(6490, 'Careful! No let it scratch you like last time.', 28095, 1, 12, 0, 33, 0, 0, 0, 28495),
|
|
(6491, 'Ahh! It\'s coming right for us!', 28095, 2, 12, 0, 34, 0, 0, 0, 27754),
|
|
(6492, 'Please take... my shinies. All done...', 28113, 0, 12, 0, 100, 0, 0, 0, 28630),
|
|
(6493, 'We not do anything... to them... I no understand.', 28113, 1, 12, 0, 100, 0, 0, 0, 28903),
|
|
(6494, 'Use my shinies... make weather good again... make undead things go away.', 28113, 2, 12, 0, 100, 0, 0, 0, 28901),
|
|
(6495, 'We gave shinies to shrine... we not greedy... why this happen?', 28113, 3, 12, 0, 100, 0, 0, 0, 28900),
|
|
(6496, 'I do something bad? I sorry....', 28113, 4, 12, 0, 100, 0, 0, 0, 28904),
|
|
(6497, 'We saved. You nice, dryskin.', 28113, 0, 12, 0, 100, 0, 0, 0, 28631),
|
|
(6498, 'Maybe you make weather better too?', 28113, 1, 12, 0, 100, 0, 0, 0, 28906),
|
|
(6499, 'You save us! Yay for you!', 28113, 2, 12, 0, 100, 0, 0, 0, 28909),
|
|
(6500, 'Thank you! You good!', 28113, 3, 12, 0, 100, 0, 0, 0, 28905),
|
|
(6501, 'Filthy $r intruder. DIE!', 28575, 0, 12, 0, 100, 0, 0, 0, 28539),
|
|
(6502, 'If Rhunok regains his strength, we all die!', 28575, 1, 12, 0, 100, 0, 0, 0, 27908),
|
|
(6503, 'There are intruders about. Slay them before they ruin everything!', 28575, 2, 12, 0, 100, 0, 0, 0, 27910),
|
|
(6504, 'The bear god must be kept enfeebled so that the prophet can finish the ritual.', 28575, 3, 12, 0, 100, 0, 0, 0, 27909),
|
|
(6505, 'Keep him weak!', 28575, 4, 12, 0, 100, 0, 0, 0, 27907),
|
|
(6506, 'Stay behind me, $r. I will do my best to protect you.', 27328, 0, 12, 0, 100, 0, 0, 0, 26373),
|
|
(6507, 'My freedom means nothing if we fail to save Ursoc. Make haste, $n.', 27328, 0, 12, 0, 100, 0, 0, 0, 26374),
|
|
(6508, 'I will watch over you and your allies, $r.', 27328, 0, 12, 0, 100, 0, 0, 0, 26375),
|
|
(6509, 'Ursoc, brother of Ursol and guardian of the furbolg tribes... show yourself!', 27328, 0, 12, 0, 100, 0, 0, 0, 26427),
|
|
(6510, 'I thank you all. The druids of old were wise to tear down Vordrassil, for its roots seep deep into the dwelling of an ancient evil. ', 27373, 0, 12, 0, 100, 0, 0, 0, 26436),
|
|
(6511, 'You know their kind as old gods. Beware Yogg-Saron, the beast with a thousand maws. His evil extends beyond Vordrassil\'s roots.', 27373, 0, 12, 0, 100, 0, 0, 0, 26437),
|
|
(6512, 'Alright, we give up! Don\'t hurt us!', 19720, 0, 12, 0, 100, 0, 0, 0, 17361),
|
|
(6513, 'Who\'s that beatin\' on my drum?', 28636, 0, 14, 0, 100, 5, 0, 12009, 28627),
|
|
(6514, 'I\'m gonna come down there and kill you good, $r!', 28636, 0, 14, 0, 100, 15, 0, 0, 28628),
|
|
(6515, 'Now you gonna die!', 28636, 0, 14, 0, 100, 0, 0, 0, 28629),
|
|
(6516, 'Death to the Zandalari and their puppets! Nothing can stop us now!', 28494, 0, 14, 0, 100, 15, 0, 0, 28126),
|
|
(6517, 'Kill them! Kill them all and take back Zim\'Torga!', 28495, 0, 14, 0, 100, 15, 0, 0, 28124),
|
|
(6518, 'Hah! You\'ll not get my treasure!', 28496, 0, 14, 0, 100, 15, 0, 0, 28123),
|
|
(6519, 'The %s is very weak.', 18879, 0, 16, 0, 0, 0, 0, 0, 18869),
|
|
(6520, 'Gakarah ma!', 17491, 0, 12, 0, 0, 0, 0, 0, 16699),
|
|
(6521, 'We are the true Horde!', 17491, 1, 12, 0, 0, 0, 0, 0, 16697),
|
|
(6522, 'Ingvar! Your pathetic failure will serve as a warning to all... you are damned! Arise and carry out the master\'s will!', 24068, 0, 14, 0, 100, 0, 0, 13754, 29980),
|
|
(6523, 'I\'ll crush you!', 11440, 0, 12, 0, 100, 0, 0, 0, 1925),
|
|
(6524, 'Me not feel so good.', 11440, 1, 12, 0, 100, 0, 0, 0, 43512),
|
|
(6525, 'Me smash! You die!', 11440, 2, 12, 0, 100, 0, 0, 0, 1926),
|
|
(6526, 'Raaar!!! Me smash $r!', 11440, 3, 12, 0, 100, 0, 0, 0, 1927),
|
|
(6527, 'Keep them away from the focus!', 26762, 0, 12, 0, 100, 0, 0, 0, 25934),
|
|
(6528, 'Ya shouldn\'a taken the boat north, mon!', 26815, 0, 12, 0, 100, 0, 0, 0, 25993),
|
|
(6529, 'I am the lucid dream.', 33134, 0, 14, 0, 100, 457, 0, 15754, 34351),
|
|
(6530, 'The monster in your nightmares.', 33134, 0, 14, 0, 100, 457, 0, 0, 34352),
|
|
(6531, 'The fiend of a thousand faces.', 33134, 0, 14, 0, 100, 457, 0, 0, 34353),
|
|
(6532, 'Cower before my true form.', 33134, 0, 14, 0, 100, 457, 0, 0, 34356),
|
|
(6533, 'Tremble, mortals, before the coming of the end!', 33134, 0, 14, 0, 100, 0, 0, 15777, 34348),
|
|
(6534, 'Suffocate upon your own hate!', 33134, 0, 14, 0, 100, 0, 0, 15776, 34347),
|
|
(6535, '%s begins to boil upon touching $n!', 33292, 0, 16, 0, 100, 0, 0, 0, 35163),
|
|
(6536, 'BOW DOWN BEFORE THE GOD OF DEATH!', 33288, 0, 14, 0, 100, 0, 0, 0, 34357),
|
|
(6537, 'MADNESS WILL CONSUME YOU!', 33288, 0, 14, 0, 100, 0, 0, 15756, 34361),
|
|
(6538, 'Portals open into %s\'s mind!', 33288, 0, 41, 0, 100, 0, 0, 0, 34037),
|
|
(6539, 'Look upon the true face of death, and know that your end comes soon!', 33288, 0, 14, 0, 100, 0, 0, 15755, 34360),
|
|
(6540, 'Eternal suffering awaits!', 33288, 0, 14, 0, 100, 0, 0, 15758, 34362),
|
|
(6541, '%s opens his mouth wide!', 33288, 0, 41, 0, 100, 0, 0, 0, 34022),
|
|
(6542, 'Your fate is sealed. The end of days is finally upon you and ALL who inhabit this miserable little seedling. Uulwi ifis halahs gag erh\'ongg w\'ssh.', 33288, 0, 14, 0, 100, 0, 0, 15761, 34365),
|
|
(6543, '%s prepares to unleash Empowering Shadows!', 33288, 0, 41, 0, 100, 0, 0, 0, 34170),
|
|
(6544, '%s goes berserk, extinguishing all life!', 33288, 0, 41, 0, 100, 0, 0, 0, 33993),
|
|
(6545, 'Weak-minded fool!', 33280, 0, 15, 0, 100, 0, 0, 15780, 34359),
|
|
(6546, 'Your will is no longer your own.', 33280, 0, 15, 0, 100, 0, 0, 15759, 34363),
|
|
(6547, 'Destroy them, minion! Your master commands it!', 33280, 1, 15, 0, 100, 0, 0, 15760, 34364),
|
|
(6548, 'The illusion shatters and a path to the central chamber opens!', 33890, 0, 41, 0, 100, 0, 0, 0, 34294),
|
|
(6549, 'Bad news, sire.', 33436, 0, 12, 0, 100, 66, 0, 15538, 33664),
|
|
(6550, 'The clans are united under Blackhand in this assault. They will stand together until Stormwind has fallen.', 33436, 0, 12, 0, 100, 274, 0, 15539, 33665),
|
|
(6551, 'Gul\'dan is bringing up his warlocks by nightfall. Until then, the Blackrock clan will be trying to take the Eastern Wall.', 33436, 0, 12, 0, 100, 1, 0, 15540, 33666),
|
|
(6552, 'The orc leaders agree with your assessment.', 33436, 0, 12, 0, 100, 0, 0, 15541, 33667),
|
|
(6553, 'We will hold until the reinforcements come. As long as men with stout hearts are manning the walls and the throne, Stormwind will hold.', 33437, 0, 12, 0, 100, 274, 0, 15585, 33670),
|
|
(6554, 'Your resilience is admirable.', 33441, 0, 12, 0, 100, 0, 0, 15598, 33608),
|
|
(6555, 'I will break you... as I broke him!', 33441, 0, 12, 0, 100, 0, 0, 15599, 33609),
|
|
(6556, 'Arrrrrrgh!', 33442, 0, 14, 0, 100, 0, 0, 15470, 33610),
|
|
(6557, 'I\'m not afraid of you!', 33442, 0, 12, 0, 100, 0, 0, 15471, 33611),
|
|
(6558, 'It is done. All have given that which must be given. I now seal the Dragon Soul forever.', 33523, 0, 12, 0, 100, 0, 0, 15631, 33656),
|
|
(6559, 'For it to be as it must, yes.', 33523, 0, 12, 0, 100, 273, 0, 15632, 33659),
|
|
(6560, 'That terrible glow... should that be?', 33495, 0, 12, 0, 100, 0, 0, 15702, 33658),
|
|
(6561, 'It is a weapon like no other. It must be like no other.', 33535, 0, 12, 0, 100, 1, 0, 15610, 33660),
|
|
(6562, 'A thousand deaths....', 33552, 0, 12, 0, 100, 0, 0, 15762, 33616),
|
|
(6563, 'Your petty quarrels only make me stronger.', 33552, 0, 12, 0, 100, 0, 0, 15764, 34188),
|
|
(6564, 'Yrr n\'lyeth... shuul anagg!', 33552, 0, 12, 0, 100, 0, 0, 15766, 33628),
|
|
(6565, 'He will learn... no king rules forever; only death is eternal!', 33552, 0, 12, 0, 100, 0, 0, 15767, 33629),
|
|
(6566, 'His brood learned their lesson before too long. You will soon learn yours!', 33552, 0, 12, 0, 100, 0, 0, 15765, 33663),
|
|
(6567, 'As you wish, $n.', 33241, 0, 12, 0, 100, 0, 0, 0, 34417),
|
|
(6568, 'Eonar, your servant calls for your blessing!', 33241, 0, 14, 0, 100, 0, 0, 15535, 34367),
|
|
(6569, 'As you wish, $n.', 33213, 0, 12, 0, 100, 0, 0, 0, 34417),
|
|
(6570, 'The veil of winter will protect you, champions!', 33213, 0, 14, 0, 100, 0, 0, 15559, 34366),
|
|
(6571, 'As you wish, $n.', 33242, 0, 12, 0, 100, 0, 0, 0, 34417),
|
|
(6572, 'Golganneth, lend me your strength! Grant my mortal allies the power of thunder!', 33242, 0, 14, 0, 100, 0, 0, 15750, 34369),
|
|
(6573, 'As you wish, $n.', 33244, 0, 12, 0, 100, 0, 0, 0, 34417),
|
|
(6574, 'Combat matrix enhanced. Behold wonderous rapidity!', 33244, 0, 14, 0, 100, 0, 0, 15630, 34368),
|
|
(6575, 'The undead are upon us!', 31254, 0, 12, 0, 10, 0, 0, 0, 32027),
|
|
(6576, 'The rumors were true! The prince has gone mad!', 31254, 1, 12, 0, 10, 0, 0, 0, 32029),
|
|
(6577, 'You\'ve come to address the men, sir?', 32414, 0, 12, 0, 100, 66, 0, 0, 32823),
|
|
(6578, 'Rise, Sindragosa! Rise and lead the Frostbrood into war!', 32443, 0, 12, 0, 100, 16, 0, 0, 32874),
|
|
(6579, 'Prepare to die!', 32588, 0, 12, 0, 100, 0, 0, 0, 39063),
|
|
(6580, 'Little $n, why do you call me forth? Are you working with the trolls of this land? Have you come to kill me and take my power as your own?', 26648, 0, 14, 0, 100, 33, 0, 11557, 25854),
|
|
(6581, 'I sense uncertainty in you, and I do not trust it whether you are with them, or not. If you wish my augury for the Kalu\'ak, you will have to prove yourself first.', 26648, 0, 14, 0, 100, 33, 0, 11557, 25863),
|
|
(6582, 'I will lay a mild compulsion upon you. Jump into the depths before me so that you put yourself into my element and thereby display your submission.', 26648, 0, 14, 0, 100, 33, 0, 11557, 25864),
|
|
(6583, 'Though you are compelled, the choice, and the last step before you leap, are yours. You have twenty more seconds to decide.', 26648, 0, 14, 0, 100, 33, 0, 11557, 25865),
|
|
(6584, 'I\'m rather curious as to what will happen, should you ignore this and NOT jump into the water.', 26648, 0, 14, 0, 100, 33, 0, 11557, 0),
|
|
(6585, 'Well done, $n. Your display of respect is duly noted. Now, I have information for you that you must convey to the Kalu\'ak.', 26648, 0, 14, 0, 100, 33, 0, 11557, 25867),
|
|
(6586, 'Simply put, you must tell the tuskarr that they cannot run. If they do so, their spirits will be destroyed by the evil rising within Northrend.', 26648, 0, 15, 0, 100, 0, 0, 0, 25868),
|
|
(6587, 'Tell the mystic that his people are to stand and fight alongside the Horde and Alliance against the forces of Malygos and the Lich King.', 26648, 0, 15, 0, 100, 0, 0, 0, 25869),
|
|
(6588, 'Now swim back with the knowledge I have granted you. Do what you can for them, $r.', 26648, 0, 15, 0, 100, 0, 0, 0, 25870),
|
|
(6589, 'Very well, $n, you have failed to act. The prophecy is not yours to learn. Do not call upon me again until you have found your backbone!', 26648, 0, 14, 0, 100, 33, 0, 11557, 25866),
|
|
(6590, 'You didn\'t think that I was going to let you walk in here and take the Heart of the Storm, did you?', 30299, 0, 12, 0, 100, 6, 0, 0, 30972),
|
|
(6591, 'You may have killed Valduran, but that will not stop me from completing the colossus.', 30299, 0, 12, 0, 100, 1, 0, 0, 30973),
|
|
(6592, 'Foolish girl. You seek that which I killed long ago. He is merely a ghost now. A faint echo in my mind... ', 37226, 0, 14, 0, 100, 0, 0, 17229, 37617),
|
|
(6593, 'I will not make the same mistake again, Sylvanas. This time there will be no escape. You will all serve me in death!', 37226, 0, 14, 0, 100, 0, 0, 17228, 37616),
|
|
(6594, 'You are not worthy to face the Lich King!', 36723, 0, 14, 0, 100, 0, 0, 16921, 38664),
|
|
(6595, 'Master, I have failed...', 36723, 0, 14, 0, 100, 0, 0, 16922, 36921),
|
|
(6596, 'Succumb to the chill of the grave.', 36954, 0, 14, 0, 100, 0, 0, 17218, 37175),
|
|
(6597, 'There is no escape!', 36954, 0, 14, 0, 100, 0, 0, 17217, 37177),
|
|
(6598, 'I will not make the same mistake again, Sylvanas. This time there will be no escape. You will all serve me in death!', 36954, 0, 14, 0, 100, 0, 0, 17213, 37173),
|
|
(6599, 'FIRE! FIRE!', 30824, 0, 14, 0, 100, 0, 0, 16732, 38681),
|
|
(6600, 'He is too powerful. We must leave this place at once! My magic can hold him in place for only a short time. Come quickly, heroes!', 36955, 0, 14, 0, 100, 1, 0, 16644, 36821),
|
|
(6601, 'I will destroy this barrier. You must hold the undead back!', 36955, 0, 14, 0, 100, 0, 0, 16607, 38536),
|
|
(6602, 'Another ice wall! Keep the undead from interrupting my incantations so that I may bring this wall down.', 36955, 0, 14, 0, 100, 0, 0, 16608, 38537),
|
|
(6603, 'He is toying with us! I will show him what happens to ice when it meets fire!', 36955, 0, 14, 0, 100, 0, 0, 16609, 0),
|
|
(6604, 'Your barriers can\'t hold us back much longer, monster! I will shatter them all!', 36955, 0, 14, 0, 100, 0, 0, 16610, 38539),
|
|
(6605, 'There\'s an opening up ahead. GO NOW!', 36955, 0, 14, 0, 100, 1, 0, 16645, 38551),
|
|
(6606, 'We\'re almost there... Don\'t give up!', 36955, 0, 14, 0, 100, 0, 0, 16646, 38538),
|
|
(6607, 'It... It\'s a dead end. We have no choice but to fight. Steel yourselves, heroes, for this is our last stand!', 36955, 0, 14, 0, 100, 1, 0, 16647, 36992),
|
|
(6608, 'Forgive me, heroes. I should have listened to Uther. I... I just had to see for myself. To look into his eyes one last time. I am sorry.', 36955, 0, 14, 0, 100, 1, 0, 16648, 36990),
|
|
(6609, 'We now know what must be done. I will deliver this news to King Varian and Highlord Fordring.', 36955, 0, 14, 0, 100, 1, 0, 16649, 36991),
|
|
(6610, 'He\'s... too powerful. Heroes, quickly... come to me! We must leave this place at once! I will do what I can to hold him in place while we flee.', 37554, 0, 14, 0, 100, 0, 0, 17058, 37168),
|
|
(6611, 'No wall can hold the Banshee Queen. Keep the undead at bay, heroes. I will tear this barrier down!', 37554, 0, 14, 0, 100, 0, 0, 17029, 38540),
|
|
(6612, 'Another barrier? Stand strong, champions. I will bring the wall down.', 37554, 0, 14, 0, 100, 0, 0, 17030, 38541),
|
|
(6613, 'I grow tired of these games, Arthas! Your walls can\'t stop me!', 37554, 0, 14, 0, 100, 0, 0, 17031, 38542),
|
|
(6614, 'You won\'t impede our escape, fiend! Keep the undead off me while I bring this barrier down.', 37554, 0, 14, 0, 100, 0, 0, 17032, 38543),
|
|
(6615, 'There\'s an opening up ahead. GO NOW!', 37554, 0, 14, 0, 100, 1, 0, 17059, 38551),
|
|
(6616, 'We\'re almost there... Don\'t give up!', 37554, 0, 14, 0, 100, 0, 0, 17060, 38538),
|
|
(6617, 'BLASTED DEAD END! So this is how it ends. Prepare yourselves, heroes, for today we make our final stand!', 37554, 0, 14, 0, 100, 5, 0, 17061, 37170),
|
|
(6618, 'We are safe... for now. His strength has increased tenfold since our last battle. It will take a mighty army to destroy the Lich King. An army greater than even the Horde can rouse.', 37554, 0, 14, 0, 100, 1, 0, 17062, 37171),
|
|
(6619, 'Minions, sieze them. Bring their corpses back to me.', 36954, 0, 14, 0, 100, 0, 0, 17222, 38670),
|
|
(6620, 'Another dead end.', 36954, 0, 14, 0, 100, 0, 0, 17219, 37176),
|
|
(6621, 'How long can you fight it?', 36954, 0, 14, 0, 100, 0, 0, 17220, 38668),
|
|
(6622, 'I will not die so quickly this time!', 29542, 0, 14, 0, 100, 0, 0, 0, 32624),
|
|
(6623, 'Well done. Let\'s get this over with.', 29560, 0, 12, 0, 100, 1, 0, 0, 30223),
|
|
(6624, 'Come, Landgren, cough up your soul so that I can ask you a very important question.', 29560, 0, 12, 0, 100, 0, 0, 0, 30231),
|
|
(6625, 'YOU WILL TELL ME WHERE WESTWIND IS OR I WILL DESTROY YOUR SOUL!', 29560, 0, 14, 0, 100, 25, 0, 0, 30241),
|
|
(6626, 'Then you leave me no choice. I won\'t say that I won\'t enjoy this.', 29560, 0, 12, 0, 100, 1, 0, 0, 30244),
|
|
(6627, 'Very well. Tell me!', 29560, 0, 12, 0, 100, 0, 0, 0, 30246),
|
|
(6628, 'A hidden hollow? How very interesting. You\'ve served your purpose, Landgren, but I\'m afraid there\'ll be no resurrection for you this time!', 29560, 0, 12, 0, 100, 6, 0, 0, 30248),
|
|
(6629, 'Now that the unpleasantness is finished with, let\'s talk about you dealing with Grand Admiral Westwind.', 29560, 0, 12, 0, 100, 11, 0, 0, 30251),
|
|
(6630, 'You\'ll get nothing out of me, monster. I am beyond your ability to influence.', 29572, 0, 12, 0, 100, 0, 0, 0, 30242),
|
|
(6631, 'No.', 29572, 0, 12, 0, 100, 0, 0, 0, 39548),
|
|
(6632, 'STOP! It isn\'t worth it. I\'ll tell you where he is.', 29572, 0, 12, 0, 100, 0, 0, 0, 30245),
|
|
(6633, 'On the south end of the island is a cave -- a hidden hollow. The grand admiral has holed himself up in there, preparing for the final battle against the Lich King.', 29572, 0, 12, 0, 100, 0, 0, 0, 30247),
|
|
(6634, 'AAAEEEEIIIiiiiiiiiiiiiiiiiiiiiiiiiiiii........................................', 29572, 0, 14, 0, 100, 0, 0, 0, 30250),
|
|
(6635, 'By order of Duke Lankral, Commander of the Knights of the Ebon Blade, Vanquisher of the Scourge and Conqueror of The Shadow Vault, you are ordered to stand down. What is your answer?', 29919, 0, 12, 0, 100, 0, 0, 0, 30712),
|
|
(6636, 'What is this?', 29919, 0, 14, 0, 100, 0, 0, 0, 32584),
|
|
(6637, 'My answer? Here\'s my answer, little messenger!', 29919, 0, 14, 0, 100, 0, 0, 0, 30713),
|
|
(6638, 'I will feed you to the dogs!', 29919, 0, 14, 0, 100, 0, 0, 0, 30499),
|
|
(6639, 'Now fight me, $n! Kill Iskalder!', 30924, 0, 14, 0, 100, 0, 0, 1167, 31540),
|
|
(6640, 'Iskalder, there you are. What is this? Engaged in battle already?', 30945, 0, 14, 0, 100, 457, 0, 13824, 31528),
|
|
(6641, 'NO! How is this possible?', 30945, 0, 14, 0, 100, 457, 0, 13825, 31530),
|
|
(6642, 'I know not how this was possible, but you must still be judged Iskalder. Wait... what is this?', 30945, 0, 14, 0, 100, 457, 0, 13824, 31531),
|
|
(6643, 'Stay away from me creature! Do not touch me!', 30945, 0, 14, 0, 100, 0, 0, 1168, 31533),
|
|
(6644, 'Ahahahahahaha! It is done. Return to my cave. We have much to discuss!', 30945, 0, 14, 0, 100, 457, 0, 1167, 31534),
|
|
(6645, 'This? This is me taking control of you. This is me setting up my final revenge!', 30955, 0, 14, 0, 100, 457, 0, 13824, 31532),
|
|
(6646, 'Captain, why are the guards not at their posts?', 27455, 0, 12, 0, 100, 6, 0, 12725, 26714),
|
|
(6647, 'Uther had my troops recalled? Damn it! If my warriors abandon me, I\'ll never defeat Mal\'Ganis. The ships must be burned before the men reach the shore!\n', 27455, 0, 12, 0, 100, 5, 0, 12726, 26716),
|
|
(6648, 'Burned down to their frames! No one goes home until our job here is done!\n', 27455, 0, 12, 0, 100, 15, 0, 12727, 26718),
|
|
(6649, 'Spare me, Muradin. You weren\'t there to see what Mal\'Ganis did to my homeland.\n', 27455, 0, 12, 0, 100, 1, 0, 12728, 26732),
|
|
(6650, 'Behold, Muradin, our salvation, Frostmourne.\n', 27455, 0, 12, 0, 100, 1, 0, 12729, 27207),
|
|
(6651, 'I would gladly bear any curse to save my homeland.\n', 27455, 0, 12, 0, 100, 1, 0, 12730, 27211),
|
|
(6652, 'Damn the men! Nothing shall prevent me from having my revenge, old friend. Not even you.\n', 27455, 0, 12, 0, 100, 5, 0, 12731, 27214),
|
|
(6653, 'Now, I call out to the spirits of this place. I will give anything or pay any price, if only you will help me save my people.\n', 27455, 0, 12, 0, 100, 396, 0, 12732, 27215),
|
|
(6654, 'Isn\'t that a bit much, lad?\n', 27480, 0, 12, 0, 100, 6, 0, 12733, 26717),
|
|
(6655, 'You lied to your men and betrayed the mercenaries who fought for you. What\'s happening to you, Arthas? Is vengeance all that\'s important to you?\n', 27480, 0, 12, 0, 100, 1, 0, 12734, 26731),
|
|
(6656, 'Hold, lad. There\'s an inscription on the dais. It\'s a warning. It says, "Whomsoever takes up this blade shall wield power eternal. Just as the blade rends flesh, so must power scar the spirit." Oh, I should\'ve known. The blade is cursed! Let\'s get the hell out of here!\n', 27480, 0, 12, 0, 100, 0, 0, 12735, 27209),
|
|
(6657, 'Leave it be, Arthas. Forget this business and lead your men home.\n', 27480, 0, 12, 0, 100, 396, 0, 12736, 27212),
|
|
(6658, 'O\' my head... Wh... Where am I?\n', 27480, 0, 12, 0, 100, 0, 0, 0, 27217),
|
|
(6659, 'Who... Who am I?\n', 27480, 0, 12, 0, 100, 0, 0, 0, 27218),
|
|
(6660, 'The walls of Frostmourne Cavern shudder and shake.', 27851, 0, 41, 0, 100, 0, 0, 0, 27196),
|
|
(6661, 'Hide! Hide before they see you! Back up!', 21293, 0, 15, 0, 100, 0, 0, 0, 19180),
|
|
(6662, 'The time to strike is at hand. Terminate Icarius.', 21293, 0, 15, 0, 100, 0, 0, 0, 19181),
|
|
(6663, 'You have it. Do not lose it again!', 21293, 0, 12, 0, 100, 5, 0, 0, 19183),
|
|
(6664, 'What is it, my lord?', 21410, 0, 12, 0, 100, 6, 0, 0, 19172),
|
|
(6665, 'My lord, surely you do not expect me to leave you unattended. Lord Illidan would have my head if anything were to happen to you.', 21410, 0, 12, 0, 100, 1, 0, 0, 19174),
|
|
(6666, 'As you wish, my lord.', 21410, 0, 12, 0, 100, 66, 0, 0, 37953),
|
|
(6667, 'Halt!', 21409, 0, 12, 0, 100, 1, 0, 0, 19511),
|
|
(6668, 'Zarath you must return to the Black Temple at once! I... I seem to have misplaced Lord Illidan\'s orders. Quickly!', 21409, 0, 12, 0, 100, 5, 0, 0, 19173),
|
|
(6669, 'Zarath, I am perfectly capable of making it up this road to Eclipse Point. If we do not deliver the missive, Lord Illidan will have both of our heads! You are dismissed!', 21409, 0, 12, 0, 100, 1, 0, 0, 19175),
|
|
(6670, 'Ah, sweet, sweet bloodthistle... Probably left behind by one of those filthy addicts at Eclipse Point.', 21409, 0, 12, 0, 100, 1, 0, 0, 19177),
|
|
(6671, 'Their loss is most definitely my gain...', 21409, 0, 12, 0, 100, 275, 0, 0, 19178),
|
|
(6672, '%s puts the bundle of bloodthistle in his robe.', 21409, 0, 16, 0, 100, 0, 0, 0, 19179),
|
|
(6673, 'Ah, damn it all! Clever trap. Too bad you\'ll never live to tell the tale...', 21409, 0, 12, 0, 100, 1, 0, 0, 19184),
|
|
(6674, 'You\'ve come for the doctor\'s plans! You\'ll only find death!', 30409, 0, 12, 0, 0, 0, 0, 0, 31119),
|
|
(6675, 'The doctor entrusted me with the plans to Nergeld, our flesh giant amalgamation made entirely of vargul! It will be the most powerful creation of its kind and a whole legion of them will be created to destroy your pitiful forces!', 30409, 0, 12, 0, 0, 0, 0, 0, 31090),
|
|
(6676, 'This is it, $n. The start of the end of the world. And you\'re here to see it off...', 25729, 0, 12, 1, 100, 1, 0, 0, 24909),
|
|
(6677, 'Let\'s go...', 25729, 0, 12, 1, 100, 0, 0, 0, 24910),
|
|
(6678, 'I... I can\'t believe it... Saurfang... I... I am honored... honored to have fought along side you, sir.', 25729, 0, 12, 1, 100, 0, 0, 0, 24933),
|
|
(6679, 'You should return to Warsong Hold now, friend. Hellscream will surely want to hear of what just happened here... of Saurfang...', 25729, 0, 12, 1, 100, 0, 0, 0, 24934),
|
|
(6680, 'Is this it? Is this all the mighty Horde could muster?', 25618, 0, 12, 0, 100, 6, 0, 0, 24911),
|
|
(6681, 'Pathetic.', 25618, 0, 12, 0, 100, 11, 0, 0, 35768),
|
|
(6682, 'I\'ve never understood your type. The hero...', 25618, 0, 12, 0, 100, 1, 0, 0, 24913),
|
|
(6683, 'Why won\'t you just let go? Why do you fight the inevitable?', 25618, 0, 12, 0, 100, 6, 0, 0, 24914),
|
|
(6684, 'The Lich King cannot be stopped. Accept it.', 25618, 0, 12, 0, 100, 274, 0, 0, 24915),
|
|
(6685, 'This world is coming to an end. Let. It. Burn.', 25618, 0, 12, 0, 100, 397, 0, 0, 24916),
|
|
(6686, 'Take $g him:her; away and prepare $g him:her; for reanimation.', 25618, 0, 12, 0, 100, 1, 0, 0, 24917),
|
|
(6687, 'What\'s this now?', 25618, 0, 12, 0, 100, 1, 0, 0, 24921),
|
|
(6688, 'Then you are a fool.', 25618, 0, 12, 0, 100, 25, 0, 0, 24926),
|
|
(6689, 'You? A lone orc? Against me and...', 25618, 0, 12, 0, 100, 397, 0, 0, 24928),
|
|
(6690, 'RISE!', 25618, 0, 14, 0, 100, 0, 0, 0, 31198),
|
|
(6691, 'I will reanimate them all as servants of the Lich King! Bring them here...', 25618, 0, 14, 0, 100, 0, 0, 0, 24836),
|
|
(6692, 'I\'ll rip your shriveled heart out with my bare hands before any harm comes to $n, necromancer.', 25751, 0, 12, 1, 100, 5, 0, 0, 24918),
|
|
(6693, 'You were never alone, $n.', 25751, 0, 12, 1, 100, 1, 0, 0, 24919),
|
|
(6694, 'This world that you seek to destroy is our home.', 25751, 0, 12, 1, 100, 1, 0, 0, 24920),
|
|
(6695, 'We will fight you with every fiber of our being - until we are nothing more than dust and debris. We will fight until the end.', 25751, 0, 12, 1, 100, 1, 0, 0, 24924),
|
|
(6696, 'A fool who is about to end you, necrolord. There will be nothing left of you for the Lich King to reanimate!', 25751, 0, 12, 1, 100, 397, 0, 0, 24927),
|
|
(6697, '%s\'s eyes glow red for a brief moment.', 25751, 0, 16, 0, 100, 0, 0, 0, 11563),
|
|
(6698, 'Is that the best you can do?', 25751, 0, 12, 0, 100, 0, 0, 0, 13130),
|
|
(6699, 'You\'ll make no mention of me. Either of you!', 25751, 0, 12, 1, 100, 0, 0, 0, 24938),
|
|
(6700, 'They are coming for you.', 29881, 0, 15, 0, 100, 0, 0, 14376, 30483),
|
|
(6701, 'Give in to your fear.', 29881, 1, 15, 0, 100, 0, 0, 14377, 30484),
|
|
(6702, 'Kill them all... before they kill you.', 29881, 2, 15, 0, 100, 0, 0, 14378, 30485),
|
|
(6703, 'They have turned against you. Now... take your revenge.', 29881, 3, 15, 0, 100, 0, 0, 14379, 30486),
|
|
(6704, 'Tell yourself again that these are not truly your friends.', 29881, 4, 15, 0, 100, 0, 0, 14380, 30487),
|
|
(6705, 'There is no escape. Not in this life. Not in the next.', 29881, 5, 15, 0, 100, 0, 0, 14381, 30488),
|
|
(6706, 'You are a pawn of forces unseen.', 29881, 6, 15, 0, 100, 0, 0, 14382, 30489),
|
|
(6707, 'It WAS your fault.', 29881, 7, 15, 0, 100, 0, 0, 14383, 30490),
|
|
(6708, 'The Winterskorn tribe will prevail!', 24238, 2, 14, 0, 100, 0, 0, 0, 23061),
|
|
(6709, 'I\'ve been saving this just for you, big boy!', 24458, 0, 12, 0, 100, 0, 0, 0, 23457),
|
|
(6710, 'Can it really be? Free after all these years?', 33220, 0, 12, 0, 100, 1, 0, 0, 33366),
|
|
(6711, 'And now, I must return to the waters of the lake.', 33220, 0, 12, 0, 100, 2, 0, 0, 33367),
|
|
(6712, 'What is this? I recognize you from when I killed Akali. You must be this $n that everyone is dreading.', 29028, 0, 14, 0, 100, 25, 0, 12009, 29250),
|
|
(6713, 'You don\'t worry me, $g boy : girl;. Just the opposite - I look forward to killing you. Nothing will stand between me and Zim\'Torga now!', 29028, 0, 14, 0, 100, 15, 0, 6200, 29251),
|
|
(6714, 'How sad that only now do you grasp the truth - I wield the power of a god. You are a mere mortal. You cannot hope to defeat me!', 29028, 0, 14, 0, 100, 11, 0, 0, 29253),
|
|
(6715, 'You\'ve meddled in affairs that were none of your business. You are nothing but a foreign invader. Prepare to die!', 29028, 0, 14, 0, 100, 15, 0, 0, 29256),
|
|
(6716, 'The prophet begins to cast a ritual of annihilation.', 29028, 0, 16, 0, 100, 0, 0, 0, 29257),
|
|
(6717, 'What? HAR\'KOA?!', 29028, 0, 14, 0, 100, 0, 0, 0, 29271),
|
|
(6718, 'Very well, kitten. I see no need to delay your inevitable demise. I look forward to dealing with you just as soon as I finish off this fool!', 29028, 0, 14, 0, 100, 0, 0, 0, 29273),
|
|
(6719, 'NO! I will not be defeated!', 29028, 0, 14, 0, 100, 0, 0, 0, 29275),
|
|
(6720, 'PROPHET!', 29050, 0, 14, 0, 100, 0, 0, 643, 29269),
|
|
(6721, 'YOU KEEP YOUR FILTHY DRAKKARI HANDS OFF OF THEM!', 29050, 0, 14, 0, 100, 35, 0, 11887, 29272),
|
|
(6722, 'I THINK NOT. YOU WILL DROP YOUR IMMUNITY, CEASE YOUR RITUAL NOW AND RELEASE THEM!', 29050, 0, 14, 0, 100, 0, 0, 11883, 29274),
|
|
(6723, 'Thank you. Once again you have saved us all. I will see you back at Zim\'Torga.', 29050, 0, 14, 0, 100, 0, 0, 0, 29276),
|
|
(6724, 'Putrid Pirate Perspiration!', 28205, 0, 42, 0, 100, 0, 0, 0, 27656),
|
|
(6725, 'Hairy Herring Head!', 28205, 0, 42, 0, 100, 0, 0, 0, 27655),
|
|
(6726, 'Spiky Spider Egg!', 28205, 0, 42, 0, 100, 0, 0, 0, 27654),
|
|
(6727, 'Muddy Mire Maggot!', 28205, 0, 42, 0, 100, 0, 0, 0, 27653),
|
|
(6728, 'Pulverized Gargoyle Teeth!', 28205, 0, 42, 0, 100, 0, 0, 0, 27652),
|
|
(6729, 'Seasoned Slider Cider!', 28205, 0, 42, 0, 100, 0, 0, 0, 27651),
|
|
(6730, 'Withered Batwing!', 28205, 0, 42, 0, 100, 0, 0, 0, 27650),
|
|
(6731, 'Speckled Guano!', 28205, 0, 42, 0, 100, 0, 0, 0, 27649),
|
|
(6732, 'Pickled Eagle Egg!', 28205, 0, 42, 0, 100, 0, 0, 0, 27648),
|
|
(6733, 'Knotroot!', 28205, 0, 42, 0, 100, 0, 0, 0, 27647),
|
|
(6734, 'No! The serum is ruined!', 28205, 1, 42, 0, 100, 0, 0, 0, 27687),
|
|
(6735, 'You\'re too late. I must start again from the beginning....', 28205, 0, 42, 0, 100, 0, 0, 0, 27688),
|
|
(6736, 'It\'s thickening! Quickly, get some...', 28205, 1, 42, 0, 100, 0, 0, 0, 27683),
|
|
(6737, 'Before it boils over, I need...', 28205, 0, 42, 0, 100, 0, 0, 0, 27682),
|
|
(6738, 'Before it thickens, we must add...', 28205, 1, 42, 0, 100, 0, 0, 0, 27632),
|
|
(6739, 'Coming along nicely, but still needs...', 28205, 0, 42, 0, 100, 0, 0, 0, 27684),
|
|
(6740, 'We\'re nearly there. Find me some...', 28205, 3, 42, 0, 100, 0, 0, 0, 27685),
|
|
(6741, 'Tastes like it needs more....', 28205, 2, 42, 0, 100, 0, 0, 0, 27630),
|
|
(6742, 'Next, we\'ll need...', 28205, 1, 42, 0, 100, 0, 0, 0, 27679),
|
|
(6743, 'Hmmm, I think it\'s time for...', 28205, 0, 42, 0, 100, 0, 0, 0, 27690),
|
|
(6744, 'It simply must have some...', 28205, 5, 42, 0, 100, 0, 0, 0, 27678),
|
|
(6745, 'We need some...', 28205, 4, 42, 0, 100, 0, 0, 0, 27677),
|
|
(6746, 'It simply must have some...', 28205, 3, 42, 0, 100, 0, 0, 0, 27678),
|
|
(6747, 'Find me some...', 28205, 2, 42, 0, 100, 0, 0, 0, 27637),
|
|
(6748, 'I think it needs...', 28205, 1, 42, 0, 100, 0, 0, 0, 27636),
|
|
(6749, 'Quickly, get me some...', 28205, 0, 42, 0, 100, 0, 0, 0, 27633),
|
|
(6750, 'A portion of this land already be mine, mon, but it only be da beginning!', 28717, 0, 15, 0, 100, 0, 0, 0, 28691),
|
|
(6751, 'Here, da self-righteous crusaders be standin\' in da way of our goal. Dey will fall!', 28717, 0, 15, 0, 100, 0, 0, 0, 28700),
|
|
(6752, 'Dis all soon gunna belong to da Lich King!', 28717, 0, 15, 0, 100, 0, 0, 0, 28701),
|
|
(6753, 'Da Drakkari be destroyin\' their lands! Dey gunna be losin\' dem... soon, mon.', 28717, 0, 15, 0, 100, 0, 0, 0, 28708),
|
|
(6754, 'Ahh, dere be our destiny... Gundrak!', 28717, 0, 15, 0, 100, 0, 0, 0, 28709),
|
|
(6755, 'Study dis place well, mon. Ya gonna be helpin\' me conquer it!', 28717, 0, 15, 0, 100, 0, 0, 0, 29281),
|
|
(6756, 'Ahh yeah, mon! Dere be great glory ta be had here!', 28717, 0, 15, 0, 100, 0, 0, 0, 29291),
|
|
(6757, 'Da Lich King be sharin\' his power wit dem who serve him well, mon.', 28717, 0, 15, 0, 100, 0, 0, 0, 29292),
|
|
(6758, 'Come to me now, $n. I must be speakin\' wit ya.', 28717, 0, 15, 0, 100, 0, 0, 0, 29293),
|
|
(6759, 'Icecrown Bottled Water!', 28205, 0, 42, 0, 100, 0, 0, 0, 27657),
|
|
(6760, 'Wasp\'s Wings!', 28205, 0, 42, 0, 100, 0, 0, 0, 27658),
|
|
(6761, 'Prismatic Mojo!', 28205, 0, 42, 0, 100, 0, 0, 0, 27659),
|
|
(6762, 'Raptor Claw!', 28205, 0, 42, 0, 100, 0, 0, 0, 27660),
|
|
(6763, 'Amberseed!', 28205, 0, 42, 0, 100, 0, 0, 0, 27661),
|
|
(6764, 'Shrunken Dragon\'s Claw!', 28205, 0, 42, 0, 100, 0, 0, 0, 27663),
|
|
(6765, 'Chilled Serpent Mucus!', 28205, 0, 42, 0, 100, 0, 0, 0, 27664),
|
|
(6766, 'Crystallized Hogsnot!', 28205, 0, 42, 0, 100, 0, 0, 0, 27665),
|
|
(6767, 'Crushed Basilisk Crystals!', 28205, 0, 42, 0, 100, 0, 0, 0, 27666),
|
|
(6768, 'Trollbane!', 28205, 0, 42, 0, 100, 0, 0, 0, 27667),
|
|
(6769, 'Frozen Spider Ichor!', 28205, 0, 42, 0, 100, 0, 0, 0, 27668),
|
|
(6770, 'I poop on you, trollses!', 29686, 0, 0, 0, 100, 0, 0, 0, 30398),
|
|
(6771, 'ARRRROOOOOGGGGAAAA!!!', 29686, 1, 0, 0, 100, 0, 0, 0, 30400),
|
|
(6772, 'No more mister nice wolvar!', 29686, 2, 0, 0, 100, 0, 0, 0, 30397),
|
|
(6773, 'Do you feel that folks? The air is crackling with energy! That can only mean one thing...', 30007, 0, 14, 0, 100, 1, 0, 0, 30698),
|
|
(6774, 'Hailing from the distant mountains of Alterac, one of the fiercest competitors this arena has ever seen: KORRAK THE BLOODRAGER!!!', 30007, 0, 14, 0, 100, 15, 0, 13363, 30715),
|
|
(6775, 'The battle is about to begin! Am I reading this card right? It... It\'s the nefarious magnataur lord, STINKBEARD! Yes, folks, STINKBEARD! $n doesn\'t stand a chance!', 30007, 0, 14, 0, 100, 15, 0, 0, 30686),
|
|
(6776, 'The champion of the Winterax trolls has challenged you, $n! I hope you\'re ready!', 30007, 0, 12, 0, 100, 1, 0, 0, 30714),
|
|
(6777, 'Snacks!', 30098, 0, 12, 0, 100, 0, 0, 0, 30830),
|
|
(6778, 'Snacks for sale!', 30098, 1, 12, 0, 100, 0, 0, 0, 30829),
|
|
(6779, 'Get your snacks here!', 30098, 2, 12, 0, 100, 0, 0, 0, 30831),
|
|
(6780, 'Snacks! Get your snacks here!', 30098, 3, 12, 0, 100, 0, 0, 0, 30832),
|
|
(6781, 'Popcorn! Get your popcorn!', 30098, 4, 12, 0, 100, 0, 0, 0, 30833),
|
|
(6782, 'Peanuts! Get your peanuts here!', 30098, 5, 12, 0, 100, 0, 0, 0, 30834),
|
|
(6783, 'Anguish Ale! Cold Anguish Ale here!', 30098, 6, 12, 0, 100, 0, 0, 0, 30835),
|
|
(6784, 'Popcorn! Peanuts! Ale!', 30098, 7, 12, 0, 100, 0, 0, 0, 30836),
|
|
(6785, 'THIS CANNOT BE!!! Rend, deal with these insects.', 10162, 0, 14, 0, 100, 0, 0, 0, 5709),
|
|
(6786, 'The Warchief shall make quick work of you, mortals. Prepare yourselves!', 10162, 0, 14, 0, 100, 25, 0, 0, 5720),
|
|
(6787, 'Taste in my power!', 10162, 0, 14, 0, 100, 0, 0, 0, 5726),
|
|
(6788, 'Your victory shall be short lived. The days of both the Alliance and Horde are coming to an end! The next time we meet shall be the last.', 10162, 0, 14, 0, 100, 5, 0, 0, 5824),
|
|
(6789, 'The mortals have fallen! The new age of the Blackrock legion is at hand!', 10162, 0, 14, 0, 100, 22, 0, 0, 5710),
|
|
(6790, 'In this world where time is your enemy, it is my greatest ally. This grand game of life that you think you play in fact plays you. To that I say...', 10162, 0, 14, 0, 100, 1, 0, 0, 9907),
|
|
(6791, 'Let the games begin!', 10162, 0, 14, 0, 100, 22, 0, 8280, 35709),
|
|
(6792, 'Ah...the heroes. You are persistent, aren\'t you? Your ally here attempted to match his power against mine - and paid the price. Now he shall serve me...by slaughtering you. ', 10162, 0, 14, 0, 100, 23, 0, 8279, 9794),
|
|
(6793, 'Impossible!', 10429, 0, 14, 0, 100, 22, 0, 0, 38661),
|
|
(6794, 'Death Knights... get over here!', 11583, 0, 14, 0, 100, 0, 0, 0, 30668),
|
|
(6795, 'WHO DARES?! I AM GOING TO FLAY THE FLESH FROM YOUR BONES EVEN IF I HAVE TO DESTROY NERGELD TO GET TO YOU!', 30404, 0, 14, 0, 100, 0, 0, 0, 31134),
|
|
(6796, 'Now the nightmare\'s real.Now Dr. Terrible is here.To make you quake with fear.To make the whole world kneel.And I won\'t feel ...a thing', 30404, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(6797, 'I\'LL RISE AGAIN AND WHEN I DO I WILL HAVE MY REVENGE!', 30404, 0, 14, 0, 100, 0, 0, 0, 31173),
|
|
(6798, 'As you jump into Nergeld, the rotting flesh of the construct comes to life.', 30403, 0, 16, 0, 100, 0, 0, 0, 31120),
|
|
(6799, '%s falls to pieces.', 30403, 0, 16, 0, 100, 0, 0, 0, 31132),
|
|
(6800, 'Something emerges from the cauldron!', 32445, 0, 41, 0, 100, 0, 0, 0, 32479),
|
|
(6801, 'The cauldron continues to boil...', 32445, 0, 41, 0, 100, 0, 0, 0, 32483),
|
|
(6802, 'Plague batch neutralized!', 32445, 0, 41, 0, 100, 0, 0, 0, 32488),
|
|
(6803, 'The plague cauldron begins to boil vigorously!', 31773, 0, 41, 0, 100, 0, 0, 0, 32477),
|
|
(6804, 'The plague cauldron begins to boil vigorously!', 32442, 0, 41, 0, 100, 0, 0, 0, 32477),
|
|
(6805, 'With pleasure...', 10429, 0, 14, 0, 100, 0, 0, 0, 5722),
|
|
(6806, '%s is knocked off his drake!', 10429, 0, 16, 0, 100, 0, 0, 0, 5711),
|
|
(6807, 'Foolsss... Kill the one in the dress!', 10162, 0, 14, 0, 100, 22, 0, 0, 5665),
|
|
(6808, 'Excellent... it would appear as if the meddlesome insects have arrived just in time to feed my legion. Welcome, mortals!', 10162, 0, 14, 0, 100, 22, 0, 0, 5635),
|
|
(6809, 'Let not even a drop of their blood remain upon the arena floor, my children. Feast on their souls!', 10162, 0, 14, 0, 100, 22, 0, 0, 5640),
|
|
(6810, 'What do you think you\'re doing?', 35116, 0, 12, 0, 0, 1, 0, 0, 35357),
|
|
(6811, 'You\'re too late to stop our plan.', 35116, 0, 12, 0, 0, 1, 0, 0, 35358),
|
|
(6812, 'See to it that I\'m not followed.', 35116, 0, 12, 0, 0, 1, 0, 0, 35359),
|
|
(6813, 'Gladly.', 35127, 0, 12, 0, 1, 0, 0, 0, 35360),
|
|
(6814, 'Everyone enjoying themselves so far? That\'s great! Welcome to the Darkmoon Faire, the greatest show on all of Azeroth! Make sure that you speak with Yebb and his friends here while you\'re taking in Neblegear\'s Darkmoon Zoo Bizarre.', 14823, 0, 12, 0, 100, 0, 0, 0, 10153),
|
|
(6815, 'We\'re back and better than ever! It\'s the Darkmoon Faire friend, and it\'s your lucky day! Sparing no expense, we\'ve gathered wonders and treats from around the world for your delight. Whether you\'re young or old, rich or poor, the Darkmoon Faire has it all! Be sure to turn in your Darkmoon Faire Prize Tickets to Gelvas Grimegate, and choose from several exotic and wondrous prizes!', 14823, 1, 12, 0, 100, 0, 0, 0, 10160),
|
|
(6816, 'Come one, come all. Welcome to the Darkmoon Faire! Don\'t be shy. Step right up to Lhara and buy yourself an exotic artifact from far off lands. If you\'re one of the lucky few who have found Darkmoon Cards, have a word with Professor Paleo. Hungry? Thirsty? You\'re in luck! Refreshments are available right here from Sylannia and Stamp. I recommend the Darkmoon Special Reserve to wash down some Red Hot Wings. And if the future is what you seek, then run, don\'t walk, to speak with Sayge.', 14823, 2, 12, 0, 100, 0, 0, 0, 10154),
|
|
(6817, 'Welcome one and all to the Darkmoon Faire, the greatest event in all the world! We have it all... delicious food, strong drink, exotic artifacts, fortunes read, amazing prizes and excitement without end! Don\'t forget to turn in your Darkmoon Faire Prize Tickets to Gelvas Grimegate! All it takes is five or more and you\'re on your way to the most wondrous prizes on all of Azeroth. Everybody is a winner!', 14823, 3, 12, 0, 100, 0, 0, 0, 10155),
|
|
(6818, 'Poor Dorius. If I ever get my hands on those Dark Irons, so help me...', 8256, 0, 12, 0, 100, 0, 0, 0, 4287),
|
|
(6819, 'Well done, soldiers! At ease!', 9082, 0, 12, 1, 100, 0, 0, 0, 4692),
|
|
(6820, 'Mysterious hoofprints, scorched shields, stray badges... how do we make sense of all this?', 23567, 0, 12, 0, 100, 6, 0, 0, 22038),
|
|
(6821, 'I don\'t think Drazzit\'s going to have any luck finding anyone to kill this raptor. I mean, he\'s already raised the reward twice...', 23573, 0, 12, 0, 100, 1, 0, 0, 22379),
|
|
(6822, 'I thought we talked about this, Brogg. You can\'t stay in this building. Sure, it can house you, but there\'s no room for anyone else!', 23995, 0, 12, 0, 100, 1, 0, 0, 22588),
|
|
(6823, 'Yes, we said you can stay here, but this building is our headquarters! All of our manuals and blueprints are stored here!', 23995, 0, 12, 0, 100, 1, 0, 0, 22590),
|
|
(6824, 'I\'m inclined to say they made ogres too big! I can see I\'m not going to convince you to move now, but don\'t think this is permanent!', 23995, 0, 12, 0, 100, 1, 0, 0, 22592),
|
|
(6825, 'You said Brogg could stay here! You promised Brogg you\'d help regain Stonemaul clan mound!', 23579, 0, 12, 0, 100, 1, 0, 0, 22589),
|
|
(6826, 'But this the only building that fit Brogg! Goblins make buildings too small!', 23579, 0, 12, 0, 100, 1, 0, 0, 22591),
|
|
(6827, '%s cries.', 10799, 0, 16, 0, 100, 0, 0, 0, 29772),
|
|
(6828, '%s snorts.', 10799, 1, 16, 0, 100, 0, 0, 0, 14502),
|
|
(6829, '%s grumbles.', 10799, 2, 16, 1, 100, 0, 0, 0, 25783),
|
|
(6830, '%s lets loose a guttural growl as her body collapses. A horrifying howl can be heard echoing through the halls of Blackrock Spire. Something is very, very angry.', 10220, 0, 16, 0, 100, 0, 0, 0, 5548),
|
|
(6831, 'You have summoned me, fool! Now DIE!', 10584, 0, 14, 0, 100, 0, 0, 0, 5832),
|
|
(6832, 'Me smash! You die!', 10584, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(6833, 'Be wary, friends. The Betrayer meditates in the court just beyond.', 23089, 0, 14, 0, 100, 0, 0, 11388, 20902),
|
|
(6834, 'I will deal with these mongrels! Strike now, friends! Strike at the Betrayer!', 23089, 0, 14, 0, 100, 0, 0, 11390, 21250),
|
|
(6835, 'Come, my minions. Deal with this traitor as he deserves!', 22917, 0, 14, 0, 100, 0, 0, 11465, 21251),
|
|
(6836, 'Who shall be next to taste my blades?', 22917, 0, 14, 0, 100, 0, 0, 11473, 21499),
|
|
(6837, 'This is too easy!', 22917, 1, 14, 0, 100, 0, 0, 11472, 21498),
|
|
(6838, 'I will not be touched by rabble such as you!', 22917, 0, 14, 0, 100, 0, 0, 11479, 21252),
|
|
(6839, 'Behold the Flames of Azzinoth!', 22917, 0, 14, 0, 100, 0, 0, 11480, 21275),
|
|
(6840, 'Stare into the eyes of the Betrayer!', 22917, 0, 14, 0, 100, 0, 0, 11481, 21497),
|
|
(6841, 'Behold the power... of the demon within!', 22917, 0, 14, 0, 100, 0, 0, 11475, 21066),
|
|
(6842, 'You\'ve wasted too much time, mortals. Now you shall fall.', 22917, 0, 14, 0, 100, 0, 0, 11474, 22036),
|
|
(6843, 'I can feel your hatred.', 22917, 0, 14, 0, 100, 0, 0, 11467, 0),
|
|
(6844, 'Give in to your fear!', 22917, 1, 14, 0, 100, 0, 0, 11468, 0),
|
|
(6845, 'You know nothing of power!', 22917, 2, 14, 0, 100, 0, 0, 11469, 21500),
|
|
(6846, 'Such... arrogance!', 22917, 3, 14, 0, 100, 0, 0, 11471, 0),
|
|
(6847, '%s sets eyes on $n!', 22997, 0, 16, 0, 100, 0, 0, 0, 11074),
|
|
(6848, 'That is for Naisha!', 23197, 0, 14, 0, 100, 0, 0, 11493, 21489),
|
|
(6849, 'Bleed as I have bled!', 23197, 1, 14, 0, 100, 0, 0, 11494, 0),
|
|
(6850, 'There shall be no prison for you this time!', 23197, 2, 14, 0, 100, 0, 0, 11495, 22208),
|
|
(6851, 'Meet your end, demon!', 23197, 3, 14, 0, 100, 0, 0, 11500, 0),
|
|
(6852, 'Show $n the meaning of pain, Sunstriker!', 17807, 0, 14, 0, 100, 0, 7000, 0, 14463),
|
|
(6853, 'Well done, $n! You have passed the second trial!', 17807, 0, 14, 0, 100, 0, 7000, 0, 14464),
|
|
(6854, 'Oh, hello, little $r.', 30124, 0, 12, 0, 100, 15, 0, 0, 31148),
|
|
(6855, 'The worg sprints off in search of enemies.', 30219, 0, 16, 0, 100, 0, 0, 1108, 30909),
|
|
(6856, 'The worg growls as it closes in on its prey.', 30219, 0, 16, 0, 100, 0, 0, 0, 30914),
|
|
(6857, 'The frostworg howls, exposing its prey!', 30219, 0, 16, 0, 100, 53, 0, 9036, 30915),
|
|
(6858, 'Broken of the Ashtongue tribe, your leader speaks!', 23191, 0, 14, 0, 100, 0, 0, 0, 21342),
|
|
(6859, 'The Betrayer no longer holds sway over us. His dark magic over the Ashtongue soul has been destroyed!', 23191, 0, 14, 0, 100, 0, 0, 0, 21343),
|
|
(6860, 'Come out from the shadows! I\'ve returned to lead you against our true enemy! Shed your chains and raise your weapons against your Illidari masters!', 23191, 0, 14, 0, 100, 0, 0, 0, 21344),
|
|
(6861, 'You dare to think you have thwarted my will? That you have broken my plans?', 31301, 0, 12, 0, 100, 25, 0, 0, 31973),
|
|
(6862, 'You have accomplished nothing!', 31301, 0, 12, 0, 100, 22, 0, 0, 31974),
|
|
(6863, 'Your feeble resistance has only hastened your doom.', 31301, 0, 12, 0, 100, 25, 0, 0, 31976),
|
|
(6864, 'So spout your platitudes and flail until you are spent. In the end, you will be mine, and Morbidus will be the harbinger of your death!', 31301, 0, 12, 0, 100, 22, 0, 0, 31979),
|
|
(6865, 'Morbidus, show them what happens to those who defy the will of their king!', 31301, 0, 12, 0, 100, 25, 0, 0, 31981),
|
|
(6866, 'You will pay for what you\'ve done! For the Argent Crusade!', 31428, 0, 12, 0, 100, 0, 0, 0, 32198),
|
|
(6867, 'Knights of the Ebon Blade, prepare for battle!', 31306, 0, 12, 0, 100, 1, 0, 0, 32015),
|
|
(6868, 'It was awful... I dreamt I was fighting against my friends.', 32149, 0, 12, 0, 100, 1, 0, 0, 35293),
|
|
(6869, 'I\'m so tired. Just let me rest for a moment.', 32149, 1, 12, 0, 100, 1, 0, 0, 35295),
|
|
(6870, 'I can\'t hear the screams anymore. Is this the end?', 32149, 2, 12, 0, 100, 1, 0, 0, 35294),
|
|
(6871, 'At last... now I can rest.', 32149, 3, 12, 0, 100, 1, 0, 0, 35291),
|
|
(6872, 'My nightmare, is it finally over?', 32149, 4, 12, 0, 100, 1, 0, 0, 35292),
|
|
(6873, 'We will locate the origin of the Nightmare through the fragments you collected, $n. From there we will pull Eranikus through a rift in the Dream. Steel yourself, $c. We are inviting the embodiment of the Nightmare into our world.', 11832, 0, 12, 0, 100, 0, 0, 0, 11282),
|
|
(6874, 'The rift will be opened there, above Lake Elun\'ara. Prepare yourself, $n. Eranikus\'s entry into our world will be wrought with chaos and strife.\n', 11832, 1, 12, 0, 100, 0, 0, 0, 11290),
|
|
(6875, 'He will stop at nothing to get to Malfurion\'s physical manifestation. That must not happen... We must keep the beast occupied long enough for Tyrande to arrive.', 11832, 2, 12, 0, 100, 0, 0, 0, 11291),
|
|
(6876, 'Defend Nighthaven, hero...', 11832, 3, 12, 0, 100, 0, 0, 0, 11292),
|
|
(6877, 'Fiend! Face the might of Cenarius!', 11832, 4, 14, 0, 100, 0, 0, 0, 11293),
|
|
(6878, 'Who is the predictable one, beast? Surely you did not think that we would summon you on top of Malfurion? Your redemption comes, Eranikus. You will be cleansed of this madness - this corruption.\n', 11832, 5, 14, 0, 100, 0, 0, 0, 11295),
|
|
(6879, 'Hurry, $n! We must find protective cover!', 11832, 6, 12, 0, 100, 0, 0, 0, 11300),
|
|
(6880, 'Please, champion, protect our people.', 11832, 7, 12, 0, 100, 0, 0, 0, 11301),
|
|
(6881, 'It will be done, Eranikus. Be well, ancient one.', 11832, 8, 12, 0, 100, 0, 0, 0, 11303),
|
|
(6882, 'Let us leave Nighthaven, hero. Seek me out at the grove.', 11832, 9, 12, 0, 100, 0, 0, 0, 11329),
|
|
(6883, 'Come, $n. The lake is just around the bend.', 11832, 10, 12, 0, 100, 1, 0, 0, 10866),
|
|
(6884, 'Stand near me, $n. I will protect you should anything go wrong.', 11832, 11, 12, 0, 100, 1, 0, 0, 10867),
|
|
(6885, 'Malfurion!', 11832, 12, 12, 0, 100, 5, 0, 0, 10868),
|
|
(6886, 'It was shrouded in nightmares, Malfurion. What is happening in the Dream? What could cause such atrocities?', 11832, 13, 12, 0, 100, 6, 0, 0, 10870),
|
|
(6887, 'I sensed as much, Malfurion. Dark days loom ahead.', 11832, 14, 12, 0, 100, 1, 0, 0, 10872),
|
|
(6888, 'You have been gone too long, Malfurion. Peace between the children of Azeroth is tenuous at best. What of my father? Of your brother? Have you any news?\n', 11832, 15, 12, 0, 100, 6, 0, 0, 10874),
|
|
(6889, 'Farewell, old friend... Farewell...', 11832, 16, 12, 0, 100, 1, 0, 0, 10877),
|
|
(6890, 'Let us return to the grove, mortal.', 11832, 17, 12, 0, 100, 1, 0, 0, 10879),
|
|
(6891, 'Pitiful, predictable mortals... You know not what you have done! The Master\'s will fulfilled. The Moonglade shall be destroyed and Malfurion along with it!', 15491, 0, 14, 0, 100, 0, 0, 0, 11030),
|
|
(6892, '%s lets loose a sinister laugh.', 15491, 1, 16, 0, 100, 0, 0, 0, 11296),
|
|
(6893, 'You are certainly not your father, insect. Should it interest me, I would crush you with but a swipe of my claws. Turn Shan\'do Stormrage over to me and your pitiful life will be spared along with the lives of your people.', 15491, 2, 14, 0, 100, 0, 0, 0, 11294),
|
|
(6894, 'My redemption? You are bold, little one. My redemption comes by the will of my god.', 15491, 3, 14, 0, 100, 0, 0, 0, 11297),
|
|
(6895, '%s roars furiously.', 15491, 4, 16, 0, 100, 0, 0, 0, 11298),
|
|
(6896, 'Rise, servants of the Nightmare! Rise and destroy this world! Let there be no survivors...', 15491, 5, 14, 0, 100, 0, 0, 0, 11299),
|
|
(6897, 'Where is your savior? How long can you hold out against my attacks? ', 15491, 6, 14, 0, 100, 0, 0, 0, 11304),
|
|
(6898, 'Remulos, look how easy they fall before me? You can stop this, fool. Turn the druid over to me and it will all be over...', 15491, 7, 14, 0, 100, 0, 0, 0, 11306),
|
|
(6899, 'Defeated my minions? Then face me, mortals!', 15491, 8, 14, 0, 100, 0, 0, 0, 11305),
|
|
(6900, 'IT BURNS! THE PAIN... SEARING...', 15491, 9, 14, 0, 100, 0, 0, 0, 11314),
|
|
(6901, 'WHY? Why did this happen to ... to me? Where were you Tyrande? Where were you when I fell from the grace of Elune?', 15491, 10, 14, 0, 100, 0, 0, 0, 11315),
|
|
(6902, 'I... I feel... I feel the touch of Elune upon my being once more... She smiles upon me... Yes... I...', 15491, 11, 14, 0, 100, 0, 0, 0, 11316),
|
|
(6903, '%s falls to one knee.', 15491, 12, 16, 0, 100, 0, 0, 0, 11319),
|
|
(6904, 'Seek absolution, Eranikus. All will be forgiven...\n', 15633, 0, 14, 0, 100, 0, 0, 0, 11310),
|
|
(6905, 'You will be forgiven, Eranikus. Elune will always love you. Break free of the bonds that command you!', 15633, 1, 14, 0, 100, 0, 0, 0, 11311),
|
|
(6906, 'The grasp of the Old Gods is unmoving. He is consumed by their dark thoughts... I... I cannot... cannot channel much longer... Elune aid me...', 15633, 2, 12, 0, 100, 0, 0, 0, 11312),
|
|
(6907, 'For so long, I was lost... The Nightmare\'s corruption had consumed me... And now, you... all of you... you have saved me. Released me from its grasp.', 15628, 0, 12, 0, 100, 0, 0, 0, 11323),
|
|
(6908, 'But... Malfurion, Cenarius, Ysera... they still fight. They need me. I must return to the Dream at once.', 15628, 1, 12, 0, 100, 0, 0, 0, 11324),
|
|
(6909, 'My lady, I am unworthy of your prayer. Truly, you are an angel of light. Please, assist me in returning to the barrow den so that I may return to the Dream. I, like Malfurion, also have a love awaiting me... I must return to her... to protect her...', 15628, 2, 12, 0, 100, 0, 0, 0, 11326),
|
|
(6910, 'And heroes... I hold that which you seek. May it once more see the evil dissolved. Remulos, see to it that our champion receives the shard of the Green Flight.', 15628, 3, 12, 0, 100, 0, 0, 0, 11327),
|
|
(6911, '%s drinks in the suffering of the fallen.', 15629, 0, 16, 0, 100, 0, 0, 0, 11289),
|
|
(6912, 'Remulos, old friend. It is good to see you once more. I knew that the message would find its way to you - one way or another.', 17949, 0, 12, 0, 100, 1, 0, 0, 10869),
|
|
(6913, 'I fear for the worst, old friend. Within the Dream we fight a new foe, born of an ancient evil. Ysera\'s noble brood has fallen victim to the old whisperings. It seems as if the Nightmare has broken through the realm and seeks a new host on Azeroth.', 17949, 0, 12, 0, 100, 1, 0, 0, 10871),
|
|
(6914, 'Aye, Remulos. Prepare the mortal races.', 17949, 0, 12, 0, 100, 1, 0, 0, 10873),
|
|
(6915, 'Cenarius fights at my side. Illidan sits atop his throne in the Outland - brooding. I am afraid that the loss to Arthas proved to be his breaking point. Madness has embraced him, Remulos. He replays the events in his mind a thousand times per day, but in his mind, he is the victor and Arthas is utterly defeated. He is too far gone, old friend. I fear that the time may soon come that our bond is tested and it will not be as it was at the Well in Zin-Azshari. ', 17949, 0, 12, 0, 100, 1, 0, 0, 10876),
|
|
(6916, 'Remulos, I am being drawn back... Tyrande... send her my love... Tell her I am safe. Tell her... Tell her I will return... Farewell...', 17949, 0, 12, 0, 100, 1, 0, 0, 10878),
|
|
(6917, 'T\'eif godehsi wha!', 7271, 1, 14, 14, 100, 0, 0, 0, 0),
|
|
(6918, 'How dare you enter my sanctum!', 7271, 0, 12, 0, 100, 0, 0, 0, 3622),
|
|
(6919, 'I thought I was doomed. Thank you for freeing me.', 26417, 0, 12, 0, 100, 0, 0, 0, 26051),
|
|
(6920, 'You have my gratitude.', 26417, 1, 12, 0, 100, 0, 0, 0, 26049),
|
|
(6921, 'I never thought I\'d be free from that terrible spell!', 26417, 2, 12, 0, 100, 0, 0, 0, 26050),
|
|
(6922, 'Thank you, small one.', 26417, 3, 12, 0, 100, 0, 0, 0, 26048),
|
|
(6923, '%s goes into a frenzy!', 16042, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(6924, '%s calls for assistance!', 26631, 0, 41, 0, 100, 0, 0, 0, 29588),
|
|
(6925, 'Awaken, my children and assist your master!', 23035, 0, 14, 0, 100, 0, 0, 0, 20991),
|
|
(6926, 'Your spells... ke-kaw... are weak magics... easy to turn against you...', 23035, 0, 15, 0, 100, 0, 0, 0, 21017),
|
|
(6927, 'Yes... cast your precious little spells, ak-a-ak!', 23035, 1, 15, 0, 100, 0, 0, 0, 21012),
|
|
(6928, 'How dare you summon me without an offering!', 27199, 0, 41, 0, 0, 0, 0, 0, 26098),
|
|
(6929, 'Ladies and gentlemen! Well... let\'s just say you don\'t want to miss this one!', 27719, 0, 14, 0, 100, 0, 0, 0, 27032),
|
|
(6930, 'You went behind my back. You neglected my orders. You will pay the price.', 27727, 0, 12, 0, 100, 0, 0, 0, 27030),
|
|
(6931, 'Enough talk. By the time I\'m through with you, not even the worgs are going to want to go near your corpse.', 27727, 1, 12, 0, 100, 0, 0, 0, 27031),
|
|
(6932, 'I used good judgment when you showed none. I don\'t want to see you lead us into ruin, Krenna!', 27726, 0, 12, 0, 100, 0, 0, 0, 27027),
|
|
(6933, 'It doesn\'t have to end this way, you know?', 27726, 1, 12, 0, 100, 0, 0, 0, 27026),
|
|
(6934, 'We\'ll see about that.', 27726, 2, 12, 0, 100, 0, 0, 0, 27028),
|
|
(6935, 'Why... why sister? Why did it have to come to this?', 27726, 3, 12, 0, 100, 0, 0, 0, 27033),
|
|
(6936, 'Furious winds envelop Vakkiz as he writhes menacingly towards you.', 23162, 0, 16, 0, 100, 0, 0, 0, 21905),
|
|
(6937, '%s\'s flesh shatters in an unearthly rage!', 23162, 0, 16, 0, 100, 0, 0, 0, 21075),
|
|
(6938, 'This bear\'s flank is frozen solid.... try again.', 30292, 0, 42, 0, 0, 0, 0, 0, 30986),
|
|
(6939, 'I\'ll send you on my flying machine. Keep your eyes peeled for clues about what might\'ve happened to Hemet!', 28160, 0, 12, 0, 100, 25, 0, 0, 27620),
|
|
(6940, 'Sands consume you!', 7271, 2, 14, 14, 100, 0, 0, 0, 6221),
|
|
(6941, 'Fall!', 7271, 3, 14, 14, 100, 0, 0, 0, 6222),
|
|
(6942, 'About time! Get that lumber and get moving. The horde won\'t be up there fighting forever, there\'s money to be made!', 26660, 0, 12, 0, 100, 25, 1000, 0, 26079),
|
|
(6943, 'Xink\'s Shredder ready and available for woodland destruction.', 27061, 0, 16, 0, 100, 0, 0, 0, 26166),
|
|
(6944, 'Xink\'s Shredder security features activated. Returning to base.', 27061, 0, 16, 0, 100, 0, 0, 0, 26167),
|
|
(6945, 'Aright, listen up! Form a circle around me and move out!', 22458, 0, 12, 0, 100, 0, 0, 0, 20314),
|
|
(6946, 'Aright, $r, just keep us safe from harm while we work. We\'ll pay you when we return.', 22458, 0, 12, 0, 100, 0, 0, 0, 20328),
|
|
(6947, 'The dig site is just north of here.', 22458, 0, 12, 0, 100, 0, 0, 0, 20329),
|
|
(6948, 'We\'re here! Start diggin\'!', 22458, 0, 12, 0, 100, 0, 0, 0, 20330),
|
|
(6949, 'I think there\'s somethin\' buried here, beneath the sand!', 22458, 0, 12, 0, 100, 396, 0, 0, 20331),
|
|
(6950, 'Almost got it!', 22458, 0, 12, 0, 100, 396, 0, 0, 20332),
|
|
(6951, 'By Brann\'s brittle bananas! What is it!? It... It looks like a drum.', 22458, 0, 12, 0, 100, 396, 0, 0, 20333),
|
|
(6952, 'Have ye gone mad? You expect me to leave behind a drum without first beatin\' on it? Not this son of Ironforge! No sir!', 22458, 0, 12, 0, 100, 0, 0, 0, 20337),
|
|
(6953, 'Shut yer yaps! I\'m gonna bang on this drum and that\'s that!', 22458, 0, 12, 0, 100, 0, 0, 0, 20344),
|
|
(6954, 'IN YOUR FACE! I told you there was somethin\' here!', 22458, 0, 12, 0, 100, 0, 0, 0, 20348),
|
|
(6955, 'Don\'t just stand there! Help $g him:her; out!', 22458, 0, 12, 0, 100, 0, 0, 0, 20361),
|
|
(6956, 'You\'ve been a tremendous help, $r! Let\'s get out of here before more of those things show up! I\'ll let Dwarfowitz know you did the job asked of ya\' admirably.', 22458, 0, 12, 0, 100, 0, 0, 0, 20363),
|
|
(6957, 'Wow... a drum.', 22464, 0, 12, 0, 100, 0, 0, 0, 20334),
|
|
(6958, 'This discovery will surely rock the foundation of modern archaeology.', 22464, 0, 12, 0, 100, 0, 0, 0, 20335),
|
|
(6959, 'Yea, great. Can we leave now? This desert is giving me hives.', 22464, 0, 12, 0, 100, 0, 0, 0, 20336),
|
|
(6960, 'This reminds me of that one time where you made us search Silithus for evidence of sand gnomes.', 22464, 0, 12, 0, 100, 0, 0, 0, 20339),
|
|
(6961, 'Or that time when you told us that you\'d discovered the cure for the plague of the 20th century. What is that even? 20th century?', 22464, 0, 12, 0, 100, 0, 0, 0, 20340),
|
|
(6962, 'I don\'t think it can top the one time where he told us that he\'d heard that Arthas\'s "cousin\'s" skeleton was frozen beneath a glacier in Winterspring. I\'ll never forgive you for that one, Letoll. I mean honestly... Arthas\'s cousin?', 22464, 0, 12, 0, 100, 0, 0, 0, 20342),
|
|
(6963, 'I dunno. It can\'t possibly beat the time he tried to convince us that we\'re all actually a figment of some being\'s imagination and that they only use us for their own personal amusement. That went over well during dinner with the family.', 22464, 0, 12, 0, 100, 0, 0, 0, 20343),
|
|
(6964, 'Say, do you guys hear that?', 22464, 0, 12, 0, 100, 0, 0, 0, 20346),
|
|
(6965, 'It\'s got my vote! That\'ll put hair on your chest like nothing else will.', 27986, 0, 12, 0, 100, 1, 0, 0, 28551),
|
|
(6966, 'What a fight you missed, Dorian! It was one for the ages!', 27986, 0, 12, 0, 100, 5, 0, 0, 28026),
|
|
(6967, 'There we were, riding into battle at full speed on the back of Stampy...', 27986, 0, 12, 0, 100, 5, 0, 0, 28027),
|
|
(6968, 'Well, lad, you can start by readin\' The Green Hills of Stranglethorn. Then, maybe you can join me on one of my safaris. What do you say?', 27986, 0, 12, 0, 100, 0, 0, 0, 34687),
|
|
(6969, 'I\'m always up for something of Grimbooze\'s.', 28047, 0, 12, 0, 100, 273, 0, 0, 28554),
|
|
(6970, 'Well, so far, it tastes like something my wife would drink...', 28047, 0, 12, 0, 100, 5, 0, 0, 28556),
|
|
(6971, 'Now, there\'s the kick I\'ve come to expect from Grimbooze\'s drinks! I like it!', 28047, 0, 12, 0, 100, 5, 0, 0, 28557),
|
|
(6972, 'Sure!', 28568, 0, 12, 0, 100, 273, 0, 0, 28546),
|
|
(6973, 'Oh my...', 28568, 0, 12, 0, 100, 0, 0, 0, 30307),
|
|
(6974, 'Tastes like I\'m drinking... engine degreaser!', 28568, 0, 12, 0, 100, 1, 0, 0, 28548),
|
|
(6975, 'Interference with the wakening ritual causes the vrykul to die.', 24669, 0, 16, 0, 100, 0, 0, 0, 31589),
|
|
(6976, 'The vrykul dies from being awakened improperly.', 24669, 1, 16, 0, 100, 0, 0, 0, 31588),
|
|
(6977, 'The incorrect application of the awakening rod causes the dormant vrykul to expire.', 24669, 2, 16, 0, 100, 0, 0, 0, 31590),
|
|
(6978, 'Rise, Arugal! The power of the Lich King commands you!', 27619, 0, 12, 0, 100, 0, 0, 0, 26865),
|
|
(6979, 'Yes... he shall suit our needs perfectly. Have him sent to Solstice Village when you\'re ready. Arthas will not be pleased if we fall behind schedule.', 27624, 0, 12, 0, 100, 0, 0, 0, 26867),
|
|
(6980, 'No! Get away from me! Help!!', 9543, 0, 12, 0, 100, 0, 0, 0, 4973),
|
|
(6981, 'Mphmm rmphhimm rrhumghph?', 28750, 1, 12, 0, 100, 1, 0, 0, 28655),
|
|
(6982, 'Mhrrumph rummrhum phurr!', 28750, 2, 12, 0, 100, 1, 0, 0, 28757),
|
|
(6983, 'Your disguise doesn\'t fool me, fleshling! Your defeat will please Drakuru!', 28793, 1, 12, 0, 100, 1, 0, 0, 28858),
|
|
(6984, 'I return! A second chance to carve your skull!', 23980, 0, 14, 0, 100, 0, 0, 13209, 29977),
|
|
(6985, 'I am a warrior born!', 23980, 0, 14, 0, 100, 0, 0, 13214, 29975),
|
|
(6986, 'No! I can do... better! I can...', 23980, 0, 14, 0, 100, 0, 0, 13211, 29979),
|
|
(6987, 'The Light\'s blessing be upon you for aiding me in my time of need, $n.', 31279, 0, 12, 0, 100, 0, 0, 0, 31941),
|
|
(6988, 'I\'ve had my fill of this place. Let us depart.', 31279, 0, 12, 0, 100, 0, 0, 0, 31942),
|
|
(6989, 'You must tell my brothers that I live.', 31279, 0, 12, 0, 100, 0, 0, 0, 31944),
|
|
(6990, 'I have you to thank for my life. I will return to my comrades and spread word of your bravery. Fight the Scourge with all the strength you can muster, and we will be by your side.', 31279, 0, 12, 0, 100, 0, 0, 0, 31943),
|
|
(6991, 'Were you bitten?', 27411, 0, 12, 7, 100, 6, 0, 0, 26640),
|
|
(6992, 'Answer me! Were you bloody bitten?', 27411, 1, 14, 7, 100, 22, 0, 0, 26641),
|
|
(6993, 'You don\'t even know, do you? The trappers? They\'re not human... we have to get out of here! Come, quick!', 27411, 2, 12, 7, 100, 0, 0, 0, 26539),
|
|
(6994, 'Take Ducal\'s horse, he\'s one of them now!', 27411, 3, 12, 7, 100, 0, 0, 0, 26540),
|
|
(6995, 'There\'s lamp oil in the back - make use of it. The fiends hate fire!', 27411, 4, 12, 7, 100, 0, 0, 0, 26644),
|
|
(6996, 'Into the box me pretties! Thas it. One by one ye go.', 12997, 0, 12, 0, 0, 0, 0, 0, 8465),
|
|
(6997, 'My treasure! You no steal from Tartek, dumb big-tongue traitor thing.', 28105, 0, 14, 0, 100, 0, 0, 0, 27893),
|
|
(6998, 'Tartek and nasty dragon going to kill you! You so dumb.', 28105, 0, 14, 0, 100, 0, 0, 0, 27895),
|
|
(6999, 'I thought you\'d never ask!', 24480, 0, 15, 0, 100, 0, 0, 0, 23477),
|
|
(7000, 'I promise not to give you warts...', 24480, 1, 15, 0, 100, 0, 0, 0, 23480),
|
|
(7001, 'This won\'t take long, did it?', 24480, 2, 15, 0, 100, 0, 0, 0, 23479),
|
|
(7002, 'Now that\'s what I call froggy-style!', 24480, 3, 15, 0, 100, 0, 0, 0, 23478),
|
|
(7003, 'Listen, $n, I know of a little swamp not too far from here....', 24480, 4, 15, 0, 100, 0, 0, 0, 23482),
|
|
(7004, 'Your lily pad or mine?', 24480, 5, 15, 0, 100, 0, 0, 0, 23483),
|
|
(7005, 'Feelin\' a little froggy, are ya?', 24480, 6, 15, 0, 100, 0, 0, 0, 23484),
|
|
(7006, 'There\'s just never enough Mojo to go around...', 24480, 7, 15, 0, 100, 0, 0, 0, 23481),
|
|
(7007, 'Hey there, $n, don\'t be alarmed. It\'s me... you... from the future. I\'m here to help.', 27899, 0, 15, 0, 100, 396, 0, 0, 27239),
|
|
(7008, 'Heads up... here they come. I\'ll help as much as I can. Let\'s just keep them off of the hourglass!', 27899, 0, 15, 0, 100, 396, 0, 0, 27251),
|
|
(7009, 'No matter what, you can\'t die, because that would mean that I would cease to exist, right? But, I was here before when I was you. I\'m so confused!', 27899, 0, 15, 0, 100, 0, 0, 0, 27306),
|
|
(7010, 'I can\'t believe that I used to wear that.', 27899, 0, 15, 0, 100, 0, 0, 0, 27301),
|
|
(7011, 'Sorry, but Chromie said that I couldn\'t reveal anything about your future to you. She said that if I did, I would cease to exist.', 27899, 0, 15, 0, 100, 0, 0, 0, 27311),
|
|
(7012, 'Wow, I\'d forgotten how inexperienced I used to be.', 27899, 0, 15, 0, 100, 0, 0, 0, 27307),
|
|
(7013, 'Look at you fight; no wonder I turned to drinking.', 27899, 0, 15, 0, 100, 0, 0, 0, 27304),
|
|
(7014, 'What? Am I here alone. We both have a stake in this, you know!', 27899, 0, 15, 0, 100, 0, 0, 0, 27305),
|
|
(7015, 'Listen. I\'m not supposed to tell you this, but there\'s going to be this party that you\'re invited to. Whatever you do, DO NOT DRINK THE PUNCH!', 27899, 0, 15, 0, 100, 0, 0, 0, 27313),
|
|
(7016, 'Wish I could remember how many of the Infinite Dragonflight were going to try to stop you. This fight was so long ago.', 27899, 0, 15, 0, 100, 0, 0, 0, 27312),
|
|
(7017, 'Look, $n, the hourglass has revealed Nozdormu!', 27899, 0, 15, 0, 100, 25, 0, 0, 27275),
|
|
(7018, 'Farewell, $n. Keep us alive and get some better equipment!', 27899, 0, 15, 0, 100, 0, 0, 0, 27287),
|
|
(7019, 'Ahh... there you are. The master told us you\'d be arriving soon.', 28948, 0, 12, 0, 100, 0, 0, 0, 29127),
|
|
(7020, 'Please, follow me, $n. There is much for you to see....', 28948, 0, 12, 0, 100, 0, 0, 0, 29128),
|
|
(7021, 'Ever since his arrival from Drak\'Tharon, the master has spoken of the time you would be joining him here.', 28948, 0, 12, 0, 100, 0, 0, 0, 29172),
|
|
(7022, 'You should feel honored. You are the first of the master\'s prospects to be shown our operation.', 28948, 0, 12, 0, 100, 0, 0, 0, 29171),
|
|
(7023, 'The things I show you now must never be spoken of outside Voltarus. The world shall come to know our secret soon enough!', 28948, 0, 12, 0, 100, 0, 0, 0, 29173),
|
|
(7024, 'Here lie our stores of blight crystal, without which our project would be impossible.', 28948, 0, 12, 0, 100, 0, 0, 0, 29174),
|
|
(7025, 'I understand that you are to thank for the bulk of our supply.', 28948, 0, 12, 0, 100, 0, 0, 0, 29175),
|
|
(7026, 'These trolls are among those you exposed on the battlefield. Masterfully done, indeed....', 28948, 0, 12, 0, 100, 0, 0, 0, 29176),
|
|
(7027, 'We feel it best to position them here, where they might come to terms with their impending fate.', 28948, 0, 12, 0, 100, 0, 0, 0, 29433),
|
|
(7028, 'This is their destiny....', 28948, 0, 12, 0, 100, 0, 0, 0, 29434),
|
|
(7029, 'The blight slowly seeps into their bodies, gradually preparing them for their conversion.', 28948, 0, 12, 0, 100, 0, 0, 0, 29435),
|
|
(7030, 'This special preparation grants them unique powers far greater than they would otherwise know.', 28948, 0, 12, 0, 100, 0, 0, 0, 29436),
|
|
(7031, 'Soon, the master will grant them the dark gift, making them fit to serve the Lich King for eternity!', 28948, 0, 12, 0, 100, 0, 0, 0, 29437),
|
|
(7032, 'Stay for as long as you like, $n. Glory in the fruits of your labor!', 28948, 0, 12, 0, 100, 0, 0, 0, 29438),
|
|
(7033, 'Your service has been invaluable in fulfilling the master\'s plan. May you forever grow in power....', 28948, 0, 12, 0, 100, 0, 0, 0, 29439),
|
|
(7034, 'Thank the Light for granting me another chance. And thank you, $n.', 31235, 0, 12, 0, 100, 1, 0, 0, 31826),
|
|
(7035, 'Without your help, I would\'ve been doomed to a life of undeath among the Lich King\'s gruesome creations.', 31235, 0, 12, 0, 100, 1, 0, 0, 31827),
|
|
(7036, 'There will be time for a proper thanks later, but there is still a battle to be fought!', 31235, 0, 12, 0, 100, 25, 0, 0, 31828),
|
|
(7037, 'Temple of Invention analysis commencing.', 30313, 0, 12, 0, 100, 15, 0, 0, 31498),
|
|
(7038, 'Temple of Invention verified to be intact.', 30313, 0, 12, 0, 100, 15, 0, 0, 31499),
|
|
(7039, 'Mechanical servants appear to have turned against each other. Several attendants have been piled together in an unorganized manner.', 30313, 0, 12, 0, 100, 15, 0, 0, 31500),
|
|
(7040, 'Remaining mechagnome guardians corrupted by unknown source.', 30313, 0, 12, 0, 100, 15, 0, 0, 31501),
|
|
(7041, 'Watcher Mimir verified to no longer be present. Analysis complete.', 30313, 0, 12, 0, 100, 15, 0, 0, 31502),
|
|
(7042, 'Temple of Winter analysis commencing.', 30313, 0, 12, 0, 100, 15, 0, 0, 31504),
|
|
(7043, 'Temple of Winter verified to be in tact.', 30313, 0, 12, 0, 100, 15, 0, 0, 31506),
|
|
(7044, 'Temple guardians verified to be deceased. Sulfurous odor suggests that death resulted from a fire-based entity.', 30313, 0, 12, 0, 100, 15, 0, 0, 31507),
|
|
(7045, 'Previously established cold weather patterns at the temple have ceased.', 30313, 0, 12, 0, 100, 15, 0, 0, 31508),
|
|
(7046, 'Watcher Hodir verified to no longer be present. Analysis complete.', 30313, 0, 12, 0, 100, 15, 0, 0, 31509),
|
|
(7047, 'Temple of Life analysis commencing.', 30313, 0, 12, 0, 100, 15, 0, 0, 31515),
|
|
(7048, 'Temple of Life verified to be damaged beyond repair.', 30313, 0, 12, 0, 100, 15, 0, 0, 31512),
|
|
(7049, 'Evidence indicates a significant battle. The opponent of Watcher Freya estimated to be of similar size and strength to Watcher Freya.', 30313, 0, 12, 0, 100, 15, 0, 0, 31513),
|
|
(7050, 'Temple guardians are no longer present. Plant forms associated with temple are deceased.', 30313, 0, 12, 0, 100, 15, 0, 0, 31514),
|
|
(7051, 'Watcher Freya verified to no longer be present. Analysis complete.', 30313, 0, 12, 0, 100, 15, 0, 0, 31510),
|
|
(7052, 'Temple of Order analysis commencing.', 30313, 0, 12, 0, 100, 15, 0, 0, 31516),
|
|
(7053, 'Temple of Order verified to be in tact.', 30313, 0, 12, 0, 100, 15, 0, 0, 31517),
|
|
(7054, 'No indications of struggle are present. No guardians are present.', 30313, 0, 12, 0, 100, 15, 0, 0, 31518),
|
|
(7055, 'Watcher Tyr verified to no longer be present. Analysis complete.', 30313, 0, 12, 0, 100, 15, 0, 0, 31519),
|
|
(7056, 'When I am done here, I am going to mount your heads upon the walls of Azjol-Nerub!', 31222, 0, 14, 0, 0, 0, 0, 0, 31836),
|
|
(7057, 'Ah, there you are! Remember me? Of course you do! Wait right there, I\'m coming down.', 31242, 0, 14, 0, 0, 0, 0, 0, 31882),
|
|
(7058, 'I told you I\'d be better prepared when next we met. I\'ve fought and won the Hyldsmeet, trained at Valkyrion, and here I am. Come and get some!', 31242, 0, 14, 0, 0, 0, 0, 0, 31883),
|
|
(7059, 'ENOUGH! You tiny insects are not worthy to do battle within this sacred place! You do not fight with honor! You do not even ascend! ', 31277, 0, 14, 0, 0, 0, 0, 0, 31935),
|
|
(7060, 'Fight me and die you cowards!', 31277, 0, 14, 0, 0, 0, 0, 0, 31936),
|
|
(7061, 'Haraak foln!', 31277, 0, 12, 0, 0, 0, 0, 0, 30506),
|
|
(7062, 'Hardly a fitting introduction, Spear-Wife. Now, who is this outsider that I\'ve been hearing so much about?', 14688, 0, 14, 0, 0, 0, 0, 0, 31956),
|
|
(7063, 'I will make this as easy as possible for you. Simply come here and die. That is all that I ask for your many trespasses. For your sullying of this exalted place of battle.', 14688, 0, 14, 0, 0, 0, 0, 0, 31957),
|
|
(7064, 'FOR YOUR EFFRONTERY TO THE LICH KING!', 14688, 0, 14, 0, 0, 0, 0, 0, 31972),
|
|
(7065, 'Valhalas is yours to win or die in, $n. But whatever you do, stay within the bounds of the arena. To flee is to lose and be dishonored.', 31135, 0, 12, 0, 0, 0, 0, 0, 31744),
|
|
(7066, '$n and $g his : her; comrades in arms have chosen to accept honorable combat within the sacred confines of Valhalas.', 31135, 1, 14, 0, 0, 0, 0, 0, 31745),
|
|
(7067, 'There can be only one outcome to such a battle: death for one side or the other. Let $n prove $g himself : herself; upon the bones of those outsiders who have fallen before!', 31135, 2, 14, 0, 0, 0, 0, 0, 31746),
|
|
(7068, 'The fallen heroes of Valhalas emerge from the ground to do battle once more!', 31135, 3, 41, 0, 0, 0, 0, 14998, 31756),
|
|
(7069, '$n has defeated the fallen heroes of Valhalas battles past. This is only a beginning, but it will suffice.', 31135, 4, 14, 0, 0, 0, 0, 14998, 31755),
|
|
(7070, 'Prepare yourself. Khit\'rix will be entering Valhalas from the southeast. Remember, do not leave the ring or you will lose the battle.', 31135, 5, 12, 0, 0, 0, 0, 0, 31771),
|
|
(7071, '$n has accepted the challenge of Khit\'rix the Dark Master. May the gods show mercy upon $g him : her; for Khit\'rix surely will not.', 31135, 6, 14, 0, 0, 0, 0, 0, 31770),
|
|
(7072, 'Khit\'rix the Dark Master skitters into Valhalas from the southeast!', 31135, 7, 41, 0, 0, 0, 0, 14998, 32753),
|
|
(7073, 'Khit\'rix the Dark Master has been defeated by $n and $g his : her; band of companions. Let the next challenge be issued!', 31135, 8, 14, 0, 0, 0, 0, 14998, 31820),
|
|
(7074, 'Sigrid Iceborn has returned to the heights of Jotunheim to prove herself against $n. When last they met, $n bested her in personal combat. Let us see the outcome of this match.', 31135, 9, 14, 0, 0, 0, 0, 0, 31892),
|
|
(7075, 'Circling Valhalas, Sigrid Iceborn approaches to seek her revenge!', 31135, 10, 41, 0, 0, 0, 0, 14998, 32757),
|
|
(7076, '$n has defeated Sigrid Iceborn for a second time. Well, this time $g he : she; did it with the help of $g his : her; friends, but a win is a win!', 31135, 11, 14, 0, 0, 0, 0, 14998, 31921),
|
|
(7077, 'Carnage is coming! Remember, no matter what you do, do NOT leave the battle ring or I will disqualify you and your group.', 31135, 12, 12, 0, 0, 0, 0, 0, 31885),
|
|
(7078, 'From the bowels of the Underhalls comes Carnage. Brave and foolish $n has accepted the challenge. $G He : She; and $g his : her; group stand ready to face the monstrosity.', 31135, 13, 14, 0, 0, 0, 0, 0, 31930),
|
|
(7079, 'Lumbering in from the south, the smell of Carnage precedes him!', 31135, 14, 41, 0, 0, 0, 0, 14998, 32758),
|
|
(7080, 'The horror known as Carnage is no more. Could it be that $n is truly worthy of battle in Valhalas? We shall see.', 31135, 15, 14, 0, 0, 0, 0, 14998, 31931),
|
|
(7081, 'Look to the southeast and you will see the thane upon the platform near Gjonner the Merciless when he shows himself. Let him come down. Stay within the ring of Valhalas.', 31135, 16, 12, 0, 0, 0, 0, 0, 31938),
|
|
(7082, 'Thane Banahogg returns to Valhalas for the first time in ages to prove that the vrykul are the only beings worthy to fight within its sacred ring. Will $n prove him wrong?', 31135, 17, 14, 0, 0, 0, 0, 0, 31939),
|
|
(7083, 'Thane Banahogg appears upon the overlook to the southeast!', 31135, 18, 41, 0, 0, 0, 0, 14998, 32760),
|
|
(7084, 'Thane Banahogg the Deathblow has fallen to $n and $g his : her; fighting companions. $G He : She; has but one challenge ahead of $g him : her;. Who will it be?', 31135, 19, 14, 0, 0, 0, 0, 14998, 31940),
|
|
(7085, 'It\'s too late to run now. Do not leave the ring. Die bravely, $n!', 31135, 20, 12, 0, 0, 0, 0, 0, 31949),
|
|
(7086, 'From the depths of Icecrown Citadel, one of the Lich King\'s chosen comes to put an end to the existence of $n and $g his : her; friends.', 31135, 21, 14, 0, 0, 0, 0, 0, 31951),
|
|
(7087, 'Warriors of Jotunheim, I present to you, Blood Prince Sandoval!', 31135, 22, 14, 0, 0, 0, 0, 0, 31955),
|
|
(7088, 'Without warning, Prince Sandoval magically appears within Valhalas!', 31135, 23, 41, 0, 0, 0, 0, 14998, 32761),
|
|
(7089, 'The unthinkable has happened... $n has slain Prince Sandoval!', 31135, 24, 14, 0, 0, 0, 0, 0, 31945),
|
|
(7090, 'In defeating him, $g he : she; and $g his : her; fighting companions have proven themselves worthy of battle in this most sacred place of vrykul honor.', 31135, 25, 14, 0, 0, 0, 0, 0, 31946),
|
|
(7091, 'ALL HAIL $n, CHAMPION OF VALHALAS!', 31135, 26, 14, 0, 0, 0, 0, 14998, 31948),
|
|
(7092, 'You were not prepared!', 31135, 27, 14, 0, 0, 0, 0, 0, 31753),
|
|
(7093, 'I\'ll consume your flesh and pick my teeth with your bones!', 27002, 0, 14, 0, 100, 0, 0, 0, 26336),
|
|
(7094, 'You\'re no magnataur! Where... did you... find... such strength?', 27002, 0, 14, 0, 100, 0, 0, 0, 26337),
|
|
(7095, 'MASTER! NO!', 29895, 0, 14, 0, 100, 53, 0, 0, 30656),
|
|
(7096, 'THRYM CRUSH!', 29895, 1, 14, 0, 100, 25, 0, 0, 30657),
|
|
(7097, 'Taste Gymer\'s size 600!', 29884, 0, 14, 0, 100, 0, 0, 0, 30598),
|
|
(7098, 'I will crush you under foot!', 29884, 1, 14, 0, 100, 0, 0, 0, 30595),
|
|
(7099, 'STORMS GRANT ME POWER!', 29884, 2, 14, 0, 100, 0, 0, 0, 30586),
|
|
(7100, 'Tiny creatures, I trample you!', 29884, 3, 14, 0, 100, 0, 0, 0, 30597),
|
|
(7101, 'I\'ll wipe you off of my boots later!', 29884, 4, 14, 0, 100, 0, 0, 0, 30596),
|
|
(7102, 'AAARRRRRRGGGGGGHHHHHHH!! SUCH POWER!', 29884, 5, 14, 0, 100, 0, 0, 0, 30590),
|
|
(7103, 'LIGHTNING GUIDE MY FURY!', 29884, 6, 14, 0, 100, 0, 0, 0, 30587),
|
|
(7104, 'THE LIGHTNING COURSES THROUGH ME!', 29884, 7, 14, 0, 100, 0, 0, 0, 30591),
|
|
(7105, 'Algar the Chosen is at the Reliquary of Pain to the northeast.\nPrince Navarius is on the other side of the Dead Fields to the east.', 29884, 8, 42, 0, 100, 0, 0, 0, 30511),
|
|
(7106, 'Algar the Chosen is at the Reliquary of Pain to the northeast.\nPrince Navarius is on the other side of the Dead Fields to the east.', 29884, 9, 42, 0, 100, 0, 0, 0, 30511),
|
|
(7107, 'Farewell, friend. May we meet again under better circumstances. I\'ll never forget what you did for me!', 29884, 10, 12, 0, 100, 0, 0, 0, 30510),
|
|
(7108, 'My brothers will come for me and then you will see what true power is!', 29647, 0, 12, 0, 100, 1, 0, 0, 30494),
|
|
(7109, 'I will crush you all!', 29647, 1, 12, 0, 100, 1, 0, 0, 30492),
|
|
(7110, 'Ugly little monsters, pray I don\'t get out!', 29647, 2, 12, 0, 100, 1, 0, 0, 30491),
|
|
(7111, 'Your torture only adds to my rage!', 29647, 3, 12, 0, 100, 1, 0, 0, 30495),
|
|
(7112, 'Ugly little monsters, pray I don\'t get out!', 29647, 4, 12, 0, 100, 1, 0, 0, 30491),
|
|
(7113, 'Wretched beasts!', 29647, 5, 12, 0, 100, 1, 0, 0, 30493),
|
|
(7114, 'I will devour you whole!', 29647, 6, 12, 0, 100, 1, 0, 0, 30496),
|
|
(7115, 'FREE!!! Soon you will feel the wrath of the storm king!', 29647, 7, 14, 0, 100, 53, 0, 0, 30599),
|
|
(7116, 'Wretched beasts!', 29647, 8, 12, 0, 100, 1, 0, 0, 30493),
|
|
(7117, 'Ugly little monsters, pray I don\'t get out!', 29647, 9, 12, 0, 100, 1, 0, 0, 30491),
|
|
(7118, 'Your torture only adds to my rage!', 29647, 10, 12, 0, 100, 1, 0, 0, 30495),
|
|
(7119, 'Oh, you freed him, did you? No matter, his death and reconstruction will only be slightly delayed.', 29821, 0, 14, 0, 100, 0, 0, 0, 30659),
|
|
(7120, 'Thrym... Av... Avenge me...', 29821, 1, 14, 0, 100, 0, 0, 0, 30658),
|
|
(7121, 'I\'ll eat your heart!', 29887, 0, 12, 0, 100, 0, 0, 13537, 30508),
|
|
(7122, 'Sniveling pig!', 29887, 1, 12, 0, 100, 0, 0, 13539, 30504),
|
|
(7123, 'I will feed you to the dogs!', 29887, 2, 12, 0, 100, 0, 0, 13534, 30499),
|
|
(7124, 'Die, maggot!', 29887, 3, 12, 0, 100, 0, 0, 13536, 30501),
|
|
(7125, 'Ugglin oo bjorr!', 29887, 4, 12, 0, 100, 0, 0, 13540, 30505),
|
|
(7126, 'I\'ll eat your heart!', 29887, 5, 12, 0, 100, 0, 0, 13540, 30508),
|
|
(7127, 'I spit on you!', 29887, 6, 12, 0, 100, 0, 0, 13538, 30503),
|
|
(7128, 'Your entrails will make a fine necklace.', 29887, 7, 12, 0, 100, 0, 0, 13535, 30500),
|
|
(7129, 'No... NO! What have you done?! So many ancient wyrms wasted... what magic could do this? ', 27355, 0, 14, 0, 100, 1, 0, 0, 26555),
|
|
(7130, 'Foolish errand $G boy:girl;... you will die for interrupting my work!', 27355, 0, 14, 0, 100, 1, 0, 0, 26547),
|
|
(7131, 'This is not the end... death only... strengthens... ', 27355, 0, 14, 0, 100, 1, 0, 0, 26669),
|
|
(7132, 'It\'s 428,000 degrees Kraklenheit... What\'s happening, hot stuff!?', 10541, 0, 12, 0, 100, 0, 0, 0, 6006),
|
|
(7133, 'DING! 428,000 degrees Kraklenheit, exactly! Well, approximately. Almost. Somewhere around there...', 10541, 1, 12, 0, 100, 0, 0, 0, 6007),
|
|
(7134, 'Measuring by Kraklenheit, it is 428,000 degrees! That\'s Krakley!', 10541, 2, 12, 0, 100, 0, 0, 0, 6008),
|
|
(7135, 'The temperature is 122 degrees Kraklenheit.', 10541, 0, 12, 0, 100, 0, 0, 0, 5766),
|
|
(7136, 'The temperature is 9280 degrees Kraklenheit! That\'s HOT!', 10541, 1, 12, 0, 100, 0, 0, 0, 5764),
|
|
(7137, 'Wow, it\'s 3 degrees Kraklenheit. Keep looking.', 10541, 2, 12, 0, 100, 0, 0, 0, 6011),
|
|
(7138, '5...', 21039, 0, 41, 0, 100, 0, 0, 0, 18676),
|
|
(7139, '4...', 21039, 0, 41, 0, 100, 0, 0, 0, 24592),
|
|
(7140, '3...', 21039, 0, 41, 0, 100, 0, 0, 0, 29259),
|
|
(7141, '2...', 21039, 0, 41, 0, 100, 0, 0, 0, 29260),
|
|
(7142, '1...', 21039, 0, 41, 0, 100, 0, 0, 0, 29261),
|
|
(7143, 'You come into my house and threaten ME? I think not!', 18554, 0, 12, 0, 100, 0, 0, 0, 15542),
|
|
(7144, 'All goes exceedingly well, my lord. Testing of the smaller prototype at the Cenarion Thicket was a complete success. The second bomb is being ritually fueled in the courtyard below even as we speak. And, I\'ve sent a courier to Tuurem to bring the rest of the parts to us here.', 18554, 0, 12, 0, 100, 0, 0, 0, 19159),
|
|
(7145, 'You are satisfied?', 18554, 0, 12, 0, 100, 0, 0, 0, 19160),
|
|
(7146, 'I can assure you that we will not fail, my master. I am personally overseeing every aspect of the construction, and I hold the final codes, myself. Within a day\'s time, I will have the bomb detonated on those nearby pests.', 18554, 0, 12, 0, 100, 0, 0, 0, 19164),
|
|
(7147, 'Knowing there isn\'t enough time, the %s doesn\'t even try to run.', 16769, 0, 16, 0, 100, 0, 0, 0, 19051),
|
|
(7148, 'For the time being, yes. However, allow my presence to be a motivator. Prince Kael\'thas was displeased with the failure of the crystal experiment on Fallen Sky Ridge. This is one of the reasons for why we chose the Cenarion druids as the testing grounds for the bomb.', 21504, 0, 12, 0, 100, 0, 0, 0, 19162),
|
|
(7149, 'I need not tell you what will happen should the mana bomb down in the courtyard fail to be used on its target soon? Since moving into the forest, they\'ve become increasingly annoying to our operations: here, at Tuurem and to the south at the Bonechewer Ruins.', 21504, 0, 12, 0, 100, 0, 0, 0, 19163),
|
|
(7150, 'I think that we should teach a lesson to both the Horde and the Alliance. One that they will not soon forget!', 21504, 0, 12, 0, 100, 0, 0, 0, 19194),
|
|
(7151, 'See to it that you do, Sharth, or I will personally see to your slow torture and death.', 21504, 0, 12, 0, 100, 0, 0, 0, 19165),
|
|
(7152, 'I believe I may recognize them. Deal with this quickly, Sharth. Then take the mana bomb and destroy their town!', 21504, 0, 12, 0, 100, 0, 0, 0, 19170),
|
|
(7153, 'You can\'t do this to me! We had a deal!', 15945, 0, 12, 0, 0, 0, 0, 0, 12014),
|
|
(7154, 'What? Oh, not this again!', 15941, 0, 12, 0, 0, 0, 0, 0, 12013),
|
|
(7155, 'Does not compute. Unit malfunctioning. Directive: shut down.', 29384, 0, 12, 0, 0, 0, 0, 0, 30766),
|
|
(7156, 'New directive: leave mine and return to Inventor\'s Library.', 29384, 1, 12, 0, 0, 0, 0, 0, 30764),
|
|
(7157, 'New directive: assist in the defeat of the iron dwarves.', 29384, 2, 12, 0, 0, 0, 0, 0, 30765),
|
|
(7158, 'Free again? Keeper Mimir\'s work awaits.', 29384, 3, 12, 0, 0, 0, 0, 0, 30762),
|
|
(7159, 'Thank you, $r. I will join your struggle against the stormforged.', 29384, 4, 12, 0, 0, 0, 0, 0, 30763),
|
|
(7160, 'Who dares?!', 25416, 0, 12, 0, 0, 0, 0, 0, 24675),
|
|
(7161, 'Stop!', 25416, 0, 12, 0, 0, 0, 0, 0, 34706),
|
|
(7162, 'Tell Imperean that I will consider a cessation of hostilities. But first, Churn must stop his watery intrusions upon my rise!', 25416, 0, 12, 0, 0, 0, 0, 0, 24667),
|
|
(7163, 'I grow bored with you. Begone!', 25416, 0, 12, 0, 0, 0, 0, 0, 24668),
|
|
(7164, 'I... submit. As long as Simmer agrees to stop boiling my pool, I agree to an armistice.', 25418, 0, 12, 0, 0, 0, 0, 0, 24670),
|
|
(7165, 'Now, remove yourself from my presence. You would be wise not to come within sight of me again.', 25418, 0, 12, 0, 0, 0, 0, 0, 24671),
|
|
(7166, 'WAIT... NO MORE!', 25418, 0, 12, 0, 0, 0, 0, 0, 24669),
|
|
(7167, 'Die, maggot!', 23661, 0, 12, 0, 100, 1, 0, 0, 30501),
|
|
(7168, 'For Ymiron!', 23661, 1, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7169, 'Haraak foln!', 23661, 2, 12, 0, 100, 1, 0, 0, 30506),
|
|
(7170, 'I spit on you!', 23661, 3, 12, 0, 100, 1, 0, 0, 30503),
|
|
(7171, 'I will break you!', 23661, 4, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7172, 'I will feed you to the dogs!', 23661, 5, 12, 0, 100, 1, 0, 0, 30499),
|
|
(7173, 'I will take pleasure in gutting you!', 23661, 6, 12, 0, 100, 1, 0, 0, 30498),
|
|
(7174, 'I\'ll eat your heart!', 23661, 7, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7175, 'Look what\'s come to play.', 23661, 8, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7176, 'My life for Ymiron!', 23661, 9, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7177, 'Sniveling pig!', 23661, 10, 12, 0, 100, 1, 0, 0, 30504),
|
|
(7178, 'There will be no everlasting life for you!', 23661, 11, 12, 0, 100, 1, 0, 0, 22822),
|
|
(7179, 'Ugglin oo bjorr!', 23661, 12, 12, 0, 100, 1, 0, 0, 30505),
|
|
(7180, 'YAAARRRGH!', 23661, 13, 12, 0, 100, 1, 0, 0, 24847),
|
|
(7181, 'You come to die!', 23661, 14, 12, 0, 100, 1, 0, 0, 30507),
|
|
(7182, 'You tiny creatures disgust me!', 23661, 15, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7183, 'Your entrails will make a fine necklace.', 23661, 16, 12, 0, 100, 1, 0, 0, 30500),
|
|
(7184, 'Your race is a disease upon the world!', 23661, 17, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7185, 'Die, maggot!', 23662, 0, 12, 0, 100, 1, 0, 0, 30501),
|
|
(7186, 'For Ymiron!', 23662, 1, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7187, 'Haraak foln!', 23662, 2, 12, 0, 100, 1, 0, 0, 30506),
|
|
(7188, 'I spit on you!', 23662, 3, 12, 0, 100, 1, 0, 0, 30503),
|
|
(7189, 'I will break you!', 23662, 4, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7190, 'I will feed you to the dogs!', 23662, 5, 12, 0, 100, 1, 0, 0, 30499),
|
|
(7191, 'I will take pleasure in gutting you!', 23662, 6, 12, 0, 100, 1, 0, 0, 30498),
|
|
(7192, 'I\'ll eat your heart!', 23662, 7, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7193, 'Look what\'s come to play.', 23662, 8, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7194, 'My life for Ymiron!', 23662, 9, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7195, 'Sniveling pig!', 23662, 10, 12, 0, 100, 1, 0, 0, 30504),
|
|
(7196, 'There will be no everlasting life for you!', 23662, 11, 12, 0, 100, 1, 0, 0, 22822),
|
|
(7197, 'Ugglin oo bjorr!', 23662, 12, 12, 0, 100, 1, 0, 0, 30505),
|
|
(7198, 'YAAARRRGH!', 23662, 13, 12, 0, 100, 1, 0, 0, 24847),
|
|
(7199, 'You come to die!', 23662, 14, 12, 0, 100, 1, 0, 0, 30507),
|
|
(7200, 'You tiny creatures disgust me!', 23662, 15, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7201, 'Your entrails will make a fine necklace.', 23662, 16, 12, 0, 100, 1, 0, 0, 30500),
|
|
(7202, 'Your race is a disease upon the world!', 23662, 17, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7203, 'Die, maggot!', 23666, 0, 12, 0, 100, 1, 0, 0, 30501),
|
|
(7204, 'For Ymiron!', 23666, 1, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7205, 'Haraak foln!', 23666, 2, 12, 0, 100, 1, 0, 0, 30506),
|
|
(7206, 'I spit on you!', 23666, 3, 12, 0, 100, 1, 0, 0, 30503),
|
|
(7207, 'I will break you!', 23666, 4, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7208, 'I will feed you to the dogs!', 23666, 5, 12, 0, 100, 1, 0, 0, 30499),
|
|
(7209, 'I will take pleasure in gutting you!', 23666, 6, 12, 0, 100, 1, 0, 0, 30498),
|
|
(7210, 'I\'ll eat your heart!', 23666, 7, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7211, 'Look what\'s come to play.', 23666, 8, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7212, 'My life for Ymiron!', 23666, 9, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7213, 'Sniveling pig!', 23666, 10, 12, 0, 100, 1, 0, 0, 30504),
|
|
(7214, 'There will be no everlasting life for you!', 23666, 11, 12, 0, 100, 1, 0, 0, 22822),
|
|
(7215, 'Ugglin oo bjorr!', 23666, 12, 12, 0, 100, 1, 0, 0, 30505),
|
|
(7216, 'YAAARRRGH!', 23666, 13, 12, 0, 100, 1, 0, 0, 24847),
|
|
(7217, 'You come to die!', 23666, 14, 12, 0, 100, 1, 0, 0, 30507),
|
|
(7218, 'You tiny creatures disgust me!', 23666, 15, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7219, 'Your entrails will make a fine necklace.', 23666, 16, 12, 0, 100, 1, 0, 0, 30500),
|
|
(7220, 'Your race is a disease upon the world!', 23666, 17, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7221, 'Come on, stop trying to hit me and hit me already!', 23666, 0, 12, 0, 100, 1, 0, 0, 22934),
|
|
(7222, 'I train better against a target dummy.', 23666, 1, 12, 0, 100, 1, 0, 0, 22928),
|
|
(7223, 'Practice or not, you\'re going to spit teeth!', 23666, 2, 12, 0, 100, 1, 0, 0, 22933),
|
|
(7224, 'Sure you don\'t need a break, old woman?', 23666, 3, 12, 0, 100, 1, 0, 0, 22931),
|
|
(7225, 'When the little ones come, I won\'t hold back like I am with you.', 23666, 4, 12, 0, 100, 1, 0, 0, 22930),
|
|
(7226, 'You practice as if you\'re still asleep.', 23666, 5, 12, 0, 100, 1, 0, 0, 22929),
|
|
(7227, 'You spar like a girl!', 23666, 6, 12, 0, 100, 1, 0, 0, 22927),
|
|
(7228, 'Your sparring is feeble!', 23666, 7, 12, 0, 100, 1, 0, 0, 22932),
|
|
(7229, 'Die, maggot!', 23664, 0, 12, 0, 100, 1, 0, 0, 30501),
|
|
(7230, 'For Ymiron!', 23664, 1, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7231, 'Haraak foln!', 23664, 2, 12, 0, 100, 1, 0, 0, 30506),
|
|
(7232, 'I spit on you!', 23664, 3, 12, 0, 100, 1, 0, 0, 30503),
|
|
(7233, 'I will break you!', 23664, 4, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7234, 'I will feed you to the dogs!', 23664, 5, 12, 0, 100, 1, 0, 0, 30499),
|
|
(7235, 'I will take pleasure in gutting you!', 23664, 6, 12, 0, 100, 1, 0, 0, 30498),
|
|
(7236, 'I\'ll eat your heart!', 23664, 7, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7237, 'Look what\'s come to play.', 23664, 8, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7238, 'My life for Ymiron!', 23664, 9, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7239, 'Sniveling pig!', 23664, 10, 12, 0, 100, 1, 0, 0, 30504),
|
|
(7240, 'There will be no everlasting life for you!', 23664, 11, 12, 0, 100, 1, 0, 0, 22822),
|
|
(7241, 'Ugglin oo bjorr!', 23664, 12, 12, 0, 100, 1, 0, 0, 30505),
|
|
(7242, 'YAAARRRGH!', 23664, 13, 12, 0, 100, 1, 0, 0, 24847),
|
|
(7243, 'You come to die!', 23664, 14, 12, 0, 100, 1, 0, 0, 30507),
|
|
(7244, 'You tiny creatures disgust me!', 23664, 15, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7245, 'Your entrails will make a fine necklace.', 23664, 16, 12, 0, 100, 1, 0, 0, 30500),
|
|
(7246, 'Your race is a disease upon the world!', 23664, 17, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7247, 'Come on, stop trying to hit me and hit me already!', 23664, 0, 12, 0, 100, 1, 0, 0, 22934),
|
|
(7248, 'I train better against a target dummy.', 23664, 1, 12, 0, 100, 1, 0, 0, 22928),
|
|
(7249, 'Practice or not, you\'re going to spit teeth!', 23664, 2, 12, 0, 100, 1, 0, 0, 22933),
|
|
(7250, 'Sure you don\'t need a break, old woman?', 23664, 3, 12, 0, 100, 1, 0, 0, 22931),
|
|
(7251, 'When the little ones come, I won\'t hold back like I am with you.', 23664, 4, 12, 0, 100, 1, 0, 0, 22930),
|
|
(7252, 'You practice as if you\'re still asleep.', 23664, 5, 12, 0, 100, 1, 0, 0, 22929),
|
|
(7253, 'You spar like a girl!', 23664, 6, 12, 0, 100, 1, 0, 0, 22927),
|
|
(7254, 'Your sparring is feeble!', 23664, 7, 12, 0, 100, 1, 0, 0, 22932),
|
|
(7255, 'Die, maggot!', 23665, 0, 12, 0, 100, 1, 0, 0, 30501),
|
|
(7256, 'For Ymiron!', 23665, 1, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7257, 'Haraak foln!', 23665, 2, 12, 0, 100, 1, 0, 0, 30506),
|
|
(7258, 'I spit on you!', 23665, 3, 12, 0, 100, 1, 0, 0, 30503),
|
|
(7259, 'I will break you!', 23665, 4, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7260, 'I will feed you to the dogs!', 23665, 5, 12, 0, 100, 1, 0, 0, 30499),
|
|
(7261, 'I will take pleasure in gutting you!', 23665, 6, 12, 0, 100, 1, 0, 0, 30498),
|
|
(7262, 'I\'ll eat your heart!', 23665, 7, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7263, 'Look what\'s come to play.', 23665, 8, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7264, 'My life for Ymiron!', 23665, 9, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7265, 'Sniveling pig!', 23665, 10, 12, 0, 100, 1, 0, 0, 30504),
|
|
(7266, 'There will be no everlasting life for you!', 23665, 11, 12, 0, 100, 1, 0, 0, 22822),
|
|
(7267, 'Ugglin oo bjorr!', 23665, 12, 12, 0, 100, 1, 0, 0, 30505),
|
|
(7268, 'YAAARRRGH!', 23665, 13, 12, 0, 100, 1, 0, 0, 24847),
|
|
(7269, 'You come to die!', 23665, 14, 12, 0, 100, 1, 0, 0, 30507),
|
|
(7270, 'You tiny creatures disgust me!', 23665, 15, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7271, 'Your entrails will make a fine necklace.', 23665, 16, 12, 0, 100, 1, 0, 0, 30500),
|
|
(7272, 'Your race is a disease upon the world!', 23665, 17, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7273, 'Come on, stop trying to hit me and hit me already!', 23665, 0, 12, 0, 100, 1, 0, 0, 22934),
|
|
(7274, 'I train better against a target dummy.', 23665, 1, 12, 0, 100, 1, 0, 0, 22928),
|
|
(7275, 'Practice or not, you\'re going to spit teeth!', 23665, 2, 12, 0, 100, 1, 0, 0, 22933),
|
|
(7276, 'Sure you don\'t need a break, old woman?', 23665, 3, 12, 0, 100, 1, 0, 0, 22931),
|
|
(7277, 'When the little ones come, I won\'t hold back like I am with you.', 23665, 4, 12, 0, 100, 1, 0, 0, 22930),
|
|
(7278, 'You practice as if you\'re still asleep.', 23665, 5, 12, 0, 100, 1, 0, 0, 22929),
|
|
(7279, 'You spar like a girl!', 23665, 6, 12, 0, 100, 1, 0, 0, 22927),
|
|
(7280, 'Your sparring is feeble!', 23665, 7, 12, 0, 100, 1, 0, 0, 22932),
|
|
(7281, 'Die, maggot!', 23663, 0, 12, 0, 100, 1, 0, 0, 30501),
|
|
(7282, 'For Ymiron!', 23663, 1, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7283, 'Haraak foln!', 23663, 2, 12, 0, 100, 1, 0, 0, 30506),
|
|
(7284, 'I spit on you!', 23663, 3, 12, 0, 100, 1, 0, 0, 30503),
|
|
(7285, 'I will break you!', 23663, 4, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7286, 'I will feed you to the dogs!', 23663, 5, 12, 0, 100, 1, 0, 0, 30499),
|
|
(7287, 'I will take pleasure in gutting you!', 23663, 6, 12, 0, 100, 1, 0, 0, 30498),
|
|
(7288, 'I\'ll eat your heart!', 23663, 7, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7289, 'Look what\'s come to play.', 23663, 8, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7290, 'My life for Ymiron!', 23663, 9, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7291, 'Sniveling pig!', 23663, 10, 12, 0, 100, 1, 0, 0, 30504),
|
|
(7292, 'There will be no everlasting life for you!', 23663, 11, 12, 0, 100, 1, 0, 0, 22822),
|
|
(7293, 'Ugglin oo bjorr!', 23663, 12, 12, 0, 100, 1, 0, 0, 30505),
|
|
(7294, 'YAAARRRGH!', 23663, 13, 12, 0, 100, 1, 0, 0, 24847),
|
|
(7295, 'You come to die!', 23663, 14, 12, 0, 100, 1, 0, 0, 30507),
|
|
(7296, 'You tiny creatures disgust me!', 23663, 15, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7297, 'Your entrails will make a fine necklace.', 23663, 16, 12, 0, 100, 1, 0, 0, 30500),
|
|
(7298, 'Your race is a disease upon the world!', 23663, 17, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7299, 'Come on, stop trying to hit me and hit me already!', 23663, 0, 12, 0, 100, 1, 0, 0, 22934),
|
|
(7300, 'I train better against a target dummy.', 23663, 1, 12, 0, 100, 1, 0, 0, 22928),
|
|
(7301, 'Practice or not, you\'re going to spit teeth!', 23663, 2, 12, 0, 100, 1, 0, 0, 22933),
|
|
(7302, 'When the little ones come, I won\'t hold back like I am with you.', 23663, 3, 12, 0, 100, 1, 0, 0, 22930),
|
|
(7303, 'You practice as if you\'re still asleep.', 23663, 4, 12, 0, 100, 1, 0, 0, 22929),
|
|
(7304, 'You spar like a girl!', 23663, 5, 12, 0, 100, 1, 0, 0, 22927),
|
|
(7305, 'Your sparring is feeble!', 23663, 6, 12, 0, 100, 1, 0, 0, 22932),
|
|
(7306, 'For Ymiron!', 23670, 0, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7307, 'I will break you!', 23670, 1, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7308, 'I\'ll eat your heart!', 23670, 2, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7309, 'Look what\'s come to play.', 23670, 3, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7310, 'My life for Ymiron!', 23670, 4, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7311, 'You tiny creatures disgust me!', 23670, 5, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7312, 'Your race is a disease upon the world!', 23670, 6, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7313, 'Die, maggot!', 23668, 0, 12, 0, 100, 1, 0, 0, 30501),
|
|
(7314, 'For Ymiron!', 23668, 1, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7315, 'Haraak foln!', 23668, 2, 12, 0, 100, 1, 0, 0, 30506),
|
|
(7316, 'I spit on you!', 23668, 3, 12, 0, 100, 1, 0, 0, 30503),
|
|
(7317, 'I will break you!', 23668, 4, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7318, 'I will feed you to the dogs!', 23668, 5, 12, 0, 100, 1, 0, 0, 30499),
|
|
(7319, 'I will take pleasure in gutting you!', 23668, 6, 12, 0, 100, 1, 0, 0, 30498),
|
|
(7320, 'I\'ll eat your heart!', 23668, 7, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7321, 'Look what\'s come to play.', 23668, 8, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7322, 'My life for Ymiron!', 23668, 9, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7323, 'Sniveling pig!', 23668, 10, 12, 0, 100, 1, 0, 0, 30504),
|
|
(7324, 'There will be no everlasting life for you!', 23668, 11, 12, 0, 100, 1, 0, 0, 22822),
|
|
(7325, 'Ugglin oo bjorr!', 23668, 12, 12, 0, 100, 1, 0, 0, 30505),
|
|
(7326, 'YAAARRRGH!', 23668, 13, 12, 0, 100, 1, 0, 0, 24847),
|
|
(7327, 'You come to die!', 23668, 14, 12, 0, 100, 1, 0, 0, 30507),
|
|
(7328, 'You tiny creatures disgust me!', 23668, 15, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7329, 'Your entrails will make a fine necklace.', 23668, 16, 12, 0, 100, 1, 0, 0, 30500),
|
|
(7330, 'Your race is a disease upon the world!', 23668, 17, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7331, 'Die, maggot!', 23667, 0, 12, 0, 100, 1, 0, 0, 30501),
|
|
(7332, 'For Ymiron!', 23667, 1, 12, 0, 100, 1, 0, 0, 22813),
|
|
(7333, 'Haraak foln!', 23667, 2, 12, 0, 100, 1, 0, 0, 30506),
|
|
(7334, 'I spit on you!', 23667, 3, 12, 0, 100, 1, 0, 0, 30503),
|
|
(7335, 'I will break you!', 23667, 4, 12, 0, 100, 1, 0, 0, 22823),
|
|
(7336, 'I will feed you to the dogs!', 23667, 5, 12, 0, 100, 1, 0, 0, 30499),
|
|
(7337, 'I will take pleasure in gutting you!', 23667, 6, 12, 0, 100, 1, 0, 0, 30498),
|
|
(7338, 'I\'ll eat your heart!', 23667, 7, 12, 0, 100, 1, 0, 0, 30508),
|
|
(7339, 'Look what\'s come to play.', 23667, 8, 12, 0, 100, 1, 0, 0, 22820),
|
|
(7340, 'My life for Ymiron!', 23667, 9, 12, 0, 100, 1, 0, 0, 22815),
|
|
(7341, 'Sniveling pig!', 23667, 10, 12, 0, 100, 1, 0, 0, 30504),
|
|
(7342, 'There will be no everlasting life for you!', 23667, 11, 12, 0, 100, 1, 0, 0, 22822),
|
|
(7343, 'Ugglin oo bjorr!', 23667, 12, 12, 0, 100, 1, 0, 0, 30505),
|
|
(7344, 'YAAARRRGH!', 23667, 13, 12, 0, 100, 1, 0, 0, 24847),
|
|
(7345, 'You come to die!', 23667, 14, 12, 0, 100, 1, 0, 0, 30507),
|
|
(7346, 'You tiny creatures disgust me!', 23667, 15, 12, 0, 100, 1, 0, 0, 22816),
|
|
(7347, 'Your entrails will make a fine necklace.', 23667, 16, 12, 0, 100, 1, 0, 0, 30500),
|
|
(7348, 'Your race is a disease upon the world!', 23667, 17, 12, 0, 100, 1, 0, 0, 22824),
|
|
(7349, 'Ah, the hero. Your little friends said you would come. This certainly saves me the trouble of hunting you down myself.', 28659, 0, 14, 0, 100, 2, 0, 0, 28646),
|
|
(7350, 'I have weathered a hundred years of war and suffering. Do you truly think it wise to pit your mortal body against a being that cannot die? I\'d venture you have more to lose.', 28659, 0, 14, 0, 100, 2, 0, 0, 28647),
|
|
(7351, 'Even shattered into countless pieces, the crystals all around weaken me... perhaps I should not have underestimated the titans so...', 28659, 0, 14, 0, 100, 2, 0, 0, 28648),
|
|
(7352, 'These two brave, ignorant fools despise each other, yet somehow they both spoke of you as a hero. Perhaps you just lack the will to choose a side... let me extend you that opportunity.', 28659, 0, 14, 0, 100, 2, 0, 0, 28649),
|
|
(7353, 'Artruis is shielded. You must choose your side quickly to break his spell.', 28659, 0, 41, 0, 100, 2, 0, 0, 33188),
|
|
(7354, 'Arthas once mustered strength... of the very same sort... perhaps his is the path that you will follow.', 28659, 0, 14, 0, 100, 2, 0, 0, 28650),
|
|
(7355, 'Now you not catch us with back turned! Now we hurt you bad undead. BAD!', 28667, 0, 12, 0, 100, 0, 0, 0, 28936),
|
|
(7356, 'You going die big bad undead thing! You not catch Zepik sleeping this time!', 28668, 0, 12, 0, 100, 0, 0, 0, 28937),
|
|
(7357, 'Why do you do this? Did I somehow wrong you in life?', 17233, 0, 12, 0, 100, 0, 0, 0, 13625),
|
|
(7358, 'Ah, I see it now in your mind. This is the work of one of my former students... Mehlar Dawnblade. It is sad to know that his heart has turned so dark.', 17233, 0, 12, 0, 100, 0, 0, 0, 13626),
|
|
(7359, 'Return to him. Return to Mehlar and tell him that I forgive him and that I understand why he believes what he does.', 17233, 0, 12, 0, 100, 0, 0, 0, 13627),
|
|
(7360, 'I can only hope that he will see the Light and instead turn his energies to restoring once-beautiful Quel\'Thalas.', 17233, 0, 12, 0, 100, 0, 0, 0, 13640),
|
|
(7361, 'By the Light you will leave this tomb!', 1854, 0, 12, 0, 100, 0, 0, 0, 13611),
|
|
(7362, 'Defend yourself, for all the good it will do....', 20886, 1, 14, 0, 100, 0, 0, 11242, 19972),
|
|
(7363, 'On guard!', 20886, 0, 14, 0, 100, 0, 0, 11241, 19971),
|
|
(7364, 'Yes, that was quite satisfying.', 20886, 0, 14, 0, 100, 0, 0, 11239, 19969),
|
|
(7365, 'At last, a target for my frustrations!', 20886, 0, 14, 0, 100, 0, 0, 11238, 19967),
|
|
(7366, 'Have you come to kill Dalliah? Can I watch?', 20886, 0, 14, 0, 100, 1, 0, 11237, 19968),
|
|
(7367, 'Don\'t worry about me; kill that worthless dullard instead!', 20885, 0, 14, 0, 100, 1, 0, 11085, 19979),
|
|
(7368, 'It is unwise to anger me!', 20885, 0, 14, 0, 100, 0, 0, 11086, 19978),
|
|
(7369, 'Completely ineffective. Just like someone else I know.', 20885, 0, 14, 0, 100, 0, 0, 11087, 19980),
|
|
(7370, 'You chose the wrong opponent.', 20885, 1, 14, 0, 100, 0, 0, 11088, 19981),
|
|
(7371, 'Reap the whirlwind!', 20885, 0, 14, 0, 100, 0, 0, 11089, 19982),
|
|
(7372, 'I\'ll cut you to pieces!', 20885, 1, 14, 0, 100, 0, 0, 11090, 19983),
|
|
(7373, 'That is much better.', 20885, 0, 14, 0, 100, 0, 0, 11091, 19984),
|
|
(7374, 'Ahh... just what I needed.', 20885, 1, 14, 0, 100, 0, 0, 11092, 19985),
|
|
(7375, 'Now I\'m really angry.', 20885, 0, 14, 0, 100, 0, 0, 11093, 19986),
|
|
(7376, 'More than you can handle, scryer?', 20885, 0, 14, 0, 100, 1, 0, 11094, 19987),
|
|
(7377, 'I suppose I\'ll end up fighting them all myself.', 20885, 1, 14, 0, 100, 1, 0, 11095, 19988),
|
|
(7378, 'I\'ve grown used to cleaning up your messes.', 20885, 2, 14, 0, 100, 1, 0, 11096, 19989),
|
|
(7379, 'Congratulations. I\'ve wanted to do that for years.', 20885, 0, 14, 0, 100, 66, 0, 11097, 19990),
|
|
(7380, 'Knew this was... the only way out.', 20886, 0, 14, 0, 100, 0, 0, 11243, 19973),
|
|
(7381, 'Having problems, Dalliah? How nice.', 20886, 0, 14, 0, 100, 1, 0, 11244, 19974),
|
|
(7382, 'This may be the end for you, Dalliah. What a shame that would be.', 20886, 1, 14, 0, 100, 1, 0, 11245, 19975),
|
|
(7383, 'I suggest a new strategy: you draw their attacks while I gather reinforcements.', 20886, 2, 14, 0, 100, 1, 0, 11246, 19976),
|
|
(7384, 'Finally! Well done!', 20886, 0, 14, 0, 100, 66, 0, 11247, 19977),
|
|
(7385, 'The work must continue!', 17941, 0, 14, 0, 100, 0, 0, 10376, 17888),
|
|
(7386, 'You brought this on yourselves!', 17941, 1, 14, 0, 100, 0, 0, 10378, 17889),
|
|
(7387, 'Don\'t make me kill you!', 17941, 2, 14, 0, 100, 0, 0, 10379, 17890),
|
|
(7388, 'It had to be done....', 17941, 0, 14, 0, 100, 0, 0, 10380, 17892),
|
|
(7389, 'You should not have come....', 17941, 1, 14, 0, 100, 0, 0, 10381, 17893),
|
|
(7390, 'I... deserve this....', 17941, 0, 14, 0, 100, 0, 0, 10382, 17894),
|
|
(7391, 'As disciples of blood, you strive to master the very lifeforce of your enemies.', 29196, 0, 12, 0, 100, 1, 0, 0, 29867),
|
|
(7392, 'Be it by blade or incantation, blood feeds our attacks and weakens our foes.', 29196, 0, 12, 0, 100, 1, 0, 0, 29868),
|
|
(7393, 'True masters learn to make blood serve more than just their strength in battle.', 29196, 0, 12, 0, 100, 1, 0, 0, 29869),
|
|
(7394, 'Stripping energy from our foes, both fighting and fallen, allows us to persevere where lesser beings fall exhausted.', 29196, 0, 12, 0, 100, 1, 0, 0, 29870),
|
|
(7395, 'And every foe that falls, energy sapped and stolen, only further fuels our assault.', 29196, 0, 12, 0, 100, 1, 0, 0, 29871),
|
|
(7396, 'As masters of blood, we know battle without end...', 29196, 0, 12, 0, 100, 1, 0, 0, 29872),
|
|
(7397, 'We know hunger never to be quenched...', 29196, 0, 12, 0, 100, 1, 0, 0, 29873),
|
|
(7398, 'We know power never to be overcome...', 29196, 0, 12, 0, 100, 1, 0, 0, 29874),
|
|
(7399, 'As masters of blood, we are masters of life and death itself. Against us, even hope falls drained and lifeless.', 29196, 0, 12, 0, 100, 1, 0, 0, 29875),
|
|
(7400, 'Did you call on me?', 20886, 0, 14, 0, 100, 397, 0, 11236, 20051),
|
|
(7401, 'To do your heavy lifting, most likely.', 20886, 0, 14, 0, 100, 396, 0, 0, 20052),
|
|
(7402, 'Then I\'ll commit myself to ignoring you.', 20886, 0, 14, 0, 100, 396, 0, 0, 20053),
|
|
(7403, 'You\'re the one who should be-- Wait, we have company...', 20886, 0, 14, 0, 100, 396, 0, 0, 20054),
|
|
(7404, 'Why would I call on you?', 20885, 0, 14, 0, 100, 396, 0, 0, 20055),
|
|
(7405, 'When I need someone to prance around like an overstuffed peacock, I\'ll call on you.', 20885, 0, 14, 0, 100, 396, 0, 0, 20056),
|
|
(7406, 'What would you know about commitment, sheet-sah?', 20885, 0, 14, 0, 100, 396, 0, 0, 20057),
|
|
(7407, 'The sky itself feeds upon the suffering of the conquered!\n', 28907, 0, 12, 0, 100, 5, 0, 0, 29048),
|
|
(7408, 'The Scarlet Crusade is powerless to stop us!\n', 28907, 0, 12, 0, 100, 5, 0, 0, 29049),
|
|
(7409, 'The corpses of those that try only serve to feed our expanding host!', 28907, 0, 12, 0, 100, 1, 0, 0, 29050),
|
|
(7410, 'The Scarlet fleet lies in ruin upon the sundered coast!\n', 28907, 0, 12, 0, 100, 25, 0, 0, 29051),
|
|
(7411, 'With each enemy slain, our strength grows! We mustn\'t relent! \n', 28907, 0, 12, 0, 100, 5, 0, 0, 29052),
|
|
(7412, 'The Lich King has spoken to each of you! Let his words resonate among you once more!', 28907, 0, 12, 0, 100, 25, 0, 0, 29053),
|
|
(7413, 'ALL. MUST. DIE.', 28907, 0, 12, 0, 100, 22, 0, 0, 29054),
|
|
(7414, 'Leave no survivors in your wake, brothers and sisters!', 28907, 0, 12, 0, 100, 274, 0, 0, 29055),
|
|
(7415, 'No mercy for the weak!', 28907, 0, 12, 0, 100, 15, 0, 0, 29056),
|
|
(7416, 'TERROR!', 28907, 0, 12, 0, 100, 5, 0, 0, 29057),
|
|
(7417, 'CHAOS!', 28907, 0, 12, 0, 100, 22, 0, 0, 29058),
|
|
(7418, 'DESTRUCTION!', 28907, 0, 12, 0, 100, 15, 0, 0, 29059),
|
|
(7419, 'With the approaching darkness comes the end of the Scarlet Crusade. You will battle once more! For the Scourge! For the Lich King!', 28907, 0, 12, 0, 100, 5, 0, 0, 29060),
|
|
(7420, 'SUFFER WELL, DEATH KNIGHTS!', 28907, 0, 12, 0, 100, 71, 0, 9006, 29061),
|
|
(7421, 'I crush joo cockroaches!', 29305, 2, 14, 0, 100, 0, 0, 14725, 31430),
|
|
(7422, '%s transforms into a Mammoth!', 29305, 0, 16, 0, 100, 0, 0, 0, 30388),
|
|
(7423, 'Alright! Alright! We surrender... Just put your weapons down, I\'ll cooperate!', 5089, 0, 12, 7, 100, 0, 0, 0, 1756),
|
|
(7424, 'Anaya...? Do my eyes deceive me? Is it really you?', 3644, 0, 12, 7, 100, 1, 0, 0, 1278),
|
|
(7425, 'That the fates should be so cruel as to permit us only this after a thousand years apart...', 3644, 0, 16, 7, 100, 1, 0, 0, 1280),
|
|
(7426, 'Do you hate me, my love? That I was forced to destroy your living form, that your spirit be released from unhappy bondage.', 3644, 0, 16, 7, 100, 1, 0, 0, 1281),
|
|
(7427, 'No! Anaya... Anaya! Don\'t leave me! Please...', 3644, 0, 12, 7, 100, 5, 0, 0, 1286),
|
|
(7428, 'How, my love? How will I find the strength to face the ages of the world without you by my side...', 3644, 0, 12, 7, 100, 5, 0, 0, 1287),
|
|
(7429, 'The ages have been cruel to you and I, my love, but be assured, it is, and at long last we are reunited.', 3843, 0, 12, 7, 100, 1, 0, 0, 1279),
|
|
(7430, 'Let it not trouble your heart, beloved. You have freed me from slavery, and for that I love you all the more.', 3843, 0, 12, 7, 100, 1, 0, 0, 1282),
|
|
(7431, 'Sadly, even this must be cut short... The ties that bind me to this world weaken, and pull me away...', 3843, 0, 12, 7, 100, 1, 0, 0, 1283),
|
|
(7432, 'Farewell, Cerellean, until we are joined once again...', 3843, 0, 12, 7, 100, 1, 0, 0, 1284),
|
|
(7433, '%s\'s soft voice trails away into the mists, "Know that I love you always..."', 3843, 0, 16, 7, 100, 0, 0, 0, 1285),
|
|
(7434, 'The numbers of my companions dwindles, goddess, and my own power shall soon be insufficient to hold back the demons of Felwood.', 3946, 0, 12, 7, 100, 1, 0, 0, 1356),
|
|
(7435, 'Goddess, grant me the power to overcome my enemies! Hear me, please, my need is desperate and my cause is just!', 3946, 0, 12, 7, 100, 1, 0, 0, 1357),
|
|
(7436, 'What... what is this? Could this be the answer to my prayers? Elune has granted me a weapon--this scythe--to defeat the demons.', 3946, 0, 12, 7, 100, 1, 0, 0, 1358),
|
|
(7437, 'In the throes of the Sundering, Ameth\'Aran was at the whim of the terror that gripped the land. There was little hope for survival.', 4509, 0, 12, 7, 100, 1, 0, 0, 1471),
|
|
(7438, 'Athrikus came to us. He told us that he could save us from harm. He cast a spell upon us to protect us from harm.', 4509, 0, 12, 7, 100, 1, 0, 0, 1472),
|
|
(7439, 'When the shaking stopped, his true motives were revealed. We were trapped, and he was slowly draining our powers.', 4509, 0, 12, 7, 100, 1, 0, 0, 1474),
|
|
(7440, 'There were hundreds imprisoned by his spell. Now only a few remain in their prisons. He would speak to us sometimes.', 4509, 0, 12, 7, 100, 1, 0, 0, 1497),
|
|
(7441, 'He worried that his power weakened, that soon even we last of his precious soulgems would fade and die.', 4509, 0, 12, 7, 100, 1, 0, 0, 1498),
|
|
(7442, 'His lieutenant, Ilkrud Magthrull possesses a tome which might indicate the location of the remaining soulgems.', 4509, 0, 12, 7, 100, 1, 0, 0, 1475),
|
|
(7443, 'Of course I was the one chosen to summon a demon for the competitors. I am Wilfred Fizzlebang, master summoner! Demons quail before the mere thought of being under my will!', 35476, 0, 12, 0, 100, 1, 0, 0, 35818),
|
|
(7444, 'Soon all the world will know the name of Wilfred!', 35476, 1, 12, 0, 100, 1, 0, 0, 35816),
|
|
(7445, 'So the oracle has decided to aid you, outlander. Very well, I will offer you what I know.', 28256, 0, 12, 0, 100, 0, 0, 0, 27697),
|
|
(7446, 'Your companion seeks the shardhorn patriarch Farunn, who holds himself aloof from his brothers.', 28256, 0, 12, 0, 100, 0, 0, 0, 27698),
|
|
(7447, 'Farunn walks the lands north of what your people call the Bittertide Falls. You will find him alone, but you will see he requires no defenders.', 28256, 0, 12, 0, 100, 0, 0, 0, 27699),
|
|
(7448, 'Return to your companion. Tell him to go forth and claim his prize in Farunn.', 28256, 0, 12, 0, 100, 0, 0, 0, 27701),
|
|
(7449, 'Once he has done so, tell him to leave this land in peace. He does not belong here.', 28256, 0, 12, 0, 100, 0, 0, 0, 27702),
|
|
(7450, 'You will be easy prey, $C.', 2015, 0, 14, 0, 100, 0, 0, 0, 2231),
|
|
(7451, 'A fine trophy your head will make, $R.', 2017, 0, 12, 0, 100, 0, 0, 0, 2229),
|
|
(7452, 'My talons will shred your puny body, $R.', 2017, 1, 12, 0, 100, 0, 0, 0, 2230),
|
|
(7453, 'You will be easy prey, $C.', 2017, 2, 14, 0, 100, 0, 0, 0, 2231),
|
|
(7454, 'I am summoned! Intruders, come to my tent and face your death!', 3395, 0, 14, 1, 100, 0, 0, 0, 1079),
|
|
(7455, 'Looks like you\'ll have to go ahead to Ratchet and tell Sputtervalve that I\'ve wrecked the shredder.', 3451, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(7456, 'I\'ll stay behind and guard the wreck. Hurry! Hopefully no one will notice the smoke...', 3451, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(7457, 'Kill!!!', 3569, 0, 12, 0, 100, 0, 0, 0, 1176),
|
|
(7458, '%s becomes enraged!', 8761, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7459, '%s goes into a frenzy!', 8877, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7460, 'You dare to challenge Drottinn Hrothgar, king of the seas?', 34980, 0, 14, 0, 100, 0, 0, 0, 35227),
|
|
(7461, 'The Helmsman comes for you!', 32576, 0, 14, 0, 100, 0, 0, 0, 24734),
|
|
(7462, 'Now you face Orabus, fool!', 32576, 0, 14, 0, 100, 0, 0, 0, 24845),
|
|
(7463, 'Hello. Master Fras Siabi is not in at this time. Please come back tomorrow to Fras Siabi\'s Premium Tobacco! Beep!', 31057, 0, 12, 0, 100, 0, 0, 0, 31716),
|
|
(7464, 'No remedy seems to work - the entire city has sickened...', 30994, 0, 12, 0, 100, 0, 0, 0, 31583),
|
|
(7465, 'The soldiers are spreading panic with the rumors of bad food. Neighbors are accusing one another of poison. The city will fall into bedlam!', 30994, 1, 12, 0, 100, 0, 0, 0, 31584),
|
|
(7466, 'Everyone is falling ill - this is an epidemic!', 30994, 2, 12, 0, 100, 0, 0, 0, 31582),
|
|
(7467, 'I pray the illness I\'m feeling is due to stress ulcers...', 30994, 0, 12, 0, 100, 0, 0, 0, 31587),
|
|
(7468, 'How can I possibly help the city in such a widespread crisis?', 30994, 1, 12, 0, 100, 0, 0, 0, 31581),
|
|
(7469, 'I\'m at a loss. What can one simple man do in the face of disaster?', 30994, 2, 12, 0, 100, 0, 0, 0, 31586),
|
|
(7470, 'Your mother was a wrench and your father smelled of seaforium!', 29369, 0, 12, 0, 100, 0, 0, 0, 30238),
|
|
(7471, 'Daddy!', 28917, 0, 12, 0, 100, 0, 0, 0, 29007),
|
|
(7472, '%s becomes enraged!', 28579, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7473, 'M-mistress... might I b-brush your mighty steed...?', 28486, 0, 12, 0, 100, 0, 0, 0, 28098),
|
|
(7474, 'M-mistress... may I p-polish your armor...?', 28486, 1, 12, 0, 100, 0, 0, 0, 28097),
|
|
(7475, 'M-mistress... did you n-need more corpse dust, p-perhaps...?', 28486, 2, 12, 0, 100, 0, 0, 0, 28100),
|
|
(7476, 'Yes, M-mistress...', 28486, 0, 12, 0, 100, 0, 0, 0, 28101),
|
|
(7477, 'Ugh...', 28415, 0, 12, 0, 100, 0, 0, 0, 27890),
|
|
(7478, 'I am in your debt, friend.', 28415, 1, 12, 0, 100, 0, 0, 0, 27899),
|
|
(7479, 'I thought I was done for!', 28415, 2, 12, 0, 100, 0, 0, 0, 27897),
|
|
(7480, '%s goes into a frenzy!', 28078, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7481, '%s goes into a frenzy!', 28076, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7482, '%s goes into a frenzy!', 27871, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7483, '%s goes into a frenzy!', 27551, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7484, 'Mmm, more mojo.', 28068, 0, 14, 0, 100, 0, 0, 0, 27531),
|
|
(7485, 'NOOOOOOOOooooooo.........!', 28068, 0, 14, 0, 100, 0, 0, 0, 27532),
|
|
(7486, 'They dare attack us? The fools! Do they not know we are now all-powerful?!', 28068, 0, 14, 0, 100, 0, 0, 0, 27509),
|
|
(7487, 'With the power of the wild gods burning in our veins, none, not even the Lich King, can stand in our way!', 28068, 1, 14, 0, 100, 0, 0, 0, 27512),
|
|
(7488, 'I see you, insect! Come closer.', 28068, 2, 14, 0, 100, 0, 0, 0, 27513),
|
|
(7489, 'Kill these invaders who dare to defile our altar!', 28068, 3, 14, 0, 100, 0, 0, 0, 27510),
|
|
(7490, 'I will destroy the Argent Crusade! I will crush the Scourge!', 28068, 4, 14, 0, 100, 0, 0, 0, 27514),
|
|
(7491, 'Finish them and then we will move south to kill their brethren!', 28068, 5, 14, 0, 100, 0, 0, 0, 27511),
|
|
(7492, 'The mojo of Sseratus is ours. Now all will be crushed under the might of the Drakkari!', 28068, 6, 14, 0, 100, 0, 0, 0, 27508),
|
|
(7493, 'Drink deep my brothers!', 28068, 7, 14, 0, 100, 0, 0, 0, 27507),
|
|
(7494, 'I knew that you would come.', 31161, 0, 14, 0, 100, 0, 0, 0, 31835),
|
|
(7495, 'You have some fight in you. I\'m impressed.', 31161, 0, 14, 0, 100, 0, 0, 0, 31852),
|
|
(7496, 'Welcome to the world of the unliving.', 31161, 0, 14, 0, 100, 0, 0, 0, 31858),
|
|
(7497, 'Well fought...', 31161, 0, 14, 0, 100, 0, 0, 0, 31853),
|
|
(7498, 'I knew that you would come.', 30956, 0, 14, 0, 100, 0, 0, 0, 31835),
|
|
(7499, 'You have some fight in you. I\'m impressed.', 30956, 0, 14, 0, 100, 0, 0, 0, 31852),
|
|
(7500, 'Welcome to the world of the unliving.', 30956, 0, 14, 0, 100, 0, 0, 0, 31858),
|
|
(7501, 'Well fought...', 30956, 0, 14, 0, 100, 0, 0, 0, 31853),
|
|
(7502, 'What is this? Mok-thorin ka! Kill them!', 26798, 0, 14, 0, 100, 0, 0, 13458, 29622),
|
|
(7503, 'Our task is not yet done!', 26798, 0, 14, 0, 100, 0, 0, 13459, 29623),
|
|
(7504, 'Gaagh...', 26798, 0, 14, 0, 100, 0, 0, 13460, 29624),
|
|
(7505, 'Rebirth comes, my brothers... Rise... Rise and fight once more.', 26654, 0, 14, 0, 100, 0, 0, 0, 25957),
|
|
(7506, 'Constructs, defend the capital at all costs!', 26334, 0, 14, 0, 100, 0, 0, 0, 25483),
|
|
(7507, 'To battle, my children! Show the enemy no mercy!', 26334, 1, 14, 0, 100, 0, 0, 0, 25484),
|
|
(7508, 'Crush the children of stone, my iron brethren!', 26334, 2, 14, 0, 100, 0, 0, 0, 25487),
|
|
(7509, 'For the thane! For Loken!', 26334, 3, 14, 0, 100, 0, 0, 0, 25486),
|
|
(7510, '%s goes into a frenzy!', 26199, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7511, '%s goes into a frenzy!', 26196, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7512, 'Death will be only the beginning of your torture.', 26165, 0, 12, 0, 100, 0, 0, 0, 24855),
|
|
(7513, 'You cannot stop us!', 25682, 0, 12, 0, 100, 0, 0, 0, 24875),
|
|
(7514, 'You cannot stop us all!', 25396, 0, 12, 0, 100, 0, 0, 0, 31650),
|
|
(7515, 'Your death will soon follow....', 25396, 1, 12, 0, 100, 0, 0, 0, 13926),
|
|
(7516, 'Kada nu batteka, oht!', 25428, 0, 12, 0, 100, 0, 0, 0, 24652),
|
|
(7517, 'Etu Magmothregar, cha!', 25428, 1, 12, 0, 100, 0, 0, 0, 24650),
|
|
(7518, 'KAGANISHU!', 25428, 2, 12, 0, 100, 0, 0, 0, 24658),
|
|
(7519, 'Kada nu batteka, oht!', 25429, 0, 12, 0, 100, 0, 0, 0, 24652),
|
|
(7520, 'Etu Magmothregar, cha!', 25429, 1, 12, 0, 100, 0, 0, 0, 24650),
|
|
(7521, 'KAGANISHU!', 25429, 2, 12, 0, 100, 0, 0, 0, 24658),
|
|
(7522, '%s goes into a frenzy!', 25432, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7523, 'I am the Keymaster. Are you the Gatekeeper?', 25210, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(7524, 'Look to the seas, as your doom comes with the swell of tides.\n', 24877, 0, 12, 0, 100, 0, 0, 0, 24432),
|
|
(7525, 'Your offering has come too late, little one. Can you feel the mist closing in upon you? The Kvaldir return...', 24874, 0, 12, 0, 100, 0, 0, 0, 24430),
|
|
(7526, 'My brothers have awoken. Your efforts are wasted...\n', 24875, 0, 12, 0, 100, 0, 0, 0, 24429),
|
|
(7527, 'From the mist and fog the Kvaldir approach. Flee while you still breathe the air of the living...', 24876, 0, 12, 0, 100, 0, 0, 0, 24433),
|
|
(7528, '%s goes into a frenzy!', 24830, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7529, '%s becomes enraged!', 24530, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7530, '%s becomes enraged!', 697, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7531, 'My talons will shred your puny body, $R.', 3277, 0, 12, 0, 100, 0, 0, 0, 2230),
|
|
(7532, 'Finally, my soul may rest... Oh, dearest Cerellean...', 3667, 0, 12, 7, 100, 0, 0, 0, 1224),
|
|
(7533, 'Woot! Thanks!', 17681, 0, 12, 7, 100, 0, 0, 0, 14347),
|
|
(7534, 'Maybe I should gather up some other agents and head out there after this shift?', 19541, 0, 12, 0, 100, 0, 0, 0, 17115),
|
|
(7535, 'Last time someone went out to try to collect the bounty on Netherock, all we got back was a compressed layer of foolhardy adventurer!', 19541, 1, 12, 0, 100, 0, 0, 0, 19660),
|
|
(7536, 'Don\'t feel... so good.', 18598, 0, 12, 0, 100, 0, 0, 0, 19520),
|
|
(7537, 'When can we eat again?', 18598, 1, 12, 0, 100, 0, 0, 0, 19521),
|
|
(7538, 'Damn those ogres. Damn them to the Nether. Won\'t someone save us from these savages! This is the fifth kidnapping in as many days.', 18407, 0, 12, 1, 100, 0, 0, 0, 15371),
|
|
(7539, 'That\'s the best reward we\'re going to be able to offer. Hopefully someone accepts the mission.', 18407, 1, 12, 1, 100, 0, 0, 0, 15372),
|
|
(7540, '%s jumps out of the shadows!', 636, 0, 16, 0, 100, 0, 0, 0, 1327),
|
|
(7541, 'Never cross a Dark Iron, $C.', 1051, 0, 12, 0, 100, 0, 0, 0, 1934),
|
|
(7542, 'Time to die, $C.', 1051, 1, 12, 0, 100, 0, 0, 0, 1935),
|
|
(7543, 'Feel the power of the Dark Iron Dwarves!', 1051, 2, 12, 0, 100, 0, 0, 0, 1936),
|
|
(7544, 'Wahehe! I\'m taking you down with me!', 1052, 0, 12, 7, 100, 0, 0, 0, 638),
|
|
(7545, '%s\'s eyes glow red as he lights his dynamite and begins to cackle madly!', 1052, 0, 16, 7, 100, 0, 0, 0, 637),
|
|
(7546, 'Never cross a Dark Iron, $C.', 1053, 0, 12, 0, 100, 0, 0, 0, 1934),
|
|
(7547, 'Time to die, $C.', 1053, 1, 12, 0, 100, 0, 0, 0, 1935),
|
|
(7548, 'Feel the power of the Dark Iron Dwarves!', 1053, 2, 12, 0, 100, 0, 0, 0, 1936),
|
|
(7549, '%s goes into a frenzy!', 1696, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7550, 'Why haven\'t the Stormwind guards come?', 1716, 0, 12, 7, 100, 0, 0, 0, 964),
|
|
(7551, 'Get those parts moving down to the ship!', 1763, 0, 12, 7, 100, 0, 0, 0, 1146),
|
|
(7552, 'Anyone want to take a break? Well too bad! Get to work you oafs!', 1763, 1, 12, 7, 100, 0, 0, 0, 1147),
|
|
(7553, 'Your bones will break under my boot, $r!', 2091, 0, 12, 1, 100, 0, 0, 0, 1938),
|
|
(7554, 'Long live the Dragonmaw! Die you worthless $r!', 2091, 1, 12, 1, 100, 0, 0, 0, 1939),
|
|
(7555, 'For the Dragonmaw!', 2091, 2, 12, 1, 100, 0, 0, 0, 1937),
|
|
(7556, 'Your bones will break under my boot, $r!', 2102, 0, 12, 1, 100, 0, 0, 0, 1938),
|
|
(7557, 'Long live the Dragonmaw! Die you worthless $r!', 2102, 1, 12, 1, 100, 0, 0, 0, 1939),
|
|
(7558, 'For the Dragonmaw!', 2102, 2, 12, 1, 100, 0, 0, 0, 1937),
|
|
(7559, 'Your bones will break under my boot, $r!', 2108, 0, 12, 1, 100, 0, 0, 0, 1938),
|
|
(7560, 'Long live the Dragonmaw! Die you worthless $r!', 2108, 1, 12, 1, 100, 0, 0, 0, 1939),
|
|
(7561, 'For the Dragonmaw!', 2108, 2, 12, 1, 100, 0, 0, 0, 1937),
|
|
(7562, 'I presume you come with good news?', 2597, 0, 12, 0, 100, 0, 0, 0, 23460),
|
|
(7563, 'Things are going as planned, Lord Falconcrest. I assure you, it is only a matter of time.', 2599, 0, 12, 0, 100, 0, 0, 0, 23459),
|
|
(7564, '%s goes into a rage after seeing a friend fall in battle!', 3925, 0, 16, 0, 100, 0, 0, 0, 1151),
|
|
(7565, '%s becomes enraged!', 4303, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7566, 'Confess and we shall set you free.', 4306, 0, 12, 7, 100, 0, 0, 0, 2570),
|
|
(7567, 'You will talk eventually. You might as well spill it now.', 4306, 1, 12, 7, 100, 0, 0, 0, 2569),
|
|
(7568, 'What? Oh no, I don\'t care what you have to say. I just enjoy inflicting pain.', 4306, 2, 14, 7, 100, 0, 0, 0, 2571),
|
|
(7569, '%s becomes enraged!', 4670, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7570, '%s becomes enraged!', 4671, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7571, '%s becomes enraged!', 4672, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7572, '%s becomes enraged!', 4673, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7573, '%s becomes enraged!', 4674, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7574, '%s goes into a frenzy!', 4851, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7575, '%s goes into a frenzy!', 4855, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7576, '%s goes into a frenzy!', 5267, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7577, 'Turn back! Do not wake the dreamer!', 5721, 0, 14, 0, 100, 0, 0, 5866, 6220),
|
|
(7578, 'You know not what you do! We must destroy you for your own good.', 5721, 0, 14, 0, 100, 0, 0, 0, 4364),
|
|
(7579, '%s becomes enraged!', 6513, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7580, '%s becomes enraged!', 7157, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7581, '%s goes into a frenzy!', 7175, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7582, 'By Thaurissan\'s beard! Slay them!', 7291, 0, 14, 0, 100, 0, 0, 5852, 6212),
|
|
(7583, '%s goes into a frenzy!', 7320, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7584, '%s becomes enraged!', 7327, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7585, '%s becomes enraged!', 7328, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7586, '%s becomes enraged!', 7329, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7587, '%s will be armed in 10 seconds!', 8035, 0, 16, 0, 100, 0, 0, 0, 3541),
|
|
(7588, '%s will be armed in 5 seconds!', 8035, 0, 16, 0, 100, 0, 0, 5871, 3542),
|
|
(7589, '%s is now armed!', 8035, 0, 16, 0, 100, 0, 0, 0, 3543),
|
|
(7590, '%s becomes enraged!', 8201, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7591, '%s goes into a frenzy!', 8956, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7592, '%s becomes enraged!', 8957, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7593, '%s becomes enraged!', 8958, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7594, '%s goes into a frenzy!', 9216, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7595, '%s goes into a frenzy!', 9259, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7596, '%s goes into a frenzy!', 9268, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7597, '%s becomes enraged!', 9716, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7598, '%s becomes enraged!', 10373, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7599, '%s becomes enraged!', 10405, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7600, 'The living are here!', 10411, 0, 14, 0, 100, 0, 0, 6596, 5773),
|
|
(7601, '%s becomes enraged!', 10488, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7602, '%s summons a Blackhand Veteran to his aid!', 10681, 0, 16, 0, 100, 0, 0, 0, 5614),
|
|
(7603, 'Looking for these???? You\'ll never have em!', 11058, 0, 12, 0, 66, 0, 0, 0, 6420),
|
|
(7604, 'I\'m going to wear your skin as a smoking jacket! The stogies? You\'ll have to pry them from my cold dead... er... RAWR!!!!', 11058, 1, 12, 0, 33, 0, 0, 0, 6422),
|
|
(7605, 'NO!!! It puts the tannin in the basket, or it gets the mallet again!', 11256, 0, 14, 0, 100, 0, 0, 0, 9304),
|
|
(7606, 'Raaar!!! Me smash $r!', 11441, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(7607, 'Me smash! You die!', 11441, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(7608, 'I\'ll crush you!', 11441, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(7609, '%s becomes enraged!', 11441, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7610, 'Raaar!!! Me smash $r!', 11442, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(7611, 'Me smash! You die!', 11442, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(7612, 'I\'ll crush you!', 11442, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(7613, '%s becomes enraged!', 11442, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7614, '%s becomes enraged!', 11469, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7615, 'Who dares disrupt the sanctity of Eldre\'Thalas? Face me, cowards!', 11486, 0, 14, 0, 100, 0, 0, 0, 9407),
|
|
(7616, '%s goes into a frenzy!', 11496, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7617, 'Now this is an example of what not to summon. Look, it\'s frail and brittle. One good whack from a mace will send bone shards flying.', 11582, 0, 12, 0, 100, 0, 0, 0, 5950),
|
|
(7618, 'Hmmm, this one looks like something that would be better off as a windchime. Take notes class... This is NOT what you want to summon in the heat of battle.', 11582, 1, 12, 0, 100, 0, 0, 0, 5954),
|
|
(7619, 'This one is slightly better than the last. However, it still suffers from the same flimsy bone structure as the others. When you summon one of these, you are on the right path.', 11582, 2, 12, 0, 100, 0, 0, 0, 5952),
|
|
(7620, 'Snivvle is here! Snivvle claims the Coldtooth mine!', 11677, 0, 12, 0, 100, 0, 0, 0, 10025),
|
|
(7621, '%s becomes enraged!', 11747, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7622, '%s becomes enraged!', 11840, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7623, '%s becomes enraged!', 12046, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7624, '%s becomes enraged!', 12121, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7625, '%s becomes enraged!', 12122, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7626, '%s becomes enraged!', 12579, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7627, 'You are a little gnat to the Foulweald! Die!', 12918, 0, 12, 0, 100, 0, 0, 0, 8350),
|
|
(7628, 'No! You cannot be stronger than the Foulweald! No!!', 12918, 0, 12, 0, 100, 0, 0, 0, 8351),
|
|
(7629, '%s attacks the banner!', 12921, 0, 16, 0, 100, 0, 0, 0, 8398),
|
|
(7630, 'All of your efforts have been in vain, for the draining of the World Tree has already begun! Soon, the heart of your world shall beat no more!', 13083, 0, 14, 0, 100, 0, 0, 10986, 0),
|
|
(7631, '%s goes into a frenzy!', 14321, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7632, '%s goes into a frenzy!', 14322, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7633, '%s goes into a frenzy!', 14323, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7634, 'No one get past me and threaten da king! Ungh, take it!!', 14325, 0, 12, 0, 100, 0, 0, 0, 9418),
|
|
(7635, 'Help me crush these punys!', 14325, 0, 14, 0, 100, 0, 0, 0, 9478),
|
|
(7636, '%s begins to retaliate all attacks against him!', 14325, 0, 16, 0, 100, 0, 0, 0, 9477),
|
|
(7637, '%s goes into a frenzy!', 14326, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7638, '%s becomes enraged!', 15233, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7639, '%s becomes enraged!', 15252, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7640, '%s becomes enraged!', 15537, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7641, '%s goes into a frenzy!', 15978, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7642, '%s goes into a frenzy!', 16098, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7643, '%s goes into a frenzy!', 16244, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7644, 'What is happening?', 16406, 0, 12, 0, 100, 0, 0, 0, 13848),
|
|
(7645, 'Where am I? What--', 16406, 1, 12, 0, 100, 0, 0, 0, 13847),
|
|
(7646, 'The fates have turned against me!', 16408, 0, 12, 0, 100, 0, 0, 0, 13856),
|
|
(7647, 'Not... fair...', 16409, 0, 12, 0, 100, 0, 0, 0, 13841),
|
|
(7648, 'That was a 200 year old Pupellyverbos Port!', 16414, 0, 12, 0, 100, 0, 0, 0, 13436),
|
|
(7649, 'That was wasted on the likes of you!', 16414, 1, 12, 0, 100, 0, 0, 0, 13437),
|
|
(7650, 'How dare you disturb the master\'s dinner!', 16414, 2, 14, 0, 100, 0, 0, 0, 13438),
|
|
(7651, 'Wait--no! No!', 16414, 0, 12, 0, 100, 0, 0, 0, 13878),
|
|
(7652, '%s goes into a frenzy!', 16447, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7653, 'He asked if the imp could join in--can you believe it? Actually, it wasn\'t half bad....', 16460, 0, 12, 0, 100, 1, 0, 0, 13885),
|
|
(7654, 'So I said, "Yeah, but that\'ll cost you extra."', 16460, 1, 12, 0, 100, 1, 0, 0, 13883),
|
|
(7655, 'Five seconds. I\'m not kidding!', 16460, 2, 12, 0, 100, 1, 0, 0, 13884),
|
|
(7656, 'We could have had so much fun!', 16461, 0, 12, 0, 100, 0, 0, 0, 13898),
|
|
(7657, 'They fall asleep after. Me, I fall asleep during....', 16461, 0, 12, 0, 100, 1, 0, 0, 13886),
|
|
(7658, 'Yes, I think I remember now....', 16468, 0, 12, 0, 100, 0, 0, 0, 13919),
|
|
(7659, 'I\'ll miss the show!', 16468, 1, 12, 0, 100, 0, 0, 0, 13918),
|
|
(7660, 'Is it really over?', 16470, 0, 12, 0, 100, 0, 0, 0, 13945),
|
|
(7661, 'It\'s all... coming back to me....', 16470, 1, 14, 0, 100, 0, 0, 0, 13944),
|
|
(7662, 'Time to move on.', 16481, 0, 12, 0, 100, 0, 0, 0, 13949),
|
|
(7663, 'Free... at last.', 16481, 1, 12, 0, 100, 0, 0, 0, 13948),
|
|
(7664, 'Time to move on.', 16482, 0, 12, 0, 100, 0, 0, 0, 13949),
|
|
(7665, 'Free... at last.', 16482, 1, 12, 0, 100, 0, 0, 0, 13948),
|
|
(7666, 'The same fate awaits all who would steal from the master.', 16485, 0, 12, 0, 100, 0, 0, 0, 13954),
|
|
(7667, 'Death is far too merciful for your kind.', 16485, 1, 12, 0, 100, 0, 0, 0, 13955),
|
|
(7668, 'This... changes nothing. Eternal damnation awaits you!\n', 16485, 0, 12, 0, 100, 0, 0, 0, 13958),
|
|
(7669, 'Others will take my place!', 16485, 1, 12, 0, 100, 0, 0, 0, 13957),
|
|
(7670, 'I hope you\'ve made your peace.', 16521, 0, 12, 0, 100, 0, 0, 0, 13428),
|
|
(7671, 'We won\'t allow you to leave this valley!', 16521, 1, 12, 0, 100, 0, 0, 0, 13426),
|
|
(7672, 'What a pity you survived the crash just to die here.', 16521, 2, 12, 0, 100, 0, 0, 0, 13427),
|
|
(7673, '%s becomes enraged!', 16523, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7674, 'The %s nods appreciatively.', 16534, 0, 16, 0, 100, 2, 0, 0, 12514),
|
|
(7675, 'The %s looks confused.', 16534, 1, 16, 0, 100, 6, 0, 0, 12517),
|
|
(7676, 'The %s didn\'t like what just happened.', 16534, 2, 16, 0, 100, 18, 0, 0, 12521),
|
|
(7677, 'The %s seems overjoyed.', 16534, 3, 16, 0, 100, 4, 0, 0, 12516),
|
|
(7678, 'The %s doesn\'t look like it minds the crystal\'s effects.', 16534, 4, 16, 0, 100, 22, 0, 0, 12520),
|
|
(7679, 'Turn back while you can.', 16544, 0, 12, 0, 100, 0, 0, 0, 13965),
|
|
(7680, 'You will succeed only in damning yourselves!', 16544, 0, 12, 0, 100, 0, 0, 0, 13972),
|
|
(7681, 'I\'ve seen gnomes work harder than you, peon! Little girl gnomes - with pig tails! MOVE IT, MOVE IT, MOVE IT!', 16584, 0, 12, 1, 100, 5, 0, 0, 12551),
|
|
(7682, 'Yer slop is ready. Come n\' get it...', 16585, 0, 12, 1, 100, 0, 0, 0, 12531),
|
|
(7683, 'And if I hear that you palookas complained to Nazgrel again, it\'ll be one of ya\'s that I serve up next time...', 16585, 0, 12, 1, 100, 0, 0, 0, 12532),
|
|
(7684, 'If my stomach wasn\'t threatening to dislodge itself from my body and leave me for the refuse that we give to the prisoners, I might be insulted by this... this food.', 16590, 0, 12, 1, 100, 0, 0, 0, 12550),
|
|
(7685, 'Do I detect a hint of cinnamon? Or is that nutmeg? Whatever it is, one thing\'s for sure - nobody cooks a donkey like you, Cookie.', 16590, 1, 12, 1, 100, 0, 0, 0, 12547),
|
|
(7686, 'What kinda orcs, chief?', 16590, 0, 12, 1, 100, 0, 0, 0, 12619),
|
|
(7687, 'You mean...', 16590, 0, 12, 1, 100, 0, 0, 0, 12626),
|
|
(7688, 'But how, chief? I thought the curse was lifted...\n', 16590, 0, 12, 1, 100, 0, 0, 0, 12635),
|
|
(7689, '%s becomes enraged!', 16699, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7690, '%s becomes enraged!', 16846, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7691, '%s becomes enraged!', 16871, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7692, '%s becomes unstable and begins to disintegrate!', 16876, 0, 16, 0, 100, 0, 0, 0, 17338),
|
|
(7693, '%s goes into a frenzy!', 16943, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7694, '%s becomes enraged!', 16964, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7695, '%s becomes enraged!', 17156, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7696, '%s goes into a frenzy!', 17188, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7697, 'This world is OURS!', 17259, 0, 12, 0, 100, 0, 0, 0, 16702),
|
|
(7698, 'We are the true Horde!', 17259, 1, 12, 0, 100, 0, 0, 0, 16697),
|
|
(7699, 'The blood is our power! ', 17259, 2, 12, 0, 100, 0, 0, 0, 16700),
|
|
(7700, 'For Kargath! For Victory!', 17271, 0, 12, 0, 100, 0, 0, 0, 16698),
|
|
(7701, 'We are the true Horde!', 17271, 1, 12, 0, 100, 0, 0, 0, 16697),
|
|
(7702, 'The blood is our power! ', 17271, 2, 12, 0, 100, 0, 0, 0, 16700),
|
|
(7703, '%s becomes enraged!', 17281, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7704, '%s calls for help!', 17300, 0, 16, 0, 100, 0, 0, 0, 2541),
|
|
(7705, 'Lok narash!', 17370, 0, 12, 0, 100, 0, 0, 0, 16703),
|
|
(7706, '%s begins to arm the Proximity Bomb!', 17414, 0, 16, 0, 100, 0, 0, 0, 15129),
|
|
(7707, '%s begins to arm the Proximity Bomb!', 17414, 0, 16, 0, 100, 0, 0, 0, 15129),
|
|
(7708, '%s becomes enraged!', 17420, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7709, 'Intruders! Hold them off until I can release the warhounds!', 17455, 0, 14, 0, 100, 0, 0, 10160, 14000),
|
|
(7710, 'You\'re too late, now feel the wrath of my warhounds!', 17455, 0, 14, 0, 100, 0, 0, 10161, 14001),
|
|
(7711, 'Your money or your life! Actually, just your life will do...', 17591, 0, 12, 0, 100, 0, 0, 0, 14181),
|
|
(7712, 'Your death will make a fitting tribute to the King!', 17591, 1, 12, 0, 100, 0, 0, 0, 14182),
|
|
(7713, 'For Silvermoon! For Sunstrider!', 17591, 2, 12, 0, 100, 0, 0, 0, 14183),
|
|
(7714, '%s becomes enraged!', 17621, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7715, '%s becomes enraged!', 17623, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7716, '%s goes into a frenzy!', 17626, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7717, '%s becomes enraged!', 17723, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7718, '%s grows in size upon seeing $n!', 17725, 0, 16, 0, 100, 0, 0, 0, 17785),
|
|
(7719, '%s\'s strength fades.', 17725, 0, 16, 0, 100, 0, 0, 0, 17786),
|
|
(7720, 'Illidan reigns! ', 17727, 0, 12, 0, 100, 0, 0, 0, 16709),
|
|
(7721, '%s goes into a frenzy!', 17728, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7722, 'None may challenge the Brotherhood!', 639, 0, 14, 0, 100, 0, 0, 5780, 6061),
|
|
(7723, 'Lapdogs, all of you!', 639, 0, 14, 0, 100, 0, 0, 5782, 6063),
|
|
(7724, '%s calls more of his allies out of the shadows.', 639, 0, 16, 0, 100, 0, 0, 0, 1048),
|
|
(7725, 'Fools! Our cause is righteous!', 639, 0, 14, 0, 100, 0, 0, 5783, 6064),
|
|
(7726, 'And stay down!', 639, 0, 14, 0, 100, 0, 0, 5781, 6062),
|
|
(7727, 'The Brotherhood shall prevail!', 639, 0, 14, 0, 100, 0, 0, 5784, 6065),
|
|
(7728, '%s goes into a frenzy!', 17734, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7729, '%s becomes enraged!', 17735, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7730, '%s becomes enraged!', 17805, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7731, '%s goes into a frenzy!', 17840, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7732, 'Wake up! Now get up and back to work!', 17959, 1, 14, 0, 100, 0, 0, 0, 14405),
|
|
(7733, 'Hurry up with it already! The longer you take, the more of a hurtin\' I\'m putting on you!', 17959, 2, 14, 0, 100, 0, 0, 0, 14412),
|
|
(7734, 'What is this?! Didn\'t mommy and daddy teach you anything?!', 17959, 0, 14, 0, 100, 0, 0, 0, 14413),
|
|
(7735, 'Get back to work you!', 17959, 1, 14, 0, 100, 0, 0, 0, 14404),
|
|
(7736, 'This is terrible..... my arms grow tired from beating on you lazy peons!', 17959, 2, 14, 0, 100, 0, 0, 0, 14414),
|
|
(7737, 'Assist me slaves!', 17959, 0, 14, 0, 100, 0, 0, 0, 18972),
|
|
(7738, '%s goes into a frenzy!', 17962, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7739, '%s becomes enraged!', 18062, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7740, '%s faints.', 18705, 0, 16, 0, 100, 0, 0, 0, 15719),
|
|
(7741, '%s examines the information on the wanted poster.', 18098, 0, 16, 0, 100, 0, 0, 0, 18719),
|
|
(7742, '%s becomes enraged!', 18105, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7743, '%s becomes enraged!', 18117, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7744, '%s becomes enraged!', 18119, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7745, 'Will the pain ever end?', 18206, 0, 12, 0, 100, 0, 0, 0, 15108),
|
|
(7746, 'Help me! Please help me!', 18206, 1, 12, 0, 100, 0, 0, 0, 15103),
|
|
(7747, 'How can you just leave me here?', 18206, 2, 12, 0, 100, 0, 0, 0, 15106),
|
|
(7748, 'I wanna be just like the pitfighter!', 18292, 0, 12, 7, 100, 5, 0, 0, 16234),
|
|
(7749, 'Will he win? Can he win?', 18292, 1, 12, 7, 100, 5, 0, 0, 16235),
|
|
(7750, 'He\'s so well disciplined!', 18293, 0, 12, 7, 100, 21, 0, 0, 16237),
|
|
(7751, 'How does he do it?', 18296, 0, 12, 7, 100, 0, 0, 0, 16238),
|
|
(7752, 'I wanna be just like the pitfighter!', 18296, 1, 12, 7, 100, 0, 0, 0, 16234),
|
|
(7753, 'Wow! Look at his muscles!', 18296, 2, 12, 7, 100, 0, 0, 0, 16233),
|
|
(7754, '%s becomes enraged!', 18311, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7755, '%s goes into a frenzy!', 18322, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7756, 'I never thought it would turn out to be mana oil! There\'s going to be plenty of demand for that, minus Grek, of course!', 18385, 0, 12, 0, 100, 0, 0, 0, 17073),
|
|
(7757, 'Ship it!', 18385, 0, 12, 0, 100, 5, 0, 0, 17075),
|
|
(7758, 'Intruder detected! Neutralizing threat immediately!', 18698, 0, 12, 0, 100, 0, 0, 0, 19873),
|
|
(7759, '%s goes into a frenzy!', 18850, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7760, '%s goes into a frenzy!', 18853, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7761, 'Death to the interlopers!', 18952, 0, 12, 0, 100, 0, 0, 0, 12837),
|
|
(7762, 'May it be so.', 19138, 0, 12, 0, 100, 0, 0, 0, 16780),
|
|
(7763, '%s becomes enraged!', 19188, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7764, 'I feel that war is fast approaching. The fruit vendor has enlisted the help of an ogre. I shall have to enlist help as well.', 19196, 0, 12, 0, 100, 0, 0, 0, 22060),
|
|
(7765, 'FRUIT VENDOR!!! Your cart is still in our way! We will give you one more hour to move it from our area. Do not test our patience anymore!', 19196, 0, 14, 0, 100, 0, 0, 0, 16296),
|
|
(7766, 'I could have sworn I had more apples. Grok!', 19223, 0, 12, 0, 100, 0, 0, 0, 16307),
|
|
(7767, 'What is that poor orc yelling about? Someone should see what is going on.', 19223, 0, 12, 0, 100, 0, 0, 0, 16314),
|
|
(7768, 'Hey! Hey, $r! I be havin\' just the thing for ya. Ya ever see a tikbalang? Frightenin\' creatures. Prone to stealin\' ya away. What ya need is one of my tikbalang wards. Guaranteed to ward away all tikbalangs!', 19227, 0, 12, 0, 100, 0, 0, 0, 16318),
|
|
(7769, 'Look over here, $c! I got somethin\' for ya. Just what ya need. It\'s soap, right... and it\'s on a rope! No offense, $G man:honey;, but yer a little ripe, know what I\'m sayin\'?', 19227, 1, 12, 0, 100, 0, 0, 0, 16319),
|
|
(7770, 'C\'mere, $r. Ya don\'t want to be riskin\' yerself in a dungeon, do ya? Filthy work, and for what? Some worthless trinket? Nah, what ya need be one of my amulets. Guaranteed to work!', 19227, 2, 12, 0, 100, 0, 0, 0, 16323),
|
|
(7771, 'Ya look tired, $c. I be havin\' somethin\' for ya. These amulets, they can help ya leap obstacles and swim through the rivers like ya be born to it. They energize the food ya be eatin\', makin\' yer wounds close before yer eyes!', 19227, 0, 12, 0, 100, 0, 0, 0, 16324),
|
|
(7772, 'Hey! Hey, $r! I be havin\' just the thing for ya. Ya ever see a tikbalang? Frightenin\' creatures. Prone to stealin\' ya away. What ya need is one of my tikbalang wards. Guaranteed to ward away all tikbalangs!', 19227, 1, 12, 0, 100, 0, 0, 0, 16318),
|
|
(7773, 'Look over here, $c! I got somethin\' for ya. Just what ya need. It\'s soap, right... and it\'s on a rope! No offense, $G man:honey;, but yer a little ripe, know what I\'m sayin\'?', 19227, 2, 12, 0, 100, 0, 0, 0, 16319),
|
|
(7774, 'Ya look lovesick. Special someone be gettin\' ya down, eh? No worries, no worries. Ya get this medallion from me, ya wear it when ya see \'em, and they be all over ya, $G man:sweetheart;!', 19227, 0, 12, 0, 100, 0, 0, 0, 16320),
|
|
(7775, 'Amazing amulets! Incredible curios! The newfangled jewelcrafters be havin\' nothin\' on the tried and true mystical methods of ol\' Griftah! Improve yerself through these magical talismans for a bargain price!', 19227, 1, 12, 0, 100, 0, 0, 0, 16322),
|
|
(7776, 'Dangerous out there, innit? Know what ya need? Protection. I can help ya defy death itself! Ya wear this madstone \'round yer neck, see, and then ya be able to come back if ya find yerself in the spirit world! Just a quick jaunt to yer corpse and up ya come, fresh and new!', 19227, 2, 12, 0, 100, 0, 0, 0, 16321),
|
|
(7777, 'Please don\'t ignore us...', 19283, 0, 12, 0, 100, 1, 0, 0, 16613),
|
|
(7778, 'Spare a copper, $G sir:madam;?', 19283, 1, 12, 0, 100, 1, 0, 0, 16611),
|
|
(7779, 'Hey, $G man:lady;? Got some money? I got five kids to feed!', 19283, 2, 12, 0, 100, 1, 0, 0, 16612),
|
|
(7780, 'This war - and don\'t mistake this for anything but a war - is not going to win itself. If we do not fight, scratch, claw, and kick for every speck of land on this shattered world, all will be lost.', 19308, 0, 12, 7, 100, 5, 0, 0, 16456),
|
|
(7781, 'How many more soldiers need to die before we start paying attention out there?', 19308, 1, 12, 7, 100, 5, 0, 0, 16453),
|
|
(7782, 'Do you think that demons will play fair? These beasts are more savage than orcs and more cunning than the undead. Do not attempt to engage Legion by normal standards of war.', 19308, 2, 12, 7, 100, 5, 0, 0, 16454),
|
|
(7783, 'Anchorite Nindumen, I have a request to make of you.', 19346, 0, 12, 0, 100, 0, 0, 0, 16506),
|
|
(7784, 'We\'ve just sent another inexperienced squad into Nagrand. Might you offer a prayer for them?', 19346, 0, 12, 0, 100, 0, 0, 0, 16507),
|
|
(7785, 'May it be so.', 19346, 0, 12, 0, 100, 0, 0, 0, 16780),
|
|
(7786, 'If I see any lazy peons here, I\'ll load them into a catapult and launch them off to the Black Temple!', 19362, 0, 14, 0, 100, 0, 0, 0, 16557),
|
|
(7787, 'Any time any of you peons want to take a break, the graveyard is right over there.', 19362, 1, 12, 0, 100, 0, 0, 0, 16559),
|
|
(7788, 'Of course, my friend. How can I be of service to you?', 19378, 0, 12, 0, 100, 0, 0, 0, 16521),
|
|
(7789, 'A noble request. It would be an honor, Erothem.', 19378, 0, 12, 0, 100, 0, 0, 0, 16524),
|
|
(7790, 'My friends, please join me in humble supplication to the Light.', 19378, 0, 12, 0, 100, 0, 0, 0, 16526),
|
|
(7791, 'Light that we embrace, we beseech thee...', 19378, 0, 12, 0, 100, 0, 0, 0, 16531),
|
|
(7792, 'Into our struggle against the darkness we have sent our children.', 19378, 0, 12, 0, 100, 0, 0, 0, 16533),
|
|
(7793, 'Please bless and protect them, and grant them success over those who seek to do us harm...', 19378, 0, 12, 0, 100, 0, 0, 0, 16534),
|
|
(7794, 'Continue to bless this, our ancient home, we beg.', 19378, 0, 12, 0, 100, 0, 0, 0, 16535),
|
|
(7795, 'Bless us with tolerance for our elven visitors.', 19378, 0, 12, 0, 100, 0, 0, 0, 16536),
|
|
(7796, 'By the naaru, may it be so.', 19378, 0, 12, 0, 100, 0, 0, 0, 16778),
|
|
(7797, 'A cool breeze caresses your face. Gentle, melodic humming resonates throughout the chamber.\n', 19412, 0, 16, 0, 100, 0, 0, 0, 16804),
|
|
(7798, '%s becomes enraged!', 19419, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7799, 'You are spotted by the %s!', 19440, 0, 16, 0, 100, 0, 0, 0, 20141),
|
|
(7800, '%s calls for his worgs.', 19442, 0, 16, 0, 100, 0, 0, 0, 17593),
|
|
(7801, '%s becomes enraged!', 19442, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7802, '%s goes into a frenzy!', 19453, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7803, 'It\'s coming along, Wafflefry. Haven\'t you got a product demonstration to do or something?', 19475, 0, 12, 0, 100, 1, 0, 0, 25086),
|
|
(7804, 'Ahh, another powerful traveler. The nether can be dangerous; you\'ll want the most potent spells at your disposal. I carry the finest reagents, common and exotic. Come, buy - you won\'t be sorry!', 19535, 0, 12, 0, 100, 0, 0, 0, 17001),
|
|
(7805, '%s becomes enraged!', 19632, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7806, 'Nothing like a tankard full to wash down one of my magnificent muffins.', 19664, 0, 12, 0, 100, 0, 0, 0, 18620),
|
|
(7807, 'Yea, that hit the spot. Muffins for sale! Get your fresh muffins right here!', 19664, 0, 12, 0, 100, 7, 0, 0, 18621),
|
|
(7808, 'I\'ve got muffins right over here. Come on over!', 19664, 0, 12, 0, 100, 0, 0, 0, 18616),
|
|
(7809, 'Yea, yea, I\'m the muffin man. You know why? Because I sell muffins, that\'s why!', 19664, 1, 12, 0, 100, 0, 0, 0, 18617),
|
|
(7810, 'Never underestimate the other ethereal\'s greed!', 19666, 0, 12, 0, 100, 0, 0, 0, 17244),
|
|
(7811, '%s becomes enraged!', 19827, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7812, 'Looks like I picked the wrong day to quit mana tapping...', 19926, 0, 12, 0, 100, 1, 0, 0, 17571),
|
|
(7813, 'Stupid puny thing. Me smash!', 19948, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(7814, '%s goes into a frenzy!', 20140, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7815, '%s goes into a frenzy!', 20221, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7816, '%s becomes enraged!', 20279, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7817, '%s becomes enraged!', 20280, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7818, 'Yea, Nat?', 20342, 0, 12, 0, 100, 0, 0, 0, 17967),
|
|
(7819, 'Which one?', 20342, 0, 12, 0, 100, 0, 0, 0, 17969),
|
|
(7820, 'What you got in that pipe, Nat?\n', 20342, 0, 12, 0, 100, 0, 0, 0, 17993),
|
|
(7821, 'Nat, I\'ve heard a whopper or two in my day but that one takes the cake.\n', 20342, 1, 12, 0, 100, 0, 0, 0, 17992),
|
|
(7822, 'Impossible!', 20342, 2, 12, 0, 100, 0, 0, 0, 38661),
|
|
(7823, 'Hal...', 20344, 0, 12, 0, 100, 0, 0, 0, 17966),
|
|
(7824, 'Had that dream again last night...', 20344, 0, 12, 0, 100, 0, 0, 0, 17968),
|
|
(7825, 'That one dream... The crazy one. Remember?', 20344, 0, 12, 0, 100, 0, 0, 0, 17970),
|
|
(7826, 'Tarren Mill is destroyed by some crazy force of undead and forever more becomes an enemy to Southshore.', 20344, 0, 12, 0, 100, 0, 0, 0, 17971),
|
|
(7827, 'Could ya imagine such a thing, Hal? Could ya?', 20344, 0, 12, 0, 100, 0, 0, 0, 17972),
|
|
(7828, 'That one where thousands of people are all watching us from up in the sky...', 20344, 0, 12, 0, 100, 0, 0, 0, 18060),
|
|
(7829, 'We\'re like their puppets - we dance and cry and fight and say silly things for their amusement.\n', 20344, 0, 12, 0, 100, 0, 0, 0, 18061),
|
|
(7830, 'Sometimes, even when I\'m awake, I think they\'re watching us. Maybe they\'re watching us right now...', 20344, 0, 12, 0, 100, 0, 0, 0, 18062),
|
|
(7831, 'So I\'m on some mountain with some big ol\' tree. Bunch of elves runnin\' around all over...', 20344, 0, 12, 0, 100, 0, 0, 0, 17976),
|
|
(7832, 'Out of nowhere, some 300 foot tall demon or somethin\' walks up and starts climbin\' the tree...', 20344, 0, 12, 0, 100, 0, 0, 0, 17977),
|
|
(7833, 'And if that weren\'t crazy enough, that big demon gets killed by a bunch of little floating light things... Oh, I was also a female elf in that one... Yep...', 20344, 0, 12, 0, 100, 0, 0, 0, 17978),
|
|
(7834, 'In this dream, I was fishin\' master of the world. I moved to some place called Kalimdor...', 20344, 0, 12, 0, 100, 0, 0, 0, 17979),
|
|
(7835, 'And people from all over the world come to me to pay homage... and learn to fish.', 20344, 0, 12, 0, 100, 0, 0, 0, 17980),
|
|
(7836, 'I\'m like some kind of fishing god...', 20344, 0, 12, 0, 100, 0, 0, 0, 17981),
|
|
(7837, 'This one\'s real grim... So the king\'s kid, Arthas... Well he goes out to battle evil, along with Uther... *Nat pats his brow dry*', 20344, 0, 12, 0, 100, 0, 0, 0, 17985),
|
|
(7838, 'But tragically, Arthas is consumed by the evil and becomes evil himself...', 20344, 0, 12, 0, 100, 0, 0, 0, 17986),
|
|
(7839, 'Well, he comes back to the king all pretendin\' to be nice, draws his sword, and runs the king through, elbow to ... well you know... kills him on the spot.', 20344, 0, 12, 0, 100, 0, 0, 0, 17987),
|
|
(7840, 'I can\'t even believe this one... You know those two loud-mouthed ruffians, Foror and Tigule?', 20344, 0, 12, 0, 100, 0, 0, 0, 17982),
|
|
(7841, 'Well in this dream, they somehow end up inventing something called ice-cream and flavoring it with strawberries... Well, long story short, they end up striking it rich!', 20344, 0, 12, 0, 100, 0, 0, 0, 17983),
|
|
(7842, 'If that weren\'t crazy enough, they decide to quit the ice-cream business and become adventurers... They travel all over the place and finally disappear into some portal. I woke up in a cold sweat after that one...', 20344, 0, 12, 0, 100, 0, 0, 0, 17984),
|
|
(7843, 'That one where I\'m in Durnholde and that one orc that Blackmoore keeps as his personal slave breaks out...', 20344, 0, 12, 0, 100, 0, 0, 0, 17973),
|
|
(7844, 'He ends up destroying the whole keep, freeing all the orcs we\'re keeping in the camps, and rising to power as the king of orcs... Warchief or somethin\'.', 20344, 0, 12, 0, 100, 0, 0, 0, 17974),
|
|
(7845, 'Crazy, isn\'t it?', 20344, 0, 12, 0, 100, 0, 0, 0, 17975),
|
|
(7846, 'Keep your voice down, Helcular. Strangers abound...', 20350, 0, 12, 0, 100, 0, 0, 0, 18033),
|
|
(7847, 'Necromancy. It is called necromancy. And yes, I have it within my power to bless you with this gift.', 20350, 0, 12, 0, 100, 0, 0, 0, 18042),
|
|
(7848, 'That is none of your concern, Helcular, as you are neither Kirin Tor nor a necromancer.', 20350, 0, 12, 0, 100, 0, 0, 0, 18044),
|
|
(7849, 'But to be perfectly frank, I do not give a damn what the Kirin Tor think! They are fools, set in their archaic ways.', 20350, 0, 12, 0, 100, 0, 0, 0, 18050),
|
|
(7850, 'In due time, Helcular... All in due time...', 20350, 0, 12, 0, 100, 0, 0, 0, 18052),
|
|
(7851, 'So you can teach me this... this...', 20353, 0, 12, 0, 100, 0, 0, 0, 18041),
|
|
(7852, 'And the Kirin Tor? What have they to say of necromancy?', 20353, 0, 12, 0, 100, 0, 0, 0, 18043),
|
|
(7853, 'Then teach me, Kel\'Thuzad. Teach me everything you know...', 20353, 0, 12, 0, 100, 0, 0, 0, 18051),
|
|
(7854, '%s goes into a frenzy!', 20600, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7855, '%s whispers softly in reverent tones under her breath.', 21066, 0, 16, 0, 100, 0, 0, 0, 18715),
|
|
(7856, '%s becomes enraged!', 21218, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7857, '%s goes into a frenzy!', 21644, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7858, '%s goes into a frenzy!', 21661, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7859, '%s becomes enraged!', 21694, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7860, '%s becomes enraged!', 21717, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7861, 'What is it that you want from me, shaman?', 21769, 0, 12, 1, 100, 6, 0, 0, 19608),
|
|
(7862, 'Do you not have eyes? Did you not see the demons on our very doorstep? I do not have the soldiers to spare!', 21769, 0, 12, 1, 100, 6, 0, 0, 19609),
|
|
(7863, 'Pray to your gods, shaman. Perhaps they will come to your aid. The Horde, however, cannot...', 21769, 0, 12, 1, 100, 25, 0, 0, 19610),
|
|
(7864, '%s goes into a frenzy!', 21838, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7865, '%s goes into a frenzy!', 21907, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7866, '%s goes into a frenzy!', 22105, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7867, '%s goes into a frenzy!', 22143, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7868, '%s goes into a frenzy!', 22199, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7869, '%s becomes enraged!', 22343, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7870, 'Incompetent fools! Auchindoun should\'ve been ours... look at yourselves scrambling like rats!', 22381, 0, 12, 0, 100, 0, 0, 0, 20166),
|
|
(7871, '%s becomes enraged!', 22844, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7872, 'Grok need help! Why no one help?', 22940, 0, 12, 0, 100, 0, 0, 0, 20648),
|
|
(7873, 'If no one help, Grok smash!', 22940, 1, 12, 0, 100, 0, 0, 0, 20783),
|
|
(7874, 'Grok get angry if puny ones not go to Blade\'s Edge and talk to Mog\'dorg!', 22940, 0, 12, 0, 100, 0, 0, 0, 20664),
|
|
(7875, 'Bladespire clan not fight fair. Have gronn to help dem. You go to Blade\'s Edge Mountains. Talk to Mog\'dorg the Wizened. Kill gronn.', 22940, 1, 12, 0, 100, 0, 0, 0, 20784),
|
|
(7876, 'Mog\'dorg the Wizened tell Grok go to city, get help for Bloodmaul. Grok go.', 22940, 2, 12, 0, 100, 0, 0, 0, 20782),
|
|
(7877, 'Me hungry. Fruit look tasty.', 22940, 0, 12, 0, 100, 0, 0, 0, 20781),
|
|
(7878, '%s becomes enraged!', 23083, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7879, '%s bares her fangs and hisses menacingly at those around her.', 23163, 0, 16, 0, 100, 0, 0, 0, 21902),
|
|
(7880, '%s focuses on $n.', 23163, 0, 16, 0, 100, 0, 0, 0, 21077),
|
|
(7881, '%s becomes enraged!', 23196, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7882, '%s becomes enraged!', 23222, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7883, '%s becomes enraged!', 23237, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7884, '%s becomes enraged!', 23239, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7885, 'Invaders! Sound the alarm!', 23586, 0, 14, 0, 100, 0, 0, 12104, 23109),
|
|
(7886, 'Where is that dog?', 23618, 0, 12, 0, 100, 0, 0, 11796, 22166),
|
|
(7887, 'I miss my dog so much!', 23618, 1, 12, 0, 100, 0, 0, 11798, 22168),
|
|
(7888, 'Will you help me find my dog?', 23618, 2, 12, 0, 100, 0, 0, 11797, 22167),
|
|
(7889, '%s goes into a frenzy!', 24078, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7890, 'Someone shoot that bat down!', 24120, 0, 14, 0, 100, 0, 0, 0, 22835),
|
|
(7891, 'That liquid... it reeks!', 24120, 1, 14, 0, 100, 0, 0, 0, 22837),
|
|
(7892, 'I don\'t feel so good...', 24120, 2, 14, 0, 100, 0, 0, 0, 22836),
|
|
(7893, 'It was awful... I dreamt I was fighting against my friends.', 24120, 3, 12, 0, 66, 0, 0, 0, 35293),
|
|
(7894, 'Help! My eyes!', 24120, 4, 14, 0, 33, 0, 0, 0, 22834),
|
|
(7895, '%s becomes enraged!', 694, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7896, 'Never cross a Dark Iron, $C.', 1054, 0, 12, 0, 100, 0, 0, 0, 1934),
|
|
(7897, 'Time to die, $C.', 1054, 1, 12, 0, 100, 0, 0, 0, 1935),
|
|
(7898, 'Feel the power of the Dark Iron Dwarves!', 1054, 2, 12, 0, 100, 0, 0, 0, 1936),
|
|
(7899, 'Die in the name of Ragnaros!', 1222, 0, 12, 7, 100, 0, 0, 0, 434),
|
|
(7900, 'The Thandol Span fell to Ragnaros. So shall the Stonewrought Dam!', 1222, 1, 12, 7, 100, 0, 0, 0, 435),
|
|
(7901, 'King Magni Bronzebeard is a fool and a charlatan!', 1222, 2, 12, 7, 100, 0, 0, 0, 436),
|
|
(7902, 'Wahehe! I\'m taking you down with me!', 1222, 0, 12, 7, 100, 11, 0, 0, 638),
|
|
(7903, '%s\'s eyes glow red as he lights his dynamite and begins to cackle madly!', 1222, 0, 16, 7, 100, 0, 0, 0, 637),
|
|
(7904, 'This land belongs to the Dark Iron Dwarves. Prepare to see the afterlife, $C!', 1364, 0, 12, 6, 100, 0, 0, 0, 455),
|
|
(7905, 'A fine trophy your head will make, $R.', 2018, 0, 12, 0, 100, 0, 0, 0, 2229),
|
|
(7906, 'My talons will shred your puny body, $R.', 2018, 1, 12, 0, 100, 0, 0, 0, 2230),
|
|
(7907, 'You will be easy prey, $C.', 2018, 2, 14, 0, 100, 0, 0, 0, 2231),
|
|
(7908, 'Your bones will break under my boot, $r!', 2103, 0, 12, 1, 100, 0, 0, 0, 1938),
|
|
(7909, 'Long live the Dragonmaw! Die you worthless $r!', 2103, 1, 12, 1, 100, 0, 0, 0, 1939),
|
|
(7910, 'For the Dragonmaw!', 2103, 2, 12, 1, 100, 0, 0, 0, 1937),
|
|
(7911, '%s becomes enraged!', 4675, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7912, 'You should not be here! Slay them!', 4831, 0, 14, 0, 100, 0, 0, 5799, 6169),
|
|
(7913, 'Paltry kill.', 4831, 0, 14, 0, 100, 0, 0, 5801, 6170),
|
|
(7914, 'Me Grimlok, king!', 4854, 0, 14, 0, 100, 0, 0, 5853, 6213),
|
|
(7915, 'Die! Die!', 4854, 0, 14, 0, 100, 0, 0, 5854, 6214),
|
|
(7916, 'This evil cannot be allowed to enter this world! Come my children!', 5709, 0, 14, 0, 100, 0, 0, 0, 4703),
|
|
(7917, 'Never cross a Dark Iron, $C.', 6523, 0, 12, 0, 100, 0, 0, 0, 1934),
|
|
(7918, 'Time to die, $C.', 6523, 1, 12, 0, 100, 0, 0, 0, 1935),
|
|
(7919, 'Feel the power of the Dark Iron Dwarves!', 6523, 2, 12, 0, 100, 0, 0, 0, 1936),
|
|
(7920, '%s becomes enraged!', 7332, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7921, 'Soon, the Scourge will rule the world!', 7357, 0, 12, 0, 100, 22, 0, 5821, 4437),
|
|
(7922, 'We will spread across this barren land!', 7357, 0, 12, 0, 100, 1, 0, 5820, 4436),
|
|
(7923, 'We will enslave the quilboar!', 7357, 0, 12, 0, 100, 1, 0, 5819, 4435),
|
|
(7924, 'Me smell stench of the living!', 8567, 0, 14, 0, 100, 0, 0, 5823, 6185),
|
|
(7925, 'So or\'manley fi siame Dim fus siame yudo', 8580, 0, 14, 14, 100, 0, 0, 5859, 0),
|
|
(7926, 'You will rest with the honored dead.', 8580, 0, 12, 0, 100, 0, 0, 0, 16788),
|
|
(7927, 'We are betrayed!', 10433, 0, 12, 0, 100, 0, 0, 0, 6234),
|
|
(7928, '%s summons a Blackhand Dreadweaver to his aid!', 10680, 0, 16, 0, 100, 0, 0, 0, 5612),
|
|
(7929, 'Raaar!!! Me smash $r!', 11443, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(7930, 'Me smash! You die!', 11443, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(7931, 'I\'ll crush you!', 11443, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(7932, 'Raaar!!! Me smash $r!', 11444, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(7933, 'Me smash! You die!', 11444, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(7934, 'I\'ll crush you!', 11444, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(7935, '%s becomes enraged!', 11444, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7936, 'Raaar!!! Me smash $r!', 11448, 0, 12, 0, 100, 0, 0, 0, 1927),
|
|
(7937, 'Me smash! You die!', 11448, 1, 12, 0, 100, 0, 0, 0, 1926),
|
|
(7938, 'I\'ll crush you!', 11448, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(7939, 'Never cross a Dark Iron, $C.', 11680, 0, 12, 0, 100, 0, 0, 0, 1934),
|
|
(7940, 'Time to die, $C.', 11680, 1, 12, 0, 100, 0, 0, 0, 1935),
|
|
(7941, 'Feel the power of the Dark Iron Dwarves!', 11680, 2, 12, 0, 100, 0, 0, 0, 1936),
|
|
(7942, '%s becomes enraged!', 15277, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(7943, 'You\'ll not take me alive, scum!', 16522, 0, 12, 0, 100, 0, 0, 0, 12767),
|
|
(7944, '%s goes into a frenzy!', 17729, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7945, '%s begins a massive heal!', 17730, 0, 16, 0, 100, 0, 0, 0, 17652),
|
|
(7946, '%s goes into a frenzy!', 17732, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(7947, 'The wizard will fall!', 17835, 0, 12, 0, 100, 0, 0, 0, 15164),
|
|
(7948, 'We will not be stopped!', 17835, 1, 12, 0, 100, 0, 0, 0, 15166),
|
|
(7949, 'Your efforts... are in vain.', 17835, 2, 12, 0, 100, 0, 0, 0, 28034),
|
|
(7950, 'Victory or Death!', 17839, 0, 12, 0, 100, 0, 0, 0, 18732),
|
|
(7951, 'You are running out of time!', 17839, 1, 12, 0, 100, 0, 0, 0, 15183),
|
|
(7952, 'The rift must be protected!', 17839, 2, 12, 0, 100, 0, 0, 0, 15182),
|
|
(7953, 'We are not finished!', 17892, 0, 12, 0, 100, 0, 0, 0, 15174),
|
|
(7954, 'Death to the Last Guardian!', 17892, 1, 12, 0, 100, 0, 0, 0, 15171),
|
|
(7955, 'We will not fail!', 17892, 2, 12, 0, 100, 0, 0, 0, 23332),
|
|
(7956, 'I love the smell of nether in the morning.', 19635, 0, 12, 0, 100, 1, 0, 0, 17179),
|
|
(7957, 'It smells like...', 19635, 0, 12, 0, 100, 1, 0, 0, 17180),
|
|
(7958, '...victory.', 19635, 0, 12, 0, 100, 15, 0, 0, 17181),
|
|
(7959, 'Victory or Death!', 21104, 0, 12, 0, 100, 0, 0, 0, 18732),
|
|
(7960, 'You are running out of time!', 21104, 1, 12, 0, 100, 0, 0, 0, 15183),
|
|
(7961, 'The rift must be protected!', 21104, 2, 12, 0, 100, 0, 0, 0, 15182),
|
|
(7962, 'Learning to read is a thirsty business. A toast, eh?', 21193, 0, 12, 1, 100, 0, 0, 0, 19063),
|
|
(7963, 'Wit a reward like dis, how could they refuse, mon?', 21771, 0, 12, 0, 100, 0, 0, 0, 19413),
|
|
(7964, 'I don\'t get it! Are ya blind? Can ya not see the demons bangin\' on our door? Who am I gonna send out to talk to your shaman friends? Point \'em out!', 21773, 0, 12, 7, 100, 6, 0, 0, 19612),
|
|
(7965, 'Who dares slay one of my Kargath\'s commanders? You will pay for this... in flesh!', 22374, 0, 14, 0, 100, 0, 0, 0, 20156),
|
|
(7966, 'Fool! The essence of the hawk will never be yours!', 22992, 0, 12, 0, 100, 0, 0, 0, 20767),
|
|
(7967, 'The time of the Raven is nigh, but yours will end here!', 22992, 0, 12, 0, 100, 0, 0, 0, 20768),
|
|
(7968, 'You dare to disturb the loyal followers of the Raven?', 22993, 0, 12, 0, 100, 0, 0, 0, 20769),
|
|
(7969, 'You will die for your hubris, $c!', 22993, 0, 12, 0, 100, 0, 0, 0, 20770),
|
|
(7970, 'The falcon is vanquished, doomed never to rise again! Your quest is futile!', 22994, 0, 12, 0, 100, 0, 0, 0, 20771),
|
|
(7971, 'The raven will return to us as foretold in the prophecy and you are powerless to stop it!', 22994, 0, 12, 0, 100, 0, 0, 0, 20772),
|
|
(7972, 'Berserker Stance! Attack them recklessly!', 23049, 0, 12, 0, 100, 0, 0, 0, 21443),
|
|
(7973, 'You seek to deafen me? Pathetic... Wait... What\'s that sound?', 25804, 0, 12, 0, 100, 0, 0, 0, 25120),
|
|
(7974, 'Now THIS is a sport!', 25806, 0, 12, 0, 100, 0, 0, 0, 25022),
|
|
(7975, 'KILL KILL KILL!!!!!!!', 25806, 1, 12, 0, 100, 0, 0, 0, 25019),
|
|
(7976, 'I\'m sure ol\' Hemet can do something with your bones!', 25806, 2, 12, 0, 100, 0, 0, 0, 25017),
|
|
(7977, 'Give it up, little beast!', 25806, 3, 12, 0, 100, 0, 0, 0, 25023),
|
|
(7978, 'Just fifty more hooves and I\'ll have the new gun!', 25806, 4, 12, 0, 100, 0, 0, 0, 25018),
|
|
(7979, 'No way! Rhino head helmet for the low, low price of thirty rhino heads? I\'ll take two at those prices!', 25806, 5, 12, 0, 100, 0, 0, 0, 25116),
|
|
(7980, 'I wonder what Nesingwary will give me for your hide!', 25806, 6, 12, 0, 100, 0, 0, 0, 25016),
|
|
(7981, 'It\'s gonna be veal tonight!', 25806, 7, 12, 0, 100, 0, 0, 0, 25020),
|
|
(7982, 'Nesingwary is going to go broke if he keeps this up! Lane probably has no idea what he\'s doing!', 25806, 8, 12, 0, 100, 0, 0, 0, 25117),
|
|
(7983, 'Hey, harbinger, how\'s that research coming along? There might be an Ultra-Kinetic Waffle Iron in it for you if you\'re prompt with the results!', 25885, 0, 12, 0, 100, 1, 0, 0, 25085),
|
|
(7984, 'Be the first on your block to own the incredible Electrostatic Maculation Blaster!', 25885, 0, 12, 0, 100, 1, 0, 0, 25073),
|
|
(7985, 'Derived from cutting edge Shattered Sun Offensive military technology, it blasts away stubborn stains with ease!', 25885, 0, 12, 0, 100, 1, 0, 0, 25074),
|
|
(7986, 'Wine stains, grass stains, even pet stains are no match for the Electrostatic Maculation Blaster!', 25885, 0, 12, 0, 100, 1, 0, 0, 25075),
|
|
(7987, 'Don\'t wait! Order now and receive my Ultra-Kinetic Waffle Iron at no additional charge!', 25885, 0, 12, 0, 100, 1, 0, 0, 25076),
|
|
(7988, 'Now THIS is a sport!', 25979, 0, 12, 0, 100, 0, 0, 0, 25022),
|
|
(7989, 'KILL KILL KILL!!!!!!!', 25979, 1, 12, 0, 100, 0, 0, 0, 25019),
|
|
(7990, 'I\'m sure ol\' Hemet can do something with your bones!', 25979, 2, 12, 0, 100, 0, 0, 0, 25017),
|
|
(7991, 'Give it up, little beast!', 25979, 3, 12, 0, 100, 0, 0, 0, 25023),
|
|
(7992, 'Just fifty more hooves and I\'ll have the new gun!', 25979, 4, 12, 0, 100, 0, 0, 0, 25018),
|
|
(7993, 'No way! Rhino head helmet for the low, low price of thirty rhino heads? I\'ll take two at those prices!', 25979, 5, 12, 0, 100, 0, 0, 0, 25116),
|
|
(7994, 'I wonder what Nesingwary will give me for your hide!', 25979, 6, 12, 0, 100, 0, 0, 0, 25016),
|
|
(7995, 'It\'s gonna be veal tonight!', 25979, 7, 12, 0, 100, 0, 0, 0, 25020),
|
|
(7996, 'Nesingwary is going to go broke if he keeps this up! Lane probably has no idea what he\'s doing!', 25979, 8, 12, 0, 100, 0, 0, 0, 25117),
|
|
(7997, 'What? Where in the-- don\'t just stand around lads; kill somebody!', 26796, 0, 14, 0, 100, 0, 0, 13193, 29627),
|
|
(7998, 'Now we\'re gettin\' someplace!', 26796, 0, 14, 0, 100, 0, 0, 13195, 29628),
|
|
(7999, 'Is that all you\'ve...', 26796, 0, 14, 0, 100, 0, 0, 13194, 29629),
|
|
(8000, 'AHHHHHHHHH! Please... we know... that you... have a spy... disguised as... one of us! There... that\'s all that I know. Please... mercy... STOP!', 27209, 0, 15, 0, 100, 0, 0, 0, 26484),
|
|
(8001, 'We know... that you don\'t... know why we\'re immune... to your so-called blight. Grand Admiral Westwind somehow gave the high abbot that prayer. I beg you... no more... please?!', 27209, 0, 15, 0, 100, 0, 0, 0, 26483),
|
|
(8002, 'Wait... WAIT! What is it that you want to know?! I know you\'re the $c named $n.', 27209, 0, 15, 0, 100, 0, 0, 0, 26481),
|
|
(8003, 'OW...NO! We know that you\'ve been stealing our armor and weapons and horses!', 27209, 0, 15, 0, 100, 0, 0, 0, 26482),
|
|
(8004, 'Come to play?', 27209, 0, 12, 0, 100, 0, 0, 0, 26472),
|
|
(8005, 'Ow! I\'ll tell you NOTHING, filthy $r!', 27209, 0, 15, 0, 100, 0, 0, 0, 26480),
|
|
(8006, 'Urgreth begins to emanate a powerful dark energy!', 28103, 0, 16, 0, 100, 0, 0, 0, 29932),
|
|
(8007, 'The Crusade will be victorious!', 28608, 0, 12, 0, 100, 0, 0, 0, 29717),
|
|
(8008, 'Let the purging begin!', 28608, 1, 12, 0, 100, 0, 0, 0, 29720),
|
|
(8009, 'You\'re not welcome in these lands, monster!', 28608, 2, 12, 0, 100, 0, 0, 0, 29719),
|
|
(8010, 'Such... dark... energy! How can this be possible?', 15402, 0, 12, 0, 100, 0, 0, 0, 13397),
|
|
(8011, 'Hold on, little $r.', 30331, 0, 12, 0, 100, 0, 0, 0, 31000),
|
|
(8012, 'Thorim! Come, show yourself!', 30331, 0, 14, 0, 100, 0, 0, 0, 31018),
|
|
(8013, 'The deeds of your $r servant defy $g his:her; stature, Stormlord. $g His:Her; efforts have succeeded in softening the hearts of my people.', 30331, 0, 12, 0, 100, 396, 0, 0, 31051),
|
|
(8014, 'Never have such humble words come from mighty Thorim. I shall deliver your words to Dun Niffelem.', 30331, 0, 12, 0, 100, 396, 0, 0, 31052),
|
|
(8015, 'The events of that dark day are hereby forgiven by my people. They shall never again be spoken of.', 30331, 0, 12, 0, 100, 396, 0, 0, 31053),
|
|
(8016, 'To signify our reforged friendship, I have something which belongs to you...', 30331, 0, 12, 0, 100, 0, 0, 0, 31054),
|
|
(8017, 'As the great explosion filled the region, my father cast a rune at the great hammer that it might not be had by our enemies. It was his final act...', 30331, 0, 12, 0, 100, 396, 0, 0, 31057),
|
|
(8018, 'We welcome the opportunity to fight by your side, mighty Thorim.', 30331, 0, 12, 0, 100, 0, 0, 0, 31059),
|
|
(8019, 'I must return to Dun Niffilem. We shall speak again soon, Stormlord.', 30331, 0, 12, 0, 100, 396, 0, 0, 31060),
|
|
(8020, 'King Jokkum, you have summoned me?', 30390, 0, 12, 0, 100, 0, 0, 0, 31001),
|
|
(8021, 'Jokkum, son of Arngrim, I have always regretted my actions here. In my grief, I brought great harm to those closest to me.', 30390, 0, 12, 0, 100, 0, 0, 0, 31003),
|
|
(8022, 'I would ask your forgiveness for the suffering I have caused you and your people.', 30390, 0, 12, 0, 100, 0, 0, 0, 31062),
|
|
(8023, 'Krolmir... I thank you Jokkum. I hadn\'t dared hope it still existed. It shall soon see glorious battle once again!', 30390, 0, 12, 0, 100, 396, 0, 0, 31063),
|
|
(8024, '$n has defeated Yg... Yggg-really big worm!', 30007, 1, 14, 0, 100, 15, 0, 13908, 30684),
|
|
(8025, '$n has defeated Yg... Yggg-really big worm!', 30007, 2, 14, 0, 100, 15, 0, 13909, 30684),
|
|
(8026, '$n has defeated Yg... Yggg-really big worm!', 30007, 3, 14, 0, 100, 15, 0, 13907, 30684),
|
|
(8027, '$n is victorious once more!', 30007, 0, 14, 0, 100, 15, 0, 13908, 15469),
|
|
(8028, '$n is victorious once more!', 30007, 1, 14, 0, 100, 15, 0, 13909, 15469),
|
|
(8029, '$n is victorious once more!', 30007, 2, 14, 0, 100, 15, 0, 13905, 15469),
|
|
(8030, 'And with AUTHORITY, $n dominates the magnataur lord! Stinkbeard\'s clan is gonna miss him back home in the Dragonblight!', 30007, 0, 14, 0, 100, 15, 0, 13908, 30687),
|
|
(8031, 'From the Savage Ledge of Icecrown, Vladof the Butcher and his mammoth, Enormos! There ain\'t gonna be a thing left of our challengers, folks! Prepare for a downpour of blood, guts and tears!', 30007, 0, 14, 0, 100, 1, 0, 0, 30707),
|
|
(8032, 'I DON\'T BELIEVE IT! WE HAVE A NEW CHAMPION OF ANGUISH!!! Vladof the Butcher has been defeated by a ragtag crew of nobodies! Incredible finish!', 30007, 0, 14, 0, 100, 15, 0, 13908, 30716),
|
|
(8033, 'All that\'s left of the challenger is a red stain on the floor!', 30007, 0, 14, 0, 100, 1, 0, 0, 30676),
|
|
(8034, 'Avert your eyes, ladies and gentlemen! It\'s a bloodbath!', 30007, 1, 14, 0, 100, 1, 0, 0, 30680),
|
|
(8035, 'Call in the clowns! It\'s turned into a circus in there!', 30007, 2, 14, 0, 100, 1, 0, 0, 30677),
|
|
(8036, 'OOOF! That one\'s gonna require the "scraper."', 30007, 3, 14, 0, 100, 1, 0, 0, 30678),
|
|
(8037, 'OUTTA NOWHERE -- WHAMO! DEAD!', 30007, 4, 14, 0, 100, 1, 0, 0, 30679),
|
|
(8038, 'They went down like a sack of orc skulls!', 30007, 5, 14, 0, 100, 1, 0, 0, 30675),
|
|
(8039, '%s emerges!', 30014, 0, 41, 0, 100, 0, 0, 13878, 30683),
|
|
(8040, '%s becomes enraged!', 30017, 0, 16, 0, 100, 1, 0, 0, 24144),
|
|
(8041, 'Stinkbeard comin\' for you, little ones!', 30017, 0, 14, 0, 100, 1, 0, 13907, 30688),
|
|
(8042, 'For Neptulon! Strength of storm and sea, crush my enemies!', 30024, 0, 14, 0, 100, 1, 0, 13878, 30701),
|
|
(8043, 'I am the baddest of the bad, the coolest of the cool! To my side, my elements, let us freeze and rule!', 30024, 0, 14, 0, 100, 1, 0, 0, 30770),
|
|
(8044, 'Al\'Akir grant my enemies a cold, swift death!', 30026, 0, 14, 0, 100, 0, 0, 13878, 30702),
|
|
(8045, 'I bring a gust so strong, it can knock down trees! Minions, assist me, they shall not do as they please!', 30026, 0, 14, 0, 100, 0, 0, 0, 30769),
|
|
(8046, 'I\'ll melt the flesh off your bones!', 30019, 0, 14, 0, 100, 0, 0, 13878, 30689),
|
|
(8047, 'To burn my kingdom, you can\'t use fire! Come my servants, I am not ready to retire!', 30019, 0, 14, 0, 100, 0, 0, 0, 30768),
|
|
(8048, 'Arise, brothers of the earth! Watch as Erathius destroys the mortals!', 30025, 0, 14, 0, 100, 0, 0, 13878, 30700),
|
|
(8049, 'I\'m the king of dirt, there is none higher! To my aid, minions - assist your sire!', 30025, 0, 14, 0, 100, 0, 0, 0, 30767),
|
|
(8050, 'Come, land-dwellers, face the fury of tusk and whisker!', 30020, 0, 14, 0, 100, 1, 0, 0, 30704),
|
|
(8051, 'Whisker! Where are you?! Assist me!', 30020, 0, 14, 0, 100, 0, 0, 0, 30784),
|
|
(8052, 'Korrak has come, weaklings! Snowfall belongs to Winterax! Erm, Korrak mean to say amphitheater belong to Winterax!', 30023, 0, 14, 0, 100, 15, 0, 0, 30705),
|
|
(8053, 'No graveyard here for you to play wicked games on Korrak! DIE!', 30023, 0, 14, 0, 100, 15, 0, 0, 30706),
|
|
(8054, 'Yes, my precious, we will tear them apart! For the one true king!', 30022, 0, 14, 0, 100, 15, 0, 13907, 30708),
|
|
(8055, 'Useless mongrel! I\'ll kill \'em myself!', 30022, 0, 14, 0, 100, 0, 0, 0, 30709),
|
|
(8056, 'Vladof dismounts!', 30022, 0, 41, 0, 100, 1, 0, 0, 30710),
|
|
(8057, '%s begins to spin, encased in a magical shield!', 30022, 0, 41, 0, 100, 1, 0, 0, 30791),
|
|
(8058, 'Please... stop. I\'ll do... anything....', 27209, 0, 15, 0, 100, 0, 0, 0, 26498),
|
|
(8059, 'I beg you... no more.', 27209, 0, 15, 0, 100, 0, 0, 0, 26504),
|
|
(8060, 'OWWWWWWWW!', 27209, 0, 15, 0, 100, 0, 0, 0, 26507),
|
|
(8061, 'You won\'t get... anything else... out of me!', 27209, 0, 15, 0, 100, 0, 0, 0, 26506),
|
|
(8062, 'They all... begged... for their... lives!', 27209, 0, 15, 0, 100, 0, 0, 0, 26501),
|
|
(8063, 'I TOLD YOU... I don\'t know... anything... else!', 27209, 0, 15, 0, 100, 0, 0, 0, 26496),
|
|
(8064, 'Just... end it.', 27209, 0, 15, 0, 100, 0, 0, 0, 26499),
|
|
(8065, '<sigh>... This is the end of me.', 28136, 0, 12, 0, 100, 1, 0, 0, 27520),
|
|
(8066, '<sigh>... This is the end of me.', 28142, 0, 12, 0, 100, 1, 0, 0, 27520),
|
|
(8067, 'Ohhh, I... cannot go on....', 28148, 0, 12, 0, 100, 1, 0, 0, 27527),
|
|
(8068, 'Slay them, my brethren! For the Scourge!', 7357, 0, 14, 0, 100, 0, 0, 5822, 6184),
|
|
(8069, 'All right, stay close. These fiends will jump right out of the shadows at you if you let your guard down.', 8516, 0, 12, 0, 100, 0, 0, 0, 4493),
|
|
(8070, 'Okay, here we go. It\'s going to take about five minutes to shut this thing down through the ritual. Once I start, keep the vermin off of me or it will be the end of us all!', 8516, 0, 12, 0, 100, 0, 0, 0, 4501),
|
|
(8071, 'Three minutes left -- I can feel the energy starting to build! Keep up the solid defense!', 8516, 0, 14, 0, 100, 0, 0, 0, 4504),
|
|
(8072, 'Just two minutes to go! We\'re half way there, but don\'t let your guard down!', 8516, 0, 14, 0, 100, 0, 0, 0, 4505),
|
|
(8073, 'One more minute! Hold on now, the ritual is about to take hold!', 8516, 0, 14, 0, 100, 0, 0, 0, 4506),
|
|
(8074, 'That\'s it -- we made it! The ritual is set in motion, and idol fires are about to go out for good! You truly are the heroes I thought you would be!', 8516, 0, 14, 0, 100, 4, 0, 0, 4507),
|
|
(8075, 'You\'ll rue the day you crossed me, $n.', 8516, 0, 12, 0, 100, 0, 0, 0, 9008),
|
|
(8076, 'Watch out for the $n!', 8516, 0, 12, 0, 100, 0, 0, 0, 9006),
|
|
(8077, 'Me feast on you all!', 8567, 0, 14, 0, 100, 0, 0, 5824, 6186),
|
|
(8078, '%s is getting hungry!', 8567, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(8079, '%s is getting VERY hungry!', 8567, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(8080, 'Right. Let\'s see if we can finish this keystone.', 31810, 0, 12, 0, 100, 1, 0, 0, 32385),
|
|
(8081, 'The keystone is completed! We\'ve done it, $n!', 31810, 0, 12, 0, 100, 5, 0, 0, 32391),
|
|
(8082, 'Who knows what secrets await within Ulduar\'s archives? I\'m off to discover them. Thank you again for your help, $n. Without it, I\'d still be searching for that key.', 31810, 0, 12, 0, 100, 66, 0, 0, 32393),
|
|
(8083, 'Welcome, Brann Bronzebeard. I am all that remains of this temple\'s guardian.', 31814, 0, 12, 0, 100, 0, 0, 0, 32386),
|
|
(8084, 'You have proven yourself as an explorer and seeker of knowledge.', 31814, 0, 12, 0, 100, 0, 0, 0, 32387),
|
|
(8085, 'You have been a steadfast ally to the Earthen.', 31814, 0, 12, 0, 100, 0, 0, 0, 32388),
|
|
(8086, 'You and your companion have proven yourselves in combat and in the pursuit of the keystone.', 31814, 0, 12, 0, 100, 0, 0, 0, 32389),
|
|
(8087, 'Your motives are pure. The keystone\'s parts shall be reunited. Go to Ulduar and learn the answers to your questions, Brann Bronzebeard.', 31814, 0, 12, 0, 100, 0, 0, 0, 32390),
|
|
(8088, '%s becomes enraged!', 27631, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(8089, 'Next, I shall speak of the most powerful entities within the pinnacle of Naxxramas. Truly, these are two of the greatest threats to all of Northrend.', 27784, 0, 12, 7, 100, 0, 0, 0, 27054),
|
|
(8090, 'Next, I shall speak of the death knight wing of Naxxramas. Within its corrupted halls, the echo of battle rings day and night, as our finest warriors are corrupted and twisted into the Scourge\'s greatest warriors.', 27784, 0, 12, 7, 100, 0, 0, 0, 27053),
|
|
(8091, 'Next, I shall speak of the blighted abomination wing of Naxxramas. There, the Scourge develop the strongest and most hideous aberrations of their armies.', 27784, 0, 12, 7, 100, 0, 0, 0, 27052),
|
|
(8092, 'Next, I shall speak of the accursed spider wing of Naxxramas. It is there the Scourge breed even more poisonous and dangerous versions of their kin.', 27784, 0, 12, 7, 100, 0, 0, 0, 27051),
|
|
(8093, 'Next, I shall speak of the dread plague wing of Naxxramas, where the Scourge seek to improve upon the deadly blight which they spread across Lordaeron.', 27784, 0, 12, 7, 100, 0, 0, 0, 27050),
|
|
(8094, 'I shall leave this image on display for your perusal. Study your opponents\' strengths, for a creature\'s strength can also be its weakness.', 27784, 0, 12, 7, 100, 0, 0, 0, 27059),
|
|
(8095, 'Sapphiron. Once a noble blue dragon within the mountains of Northrend, Sapphiron was slain by Arthas during his campaign through the frozen north. Resurrected to serve him, Sapphiron guards Kel\'thuzad\'s lair eternally, awaiting those who would dare tresspass upon his master.', 27784, 0, 12, 7, 100, 0, 0, 0, 27079),
|
|
(8096, 'The lich, Kel\'Thuzad. He serves the Lich King without question, a necromancer of great prowess in life, turned into a master of necromancy after his death. It is said he is the most loyal of the Lich King\'s subjects.', 27784, 0, 12, 7, 100, 0, 0, 0, 27080),
|
|
(8097, 'Kel\'thuzad has survived trials that would have long since shattered the souls of even the greatest of the Brotherhood. He readily gave his life at Arthas\'s hand, later to be brought back - reborn in the power of the Sunwell. ', 27784, 0, 12, 7, 100, 0, 0, 0, 27081),
|
|
(8098, 'In the Plaguelands, Kel\'thuzad was again defeated by the agents of the Argent Dawn. However, his phylactery was delivered to a false agent of the Brotherhood. We have yet to discover who stole his phylactery or why. ', 27784, 0, 12, 7, 100, 0, 0, 0, 27082),
|
|
(8099, 'Pay attention. This is Instructor Razuvious, Kel\'Thuzad\'s appointed trainer of all death knights. It is said that his own technique is so potent, only a disciple of his could possibly withstand his might.', 27784, 0, 12, 7, 100, 0, 0, 0, 27060),
|
|
(8100, 'Gothik, the Harvester. A master of necromancy and conjuration, Gothik is said to be able to beckon forth legions of the undead at a moment\'s notice. It is with his guidance that even the weakest of Death Knights can raise the dead.', 27784, 0, 12, 7, 100, 0, 0, 0, 27061),
|
|
(8101, 'The most powerful death knights within Naxxramas are the four horsemen. They represent the pinnacle of Kel\'Thuzad\'s guard. The first, Thane Korth\'azz, holds the power of flame. ', 27784, 0, 12, 7, 100, 0, 0, 0, 27062),
|
|
(8102, 'The next, Lady Blaumeux, calls forth the power of shadows, drawing the souls of the living into the voracious embrace.', 27784, 0, 12, 7, 100, 0, 0, 0, 27063),
|
|
(8103, 'Sir Zeliek, a paladin in life, so strong in his faith, that even in undeath, the power of the light still heeds his call, smiting his foes in battle.', 27784, 0, 12, 7, 100, 0, 0, 0, 27064),
|
|
(8104, 'The final death knight, Lord Mograine, was the finest warrior that the death knights had ever seen. However, after the events in Azeroth, he vanished without a trace. It is yet to be seen who Kel\'Thuzad has appointed in his place.', 27784, 0, 12, 7, 100, 0, 0, 0, 27065),
|
|
(8105, 'Behold, Patchwerk. When word of his existence first reached the ears of the Brotherhood, none believed the tales of an abomination with such immense speed and strength. Fewer still believed it when he fell the first time...', 27784, 0, 12, 0, 100, 0, 0, 0, 27074),
|
|
(8106, 'Grobbulus, the first of what was to be an army of flesh giants. It carried the plague slime of Naxxramas within its body, injecting the living ooze into the bodies of its foe. The recipient of this foul injection would usually flee to his allies, bringing them down with him.', 27784, 0, 12, 7, 100, 0, 0, 0, 27075),
|
|
(8107, 'Gluth, the foul plague-dog of Naxxramas, was said to have an appetite so voracious that even the living were not enough to satisfy his hunger. Feugen was said to feed him an army of zombies daily, recycling the remains of undead too weak to use in combat.', 27784, 0, 12, 7, 100, 0, 0, 0, 27077),
|
|
(8108, 'Thaddius, built from the flesh of women and children, it is said that their souls are fused together - eternally bound within that foul prison of flesh. ', 27784, 0, 12, 7, 100, 0, 0, 0, 27078),
|
|
(8109, 'Anub\'Rekhan, one of the finest Spider Lords of Azjol\'Nerub, was brought under the control of the Scourge when he and his former commander, Anub\'arak, were finally defeated by Lich King many years ago. It is said that he was the most loyal of Anub\'arak\'s commanders.', 27784, 0, 12, 7, 100, 0, 0, 0, 27066),
|
|
(8110, 'The Grand Widow Faerlina, a botanist in life, breeder and caretaker of arachnids in death, she overseers the spider wing, developing the most potent of poisons for the Lich King. ', 27784, 0, 12, 7, 100, 0, 0, 0, 27070),
|
|
(8111, 'Maexxna, born deep within the mountains of Northrend many ages ago, she was captured within the dread citadel Naxxramas, where she gives birth to her brood, feeding them the corpses of all who dare venture too deeply into Naxxramas.', 27784, 0, 12, 7, 100, 0, 0, 0, 27073),
|
|
(8112, 'Behold, Noth the Plaguebringer. Responsible for the creation of the process that distills the souls of the living and places them within the cold cage of undeath, Noth was observed to be refining this process even now. ', 27784, 0, 12, 7, 100, 0, 0, 0, 27055),
|
|
(8113, 'Observe, Heigan the Unclean. The mastermind behind the plague cauldrons that turned the wilderness of Azeroth into the Plaguelands. ', 27784, 0, 12, 7, 100, 0, 0, 0, 27056),
|
|
(8114, 'It is said that Heigan has rigged the very walls and floors of Naxxramas itself with a vast array of traps, which he can trigger at will.', 27784, 0, 12, 7, 100, 0, 0, 0, 27057),
|
|
(8115, 'Loatheb. The hideous result of fusing the living plague of the Plaguelands with the bog beasts of Azeroth, Loatheb is said to control the power of healing itself. ', 27784, 0, 12, 7, 100, 0, 0, 0, 27058),
|
|
(8116, 'Samia, do you know who Kolphis Darkscale is?', 22007, 0, 12, 0, 100, 6, 0, 0, 19717),
|
|
(8117, 'Yes, he\'s the second-in-command of the wyrmcult at the Blackwing Coven to the west.', 21983, 0, 12, 0, 100, 1, 0, 0, 19718),
|
|
(8118, 'YEOW!!', 21114, 0, 12, 7, 100, 0, 0, 0, 18798),
|
|
(8119, 'I\'M ON FIRE!!!', 21114, 1, 12, 7, 100, 0, 0, 0, 18792),
|
|
(8120, 'IT BURNS!!', 21114, 2, 12, 7, 100, 0, 0, 0, 18794),
|
|
(8121, 'I\'M ON FIRE!!! AGAIN!!', 21114, 3, 12, 7, 100, 0, 0, 0, 18793),
|
|
(8122, 'WHY ME!?!', 21114, 4, 12, 7, 100, 0, 0, 0, 18796),
|
|
(8123, 'Not again...', 21114, 5, 12, 7, 100, 0, 0, 0, 18795),
|
|
(8124, 'LET\'S ROCK!!', 21118, 0, 14, 7, 100, 0, 0, 0, 19143),
|
|
(8125, 'FIRE UP THE DEF GUNS!', 21118, 0, 14, 7, 100, 0, 0, 0, 19673),
|
|
(8126, 'Where\'s our back up? I want them here now!', 21118, 0, 14, 7, 100, 0, 0, 0, 19140),
|
|
(8127, 'Last push boys! Let \'em have it!', 21118, 0, 14, 7, 100, 0, 0, 0, 19453),
|
|
(8128, 'Nice work soldiers! This is the last of them!', 21118, 0, 14, 7, 100, 0, 0, 0, 19455),
|
|
(8129, 'This is the last of them. Don\'t get sloppy!', 21118, 1, 14, 7, 100, 0, 0, 0, 19454),
|
|
(8130, 'We can handle it from here. Roughriders you are dismissed.', 21118, 0, 14, 7, 100, 0, 0, 0, 19674),
|
|
(8131, 'Come on you apes. You want to live forever?', 21118, 0, 12, 7, 100, 0, 0, 0, 19095),
|
|
(8132, 'Warm it up and give \'em everything you\'ve got.', 21118, 1, 12, 7, 100, 0, 0, 0, 19096),
|
|
(8133, 'I only have one rule. Everyone fights. No one quits.', 21118, 2, 12, 7, 100, 0, 0, 0, 19093),
|
|
(8134, 'You boys need some help?', 21427, 0, 14, 7, 100, 0, 0, 0, 19259),
|
|
(8135, 'Cavalry, let\'s roll out!', 21426, 0, 14, 7, 100, 0, 0, 0, 19458),
|
|
(8136, 'Me mad. You get smash in face!', 19948, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8137, 'Me angered. Raaah!', 19948, 2, 12, 0, 100, 0, 0, 0, 19894),
|
|
(8138, 'I\'ll crush you!', 19948, 3, 12, 0, 100, 0, 0, 0, 1925),
|
|
(8139, 'Puny $r... you were a... horrible $g king : queen;.', 19948, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8140, 'Agh... me am...dead.', 19948, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8141, 'Me go to... Ogri\'la.', 19948, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8142, '$G King : Queen; think... there really is... an Ogri\'la?', 19948, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8143, 'Me honored... $g king : queen; kill me.', 19948, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8144, '$G King : Queen; $n, me die now.', 19948, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8145, 'Stupid puny thing. Me smash!', 19993, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8146, 'Me mad. You get smash in face!', 19993, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8147, 'Me angered. Raaah!', 19993, 2, 12, 0, 100, 0, 0, 0, 19894),
|
|
(8148, 'I\'ll crush you!', 19993, 3, 12, 0, 100, 0, 0, 0, 1925),
|
|
(8149, 'Puny $r... you were a... horrible $g king : queen;.', 19993, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8150, 'Agh... me am...dead.', 19993, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8151, 'Me go to... Ogri\'la.', 19993, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8152, '$G King : Queen; think... there really is... an Ogri\'la?', 19993, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8153, 'Me honored... $g king : queen; kill me.', 19993, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8154, '$G King : Queen; $n, me die now.', 19993, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8155, 'Me smash! You die!', 19994, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(8156, 'Raaar!!! Me smash $r!', 19994, 1, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8157, 'I\'ll crush you!', 19994, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(8158, 'Puny $r... you were a... horrible $g king : queen;.', 19994, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8159, 'Agh... me am...dead.', 19994, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8160, 'Me go to... Ogri\'la.', 19994, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8161, '$G King : Queen; think... there really is... an Ogri\'la?', 19994, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8162, 'Me honored... $g king : queen; kill me.', 19994, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8163, '$G King : Queen; $n, me die now.', 19994, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8164, 'Stupid puny thing. Me smash!', 20765, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8165, 'Me mad. You get smash in face!', 20765, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8166, 'Raaar!!! Me smash $r!', 20765, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8167, 'Puny $r... you were a... horrible $g king : queen;.', 20765, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8168, 'Agh... me am...dead.', 20765, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8169, 'Me go to... Ogri\'la.', 20765, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8170, '$G King : Queen; think... there really is... an Ogri\'la?', 20765, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8171, 'Me honored... $g king : queen; kill me.', 20765, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8172, '$G King : Queen; $n, me die now.', 20765, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8173, '%s becomes enraged!', 20765, 0, 16, 0, 100, 0, 0, 0, 24144),
|
|
(8174, 'Stupid puny thing. Me smash!', 20766, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8175, 'Me mad. You get smash in face!', 20766, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8176, 'Raaar!!! Me smash $r!', 20766, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8177, 'Puny $r... you were a... horrible $g king : queen;.', 20766, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8178, 'Agh... me am...dead.', 20766, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8179, 'Me go to... Ogri\'la.', 20766, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8180, '$G King : Queen; think... there really is... an Ogri\'la?', 20766, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8181, 'Me honored... $g king : queen; kill me.', 20766, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8182, '$G King : Queen; $n, me die now.', 20766, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8183, 'Stupid puny thing. Me smash!', 20768, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8184, 'Me mad. You get smash in face!', 20768, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8185, 'Raaar!!! Me smash $r!', 20768, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8186, 'Puny $r... you were a... horrible $g king : queen;.', 20768, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8187, 'Agh... me am...dead.', 20768, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8188, 'Me go to... Ogri\'la.', 20768, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8189, '$G King : Queen; think... there really is... an Ogri\'la?', 20768, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8190, 'Me honored... $g king : queen; kill me.', 20768, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8191, '$G King : Queen; $n, me die now.', 20768, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8192, 'Stupid puny thing. Me smash!', 21238, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8193, 'Me mad. You get smash in face!', 21238, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8194, 'Raaar!!! Me smash $r!', 21238, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8195, 'Puny $r... you were a... horrible $g king : queen;.', 21238, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8196, 'Agh... me am...dead.', 21238, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8197, 'Me go to... Ogri\'la.', 21238, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8198, '$G King : Queen; think... there really is... an Ogri\'la?', 21238, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8199, 'Me honored... $g king : queen; kill me.', 21238, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8200, '$G King : Queen; $n, me die now.', 21238, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8201, '%s goes into a frenzy!', 21238, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(8202, 'Stupid puny thing. Me smash!', 19991, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8203, 'Me mad. You get smash in face!', 19991, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8204, 'Raaar!!! Me smash $r!', 19991, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8205, 'Puny $r... you were a... horrible $g king : queen;.', 19991, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8206, 'Agh... me am...dead.', 19991, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8207, 'Me go to... Ogri\'la.', 19991, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8208, '$G King : Queen; think... there really is... an Ogri\'la?', 19991, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8209, 'Me honored... $g king : queen; kill me.', 19991, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8210, '$G King : Queen; $n, me die now.', 19991, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8211, '%s goes into a frenzy!', 19991, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(8212, 'Me smash! You die!', 19992, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(8213, 'Raaar!!! Me smash $r!', 19992, 1, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8214, 'I\'ll crush you!', 19992, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(8215, 'Puny $r... you were a... horrible $g king : queen;.', 19992, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8216, 'Agh... me am...dead.', 19992, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8217, 'Me go to... Ogri\'la.', 19992, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8218, '$G King : Queen; think... there really is... an Ogri\'la?', 19992, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8219, 'Me honored... $g king : queen; kill me.', 19992, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8220, '$G King : Queen; $n, me die now.', 19992, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8221, 'Stupid puny thing. Me smash!', 20095, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8222, 'Me mad. You get smash in face!', 20095, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8223, 'Raaar!!! Me smash $r!', 20095, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8224, 'Puny $r... you were a... horrible $g king : queen;.', 20095, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8225, 'Agh... me am...dead.', 20095, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8226, 'Me go to... Ogri\'la.', 20095, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8227, '$G King : Queen; think... there really is... an Ogri\'la?', 20095, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8228, 'Me honored... $g king : queen; kill me.', 20095, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8229, '$G King : Queen; $n, me die now.', 20095, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8230, 'You! I see you! One of you, kill them!', 20095, 0, 14, 0, 100, 0, 0, 0, 18952),
|
|
(8231, 'Don\'t let any of them escape, you dogs!', 20095, 1, 14, 0, 100, 0, 0, 0, 18948),
|
|
(8232, 'I want these Alliance and Horde pigs dead!', 20095, 2, 14, 0, 100, 0, 0, 0, 18949),
|
|
(8233, 'Get up there. March on Bladespire Hold. I want to adorn my tower with Gorr\'Dim\'s head!', 20095, 3, 14, 0, 100, 0, 0, 0, 18951),
|
|
(8234, 'Stupid puny thing. Me smash!', 19957, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8235, 'Me mad. You get smash in face!', 19957, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8236, 'Raaar!!! Me smash $r!', 19957, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8237, 'Puny $r... you were a... horrible $g king : queen;.', 19957, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8238, 'Agh... me am...dead.', 19957, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8239, 'Me go to... Ogri\'la.', 19957, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8240, '$G King : Queen; think... there really is... an Ogri\'la?', 19957, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8241, 'Me honored... $g king : queen; kill me.', 19957, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8242, '$G King : Queen; $n, me die now.', 19957, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8243, 'Me smash! You die!', 19952, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(8244, 'Raaar!!! Me smash $r!', 19952, 1, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8245, 'I\'ll crush you!', 19952, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(8246, 'Puny $r... you were a... horrible $g king : queen;.', 19952, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8247, 'Agh... me am...dead.', 19952, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8248, 'Me go to... Ogri\'la.', 19952, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8249, '$G King : Queen; think... there really is... an Ogri\'la?', 19952, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8250, 'Me honored... $g king : queen; kill me.', 19952, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8251, '$G King : Queen; $n, me die now.', 19952, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8252, 'Stupid puny thing. Me smash!', 19995, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8253, 'Me mad. You get smash in face!', 19995, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8254, 'Raaar!!! Me smash $r!', 19995, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8255, 'Puny $r... you were a... horrible $g king : queen;.', 19995, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8256, 'Agh... me am...dead.', 19995, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8257, 'Me go to... Ogri\'la.', 19995, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8258, '$G King : Queen; think... there really is... an Ogri\'la?', 19995, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8259, 'Me honored... $g king : queen; kill me.', 19995, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8260, '$G King : Queen; $n, me die now.', 19995, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8261, 'Me smash! You die!', 19998, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(8262, 'Raaar!!! Me smash $r!', 19998, 1, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8263, 'I\'ll crush you!', 19998, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(8264, 'Puny $r... you were a... horrible $g king : queen;.', 19998, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8265, 'Agh... me am...dead.', 19998, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8266, 'Me go to... Ogri\'la.', 19998, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8267, '$G King : Queen; think... there really is... an Ogri\'la?', 19998, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8268, 'Me honored... $g king : queen; kill me.', 19998, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8269, '$G King : Queen; $n, me die now.', 19998, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8270, 'Stupid puny thing. Me smash!', 20334, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8271, 'Me mad. You get smash in face!', 20334, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8272, 'Raaar!!! Me smash $r!', 20334, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8273, 'Puny $r... you were a... horrible $g king : queen;.', 20334, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8274, 'Agh... me am...dead.', 20334, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8275, 'Me go to... Ogri\'la.', 20334, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8276, '$G King : Queen; think... there really is... an Ogri\'la?', 20334, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8277, 'Me honored... $g king : queen; kill me.', 20334, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8278, '$G King : Queen; $n, me die now.', 20334, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8279, 'Stupid puny thing. Me smash!', 21296, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8280, 'Me mad. You get smash in face!', 21296, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8281, 'Raaar!!! Me smash $r!', 21296, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8282, 'Puny $r... you were a... horrible $g king : queen;.', 21296, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8283, 'Agh... me am...dead.', 21296, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8284, 'Me go to... Ogri\'la.', 21296, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8285, '$G King : Queen; think... there really is... an Ogri\'la?', 21296, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8286, 'Me honored... $g king : queen; kill me.', 21296, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8287, '$G King : Queen; $n, me die now.', 21296, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8288, 'Stupid puny thing. Me smash!', 22160, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8289, 'Me mad. You get smash in face!', 22160, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8290, 'Raaar!!! Me smash $r!', 22160, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8291, 'Puny $r... you were a... horrible $g king : queen;.', 22160, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8292, 'Agh... me am...dead.', 22160, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8293, 'Me go to... Ogri\'la.', 22160, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8294, '$G King : Queen; think... there really is... an Ogri\'la?', 22160, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8295, 'Me honored... $g king : queen; kill me.', 22160, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8296, '$G King : Queen; $n, me die now.', 22160, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8297, '%s goes into a frenzy!', 22160, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(8298, 'Me smash! You die!', 22384, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(8299, 'Raaar!!! Me smash $r!', 22384, 1, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8300, 'I\'ll crush you!', 22384, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(8301, 'Puny $r... you were a... horrible $g king : queen;.', 22384, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8302, 'Agh... me am...dead.', 22384, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8303, 'Me go to... Ogri\'la.', 22384, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8304, '$G King : Queen; think... there really is... an Ogri\'la?', 22384, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8305, 'Me honored... $g king : queen; kill me.', 22384, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8306, '$G King : Queen; $n, me die now.', 22384, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8307, 'Me smash! You die!', 19996, 0, 12, 0, 100, 0, 0, 0, 1926),
|
|
(8308, 'Raaar!!! Me smash $r!', 19996, 1, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8309, 'I\'ll crush you!', 19996, 2, 12, 0, 100, 0, 0, 0, 1925),
|
|
(8310, 'Puny $r... you were a... horrible $g king : queen;.', 19996, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8311, 'Agh... me am...dead.', 19996, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8312, 'Me go to... Ogri\'la.', 19996, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8313, '$G King : Queen; think... there really is... an Ogri\'la?', 19996, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8314, 'Me honored... $g king : queen; kill me.', 19996, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8315, '$G King : Queen; $n, me die now.', 19996, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8316, 'Stupid puny thing. Me smash!', 19997, 0, 12, 0, 100, 0, 0, 0, 19892),
|
|
(8317, 'Me mad. You get smash in face!', 19997, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8318, 'Raaar!!! Me smash $r!', 19997, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8319, 'Puny $r... you were a... horrible $g king : queen;.', 19997, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8320, 'Agh... me am...dead.', 19997, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8321, 'Me go to... Ogri\'la.', 19997, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8322, '$G King : Queen; think... there really is... an Ogri\'la?', 19997, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8323, 'Me honored... $g king : queen; kill me.', 19997, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8324, '$G King : Queen; $n, me die now.', 19997, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8325, '%s goes into a frenzy!', 19997, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(8326, 'Stupid puny thing. Me smash!', 20756, 0, 12, 0, 100, 0, 0, 0, 19892);
|
|
INSERT INTO `npc_script_text` (`entry`, `text`, `creature_entry`, `id`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `broadcast_id`) VALUES
|
|
(8327, 'Me mad. You get smash in face!', 20756, 1, 12, 0, 100, 0, 0, 0, 19893),
|
|
(8328, 'Raaar!!! Me smash $r!', 20756, 2, 12, 0, 100, 0, 0, 0, 1927),
|
|
(8329, 'Puny $r... you were a... horrible $g king : queen;.', 20756, 0, 12, 0, 100, 0, 0, 0, 21050),
|
|
(8330, 'Agh... me am...dead.', 20756, 1, 12, 0, 100, 0, 0, 0, 21032),
|
|
(8331, 'Me go to... Ogri\'la.', 20756, 2, 12, 0, 100, 0, 0, 0, 21033),
|
|
(8332, '$G King : Queen; think... there really is... an Ogri\'la?', 20756, 3, 12, 0, 100, 0, 0, 0, 21049),
|
|
(8333, 'Me honored... $g king : queen; kill me.', 20756, 4, 12, 0, 100, 0, 0, 0, 21034),
|
|
(8334, '$G King : Queen; $n, me die now.', 20756, 5, 12, 0, 100, 0, 0, 0, 21035),
|
|
(8335, '%s opens a Chaotic Rift!', 26763, 0, 41, 0, 100, 0, 0, 0, 27362),
|
|
(8336, '%s shields himself and diverts his power to the rifts!', 26763, 0, 41, 0, 100, 0, 0, 0, 27363),
|
|
(8337, '%s goes into a frenzy!', 26794, 0, 41, 0, 100, 0, 0, 0, 38630),
|
|
(8338, '%s goes into a frenzy!', 26723, 0, 16, 0, 100, 0, 0, 0, 38630),
|
|
(8339, 'I thought I\'d never make it out of here alive.', 34716, 4, 12, 0, 100, 5, 0, 0, 35182),
|
|
(8340, 'A Shadron Disciple appears in the Twilight!', 30451, 0, 41, 0, 100, 0, 0, 0, 32958),
|
|
(8341, 'Welcome to Honor Hold, $n. It\'s good to have you.', 16819, 0, 12, 0, 100, 66, 0, 0, 17514),
|
|
(8342, 'My strength.... is... returning!', 16847, 0, 12, 1, 100, 0, 0, 0, 13180),
|
|
(8343, 'You\'ve found a cure! We will crush our enemies!', 16847, 1, 12, 1, 100, 0, 0, 0, 13181),
|
|
(8344, 'You\'ve restored my health! I\'m in your debt, $n.', 16847, 2, 12, 1, 100, 0, 0, 0, 13182),
|
|
(8345, 'You\'re late, overseer.', 27212, 0, 12, 0, 100, 0, 0, 0, 26232),
|
|
(8346, 'Destiny will not wait. Your craftsmen must increase their production of the war golems before the stone giant leader and his army reach Ulduar.', 27212, 0, 12, 0, 100, 0, 0, 0, 26233),
|
|
(8347, 'Tell your rune-smiths to continue converting what stone giants you can. Those that will not submit must be destroyed.', 27212, 0, 12, 0, 100, 0, 0, 0, 26234),
|
|
(8348, 'If the stone giants interfere with our work at Ulduar, I will hold you and your thane responsible. Mortals must not be allowed to come to the aid of the giants.', 27212, 0, 12, 0, 100, 0, 0, 0, 26235),
|
|
(8349, 'Return to your duties, overseer. Be certain to impress upon your workers the urgency of their tasks.', 27212, 0, 12, 0, 100, 0, 0, 0, 26236),
|
|
(8350, 'You did it... you\'ve slain Baron Rivendare! The Argent Dawn shall hear of your valiant deeds!', 16031, 0, 12, 0, 0, 0, 0, 0, 11931),
|
|
(8351, 'Get on ya knees and bow.... to da fang and claw!', 23557, 0, 14, 0, 100, 0, 0, 12020, 23612),
|
|
(8352, 'You gonna leave in pieces!', 23557, 0, 14, 0, 100, 0, 0, 0, 23616),
|
|
(8353, 'Me gonna carve ya now!', 23557, 1, 14, 0, 100, 0, 0, 0, 23615),
|
|
(8354, 'Me gonna carve ya now!', 23557, 0, 14, 0, 100, 0, 0, 12021, 23615),
|
|
(8355, 'Spirit, come back to me!', 23557, 0, 14, 0, 100, 0, 0, 12022, 22964),
|
|
(8356, 'You can\'t fight da power!', 23557, 0, 14, 0, 100, 0, 0, 12026, 23613),
|
|
(8357, 'Ya all gonna fail!', 23557, 1, 14, 0, 100, 0, 0, 12027, 23614),
|
|
(8358, 'Chaga... choka\'jinn.', 23557, 0, 14, 0, 100, 0, 0, 12028, 23611),
|
|
(8359, 'Whatch you be doing? Pissin\' yourselves...', 23557, 0, 14, 0, 100, 0, 0, 12025, 0),
|
|
(8360, 'Rise up, sons and daughters of the Horde! Today we battle a hated enemy of the Horde! LOK\'TAR OGAR!', 36939, 0, 14, 0, 100, 0, 0, 17087, 37689),
|
|
(8361, 'Kor\'kron, take us out!', 36939, 0, 14, 0, 100, 0, 0, 17088, 37691),
|
|
(8362, 'What is that? Something approaching in the distance.', 36939, 0, 14, 0, 100, 0, 0, 17089, 37692),
|
|
(8363, 'ALLIANCE GUNSHIP! ALL HANDS ON DECK!', 36939, 0, 14, 0, 100, 0, 0, 17090, 37694),
|
|
(8364, 'You answer to Saurfang now!', 36939, 0, 14, 0, 100, 0, 0, 17091, 37697),
|
|
(8365, 'You will know our business soon. Kor\'kron, ANNIHILATE THEM!', 36939, 0, 14, 0, 100, 0, 0, 17092, 37698),
|
|
(8366, 'This is not your battle, dwarf. Back down or we will be forced to destroy your ship.', 36939, 0, 14, 0, 100, 0, 0, 17083, 37685),
|
|
(8367, 'You DARE board my ship? Your death will come swiftly.', 36939, 0, 14, 0, 100, 0, 0, 17083, 37712),
|
|
(8368, 'Reavers, Sergeants, attack!', 36939, 0, 14, 0, 100, 0, 0, 17081, 37710),
|
|
(8369, 'Axethrowers, hurl faster!', 36939, 0, 14, 0, 100, 0, 0, 17079, 37708),
|
|
(8370, 'Rocketeers, reload!', 36939, 0, 14, 0, 100, 0, 0, 17080, 37709),
|
|
(8371, 'We\'re taking hull damage, get a battle-mage out here to shut down those cannons!', 36939, 0, 14, 0, 100, 0, 0, 17082, 37711),
|
|
(8372, 'The Alliance falter. Onward to the Lich King!', 36939, 0, 14, 0, 100, 0, 0, 17084, 37713),
|
|
(8373, 'Damage control! Put those fires out. You haven\'t seen the last of the Horde!', 36939, 0, 14, 0, 100, 0, 0, 17085, 37714),
|
|
(8374, 'Fire up the engines! We got a meetin\' with destiny, lads!', 36948, 0, 14, 0, 100, 0, 0, 16962, 37677),
|
|
(8375, 'Hold on to yer hats!', 36948, 0, 14, 0, 100, 0, 0, 16963, 37678),
|
|
(8376, 'What in the world is that? Grab me spyglass, crewman!', 36948, 0, 14, 0, 100, 0, 0, 16964, 37679),
|
|
(8377, 'By me own beard! HORDE SAILIN\' IN FAST \'N HOT!', 36948, 0, 14, 0, 100, 0, 0, 16965, 37680),
|
|
(8378, 'EVASIVE ACTION! MAN THE GUNS!', 36948, 0, 14, 0, 100, 0, 0, 16966, 37681),
|
|
(8379, 'Cowardly dogs! Ye blindsided us!', 36948, 0, 14, 0, 100, 0, 0, 16967, 37682),
|
|
(8380, 'Not me battle? I dunnae who ye think ye are, mister, but I got a score to settle with Arthas and yer not gettin\' in me way! FIRE ALL GUNS! FIRE! FIRE!', 36948, 0, 14, 0, 100, 0, 0, 16968, 37683),
|
|
(8381, 'Move yer jalopy or we\'ll blow it out of the sky, orc! The Horde\'s got no business here.', 36948, 0, 14, 0, 100, 0, 0, 16969, 37699),
|
|
(8382, 'What\'s this then?! Ye won\'t be takin\' this son o\' Ironforge\'s vessel without a fight!', 36948, 0, 14, 0, 100, 0, 0, 16958, 37704),
|
|
(8383, 'Marines, Sergeants, attack!', 36948, 0, 14, 0, 100, 0, 0, 16956, 37702),
|
|
(8384, 'Riflemen, shoot faster!', 36948, 0, 14, 0, 100, 0, 0, 16954, 37700),
|
|
(8385, 'Mortar team, reload!', 36948, 0, 14, 0, 100, 0, 0, 16955, 37701),
|
|
(8386, 'We\'re taking hull damage, get a sorcerer out here to shut down those cannons!', 36948, 0, 14, 0, 100, 0, 0, 16957, 37703),
|
|
(8387, 'Don\'t say I didn\'t warn ya, scoundrels! Onward, brothers and sisters!', 36948, 0, 14, 0, 100, 0, 0, 16959, 37705),
|
|
(8388, 'Captain Bartlett, get us out of here! We\'re taken too much damage to stay afloat!', 36948, 0, 14, 0, 100, 0, 0, 16960, 37706),
|
|
(8389, 'Rocket Pack Active!', 37184, 0, 15, 0, 100, 0, 0, 0, 37537),
|
|
(8390, 'Rocket Pack Disabled. Move closer to Zafod Boombox to re-activate.', 37184, 0, 15, 0, 100, 0, 0, 0, 37538),
|
|
(8391, '|TInterface\\Icons\\Spell_Fire_Flameshock.blp:20|t|cFFBC0000 OVERHEAT |r|TInterface\\Icons\\Spell_Fire_Flameshock.blp:20|t', 36838, 0, 42, 0, 100, 0, 0, 0, 36720),
|
|
(8392, '|TInterface\\Icons\\Spell_Fire_Flameshock.blp:20|t|cFFBC0000 OVERHEAT |r|TInterface\\Icons\\Spell_Fire_Flameshock.blp:20|t', 36839, 0, 42, 0, 100, 0, 0, 0, 36720),
|
|
(8393, 'Fools. I knew that if I played upon my brother\'s feeble emotions, he would send \'rescuers.\'', 8421, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8394, 'Your allies have arrived, Jaina, just as you promised. You will all become powerful agents of the Scourge..', 36954, 0, 14, 0, 100, 0, 0, 17212, 37172),
|
|
(8395, 'You\'ll pay for this!', 26920, 0, 12, 0, 100, 25, 0, 0, 26090),
|
|
(8396, 'Fool! You\'ll never get away with this!', 26920, 1, 12, 0, 100, 25, 0, 0, 26091),
|
|
(8397, 'You dare to defy the sons of iron?', 26920, 2, 12, 0, 100, 25, 0, 0, 26092),
|
|
(8398, 'What do you think you\'re doing?', 26920, 3, 12, 0, 100, 25, 0, 0, 26089),
|
|
(8399, 'You\'ll pay for this!', 26921, 0, 12, 0, 100, 25, 0, 0, 26090),
|
|
(8400, 'Fool! You\'ll never get away with this!', 26921, 1, 12, 0, 100, 25, 0, 0, 26091),
|
|
(8401, 'You dare to defy the sons of iron?', 26921, 2, 12, 0, 100, 25, 0, 0, 26092),
|
|
(8402, 'What do you think you\'re doing?', 26921, 3, 12, 0, 100, 25, 0, 0, 26089),
|
|
(8403, 'You\'ll pay for this!', 26922, 0, 12, 0, 100, 25, 0, 0, 26090),
|
|
(8404, 'Fool! You\'ll never get away with this!', 26922, 1, 12, 0, 100, 25, 0, 0, 26091),
|
|
(8405, 'You dare to defy the sons of iron?', 26922, 2, 12, 0, 100, 25, 0, 0, 26092),
|
|
(8406, 'What do you think you\'re doing?', 26922, 3, 12, 0, 100, 25, 0, 0, 26089),
|
|
(8407, 'You\'ll pay for this!', 26923, 0, 12, 0, 100, 25, 0, 0, 26090),
|
|
(8408, 'Fool! You\'ll never get away with this!', 26923, 1, 12, 0, 100, 25, 0, 0, 26091),
|
|
(8409, 'You dare to defy the sons of iron?', 26923, 2, 12, 0, 100, 25, 0, 0, 26092),
|
|
(8410, 'What do you think you\'re doing?', 26923, 3, 12, 0, 100, 25, 0, 0, 26089),
|
|
(8411, 'Entry denied. Access level insufficient.', 33874, 0, 12, 0, 100, 0, 0, 15426, 33894),
|
|
(8412, 'Ninety-nine point nine nine percent.', 33874, 0, 12, 0, 100, 0, 0, 15434, 33902),
|
|
(8413, 'That\'s repeating, of course.', 33874, 0, 12, 0, 100, 0, 0, 15435, 33903),
|
|
(8414, 'Commencing watcher Freya status analysis.', 33874, 0, 12, 0, 100, 0, 0, 15442, 33872),
|
|
(8415, 'Watcher powers augmented by presence of elder servants.', 33874, 0, 12, 0, 100, 0, 0, 15443, 33873),
|
|
(8416, 'Analyzing Elder Brightleaf enhancement.... Persistent area defenses powered by solar amplification.', 33874, 0, 12, 0, 100, 0, 0, 15444, 33874),
|
|
(8417, 'Elder Stonebark analysis reveals a sonic defense that disrupts use of magic.', 33874, 0, 12, 0, 100, 0, 0, 15445, 33875),
|
|
(8418, 'Elder Ironbranch scans have uncovered plant-based immobilization mechanisms.', 33874, 0, 12, 0, 100, 0, 0, 15446, 33876),
|
|
(8419, 'In addition, my analysis links each elder to an increase in Freya\'s spellcasting, physical, or summoning capabilities.', 33874, 0, 12, 0, 100, 0, 0, 15447, 33877),
|
|
(8420, 'Destruction of elder servants will result in loss of enhancements on watcher Freya. However, permanent damage to Freya\'s person and possessions, including her watcher sigil, highly probable.', 33874, 0, 12, 0, 100, 0, 0, 15448, 33878),
|
|
(8421, 'Commencing watcher Hodir status analysis.', 33874, 0, 12, 0, 100, 0, 0, 15453, 33883),
|
|
(8422, 'Hodir\'s sigil appears to be located inside a cache of artifacts.', 33874, 0, 12, 0, 100, 0, 0, 15454, 33884),
|
|
(8423, 'Watcher Hodir\'s temperament and behavior highly unstable. Destruction of cache highly probable during prolonged combat.', 33874, 0, 12, 0, 100, 0, 0, 15455, 33885),
|
|
(8424, 'Allies present in the field of battle are likely to provide synergies and minimize combat duration.', 33874, 0, 12, 0, 100, 0, 0, 15456, 33886),
|
|
(8425, 'Preservation of cache is essential to recovering Hodir\'s sigil.', 33874, 0, 12, 0, 100, 0, 0, 15457, 34059),
|
|
(8426, 'Commencing watcher Thorim status analysis.', 33874, 0, 12, 0, 100, 0, 0, 15449, 33880),
|
|
(8427, 'An external influence, under illusory guise of Thorim\'s deceased mate, Sif, has been detected.', 33874, 0, 12, 0, 100, 0, 0, 15450, 33881),
|
|
(8428, 'Mental interference from this presence dangerously close to triggering partial memory damage.', 33874, 0, 12, 0, 100, 0, 0, 15451, 33882),
|
|
(8429, 'Tactical analysis suggests approaching the arena from the front and splitting secondary force through a side passage at the ground level. This will maximize odds of reaching Thorim\'s outlook before mental domination by external presence is complete.', 33874, 0, 12, 0, 100, 0, 0, 15452, 34058),
|
|
(8430, 'Commencing watcher Mimiron status analysis.', 33874, 0, 12, 0, 100, 0, 0, 15458, 33887),
|
|
(8431, 'Watcher Mimiron\'s sigil is linked to a self-destruct mechanism connected to the entirety of the Corridors of Ingenuity.', 33874, 0, 12, 0, 100, 0, 0, 15459, 33888),
|
|
(8432, 'Trigger for self-destruct mechanism is codenamed "Big Red Button", Mimiron\'s own creation.', 33874, 0, 12, 0, 100, 0, 0, 15461, 33889),
|
|
(8433, 'To retrieve Mimiron\'s sigil, initiate self-destruct sequence and defeat Mimiron before its completion.', 33874, 0, 12, 0, 100, 0, 0, 15462, 33890),
|
|
(8434, 'You\'ve defeated the Iron Council and unlocked the Archivum! Well done, lads!', 33235, 0, 14, 0, 100, 5, 0, 15827, 33833),
|
|
(8435, 'Now, this is what we call a nice find!', 33235, 0, 12, 0, 100, 5, 0, 15808, 33904),
|
|
(8436, 'New orders! Unlock the entry to the Celestial Planetarium.', 33235, 0, 12, 0, 100, 25, 0, 15818, 33932),
|
|
(8437, 'Four watchers? Sigils? Could ye be a little less cryptic, confounded machine?', 33235, 0, 12, 0, 100, 274, 0, 15819, 33933),
|
|
(8438, 'I\'ll show ye access, ye wretched machine. Here it is again: Norgannon\'s key!', 33235, 0, 12, 0, 100, 5, 0, 15809, 33905),
|
|
(8439, 'Looks just like all the other titan archives me lads have found... only older... and bigger.', 33235, 0, 12, 0, 100, 5, 0, 15810, 33906),
|
|
(8440, 'Wait a second: this doesn\'t look right! Next to this blinking light... what\'s this Algalon signal? ', 33235, 0, 12, 0, 100, 5, 0, 15811, 33907),
|
|
(8441, 'Prime Designate? Where have I \'eard that before? By my grandfather\'s beard, Loken is Azeroth\'s Prime Designate. Loken\'s death triggered this!', 33235, 0, 12, 0, 100, 5, 0, 15812, 33908),
|
|
(8442, 'Well? Who\'s on the listening side of the signal? What\'s going to happen?', 33235, 0, 12, 0, 100, 5, 0, 15813, 33909),
|
|
(8443, 'Planetary re-origination? Speak plainly, ye blasted machine!', 33235, 0, 12, 0, 100, 5, 0, 15814, 33910),
|
|
(8444, 'Hear that, lads? It\'s only the end of the world! Well, what are ye waiting for, ye rusty machine? Initiate Reply-code Alpha. All is well! Pints are on me!', 33235, 0, 12, 0, 100, 5, 0, 15815, 33911),
|
|
(8445, 'Well, what\'s this Algalon going to be looking for with his diagnostics? What are our chances?', 33235, 0, 12, 0, 100, 5, 0, 15816, 33912),
|
|
(8446, 'Blast it, lads. Looks like we\'ve got a fight ahead of us.', 33235, 0, 12, 0, 100, 5, 0, 15817, 33913),
|
|
(8447, 'How do we get the sigils from them, then? Just walk up to them and ask them nicely?', 33235, 0, 12, 0, 100, 5, 0, 15820, 33934),
|
|
(8448, 'You\'re going to tell us how to... "un-compromise" the sigils, aren\'t you?', 33235, 0, 12, 0, 100, 5, 0, 15821, 33935),
|
|
(8449, 'I\'ve dreamed of roaming the halls of the titans for years. I never thought I\'d be pitted against their creations.', 33235, 0, 12, 0, 100, 5, 0, 15822, 33936),
|
|
(8450, 'Access to the Archivum granted. Intrusion protection mechanisms suspended.', 33874, 0, 12, 0, 100, 0, 0, 15427, 33895),
|
|
(8451, 'Initiating query. The Algalon Failsafe is an automated emergency signal following a Prime Designate\'s demise.', 33874, 0, 12, 0, 100, 0, 0, 15428, 33896),
|
|
(8452, 'Affirmative. Timestamp of Prime Designate Loken\'s destruction coincides with signal activation.', 33874, 0, 12, 0, 100, 0, 0, 15429, 33897),
|
|
(8453, 'Searching... Destruction of Prime Designate is considered the first warning sign of systemic planetary failure. Algalon observer entity\'s arrival is followed by planetary diagnostics resulting in one of two possible reply signals. Reply-code Alpha, signaling "All is well" and Reply-code Omega, signaling planetary re-origination.', 33874, 0, 12, 0, 100, 0, 0, 15430, 33898),
|
|
(8454, 'The decomposition of the planet and its living organisms into base elements: metals, rocks, gases. This is followed by a period of reconstitution of each element into the original planetary blueprint.', 33874, 0, 12, 0, 100, 0, 0, 15431, 33899),
|
|
(8455, 'Request denied. Reply-codes built into Algalon observer entity. He is both messenger and message.', 33874, 0, 12, 0, 100, 0, 0, 15432, 33900),
|
|
(8456, 'Algalon diagnostics assess danger of systemic Old God corruption in planetary vital functions. Calculating chance of Omega Reply-code...', 33874, 0, 12, 0, 100, 0, 0, 15433, 33901),
|
|
(8457, 'Request denied. Access requires manual verification of the four watchers\' sigils.', 33874, 0, 12, 0, 100, 0, 0, 15436, 33937),
|
|
(8458, 'The four watchers of Ulduar: Freya, Thorim, Hodir, and Mimiron. The sigils are tied to their physical and mental integrity. All four sigils are required for access to the Celestial Planetarium.', 33874, 0, 12, 0, 100, 0, 0, 15437, 33938),
|
|
(8459, 'Analyzing watcher status. Please wait.', 33874, 0, 12, 0, 100, 0, 0, 15438, 33939),
|
|
(8460, 'Corruption found. External influence gaining control over watchers. Sigils compromised.', 33874, 0, 12, 0, 100, 0, 0, 15439, 33940),
|
|
(8461, 'Sufficient use of force would trigger a reset in watcher functions, removing the external influence.', 33874, 0, 12, 0, 100, 0, 0, 15440, 33941),
|
|
(8462, 'As for not endangering the sigils during this process, I can analyze each watcher\'s status and make that information available to you upon completion of calculations.', 33874, 0, 12, 0, 100, 0, 0, 15441, 33942),
|
|
(8463, 'Fragment analysis underway.', 33874, 0, 12, 0, 100, 0, 0, 15463, 34061),
|
|
(8464, 'Object identified: Val\'anyr, hammer of ancient kings.', 33874, 0, 12, 0, 100, 0, 0, 15464, 34062),
|
|
(8465, 'Created by the titans themselves, Val\'anyr was given to the first earthen king, Urel Stoneheart. With the hammer he was to create and give life to the rest of his brethren.', 33874, 0, 12, 0, 100, 0, 0, 15465, 34063),
|
|
(8466, 'Val\'anyr was shattered during the first war between the earthen and the iron dwarves. The weapon\'s remnants were believed lost in the conflict.', 33874, 0, 12, 0, 100, 0, 0, 15466, 34064),
|
|
(8467, 'Probability of successful repair by ordinary means available in this world is close to nil. Please hold while theoretical means are analyzed.', 33874, 0, 12, 0, 100, 0, 0, 15467, 34065),
|
|
(8468, 'Powerful acidic content theoretically found inside the being known as Yogg-Saron would account for the liquification of saronite. Submersion in this substance might be sufficient to rebind an alloy of titan origin.', 33874, 0, 12, 0, 100, 0, 0, 15468, 34066),
|
|
(8469, 'I\'m saved! Thank you, doctor!', 12923, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8470, 'I\'m saved! Thank you, doctor!', 12924, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8471, 'I\'m saved! Thank you, doctor!', 12925, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8472, 'Welcome, kind spirit. What has brought you to us?', 17123, 0, 12, 1, 100, 0, 0, 0, 13512),
|
|
(8473, 'Death\'s cold embrace awaits.', 36954, 0, 14, 0, 100, 0, 0, 17221, 37174),
|
|
(8474, 'Arise minions. Do not let them pass.', 36954, 0, 14, 0, 100, 0, 0, 17216, 38669),
|
|
(8475, 'Get on board, now! This whole mountainside could collapse at any moment.', 30824, 0, 14, 0, 100, 0, 0, 16733, 37212),
|
|
(8476, 'Quickly, climb aboard! We mustn\'t tarry here! There\'s no telling when this whole mountainside will collapse.', 30344, 0, 14, 0, 100, 0, 0, 16722, 37213),
|
|
(8477, 'FIRE! FIRE!', 30344, 0, 14, 0, 100, 0, 0, 16721, 36993),
|
|
(8478, 'Intruders have breached the inner sanctum. Hasten the destruction of the green dragon! Leave only bones and sinew for the reanimation!', 16980, 0, 14, 0, 0, 0, 0, 17251, 38682),
|
|
(8479, 'Let the battle for the Strand of the Ancients begin!', 29, 0, 41, 0, 100, 0, 0, 0, 0),
|
|
(8480, 'Round 1 - Finished!', 29, 0, 41, 0, 100, 0, 0, 0, 28989),
|
|
(8481, 'Sparklight\'s vehicle emporium is open for business!', 29260, 0, 14, 0, 100, 0, 0, 0, 30230),
|
|
(8482, 'Rigspark\'s vehicle shop is open for business!', 29262, 0, 14, 0, 100, 0, 0, 0, 30229),
|
|
(8483, 'The Gate of the Blue Sapphire is under attack!', 22515, 0, 41, 0, 100, 0, 0, 0, 29296),
|
|
(8484, 'The Gate of the Green Emerald is under attack!', 22515, 0, 41, 0, 100, 0, 0, 0, 29297),
|
|
(8485, 'The Gate of the Red Sun is under attack!', 22515, 0, 41, 0, 100, 0, 0, 0, 29298),
|
|
(8486, 'The Gate of the Purple Amethyst is under attack!', 22515, 0, 41, 0, 100, 0, 0, 0, 29299),
|
|
(8487, 'The Gate of the Yellow Moon is under attack!', 22515, 0, 41, 0, 100, 0, 0, 0, 29300),
|
|
(8488, 'The Gate of the Yellow Moon was destroyed!', 22515, 0, 41, 0, 100, 0, 0, 0, 0),
|
|
(8489, 'The Gate of the Purple Amethyst was destroyed!', 22515, 0, 41, 0, 100, 0, 0, 0, 0),
|
|
(8490, 'The Gate of the Red Sun was destroyed!', 22515, 0, 41, 0, 100, 0, 0, 0, 0),
|
|
(8491, 'The Gate of the Green Emerald was destroyed!', 22515, 0, 41, 0, 100, 0, 0, 0, 0),
|
|
(8492, 'The Gate of the Blue Sapphire was destroyed!', 22515, 0, 41, 0, 100, 0, 0, 0, 0),
|
|
(8493, 'The Eastern Graveyard has been captured by the Alliance!', 22515, 0, 41, 0, 100, 0, 0, 8212, 29925),
|
|
(8494, 'The Western Graveyard has been captured by the Alliance!', 22515, 0, 41, 0, 100, 0, 0, 8212, 29926),
|
|
(8495, 'The Southern Graveyard has been captured by the Alliance!', 22515, 0, 41, 0, 100, 0, 0, 8212, 29927),
|
|
(8496, 'The Eastern Graveyard has been captured by the Horde!', 22515, 0, 41, 0, 100, 0, 0, 8174, 29928),
|
|
(8497, 'The Western Graveyard has been captured by the Horde!', 22515, 0, 41, 0, 100, 0, 0, 8174, 29929),
|
|
(8498, 'The Southern Graveyard has been captured by the Horde!', 22515, 0, 41, 0, 100, 0, 0, 8174, 29930),
|
|
(8499, 'The relic chamber is under attack!', 22515, 0, 41, 0, 100, 0, 0, 0, 33072),
|
|
(8500, 'The chamber has been breached! The titan relic is vulnerable!', 22515, 0, 41, 0, 100, 0, 0, 0, 33073),
|
|
(8501, 'Nowhere to run! You\'re mine now...', 36954, 0, 14, 0, 100, 0, 0, 17223, 36994),
|
|
(8502, 'I have arrived. Shall we set to work, then?', 27914, 0, 12, 0, 100, 0, 0, 0, 27295),
|
|
(8503, 'Ah, more essence to capture...', 27914, 0, 12, 0, 100, 0, 0, 0, 27336),
|
|
(8504, 'Here is your share.', 27914, 0, 12, 0, 100, 0, 0, 0, 27341),
|
|
(8505, 'Yes, unless I have anything to do with it.', 23224, 1, 15, 0, 100, 0, 0, 0, 21157),
|
|
(8506, 'I see that happening sometime between tomorrow and the next decade. Definitely.', 23224, 2, 15, 0, 100, 0, 0, 0, 21158),
|
|
(8507, 'Looks good for you...and bad for me.', 23224, 3, 15, 0, 100, 0, 0, 0, 21160),
|
|
(8508, 'I\'ve consulted my fellow imps, and we think YES, except for that one imp.', 23224, 4, 15, 0, 100, 0, 0, 0, 21161),
|
|
(8509, 'The outlook is positive, but I\'m still negative.', 23224, 5, 15, 0, 100, 0, 0, 0, 21162),
|
|
(8510, 'It pains me to say this, but "Yes".', 23224, 6, 15, 0, 100, 0, 0, 0, 21163),
|
|
(8511, 'When dwarves fly! They do? Then yes!', 23224, 7, 15, 0, 100, 0, 0, 0, 21164),
|
|
(8512, 'Sure, but you\'re not going to like it.', 23224, 8, 15, 0, 100, 0, 0, 0, 21165),
|
|
(8513, 'Be quiet \'bout what you hear and see around here, $r.', 23224, 9, 15, 0, 100, 0, 0, 0, 21166),
|
|
(8514, 'Unfortunately... yes.', 23224, 10, 15, 0, 100, 0, 0, 0, 21169),
|
|
(8515, 'I can\'t see why not, although, I can\'t see a lot of things right now.', 23224, 11, 15, 0, 100, 0, 0, 0, 21170),
|
|
(8516, 'I would bet your soul on it.', 23224, 12, 15, 0, 100, 0, 0, 0, 21171),
|
|
(8517, 'Yes, but if anyone asks... It wasn\'t me who told you.', 23224, 13, 15, 0, 100, 0, 0, 0, 21172),
|
|
(8518, 'Didn\'t you already ask that once? Yes already!', 23224, 14, 15, 0, 100, 0, 0, 0, 21173),
|
|
(8519, 'Please... Is Kil\'jaeden red?', 23224, 15, 15, 0, 100, 0, 0, 0, 21175),
|
|
(8520, 'Yeah, sure. You just keep thinking that.', 23224, 16, 15, 0, 100, 0, 0, 0, 21176),
|
|
(8521, 'I suppose.', 23224, 17, 15, 0, 100, 0, 0, 0, 21177),
|
|
(8522, 'Definitely.', 23224, 18, 15, 0, 100, 0, 0, 0, 21178),
|
|
(8523, 'Jump three times and dance for ten minutes and it will definitely happen!', 23224, 19, 15, 0, 100, 0, 0, 0, 21179),
|
|
(8524, 'Word on the peninsula is YES!', 23224, 20, 15, 0, 100, 0, 0, 0, 21180),
|
|
(8525, 'Oh, that one\'s for sure.', 23224, 21, 15, 0, 100, 0, 0, 0, 21181),
|
|
(8526, 'Yes, but not in the way you imagine.', 23224, 22, 15, 0, 100, 0, 0, 0, 21182),
|
|
(8527, 'Yes, yes, a thousand times, yes already!', 23224, 23, 15, 0, 100, 0, 0, 0, 21183),
|
|
(8528, 'Yes, now stop pestering me!', 23224, 24, 15, 0, 100, 0, 0, 0, 21184),
|
|
(8529, 'The answer will be a yes if you let me out of here.', 23224, 25, 15, 0, 100, 0, 0, 0, 21185),
|
|
(8530, 'It\'s as sure as the warts on my backside!', 23224, 26, 15, 0, 100, 0, 0, 0, 21186),
|
|
(8531, 'The answer is yes in here, I don\'t see why it would be any different out there.', 23224, 27, 15, 0, 100, 0, 0, 0, 21187),
|
|
(8532, 'Three words - "ab - so - lutely"!', 23224, 28, 15, 0, 100, 0, 0, 0, 21188),
|
|
(8533, 'Yes, but I hoped I would never have to answer that.', 23224, 29, 15, 0, 100, 0, 0, 0, 21189),
|
|
(8534, 'Ask me again later - I\'m trying to scratch my nose and it\'s hard to concentrate.', 23224, 30, 15, 0, 100, 0, 0, 0, 21190),
|
|
(8535, 'Why should I answer that? Do you tell fortunes when people shake YOU?', 23224, 31, 15, 0, 100, 0, 0, 0, 21191),
|
|
(8536, 'Yes, it will rain. That\'s not what you asked? Too bad!', 23224, 32, 15, 0, 100, 0, 0, 0, 21192),
|
|
(8537, 'I\'m sorry, I can only speak Demonic.', 23224, 33, 15, 0, 100, 0, 0, 0, 21193),
|
|
(8538, 'Yes! I mean no! I mean... which answer gets me out of here?', 23224, 34, 15, 0, 100, 0, 0, 0, 21194),
|
|
(8539, 'Yes, No, Maybe so.', 23224, 35, 15, 0, 100, 0, 0, 0, 21195),
|
|
(8540, 'It won\'t matter, you\'ll be dead by tomorrow.', 23224, 36, 15, 0, 100, 0, 0, 0, 21196),
|
|
(8541, 'You should be asking "Is that rogue behind me going to kill me?"', 23224, 37, 15, 0, 100, 0, 0, 0, 21197),
|
|
(8542, 'It\'s times like these that I wish I had a longer cooldown.', 23224, 38, 15, 0, 100, 0, 0, 0, 21198),
|
|
(8543, '%s shrugs. Who knows?', 23224, 39, 15, 0, 100, 0, 0, 0, 21199),
|
|
(8544, 'It\'s like my mother always said: [Demonic] "Razxx khaj jhashxx xashjx."', 23224, 40, 15, 0, 100, 0, 0, 0, 21205),
|
|
(8545, '%s is ignoring you.', 23224, 41, 15, 0, 100, 0, 0, 0, 21206),
|
|
(8546, 'Why me? Why not a goblin, or a gnome...', 23224, 42, 15, 0, 100, 0, 0, 0, 21207),
|
|
(8547, 'What happens in the twisting nether, stays in the twisting nether.', 23224, 43, 15, 0, 100, 0, 0, 0, 21208),
|
|
(8548, 'Avoid taking unnecessary gambles. Your lucky numbers are two, two and half, and eleven-teen.', 23224, 44, 15, 0, 100, 0, 0, 0, 21209),
|
|
(8549, 'Wouldn\'t you like to know?', 23224, 45, 15, 0, 100, 0, 0, 0, 21210),
|
|
(8550, 'Oh, oh, oh! I can see this one clearly... Nah, lost it.', 23224, 46, 15, 0, 100, 0, 0, 0, 21211),
|
|
(8551, 'This was NOT in my contract!', 23224, 47, 15, 0, 100, 0, 0, 0, 21212),
|
|
(8552, 'XRA RAHKI MAZIZRA!', 23224, 48, 15, 0, 100, 0, 0, 0, 21213),
|
|
(8553, '4 8 15 16 23 42', 23224, 49, 15, 0, 100, 0, 0, 0, 21214),
|
|
(8554, 'Are you making fun of me?', 23224, 50, 15, 0, 100, 0, 0, 0, 21215),
|
|
(8555, 'What kind of imp do you think I am?', 23224, 51, 15, 0, 100, 0, 0, 0, 21216),
|
|
(8556, 'Say please.', 23224, 52, 15, 0, 100, 0, 0, 0, 21217),
|
|
(8557, 'Want to trade places?', 23224, 53, 15, 0, 100, 0, 0, 0, 21218),
|
|
(8558, 'Do you ask this question to everything that\'s trapped in a ball?', 23224, 54, 15, 0, 100, 0, 0, 0, 21219),
|
|
(8559, 'Hey! You try arranging furniture with some jerk shaking your house!', 23224, 55, 15, 0, 100, 0, 0, 0, 21220),
|
|
(8560, 'I can make that happen. Just sign below the dotted line...', 23224, 56, 15, 0, 100, 0, 0, 0, 21221),
|
|
(8561, 'Reply hazy and slightly damp. Dry thoroughly and try again.', 23224, 57, 15, 0, 100, 0, 0, 0, 21222),
|
|
(8562, 'Concentrate (on releasing me from this infernal prison) and try again later.', 23224, 58, 15, 0, 100, 0, 0, 0, 21223),
|
|
(8563, 'Please insert 25 silver pieces and try again.', 23224, 59, 15, 0, 100, 0, 0, 0, 21224),
|
|
(8564, 'Are you my pal, Danny?', 23224, 60, 15, 0, 100, 0, 0, 0, 21225),
|
|
(8565, 'You remember the time you tried to drill that hole in your head?', 23224, 61, 15, 0, 100, 0, 0, 0, 21226),
|
|
(8566, 'Oh that\'s right, don\'t make any effort to make your own fortune!', 23224, 62, 15, 0, 100, 0, 0, 0, 21227),
|
|
(8567, 'Two words - imp-possible!', 23224, 63, 15, 0, 100, 0, 0, 0, 21228),
|
|
(8568, 'You need Arcane Intellect, because that answer is obvious! NO!', 23224, 64, 15, 0, 100, 0, 0, 0, 21229),
|
|
(8569, 'Not on your life!', 23224, 65, 15, 0, 100, 0, 0, 0, 21230),
|
|
(8570, 'I don\'t have to be a fortune-telling imp to know the answer to that one - NO!', 23224, 66, 15, 0, 100, 0, 0, 0, 21231),
|
|
(8571, 'The odds are 32.33 (repeating of course) percent chance of success.', 23224, 67, 15, 0, 100, 0, 0, 0, 21232),
|
|
(8572, 'When Blackrock freezes over!', 23224, 68, 15, 0, 100, 0, 0, 0, 21233),
|
|
(8573, 'Hahahaha, you\'re kidding right?', 23224, 69, 15, 0, 100, 0, 0, 0, 21234),
|
|
(8574, 'Inconceivable!', 23224, 70, 15, 0, 100, 0, 0, 0, 21235),
|
|
(8575, 'My sources say "no". Before the torture, that is.', 23224, 71, 15, 0, 100, 0, 0, 0, 21236),
|
|
(8576, 'That\'s about as likely as me getting out of this ball.', 23224, 72, 15, 0, 100, 0, 0, 0, 21237),
|
|
(8577, 'You picked the wrong time to shake me today, buddy! Prepare for disappointment.', 23224, 73, 15, 0, 100, 0, 0, 0, 21238),
|
|
(8578, 'Not unless you\'re some kind of super-person. And don\'t kid yourself, you\'re not.', 23224, 74, 15, 0, 100, 0, 0, 0, 21239),
|
|
(8579, 'That\'s about as likely as me getting a date with a succubus.', 23224, 75, 15, 0, 100, 0, 0, 0, 21240),
|
|
(8580, 'My fortune telling powers are immeasurable - your chances are though: NO CHANCE', 23224, 76, 15, 0, 100, 0, 0, 0, 21241),
|
|
(8581, 'NO - and don\'t try shaking me again for a better answer!', 23224, 77, 15, 0, 100, 0, 0, 0, 21242),
|
|
(8582, 'Yes is my answer...', 23224, 78, 15, 0, 100, 0, 0, 0, 21243),
|
|
(8583, '...NOT!', 23224, 79, 15, 0, 100, 0, 0, 0, 21244),
|
|
(8584, 'I\'m gonna have to give this one the big N-O.', 23224, 80, 15, 0, 100, 0, 0, 0, 21245),
|
|
(8585, 'The outlook is very bad - for YOU that is! Haha, take it!', 23224, 81, 15, 0, 100, 0, 0, 0, 21246),
|
|
(8586, 'Survey says: BZZZT!', 23224, 82, 15, 0, 100, 0, 0, 0, 21247),
|
|
(8587, 'Kroshius live? Kroshius crush!', 14467, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(8588, '%s gains fuel.', 25334, 0, 41, 0, 100, 0, 0, 0, 26171),
|
|
(8589, 'How predictable! But then, who would expect a rock to think like anything other than one?', 29368, 0, 12, 0, 100, 11, 0, 0, 30895),
|
|
(8590, 'If you\'re so eager to fight, I\'ll oblige you. But know that nothing you do here can prevent the completion of the iron colossus!', 29368, 0, 12, 0, 100, 274, 0, 0, 30896),
|
|
(8591, 'At last, the tyranny of the stormforged is at its end!', 29801, 0, 12, 0, 100, 25, 0, 0, 30891),
|
|
(8592, 'We\'ve defeated Valduran and we\'ll fell his colossus.', 29801, 0, 12, 0, 100, 0, 25, 0, 33052),
|
|
(8593, 'No more will your minions assail the creatures of stone and their allies.', 30152, 0, 12, 0, 100, 1, 0, 0, 30893),
|
|
(8594, 'I am your doom, Valduran!', 30152, 0, 12, 0, 100, 15, 0, 0, 30894),
|
|
(8595, 'Well fought! The day is ours, but the war goes on!', 30152, 0, 12, 0, 100, 4, 0, 0, 33053),
|
|
(8596, 'When I stumbled upon the Suntara stones at the Grimesilt Digsite, the power of Ragnaros surged through my being. It was Ragnaros that gave me a purpose.', 8421, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8597, 'It was the will of Ragnaros that Obsidion be built. Obsidion will destroy the Blackrock orcs of Blackrock Spire, uniting us with our bretheren in the fiery depths.', 8421, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8598, 'And ultimately, it was Ragnaros that named me when I was reborn as an acolyte of fire: Lathoric... Lathoric the Black.', 8421, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8599, 'Your task is complete. Prepare to meet your doom.', 8391, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8600, 'Obsidion, Rise and Serve your Master!', 8391, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8601, 'My beautiful mill. You! You\'ll die for this!', 27238, 0, 12, 0, 100, 0, 0, 0, 26418),
|
|
(8602, 'Thel\'zan\'s phylactery drops to the ground beneath Icestorm', 26287, 0, 41, 0, 100, 0, 0, 0, 27125),
|
|
(8603, 'I\'ll flush her out, $N! You just be ready for her when she comes in!', 27843, 0, 12, 0, 100, 1, 0, 0, 27120),
|
|
(8604, 'FIRE! FIRE! BRING HER DOWN!', 27844, 0, 14, 0, 100, 0, 0, 0, 27123),
|
|
(8605, 'You challenge Kaw, destroyer of mammoths? Then face me and feel my thunder!', 25802, 0, 14, 0, 100, 0, 0, 0, 25071),
|
|
(8606, 'I was... once like you. Mortal. Soft. Only flesh and bone. WEAK AND TIMID!', 27383, 0, 14, 0, 100, 0, 0, 0, 27157),
|
|
(8607, 'Our lord, Arthas saw in me the frailty of man.', 27383, 0, 14, 0, 100, 0, 0, 0, 27159),
|
|
(8608, '"Serve me in life and I will promise to rend the weakness from your soul. To erase it from existence!" To be chosen... blessed by the Lich King in such a way.', 27383, 0, 14, 0, 100, 0, 0, 0, 27160),
|
|
(8609, 'So serve him I did... Were it not for me the glorious dread citadel of Naxxramas may never have returned to Northrend.', 27383, 0, 14, 0, 100, 0, 0, 0, 27161),
|
|
(8610, 'But enough talk... You have fought hard and come from the distant reaches of this world to face the Duskbringer. I shall not disappoint...', 27383, 0, 14, 0, 100, 0, 0, 0, 27162),
|
|
(8611, 'Just as our lord saved me, so too shall I save you!', 27383, 0, 14, 0, 100, 0, 0, 0, 27163),
|
|
(8612, 'THIS WILL BE THE LAST TIME YOU UTTER THAT NAME, PALADIN! Breathe your dying breath!', 27383, 0, 14, 0, 100, 0, 0, 0, 27176),
|
|
(8613, 'Rise, my minions! Your master commands it!', 27383, 0, 14, 0, 100, 0, 0, 0, 27164),
|
|
(8614, 'What is it?', 27713, 0, 12, 0, 100, 0, 0, 0, 27143),
|
|
(8615, 'Is this the end? If we stop this bastard now, is victory assured at the Wrathgate?', 27713, 1, 12, 0, 100, 0, 0, 0, 27146),
|
|
(8616, 'Let it be known that it has been an honor and a privilege fighting alongside all of you.', 27713, 2, 12, 0, 100, 0, 0, 0, 27148),
|
|
(8617, 'Death comes for us all eventually, but sometimes it comes a little faster than anticipated. Today we call that blind heroics... Tomorrow someone may call it stupidity.', 27713, 3, 12, 0, 100, 0, 0, 0, 27150),
|
|
(8618, 'Come on... Let\'s get this over with!', 27713, 4, 12, 0, 100, 0, 0, 0, 27149),
|
|
(8619, 'It looks like a gateway to hell!', 27713, 5, 12, 0, 100, 0, 0, 0, 27144),
|
|
(8620, 'I\'m getting a little worried. Where is this hero that is supposed to lead us into battle?', 27713, 6, 12, 0, 100, 0, 0, 0, 27147),
|
|
(8621, 'If I don\'t make it back to Wintergarde, let my family know that I did my best and that I love them...', 27713, 7, 12, 0, 100, 0, 0, 0, 27145),
|
|
(8622, 'It\'s the Highlord!', 27713, 0, 12, 0, 100, 0, 0, 0, 27178),
|
|
(8623, 'Steel yourselves, soldiers. $N has provided us us with the final piece of this puzzle. The dread lich, Thel\'zan, will soon come out of hiding, only to be rendered powerless against us!', 27857, 0, 12, 0, 100, 0, 0, 0, 27155),
|
|
(8624, 'It is this phylactery, Thel\'zan\'s phylactery - that is the key to this victory!', 27857, 0, 12, 0, 100, 0, 0, 0, 27156),
|
|
(8625, 'LEGION, STEADY YOURSELVES!', 27857, 0, 12, 0, 100, 0, 0, 0, 27158),
|
|
(8626, 'Honor, courage, compassion and justice! Those were once the virtues you fought for as a cleric of the Argent Dawn, Thel\'zan.', 27858, 0, 14, 0, 100, 0, 0, 0, 27173),
|
|
(8627, 'You dedicated your whole life to fighting the Scourge. You saw what they did to our beloved Lordaeron. The Lich King took everything from you!', 27858, 0, 14, 0, 100, 0, 0, 0, 27174),
|
|
(8628, 'So how, then, did Father Inigo Montoy, bastion of virtue for the Argent Dawn, become the embodiment of that which he hated most?', 27858, 0, 12, 0, 100, 0, 0, 0, 27175),
|
|
(8629, 'Now, be free and join the battle! Let us end this together!', 27858, 0, 12, 0, 100, 0, 0, 0, 27182),
|
|
(8630, 'Victory for the Alliance!', 27858, 0, 14, 0, 100, 0, 0, 0, 27180),
|
|
(8631, 'You have saved Wintergarde! With Thel\'zan\'s filth washed away, the 7th Legion will easily clean up the remaining Scourge. When you are done here, report to Angrathar!', 27858, 0, 12, 0, 100, 0, 0, 0, 27181),
|
|
(8632, 'You\'ve got it all wrong. I\'m a subjugator!', 32236, 1, 12, 0, 100, 0, 0, 0, 32636),
|
|
(8633, 'It was an accident. I was framed. Don\'t drop me!', 32236, 0, 12, 0, 100, 0, 0, 0, 32637),
|
|
(8634, 'What?!', 32236, 2, 12, 0, 100, 0, 0, 0, 32630),
|
|
(8635, 'Okay, who\'s the joker that threw an orb at me?', 32236, 1, 12, 0, 100, 0, 0, 0, 32633),
|
|
(8636, 'I feel funny all of a sudden. Er?!', 32236, 0, 12, 0, 100, 0, 0, 0, 32632),
|
|
(8637, 'NOOOOOO!', 32236, 2, 12, 0, 100, 0, 0, 0, 32634),
|
|
(8638, 'You dare summon me?', 22911, 0, 14, 0, 100, 15, 0, 0, 20733),
|
|
(8639, 'Now me grow bigger and crush you!', 22911, 0, 14, 0, 100, 0, 0, 0, 21264),
|
|
(8640, 'Hey, who rang the bell?', 27247, 0, 12, 0, 100, 0, 0, 0, 26610),
|
|
(8641, 'I know a place nearby where we can speak in private, my child. Follow me.', 27439, 0, 12, 0, 100, 0, 0, 0, 26629),
|
|
(8642, 'Did you think that I could not see through your flimsy disguise, $N?', 27439, 0, 12, 0, 100, 0, 0, 0, 26631),
|
|
(8643, 'There is much that you do not understand, $R. The Master sees all.', 27439, 0, 12, 0, 100, 0, 0, 0, 26632),
|
|
(8644, 'He told me that you would come for me. I won\'t die by your hand, though. I have seen what you have done to my compatriots.', 27439, 0, 12, 0, 100, 0, 0, 0, 26633),
|
|
(8645, 'No. I will leave this world in a manner of my own choosing. And I will return, the grand admiral\'s will permitting!', 27439, 0, 12, 0, 100, 0, 0, 0, 26634),
|
|
(8646, 'AAAEEEEIIIiiiiiiiiiiiiiiiiiiiiiiiiiiii........................................', 27439, 0, 12, 0, 100, 0, 0, 0, 26636),
|
|
(8647, 'ARGH! BOOTERANG!', 23311, 0, 12, 0, 100, 0, 0, 0, 21335),
|
|
(8648, 'AYAYA! One day me have dat booterang...', 23311, 1, 12, 0, 100, 0, 0, 0, 21336),
|
|
(8649, 'HEY! No more booterang! Me sorry! Me work!', 23311, 2, 12, 0, 100, 0, 0, 0, 21332),
|
|
(8650, 'OOF! Booterang hurted me! Me tink work better den booterang!', 23311, 3, 12, 0, 100, 0, 0, 0, 21333),
|
|
(8651, 'OWWWW! Ok, ok, me go back to work!', 23311, 4, 12, 0, 100, 0, 0, 0, 21331),
|
|
(8652, 'WHY IT PUT DA BOOTERANG ON DA SKIN?? WHY??', 23311, 5, 12, 0, 100, 0, 0, 0, 21334),
|
|
(8653, 'You is bad orc... baaad... or... argh!', 23311, 6, 12, 0, 100, 0, 0, 0, 21223),
|
|
(8654, 'That\'s correct. My men report that the roads from here to the shore are held by the undead. You\'ll need to find an alternate route back to your ships.', 27492, 0, 12, 0, 100, 378, 4000, 12724, 26712),
|
|
(8655, 'By royal edict, you men are to return to Lordaeron immediately. Lord Uther has convinced the king to recall this expedition.', 27492, 0, 12, 0, 100, 25, 3500, 12723, 26710),
|
|
(8656, 'To hell with the undead! We\'ll cut our way through the woods, men!', 27476, 0, 12, 0, 100, 22, 3000, 12721, 26713),
|
|
(8657, 'Well, milord, your father had our troops recalled at Lord Uther\'s request.', 27476, 0, 12, 0, 100, 1, 3000, 12722, 26715),
|
|
(8658, 'I apologize, emissary, but the prince is away on an errand. Wha brings you to this desolate place?', 27476, 0, 12, 0, 100, 1, 3000, 12719, 26709),
|
|
(8659, 'We\'re to just pick up and leave?', 27476, 0, 12, 0, 100, 6, 1500, 12720, 26711),
|
|
(8660, 'Shcourged trooolls roashting....', 26604, 0, 12, 0, 100, 0, 0, 0, 27290),
|
|
(8661, '...on an open fire.....', 26604, 0, 12, 0, 100, 0, 0, 0, 27291),
|
|
(8662, 'That\'s it! Far as I got... Whatd\'ya think?', 26604, 0, 12, 0, 100, 0, 0, 0, 27292),
|
|
(8663, 'Who dares to interrupt my operation?', 21057, 0, 14, 0, 100, 0, 0, 0, 18714),
|
|
(8664, 'The horn! Use the horn on it while it\'s weak!', 30388, 0, 14, 0, 100, 1, 1000, 0, 31183),
|
|
(8665, 'That horn is... MINE!', 30474, 0, 14, 0, 100, 1, 2000, 0, 31195),
|
|
(8666, 'I will never allow you to use the Horn of Elemental Fury against us! Die, weakling!', 30474, 0, 14, 0, 100, 1, 3000, 0, 31181),
|
|
(8667, 'Fool! You will never defeat me!', 30474, 0, 14, 0, 100, 1, 1200, 0, 31180),
|
|
(8668, 'You\'ll pay for that!', 9537, 0, 12, 0, 100, 0, 0, 0, 4936),
|
|
(8669, 'Get away from those kegs!', 9537, 0, 14, 0, 100, 0, 0, 0, 4934),
|
|
(8670, 'You\'re in luck. I\'ve got just what you need in the load I\'m about to wash.', 36856, 0, 12, 0, 100, 0, 0, 0, 36761),
|
|
(8671, 'See the piles of laundry and the bucket of water? I\'ll run out what I need next, and you put it in the tub. Ready?', 36856, 0, 12, 0, 100, 0, 0, 0, 36762),
|
|
(8672, 'Quick, add some shirts to the laundry!', 36856, 0, 12, 0, 100, 0, 0, 0, 36788),
|
|
(8673, 'Add the unmentionables... uh, I mean, the \'delicates\'!', 36856, 0, 12, 0, 100, 25, 0, 0, 36789),
|
|
(8674, 'The tub needs more water!', 36856, 0, 12, 0, 100, 25, 0, 0, 36790),
|
|
(8675, 'Toss some pants in to the tub!', 36856, 0, 12, 0, 100, 25, 0, 0, 36787),
|
|
(8676, 'I should keep you around.', 36856, 0, 12, 0, 100, 0, 0, 0, 37989),
|
|
(8677, 'Well done!', 36856, 1, 12, 0, 100, 0, 0, 0, 36764),
|
|
(8678, 'That\'s how it\'s done!', 36856, 2, 12, 0, 100, 0, 0, 0, 37986),
|
|
(8679, 'Clean and tidy!', 36856, 3, 12, 0, 100, 0, 0, 0, 37985),
|
|
(8680, 'Nice. I don\'t want to know what that stain was.', 36856, 4, 12, 0, 100, 0, 0, 0, 37987),
|
|
(8681, 'Aquanos can hardly keep up!', 36856, 5, 12, 0, 40, 0, 0, 0, 37988),
|
|
(8682, 'Oh, no! That wasn\'t right. Now I\'ll have to go get more detergent so we can start over!', 36856, 0, 12, 0, 100, 0, 0, 0, 36763),
|
|
(8683, 'Aquanos, stop sending the clothes so high! You didn\'t have to see the look on Aethas Sunreaver\'s face when he found his pants in the fountain!', 36856, 0, 12, 0, 100, 0, 0, 0, 36817),
|
|
(8684, 'See how easy that was with everyone working together? Just take what you need from the clean laundry here, but don\'t forget to return it when you\'re finished.', 36856, 0, 12, 0, 100, 0, 0, 0, 36791),
|
|
(8685, 'Tickets! Redeem your Darkmoon Faire Prize Tickets here! Wondrous and exotic prizes are waiting for you!', 14828, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8686, 'Five tickets or two-hundred and fifty, it doesn\'t matter friend, everybody is a winner!', 14828, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8687, 'All it takes is five or more and you\'re on your way to the most wondrous prizes on all of Azeroth. Everybody is a winner!', 14828, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8688, 'Mysterious prizes await the adventurous. Step right up, step right up!', 14828, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8689, 'Faire\'s a coming!', 14849, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8690, 'Can\'t you see I have work to do here?', 14849, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8691, 'Won\'t be long now until the Darkmoon Faire opens. Come back later and check to see if we\'re done.', 14849, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8692, 'That\'s right friend! The Darkmoon Faire is going to be right here. Just as soon as I unload those huge wagons, put up all the tents, erect the zoo and pour the drinks. Make sure you come back!', 14849, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8693, 'Having a good time?', 14849, 4, 12, 0, 100, 0, 0, 0, 0),
|
|
(8694, 'Sure are a lot of litter bugs around here.', 14849, 5, 12, 0, 100, 0, 0, 0, 0),
|
|
(8695, 'Don\'t forget to buy refreshments and souvenirs!', 14849, 6, 12, 0, 100, 0, 0, 0, 0),
|
|
(8696, 'The Darkmoon Faire is the greatest show on all of Azeroth!', 14849, 7, 12, 0, 100, 0, 0, 0, 0),
|
|
(8697, 'It\'s getting away!', 14860, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8698, 'Get back here!', 14860, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8699, 'Hey, someone help me catch this thing!', 14860, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8700, 'Frogs and leather balls for sale!', 14860, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8701, 'Come and take a look at my wares while you still can. We\'re here all week, and then we\'re off to some far off land.', 14846, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8702, 'Darkmoon Faire Cards? See the Professor here for those. Come see me if you are a dealer in hard to come by antiquities and artifacts.', 14846, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8703, 'Every item that I have for sale I acquired myself. You have my personal guarantee of authenticity.', 14846, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8704, 'Have you any idea what I go through to bring these incomparable valuables to sell? Come see them all for yourself!', 14846, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8705, 'Jubjub? Where are you, Jubjub? Oh no! Where did you go this time!', 14871, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8706, 'If you wait to come see me, there may be nothing left!', 14847, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8707, 'Have you any Darkmoon Faire Cards? Come speak with me to learn more about them if you dare!', 14847, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8708, 'Welcome one and all to the greatest show on all of Azeroth... the Darkmoon Faire! Adventure and exitement await, don\'t be shy! Mysteries and prizes for both the young and the old are here for the taking. And be sure to speak with the professor about any Darkmoon Cards that you have come across during your travels!', 14847, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8709, 'Come speak with me if you are a purveyor of the unusual, or if you have any Darkmoon Faire cards.', 14847, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8710, 'Fear not! All fortunes can be discerned for those who know the way.', 14822, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8711, 'The longer you wait, the less future you have for me to foretell.', 14822, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8712, 'Come speak with me, and what once was cloudy shall become crystal clear.', 14822, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8713, 'Come to me true believers, and see what the future holds for you!', 14822, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8714, 'Welcome one and all to the greatest show on all of Azeroth... the Darkmoon Faire! Adventure and excitement await, don\'t be shy! Mysteries and prizes for both the young and the old are here for the taking. And be sure to speak with the professor about any Darkmoon Cards that you have come across during your travels!', 14823, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8715, 'Come one, come all. Welcome to the Darkmoon Faire! Don\'t be shy. Step right up to Lhara and buy yourself an exotic artifact from far off lands. If you\'re one of the lucky few who have found Darkmoon Cards, have a word with Professor Paleo. Hungry? Thirsy? You\'re in luck! Refreshments are available right here from Sylannia and Stamp. I recommend the Darkmoon Special Reserve to wash down some Red Hot Wings. And if the future is what you seek, then run, don\'t walk, to speak with Sayge.', 14823, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8716, 'We\'re back and better than ever! It\'s the Darkmoon Faire friend, and it\'s your lucky day! Sparing no expense, we\'ve gathered wonders and treats from around the world for your delight. Wheather you\'re young or old, rich or poor, the Darkmoon Faire has it all! Be sure to turn in your Darkmoon Faire Prize Tickets to Gelvas Grimegate, and choose from several exotic and wonderous prizes!', 14823, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8717, 'Welcome one and all to the Darkmoon Faire, the greatest event in the world! We have it all... delicious food, strong drink, exotic artifacts, fortunes read, amazing prizes and excitement without end! Don\'t forget to turn in your Darkmoon Faire Prize Tickets to Gelvas Grimegate! All it takes is five or more and you\'re on your way to the most wonderous prizes on all of Azeroth. Everybody is a winner!', 14823, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8718, 'Everyone enjoying themselves so far? That\'s great! Welcome to the Darkmoon Faire, the greatest show in all of Azeroth! Make sure you speak with Yebb and his friends here while you\'re taking in Neblegear\'s Darkmoon Zoo Bizarre.', 14823, 4, 12, 0, 100, 0, 0, 0, 0),
|
|
(8719, 'Greetings friends, and welcome to the greatest show on Azeroth!$B$BPlease, step right up and take in all we have to offer. Ride the rides and see the sights! Amaze at the wonders that the Darkmoon Faire has uncovered in this vast and mysterious world! We have spared no expense in bringing you excitement that children of all ages will delight in!', 14823, 5, 12, 0, 100, 0, 0, 0, 0),
|
|
(8720, 'Darkmoon Dogs fresh off the grill. Come and get em while they\'re hot!', 14845, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8721, 'Step right up! Get your Red Hot Wings right here!', 14845, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8722, 'I recommend the Darkmoon Special Reserve to wash down some Red Hot Wings. And if the future is what you seek, then run, don\'t walk, to speak with Sayge.', 14845, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8723, 'For a limited time only, Crunchy Frog available exclusively here at the Darkmoon Faire.', 14845, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8724, 'You\'ve got money and we\'ve got food. What are you waiting for?!', 14845, 4, 12, 0, 100, 0, 0, 0, 0),
|
|
(8725, 'Huzzah for the tipper! Step right up and get your delicious, cold drinks right here!', 14844, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8726, 'Just in... another batch of Darkmoon Special Reserve. Come get yours before they\'re all gone!', 14844, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8727, 'You there! Yes you! You look thirsty. Get over here, I have just what you need!', 14844, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8728, 'Cheap beer! Get your Cheap Beer right here!', 14844, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8730, 'Ours is the true horde! The only horde!', 30739, 0, 14, 0, 100, 0, 0, 10323, 0),
|
|
(8731, 'I\'ll carve the meat from your bones!', 30739, 0, 14, 0, 100, 0, 0, 10324, 0),
|
|
(8732, 'I am called Bladefists for a reason... as you will see!', 30739, 0, 14, 0, 100, 0, 0, 10325, 0),
|
|
(8733, 'For the real horde!', 30739, 0, 14, 0, 100, 0, 0, 10326, 0),
|
|
(8734, 'I am the only warchief!', 30739, 0, 14, 0, 100, 0, 0, 10327, 0),
|
|
(8735, 'The true horde... will... prevail!', 30739, 0, 14, 0, 100, 0, 0, 10328, 0),
|
|
(8736, 'You were looking for me, child? Why do you come to kill me, $n? I only wish to help.', 25834, 1, 12, 0, 100, 1, 3500, 0, 0),
|
|
(8737, 'Now that I have been reassembled, we can return to a time of perfection...the time of the Titans!', 25834, 2, 12, 0, 100, 1, 3500, 0, 0),
|
|
(8738, 'But, I can see it in your eyes, hear it in your pulse rate. You would destroy me despite my offer of immortality!', 25834, 3, 12, 0, 100, 25, 2500, 0, 0),
|
|
(8739, 'Very well. It saddens me that it has come to this. I look upon all of you as if you were my children. I will slay you if I must!', 25834, 4, 12, 0, 100, 25, 2500, 0, 0),
|
|
(8740, 'Wretched, meddling insects! Release me, and perhaps I will grant you a merciful death!', 17257, 0, 14, 0, 0, 0, 0, 10247, 0),
|
|
(8741, 'Vermin! Leeches! Take my blood and choke on it!', 17257, 0, 14, 0, 0, 0, 0, 10248, 0),
|
|
(8742, 'Illidan is an arrogant fool! I will crush him and reclaim Outland as my own!', 17257, 0, 14, 0, 0, 0, 0, 10249, 0),
|
|
(8743, 'Away, you mindless parasites! My blood is my own!', 17257, 0, 14, 0, 0, 0, 0, 10250, 0),
|
|
(8744, 'How long do you believe your pathetic sorcery can hold me?', 17257, 0, 14, 0, 0, 0, 0, 10251, 0),
|
|
(8745, 'My blood will be the end of you!', 17257, 0, 14, 0, 0, 0, 0, 10252, 0),
|
|
(8746, 'My blood will be the end of you!', 17257, 0, 14, 0, 0, 0, 0, 10253, 0),
|
|
(8747, 'Thank you for releasing me. Now... die!', 17257, 0, 14, 0, 0, 0, 0, 10254, 0),
|
|
(8748, 'I... am... unleashed!', 17257, 0, 14, 0, 0, 0, 0, 10255, 0),
|
|
(8749, 'Not again... NOT AGAIN!', 17257, 0, 14, 0, 0, 0, 0, 10256, 0),
|
|
(8750, 'The Legion... will consume you... all....', 17257, 0, 14, 0, 0, 0, 0, 10258, 0),
|
|
(8751, 'Did you think me weak? Soft? Who is the weak one now?!', 17257, 0, 14, 0, 0, 0, 0, 10255, 0),
|
|
(8752, 'I will not be taken so easily. Let the walls of this prison tremble... and FALL!!!', 17257, 0, 14, 0, 0, 0, 0, 10257, 0),
|
|
(8753, 'Ha! Much better!', 20886, 0, 14, 0, 0, 0, 0, 11240, 0),
|
|
(8754, 'Drakkari gonna kill anybody who trespass on these lands!', 29304, 0, 14, 0, 0, 0, 0, 14443, 0),
|
|
(8755, 'None can stand against the Serpent Lords!', 3671, 0, 14, 0, 0, 0, 0, 5786, 0),
|
|
(8756, 'You will never wake the dreamer!', 3669, 0, 14, 0, 0, 0, 0, 5785, 0),
|
|
(8757, 'The coils of death... Will crush you!', 3670, 0, 14, 0, 0, 0, 0, 5787, 0),
|
|
(8758, 'I am the serpent king, i can do anything!', 3673, 0, 14, 0, 0, 0, 0, 5788, 0),
|
|
(8760, 'Aah, fresh meat!', 1716, 0, 0, 0, 0, 0, 0, 0, 0),
|
|
(8759, 'I\'ll crush you!', 1717, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8762, 'That one maybe not so good to eat now, stupied Garfrost! BAD! BAD!', 36494, 0, 14, 0, 0, 0, 0, 16914, 0),
|
|
(8763, 'Will save.. for snack for.. for later!', 36494, 0, 14, 0, 0, 0, 0, 16913, 0),
|
|
(8764, 'Garfrost hope giant underpants clean. Save boss great shame. For later.', 36494, 0, 14, 0, 0, 0, 0, 16915, 0),
|
|
(8765, 'Axe too weak. Garfrost make better weapon and crush you!', 36494, 0, 14, 0, 0, 0, 0, 16916, 0),
|
|
(8766, 'Garfrost tired of puny mortals, soon your bones will FREEZE!', 36494, 0, 14, 0, 0, 0, 0, 16917, 0),
|
|
(8767, 'Our work must not be interrupted! Ick! Take care of them!', 36477, 0, 14, 0, 0, 0, 0, 16926, 0),
|
|
(8768, 'Ooh...We could probably use these parts!', 36477, 0, 14, 0, 0, 0, 0, 16927, 0),
|
|
(8769, 'Arms and legs are in short supply...Thanks for your contribution!', 36477, 0, 14, 0, 0, 0, 0, 16928, 0),
|
|
(8770, 'Quickly! Poison them all while they\'re still close!', 36477, 0, 14, 0, 0, 0, 0, 16930, 0),
|
|
(8771, 'No! That one! That one! Get that one!', 36477, 0, 14, 0, 0, 0, 0, 16931, 0),
|
|
(8772, 'I\'ve changed my mind...go get that one instead!', 36477, 0, 14, 0, 0, 0, 0, 16932, 0),
|
|
(8773, 'What are you attacking him for? The dangerous one is over there,fool!', 36477, 0, 14, 0, 0, 0, 0, 16933, 0),
|
|
(8774, 'Enough moving around! Hold still while I blow them all up!', 36477, 0, 14, 0, 0, 0, 0, 16929, 0),
|
|
(8775, 'Wait! Stop! Don\'t kill me, please! I\'ll tell you everything!', 36477, 0, 14, 0, 0, 0, 0, 16934, 0),
|
|
(8776, 'I\'m not so naive as to believe your appeal for clemency, but I will listen.', 36993, 0, 14, 0, 0, 0, 0, 16611, 0),
|
|
(8777, 'Why should the Banshee Queen spare your miserable life?', 36990, 0, 14, 0, 0, 0, 0, 17033, 0),
|
|
(8778, 'What you seek is in the master\'s lair, but you must destroy Tyrannus to gain entry. Within the Halls of Reflection you will find Frostmourne. It... it holds the truth.', 36477, 0, 14, 0, 0, 0, 0, 16935, 0),
|
|
(8779, 'Frostmourne lies unguarded? Impossible!', 36993, 0, 14, 0, 0, 0, 0, 16612, 0),
|
|
(8780, 'Frostmourne? The Lich King is never without his blade! If you are lying to me...', 36990, 0, 14, 0, 0, 0, 0, 17034, 0),
|
|
(8781, 'I swear it is true! Please, don\'t kill me!!', 36477, 0, 14, 0, 0, 0, 0, 16936, 0),
|
|
(8782, 'Worthless gnat! Death is all that awaits you!', 36477, 0, 14, 0, 0, 0, 0, 16753, 0),
|
|
(8783, 'Urg... no!!', 36477, 0, 14, 0, 0, 0, 0, 16937, 0),
|
|
(8784, 'Do not think that I shall permit you entry into my master\'s sanctum so easily. Pursue me if you dare.', 36477, 0, 14, 0, 0, 0, 0, 16754, 0),
|
|
(8785, 'What a cruel end. Come, heroes. We must see if the gnome\'s story is true. If we can separate Arthas from Frostmourne, we might have a chance at stopping him.', 36993, 0, 14, 0, 0, 0, 0, 16613, 0),
|
|
(8786, 'A fitting end for a traitor. Come, we must free the slaves and see what is within the Lich King\'s chamber for ourselves.', 36990, 0, 14, 0, 0, 0, 0, 17035, 0),
|
|
(8787, 'Deathstalker Adamant fumbles with the rusty lock on the courtyard door.', 3849, 0, 16, 1, 100, 0, 0, 0, 0),
|
|
(8788, 'Sorcerer Ashcrombe vanishes.', 3850, 0, 16, 0, 100, 0, 0, 0, 0),
|
|
(8789, 'I have changed my mind loyal servants, you do not need to bring the prisoner all the way to my study, I will deal with him here and now.', 10000, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8790, 'Vincent! You and your pathetic ilk will find no more success in routing my sons and I than those beggardly remnants of the Kirin Tor.', 10000, 1, 12, 0, 100, 0, 0, 0, 0),
|
|
(8791, 'If you will not serve my Master with your sword and knowledge of his enemies...', 10000, 2, 12, 0, 100, 0, 0, 0, 0),
|
|
(8792, 'Your moldering remains will serve ME as a testament to what happens when one is foolish enough to trespass in my domain!', 10000, 3, 12, 0, 100, 0, 0, 0, 0),
|
|
(8793, 'Arrrgh!', 4444, 0, 12, 0, 100, 0, 0, 0, 0),
|
|
(8794, 'You, too, shall serve!', 4275, 0, 14, 0, 100, 0, 0, 5793, 0),
|
|
(8795, 'Another Falls!', 4275, 0, 14, 0, 100, 0, 0, 5795, 0),
|
|
(8796, 'Release your rage!', 4275, 0, 14, 0, 100, 0, 0, 5797, 0),
|
|
(8799, 'Selama amor\'anore!', 22949, 0, 14, 0, 50, 0, 0, 11423, 0),
|
|
(8800, 'I have better things to do!', 22949, 0, 14, 0, 50, 0, 0, 11422, 0),
|
|
(8801, 'Lord Illidan... I...', 22949, 0, 14, 0, 50, 0, 0, 11425, 0),
|
|
(8802, 'So eager you are, for my blood to spill. Yet to vanquish me, \'tis my head you must kill!', 23543, 0, 14, 0, 100, 0, 0, 11969, 0),
|
|
(8803, 'Prepare yourselves, the bells have tolled! Shelter your weak, your young, and your old! Each of you shall pay the final sum. Cry for mercy, the reckoning has come!', 23543, 0, 14, 0, 100, 0, 0, 11966, 0),
|
|
(8804, 'My flames have died, left not a spark! I shall send you now to the lifeless dark!', 23543, 0, 14, 0, 100, 0, 0, 11968, 0),
|
|
(8805, 'Fire consumes! You\'ve tried and failed. Let there be no doubt, justice prevailed!', 23543, 0, 14, 0, 100, 0, 0, 11967, 0),
|
|
(8806, 'Gronn are the real power in Outland!', 18831, 0, 14, 0, 100, 0, 0, 11367, 0),
|
|
(8807, 'You not so tough after all!', 18831, 0, 14, 0, 50, 0, 0, 11373, 0),
|
|
(8808, 'Maulgar is king!', 18831, 0, 14, 0, 50, 0, 0, 11375, 0),
|
|
(8809, '...', 18831, 0, 14, 0, 50, 0, 0, 11374, 0),
|
|
(8810, 'Grull... will crush you!', 18831, 0, 14, 0, 100, 0, 0, 11376, 0),
|
|
(8811, 'Come and die.', 19044, 0, 14, 0, 100, 0, 0, 11355, 0),
|
|
(8812, 'No more.', 19044, 0, 14, 0, 50, 0, 0, 11360, 0),
|
|
(8813, 'Unworthy.', 19044, 0, 14, 0, 50, 0, 0, 11361, 0),
|
|
(8814, 'Die.', 19044, 0, 16, 0, 50, 0, 0, 11362, 0),
|
|
(8815, '..', 19044, 0, 14, 0, 100, 0, 0, 11363, 0),
|
|
(8816, 'Cowards! Wretches!', 15550, 0, 14, 0, 100, 0, 0, 9167, 0),
|
|
(8817, 'Who dares attack the steed of the Huntsman?', 15550, 0, 14, 0, 100, 0, 0, 9298, 0),
|
|
(8818, 'Perhaps you would rather test yourselves against a more formidable opponent!', 15550, 0, 14, 0, 50, 0, 0, 9299, 0),
|
|
(8819, 'It was... inevitable.', 15550, 0, 14, 0, 50, 0, 0, 9169, 0),
|
|
(8820, 'Another trophy to add to my collection!', 15550, 0, 14, 0, 50, 0, 0, 9300, 0),
|
|
(8821, 'Always knew... someday I would become... the hunted.', 15550, 0, 14, 0, 100, 0, 0, 9165, 0),
|
|
(8822, 'Such easy sport.', 15550, 0, 14, 0, 50, 0, 0, 9170, 0),
|
|
(8823, 'Amatures! Do not think you can best me! I kill for a living.', 15550, 0, 14, 0, 50, 0, 0, 9304, 0),
|
|
(8824, 'Hm, unannounced visitors. Preparations must be made...', 15687, 0, 14, 0, 100, 0, 0, 9211, 0),
|
|
(8825, 'How terribly clumsy of me...', 15687, 0, 14, 0, 100, 0, 0, 9213, 0),
|
|
(8826, 'One more for dinner this evening.', 15687, 0, 14, 0, 50, 0, 0, 9214, 0),
|
|
(8827, 'Time... Never enough time.', 15687, 0, 14, 0, 50, 0, 0, 9314, 0),
|
|
(8828, 'I\'ve gone and made a mess.', 15687, 0, 14, 0, 50, 0, 0, 9315, 0),
|
|
(8829, 'Your behavior will not be tolerated.', 16457, 0, 14, 0, 100, 0, 0, 9204, 0),
|
|
(8830, 'Ah ah ah...', 16457, 0, 14, 0, 50, 0, 0, 9207, 0),
|
|
(8831, 'This is for the best.', 16457, 0, 14, 0, 50, 0, 0, 9312, 0),
|
|
(8832, 'Impure thoughts lead to profane actions.', 16457, 0, 14, 0, 50, 0, 0, 9311, 0),
|
|
(8833, 'Death comes. Will your conscience be clear?', 16457, 0, 14, 0, 100, 0, 0, 9206, 0),
|
|
(8834, 'Ah, more lambs to the slaughter!', 24882, 0, 14, 0, 100, 0, 0, 12463, 0),
|
|
(8835, 'Perish, insect!', 24882, 0, 14, 0, 50, 0, 0, 12464, 0),
|
|
(8836, 'You are meat!', 24882, 0, 14, 0, 50, 0, 0, 12465, 0),
|
|
(8837, 'Too easy!', 24882, 0, 14, 0, 50, 0, 0, 12466, 0),
|
|
(8838, 'Gah! Well done... Now... this gets... interesting...', 24882, 0, 14, 0, 100, 0, 0, 12471, 0),
|
|
(8839, 'Bring the fight to me!', 24882, 0, 14, 0, 50, 0, 0, 12467, 0),
|
|
(8840, 'Another day, another glorious battle!', 24882, 0, 14, 0, 50, 0, 0, 12468, 0),
|
|
(8841, 'I live for this!', 24882, 0, 14, 0, 50, 0, 0, 12469, 0),
|
|
(8842, 'Glory to Kil\'jaeden! Death to all who oppose!', 25038, 0, 14, 0, 100, 0, 0, 12477, 0),
|
|
(8843, 'I kill for the master!', 25038, 0, 14, 0, 50, 0, 0, 12480, 0),
|
|
(8844, 'The end has come!', 25038, 0, 14, 0, 50, 0, 0, 12481, 0),
|
|
(8845, 'Kil\'jaeden... will... prevail...', 25038, 0, 14, 0, 100, 0, 0, 12483, 0),
|
|
(8846, 'I am stronger than ever before!', 25038, 0, 14, 0, 50, 0, 0, 12479, 0),
|
|
(8847, 'Shadows, engulf!', 25165, 0, 14, 0, 50, 0, 0, 12486, 0),
|
|
(8848, 'I... fade.', 25165, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(8849, 'Fire, consume!', 25166, 0, 14, 0, 50, 0, 0, 12490, 0),
|
|
(8850, 'I... fade.', 25166, 0, 14, 0, 100, 0, 0, 0, 0),
|
|
(8851, 'You will make a fine meal for the hatchlings.', 28860, 0, 14, 0, 50, 0, 0, 14094, 0),
|
|
(8852, 'You are at a grave disadvantage!', 28860, 0, 14, 0, 50, 0, 0, 14096, 0),
|
|
(8853, 'This is why we call you lesser beings.', 28860, 0, 14, 0, 50, 0, 0, 14097, 0),
|
|
(8854, 'It is my charge to watch over these eggs. I will see you burn before any harm comes to them!', 28860, 0, 14, 0, 100, 0, 0, 14093, 0),
|
|
(8855, 'You be dead soon enough!', 23576, 0, 14, 0, 100, 0, 0, 12070, 0),
|
|
(8856, 'Da Amani gonna rule again!', 23576, 0, 14, 0, 50, 0, 0, 12076, 0),
|
|
(8857, 'Now whatchoo got to say?', 23576, 0, 14, 0, 50, 0, 0, 12075, 0),
|
|
(8858, 'I... be waitin\' on da udda side....', 23576, 0, 14, 0, 100, 0, 0, 12077, 0),
|
|
(8859, 'I be da predator! You da prey!', 23574, 0, 14, 0, 100, 0, 0, 12013, 0),
|
|
(8860, 'Stop your cryin\'!', 23574, 0, 14, 0, 50, 0, 0, 12018, 0),
|
|
(8861, 'Ya got nothin\'!', 23574, 0, 14, 0, 50, 0, 0, 12017, 0),
|
|
(8862, 'You can\'t... kill... me spirit!', 23574, 0, 14, 0, 100, 0, 0, 12019, 0),
|
|
(8863, 'Get on your knees and bow to da fang and claw!', 23577, 0, 14, 0, 100, 0, 0, 12020, 0),
|
|
(8864, 'You cant fight da power...', 23577, 0, 14, 0, 50, 0, 0, 12026, 0),
|
|
(8865, 'You all gonna fail...', 23577, 0, 14, 0, 50, 0, 0, 12027, 0),
|
|
(8866, 'Chaga... choka\'jinn.', 23577, 0, 14, 0, 100, 0, 0, 12028, 0),
|
|
(8867, 'Alert, you are marked for extermination!', 19516, 0, 14, 0, 100, 0, 0, 11213, 0),
|
|
(8868, 'Extermination, successful.', 19516, 0, 14, 0, 33, 0, 0, 11215, 0),
|
|
(8869, 'Imbecile life form, no longer functional.', 19516, 0, 14, 0, 33, 0, 0, 11216, 0),
|
|
(8870, 'Threat neutralized.', 19516, 0, 14, 0, 33, 0, 0, 11217, 0),
|
|
(8871, 'Systems... shutting... down...', 19516, 0, 14, 0, 100, 0, 0, 11214, 0),
|
|
(8872, 'Tal anu\'men no sin\'dorei!', 18805, 0, 14, 0, 100, 0, 0, 11134, 0),
|
|
(8873, 'The warmth of the sun... awaits.', 18805, 0, 14, 0, 100, 0, 0, 11135, 0),
|
|
(8874, 'Your soul belongs to the Abyss!', 18805, 0, 14, 0, 33, 0, 0, 11136, 0),
|
|
(8875, 'By the blood of the Highborne!', 18805, 0, 14, 0, 33, 0, 0, 11137, 0),
|
|
(8876, 'For the Sunwell!', 18805, 0, 14, 0, 33, 0, 0, 11138, 0),
|
|
(8877, 'Prepare yourselves!', 20064, 0, 14, 0, 100, 0, 0, 11203, 0),
|
|
(8878, 'Forgive me, my prince! I have... failed.', 20064, 0, 14, 0, 100, 0, 0, 11204, 0),
|
|
(8879, 'Blood for blood!', 20060, 0, 14, 0, 100, 0, 0, 11152, 0),
|
|
(8880, 'NO! I will... not.', 20060, 0, 14, 0, 100, 0, 0, 11153, 0),
|
|
(8881, 'The sin\'dorei reign supreme!', 20062, 0, 14, 0, 100, 0, 0, 11117, 0),
|
|
(8882, 'This is not over!', 20062, 0, 14, 0, 100, 0, 0, 11118, 0),
|
|
(8883, 'Anar\'alah belore!', 20063, 0, 14, 0, 100, 0, 0, 11157, 0),
|
|
(8884, 'More perlis... await.', 20063, 0, 14, 0, 100, 0, 0, 11158, 0),
|
|
(8885, 'Energy. Power. My people are addicted to it. Their dependence made manifest after the Sunwell was destroyed. Welcome to the future...a pity you\'re too late to stop it. No one can stop me now. Selama ashal\'anore.', 19622, 0, 14, 0, 100, 0, 0, 11256, 0),
|
|
(8886, 'You will not prevail.', 19622, 0, 14, 0, 25, 0, 0, 11270, 0),
|
|
(8887, 'You gambled...and lost.', 19622, 0, 14, 0, 25, 0, 0, 11271, 0),
|
|
(8888, 'This was child\'s play.', 19622, 0, 14, 0, 25, 0, 0, 11272, 0),
|
|
(8889, 'For...Quel...thalas!', 19622, 0, 14, 0, 25, 0, 0, 11274, 0),
|
|
(8890, 'Look at what you made me do!', 23418, 0, 14, 0, 25, 0, 0, 11417, 0),
|
|
(8891, 'I didn\'t ask for this!', 23418, 0, 14, 0, 25, 0, 0, 11418, 0),
|
|
(8892, 'The pain is only beginning!', 23418, 0, 14, 0, 25, 0, 0, 11419, 0),
|
|
(8893, 'Fulfilment is at hand.', 23419, 0, 14, 0, 25, 0, 0, 11409, 0),
|
|
(8894, 'Yes, you\'ll stay with us now.', 23419, 0, 14, 0, 25, 0, 0, 11410, 0),
|
|
(8895, 'Your reach exceeds your grasp.', 23419, 0, 14, 0, 25, 0, 0, 11413, 0),
|
|
(8896, '...', 23420, 0, 14, 0, 25, 0, 0, 11402, 0),
|
|
(8897, 'Enough, no more!', 23420, 0, 14, 0, 25, 0, 0, 11402, 0),
|
|
(8898, 'Beware, cowards!', 23420, 0, 14, 0, 25, 0, 0, 11405, 0),
|
|
(8899, 'I won\'t be ingored.', 23420, 0, 14, 0, 25, 0, 0, 11404, 0),
|
|
(8900, 'Beware - I live!', 23420, 0, 14, 0, 100, 0, 0, 11399, 0),
|
|
(8901, 'Valiant Effort.', 22952, 0, 14, 0, 25, 0, 0, 11525, 0),
|
|
(8902, 'You got lucky!', 22952, 0, 14, 0, 100, 0, 0, 11527, 0),
|
|
(8903, 'You wish to test me?', 22952, 0, 14, 0, 100, 0, 0, 11524, 0),
|
|
(8904, 'Common... such a crude language. Bandal!', 22950, 0, 14, 0, 100, 0, 0, 11440, 0),
|
|
(8905, 'Shorel\'aran.', 22950, 0, 14, 0, 25, 0, 0, 11441, 0),
|
|
(8906, 'Flee or die!', 22951, 0, 14, 0, 100, 0, 0, 11482, 0),
|
|
(8907, 'Destiny... awaits!', 22951, 0, 14, 0, 100, 0, 0, 11485, 0),
|
|
(8908, 'My work is done.', 22951, 0, 14, 0, 50, 0, 0, 11483, 0),
|
|
(8909, 'Illidan will pay!', 22990, 0, 14, 0, 25, 0, 0, 11381, 0),
|
|
(8910, 'One step closer!', 22990, 0, 14, 0, 25, 0, 0, 11382, 0),
|
|
(8911, 'Fight on friends! Kill him and end the curse on my people!', 22990, 0, 14, 0, 100, 0, 0, 11391, 0),
|
|
(8912, 'Who shall be next to taste my blades?!', 22917, 0, 14, 0, 25, 0, 0, 11473, 0),
|
|
(8913, 'This is too easy!', 22917, 0, 14, 0, 25, 0, 0, 11472, 0),
|
|
(8914, 'Your old lives, your mortal desires, mean nothing. You are acolytes of the master now, and you will serve the cause without question! The greatest glory is to die in the master\'s service!', 15953, 0, 14, 0, 100, 0, 0, 8799, 0),
|
|
(8915, 'Slay them in the master\'s name!', 15953, 0, 14, 0, 100, 0, 0, 8794, 0),
|
|
(8916, 'You have failed!', 15953, 0, 14, 0, 33, 0, 0, 8800, 0),
|
|
(8917, 'Pathetic wretch!', 15953, 0, 14, 0, 33, 0, 0, 8801, 0),
|
|
(8918, 'The master... will avenge me!', 15953, 0, 14, 0, 100, 0, 0, 8798, 0),
|
|
(8919, 'Ahh... welcome to my parlor.', 15956, 0, 14, 0, 100, 0, 0, 8788, 0),
|
|
(8920, 'Just a little taste...', 15956, 0, 14, 0, 100, 0, 0, 8785, 0),
|
|
(8921, 'There is no way out.', 15956, 0, 14, 0, 100, 0, 0, 8786, 0),
|
|
(8922, 'Yes, run! It makes the blood pump faster!', 15956, 0, 14, 0, 100, 0, 0, 8787, 0),
|
|
(8923, 'Shhh... it will all be over soon.', 15956, 0, 14, 0, 50, 0, 0, 8789, 0),
|
|
(8924, 'I hear little hearts beating. Yesss... beating faster now. Soon the beating will stop.', 15956, 0, 14, 0, 50, 0, 0, 8790, 0),
|
|
(8925, 'Where to go? What to do? So many choices that all end in pain, end in death.', 15956, 0, 14, 0, 50, 0, 0, 8791, 0),
|
|
(8926, 'Which one shall I eat first? So difficult to choose. They all smell so delicious...', 15956, 0, 14, 0, 50, 0, 0, 8792, 0),
|
|
(8927, 'Closer now... tasty morsels. I\'ve been too long without food. Without blood to drink.', 15956, 0, 14, 0, 50, 0, 0, 8793, 0),
|
|
(8928, 'Glory to the master!', 15954, 0, 14, 0, 100, 0, 0, 8845, 0),
|
|
(8929, 'Your life is forfeit.', 15954, 0, 14, 0, 100, 0, 0, 8846, 0),
|
|
(8930, 'Die, trespasser!', 15954, 0, 14, 0, 100, 0, 0, 8847, 0),
|
|
(8931, 'I will serve the master... in death."', 15954, 0, 14, 0, 100, 0, 0, 8848, 0),
|
|
(8932, 'My task is done!', 15954, 0, 14, 0, 100, 0, 0, 8849, 0),
|
|
(8933, 'Breathe no more.', 15954, 0, 14, 0, 100, 0, 0, 8850, 0),
|
|
(8934, 'Patchwerk want to play.', 16028, 0, 14, 0, 100, 0, 0, 8909, 0),
|
|
(8935, 'Kel\'Thuzad make Patchwerk his avatar of war!', 16028, 0, 14, 0, 100, 0, 0, 8910, 0),
|
|
(8936, 'No more play?', 16028, 0, 14, 0, 100, 0, 0, 8911, 0),
|
|
(8937, 'What happened to... Patch...', 16028, 0, 14, 0, 100, 0, 0, 8912, 0),
|
|
(8938, 'You are mine now!', 15936, 0, 14, 0, 100, 0, 0, 8825, 0),
|
|
(8939, 'I see you...', 15936, 0, 14, 0, 100, 0, 0, 8826, 0),
|
|
(8940, 'You... are next!', 15936, 0, 14, 0, 100, 0, 0, 8827, 0),
|
|
(8941, 'Arghhaahhhhh!', 15936, 0, 14, 0, 100, 0, 0, 8828, 0),
|
|
(8942, 'Close your eyes. Sleep.', 15936, 0, 14, 0, 100, 0, 0, 8829, 0),
|
|
(8943, 'The races of the world will perish... it is only a matter of time.', 15936, 0, 14, 0, 100, 0, 0, 8830, 0),
|
|
(8944, 'I see endless suffering... I see torment... I see rage... I see everything.', 15936, 0, 14, 0, 100, 0, 0, 8831, 0),
|
|
(8945, 'Soon... the world will tremble.', 15936, 0, 14, 0, 100, 0, 0, 8832, 0),
|
|
(8946, 'Hungry worms will feast on your rotting flesh.', 15936, 0, 14, 0, 100, 0, 0, 8834, 0);
|
|
/*!40000 ALTER TABLE `npc_script_text` ENABLE KEYS */;
|
|
|
|
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
|
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|