72dd540b67
Co-authored-by: Cursor <cursoragent@cursor.com>
18619 lines
2.1 MiB
Plaintext
18619 lines
2.1 MiB
Plaintext
-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64)
|
|
--
|
|
-- Host: localhost Database: acore_world
|
|
-- ------------------------------------------------------
|
|
-- Server version 8.4.3
|
|
|
|
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
|
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
|
/*!50503 SET NAMES utf8mb4 */;
|
|
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
|
/*!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' */;
|
|
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
|
|
|
--
|
|
-- Table structure for table `creature_text`
|
|
--
|
|
|
|
DROP TABLE IF EXISTS `creature_text`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
CREATE TABLE `creature_text` (
|
|
`CreatureID` int unsigned NOT NULL DEFAULT '0',
|
|
`GroupID` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`ID` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`Text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
|
`Type` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`Language` tinyint NOT NULL DEFAULT '0',
|
|
`Probability` float NOT NULL DEFAULT '0',
|
|
`Emote` int unsigned NOT NULL DEFAULT '0',
|
|
`Duration` int unsigned NOT NULL DEFAULT '0',
|
|
`Sound` int unsigned NOT NULL DEFAULT '0',
|
|
`BroadcastTextId` int NOT NULL DEFAULT '0',
|
|
`TextRange` tinyint unsigned NOT NULL DEFAULT '0',
|
|
`comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
|
|
PRIMARY KEY (`CreatureID`,`GroupID`,`ID`),
|
|
CONSTRAINT `creature_text_chk_1` CHECK ((`Probability` >= 0))
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
--
|
|
-- Dumping data for table `creature_text`
|
|
--
|
|
|
|
LOCK TABLES `creature_text` WRITE;
|
|
/*!40000 ALTER TABLE `creature_text` DISABLE KEYS */;
|
|
INSERT INTO `creature_text` VALUES
|
|
(6,0,0,'You no take candle!',12,0,100,0,0,0,16658,0,'Kobold Vermin - Random Say on Aggro'),
|
|
(6,0,1,'Yiieeeee! Me run!',12,7,100,0,0,0,1864,0,'Kobold Vermin - Random Say on Aggro'),
|
|
(6,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Kobold Vermin'),
|
|
(29,1,0,'Let the battle for the Strand of the Ancients begin!',41,0,100,0,0,0,28844,3,'Kanrethad'),
|
|
(29,2,0,'Round 1 - Finished!',41,0,100,0,0,0,28989,3,'Kanrethad'),
|
|
(38,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Thug - Random Say on Aggro'),
|
|
(38,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Thug - Random Say on Aggro'),
|
|
(38,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Thug - Random Say on Aggro'),
|
|
(40,0,0,'You no take candle!',12,0,100,0,0,0,16658,0,'Kobold Miner - Random Say on Aggro'),
|
|
(40,0,1,'Yiieeeee! Me run!',12,0,100,0,0,0,1864,0,'Kobold Miner'),
|
|
(40,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Kobold Miner'),
|
|
(54,0,0,'Greetings $N!',12,0,100,0,0,0,0,0,''),
|
|
(61,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Thuros Lightfingers - Random Say on Aggro'),
|
|
(61,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Thuros Lightfingers - Random Say on Aggro'),
|
|
(61,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Thuros Lightfingers - Random Say on Aggro'),
|
|
(68,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'SAY_GUARD_SIL_AGGRO1'),
|
|
(68,0,1,'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...',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(68,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(68,2,0,'%s throws a rotten apple at $n.',16,0,100,0,0,0,31671,0,'Stormwind City Guard'),
|
|
(68,3,0,'%s throws rotten banana on $n.',16,0,100,0,0,0,31672,0,'Stormwind City Guard'),
|
|
(68,4,0,'%s spits on $n.',16,0,100,0,0,0,31673,0,'Stormwind City Guard'),
|
|
(68,5,0,'Monster!',12,0,100,0,0,0,31662,0,'Stormwind City Guard'),
|
|
(68,5,1,'Murderer!',12,0,100,0,0,0,31679,0,'Stormwind City Guard'),
|
|
(68,5,2,'GET A ROPE!',12,0,100,0,0,0,31669,0,'Stormwind City Guard'),
|
|
(68,5,3,'How dare you set foot in our city!',12,0,100,0,0,0,31684,0,'Stormwind City Guard'),
|
|
(68,5,4,'You disgust me.',12,0,100,0,0,0,31680,0,'Stormwind City Guard'),
|
|
(68,5,5,'Looks like we\'re going to have ourselves an execution.',12,0,100,0,0,0,31682,0,'Stormwind City Guard'),
|
|
(68,5,6,'Traitorous dog.',12,0,100,0,0,0,31665,0,'Stormwind City Guard'),
|
|
(68,5,7,'My family was wiped out by the Scourge! MONSTER!',12,0,100,0,0,0,31667,0,'Stormwind City Guard'),
|
|
(80,0,0,'You no take candle!',12,0,100,0,0,0,16658,0,'Kobold Labourer - Random Say on Aggro'),
|
|
(80,0,1,'Yiieeeee! Me run!',12,7,100,0,0,0,1864,0,'Kobold Labourer - Random Say on Aggro'),
|
|
(80,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Kobold Laborer'),
|
|
(95,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Smuggler - Random Say on Aggro'),
|
|
(95,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Smuggler - Random Say on Aggro'),
|
|
(95,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Smuggler - Random Say on Aggro'),
|
|
(97,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Runt - Random Say on Aggro'),
|
|
(97,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Runt - Random Say on Aggro'),
|
|
(98,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Taskmaster - Random Say on Aggro'),
|
|
(98,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Taskmaster - Random Say on Aggro'),
|
|
(103,0,0,'I see those fools at the Abbey sent some fresh meat for us.',12,7,100,0,0,0,7133,0,'Garrick Padfoot'),
|
|
(103,0,1,'This land belongs to the Defias Brotherhood now!',12,7,100,0,0,0,7134,0,'Garrick Padfoot'),
|
|
(116,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Bandit - Random Say on Aggro'),
|
|
(116,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Bandit - Random Say on Aggro'),
|
|
(116,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Bandit - Random Say on Aggro'),
|
|
(117,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Gnoll - Random Say on Aggro'),
|
|
(117,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Gnoll - Random Say on Aggro'),
|
|
(121,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Pathstalker - Random Say on Aggro'),
|
|
(121,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Pathstalker - Random Say on Aggro'),
|
|
(121,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Pathstalker - Random Say on Aggro'),
|
|
(122,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Highwayman - Random Say on Aggro'),
|
|
(122,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Highwayman - Random Say on Aggro'),
|
|
(122,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Highwayman - Random Say on Aggro'),
|
|
(123,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Mongrel - Random Say on Aggro'),
|
|
(123,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Mongrel - Random Say on Aggro'),
|
|
(124,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Brute - Random Say on Aggro'),
|
|
(124,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Brute - Random Say on Aggro'),
|
|
(125,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Overseer - Random Say on Aggro'),
|
|
(125,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Overseer - Random Say on Aggro'),
|
|
(197,0,0,'You are dismissed, $n.',12,0,100,113,0,0,1242,0,'Marshal McBride'),
|
|
(212,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Splinter Fist Warrior'),
|
|
(212,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Splinter Fist Warrior'),
|
|
(212,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Splinter Fist Warrior'),
|
|
(233,0,0,'Now how am I supposed to get those mechanical wretches out of my fields?',12,7,100,0,0,0,58,0,'Farmer Saldean'),
|
|
(233,0,1,'A bunch of thugs and thieves aren\'t going to get me to leave my land!',12,7,100,0,0,0,59,0,'Farmer Saldean'),
|
|
(233,0,2,'They might have run all the other farmers off, but the Saldean\'s will never leave Westfall.',12,7,100,0,0,0,60,0,'Farmer Saldean'),
|
|
(234,0,0,'The People of Westfall salute $n, a brave and valiant defender of freedom.',14,7,100,0,0,0,198,0,'Marshal Gryan Stoutmantle'),
|
|
(234,0,1,'All hail, $n! Defender of The People!',14,7,100,0,0,0,197,0,'Marshal Gryan Stoutmantle'),
|
|
(234,0,2,'Three cheers for $n! This land shall be ours once again!',14,7,100,0,0,0,199,0,'Marshal Gryan Stoutmantle'),
|
|
(234,1,0,'Everywhere I look I see thieves. We, The People\'s Miltia, must return this land to the farmers.',12,7,100,0,0,0,39,0,'Marshal Gryan Stoutmantle'),
|
|
(234,1,1,'The farms must be liberated. Stormwind may have deserted these people, but I\'ll be damned if I will.',12,7,100,0,0,0,40,0,'Marshal Gryan Stoutmantle'),
|
|
(234,1,2,'Stormwind\'s desertion shall not be forgiven by the people of Westfall.',12,7,100,0,0,0,44,0,'Marshal Gryan Stoutmantle'),
|
|
(237,0,0,'Can\'t believe the forsaken wagon broke down. Ain\'t no luck to be had in this land....',12,7,100,0,0,0,56,0,'Farmer Furlbrow'),
|
|
(237,0,1,'We\'ll be out of here just as soon as I get this wagon fixed....',12,7,100,0,0,0,57,0,'Farmer Furlbrow'),
|
|
(238,0,0,'Don worry, Old Blanchy, well get you something to eat soon...',12,7,100,0,0,0,54,0,'Verna Furlbrow'),
|
|
(238,0,1,'I never thought the day would come that Id leave my homeland of Westfall....',12,7,100,0,0,0,55,0,'Verna Furlbrow'),
|
|
(251,0,0,'Here goes nothing...',12,0,100,0,0,0,1862,0,'Maybell Maclure'),
|
|
(253,0,0,'This shouldn\'t take long...',12,0,100,432,0,0,1851,0,'William Pestle'),
|
|
(253,1,0,'The invisibility liquor is ready for you, $n.',12,0,100,0,0,0,1853,0,'William Pestle'),
|
|
(257,0,0,'You no take candle!',12,0,100,0,0,0,16658,0,'Kobold Worker - Random Say on Aggro'),
|
|
(257,0,1,'Yiieeeee! Me run!',12,7,100,0,0,0,1864,0,'Kobold Worker - Random Say on Aggro'),
|
|
(257,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Kobold Worker'),
|
|
(263,0,0,'Undead are crawling all over the land. Where is the Stormwind Army?',12,7,100,0,0,0,63,0,'Lord Ello Ebonlocke'),
|
|
(263,0,1,'The Night Watch alone cannot protect us forever. We need the backing of the Stormwind Army.',12,7,100,0,0,0,64,0,'Lord Ello Ebonlocke'),
|
|
(263,1,0,'This is grim news, and I fear it is linked to the dealings $n had with the Embalmer.',12,7,100,1,0,0,270,0,'Lord Ello Ebonlocke'),
|
|
(263,2,0,'Watcher, inform Althea that a dire threat is marshalling against our town. We must prepare!',12,7,100,25,0,0,271,0,'Lord Ello Ebonlocke'),
|
|
(264,0,0,'Stay on the roads. The forest is overrun with undead.',12,7,100,0,0,0,61,0,'Commander Althea Ebonlocke'),
|
|
(264,0,1,'Fear not. The Night Watch will rid the land of this foul taint soon enough.',12,7,100,0,0,0,62,0,'Commander Althea Ebonlocke'),
|
|
(264,1,0,'This doesn\'t bode well. Send scouts to gather more intelligence,and stay on alert.',12,7,100,1,0,0,273,0,'Commander Althea'),
|
|
(264,2,0,'It\'ll take more than a rotting corpse to stop us!',12,7,100,1,0,0,107,0,'Commander Althea'),
|
|
(265,0,0,'I sense evil brewing. . . .',12,7,100,0,0,0,73,0,'Madame Eva'),
|
|
(265,0,1,'The stars speak to me. They whisper of the horrors waiting in the night.',12,7,100,0,0,0,74,0,'Madame Eva'),
|
|
(265,0,2,'The future holds much death and uncertainty, not unlike the past.',12,7,100,0,0,0,75,0,'Madame Eva'),
|
|
(265,0,3,'The spirits whisper in my ear. They are restless and full of angst.',12,7,100,0,0,0,76,0,'Madame Eva'),
|
|
(268,0,0,'%s begins translating ...',16,7,100,0,0,0,563,0,'Sirra Von\'Indi'),
|
|
(268,1,0,'$n, the translation is finished!',12,7,100,1,0,0,564,0,'Sirra Von\'Indi'),
|
|
(269,0,0,'The Council of Duskwood must take action. Evil lingers in the air.',12,7,100,0,0,0,68,0,'Role Dreuger'),
|
|
(269,0,1,'The people of Darkshire expect more from the Council. We cannot let them suffer from this unholy wrath which plagues us.',12,7,100,0,0,0,69,0,'Role Dreuger'),
|
|
(269,0,2,'Constant bickering will get us nowhere. We need to take action.',12,7,100,0,0,0,70,0,'Role Dreuger'),
|
|
(270,0,0,'We need better representation from Stormwind. Our homes are falling to the undead.',12,7,100,0,0,0,67,0,'Councilman Millstipe'),
|
|
(270,0,1,'The forest is crawling with worgen and ghouls. Something must be done!',12,7,100,0,0,0,66,0,'Councilman Millstipe'),
|
|
(271,0,0,'Our cause falls on deaf ears beyond the thick, stone walls of Stormwind.',12,7,100,0,0,0,72,0,'Ambassador Berrybuck'),
|
|
(271,0,1,'The news from Stormwind does not bode well....',12,7,100,0,0,0,71,0,'Ambassador Berrybuck'),
|
|
(273,0,0,'This dark taint is downright bad for business.',12,7,100,0,0,0,82,0,'Tavernkeep Smitts'),
|
|
(274,0,0,'Psssst. We just got some Moonshine in. . . .',12,7,100,0,0,0,80,0,'Barkeep Hann'),
|
|
(274,0,1,'Step right up and wet your whistle.',12,7,100,0,0,0,81,0,'Barkeep Hann'),
|
|
(276,0,0,'The stars will be in perfect form tonight!',12,7,100,0,0,0,77,0,'Viktori Prism\'Antras'),
|
|
(276,0,1,'There is something greater than magic at work in the night sky. One day they\'ll listen to me. . . .',12,7,100,0,0,0,79,0,'Viktori Prism\'Antras'),
|
|
(295,0,0,'Welcome to the Lion\'s Pride Inn. Make yourself at home!',12,7,100,3,0,0,85,0,'Innkeeper Farley'),
|
|
(295,1,0,'So much to do, so much to do! Where does the time go?',12,7,100,0,0,0,86,0,'Innkeeper Farley'),
|
|
(295,1,1,'If your glass is full may it be again!',12,7,100,0,0,0,84,0,'Innkeeper Farley'),
|
|
(300,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Zzarc\' Vul'),
|
|
(300,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Zzarc\' Vul'),
|
|
(300,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Zzarc\' Vul'),
|
|
(314,0,0,'Wait...you are not my husband. But he must have sent you. And you...look..delicious!',12,7,100,0,0,0,111,0,'Eliza'),
|
|
(314,0,1,'Aber? Is that you...? Oh...I\'m so hungry, Aber! SO HUNGRY!!',12,7,100,0,0,0,110,0,'Eliza'),
|
|
(315,0,0,'I shall spill your blood, $C!',12,0,100,0,0,0,509,0,'Stalvan Mistmantle'),
|
|
(315,0,1,'Who dares disturb me? Die $n!',12,0,100,0,0,0,508,0,'Stalvan Mistmantle'),
|
|
(315,0,2,'Tilloa is that you? Why no! It\'s just some dirty $r!',12,0,100,0,0,0,507,0,'Stalvan Mistmantle - On Aggro'),
|
|
(325,0,0,'I fear something dark is coming.',12,7,100,0,0,0,965,0,'Hogan Ference'),
|
|
(325,0,1,'The light appears to have forsaken us.',12,7,100,0,0,0,966,0,'Hogan Ference'),
|
|
(325,0,2,'Why haven\'t the Stormwind guards come?',12,7,100,0,0,0,964,0,'Hogan Ference'),
|
|
(325,0,3,'When will someone do something about the undead?',12,7,100,0,0,0,961,0,'Hogan Ference'),
|
|
(325,0,4,'Where is everyone?',12,7,100,0,0,0,962,0,'Hogan Ference'),
|
|
(325,0,5,'I can\'t even visit my father\'s grave in peace anymore.',12,7,100,0,0,0,963,0,'Hogan Ference'),
|
|
(327,0,0,'Yiieeeee! Me run!',12,7,100,0,0,0,1864,0,'Kobold Goldtooth - Random Say on Aggro'),
|
|
(327,0,1,'You no take candle!',12,0,100,0,0,0,1868,0,'Goldtooth'),
|
|
(327,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Goldtooth'),
|
|
(334,0,0,'Stupid $R! The Blackrock Clan shall dance on your grave!',12,1,100,0,0,0,465,0,'Gath\'Ilzogg'),
|
|
(334,0,1,'Foolish $C! You are no match for my might!',12,1,100,0,0,0,466,0,'Gath\'Ilzogg'),
|
|
(334,0,2,'I am Gath\'Ilzogg! And you are a $R on the brink of death!',12,1,100,0,0,0,467,0,'Gath\'Ilzogg'),
|
|
(334,0,3,'Death to $n! Long live the Blackrock Clan!',12,1,100,0,0,0,468,0,'Gath\'Ilzogg'),
|
|
(334,0,4,'Who dares intrude upon the Blackrock Clan? Death to this $R!',12,1,100,0,0,0,469,0,'Gath\'Ilzogg'),
|
|
(334,0,5,'Tiny $C! You are no match for the Blackrock Clan!',12,1,100,0,0,0,470,0,'Gath\'Ilzogg'),
|
|
(334,0,6,'Foolish $C! I will snap the bones of this weak $R!',12,1,100,0,0,0,471,0,'Gath\'Ilzogg'),
|
|
(334,0,7,'Long live the mighty Blackrock Clan!',12,1,100,0,0,0,472,0,'Gath\'Ilzogg'),
|
|
(341,0,0,'Come on boys, we\'ve got to get this bridge rebuilt.',12,7,100,22,0,0,50,0,'Foreman Oslow'),
|
|
(346,0,0,'Pull up a stool and have a drink!',12,7,100,0,0,0,47,0,'Barkeep Daniels'),
|
|
(346,0,1,'The bottles are dusty but the liquor goes down clean!',12,7,100,0,0,0,48,0,'Barkeep Daniels'),
|
|
(348,0,0,'Nothing biting....',12,7,100,0,0,0,45,0,'Zem Leeward'),
|
|
(348,0,1,'Here fishy fishy. . . come to papa.',12,7,100,0,0,0,46,0,'Zem Leeward'),
|
|
(349,0,0,'My wounds are grave. Forgive my slow pace but my injuries won\'t allow me to walk any faster.',12,7,100,0,0,0,25,0,'corporal keeshan SAY_CORPORAL_1'),
|
|
(349,1,0,'Ah, fresh air at last! I need a moment to rest.',12,7,100,0,0,0,26,0,'corporal keeshan SAY_CORPORAL_2'),
|
|
(349,2,0,'The Blackrock infestation is thick in these parts. I will do my best to keep the pace. Let\'s go!',12,7,100,0,0,0,27,0,'corporal keeshan SAY_CORPORAL_3'),
|
|
(349,3,0,'Marshal Marris, sir. Corporal Keeshan of the 12th Sabre Regiment returned from battle and reporting for duty!',12,7,100,0,0,0,29,0,'corporal keeshan SAY_CORPORAL_4'),
|
|
(349,4,0,'Brave adventurer, thank you for rescuing me! I am sure Marshal Marris will reward your kind deed.',12,7,100,0,0,0,30,0,'corporal keeshan SAY_CORPORAL_5'),
|
|
(352,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Dungar Longdrink'),
|
|
(412,0,0,'ROARRRRR!!',14,0,100,0,0,0,278,2,'Stitches'),
|
|
(412,0,1,'DARKSHIRE... I HUNGER!!',14,0,100,0,0,0,277,2,'Stitches'),
|
|
(423,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Redridge Mongrel - Random Say on Aggro'),
|
|
(423,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Redridge Mongrel - Random Say on Aggro'),
|
|
(423,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Redridge Mongrel'),
|
|
(424,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Redridge Poacher - Random Say on Aggro'),
|
|
(424,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Redridge Poacher - Random Say on Aggro'),
|
|
(424,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Redridge Poacher'),
|
|
(426,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Redridge Brute - Random Say on Aggro'),
|
|
(426,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Redridge Brute - Random Say on Aggro'),
|
|
(426,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Redridge Brute'),
|
|
(429,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Shadowhide Darkweaver - Random Say on Aggro'),
|
|
(429,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Shadowhide Darkweaver - Random Say on Aggro'),
|
|
(429,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Shadowhide Darkweaver'),
|
|
(430,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Redridge Mystic - Random Say on Aggro'),
|
|
(430,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Redridge Mystic - Random Say on Aggro'),
|
|
(430,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Redridge Mystic'),
|
|
(431,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Shadowhide Slayer'),
|
|
(431,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Shadowhide Slayer'),
|
|
(431,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Shadowhide Slayer'),
|
|
(432,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Shadowhide Brute - Random Say on Aggro'),
|
|
(432,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Shadowhide Brute - Random Say on Aggro'),
|
|
(432,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Shadowhide Brute'),
|
|
(432,1,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Shadowhide Brute'),
|
|
(433,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Shadowhide Gnoll - Random Say on Aggro'),
|
|
(433,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Shadowhide Gnoll - Random Say on Aggro'),
|
|
(433,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Shadowhide Gnoll'),
|
|
(434,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rabid Shadowhide Gnoll - Random Say on Aggro'),
|
|
(434,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rabid Shadowhide Gnoll - Random Say on Aggro'),
|
|
(434,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Rabid Shadowhide Gnoll'),
|
|
(435,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Champion'),
|
|
(435,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Champion'),
|
|
(435,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Champion'),
|
|
(435,2,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Champion'),
|
|
(436,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Shadowcaster'),
|
|
(436,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Shadowcaster'),
|
|
(436,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Shadowcaster'),
|
|
(437,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Renegade'),
|
|
(437,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Renegade'),
|
|
(437,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Renegade'),
|
|
(440,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Grunt'),
|
|
(440,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Grunt'),
|
|
(440,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Grunt'),
|
|
(445,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Redridge Alpha - Random Say on Aggro'),
|
|
(445,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Redridge Alpha - Random Say on Aggro'),
|
|
(445,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Redridge Alpha'),
|
|
(446,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Redridge Basher - Random Say on Aggro'),
|
|
(446,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Redridge Basher - Random Say on Aggro'),
|
|
(446,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Redridge Basher'),
|
|
(448,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Hogger Agro Say 1'),
|
|
(448,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Hogger Agro Say 2'),
|
|
(449,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Knuckleduster - Random Say on Aggro'),
|
|
(449,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Knuckleduster - Random Say on Aggro'),
|
|
(449,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Knuckleduster - Random Say on Aggro'),
|
|
(452,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Bandit - Random Say on Aggro'),
|
|
(452,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Bandit - Random Say on Aggro'),
|
|
(453,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Mystic - Random Say on Aggro'),
|
|
(453,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Mystic - Random Say on Aggro'),
|
|
(466,0,0,'Greetings citizen.',12,7,100,0,0,0,0,0,'General Marcus Jonathan'),
|
|
(467,0,0,'Follow me, $n. I\'ll take you to the Defias hideout. But you better protect me or I am as good as dead.',12,7,100,0,0,0,9,0,'defias traitor SAY_START'),
|
|
(467,1,0,'The entrance is hidden here in Moonbrook. Keep your eyes peeled for thieves. They want me dead.',12,7,100,0,0,0,10,0,'defias traitor SAY_PROGRESS'),
|
|
(467,2,0,'You can go tell Stoutmantle this is where the Defias Gang is holed up, $n.',12,7,100,0,0,0,11,0,'defias traitor SAY_END'),
|
|
(467,3,0,'$n coming in fast! Prepare to fight!',12,7,100,0,0,0,489,0,'defias traitor SAY_AGGRO_1'),
|
|
(467,3,1,'Help!',12,0,100,0,0,0,36040,0,'defias traitor SAY_AGGRO_2'),
|
|
(468,1,0,'Rouse and to arms, citizens of Darkshire! An abomination of the undead approaches along the road!',14,7,100,22,0,0,89,2,'Town Crier'),
|
|
(468,2,0,'The abomination has overrun the Night Watch camp! Quickly, we must intercept it before it reaches town!',14,7,100,22,0,0,90,2,'Town Crier'),
|
|
(468,3,0,'It isn\'t enough! Defenders, gather in the center of town. Together we will stand against the undead monster!',14,7,100,22,0,0,91,2,'Town Crier'),
|
|
(468,4,0,'The abomination has come! Forward!',14,7,100,22,0,0,92,2,'Town Crier'),
|
|
(468,5,0,'The beast is slain! All\'s well in Darkshire!',14,7,100,22,0,0,93,2,'Town Crier'),
|
|
(474,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Rogue Wizard - Random Say on Aggro'),
|
|
(474,0,1,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Rogue Wizard - Random Say on Aggro'),
|
|
(475,0,0,'You no take candle!',12,0,100,0,0,0,16658,0,'Kobold Tunneler - Random Say on Aggro'),
|
|
(475,0,1,'Yiieeeee! Me run!',12,7,100,0,0,0,1864,0,'Kobold Tunneler - Random Say on Aggro'),
|
|
(475,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Kobold Tunneler'),
|
|
(476,0,0,'You no take candle!',12,0,100,0,0,0,16658,0,'Kobold Geomancer - Random Say on Aggro'),
|
|
(476,0,1,'Yiieeeee! Me run!',12,0,100,0,0,0,1864,0,'Kobold Geomancer'),
|
|
(476,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Kobold Geomancer'),
|
|
(478,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Outrunner - Random Say on Aggro'),
|
|
(478,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Outrunner - Random Say on Aggro'),
|
|
(481,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Footpad - Random Say on Aggro'),
|
|
(481,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Footpad - Random Say on Aggro'),
|
|
(481,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Footpad - Random Say on Aggro'),
|
|
(483,0,0,'Good day, Corbett. Here\'s your cheese, fresh made this morning! And how are things at your shop?',12,7,100,0,0,0,286,0,'Elaine Trias'),
|
|
(483,0,1,'Hi Corbett! Here, you go! I trust business is faring well at your clothier shop...?',12,7,100,0,0,0,287,0,'Elaine Trias'),
|
|
(485,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Outrunner'),
|
|
(485,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Outrunner'),
|
|
(485,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Outrunner'),
|
|
(486,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Tharil\'zun'),
|
|
(487,0,0,'Lots of gnoll activity reported in the Gold Coast Quarry and the Jangolode Mine.',12,7,100,0,0,0,42,0,'Protector Bialon'),
|
|
(490,0,0,'Defias activity reported on the costal horizon. All clear on Sentinel Hill.',12,7,100,0,0,0,41,0,'Protector Gariel'),
|
|
(500,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Scout - Random Say on Aggro'),
|
|
(500,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Scout - Random Say on Aggro'),
|
|
(501,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Herbalist - Random Say on Aggro'),
|
|
(501,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Herbalist - Random Say on Aggro'),
|
|
(504,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Trapper - Random Say on Aggro'),
|
|
(504,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Trapper - Random Say on Aggro'),
|
|
(504,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Trapper - Random Say on Aggro'),
|
|
(506,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Sergeant Brashclaw - Random Say on Aggro'),
|
|
(506,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Sergeant Brashclaw - Random Say on Aggro'),
|
|
(523,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Thor'),
|
|
(550,0,0,'I have a special message for $n. And it says you must die!',12,7,100,0,0,0,479,0,'Defias Messenger - Aggro Random Say'),
|
|
(550,0,1,'I\'ll deliver you, weak $C, to the afterlife!',12,7,100,0,0,0,478,0,'Defias Messenger - Aggro Random Say'),
|
|
(550,0,2,'Die in the name of Edwin Van Cleef!',12,7,100,0,0,0,473,0,'Defias Messenger - Aggro Random Say'),
|
|
(550,0,3,'Who dares interfere with the business of the Defias Brotherhood? Die $C!',12,7,100,0,0,0,474,0,'Defias Messenger'),
|
|
(550,0,4,'Death to any $R that stands in my way!',12,7,100,0,0,0,475,0,'Defias Messenger'),
|
|
(550,0,5,'Who dares to provoke the messenger of Edwin Van Cleef? Die $R!',12,7,100,0,0,0,476,0,'Defias Messenger'),
|
|
(550,0,6,'Am I carrying any letters addressed to $n? Why, no! Looks like it\'s time for you to die!',12,7,100,0,0,0,477,0,'Defias Messenger'),
|
|
(550,0,7,'Here\'s a singing telegram for $n: Roses are red, violets are blue, I will kill any $R I see, including you!',12,7,100,0,0,0,480,0,'Defias Messenger'),
|
|
(568,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Shadowhide Warrior - Random Say on Aggro'),
|
|
(568,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Shadowhide Warrior - Random Say on Aggro'),
|
|
(568,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Shadowhide Warrior'),
|
|
(579,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Shadowhide Assassin'),
|
|
(579,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Shadowhide Assassin'),
|
|
(579,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Shadowhide Assassin'),
|
|
(580,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Redridge Drudger - Random Say on Aggro'),
|
|
(580,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Redridge Drudger - Random Say on Aggro'),
|
|
(580,0,2,'Grrrrr!',12,0,100,0,0,0,1869,0,'Redridge Drudger'),
|
|
(583,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Ambusher - Random Say on Aggro'),
|
|
(583,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Ambusher - Random Say on Aggro'),
|
|
(583,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Ambusher - Random Say on Aggro'),
|
|
(587,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bloodscalp Warrior'),
|
|
(588,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Bloodscalp Scout'),
|
|
(589,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Pillager - Random Say on Aggro'),
|
|
(589,0,1,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Pillager - Random Say on Aggro'),
|
|
(590,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Looter - Random Say on Aggro'),
|
|
(590,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Looter - Random Say on Aggro'),
|
|
(590,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Looter - Random Say on Aggro'),
|
|
(594,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Henchman - Random Say on Aggro'),
|
|
(594,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Henchman - Random Say on Aggro'),
|
|
(594,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Henchman - Random Say on Aggro'),
|
|
(595,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Bloodscalp Hunter'),
|
|
(597,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bloodscalp Berserker'),
|
|
(615,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Tracker'),
|
|
(615,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Tracker'),
|
|
(615,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Tracker'),
|
|
(620,0,0,'%s looks up at you quizzically. Maybe you should inspect it?',16,0,100,0,0,0,4714,0,'cluck EMOTE_HELLO'),
|
|
(620,2,0,'%s starts pecking at the feed.',16,0,100,0,0,0,0,0,'cluck EMOTE_CLUCK_TEXT2'),
|
|
(636,0,0,'%s jumps out of the shadows!',16,0,100,0,0,0,1327,0,'Defias Blackguard'),
|
|
(639,0,0,'None may challenge the Brotherhood!',14,0,100,0,0,5780,6061,0,'Edwin VanCleef'),
|
|
(639,1,0,'Lapdogs, all of you!',14,0,100,0,0,5782,6063,0,'Edwin VanCleef'),
|
|
(639,2,0,'%s calls more of his allies out of the shadows.',16,0,100,0,0,0,1048,0,'Edwin VanCleef'),
|
|
(639,3,0,'Fools! Our cause is righteous!',14,0,100,0,0,5783,6064,0,'Edwin VanCleef'),
|
|
(639,4,0,'And stay down!',14,0,100,0,0,5781,6062,0,'Edwin VanCleef'),
|
|
(639,5,0,'The Brotherhood shall prevail!',14,0,100,0,0,5784,6065,0,'Edwin VanCleef'),
|
|
(644,0,0,'VanCleef pay big for you heads!',14,0,100,0,0,5774,5619,0,'Rhahk\'Zor - Aggro Say'),
|
|
(646,0,0,'You there, check out that noise!',14,0,100,0,0,5775,1148,2,'smite SAY_ALARM1'),
|
|
(646,1,0,'We\'re under attack! Avast, ye swabs! Repel the invaders!',14,0,100,0,0,5777,1149,2,'smite SAY_ALARM2'),
|
|
(646,2,0,'You landlubbers are tougher than I thought, I\'ll have to Improvise!',12,0,100,0,0,5778,1344,0,'smite SAY_PHASE_1'),
|
|
(646,3,0,'D\'ah! Now you\'re making me angry!',12,0,100,0,0,5779,1345,0,'smite SAY_PHASE_2'),
|
|
(660,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Bloodscalp Witch Doctor'),
|
|
(671,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Bloodscalp Headhunter'),
|
|
(678,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Mosh\'Ogg Mauler'),
|
|
(678,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mosh\'Ogg Mauler'),
|
|
(678,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mosh\'Ogg Mauler'),
|
|
(679,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Mosh\'Ogg Shaman'),
|
|
(679,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mosh\'Ogg Shaman'),
|
|
(679,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mosh\'Ogg Shaman'),
|
|
(680,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Mosh\'Ogg Lord'),
|
|
(680,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mosh\'Ogg Lord'),
|
|
(680,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mosh\'Ogg Lord'),
|
|
(694,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Bloodscalp Axe Thrower'),
|
|
(697,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bloodscalp Shaman'),
|
|
(699,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Bloodscalp Beastmaster'),
|
|
(701,0,0,'%s becomes enraged!',16,0,100,0,0,0,7798,0,'Bloodscalp Mystic'),
|
|
(702,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Bloodscalp Scavenger'),
|
|
(706,0,0,'You be dead soon!',12,0,100,0,0,0,10434,0,'Frostmane Troll Whelp'),
|
|
(706,0,1,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Frostmane Troll Whelp'),
|
|
(706,0,2,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Frostmane Troll Whelp'),
|
|
(706,0,3,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Frostmane Troll Whelp - On Aggro'),
|
|
(707,0,0,'Crush!',12,0,100,0,0,0,1913,0,'Rockjaw Trogg'),
|
|
(707,0,1,'Kill!',12,0,100,0,0,0,1914,0,'Rockjaw Trogg'),
|
|
(707,0,2,'Destroy!',12,0,100,0,0,0,1915,0,'Rockjaw Trogg'),
|
|
(709,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Mosh\'Ogg Warmonger'),
|
|
(709,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mosh\'Ogg Warmonger'),
|
|
(709,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mosh\'Ogg Warmonger'),
|
|
(710,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Mosh\'Ogg Spellcrafter'),
|
|
(710,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mosh\'Ogg Spellcrafter'),
|
|
(710,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mosh\'Ogg Spellcrafter'),
|
|
(711,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Ardo Dirtpaw - Random Say on Aggro'),
|
|
(711,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Ardo Dirtpaw - Random Say on Aggro'),
|
|
(712,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Redridge Thrasher'),
|
|
(712,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Redridge Thrasher'),
|
|
(712,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Redridge Thrasher'),
|
|
(716,0,0,'I see you misplaced that chapter you worked so hard to put together, $n. Well, you left it right here!',12,0,100,0,0,0,9022,0,'Barnil Stonepot'),
|
|
(724,0,0,'Crush!',12,0,100,0,0,0,1913,0,'Burly Rockjaw Trogg'),
|
|
(724,0,1,'Kill!',12,0,100,0,0,0,1914,0,'Burly Rockjaw Trogg'),
|
|
(724,0,2,'Destroy!',12,0,100,0,0,0,1915,0,'Burly Rockjaw Trogg'),
|
|
(733,0,0,'Very good. You are relieved, private. Rest, but don\'t get too comfortable. Kurzen won\'t leave us alone forever.',12,7,100,1,0,0,108,0,'Sergeant Yohwa'),
|
|
(738,0,0,'Time for my patrol. I\'ll be back shortly.',12,7,100,66,0,0,102,0,'Private Thorsen'),
|
|
(738,1,0,'Now that the coast is clear...',12,7,100,0,0,0,103,0,'Private Thorsen'),
|
|
(738,2,0,'Well I\'m here. And I\'m ready to rejoin...',12,7,100,1,0,0,23,0,'Private Thorsen'),
|
|
(738,3,0,'Thanks for saving me!',12,7,100,2,0,0,100,0,'Private Thorsen'),
|
|
(738,4,0,'I\'ve been gone a long time...I better get back.',12,7,100,1,0,0,105,0,'Private Thorsen'),
|
|
(738,5,0,'Private Thorsen returning from patrol. Nothing new to report - it\'s pretty quiet out there...',12,7,100,66,0,0,106,0,'Private Thorsen'),
|
|
(751,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Marsh Flesheater'),
|
|
(773,0,0,'%s snorts a speck of dream dust up his nose...',16,0,100,0,0,0,1548,0,'Krazek'),
|
|
(773,1,0,'%s is dazed...',16,0,100,0,0,0,1549,0,'Krazek'),
|
|
(773,2,0,'ACHOO!',12,0,100,33,0,0,1550,0,'Krazek'),
|
|
(773,3,0,'Wow! $n, that dream dust is powerful stuff!',12,0,100,5,0,0,1551,0,'Krazek'),
|
|
(775,0,0,'You\'re not joining anyone, Thorsen..',12,7,100,25,0,0,24,0,'Kurzen\'s Agent'),
|
|
(775,1,0,'Now you die!',12,7,100,0,0,0,101,0,'Kurzen\'s Agent'),
|
|
(777,0,0,'Hello, Antonio. It\'s good to see you safely made it here again. Let me know if you need anything.',12,7,100,1,0,0,703,0,'Amy Davenport'),
|
|
(777,1,0,'Take care of yourself, Antonio. I\'ll see you in another week.',12,7,100,3,0,0,715,0,'Amy Davenport'),
|
|
(794,0,0,'Dang! Fish arent biting here either. I am gonna go back to my ol fishin hole!',12,7,100,0,0,0,894,0,'Matt'),
|
|
(794,1,0,'Gee, fish sure dont seem to be biting here. Maybe I should go over to Crystal Lake to try my luck there!',12,7,100,0,0,0,893,0,'Matt'),
|
|
(821,0,0,'All clear on Sentinel Hill, Lord Stoutmantle. Heavy Defias movement reported in Moonbrook, however.',12,7,100,0,0,0,43,0,'Captain Danuvin'),
|
|
(824,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Digger - Random Say on Aggro'),
|
|
(824,0,1,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Digger - Random Say on Aggro'),
|
|
(836,0,1,'There\'s nothing like some scalding mornbrew on a chilly Dun Morogh day to get things started right!',12,0,100,1,0,0,4377,0,'Durnan Furcutter after quest'),
|
|
(836,1,1,'Oooooo hot hot hot! If that won\'t put spring in your step, I don\'t know what will!',12,0,100,400,0,0,4378,0,'Durnan Furcutter after quest'),
|
|
(844,0,0,'Wares for sale! Wares for sale! Come browse Antonio\'s wares before I must take my leave, citizens of Goldshire.',12,7,100,22,0,0,721,0,'Antonio Perelli'),
|
|
(844,0,1,'Come one, come all! Antonio\'s wares are for sale. I may not return for a great deal of time, so come one, come all.',12,7,100,22,0,0,722,0,'Antonio Perelli'),
|
|
(844,0,2,'Good people of Goldshire, come take advantage of my incredible prices on rare goods. I shall not return for some time!',12,7,100,22,0,0,723,0,'Antonio Perelli'),
|
|
(844,1,0,'Good bye, Goldshire. I\'ll be back soon enough-- perhaps a week\'s time.',12,7,100,3,0,0,724,0,'Antonio Perelli'),
|
|
(844,2,0,'Known throughout the lands, Antonio Perelli\'s goods now for sale near Sentinel Hill! I must move on soon, so make haste.',12,7,100,22,0,0,726,0,'Antonio Perelli'),
|
|
(844,2,1,'Long-lasting, well-crafted items for sale near the Hill! Come one, come all! Time is short, so make haste.',12,7,100,22,0,0,727,0,'Antonio Perelli'),
|
|
(844,2,2,'The time has come for me to once again make my wares available to all who travel near Sentinel Hill! Come one, come all!',12,7,100,22,0,0,728,0,'Antonio Perelli'),
|
|
(844,3,0,'Thank you, all. I shall return again in about a week.',12,7,100,3,0,0,729,0,'Antonio Perelli'),
|
|
(844,4,0,'Off to Darkshire then, I suppose.',12,7,100,0,0,0,730,0,'Antonio Perelli'),
|
|
(844,5,0,'%s lets out a deep sigh.',16,0,100,0,0,0,683,0,'Antonio Perelli'),
|
|
(844,6,0,'I hate this part of my job. Oh Duskwood, be gentle with poor Antonio.',12,7,100,0,0,0,684,0,'Antonio Perelli'),
|
|
(844,7,0,'Travelers and adventurers make haste to the town circle and take advantage of Antonio\'s wonderful prices! Come one, come all!',12,7,100,22,0,0,688,0,'Antonio Perelli'),
|
|
(844,7,1,'Well met, travelers of Duskwood! My incredible wares are on sale for a short time in Darkshire. Make haste!',12,7,100,22,0,0,689,0,'Antonio Perelli'),
|
|
(844,7,2,'Leave your battles or errands, and browse my incredible wares! Only in Darkshire for a short time... praise the Light for that.',12,7,100,22,0,0,690,0,'Antonio Perelli'),
|
|
(844,8,0,'Farewell, citizens of Darkshire. Until next time...',12,7,100,3,0,0,691,0,'Antonio Perelli'),
|
|
(844,9,0,'Finally, Redridge. A pleasant change from the dark, cold fog of Duskwood.',12,7,100,0,0,0,692,0,'Antonio Perelli'),
|
|
(844,10,0,'Hello, hello, Amy. It\'s good to be back in Lakeshire and to see you, milady.',12,7,100,3,0,0,702,0,'Antonio Perelli'),
|
|
(844,11,0,'I\'ve finally reached Lakeshire-- come one, come all, and take advantage of Antonio Perelli\'s wonderful deals.',12,7,100,22,0,0,712,0,'Antonio Perelli'),
|
|
(844,11,1,'Items powerful enough to help make the journey through Duskwood, Antonio Perelli\'s goods are now for sale here in Lakeshire.',12,7,100,22,0,0,713,0,'Antonio Perelli'),
|
|
(844,11,2,'Hear ye, hear ye! I\'ll pause to sell my wares for only a short time here in Lakeshire. Come to the town hall with haste!',12,7,100,22,0,0,704,0,'Antonio Perelli'),
|
|
(844,12,0,'Good to see you again, Amy. Be safe, luv. I\'m off to Goldshire now.',12,7,100,0,0,0,714,0,'Antonio Perelli'),
|
|
(844,13,0,'Hello, my friends. It is good to see you again. Still keeping our borders free I see. Antonio appreciates your hard work.',12,7,100,3,0,0,716,0,'Antonio Perelli'),
|
|
(844,14,0,'You\'re very welcome! I must be on my way... be safe, all of you.',12,7,100,1,0,0,717,0,'Antonio Perelli'),
|
|
(844,15,0,'Oh, I will, my friend. I will indeed. You, too, be safe.',12,7,100,0,0,0,720,0,'Antonio Perelli'),
|
|
(844,16,0,'Items of antiquity, weapons of war, armor or rarity. Who knows what Antonio will be carrying this week if you do not come look.',12,7,100,22,0,0,685,0,'Antonio Perelli'),
|
|
(844,16,1,'This week it could be eye of newt, or perhaps a treasure map. You\'ll never know unless you look. What could Antonio have?',12,7,100,22,0,0,686,0,'Antonio Perelli'),
|
|
(844,16,2,'Adventurers from all over sell things to Antonio-- come look for yourselves what little treasures he has for you this week.',12,7,100,22,0,0,687,0,'Antonio Perelli'),
|
|
(881,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Surena Caledon - Random Say on Aggro'),
|
|
(881,0,1,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Surena Caledon - Random Say on Aggro'),
|
|
(889,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Splinter Fist Ogre'),
|
|
(889,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Splinter Fist Ogre'),
|
|
(889,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Splinter Fist Ogre'),
|
|
(891,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Splinter Fist Fire Weaver'),
|
|
(891,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Splinter Fist Fire Weaver'),
|
|
(891,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Splinter Fist Fire Weaver'),
|
|
(892,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Splinter Fist Taskmaster'),
|
|
(892,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Splinter Fist Taskmaster'),
|
|
(892,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Splinter Fist Taskmaster'),
|
|
(903,0,0,'Marshal Marris expects the reserve from Stormwind any time now. . . .',12,7,100,1,0,0,53,0,'Guard Howe'),
|
|
(931,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Ariena Stormfeather'),
|
|
(932,0,0,'Where are those reinforcements from Stormwind? Heavy Blackrock activity has been reported in the East.',12,7,100,6,0,0,51,0,'Guard Ashlock'),
|
|
(933,0,0,'Hopefully the reinforcements from Stormwind show up soon. . . .',12,7,100,1,0,0,49,0,'Guard Hiett'),
|
|
(935,0,0,'Still no sign of the 2nd Battalion from Stormwind. Reports are coming in of Shadowhide movement in the Northeast.',12,7,100,6,0,0,52,0,'Guard Pearce'),
|
|
(946,0,0,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Frostmane Novice'),
|
|
(946,0,1,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Frostmane Novice'),
|
|
(946,0,2,'You be dead soon!',12,0,100,0,0,0,10434,0,'Frostmane Novice'),
|
|
(946,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Frostmane Novice'),
|
|
(988,0,0,'Hmph, no doubt she believes herself to be the new mistress of Stonard. Perhaps we should offer to help her succubi tidy up her messes?',12,0,100,11,0,0,14104,0,'Kartosh'),
|
|
(1007,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Mosshide Gnoll - Random Say on Aggro'),
|
|
(1007,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Mosshide Gnoll - Random Say on Aggro'),
|
|
(1008,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Mosshide Mongrel - Random Say on Aggro'),
|
|
(1008,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Mosshide Mongrel - Random Say on Aggro'),
|
|
(1009,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Mosshide Mistweaver - Random Say on Aggro'),
|
|
(1009,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Mosshide Mistweaver - Random Say on Aggro'),
|
|
(1010,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Mosshide Fenrunner - Random Say on Aggro'),
|
|
(1010,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Mosshide Fenrunner - Random Say on Aggro'),
|
|
(1011,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Mosshide Trapper - Random Say on Aggro'),
|
|
(1011,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Mosshide Trapper - Random Say on Aggro'),
|
|
(1012,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Mosshide Brute - Random Say on Aggro'),
|
|
(1012,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Mosshide Brute - Random Say on Aggro'),
|
|
(1013,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Mosshide Mystic - Random Say on Aggro'),
|
|
(1013,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Mosshide Mystic - Random Say on Aggro'),
|
|
(1014,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Mosshide Alpha - Random Say on Aggro'),
|
|
(1014,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Mosshide Alpha - Random Say on Aggro'),
|
|
(1021,0,0,'%s lets out a high pitched screech, calling for help!',16,0,100,0,0,0,2481,0,'Mottled Screecher - Call for help Say'),
|
|
(1034,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Dragonmaw Raider'),
|
|
(1034,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Dragonmaw Raider'),
|
|
(1034,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Dragonmaw Raider'),
|
|
(1035,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Dragonmaw Swamprunner'),
|
|
(1035,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Dragonmaw Swamprunner'),
|
|
(1035,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Dragonmaw Swamprunner'),
|
|
(1036,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Dragonmaw Centurion'),
|
|
(1036,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Dragonmaw Centurion'),
|
|
(1036,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Dragonmaw Centurion'),
|
|
(1037,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Dragonmaw Shadowwarder'),
|
|
(1037,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Dragonmaw Shadowwarder'),
|
|
(1037,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Dragonmaw Shadowwarder'),
|
|
(1037,1,0,'%s goes into a frenzy!',16,0,100,0,0,0,2384,0,'Dragonmaw Shadowwarder'),
|
|
(1038,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Dragonmaw Shadowwarder'),
|
|
(1038,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Dragonmaw Shadowwarder'),
|
|
(1038,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Dragonmaw Shadowwarder'),
|
|
(1051,0,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Dark Iron Dwarf'),
|
|
(1051,0,1,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Dark Iron Dwarf'),
|
|
(1051,0,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Dark Iron Dwarf'),
|
|
(1052,0,0,'Wahehe! I\'m taking you down with me!',12,7,100,0,0,0,638,0,'Dark Iron Saboteur'),
|
|
(1052,1,0,'%s\'s eyes glow red as he lights his dynamite and begins to cackle madly!',16,7,100,0,0,0,637,0,'Dark Iron Saboteur'),
|
|
(1052,2,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Dark Iron Saboteur'),
|
|
(1052,2,1,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Dark Iron Saboteur'),
|
|
(1052,2,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Dark Iron Saboteur'),
|
|
(1053,0,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Dark Iron Tunneler'),
|
|
(1053,0,1,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Dark Iron Tunneler'),
|
|
(1053,0,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Dark Iron Tunneler'),
|
|
(1054,0,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Dark Iron Demolitionist'),
|
|
(1054,0,1,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Dark Iron Demolitionist'),
|
|
(1054,0,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Dark Iron Demolitionist'),
|
|
(1057,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Dragonmaw Bonewarder'),
|
|
(1057,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Dragonmaw Bonewarder'),
|
|
(1057,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Dragonmaw Bonewarder'),
|
|
(1061,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Gan\'zulah'),
|
|
(1063,0,0,'I cannot permit you to enter the Temple! I must destroy you for your own good!',12,0,100,0,0,0,9589,0,'Jade'),
|
|
(1065,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Shaman - Random Say on Aggro'),
|
|
(1065,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Shaman - Random Say on Aggro'),
|
|
(1077,0,0,'I figured Flagongut would send someone for that fossil eventually.',12,7,100,0,0,0,1235,0,'Prospector Whelgar'),
|
|
(1093,0,0,'The Stonewrought Dam has been saved! Three cheers for $n!',14,7,100,22,0,0,546,0,'Chief Engineer Hinderweir VII'),
|
|
(1115,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Rockjaw Skullthumper'),
|
|
(1115,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Rockjaw Skullthumper'),
|
|
(1115,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Rockjaw Skullthumper'),
|
|
(1116,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Rockjaw Ambusher'),
|
|
(1116,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Rockjaw Ambusher'),
|
|
(1116,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Rockjaw Ambusher'),
|
|
(1117,0,0,'Crush!',12,0,100,0,0,0,1913,0,'Rockjaw Bonesnapper'),
|
|
(1117,0,1,'Kill!',12,0,100,0,0,0,1914,0,'Rockjaw Bonesnapper'),
|
|
(1117,0,2,'Destroy!',12,0,100,0,0,0,1915,0,'Rockjaw Bonesnapper'),
|
|
(1118,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Rockjaw Backbreaker'),
|
|
(1118,1,0,'Crush!',12,0,100,0,0,0,1913,0,'Rockjaw Backbreaker'),
|
|
(1118,1,1,'Kill!',12,0,100,0,0,0,1914,0,'Rockjaw Backbreaker'),
|
|
(1118,1,2,'Destroy!',12,0,100,0,0,0,1915,0,'Rockjaw Backbreaker'),
|
|
(1119,0,0,'Time to bash!',12,0,100,0,0,0,1917,0,'Hammerspine'),
|
|
(1120,0,0,'You be dead soon!',12,0,100,0,0,0,10434,0,'Frostmane Troll'),
|
|
(1120,0,1,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Frostmane Troll'),
|
|
(1120,0,2,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Frostmane Troll'),
|
|
(1120,0,3,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Frostmane Troll'),
|
|
(1121,0,0,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Frostmane Snowstrider'),
|
|
(1121,0,1,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Frostmane Snowstrider'),
|
|
(1121,0,2,'You be dead soon!',12,0,100,0,0,0,10434,0,'Frostmane Snowstrider'),
|
|
(1121,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Frostmane Snowstrider'),
|
|
(1122,0,0,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Frostmane Hideskinner'),
|
|
(1122,0,1,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Frostmane Hideskinner'),
|
|
(1122,0,2,'You be dead soon!',12,0,100,0,0,0,10434,0,'Frostmane Hideskinner'),
|
|
(1122,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Frostmane Hideskinner'),
|
|
(1123,0,0,'You be dead soon!',12,0,100,0,0,0,10434,0,'Frostmane Headhunter'),
|
|
(1123,0,1,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Frostmane Headhunter'),
|
|
(1123,0,2,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Frostmane Headhunter'),
|
|
(1123,0,3,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Frostmane Headhunter'),
|
|
(1124,0,0,'Have a taste of Frostmane magics.',12,14,100,0,0,0,1910,0,'Frostmane Shadowcaster'),
|
|
(1124,0,1,'All you $R want is my weed.',12,14,100,0,0,0,1911,0,'Frostmane Shadowcaster'),
|
|
(1140,0,0,'%s lets out a high pitched screech, calling for help!',16,0,100,0,0,0,2481,0,'Razormaw Matriarch - Call for help Say'),
|
|
(1141,0,0,'All hail $n, a $c of worth!',12,7,100,22,0,0,1718,0,'Angus Stern'),
|
|
(1141,1,0,'Behold! The Blue Recluse holds a feast in $g his:her; honor!',12,7,100,25,0,0,1719,0,'Angus Stern'),
|
|
(1142,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Mosh\'Ogg Brute'),
|
|
(1142,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mosh\'Ogg Brute'),
|
|
(1142,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Mosh\'Ogg Brute'),
|
|
(1144,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Mosh\'Ogg Witch Doctor'),
|
|
(1144,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mosh\'Ogg Witch Doctor'),
|
|
(1144,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Mosh\'Ogg Witch Doctor'),
|
|
(1157,0,0,'Time to join us, $c.',12,0,100,0,0,0,1942,0,'Cursed Sailor - Aggro Random Say'),
|
|
(1157,0,1,'Brains...',12,0,100,0,0,0,1940,0,'Cursed Sailor - Aggro Random Say'),
|
|
(1157,0,2,'A living $r... soon to be a dead like me.',12,0,100,0,0,0,1941,0,'Cursed Sailor - Aggro Random Say'),
|
|
(1158,0,0,'Time to join us, $c.',12,0,100,0,0,0,1942,0,'Cursed Marine - Aggro Random Say'),
|
|
(1158,0,1,'Brains...',12,0,100,0,0,0,1940,0,'Cursed Marine - Aggro Random Say'),
|
|
(1158,0,2,'A living $r... soon to be a dead like me.',12,0,100,0,0,0,1941,0,'Cursed Marine - Aggro Random Say'),
|
|
(1159,0,0,'Time to join us, $c.',12,0,100,0,0,0,1942,0,'First Mate Snellig'),
|
|
(1159,0,1,'Brains...',12,0,100,0,0,0,1940,0,'First Mate Snellig'),
|
|
(1159,0,2,'A living $r... soon to be a dead like me.',12,0,100,0,0,0,1941,0,'First Mate Snellig'),
|
|
(1160,0,0,'Time to join us, $c.',12,0,100,0,0,0,1942,0,'Captain Halyndor - Aggro Random Say'),
|
|
(1160,0,1,'Brains...',12,0,100,0,0,0,1940,0,'Captain Halyndor - Aggro Random Say'),
|
|
(1160,0,2,'A living $r... soon to be a dead like me.',12,0,100,0,0,0,1941,0,'Captain Halyndor - Aggro Random Say'),
|
|
(1161,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Stonesplinter Trogg'),
|
|
(1161,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Stonesplinter Trogg'),
|
|
(1161,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Stonesplinter Trogg'),
|
|
(1162,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Stonesplinter Scout'),
|
|
(1162,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Stonesplinter Scout'),
|
|
(1162,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Stonesplinter Scout'),
|
|
(1163,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Stonesplinter Skullthumper'),
|
|
(1163,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Stonesplinter Skullthumper'),
|
|
(1163,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Stonesplinter Skullthumper'),
|
|
(1164,0,0,'Crush!',12,0,100,0,0,0,1913,0,'Stonesplinter Bonesnapper'),
|
|
(1164,0,1,'Kill!',12,0,100,0,0,0,1914,0,'Stonesplinter Bonesnapper'),
|
|
(1164,0,2,'Destroy!',12,0,100,0,0,0,1915,0,'Stonesplinter Bonesnapper'),
|
|
(1165,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Stonesplinter Geomancer'),
|
|
(1165,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Stonesplinter Geomancer'),
|
|
(1165,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Stonesplinter Geomancer'),
|
|
(1166,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Stonesplinter Seer'),
|
|
(1166,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Stonesplinter Seer'),
|
|
(1166,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Stonesplinter Seer'),
|
|
(1167,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Stonesplinter Digger'),
|
|
(1167,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Stonesplinter Digger'),
|
|
(1167,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Stonesplinter Digger'),
|
|
(1169,0,0,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Dark Iron Insurgent'),
|
|
(1169,0,1,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Dark Iron Insurgent'),
|
|
(1169,0,2,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Dark Iron Insurgent'),
|
|
(1172,0,0,'Yip! Me kill!',12,0,100,0,0,0,1920,0,'Tunnel Rat Vermin'),
|
|
(1172,0,1,'Me no run from $C like you!',12,0,100,0,0,0,1921,0,'Tunnel Rat Vermin'),
|
|
(1172,0,2,'You no take candle!',12,0,100,0,0,0,1868,0,'Tunnel Rat Vermin'),
|
|
(1173,0,0,'Yip! Me kill!',12,0,100,0,0,0,1920,0,'Tunnel Rat Scout'),
|
|
(1173,0,1,'Me no run from $C like you!',12,0,100,0,0,0,1921,0,'Tunnel Rat Scout'),
|
|
(1173,0,2,'You no take candle!',12,0,100,0,0,0,1868,0,'Tunnel Rat Scout'),
|
|
(1174,0,0,'Yip! Me kill!',12,0,100,0,0,0,1920,0,'Tunnel Rat Geomancer'),
|
|
(1174,0,1,'Me no run from $C like you!',12,0,100,0,0,0,1921,0,'Tunnel Rat Geomancer'),
|
|
(1174,0,2,'You no take candle!',12,0,100,0,0,0,1868,0,'Tunnel Rat Geomancer'),
|
|
(1175,0,0,'Yip! Me kill!',12,0,100,0,0,0,1920,0,'Tunnel Rat Digger'),
|
|
(1175,0,1,'Me no run from $C like you!',12,0,100,0,0,0,1921,0,'Tunnel Rat Digger'),
|
|
(1175,0,2,'You no take candle!',12,0,100,0,0,0,1868,0,'Tunnel Rat Digger'),
|
|
(1176,0,0,'Yip! Me kill!',12,0,100,0,0,0,1920,0,'Tunnel Rat Forager'),
|
|
(1176,0,1,'Me no run from $C like you!',12,0,100,0,0,0,1921,0,'Tunnel Rat Forager'),
|
|
(1176,0,2,'You no take candle!',12,0,100,0,0,0,1868,0,'Tunnel Rat Forager'),
|
|
(1177,0,0,'Yip! Me kill!',12,0,100,0,0,0,1920,0,'Tunnel Rat Surveyor'),
|
|
(1177,0,1,'Me no run from $C like you!',12,0,100,0,0,0,1921,0,'Tunnel Rat Surveyor'),
|
|
(1177,0,2,'You no take candle!',12,0,100,0,0,0,1868,0,'Tunnel Rat Surveyor'),
|
|
(1178,0,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mo\'grosh Ogre'),
|
|
(1178,0,1,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mo\'grosh Ogre'),
|
|
(1179,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Mo\'grosh Enforcer'),
|
|
(1179,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mo\'grosh Enforcer'),
|
|
(1179,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mo\'grosh Enforcer'),
|
|
(1180,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Mo\'grosh Brute'),
|
|
(1180,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mo\'grosh Brute'),
|
|
(1180,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mo\'grosh Brute'),
|
|
(1181,0,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mo\'grosh Shaman'),
|
|
(1181,0,1,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mo\'grosh Shaman'),
|
|
(1183,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Mo\'grosh Mystic'),
|
|
(1183,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Mo\'grosh Mystic'),
|
|
(1183,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Mo\'grosh Mystic'),
|
|
(1197,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Stonesplinter Shaman'),
|
|
(1197,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Stonesplinter Shaman'),
|
|
(1197,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Stonesplinter Shaman'),
|
|
(1202,0,0,'Yip! Me kill!',12,0,100,0,0,0,1920,0,'Tunnel Rat Kobold'),
|
|
(1202,0,1,'Me no run from $C like you!',12,0,100,0,0,0,1921,0,'Tunnel Rat Kobold'),
|
|
(1202,0,2,'You no take candle!',12,0,100,0,0,0,1868,0,'Tunnel Rat Kobold'),
|
|
(1202,2,0,'Weak $C! You are no match for the Stonesplinter Tribe!',12,0,100,0,0,0,443,0,'Tunnel Rat Kobold'),
|
|
(1202,2,1,'The only good $R is a dead $R!',12,0,100,0,0,0,447,0,'Tunnel Rat Kobold'),
|
|
(1205,0,0,'A $C called $n? You\'ll make a fine breakfast!',12,0,100,0,0,0,444,0,'Grawmug'),
|
|
(1205,0,1,'Weak $C! You are no match for the Stonesplinter Tribe!',12,0,100,0,0,0,443,0,'Grawmug'),
|
|
(1205,0,2,'The only good $R is a dead $R!',12,0,100,0,0,0,447,0,'Grawmug'),
|
|
(1205,0,3,'The Stonesplinter Tribe shall see to your doom!',12,0,100,0,0,0,445,0,'Grawmug'),
|
|
(1205,0,4,'Die, $R! These lands belong to the Stonesplinter Tribe!',12,0,100,0,0,0,446,0,'Grawmug'),
|
|
(1205,0,5,'The Loch belongs to the Stonesplinter Tribe now, $n! Now die!',12,0,100,0,0,0,448,0,'Grawmug'),
|
|
(1210,0,0,'Bash it!',12,7,100,0,0,0,1929,0,'Chok\'sul'),
|
|
(1210,0,1,'Dat $R look gud to eat!',12,7,100,0,0,0,1928,0,'Chok\'sul'),
|
|
(1210,0,2,'Huh? What dat?',12,7,100,0,0,0,1931,0,'Chok\'sul'),
|
|
(1210,0,3,'Me smash you!',12,7,100,0,0,0,1930,0,'Chok\'sul'),
|
|
(1211,0,0,'I\'ll cut you!',12,7,100,0,0,0,1912,0,'Leper Gnome'),
|
|
(1222,0,0,'Die in the name of Ragnaros!',12,7,100,0,0,0,434,0,'Dark Iron Sapper'),
|
|
(1222,0,1,'The Thandol Span fell to Ragnaros. So shall the Stonewrought Dam!',12,7,100,0,0,0,435,0,'Dark Iron Sapper'),
|
|
(1222,0,2,'King Magni Bronzebeard is a fool and a charlatan!',12,7,100,0,0,0,436,0,'Dark Iron Sapper'),
|
|
(1222,1,0,'Wahehe! I\'m taking you down with me!',12,7,100,11,0,0,638,0,'Dark Iron Sapper'),
|
|
(1222,2,0,'%s\'s eyes glow red as he lights his dynamite and begins to cackle madly!',16,7,100,0,0,0,637,0,'Dark Iron Sapper'),
|
|
(1236,0,0,'You no take candle!',12,0,100,0,0,0,16658,0,'Kobold Digger - Random Say on Aggro'),
|
|
(1236,0,1,'Yiieeeee! Me run!',12,7,100,0,0,0,1864,0,'Kobold Digger - Random Say on Aggro'),
|
|
(1236,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Kobold Digger'),
|
|
(1239,0,0,'I\'m cursed! First my ship sinks, and now...I\'m out of mead!',12,7,100,0,0,0,552,0,'First Mate Fitzsimmons'),
|
|
(1239,0,1,'Curse you, Halyndor! You led us to our doom!',12,7,100,0,0,0,553,0,'First Mate Fitzsimmons'),
|
|
(1239,0,2,'Don\'t mind me, or my smell...because I sure don\'t!',12,7,100,0,0,0,554,0,'First Mate Fitzsimmons'),
|
|
(1239,0,3,'Ah, beautiful Menethil Harbor, with the best mead this side of Ironforge.',12,7,100,0,0,0,556,0,'First Mate Fitzsimmons'),
|
|
(1239,0,4,'Oh, my brothers! May you find rest in your watery graves!',12,7,100,0,0,0,557,0,'First Mate Fitzsimmons'),
|
|
(1251,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Splinter Fist Firemonger'),
|
|
(1251,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Splinter Fist Firemonger'),
|
|
(1251,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Splinter Fist Firemonger'),
|
|
(1260,0,0,'You dare defile Frostmane Hold, $R. Prepare to die!',12,14,100,0,0,0,1918,0,'Great Father Arctikus'),
|
|
(1260,0,1,'Oh, we are going to get along just fine, $n.',12,14,100,0,0,0,1919,0,'Great Father Arctikus'),
|
|
(1263,0,0,'Come back, Fluffy!',12,6,100,0,0,0,159,0,'Yarlyn Amberstill'),
|
|
(1263,0,1,'Why do you run from me, Fluffy?!',12,6,100,0,0,0,160,0,'Yarlyn Amberstill'),
|
|
(1263,0,2,'Cmon, Fluffy! I just want to give you a bath!',12,6,100,0,0,0,161,0,'Yarlyn Amberstill'),
|
|
(1263,0,3,'Fluffy! Fluffy, stop running!',12,6,100,0,0,0,162,0,'Yarlyn Amberstill'),
|
|
(1263,0,4,'Carrots every day for a year if you stop!',12,6,100,0,0,0,164,0,'Yarlyn Amberstill'),
|
|
(1263,0,5,'Don make me get my pappy to catch you! He likes to catch bunnies using his rifle!',12,6,100,0,0,0,165,0,'Yarlyn Amberstill'),
|
|
(1268,0,0,'Hmm, I suppose it could work. But it could really use a little more umph!',12,0,100,0,0,0,39711,0,'Ozzie Togglevolt reply'),
|
|
(1268,1,0,'Precisely.',12,7,100,273,0,0,1891,0,'Ozzie Togglevolt'),
|
|
(1268,1,1,'My thoughts exactly.',12,7,100,273,0,0,1892,0,'Ozzie Togglevolt'),
|
|
(1268,1,2,'Couldn\'t have said it better myself.',12,7,100,273,0,0,1893,0,'Ozzie Togglevolt'),
|
|
(1268,1,3,'Most definitely.',12,7,100,273,0,0,1894,0,'Ozzie Togglevolt'),
|
|
(1268,1,4,'I was thinking the same thing.',12,7,100,273,0,0,1895,0,'Ozzie Togglevolt'),
|
|
(1269,0,0,'Let me install these Gyromechanic Gears and Restabilization Cogs and we\'ll fire up The Recombobulator.',12,7,100,0,0,0,1883,0,'Razzle Sprysprocket'),
|
|
(1269,1,0,'That should do the trick.',12,7,100,0,0,0,1884,0,'Razzle Sprysprocket'),
|
|
(1269,2,0,'Time to save the entire gnomish race. Here goes nothing!',12,7,100,5,0,0,1885,0,'Razzle Sprysprocket'),
|
|
(1269,3,0,'Back to the drawing board.',12,7,100,0,0,0,1887,0,'Razzle Sprysprocket'),
|
|
(1269,4,0,'Perhaps a bit more grease will do the trick.',12,7,100,1,0,0,1888,0,'Razzle Sprysprocket'),
|
|
(1269,4,1,'Pretty close that time. I think we\'ve almost got it.',12,7,100,1,0,0,1889,0,'Razzle Sprysprocket'),
|
|
(1269,4,2,'The Recombobulator is shaping up quite nicely. Just a few adjustments to go!',12,7,100,1,0,0,1890,0,'Razzle Sprysprocket'),
|
|
(1309,0,0,'These are fine pieces, $n. Let me get started on your robe.',12,7,100,1,0,0,2647,0,'Wynne Larson'),
|
|
(1309,1,0,'That\'s it! It\'s all finished, $n.',12,7,100,1,0,0,2648,0,'Wynne Larson'),
|
|
(1309,2,0,'Ok, let\'s get to work!',12,7,100,0,0,0,2649,0,'Wynne Larson'),
|
|
(1309,3,0,'Now where did I put that silver spool...',12,7,100,0,0,0,2651,0,'Wynne Larson'),
|
|
(1309,4,0,'Aha! There it is.',12,7,100,0,0,0,2650,0,'Wynne Larson'),
|
|
(1311,0,0,'Hooray, $n!',12,7,100,4,0,0,1733,0,'Joachim Brenlow'),
|
|
(1311,0,1,'Long live $n!',12,7,100,4,0,0,1736,0,'Joachim Brenlow'),
|
|
(1328,0,0,'%s returns the rude gesture to $n.',16,0,100,14,0,0,1521,0,'Elly Langston'),
|
|
(1328,1,0,'What can I do for you?',12,0,100,1,0,0,1529,0,'Elly Langston'),
|
|
(1328,1,1,'What do you fancy, $g sir:miss,',12,0,100,1,0,0,1530,0,'Elly Langston'),
|
|
(1328,1,2,'Been a tough day? A nice ale should loosen those worries right up.',12,0,100,1,0,0,1531,0,'Elly Langston'),
|
|
(1328,1,3,'Well hello, $n, what can I get you today?',12,0,100,1,0,0,1532,0,'Elly Langston'),
|
|
(1328,1,4,'Hi, What would you like?',12,0,100,1,0,0,1533,0,'Elly Langston'),
|
|
(1328,1,5,'Good day, $c. What would you like?',12,0,100,1,0,0,1534,0,'Elly Langston'),
|
|
(1328,1,6,'Look what the cat dragged in. What can I get you, $n?',12,0,100,1,0,0,1535,0,'Elly Langston'),
|
|
(1328,1,7,'Do you think I need more pieces of flair?',12,0,100,1,0,0,1536,0,'Elly Langston'),
|
|
(1364,0,0,'This land belongs to the Dark Iron Dwarves. Prepare to see the afterlife, $C!',12,6,100,0,0,0,455,0,'Balgaras the Foul'),
|
|
(1364,0,1,'$n! Betrayer of Ragnaros!',12,6,100,0,0,0,449,0,'Balgaras the Foul'),
|
|
(1364,0,2,'The Dark Iron Dwarves shall reclaim their rightful lands!',12,6,100,0,0,0,450,0,'Balgaras the Foul'),
|
|
(1364,0,3,'Foolish $C! You are no match for the minions of Ragnaros!',12,6,100,0,0,0,451,0,'Balgaras the Foul'),
|
|
(1364,0,4,'A worthless $R such as you, $n, has no right to walk these lands!',12,6,100,0,0,0,452,0,'Balgaras the Foul'),
|
|
(1364,0,5,'$n! Prepare to meet your doom!',12,6,100,0,0,0,453,0,'Balgaras the Foul'),
|
|
(1364,0,6,'Who is this weak $C who challenges my might? Die fool!',12,6,100,0,0,0,454,0,'Balgaras the Foul'),
|
|
(1364,0,7,'I am Balgaras the Foul. And you, $n, are about to become nothing more than ash and dust.',12,6,100,0,0,0,456,0,'Balgaras the Foul'),
|
|
(1366,0,0,'You\'re making that up.',12,7,100,1,0,0,144,0,'Adam - Talk'),
|
|
(1366,0,1,'Shhh! You\'re scaring the fish away.',12,7,100,1,0,0,143,0,'Adam - Talk'),
|
|
(1366,0,2,'Really?',12,7,100,1,0,0,147,0,'Adam - Talk'),
|
|
(1366,0,3,'Nuh uh.',12,7,100,1,0,0,136,0,'Adam - Talk'),
|
|
(1366,0,4,'Maybe we should go to the bridge and fish.',12,7,100,1,0,0,146,0,'Adam - Talk'),
|
|
(1366,0,5,'Liar!',12,7,100,1,0,0,138,0,'Adam - Talk'),
|
|
(1366,0,6,'If you fished as well as you talked the ocean wouldn\'t have any fish left.',12,7,100,1,0,0,142,0,'Adam - Talk'),
|
|
(1366,0,7,'If you could catch a fish big enough for your mouth we\'d never be hungry again.',12,7,100,1,0,0,145,0,'Adam - Talk'),
|
|
(1366,1,0,'C\'mon, let\'s try somewhere else.',12,7,100,1,0,0,1086,0,'Adam - Talk'),
|
|
(1367,0,0,'I heard that there are these huge fish that can walk on land to hunt, and eat people!',12,7,100,1,0,0,139,0,'Billy - Talk'),
|
|
(1367,0,1,'My daddy says that in the ocean, there are fish so big they could swallow a whole ship.',12,7,100,1,0,0,133,0,'Billy - Talk'),
|
|
(1367,0,2,'I heard a story about this golden fish, and if you caught it you would get three wishes!',12,7,100,1,0,0,141,0,'Billy - Talk'),
|
|
(1367,0,3,'And one time, at camp, I caught a fish that was bigger than I am!!',12,7,100,1,0,0,140,0,'Billy - Talk'),
|
|
(1367,0,4,'I caught a big one last week, it had three eyes!',12,7,100,1,0,0,132,0,'Billy - Talk'),
|
|
(1367,0,5,'My daddy can catch more fish than your daddy!',12,7,100,1,0,0,134,0,'Billy - Talk'),
|
|
(1367,1,0,'Think there are any fish in here?',12,7,100,1,0,0,131,0,'Billy - Talk'),
|
|
(1367,2,0,'Look! Look! I caught something! Aww....it\'s just a stinky ol\' boot.',12,7,100,1,0,0,135,0,'Billy - Talk'),
|
|
(1368,0,0,'And so the knights stood before the charging Horde and held their ground as a thousand berserk orcs came through the valley.',12,7,100,1,0,0,150,0,'Justin - Talk'),
|
|
(1368,0,1,'And that\'s how Lothar killed thirty six orcs with his bare hands!',12,7,100,1,0,0,149,0,'Justin - Talk'),
|
|
(1368,0,2,'And then the rabbit just bit his head off... I swear.',12,7,100,1,0,0,155,0,'Justin - Talk'),
|
|
(1368,0,3,'They say he can turn into a raven sometimes.',12,7,100,1,0,0,151,0,'Justin - Talk'),
|
|
(1368,0,4,'You know there are crocolisks in the Canals. They were brought from the swamp as pets, but got thrown in the canals.',12,7,100,1,0,0,156,0,'Justin - Talk'),
|
|
(1368,0,5,'You know why orc eyes glow red? It\'s because they drink blood!',12,7,100,1,0,0,152,0,'Justin - Talk'),
|
|
(1368,0,6,'I swear, people have actually seen them. Pandaren really do exist!',12,7,100,1,0,0,154,0,'Justin - Talk'),
|
|
(1368,0,7,'There is no spoon.',12,7,100,1,0,0,153,0,'Justin - Talk'),
|
|
(1370,0,0,'My father says that\'s just a story.',12,7,100,1,0,0,168,0,'Brandon - Talk'),
|
|
(1370,0,1,'Can you imagine?',12,7,100,1,0,0,169,0,'Brandon - Talk'),
|
|
(1370,0,2,'Oh c\'mon, that\'s not true.',12,7,100,1,0,0,166,0,'Brandon - Talk'),
|
|
(1370,0,3,'Oh yeah, I heard about that.',12,7,100,1,0,0,158,0,'Brandon - Talk'),
|
|
(1370,0,4,'Really?',12,7,100,1,0,0,147,0,'Brandon - Talk'),
|
|
(1370,0,5,'Sounds kinda like one of Billy\'s fish stories to me.',12,7,100,1,0,0,170,0,'Brandon - Talk'),
|
|
(1370,0,6,'That\'s neat.',12,7,100,1,0,0,167,0,'Brandon - Talk'),
|
|
(1370,0,7,'Wow.',12,7,100,1,0,0,157,0,'Brandon - Talk'),
|
|
(1371,0,0,'Eww... that\'s not a fish!',12,7,100,1,0,0,173,0,'Roman - Talk'),
|
|
(1371,0,1,'I don\'t think there\'s any fish in these canals.',12,7,100,1,0,0,177,0,'Roman - Talk'),
|
|
(1371,0,2,'I got worm guts on my shoes.',12,7,100,1,0,0,174,0,'Roman - Talk'),
|
|
(1371,0,3,'I hope that was a fish!',12,7,100,1,0,0,176,0,'Roman - Talk'),
|
|
(1371,0,4,'I think I see something.',12,7,100,1,0,0,172,0,'Roman - Talk'),
|
|
(1371,0,5,'Something smells funny.',12,7,100,1,0,0,175,0,'Roman - Talk'),
|
|
(1371,0,6,'Worm goes on the hook, hook goes in the water. Fish is in the water, our fish.',12,7,100,1,0,0,178,0,'Roman - Talk'),
|
|
(1371,0,7,'I thought I heard something.',12,7,100,1,0,0,171,0,'Roman - Talk'),
|
|
(1373,0,0,'Ah, that sure does hit the spot! I think I\'ll get myself a couple more...can you watch these barrels for me, $n?',12,7,100,1,0,0,127,0,'Jarven Thunderbrew - asks player to watch the barrels'),
|
|
(1373,1,0,'Hey there, Belm! Give me a mug of Thunder Ale, and one for my good friend $n.',12,7,100,1,0,0,125,0,'Jarven Thunderbrew'),
|
|
(1373,2,0,'How goes the barrel watching...?',12,7,100,1,0,0,126,0,'Jarven Thunderbrew'),
|
|
(1373,3,0,'Well, back to business for me. But it sure was nice taking that short break, and it\'s always nice drinking Thunder Ale!',12,7,100,1,0,0,128,0,'Jarven Thunderbrew'),
|
|
(1377,0,0,'Ah yes. I\'ve heard all about those new flarged things. Armor was removed from the casing to decrease weight. Bargh! Nonsense!',12,7,100,1,0,0,233,0,'Pilot Stonegear'),
|
|
(1377,1,0,'Bah! By the time you got in range of old Trollplow you would be in reduced to rubble!',12,7,100,274,0,0,235,0,'Pilot Stonegear'),
|
|
(1377,2,0,'Hey Fizzer, I ever tell you the time I was riding through the canals and some goblins in shredder suits tried to ambush me?',12,7,100,1,0,0,237,0,'Pilot Stonegear'),
|
|
(1377,3,0,'Brahaha! Tha look on their faces as old Trollplow\'s gun came swiveling around to meet them! Their saws couldn\'t even touch me!',12,7,100,11,0,0,239,0,'Pilot Stonegear'),
|
|
(1377,4,0,'Bah! That\'s no fun!',12,7,100,274,0,0,241,0,'Pilot Stonegear'),
|
|
(1377,5,0,'Aye sure, just as long as we get to hit the arena right after!',12,7,100,1,0,0,244,0,'Pilot Stonegear'),
|
|
(1377,6,0,'Har! You scared I\'ll hurt your little dainty racer?',12,7,100,6,0,0,246,0,'Pilot Stonegear'),
|
|
(1377,7,0,'Haha! Sturdy old Trollplow has just a few meager battle scars!',12,7,100,11,0,0,248,0,'Pilot Stonegear'),
|
|
(1377,8,0,'Ha! I\'d take the sound of a Crater Cannon XT blasting off a shell over that any day!',12,7,100,5,0,0,250,0,'Pilot Stonegear'),
|
|
(1377,9,0,'Maybe, but if it did hit me upside the head I\'d know exactly which cannon to use to blow it into the smallest bits!',12,7,100,1,0,0,252,0,'Pilot Stonegear'),
|
|
(1378,0,0,'Hey Stone, did you hear about the new steam engine old Tonkrend has been runnin on?',12,7,100,1,0,0,232,0,'Pilot Bellowfiz'),
|
|
(1378,1,0,'Do you ever think about anything other than fighting? I could circle you down on the stretch course!',12,7,100,6,0,0,234,0,'Pilot Bellowfiz'),
|
|
(1378,2,0,'Argh! You\'re hopeless!',12,7,100,5,0,0,236,0,'Pilot Bellowfiz'),
|
|
(1378,3,0,'Ah, let me see. Yes probably nearing a hundred times now I\'d wager!',12,7,100,273,0,0,238,0,'Pilot Bellowfiz'),
|
|
(1378,4,0,'I would have just dropped some Evershine in my tank and been back home before they realized I\'d gone!',12,7,100,1,0,0,240,0,'Pilot Bellowfiz'),
|
|
(1378,5,0,'Hey Stone, let\'s hit the circuit some time. We could run a few laps and see who wins?',12,7,100,1,0,0,242,0,'Pilot Bellowfiz'),
|
|
(1378,6,0,'Nothing you can say will ever get me in the arena against that monstrosity of a machine you call a steam tank!',12,7,100,274,0,0,245,0,'Pilot Bellowfiz'),
|
|
(1378,7,0,'Ha! I\'m more afraid that those old holes and gashes would burst that thing and I would be showered by the shrapnel!',12,7,100,5,0,0,247,0,'Pilot Bellowfiz'),
|
|
(1378,8,0,'Nothing beats the sound of a twin-carb, fork-ring steam engine burning pure firestone!',12,7,100,1,0,0,249,0,'Pilot Bellowfiz'),
|
|
(1378,9,0,'Bah! You wouldn\'t know a great steam engine if it smacked you upside the head!',12,7,100,274,0,0,251,0,'Pilot Bellowfiz'),
|
|
(1379,0,0,'No two-bit traitor will stop the powder from getting to Ironband!',12,7,100,0,0,0,540,0,'Miran'),
|
|
(1379,1,0,'Help! I\'ve only one hand to defend myself with.',12,7,100,0,0,0,510,0,'Miran'),
|
|
(1379,2,0,'Send them on! I\'m not afraid of some scrawny beasts!',12,7,100,0,0,0,511,0,'Miran'),
|
|
(1379,3,0,'Ah, here at last! It\'s going to feel so good to get rid of these barrels.',12,7,100,0,0,0,498,0,'Miran'),
|
|
(1380,0,0,'Sorry, Huldar... But it seems I\'ve misled you.',12,7,100,0,0,0,192,0,'Saean'),
|
|
(1386,0,0,'Her methods are cowardly. She reminds me of the Forsaken apothecaries.',12,0,100,1,0,0,14105,0,'Rogvar'),
|
|
(1386,1,0,'Be quiet.',12,0,100,5,0,0,27000,0,'Rogvar'),
|
|
(1386,1,1,'Remember how quiet it was before the elves came here? I miss that.',12,0,100,6,0,0,27001,0,'Rogvar'),
|
|
(1386,1,2,'Shut up.',12,0,100,5,0,0,27002,0,'Rogvar'),
|
|
(1386,1,3,'I\'m not sure which one\'s crazier.',12,0,100,6,0,0,27003,0,'Rogvar'),
|
|
(1386,1,4,'I\'d give my pestle away for some earplugs.',12,0,100,1,0,0,27004,0,'Rogvar'),
|
|
(1387,0,0,'Grunts! Attack!',14,1,100,0,0,0,4558,0,'Thysta'),
|
|
(1393,0,0,'DESTROY!',12,0,100,0,0,0,1915,0,'Berserk Trogg'),
|
|
(1393,0,1,'KILL!',12,0,100,0,0,0,1914,0,'Berserk Trogg'),
|
|
(1393,0,2,'CRUSH!',12,0,100,0,0,0,1913,0,'Berserk Trogg'),
|
|
(1393,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Berserk Trogg'),
|
|
(1395,0,0,'It\'s all their fault, stupid Alliance army. Just had to build their towers right behind my farm.',12,7,100,0,0,0,186,0,'Ol\' Beasley'),
|
|
(1395,0,1,'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!',12,7,100,0,0,0,184,0,'Ol\' Beasley'),
|
|
(1395,0,2,'I will gladly pay you Tuesday for a hamburger today.',12,7,100,0,0,0,182,0,'Ol\' Beasley'),
|
|
(1395,0,3,'Could ye spare some coin?',12,7,100,0,0,0,179,0,'Ol\' Beasley'),
|
|
(1395,0,4,'Help a poor bloke out?',12,7,100,0,0,0,183,0,'Ol\' Beasley'),
|
|
(1395,0,5,'Shine yer armor for a copper.',12,7,100,0,0,0,185,0,'Ol\' Beasley'),
|
|
(1395,0,6,'It\'s all their fault, stupid orcs. Had to burn my farm to the ground.',12,7,100,0,0,0,187,0,'Ol\' Beasley'),
|
|
(1395,0,7,'Alms for the poor?',12,7,100,0,0,0,181,0,'Ol\' Beasley'),
|
|
(1397,0,0,'Have a taste of Frostmane magics.',12,14,100,0,0,0,1910,0,'Frostmane Seer'),
|
|
(1397,0,1,'All you $R want is my weed.',12,14,100,0,0,0,1911,0,'Frostmane Seer'),
|
|
(1398,0,0,'A $C called $n? You\'ll make a fine breakfast!',12,0,100,0,0,0,444,0,'Boss Galgosh'),
|
|
(1398,0,1,'Weak $C! You are no match for the Stonesplinter Tribe!',12,0,100,0,0,0,443,0,'Boss Galgosh'),
|
|
(1398,0,2,'The only good $R is a dead $R!',12,0,100,0,0,0,447,0,'Boss Galgosh'),
|
|
(1398,0,3,'The Stonesplinter Tribe shall see to your doom!',12,0,100,0,0,0,445,0,'Boss Galgosh - On Aggro'),
|
|
(1398,0,4,'Die, $R! These lands belong to the Stonesplinter Tribe!',12,0,100,0,0,0,446,0,'Boss Galgosh - On Aggro'),
|
|
(1398,0,5,'The Loch belongs to the Stonesplinter Tribe now, $n! Now die!',12,0,100,0,0,0,448,0,'Boss Galgosh - On Aggro'),
|
|
(1398,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Boss Galgosh'),
|
|
(1399,0,0,'The Loch belongs to the Stonesplinter Tribe now, $n! Now die!',12,0,100,0,0,0,448,0,'Magosh'),
|
|
(1399,0,1,'Die, $R! These lands belong to the Stonesplinter Tribe!',12,0,100,0,0,0,446,0,'Magosh'),
|
|
(1399,0,2,'Weak $C! You are no match for the Stonesplinter Tribe!',12,0,100,0,0,0,443,0,'Magosh'),
|
|
(1399,0,3,'A $C called $n? You\'ll make a fine breakfast!',12,0,100,0,0,0,444,0,'Magosh - on Aggro'),
|
|
(1399,0,4,'The Stonesplinter Tribe shall see to your doom!',12,0,100,0,0,0,445,0,'Magosh - on Aggro'),
|
|
(1399,0,5,'The only good $R is a dead $R!',12,0,100,0,0,0,447,0,'Magosh - on Aggro'),
|
|
(1402,0,0,'Could ye spare some coin?',12,7,100,0,0,0,179,0,'Topper McNabb'),
|
|
(1402,0,1,'Help a poor bloke out?',12,7,100,0,0,0,183,0,'Topper McNabb'),
|
|
(1402,0,2,'Shine yer armor for a copper.',12,7,100,0,0,0,185,0,'Topper McNabb'),
|
|
(1402,0,3,'It\'s all their fault, stupid orcs. Had to burn my farm to the ground.',12,7,100,0,0,0,187,0,'Topper McNabb'),
|
|
(1402,0,4,'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!',12,7,100,0,0,0,184,0,'Topper McNabb'),
|
|
(1402,0,5,'Alms for the poor?',12,7,100,0,0,0,181,0,'Topper McNabb'),
|
|
(1402,0,6,'I will gladly pay you Tuesday for a hamburger today.',12,7,100,0,0,0,182,0,'Topper McNabb'),
|
|
(1402,0,7,'It\'s all their fault, stupid Alliance army. Just had to build their towers right behind my farm.',12,7,100,0,0,0,186,0,'Topper McNabb'),
|
|
(1405,0,0,'Could ye spare some coin?',12,7,100,0,0,0,179,0,'Morris Lawry'),
|
|
(1405,0,1,'Help a poor bloke out?',12,7,100,0,0,0,183,0,'Morris Lawry'),
|
|
(1405,0,2,'Shine yer armor for a copper.',12,7,100,0,0,0,185,0,'Morris Lawry'),
|
|
(1405,0,3,'It\'s all their fault, stupid Alliance army. Just had to build their towers right behind my farm.',12,7,100,0,0,0,186,0,'Morris Lawry'),
|
|
(1405,0,4,'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!',12,7,100,0,0,0,184,0,'Morris Lawry'),
|
|
(1405,0,5,'I will gladly pay you Tuesday for a hamburger today.',12,7,100,0,0,0,182,0,'Morris Lawry'),
|
|
(1405,0,6,'It\'s all their fault, stupid orcs. Had to burn my farm to the ground.',12,7,100,0,0,0,187,0,'Morris Lawry'),
|
|
(1405,0,7,'Alms for the poor?',12,7,100,0,0,0,181,0,'Morris Lawry'),
|
|
(1410,0,0,'You won\'t escape alive!',12,0,100,0,0,0,16249,0,'Firewing Bloodwarder'),
|
|
(1410,0,1,'I will have your energy and then your life!',12,0,100,0,0,0,16254,0,'Firewing Bloodwarder'),
|
|
(1410,0,2,'Kill them before they get away!',12,0,100,0,0,0,16250,0,'Firewing Bloodwarder - On Aggro'),
|
|
(1410,0,3,'You know too much!',12,0,100,0,0,0,16251,0,'Firewing Bloodwarder - On Aggro'),
|
|
(1410,0,4,'For Kael\'thas!',12,0,100,0,0,0,16252,0,'Firewing Bloodwarder - On Aggro'),
|
|
(1410,0,5,'They mustn\'t escape!',12,0,100,0,0,0,16253,0,'Firewing Bloodwarder - On Aggro'),
|
|
(1413,0,0,'If we reverse the Essence flows perhaps we can alter the polarity.',12,7,100,1,0,0,201,0,'Janey Anship - Talk'),
|
|
(1413,0,1,'So then the array of magics would cascade into a chain reaction of positively charged energies.',12,7,100,1,0,0,203,0,'Janey Anship - Talk'),
|
|
(1413,0,2,'The portal will shift slightly, at this point if you cast a binding cantrip you will solidify it in place.',12,7,100,1,0,0,204,0,'Janey Anship - Talk'),
|
|
(1413,0,3,'When the positively aligned energies collide with the negatively charged energies, they don\'t negate one another.',12,7,100,1,0,0,205,0,'Janey Anship - Talk'),
|
|
(1413,0,4,'Maginor says that twisting alternating flows of positive energy actually creates a much more stable flow.',12,7,100,1,0,0,206,0,'Janey Anship - Talk'),
|
|
(1413,0,5,'The magical wards at that point should be supported enough by the energy flux to contain the entity.',12,7,100,1,0,0,207,0,'Janey Anship - Talk'),
|
|
(1413,0,6,'Why can\'t we just shift the array to compensate for the variance in the flux?',12,7,100,1,0,0,208,0,'Janey Anship - Talk'),
|
|
(1413,0,7,'Putting in twelve centers of focus might allow the magical energies to form more solidly, adding the necessary stability.',12,7,100,1,0,0,209,0,'Janey Anship - Talk'),
|
|
(1414,0,0,'But what if the resulting frequency shift were to send magical feedback up the flows?',12,7,100,1,0,0,210,0,'Lisan Pierce - Talk'),
|
|
(1414,0,1,'Wouldn\'t that cause the weave to unravel if not properly anchored before starting the casting?',12,7,100,1,0,0,211,0,'Lisan Pierce - Talk'),
|
|
(1414,0,2,'But wouldn\'t that mean crossing the streams? Isn\'t that really bad?',12,7,100,1,0,0,212,0,'Lisan Pierce - Talk'),
|
|
(1414,0,3,'The resultant energies could collapse though, and that could cause an energy flux that would give you a migraine for weeks.',12,7,100,1,0,0,213,0,'Lisan Pierce - Talk'),
|
|
(1414,0,4,'But isn\'t that what caused the initial problems with Adept Syleria\'s magical formulae?',12,7,100,1,0,0,214,0,'Lisan Pierce - Talk'),
|
|
(1414,0,5,'I think not, I don\'t need to be blown up again.',12,7,100,1,0,0,215,0,'Lisan Pierce - Talk'),
|
|
(1414,0,6,'That will unbalance the magical focus, though, and cause a reverse vibration in the ether.',12,7,100,1,0,0,216,0,'Lisan Pierce - Talk'),
|
|
(1414,0,7,'I suppose that could work, if we had twenty people to cast it with.',12,7,100,1,0,0,217,0,'Lisan Pierce - Talk'),
|
|
(1415,0,0,'What if we used three focuses in Tyrean pattern? That should solve it.',12,7,100,1,0,0,218,0,'Suzanne - Talk'),
|
|
(1415,0,1,'But if we stabilize it with an anchor thread at the appropriate energy crux then it should work.',12,7,100,1,0,0,219,0,'Suzanne - Talk'),
|
|
(1415,0,2,'Always so negative. The chances of that happening are between zero and none.',12,7,100,1,0,0,220,0,'Suzanne - Talk'),
|
|
(1415,0,3,'If we use the appropriate sequence we should be ok. Will just take some serious studying before we start.',12,7,100,1,0,0,221,0,'Suzanne - Talk'),
|
|
(1415,0,4,'Wow, all of this for a love potion. Hope he\'s worth it.',12,7,100,1,0,0,222,0,'Suzanne - Talk'),
|
|
(1415,0,5,'If we use the Surian theory, then yes, but not if we go with the Y\'serian approach.',12,7,100,1,0,0,223,0,'Suzanne - Talk'),
|
|
(1415,0,6,'At least we wouldn\'t be around to have to clean it up.',12,7,100,1,0,0,224,0,'Suzanne - Talk'),
|
|
(1415,0,7,'Only if we didn\'t follow the proper initialization procedures.',12,7,100,1,0,0,225,0,'Suzanne - Talk'),
|
|
(1416,0,0,'Follow me, good Paladin. I\'ll have your barding done faster than I could down a Dwarven stout. Mmmm... stout.',12,7,100,1,0,0,9776,0,'Grimand Elmore'),
|
|
(1416,1,0,'Well, that should do it. Come now, back to the shop to finish our business!',12,7,100,1,0,0,9779,0,'Grimand Elmore'),
|
|
(1416,2,0,'%s begins to work...',16,0,100,0,0,0,2346,0,'Grimand Elmore'),
|
|
(1416,3,0,'Amazing! It worked! $n, I have your armor.',12,7,100,5,0,0,2347,0,'Grimand Elmore'),
|
|
(1421,0,0,'Curse you, $n! One day, vengeance will be mine!',14,7,100,14,0,0,229,0,'Private Merle'),
|
|
(1423,0,0,'Hello again, Antonio. Thank you again for the hat for my wife. She adored it.',12,7,100,0,0,0,718,0,'Stormwind Guard'),
|
|
(1423,1,0,'Be safe, Antonio.',12,7,100,0,0,0,719,0,'Stormwind Guard'),
|
|
(1426,0,0,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Riverpaw Miner - Random Say on Aggro'),
|
|
(1426,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Riverpaw Miner - Random Say on Aggro'),
|
|
(1427,0,0,'Ah, much appreciated, Corbett. We\'ll get these on the racks immediately.',12,7,100,0,0,0,261,0,'Harlan Bagley'),
|
|
(1427,0,1,'Ah yes, and promptly delivered. As always, it\'s a pleasure doing business with you, Corbett.',12,7,100,0,0,0,262,0,'Harlan Bagley'),
|
|
(1428,0,0,'Corbett, dear. Harlan needs a load of knitted shirts and pants as soon as we can manage.',12,7,100,0,0,0,253,0,'Rema Schneider'),
|
|
(1428,0,1,'Corbett, you there? Harlan needs another load of knitted goods. Can you take it to him?',12,7,100,0,0,0,254,0,'Rema Schneider'),
|
|
(1433,0,0,'My pleasure, sugar drop. I\'ll be back soon...',12,7,100,0,0,0,255,0,'Corbett Schneider'),
|
|
(1433,0,1,'Business must be good down at the bazaar. I\'ll get him resupplied right away!',12,7,100,0,0,0,256,0,'Corbett Schneider'),
|
|
(1433,1,0,'Hm...after dropping this off, I think I\'ll head to that cheese shop for a snack.',12,7,100,0,0,0,257,0,'Corbett Schneider'),
|
|
(1433,1,1,'I should have a few extra coins from this sale. Maybe I\'ll buy myself some lunch...',12,7,100,0,0,0,258,0,'Corbett Schneider'),
|
|
(1433,2,0,'Hey, Harlan. Here\'s a load of knitted cloth for you.',12,7,100,0,0,0,259,0,'Corbett Schneider'),
|
|
(1433,2,1,'Oomph! Here\'s another load of supplies, Harlan. It must be selling fast!',12,7,100,0,0,0,260,0,'Corbett Schneider'),
|
|
(1433,3,0,'Well, I\'m off then. Take care, Harlan.',12,7,100,0,0,0,263,0,'Corbett Schneider'),
|
|
(1433,3,1,'Glad to see you\'re doing so well, Harlan. And I hope to see you again soon...',12,7,100,0,0,0,264,0,'Corbett Schneider'),
|
|
(1433,4,0,'Now for that snack...',12,7,100,0,0,0,283,0,'Corbett Schneider'),
|
|
(1433,5,0,'Good day, Elling! Hullo Elaine! Let me have a wheel of bleu cheese, eh?',12,7,100,0,0,0,284,0,'Corbett Schneider'),
|
|
(1433,5,1,'Hullo, Trias clan! A ball of your smoked mozzarella, if you please!',12,7,100,0,0,0,285,0,'Corbett Schneider'),
|
|
(1433,6,0,'Yes ma\'am, business is brisk!',12,7,100,0,0,0,295,0,'Corbett Schneider'),
|
|
(1433,7,0,'Thank you kindly!',12,7,100,0,0,0,290,0,'Corbett Schneider'),
|
|
(1433,7,1,'Thanks for the cheese!',12,7,100,0,0,0,291,0,'Corbett Schneider'),
|
|
(1433,8,0,'I should get back before Rema starts to worry...',12,7,100,0,0,0,292,0,'Corbett Schneider'),
|
|
(1433,8,1,'Time to get back to the shop...',12,7,100,0,0,0,293,0,'Corbett Schneider'),
|
|
(1433,9,0,'I\'m back!',12,7,100,0,0,0,294,0,'Corbett Schneider'),
|
|
(1436,0,0,'Make Way! Make Way!',14,7,100,0,0,0,549,1,'Watcher Cutford'),
|
|
(1436,1,0,'Lord Mayor! Our scouts report strange activity to the west.',12,7,100,5,0,0,265,0,'Watcher Cutford'),
|
|
(1436,1,1,'Mayor Ello! Our graveyard scouts return with ominous reports...',12,7,100,5,0,0,266,0,'Watcher Cutford'),
|
|
(1436,2,0,'Hideous bellows and growls are heard coming from that old hermit\'s shack!',12,7,100,1,0,0,267,0,'Watcher Cutford'),
|
|
(1436,3,0,'Wolves head this way, as if fleeing from... something.',12,7,100,1,0,0,268,0,'Watcher Cutford'),
|
|
(1436,4,0,'Yes, Lord Mayor.',12,7,100,66,0,0,269,0,'Watcher Cutford'),
|
|
(1436,5,0,'Althea, there are reports of strange happenings at the graveyard. Ello believes it portends an attack on Darkshire.',12,7,100,1,0,0,272,0,'Watcher Cutford'),
|
|
(1436,6,0,'Yes, commander!',12,7,100,66,0,0,275,0,'Watcher Cutford'),
|
|
(1436,7,0,'Beware! Beware! A threat lurks in the wild! Night Watchers, be on the alert!',14,7,100,0,0,0,276,2,'Watcher Cutford'),
|
|
(1439,0,0,'My, that Black Claw stout packs quite a punch!',12,7,100,33,0,0,387,0,'Lord Baurles K. Wishock'),
|
|
(1439,1,0,'I feel... dizzy. It\'s so hot... in... here...',12,7,100,0,0,0,388,0,'Lord Baurles K. Wishock'),
|
|
(1443,0,0,'I hereby destroy these instruments of evil! For the Horde!',14,1,100,15,0,0,1949,0,'Fel\'zerul'),
|
|
(1444,0,0,'Thank you, $n. May the Light bless you, $Gbrother:sister;, and guide your path.',12,7,100,1,0,0,282,0,'Brother Kristoff'),
|
|
(1449,0,0,'Get ready everyone! Here come de apes!',14,0,100,0,0,0,43550,0,'Witch Doctor Unbagwa'),
|
|
(1476,0,0,'Stormy seas out there. The sea spirits must be restless....hic!',12,6,100,0,0,0,318,0,'Hargin Mundar'),
|
|
(1476,0,1,'I saw a Sea Giant once. It\'s not something I would care to see again. Burp!',12,6,100,0,0,0,319,0,'Hargin Mundar'),
|
|
(1476,0,2,'I\'d go out and clear out some of those gnolls, but this leg has seen better days and I am afraid I\'d just wind up dead.',12,6,100,0,0,0,320,0,'Hargin Mundar'),
|
|
(1476,0,3,'Watch your step out there. Many an adventure seeker has not returned from the marsh. hic!',12,6,100,0,0,0,321,0,'Hargin Mundar'),
|
|
(1476,1,0,'Huuup...Huuup...Bleeeeehh!',12,0,100,0,0,0,397,0,'Hargin Mundar'),
|
|
(1487,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Splinter Fist Enslaver'),
|
|
(1487,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Splinter Fist Enslaver'),
|
|
(1487,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Splinter Fist Enslaver'),
|
|
(1493,0,0,'YOU WERE SUCH GOOD SPORT THE LAST TIME...COME OUT!',14,0,100,0,0,0,772,0,'Mok\'rash'),
|
|
(1493,0,1,'SMOTTS! HEY, SMOTTS!! COME OUT AND PLAY!',14,0,100,0,0,0,764,0,'Mok\'rash Yell'),
|
|
(1493,0,2,'DON\'T LET THIS STATUE BE MY ONLY COMPANY. COME OUT AND PLAY!',14,0,100,0,0,0,778,0,'Mok\'rash Yell'),
|
|
(1493,0,3,'COME OUT TO JANEIRO\'S POINT. I\'M WAITING FOR YOU, SMOTTS...',14,0,100,0,0,0,775,0,'Mok\'rash Yell'),
|
|
(1493,0,4,'I PROMISE I WON\'T KILL YOUR CREW THIS TIME. HAH! BUT MY BROTHER MIGHT EAT THEM!',14,0,100,0,0,0,774,0,'Mok\'rash Yell'),
|
|
(1493,0,5,'HAVE YOU RUN OUT OF SHIPS TO SEND? WHERE\'S YOUR COURAGE?',14,0,100,0,0,0,777,0,'Mok\'rash Yell'),
|
|
(1493,0,6,'SMOTTS!',14,0,100,0,0,0,773,0,'Mok\'rash'),
|
|
(1493,0,7,'DON\'T YOU WANT TO FIGHT, SMOTTS!?',14,0,100,0,0,0,776,0,'Mok\'rash'),
|
|
(1494,0,0,'Mmmh...I SMELL FOOD!',14,0,100,0,0,0,731,0,'Negolash Yell on Summon'),
|
|
(1497,0,0,'Take a Candle of Beckoning from this crate, $n.',12,0,100,25,0,0,1013,0,'Gunther Arcanus'),
|
|
(1498,0,0,'Farewell, my friend.',12,0,100,0,0,0,1976,0,'Bethor Iceshard'),
|
|
(1498,1,0,'%s chants words of power...',16,0,100,0,0,0,513,0,'Bethor Iceshard'),
|
|
(1498,2,0,'No! It can\'t be...',12,0,100,0,0,0,514,0,'Bethor Iceshard'),
|
|
(1498,3,0,'Incredible! I know he who wrought these enchantments...',12,0,100,1,0,0,515,0,'Bethor Iceshard'),
|
|
(1498,3,1,'This is unforseen. The being who enchanted this is known to me...',12,0,100,1,0,0,516,0,'Bethor Iceshard'),
|
|
(1498,3,2,'$n, I have the information you seek...',12,0,100,1,0,0,517,0,'Bethor Iceshard'),
|
|
(1500,0,0,'Hah! Eternal undeath to the cursed Agamands!',14,1,100,11,0,0,2631,0,'Coleman Farthing'),
|
|
(1500,1,0,'Thank you, $n. You have tempered the cold rage in my heart.',12,1,100,1,0,0,2632,0,'Coleman Farthing'),
|
|
(1506,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Convert 1'),
|
|
(1506,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Convert 2'),
|
|
(1506,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Convert 3'),
|
|
(1506,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Convert 4'),
|
|
(1507,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Initiate 1'),
|
|
(1507,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Initiate 2'),
|
|
(1507,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Initiate 3'),
|
|
(1507,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Initiate 4'),
|
|
(1511,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Enraged Silverback Gorilla'),
|
|
(1514,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Mokk the Savage'),
|
|
(1516,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Konda'),
|
|
(1535,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Warrior'),
|
|
(1535,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Warrior'),
|
|
(1535,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Warrior'),
|
|
(1535,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Warrior'),
|
|
(1536,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Missionary'),
|
|
(1536,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Missionary'),
|
|
(1536,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Missionary'),
|
|
(1536,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Missionary'),
|
|
(1537,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Zealot'),
|
|
(1537,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Zealot'),
|
|
(1537,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Zealot'),
|
|
(1537,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Zealot'),
|
|
(1538,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Friar'),
|
|
(1538,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Friar'),
|
|
(1538,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Friar'),
|
|
(1538,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Friar'),
|
|
(1539,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Neophyte'),
|
|
(1539,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Neophyte'),
|
|
(1539,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Neophyte'),
|
|
(1539,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Neophyte'),
|
|
(1540,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Vanguard'),
|
|
(1540,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Vanguard'),
|
|
(1540,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Vanguard'),
|
|
(1540,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Vanguard'),
|
|
(1571,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Shellei Brondir'),
|
|
(1572,0,0,'Guards!',14,6,100,0,0,0,4583,0,'Thorgrum Borrelson'),
|
|
(1573,0,0,'Guards!',14,6,100,0,0,0,4583,0,'Gryth Thurden'),
|
|
(1657,0,0,'The Agamand Mills is held by the Scourge, $C. Join us!',12,0,100,0,0,0,575,0,'Devlin Agamand'),
|
|
(1657,0,1,'Here to visit the family? Die, fool!',12,0,100,0,0,0,574,0,'Devlin Agamand'),
|
|
(1657,1,0,'Mother, oh mother. You should have listened to me...',12,0,100,0,0,0,572,0,'Devlin Agamand'),
|
|
(1657,1,1,'They thought I was weak. Haha!!',12,0,100,0,0,0,567,0,'Devlin Agamand'),
|
|
(1657,1,2,'I am the head of the family. Me. ME!!!',12,0,100,0,0,0,568,0,'Devlin Agamand'),
|
|
(1657,1,3,'I\'m cold, lord. When will you keep your promise?',12,0,100,0,0,0,569,0,'Devlin Agamand'),
|
|
(1657,1,4,'My family hates me. Frightened idiots, all of them!',12,0,100,0,0,0,570,0,'Devlin Agamand'),
|
|
(1657,1,5,'Father? Are you proud of me now? HAHAH!',12,0,100,0,0,0,571,0,'Devlin Agamand'),
|
|
(1657,1,6,'Thurman my brother, who\'s laughing now? Hah!',12,0,100,0,0,0,573,0,'Devlin Agamand'),
|
|
(1667,0,0,'These lands shall be cleansed!',12,0,100,0,0,0,314,0,'Meven Korgal'),
|
|
(1667,1,0,'These undead atrocities will be destroyed!',14,0,100,0,0,0,316,0,'Meven Korgal'),
|
|
(1667,2,0,'The Scarlet Crusade shall not fail in its mission!',12,0,100,0,0,0,317,0,'Meven Korgal'),
|
|
(1667,3,0,'We must be vigilant to eradicate this plague!',14,0,100,0,0,0,370,0,'Meven Korgal'),
|
|
(1667,3,1,'Keep up the good work. This scourge will be cleansed!',14,0,100,0,0,0,371,0,'Meven Korgal'),
|
|
(1667,3,2,'The Scarlet Crusade will scour these lands!',14,0,100,0,0,0,372,0,'Meven Korgal'),
|
|
(1667,3,3,'Let none with the foul taint of plague live!',14,0,100,0,0,0,373,0,'Meven Korgal'),
|
|
(1674,0,0,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rot Hide Gnoll'),
|
|
(1674,0,1,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rot Hide Gnoll'),
|
|
(1675,0,0,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rot Hide Mongrel'),
|
|
(1675,0,1,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rot Hide Mongrel'),
|
|
(1696,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Targorr the Dread'),
|
|
(1716,0,0,'Eh? What have we here?',12,7,100,0,0,0,1386,0,'Bazil Thredd'),
|
|
(1716,0,1,'Welcome to the Stockade!',12,7,100,0,0,0,1387,0,'Bazil Thredd'),
|
|
(1716,0,2,'Outsiders! Kill em all!',12,7,100,0,0,0,1388,0,'Bazil Thredd'),
|
|
(1716,0,3,'More of the Warden\'s errand boys!',12,7,100,0,0,0,1390,0,'Bazil Thredd'),
|
|
(1716,0,4,'Tell the Warden this prison is ours now!',12,7,100,0,0,0,1391,0,'Bazil Thredd'),
|
|
(1716,0,5,'It\'ll be quick, but it won\'t be painless!',12,7,100,0,0,0,1392,0,'Bazil Thredd'),
|
|
(1716,0,6,'Fresh meat!',12,7,100,0,0,0,1393,0,'Bazil Thredd'),
|
|
(1716,0,7,'I\'ll crush your skull beneath my boot!',12,7,100,0,0,0,1394,0,'Bazil Thredd'),
|
|
(1716,0,8,'Death to the Warden\'s men!',12,7,100,0,0,0,1395,0,'Bazil Thredd'),
|
|
(1717,0,0,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Hamhock'),
|
|
(1718,0,0,'Crush!',12,0,100,0,0,0,1913,0,'Rockjaw Raider'),
|
|
(1718,0,1,'Kill!',12,0,100,0,0,0,1914,0,'Rockjaw Raider'),
|
|
(1718,0,2,'Destroy!',12,0,100,0,0,0,1915,0,'Rockjaw Raider'),
|
|
(1719,0,0,'All of a sudden they were everywhere.',12,7,100,0,0,0,1661,0,'Warden Thelwater'),
|
|
(1719,0,1,'They must have had someone helping them.',12,7,100,0,0,0,1662,0,'Warden Thelwater'),
|
|
(1719,0,2,'If the Captain finds out, it\'ll be the end of me.',12,7,100,0,0,0,1659,0,'Warden Thelwater'),
|
|
(1719,0,3,'What am I going to do?',12,0,100,0,0,0,1658,0,'Warden Thelwater'),
|
|
(1719,0,4,'How could this happen?',12,0,100,0,0,0,1660,0,'Warden Thelwater'),
|
|
(1754,0,0,'It\'s time for my meditation, leave me.',12,7,100,0,0,0,322,0,'lord gregor lescovar SAY_LESCOVAR_2'),
|
|
(1754,1,0,'There you are. What news from Westfall?',12,7,100,0,0,0,323,0,'lord gregor lescovar SAY_LESCOVAR_3'),
|
|
(1754,2,0,'Hmm, it could be that meddler Shaw. I will see what I can discover. Be off with you. I\'ll contact you again soon.',12,7,100,0,0,0,326,0,'lord gregor lescovar SAY_LESCOVAR_4'),
|
|
(1754,3,0,'Ah, thank you kindly. I will leave you to the library while I tend to this small matter.',12,0,100,0,0,0,3784,0,'tyrion spybot SAY_LESCOVAR_1'),
|
|
(1755,0,0,'VanCleef sends word that the plans are underway. But he\'s heard rumors about someone snooping about.',12,7,100,0,0,0,324,0,'lord gregor lescovar SAY_MARZON_1'),
|
|
(1755,1,0,'The Defias shall succeed! No meek adventurer will stop us!',12,0,100,0,0,0,3936,0,'lord gregor lescovar SAY_MARZON_2'),
|
|
(1756,0,0,'Yes, sir!',12,0,100,0,0,0,30120,0,'lord gregor lescovar SAY_GUARD_2'),
|
|
(1756,1,0,'Of course. He awaits you in the library.',12,0,100,0,0,0,3783,0,'tyrion spybot SAY_GUARD_1'),
|
|
(1756,2,0,'%s throws a rotten apple at $n.',16,0,100,0,0,0,31671,0,'Stormwind Royal Guard'),
|
|
(1756,3,0,'%s throws rotten banana on $n.',16,0,100,0,0,0,31672,0,'Stormwind Royal Guard'),
|
|
(1756,4,0,'%s spits on $n.',16,0,100,0,0,0,31673,0,'Stormwind Royal Guard'),
|
|
(1756,5,0,'Monster!',12,0,100,0,0,0,31662,0,'Stormwind Royal Guard'),
|
|
(1756,5,1,'Murderer!',12,0,100,0,0,0,31679,0,'Stormwind Royal Guard'),
|
|
(1756,5,2,'GET A ROPE!',12,0,100,0,0,0,31669,0,'Stormwind Royal Guard'),
|
|
(1756,5,3,'How dare you set foot in our city!',12,0,100,0,0,0,31684,0,'Stormwind Royal Guard'),
|
|
(1756,5,4,'You disgust me.',12,0,100,0,0,0,31680,0,'Stormwind Royal Guard'),
|
|
(1756,5,5,'Looks like we\'re going to have ourselves an execution.',12,0,100,0,0,0,31682,0,'Stormwind Royal Guard'),
|
|
(1756,5,6,'Traitorous dog.',12,0,100,0,0,0,31665,0,'Stormwind Royal Guard'),
|
|
(1756,5,7,'My family was wiped out by the Scourge! MONSTER!',12,0,100,0,0,0,31667,0,'Stormwind Royal Guard'),
|
|
(1763,0,0,'Get those parts moving down to the ship!',12,7,100,0,0,0,1146,0,'Gilnid'),
|
|
(1763,0,1,'Anyone want to take a break? Well too bad! Get to work you oafs!',12,7,100,0,0,0,1147,0,'Gilnid'),
|
|
(1770,0,0,'The Sons of Arugal will rise against all who challenge the power of the Moonrage!',12,0,100,0,0,0,502,0,'Moonrage Darkrunner'),
|
|
(1772,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Rot Hide Gladerunner'),
|
|
(1772,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rot Hide Gladerunner'),
|
|
(1772,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rot Hide Gladerunner'),
|
|
(1772,1,0,'%s cheers!',16,0,100,4,0,0,3928,0,'Rot Hide Gladerunner - Cheer (Apparition event)'),
|
|
(1773,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Rot Hide Mystic'),
|
|
(1773,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rot Hide Mystic'),
|
|
(1773,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rot Hide Mystic'),
|
|
(1773,1,0,'%s cheers!',16,0,100,4,0,0,3928,0,'Rot Hide Mystic - Cheer (Apparition event)'),
|
|
(1776,0,0,'Of course, my friend. You are welcome to stay with us for as long as you like.',12,0,100,1,0,0,14068,0,'Magtoor'),
|
|
(1776,1,0,'We have no choice. If we fail to honor the presence of the Horde, then surely they will crush us from nearby Stonard! I\'m afraid that not even you and your friends would be able to stop them.',12,0,100,274,0,0,14081,0,'Magtoor'),
|
|
(1776,2,0,'Be careful, Avuun. One of the merchants that I trade with in Stonard has heard her raving about some horrible disease she\'s trying to perfect. They say it\'s for use against the draenei!',12,0,100,1,0,0,14087,0,'Magtoor'),
|
|
(1776,3,0,'Anchorite, we are honored that you are here, but I am curious as to what you truly believe you can accomplish?',12,0,100,6,0,0,14088,0,'Magtoor'),
|
|
(1782,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Moonrage Darksoul'),
|
|
(1802,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hungering Wraith'),
|
|
(1826,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Mage'),
|
|
(1826,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Mage'),
|
|
(1826,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Mage'),
|
|
(1826,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Mage'),
|
|
(1827,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Sentinel'),
|
|
(1827,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Sentinel'),
|
|
(1827,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Sentinel'),
|
|
(1827,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Sentinel'),
|
|
(1831,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Hunter'),
|
|
(1831,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Hunter'),
|
|
(1831,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Hunter'),
|
|
(1831,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Hunter'),
|
|
(1833,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Knight'),
|
|
(1833,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Knight'),
|
|
(1833,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Knight'),
|
|
(1833,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Knight'),
|
|
(1834,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Paladin'),
|
|
(1834,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Paladin'),
|
|
(1834,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Paladin'),
|
|
(1834,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Paladin'),
|
|
(1835,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Invoker'),
|
|
(1835,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Invoker'),
|
|
(1835,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Invoker'),
|
|
(1835,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Invoker'),
|
|
(1840,0,0,'You will not make it to the forest\'s edge, Fordring.',12,0,100,0,0,0,7395,0,'Grand Inquisitor Isillien'),
|
|
(1840,1,0,'You disappoint me, Taelan. I had plans for you... grand plans. Alas, it was only a matter of time before your filthy bloodline would catch up with you.',12,0,100,0,0,0,7337,0,'Grand Inquisitor Isillien'),
|
|
(1840,2,0,'It is as they say: Like father, like son. You are as weak of will as Tirion... perhaps more so. I can only hope my assassins finally succeeded in ending his pitiful life.',12,0,100,0,0,0,7338,0,'Grand Inquisitor Isillien'),
|
|
(1840,3,0,'The Grand Crusader has charged me with destroying you and your newfound friends, Taelan, but know this: I do this for pleasure, not of obligation or duty.',12,0,100,0,0,0,7359,0,'Grand Inquisitor Isillien'),
|
|
(1840,4,0,'%s calls for his guardsmen.',16,0,100,22,0,0,7360,0,'Grand Inquisitor Isillien'),
|
|
(1840,5,0,'The end is now, Fordring.',12,0,100,0,0,0,7361,0,'Grand Inquisitor Isillien'),
|
|
(1840,6,0,'Enough!',12,0,100,0,0,0,7381,0,'Grand Inquisitor Isillien'),
|
|
(1840,7,0,'%s laughs.',16,0,100,11,0,0,7382,0,'Grand Inquisitor Isillien'),
|
|
(1840,8,0,'Did you really believe that you could defeat me? Your friends are soon to join you, Taelan.',12,0,100,0,0,0,7383,0,'Grand Inquisitor Isillien'),
|
|
(1840,9,0,'Tragic. The elder Fordring lives on... You are too late, old man. Retreat back to your cave, hermit, unless you wish to join your son in the Twisting Nether.',12,0,100,0,0,0,7433,0,'Grand Inquisitor Isillien'),
|
|
(1840,10,0,'Then come, hermit!',12,0,100,0,0,0,7436,0,'Grand Inquisitor Isillien'),
|
|
(1841,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Scarlet Executioner'),
|
|
(1842,0,0,'I will lead us through Hearthglen to the forest\'s edge. From there, you will take me to my father.',12,0,100,0,0,0,7313,0,'Taelan Fordring'),
|
|
(1842,1,0,'Remove your disguise, lest you feel the bite of my blade when the fury has taken control.',12,0,100,0,0,0,7314,0,'Taelan Fordring'),
|
|
(1842,2,0,'Halt.',12,0,100,0,0,0,7315,0,'Taelan Fordring'),
|
|
(1842,3,0,'%s calls for his mount.',16,0,100,22,0,0,7316,0,'Taelan Fordring'),
|
|
(1842,4,0,'It\'s not much further. The main road is just up ahead.',12,0,100,0,0,0,7329,0,'Taelan Fordring'),
|
|
(1842,5,0,'Isillien!',14,0,100,0,0,0,7370,0,'Taelan Fordring'),
|
|
(1842,6,0,'This is not your fight, stranger. Protect yourself from the attacks of the Crimson Elite. I shall battle the Grand Inquisitor.',12,0,100,0,0,0,7371,0,'Taelan Fordring'),
|
|
(1853,0,0,'School is in session!',14,0,100,0,0,0,7145,0,'Darkmaster Gandling - Say on summon'),
|
|
(1854,0,0,'Be welcome, friends!',12,7,100,0,0,0,13621,0,'anchorite truuen SAY_WP_3'),
|
|
(1854,1,0,'By the Light you will leave this tomb!',12,0,100,0,0,0,13611,0,'High Priest Thel danis'),
|
|
(1931,0,0,'I... I... don\'t... feel... right...',12,0,100,1,0,0,425,0,'Scarlet Zealot'),
|
|
(1931,1,0,'My mind... my flesh... I\'m... rotting...!',12,0,100,1,0,0,428,0,'Scarlet Zealot'),
|
|
(1937,0,0,'%s concocts a potion for $n.',16,0,100,0,0,0,885,0,'Apothecary Renferrel'),
|
|
(1939,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Rot Hide Brute'),
|
|
(1939,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rot Hide Brute'),
|
|
(1939,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rot Hide Brute'),
|
|
(1940,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Rot Hide Plague Weaver'),
|
|
(1940,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rot Hide Plague Weaver'),
|
|
(1940,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rot Hide Plague Weaver'),
|
|
(1941,0,0,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rot Hide Graverobber'),
|
|
(1941,0,1,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rot Hide Graverobber'),
|
|
(1942,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Rot Hide Savage'),
|
|
(1942,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Rot Hide Savage'),
|
|
(1942,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Rot Hide Savage'),
|
|
(1943,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Raging Rot Hide'),
|
|
(1943,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Raging Rot Hide'),
|
|
(1943,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Raging Rot Hide'),
|
|
(1946,0,0,'You have disturbed my rest, $c. Now face my wrath!',12,0,100,0,0,0,427,0,'Lillith Nefara'),
|
|
(1950,0,0,'It\'s good to see you again, Erland. What is your report?',12,0,100,0,0,0,534,0,'erland SAY_RANE'),
|
|
(1951,0,0,'I\'ve been better. Ivar the Foul got the better of me...',12,33,100,0,0,0,539,0,'erland SAY_QUINN_ANSWER'),
|
|
(1976,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'SAY_GUARD_SIL_AGGRO1'),
|
|
(1976,0,1,'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...',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(1976,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(1976,0,3,'You dare spill blood on neutral ground? OUT! OUT, I SAY!',12,0,100,0,0,0,10948,0,'Stormwind City Patroller - On Aggro'),
|
|
(1976,0,4,'We don\'t take kindly to miscreants, $r.',12,0,100,0,0,0,10949,0,'Stormwind City Patroller - On Aggro'),
|
|
(1976,0,5,'Get a rope!',12,0,100,0,0,0,10952,0,'Stormwind City Patroller - On Aggro'),
|
|
(1976,0,6,'Believe me when I tell you this: You\'re gonna wish you weren\'t born, sissy!',12,0,100,0,0,0,10954,0,'Stormwind City Patroller - On Aggro'),
|
|
(1976,0,7,'Your actions shame us all, $c. I hurt inside as I beat you senseless.',12,0,100,0,0,0,10955,0,'Stormwind City Patroller - On Aggro'),
|
|
(1976,2,0,'%s throws a rotten apple at $n.',16,0,100,0,0,0,31671,0,'Stormwind City Patroller'),
|
|
(1976,3,0,'%s throws rotten banana on $n.',16,0,100,0,0,0,31672,0,'Stormwind City Patroller'),
|
|
(1976,4,0,'%s spits on $n.',16,0,100,0,0,0,31673,0,'Stormwind City Patroller'),
|
|
(1976,5,0,'Monster!',12,0,100,0,0,0,31662,0,'Stormwind City Patroller'),
|
|
(1976,5,1,'Murderer!',12,0,100,0,0,0,31679,0,'Stormwind City Patroller'),
|
|
(1976,5,2,'GET A ROPE!',12,0,100,0,0,0,31669,0,'Stormwind City Patroller'),
|
|
(1976,5,3,'How dare you set foot in our city!',12,0,100,0,0,0,31684,0,'Stormwind City Patroller'),
|
|
(1976,5,4,'You disgust me.',12,0,100,0,0,0,31680,0,'Stormwind City Patroller'),
|
|
(1976,5,5,'Looks like we\'re going to have ourselves an execution.',12,0,100,0,0,0,31682,0,'Stormwind City Patroller'),
|
|
(1976,5,6,'Traitorous dog.',12,0,100,0,0,0,31665,0,'Stormwind City Patroller'),
|
|
(1976,5,7,'My family was wiped out by the Scourge! MONSTER!',12,0,100,0,0,0,31667,0,'Stormwind City Patroller'),
|
|
(1978,0,0,'Let\'s get to the others, and keep an eye open for those wolves outside...',12,0,100,0,0,0,481,0,'erland SAY_QUESTACCEPT'),
|
|
(1978,1,0,'Be careful, $n. Those wolves like to hide among the trees.',12,0,100,0,0,0,482,0,'erland SAY_START'),
|
|
(1978,2,0,'A $n attacks!',12,0,100,0,0,0,543,0,'erland SAY_AGGRO_1'),
|
|
(1978,2,1,'Beware! I am under attack!',12,0,100,0,0,0,544,0,'erland SAY_AGGRO_2'),
|
|
(1978,2,2,'Beware! A $n is upon us!',12,0,100,0,0,0,541,0,'erland SAY_AGGRO_3'),
|
|
(1978,3,0,'We\'re almost there!',12,0,100,0,0,0,483,0,'erland SAY_PROGRESS'),
|
|
(1978,4,0,'We made it! Thanks, $n. I couldn\'t have gotten here without you.',12,0,100,0,0,0,484,0,'erland SAY_LAST'),
|
|
(1978,5,0,'Masses of wolves are to the east, and whoever lived at Malden\'s Orchard is gone.',12,0,100,0,0,0,535,0,'erland SAY_RANE_ANSWER'),
|
|
(1978,6,0,'If I am excused, then I\'d like to check on Quinn...',12,0,100,0,0,0,536,0,'erland SAY_MOVE_QUINN'),
|
|
(1978,7,0,'Hello, Quinn. How are you faring?',12,0,100,0,0,0,537,0,'erland SAY_QUINN'),
|
|
(1978,8,0,'Try to take better care of yourself, Quinn. You were lucky this time.',12,0,100,0,0,0,538,0,'erland SAY_BYE'),
|
|
(2015,0,0,'You will be easy prey, $C.',14,0,100,0,0,0,2231,0,'Bloodfeather Harpy'),
|
|
(2015,0,1,'A fine trophy your head will make, $R.',12,0,100,0,0,0,2229,0,'Bloodfeather Harpy'),
|
|
(2015,0,2,'My talons will shred your puny body, $R.',12,0,100,0,0,0,2230,0,'Bloodfeather Harpy'),
|
|
(2017,0,0,'A fine trophy your head will make, $R.',12,0,100,0,0,0,2229,0,'Bloodfeather Rogue'),
|
|
(2017,0,1,'My talons will shred your puny body, $R.',12,0,100,0,0,0,2230,0,'Bloodfeather Rogue'),
|
|
(2017,0,2,'You will be easy prey, $C.',14,0,100,0,0,0,2231,0,'Bloodfeather Rogue'),
|
|
(2018,0,0,'A fine trophy your head will make, $R.',12,0,100,0,0,0,2229,0,'Bloodfeather Sorceress'),
|
|
(2018,0,1,'My talons will shred your puny body, $R.',12,0,100,0,0,0,2230,0,'Bloodfeather Sorceress'),
|
|
(2018,0,2,'You will be easy prey, $C.',14,0,100,0,0,0,2231,0,'Bloodfeather Sorceress'),
|
|
(2019,0,0,'A fine trophy your head will make, $r.',12,0,100,0,0,0,2229,0,'Bloodfeather Fury'),
|
|
(2019,0,1,'My talons will shred your puny body, $r.',12,0,100,0,0,0,2230,0,'Bloodfeather Fury'),
|
|
(2019,0,2,'You will be easy prey, $c.',12,0,100,0,0,0,2231,0,'Bloodfeather Fury'),
|
|
(2020,0,0,'A fine trophy your head will make, $r.',12,0,100,0,0,0,2229,0,'Bloodfeather Wind Witch'),
|
|
(2020,0,1,'My talons will shred your puny body, $r.',12,0,100,0,0,0,2230,0,'Bloodfeather Wind Witch'),
|
|
(2020,0,2,'You will be easy prey, $c.',12,0,100,0,0,0,2231,0,'Bloodfeather Wind Witch'),
|
|
(2021,0,0,'A fine trophy your head will make, $r.',12,0,100,0,0,0,2229,0,'Bloodfeather Matriarch'),
|
|
(2021,0,1,'My talons will shred your puny body, $r.',12,0,100,0,0,0,2230,0,'Bloodfeather Matriarch'),
|
|
(2021,0,2,'You will be easy prey, $c.',12,0,100,0,0,0,2231,0,'Bloodfeather Matriarch'),
|
|
(2044,0,0,'Toil not in matters of the past, $n!',12,0,100,0,0,0,505,0,'Forlorn Spirit'),
|
|
(2044,0,1,'Who is this mere $r that meddles with that which is past? May the legend of Stalvan die along with you!',12,0,100,0,0,0,504,0,'Forlorn Spirit'),
|
|
(2044,0,2,'Let the legend of Stalvan rest!',12,0,100,0,0,0,503,0,'Forlorn Spirit'),
|
|
(2055,0,0,'I assure you, overseer, the Royal Apothecary Society dearly wishes to make up for the tragic misguidance which ended so many lives.',12,1,100,0,0,0,36302,0,'Master Apothecary Faranell '),
|
|
(2055,1,0,'We will cause you no trouble. We seek only to continue our research in peace.',12,1,100,0,0,0,36303,0,'Master Apothecary Faranell '),
|
|
(2056,0,0,'My minions...',14,0,100,0,0,0,518,0,'Ravenclaw Apparition - Intro'),
|
|
(2056,1,0,'The time for conquest approaches quickly.',14,0,100,0,0,0,519,0,'Ravenclaw Apparition'),
|
|
(2056,2,0,'Soon, your thirst for destruction will be quenched.',14,0,100,0,0,0,520,0,'Ravenclaw Apparition'),
|
|
(2056,3,0,'The rage burning within you will soon find fuel in our enemies.',14,0,100,0,0,0,521,0,'Ravenclaw Apparition'),
|
|
(2056,4,0,'I come with news of our conflict with the Rogue Undead.',14,0,100,0,0,0,522,0,'Ravenclaw Apparition'),
|
|
(2056,5,0,'The rebels of Lordaeron are small and weak, and know not the joy of serving our Lich King.',14,0,100,0,0,0,523,0,'Ravenclaw Apparition'),
|
|
(2056,6,0,'The Dark Lady\'s followers are blind to think they can stand against our might.',14,0,100,0,0,0,525,0,'Ravenclaw Apparition'),
|
|
(2056,7,0,'We grow strong, while our foes are surrounded by foes, and weakened by constant attacks.',14,0,100,0,0,0,526,0,'Ravenclaw Apparition'),
|
|
(2056,8,0,'Our Lord commands us to make ready for war!',14,0,100,0,0,0,527,0,'Ravenclaw Apparition'),
|
|
(2056,9,0,'Prepare yourselves, for we will soon launch an assault against they who called themselves \"The Forsaken.\"',14,0,100,0,0,0,528,0,'Ravenclaw Apparition'),
|
|
(2056,10,0,'Make ready for battle, my creations.',14,0,100,0,0,0,529,0,'Ravenclaw Apparition'),
|
|
(2056,11,0,'We are the arm of His will. And we will crush His foes into grave dust!',14,0,100,0,0,0,530,0,'Ravenclaw Apparition'),
|
|
(2056,12,0,'These undead rabble, and their dead-elf queen, will fall!',14,0,100,0,0,0,531,0,'Ravenclaw Apparition'),
|
|
(2056,13,0,'We will drive our foes from Silverpine, then bring the tides of war to their very capital!',14,0,100,0,0,0,532,0,'Ravenclaw Apparition'),
|
|
(2056,14,0,'Death and Praise for the Lich King!',14,0,100,0,0,0,533,0,'Ravenclaw Apparition - Outro'),
|
|
(2058,0,0,'Be ready, $n. I hear the council returning. Prepare to ambush!',12,0,100,0,0,0,542,0,'Deathstalker Faerleia - SAY_PREPARE_TO_AMBUSH'),
|
|
(2058,1,0,'Well done. A blow to Arugal no doubt!',12,0,100,0,0,0,545,0,'Deathstalker Faerleia - SAY_A_BLOW_TO_ARUGAL'),
|
|
(2080,0,0,'Now let us place this rare earth in my planter...',12,7,100,0,0,0,1239,0,'Denalan'),
|
|
(2080,1,0,'Thank you again, $n. This rare earth will be very helpful in my experiments.',12,7,100,2,0,0,1240,0,'Denalan'),
|
|
(2080,2,0,'%s hurries to his planter.',16,0,100,0,0,0,1159,0,'Denalan'),
|
|
(2080,3,0,'I hope this frond takes root...',12,7,100,1,0,0,1160,0,'Denalan'),
|
|
(2080,4,0,'%s removes the seeds from the Glowing Fruit...',16,0,100,0,0,0,1156,0,'Denalan'),
|
|
(2080,5,0,'Let\'s see how these seeds grow in my prepared soil...',12,7,100,1,0,0,1157,0,'Denalan'),
|
|
(2080,6,0,'%s plants the fruit seeds.',16,0,100,0,0,0,1158,0,'Denalan'),
|
|
(2080,7,0,'%s examines the Moss-twined Heart...',16,0,100,0,0,0,1126,0,'Denalan'),
|
|
(2080,8,0,'$n, underneath the moss, this heart looks like a seed!',12,7,100,1,0,0,1127,0,'Denalan'),
|
|
(2080,9,0,'Let\'s try planting it in some of my special, prepared soil...',12,7,100,1,0,0,1128,0,'Denalan'),
|
|
(2091,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Chieftain Nek\'\'rosh'),
|
|
(2091,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Chieftain Nek\'\'rosh'),
|
|
(2091,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Chieftain Nek\'\'rosh'),
|
|
(2102,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Dragonmaw Grunt'),
|
|
(2102,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Dragonmaw Grunt'),
|
|
(2102,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Dragonmaw Grunt'),
|
|
(2103,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Dragonmaw Scout'),
|
|
(2103,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Dragonmaw Scout'),
|
|
(2103,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Dragonmaw Scout'),
|
|
(2108,0,0,'Your bones will break under my boot, $r!',12,1,100,0,0,0,1938,0,'Garneg Charskull'),
|
|
(2108,0,1,'Long live the Dragonmaw! Die you worthless $r!',12,1,100,0,0,0,1939,0,'Garneg Charskull'),
|
|
(2108,0,2,'For the Dragonmaw!',12,1,100,0,0,0,1937,0,'Garneg Charskull'),
|
|
(2112,0,0,'When will someone do something about the undead?',12,7,100,0,0,0,961,0,'Farrin Daris'),
|
|
(2112,0,1,'Where is everyone?',12,7,100,0,0,0,962,0,'Farrin Daris'),
|
|
(2112,0,2,'I can\'t even visit my father\'s grave in peace anymore.',12,7,100,0,0,0,963,0,'Farrin Daris'),
|
|
(2112,0,3,'Why haven\'t the Stormwind guards come?',12,7,100,0,0,0,964,0,'Farrin Daris'),
|
|
(2112,0,4,'I fear something dark is coming.',12,7,100,0,0,0,965,0,'Farrin Daris'),
|
|
(2112,0,5,'The light appears to have forsaken us.',12,7,100,0,0,0,966,0,'Farrin Daris'),
|
|
(2149,0,0,'Get him!',12,6,100,0,0,0,512,0,'Dark Iron Raider'),
|
|
(2150,0,0,'Ribbit! No!! This cannot...ribbit...be! You have duped me with...ribbit...your foul trickery! Ribbit!',12,0,100,1,0,0,886,0,'Zenn Foulhoof'),
|
|
(2168,0,0,'%s spies you tampering with the camp\'s fruit stores and attacks you!',16,0,100,0,0,0,5684,0,'Blackwood Warrior'),
|
|
(2168,1,0,'%s emerges from the log hovel and catches you tampering with the grain stores!',16,0,100,0,0,0,5685,0,'Blackwood Warrior'),
|
|
(2211,0,0,'I raise my brew and hope to be rid of the likes of you! Cheers, you no good scoundrel, $n!',12,0,100,7,0,0,576,0,'Captured Mountaineer - Reward quest 492'),
|
|
(2216,0,0,'%s creates his toxin...',16,0,100,0,0,0,1421,0,'Apothecary Lydon'),
|
|
(2216,1,0,'There we are, $n. The toxin is ready.',12,1,100,1,0,0,1422,0,'Apothecary Lydon'),
|
|
(2226,0,0,'Intruders! Attack the intruders!',14,33,100,0,0,0,4569,0,'Karos Razok'),
|
|
(2230,0,0,'Croak!',12,0,100,0,0,0,579,0,'Umpi'),
|
|
(2238,0,0,'Have you freed Drull yet? I don\'t know where he\'s being held.',12,1,100,6,0,0,593,0,'Tog\'thar'),
|
|
(2238,1,0,'I will only slow you down, but no pink-skinned humans will keep me from freedom!',12,1,100,15,0,0,595,0,'Tog\'thar'),
|
|
(2239,0,0,'Ah, it is good to be free of my bonds! Have you freed Tog\'thar yet? The humans split us up after our capture.',12,1,100,4,0,0,592,0,'Drull'),
|
|
(2239,1,0,'Go on ahead without me! I will make my own way to Tarren Mill.',12,1,100,5,0,0,594,0,'Drull'),
|
|
(2249,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Ferocious Yeti'),
|
|
(2252,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Crushridge Ogre'),
|
|
(2252,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Crushridge Ogre'),
|
|
(2252,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Crushridge Ogre'),
|
|
(2253,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Crushridge Brute'),
|
|
(2253,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Crushridge Brute'),
|
|
(2253,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Crushridge Brute'),
|
|
(2254,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Crushridge Mauler'),
|
|
(2254,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Crushridge Mauler'),
|
|
(2254,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Crushridge Mauler'),
|
|
(2255,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Crushridge Mage'),
|
|
(2255,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Crushridge Mage'),
|
|
(2255,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Crushridge Mage'),
|
|
(2256,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Crushridge Enforcer'),
|
|
(2256,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Crushridge Enforcer'),
|
|
(2256,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Crushridge Enforcer'),
|
|
(2274,0,0,'%s sniffs the elixir then eagerly digs in!',16,0,100,0,0,0,580,0,'Stanley'),
|
|
(2276,0,0,'More agents of the Syndicate I\'ll wager! You\'ll never take back Alterac... or Southshore!',12,7,100,0,0,0,629,0,'Magistrate Henry Maleb'),
|
|
(2284,0,0,'Finally they show mercy! They\'ve given us something to drink!',12,0,100,0,0,0,581,0,'Captured Farmer'),
|
|
(2284,1,0,'And Shindigger Stout too! Thank the Light! I was parched!',12,0,100,0,0,0,582,0,'Captured Farmer'),
|
|
(2284,2,0,'%s raises his mug to his eye, and frowns.',16,0,100,0,0,0,561,0,'Captured Farmer'),
|
|
(2284,3,0,'%s swaggers heavily.',16,0,100,0,0,0,559,0,'Captured Farmer'),
|
|
(2284,4,0,'%s mumbles incoherent words.',16,0,100,1,0,0,560,0,'Captured Farmer'),
|
|
(2287,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Crushridge Warmonger'),
|
|
(2287,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Crushridge Warmonger'),
|
|
(2287,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Crushridge Warmonger'),
|
|
(2287,1,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Crushridge Warmonger'),
|
|
(2299,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Borgus Stoutarm'),
|
|
(2307,0,0,'',15,0,100,0,0,0,0,0,''),
|
|
(2316,0,0,'Over here! Inside the room. Did you find the key to my chains? The human Borhuin has them.',12,1,100,22,0,0,598,0,'Gol\'dir'),
|
|
(2318,0,0,'I tire of this nonsense! Prepare to die!',12,0,100,0,0,0,789,0,'Argus Shadow Mage'),
|
|
(2330,0,0,'Hello, Charys. I have my list, could you get me all of that, especially the last ingredient.',12,7,100,0,0,0,587,0,'Karlee Chaddis'),
|
|
(2330,1,0,'Sure, Paige. Just be gentle.',12,7,100,0,0,0,589,0,'Karlee Chaddis'),
|
|
(2330,2,0,'Thanks, Charys. C\'mon Paige, sweetie.',12,0,100,0,0,0,590,0,'Karlee Chaddis'),
|
|
(2331,0,0,'Mommy? Can I pet Fizzles?',12,0,100,0,0,0,588,0,'Paige Chaddis'),
|
|
(2338,0,0,'You will never defeat us!',12,0,100,0,0,0,825,0,'Twilight Disciple'),
|
|
(2338,0,1,'Intruders! Slay them!',12,0,100,0,0,0,833,0,'Twilight Disciple'),
|
|
(2338,0,2,'For our Masters!',12,0,100,0,0,0,834,0,'Twilight Disciple'),
|
|
(2338,0,3,'Masters, I pledge this $r to you!',12,0,100,0,0,0,835,0,'Twilight Disciple'),
|
|
(2338,0,4,'Carnage! May I spill blood in His name!',12,0,100,0,0,0,836,0,'Twilight Disciple'),
|
|
(2338,0,5,'Embrace the end!',12,0,100,0,0,0,837,0,'Twilight Disciple'),
|
|
(2338,0,6,'Battle! I can smell your fear, $c!',12,0,100,0,0,0,838,0,'Twilight Disciple'),
|
|
(2338,0,7,'Death comes! Rejoice!',12,0,100,0,0,0,839,0,'Twilight Disciple'),
|
|
(2338,0,8,'Intruders! Good, I was getting bored...',12,0,100,0,0,0,840,0,'Twilight Disciple'),
|
|
(2338,1,0,'My death matters little... the Hammer will still fall!',12,0,10,0,0,0,826,0,'Twilight Disciple'),
|
|
(2338,1,1,'My life for my masters. Rejoice!',12,0,10,0,0,0,827,0,'Twilight Disciple'),
|
|
(2338,1,2,'Curse you!',12,0,10,0,0,0,828,0,'Twilight Disciple'),
|
|
(2338,1,3,'Glory and blood for the Old Gods!',12,0,10,0,0,0,829,0,'Twilight Disciple'),
|
|
(2338,1,4,'My lords! I come to thee!',12,0,10,0,0,0,830,0,'Twilight Disciple'),
|
|
(2338,1,5,'Your victory here only speeds your doom!',12,0,10,0,0,0,831,0,'Twilight Disciple'),
|
|
(2338,1,6,'Mommy!',12,0,40,0,0,0,832,0,'Twilight Disciple'),
|
|
(2339,0,0,'You will never defeat us!',12,0,100,0,0,0,825,0,'Twilight Thug'),
|
|
(2339,0,1,'Intruders! Slay them!',12,0,100,0,0,0,833,0,'Twilight Thug'),
|
|
(2339,0,2,'For our Masters!',12,0,100,0,0,0,834,0,'Twilight Thug'),
|
|
(2339,0,3,'Masters, I pledge this $r to you!',12,0,100,0,0,0,835,0,'Twilight Thug'),
|
|
(2339,0,4,'Carnage! May I spill blood in His name!',12,0,100,0,0,0,836,0,'Twilight Thug'),
|
|
(2339,0,5,'Embrace the end!',12,0,100,0,0,0,837,0,'Twilight Thug'),
|
|
(2339,0,6,'Battle! I can smell your fear, $c!',12,0,100,0,0,0,838,0,'Twilight Thug'),
|
|
(2339,0,7,'Death comes! Rejoice!',12,0,100,0,0,0,839,0,'Twilight Thug'),
|
|
(2339,0,8,'Intruders! Good, I was getting bored...',12,0,100,0,0,0,840,0,'Twilight Thug'),
|
|
(2339,1,0,'My death matters little... the Hammer will still fall!',12,0,10,0,0,0,826,0,'Twilight Thug'),
|
|
(2339,1,1,'My life for my masters. Rejoice!',12,0,10,0,0,0,827,0,'Twilight Thug'),
|
|
(2339,1,2,'Curse you!',12,0,10,0,0,0,828,0,'Twilight Thug'),
|
|
(2339,1,3,'Glory and blood for the Old Gods!',12,0,10,0,0,0,829,0,'Twilight Thug'),
|
|
(2339,1,4,'My lords! I come to thee!',12,0,10,0,0,0,830,0,'Twilight Thug'),
|
|
(2339,1,5,'Your victory here only speeds your doom!',12,0,10,0,0,0,831,0,'Twilight Thug'),
|
|
(2339,1,6,'Mommy!',12,0,40,0,0,0,832,0,'Twilight Thug'),
|
|
(2358,0,0,'%s begins to summon in reinforcements!',16,0,100,0,0,0,741,0,'Dalaran Summoner'),
|
|
(2359,0,0,'%s begins to crack and break apart.',16,0,100,0,0,0,757,0,'Elemental Slave'),
|
|
(2359,1,0,'%s\'s strength dwindles as chunks of rock break off.',16,0,100,0,0,0,758,0,'Elemental Slave'),
|
|
(2359,2,0,'%s is reduced to rubble, but still continues to fight.',16,0,100,0,0,0,759,0,'Elemental Slave'),
|
|
(2378,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Kundric Zanden'),
|
|
(2379,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Caretaker Smithers'),
|
|
(2380,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Nandar Branson'),
|
|
(2381,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Micha Yance'),
|
|
(2382,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Darren Malvew'),
|
|
(2383,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Lindea Rabonne'),
|
|
(2389,0,0,'Intruders! Attack the intruders!',14,33,100,0,0,0,4569,0,'Zarise'),
|
|
(2391,0,0,'Whoops!',12,0,100,113,0,0,3326,0,'Serge Hinott'),
|
|
(2396,0,0,'I spent my whole life caring for these trees. Pruning and nurturing them... only fitting that they have joined me in death.',12,0,100,0,0,0,616,0,'Hans Zandin'),
|
|
(2396,0,1,'This orchard is now as barren and lifeless as my rotting shell. Once these trees bloomed with fruit but now there is only rot.',12,0,100,0,0,0,615,0,'Hans Zandin'),
|
|
(2396,0,2,'My trees.... they have withered up and died just like me.',12,0,100,0,0,0,614,0,'Hans Zandin'),
|
|
(2405,0,0,'Intruders! Attack the intruders!',12,33,100,0,0,0,8419,0,'Tarren Mill Deathguard'),
|
|
(2409,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Felicia Maline'),
|
|
(2416,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Crushridge Plunderer'),
|
|
(2416,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Crushridge Plunderer'),
|
|
(2416,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Crushridge Plunderer'),
|
|
(2417,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Grel\'borg the Miser'),
|
|
(2417,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Grel\'borg the Miser'),
|
|
(2417,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Grel\'borg the Miser'),
|
|
(2420,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Targ'),
|
|
(2420,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Targ'),
|
|
(2420,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Targ'),
|
|
(2422,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Glommus'),
|
|
(2422,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Glommus'),
|
|
(2422,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Glommus'),
|
|
(2428,0,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Jailor Marlgen'),
|
|
(2428,0,1,'Time to die, $C!',12,0,100,0,0,0,1935,0,'Jailor Marlgen'),
|
|
(2428,0,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Jailor Marlgen'),
|
|
(2432,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Darla Harris'),
|
|
(2433,0,0,'Revenge shall be mine at last!',14,0,100,15,1500,0,603,1,'Helcular\'s Remains'),
|
|
(2433,1,1,'I have risen!',14,0,100,15,1500,0,602,1,'Helcular\'s Remains'),
|
|
(2433,2,2,'Southshore shall pay in blood!',14,0,100,15,1500,0,604,1,'Helcular\'s Remains'),
|
|
(2433,3,3,'I returned from the grave to take my revenge!',14,0,100,15,1500,0,599,1,'Helcular\'s Remains'),
|
|
(2433,4,0,'The undead shall feast on your soul, $n.',14,0,100,0,1500,0,601,1,'Helcular\'s Remains'),
|
|
(2433,5,0,'Die in the name of the Dark Lady, $n.',14,0,100,0,1500,0,600,1,'Helcular\'s Remains'),
|
|
(2435,0,0,'Hear ye! Hear ye! *pant pant* Be warned citizens of Southshore: assassins are heading to our fair town!',12,7,100,0,0,0,620,0,'Southshore Crier'),
|
|
(2435,1,0,'Help me! Help! Assassins in the hills! To arms! To arms!',14,7,100,22,0,0,619,0,'Southshore Crier'),
|
|
(2435,2,0,'Guards to your posts! They must be after the Magistrate again. He must be protected! They could come from any direction!',12,7,100,1,0,0,621,0,'Southshore Crier'),
|
|
(2435,3,0,'The Southshore Crier grabs the back of his neck and his eyes go wide.',16,0,100,0,0,0,623,0,'Southshore Crier'),
|
|
(2435,4,0,'Assassins... save... th... Magistraaa...',12,7,100,65,0,0,626,0,'Southshore Crier'),
|
|
(2435,5,0,'Southshore Crier dies.',16,0,100,0,0,0,0,0,'Southshore Crier'),
|
|
(2440,0,0,'Mmm... I love my delicious Southshore stout.',12,7,100,0,0,0,605,0,'Drunken Footpad'),
|
|
(2440,0,1,'Southshore stout, how do I love thee? Let me count the ways...',12,7,100,0,0,0,606,0,'Drunken Footpad'),
|
|
(2464,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Commander Aggro\'gosh'),
|
|
(2497,0,0,'%s searches through the skulls...',16,0,100,0,0,0,732,0,'Nimboya'),
|
|
(2497,1,0,'%s continues searching, placing more skulls in his crate.',16,0,100,0,0,0,733,0,'Nimboya'),
|
|
(2497,2,0,'I am done inspecting the skulls, $n, and I am relieved. Yenniku is not among them...',12,1,100,1,0,0,734,0,'Nimboya'),
|
|
(2497,3,0,'Ah, good $n. Now let us see what tale these heads tell...',12,1,100,1,0,0,735,0,'Nimboya'),
|
|
(2497,4,0,'%s begins chanting...',16,0,100,0,0,0,736,0,'Nimboya'),
|
|
(2497,5,0,'There, $n. You may now speak to the Bloodscalp chief and his witchdoctor.',12,1,100,1,0,0,740,0,'Nimboya'),
|
|
(2498,0,0,'Thank you, $n.',12,0,100,0,0,0,1469,0,'Crank Fizzlebub'),
|
|
(2498,1,0,'I\'m sure I can find a use for this mixture...',12,0,100,0,0,0,1470,0,'Crank Fizzlebub'),
|
|
(2498,2,0,'Hm... if you\'re looking to adle wits, $n, then the secret behind Zanzil\'s zombies might just do the trick!',12,0,100,0,0,0,1468,0,'Crank Fizzlebub'),
|
|
(2501,0,0,'%s tries opening Maury\'s Clubbed Foot...',16,0,100,0,0,0,744,0,'\"Sea Wolf\" MacKinley'),
|
|
(2501,1,0,'Bah! $n, this foot won\'t budge!',12,0,100,0,0,0,0,0,'\"Sea Wolf\" MacKinley'),
|
|
(2519,0,0,'%s presents the Mind\'s Eye and the Singing Crystals before him...',16,0,100,0,0,0,742,0,'Kin\'weelay'),
|
|
(2519,1,0,'I have fashioned Yenniku\'s Soul Gem, $n...',12,1,100,1,0,0,743,0,'Kin\'weelay'),
|
|
(2519,2,0,'I am eager to hear what so angry an orc has to say...',12,0,100,1,0,0,1664,0,'Kin\'weelay'),
|
|
(2519,3,0,'%s places Marg\'s head in the cauldron.',16,0,100,0,0,0,1665,0,'Kin\'weelay'),
|
|
(2519,4,0,'Peer into the cauldron, $n. Marg wishes to speak...',12,0,100,1,0,0,1666,0,'Kin\'weelay'),
|
|
(2519,5,0,'Ah, good $n. Now let us see what tale these heads tell...',12,1,100,1,0,0,735,0,'Kin\'weelay'),
|
|
(2519,6,0,'%s begins chanting...',16,0,100,0,0,0,736,0,'Kin\'weelay'),
|
|
(2519,7,0,'There, $n. You may now speak to the Bloodscalp chief and his witchdoctor.',12,1,100,1,0,0,740,0,'Kin\'weelay'),
|
|
(2530,0,0,'%s is struck dumb by the Soul Gem!',16,0,100,0,0,0,681,0,'Yenniku'),
|
|
(2532,0,0,'Gimme my dolly!!',12,7,100,0,0,0,694,0,'Donna'),
|
|
(2532,0,1,'Betsy! Give me Betsy back!',12,7,100,0,0,0,695,0,'Donna'),
|
|
(2532,0,2,'Don\'t hurt Betsy, you meanie!',12,7,100,0,0,0,696,0,'Donna'),
|
|
(2532,0,3,'WAAAHHH!!!',12,7,100,0,0,0,697,0,'Donna'),
|
|
(2532,0,4,'I\'m telling Mommy!',12,7,100,0,0,0,698,0,'Donna'),
|
|
(2532,0,5,'Stop pulling her hair out!',12,7,100,0,0,0,699,0,'Donna'),
|
|
(2532,0,6,'You\'re hurting her!',12,7,100,0,0,0,700,0,'Donna'),
|
|
(2532,0,7,'Stop! You\'ll pull her head off!',12,7,100,0,0,0,701,0,'Donna'),
|
|
(2533,0,0,'Ha ha! I have Betsy!',12,7,100,0,0,0,693,0,'William'),
|
|
(2533,0,1,'I wonder if your dolly can swim!',12,7,100,0,0,0,705,0,'William'),
|
|
(2533,0,2,'I have your dolly! Nyah nyah!',12,7,100,0,0,0,706,0,'William'),
|
|
(2533,0,3,'What happens when I do this?!',12,7,100,0,0,0,707,0,'William'),
|
|
(2533,0,4,'If you want her back you\'re gonna have to beg!',12,7,100,0,0,0,708,0,'William'),
|
|
(2533,0,5,'Crybaby! Crybaby!',12,7,100,0,0,0,709,0,'William'),
|
|
(2533,0,6,'Baby wants her dolly!',12,7,100,0,0,0,710,0,'William'),
|
|
(2533,0,7,'Oops!',12,7,100,0,0,0,711,0,'William'),
|
|
(2543,0,0,'How interesting... the Stone possesses great magical potential, but in a purely raw form...',12,7,100,0,0,0,761,0,'Archmage Ansirem Runeweaver'),
|
|
(2546,0,0,'Three cheers for $n -- Admiral o\' the Bloodsail Bucaneer Navy!',14,0,100,0,0,0,5522,0,'Fleet Master Firallon'),
|
|
(2546,1,0,'Hip hip... arrrrr...',14,0,100,0,0,0,5523,0,'Fleet Master Firallon'),
|
|
(2562,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Boulderfist Ogre'),
|
|
(2562,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Boulderfist Ogre'),
|
|
(2562,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Boulderfist Ogre'),
|
|
(2564,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Boulderfist Enforcer'),
|
|
(2564,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Boulderfist Enforcer'),
|
|
(2564,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Boulderfist Enforcer'),
|
|
(2566,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Boulderfist Brute'),
|
|
(2566,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Boulderfist Brute'),
|
|
(2566,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Boulderfist Brute'),
|
|
(2567,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Boulderfist Magus'),
|
|
(2567,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Boulderfist Magus'),
|
|
(2567,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Boulderfist Magus'),
|
|
(2569,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Boulderfist Mauler'),
|
|
(2569,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Boulderfist Mauler'),
|
|
(2569,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Boulderfist Mauler'),
|
|
(2570,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Boulderfist Shaman'),
|
|
(2570,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Boulderfist Shaman'),
|
|
(2570,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Boulderfist Shaman'),
|
|
(2571,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Boulderfist Lord'),
|
|
(2571,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Boulderfist Lord'),
|
|
(2571,0,2,'Ill crush you!',12,0,100,0,0,0,1927,0,'Boulderfist Lord'),
|
|
(2597,0,0,'I presume you come with good news?',12,0,100,0,0,0,23460,0,'Lord Falconcrest'),
|
|
(2599,0,0,'Things are going as planned, Lord Falconcrest. I assure you, it is only a matter of time.',12,0,100,0,0,0,23459,0,'Otto'),
|
|
(2610,0,0,'All hands to battle stations! Naga incoming!',14,0,100,0,0,0,6372,0,'Shakes Breen'),
|
|
(2610,1,0,'If we can just hold them now, I am sure we will be in the clear.',12,0,100,0,0,0,863,0,'Shakes Breen'),
|
|
(2610,2,0,'Wait, $n!!! It looks like we\'re going to need some help here...',12,0,100,0,0,0,857,0,'Shakes O\'Breen'),
|
|
(2616,0,0,'Where in the Outlands are those shipments? For days they keep me waiting!',14,7,100,5,0,0,737,0,'Privateer Groy'),
|
|
(2616,0,1,'Stupidity! I\'m surrounded by stupidity!',14,7,100,5,0,0,738,0,'Privateer Groy'),
|
|
(2616,0,2,'Orcs are smarter than those couriers! Where the blazes are they?',14,7,100,5,0,0,739,0,'Privateer Groy'),
|
|
(2619,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Hammerfall Grunt'),
|
|
(2624,0,0,'What is happening? What force draws me to the Altar of the Tides!',14,0,100,0,0,0,769,0,'Gazban'),
|
|
(2624,1,0,'Oh now you\'ve gone and angered me! Time to see the true force of the Stone of Tides!',12,0,100,0,0,0,1113,0,'Gazban'),
|
|
(2634,0,0,'Thank you again for your aid. May the wind always be at your back during your travels.',12,0,100,2,0,0,765,0,'Princess Poobah'),
|
|
(2643,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Vilebranch Berserker'),
|
|
(2650,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Witherbark Zealot'),
|
|
(2691,0,0,'Attack, my sisters! The troll must not escape!',12,0,100,0,0,0,3827,0,'SAY_RIN_BY_OUTRUNNER'),
|
|
(2695,0,0,'%s reads Sully\'s letter page by page.',16,0,100,0,0,0,792,0,'Sara Balloo'),
|
|
(2695,1,0,'This isn\'t fair! My dearest Sully! Come back to me! No, $n! Why did you bring me such news!',12,7,100,18,0,0,793,0,'Sara Balloo'),
|
|
(2696,0,0,'Sure does seem like it\'s been a long time since anyone has relieved me from my post.',12,7,100,0,0,0,790,0,'Foggy MacKreel'),
|
|
(2696,1,0,'Well, that\'s what I get for oversleeping!',12,7,100,0,0,0,791,0,'Foggy MacKreel'),
|
|
(2700,0,0,'%s begins to search through the badges of fallen Stromgarde defenders...',16,0,100,0,0,0,873,0,'Captain Nials'),
|
|
(2700,1,0,'Privates Marcus, Tremane, Osgood, Lampret...',12,7,100,0,0,0,874,0,'Captain Nials'),
|
|
(2700,1,1,'Privates Fontane, MacDugal, Wilcott...',12,7,100,0,0,0,875,0,'Captain Nials'),
|
|
(2700,1,2,'Privates Theoric, Kitrin, Blythe, Agmond...',12,7,100,0,0,0,876,0,'Captain Nials'),
|
|
(2700,1,3,'Privates Horus, Tilling, Rockwell...',12,7,100,0,0,0,877,0,'Captain Nials'),
|
|
(2700,2,0,'...Sampson, Yorick, Chamley...',12,7,100,0,0,0,878,0,'Captain Nials'),
|
|
(2700,2,1,'Clemens, Bartholemew, Enderman, Wyles...',12,7,100,0,0,0,879,0,'Captain Nials'),
|
|
(2700,2,2,'Tormil, Gamlor, Shefferd, Cowry...',12,7,100,0,0,0,880,0,'Captain Nials'),
|
|
(2700,2,3,'Martens, Reblock, Adinay, Nikeson...',12,7,100,0,0,0,881,0,'Captain Nials'),
|
|
(2700,3,0,'%s sighs...',16,0,100,0,0,0,882,0,'Captain Nials'),
|
|
(2700,4,0,'So many lost. And so many more we must lose before this battle ends.',12,0,100,1,0,0,883,0,'Captain Nials'),
|
|
(2700,5,0,'Thank you for these badges, $n. I will send news to the families of the deceased.',12,0,100,1,0,0,884,0,'Captain Nials'),
|
|
(2701,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Dustbelcher Ogre'),
|
|
(2701,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Ogre'),
|
|
(2701,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Dustbelcher Ogre'),
|
|
(2705,0,0,'Hiccup!',12,0,100,33,0,0,794,0,'Brewmeister Bilger'),
|
|
(2706,0,0,'Easier than I expected... the sigil of Thoradin is whole, once again.',12,1,100,1,0,0,798,0,'Tor\'gan'),
|
|
(2711,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Phin Odelic'),
|
|
(2713,0,0,'Well then, let\'s get this started. The longer we\'re here, the more damage the undead could be doing back in Hillsbrad.',12,7,100,0,0,0,816,0,'Kinelory'),
|
|
(2713,1,0,'All right, this is where we really have to be on our paws. Be ready!',12,7,100,0,0,0,817,0,'Kinelory'),
|
|
(2713,2,0,'Watch my rear! I\'ll see what I can find in all this junk...',12,7,100,0,0,0,818,0,'Kinelory'),
|
|
(2713,3,0,'%s begins rummaging through the apothecary\'s belongings.',16,7,100,0,0,0,819,0,'Kinelory'),
|
|
(2713,4,0,'I bet Quae\'ll think this is important. She\'s pretty knowledgeable about these things--no expert, but knowledgable.',12,7,100,0,0,0,821,0,'Kinelory'),
|
|
(2713,5,0,'Okay, let\'s get out of here quick quick! Try and keep up. I\'m going to make a break for it.',12,7,100,0,0,0,822,0,'Kinelory'),
|
|
(2713,6,0,'%s hands her pack to Quae.',16,7,100,0,0,0,891,0,'Kinelory'),
|
|
(2713,7,0,'We made it! Quae, we made it!',12,7,100,0,0,0,892,0,'Kinelory'),
|
|
(2713,8,0,'Attack me if you will, but you won\'t stop me from getting back to Quae.',12,7,100,0,0,0,897,0,'Kinelory'),
|
|
(2713,9,0,'Found something... I think.',12,7,100,0,0,0,820,0,'Kinelory'),
|
|
(2715,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Dustbelcher Brute'),
|
|
(2715,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Brute'),
|
|
(2715,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Dustbelcher Brute'),
|
|
(2716,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Dustbelcher Wyrmhunter'),
|
|
(2716,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Wyrmhunter'),
|
|
(2716,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Dustbelcher Wyrmhunter'),
|
|
(2717,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Dustbelcher Mauler'),
|
|
(2717,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Mauler'),
|
|
(2717,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Dustbelcher Mauler'),
|
|
(2718,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Dustbelcher Shaman'),
|
|
(2718,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Shaman'),
|
|
(2718,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Dustbelcher Shaman'),
|
|
(2719,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Dustbelcher Lord'),
|
|
(2719,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Lord'),
|
|
(2719,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Dustbelcher Lord'),
|
|
(2720,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Dustbelcher Ogre Mage'),
|
|
(2720,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Ogre Mage'),
|
|
(2720,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Dustbelcher Ogre Mage'),
|
|
(2733,0,0,'You have my word that I shall find a use for your body after I\'ve killed you, $r.',12,7,100,0,0,0,896,0,'Apothecary Jorell'),
|
|
(2733,0,1,'You will never stop the Forsaken, $r. The Dark Lady shall make you suffer.',12,7,100,0,0,0,895,0,'Apothecary Jorell'),
|
|
(2748,0,0,'Who dares awaken Archaedas? Who dares the wrath of the Makers?',14,0,100,0,0,5855,3400,0,'Archaedas On Aggro'),
|
|
(2748,1,0,'Awake, ye servants! Defend the Disks!',14,0,100,0,0,5856,6536,0,'Archaedas On Summon Guardians'),
|
|
(2748,2,0,'To my side, brothers! For the Makers!',14,0,100,0,0,5857,6537,0,'Archaedas On Summon Vault Walkers'),
|
|
(2748,3,0,'Reckless mortal!',14,0,100,0,0,5858,6215,0,'Archaedas On Player Kill'),
|
|
(2755,0,0,'What? $n, you served me well, but...',12,0,0,0,0,0,842,0,'Myzrael'),
|
|
(2755,1,0,'Why have you summoned me so soon? I haven\'t yet reached my full power!',12,0,0,0,0,0,843,0,'Myzrael'),
|
|
(2755,2,0,'No matter. You were a fool to help me, and now you will pay!',12,0,0,0,0,0,844,0,'Myzrael'),
|
|
(2763,0,0,'Stop! Foolish $c, we cannot let you summon the creature Myzrael!',14,0,100,0,0,0,841,0,'Thenan'),
|
|
(2764,0,0,'Take that! The Drywhiskers will prevail!',12,0,100,0,0,0,814,0,'Sleeby'),
|
|
(2764,0,1,'Stand firm, brothers. And don\'t worry! Size is on our side!',12,0,100,0,0,0,812,0,'Sleeby'),
|
|
(2764,0,2,'The Great One will smash you!',12,0,100,0,0,0,808,0,'Sleeby'),
|
|
(2764,0,3,'Arent you a little short for your kind?',12,0,100,0,0,0,809,0,'Sleeby'),
|
|
(2764,0,4,'My life means nothing! Our sacred task is all!',12,0,100,0,0,0,810,0,'Sleeby'),
|
|
(2764,0,5,'If you mean to free Myzrael, you will be sorry!',12,0,100,0,0,0,811,0,'Sleeby'),
|
|
(2764,0,6,'Die! You will not free Myzrael!',12,0,100,0,0,0,807,0,'Sleeby'),
|
|
(2764,0,7,'No! Leave us! We must not fail our task!',12,0,100,0,0,0,815,0,'Sleeby'),
|
|
(2764,1,0,'May I bask in your shadow forever!',12,0,100,0,0,0,799,0,'Sleeby'),
|
|
(2764,1,1,'Master, your wisdom is matched only by your hugeness!',12,0,100,0,0,0,800,0,'Sleeby'),
|
|
(2764,1,2,'If I had a copper for each of your great deeds, Id be a rich kobold!',12,0,100,0,0,0,801,0,'Sleeby'),
|
|
(2764,1,3,'You will keep us safe from the evil mistress, yes!',12,0,100,0,0,0,802,0,'Sleeby'),
|
|
(2764,1,4,'Oh, praise! Your vigilance keeps Myzrael deep in the earth!',12,0,100,0,0,0,803,0,'Sleeby'),
|
|
(2764,1,5,'My only wish is to serve you, great one, until I die by your foot!',12,0,100,0,0,0,804,0,'Sleeby'),
|
|
(2764,1,6,'Your strength is of the mountain. Your grace is of the winds!',12,0,100,0,0,0,805,0,'Sleeby'),
|
|
(2764,1,7,'My feet hurt...',12,0,100,0,0,0,806,0,'Sleeby'),
|
|
(2765,0,0,'No! Leave us! We must not fail our task!',12,0,100,0,0,0,815,0,'Znort'),
|
|
(2765,0,1,'Stand firm, brothers. And don\'t worry! Size is on our side!',12,0,100,0,0,0,812,0,'Znort'),
|
|
(2765,0,2,'The Great One will smash you!',12,0,100,0,0,0,808,0,'Znort'),
|
|
(2765,0,3,'Arent you a little short for your kind?',12,0,100,0,0,0,809,0,'Znort'),
|
|
(2765,0,4,'My life means nothing! Our sacred task is all!',12,0,100,0,0,0,810,0,'Znort'),
|
|
(2765,0,5,'If you mean to free Myzrael, you will be sorry!',12,0,100,0,0,0,811,0,'Znort'),
|
|
(2765,0,6,'Die! You will not free Myzrael!',12,0,100,0,0,0,807,0,'Znort'),
|
|
(2765,0,7,'Take that! The Drywhiskers will prevail!',12,0,100,0,0,0,814,0,'Znort'),
|
|
(2765,1,0,'May I bask in your shadow forever!',12,0,100,0,0,0,799,0,'Znort'),
|
|
(2765,1,1,'Master, your wisdom is matched only by your hugeness!',12,0,100,0,0,0,800,0,'Znort'),
|
|
(2765,1,2,'If I had a copper for each of your great deeds, Id be a rich kobold!',12,0,100,0,0,0,801,0,'Znort'),
|
|
(2765,1,3,'You will keep us safe from the evil mistress, yes!',12,0,100,0,0,0,802,0,'Znort'),
|
|
(2765,1,4,'Oh, praise! Your vigilance keeps Myzrael deep in the earth!',12,0,100,0,0,0,803,0,'Znort'),
|
|
(2765,1,5,'My only wish is to serve you, great one, until I die by your foot!',12,0,100,0,0,0,804,0,'Znort'),
|
|
(2765,1,6,'Your strength is of the mountain. Your grace is of the winds!',12,0,100,0,0,0,805,0,'Znort'),
|
|
(2765,1,7,'My feet hurt...',12,0,100,0,0,0,806,0,'Znort'),
|
|
(2768,0,0,'Ok, $n. Follow me to the cave where I\'ll attempt to harness the power of the rune stone into these goggles.',12,0,100,0,0,0,845,0,'Professor Phizzlethorpe - SAY_PROGRESS_1'),
|
|
(2768,1,0,'I discovered this cave on our first day here. I believe the energy in the stone can be used to our advantage.',12,0,100,0,0,0,846,0,'Professor Phizzlethorpe - SAY_PROGRESS_2'),
|
|
(2768,2,0,'I\'ll begin drawing energy from the stone. Your job, $n, is to defend me. This place is cursed...trust me.',12,0,100,0,0,0,847,0,'Professor Phizzlethorpe - SAY_PROGRESS_3'),
|
|
(2768,3,0,'%s begins tinkering with the goggles before the stone.',16,0,100,0,0,0,848,0,'Professor Phizzlethorpe - EMOTE_PROGRESS_4'),
|
|
(2768,4,0,'Help!!! Get these things off me so I can get my work done!',12,0,100,0,0,0,859,0,'Professor Phizzlethorpe - SAY_AGGRO'),
|
|
(2768,4,1,'Help!! I told you this place was cursed!',12,0,100,0,0,0,858,0,'Professor Phizzlethorpe'),
|
|
(2768,5,0,'Almost done! Just a little longer!',12,0,100,0,0,0,849,0,'Professor Phizzlethorpe - SAY_PROGRESS_5'),
|
|
(2768,6,0,'I\'ve done it! I have harnessed the power of the stone into the goggles! Let\'s get out of here!',12,0,100,0,0,0,850,0,'Professor Phizzlethorpe - SAY_PROGRESS_6'),
|
|
(2768,7,0,'Phew! Glad to be back from that creepy cave.',12,0,100,0,0,0,851,0,'Professor Phizzlethorpe - SAY_PROGRESS_7'),
|
|
(2768,8,0,'%s hands the glowing goggles over to Doctor Draxlegauge.',16,0,100,0,0,0,889,0,'Professor Phizzlethorpe - EMOTE_PROGRESS_8'),
|
|
(2768,9,0,'Doctor Draxlegauge will give you further instructions, $n. Many thanks for your help!',12,0,100,0,0,0,890,0,'Professor Phizzlethorpe - SAY_PROGRESS_9'),
|
|
(2775,0,0,'Nothing will stop us! You will die!',14,0,100,0,0,0,855,0,'Daggerspine Marauder'),
|
|
(2775,0,1,'You\'ve plundered our treasures too long. Prepare to meet your watery grave!',14,0,100,0,0,0,854,0,'Daggerspine Marauder'),
|
|
(2784,0,0,'%s carefully studies Sara Balloo\'s note and lets out a long, solemn sigh.',16,0,100,0,0,0,860,0,'King Magni Bronzebeard'),
|
|
(2785,0,0,'%s begins searching through his pack...',16,0,100,0,0,0,870,0,'Theldurin the Lost'),
|
|
(2785,1,0,'Ah! There is my ratchet! Now let\'s re-attach these scroll fragments.',12,0,100,0,0,0,871,0,'Theldurin the Lost'),
|
|
(2785,2,0,'There we are, $n. The Scroll is fixed! Hooray!',12,0,100,4,0,0,872,0,'Theldurin the Lost'),
|
|
(2785,3,0,'%s reads the ancient text $n fetched for him...',16,0,100,0,0,0,914,0,'Theldurin the Lost'),
|
|
(2785,4,0,'Aha! That\'s it!',12,0,100,5,0,0,915,0,'Theldurin the Lost'),
|
|
(2785,5,0,'%s hunkers down to read Yagyin\'s Digest...',16,0,100,0,0,0,923,0,'Theldurin the Lost'),
|
|
(2785,6,0,'%s is struck by unleashed magic!',16,0,100,34,0,0,924,0,'Theldurin the Lost'),
|
|
(2785,7,0,'Ow. Spicy.',12,0,100,0,0,0,934,0,'Theldurin the Lost'),
|
|
(2786,0,0,'%s stows the items $n gave him.',16,0,100,0,0,0,919,0,'Gerrig Bonegrip'),
|
|
(2786,1,0,'I thank you, $n. My associates who will do great things with these...',12,7,100,2,0,0,920,0,'Gerrig Bonegrip'),
|
|
(2790,0,0,'I\'ll get to work right away, $n!',12,0,100,0,0,0,3501,0,'Grand Mason Marblesten'),
|
|
(2790,1,0,'There you have it! The King should be quite pleased, if I do say so myself.',12,0,100,1,0,0,3502,0,'Grand Mason Marblesten'),
|
|
(2790,2,0,'The King\'s guards should be along shortly to pick up the Memorial. In the meantime, come join me upstairs and let\'s finish our little chat, $n.',12,0,100,0,0,0,3503,0,'Grand Mason Marblesten'),
|
|
(2791,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Enraged Rock Elemental'),
|
|
(2792,0,0,'%s watches as his blood begins to stir, and the guile of the raptor slips through him.',16,0,100,0,0,0,1020,0,'Gor\'mul'),
|
|
(2792,1,0,'What is this power that flows through me? Is this the power of shamanism that Tor\'gan spoke of...?',12,1,100,6,0,0,861,0,'Gor\'mul'),
|
|
(2792,2,0,'Amazing! I feel... renewed. My strength returns!',12,1,100,15,0,0,862,0,'Gor\'mul'),
|
|
(2793,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Kor\'gresh Coldrage'),
|
|
(2793,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Kor\'gresh Coldrage'),
|
|
(2793,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Kor\'gresh Coldrage'),
|
|
(2817,0,0,'%s cooks up a batch of spicy hot buzzard wings for $n.',16,0,100,0,0,0,887,0,'Rigglefuzz'),
|
|
(2817,1,0,'Ow. Spicy.',12,0,100,33,0,0,934,0,'Rigglefuzz'),
|
|
(2817,2,0,'%s grinds the pearls $n gave him...',16,0,100,0,0,0,1021,0,'Rigglefuzz'),
|
|
(2817,3,0,'There we are. A new batch of flash bombs!',12,0,100,0,0,0,1023,0,'Rigglefuzz'),
|
|
(2817,4,0,'Look out! We\'re under attack by a $n!',12,0,100,5,0,0,1022,0,'Rigglefuzz'),
|
|
(2817,5,0,'Take that, beast!',12,0,100,0,0,0,1024,0,'Rigglefuzz'),
|
|
(2817,6,0,'%s tosses dynamite through the air and it lands near by.',16,0,100,0,0,0,1025,0,'Rigglefuzz'),
|
|
(2835,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Cedrik Prose'),
|
|
(2851,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Urda'),
|
|
(2852,0,0,'The nightmare of Ursal is over! We are free!',12,0,100,0,0,0,888,0,'Enslaved Druid of the Talon'),
|
|
(2858,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Gringer'),
|
|
(2859,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Gyll'),
|
|
(2861,0,0,'Grunts! Attack!',14,1,100,0,0,0,4558,0,'Gorrik'),
|
|
(2906,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Dustbelcher Warrior'),
|
|
(2906,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Warrior'),
|
|
(2906,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Dustbelcher Warrior'),
|
|
(2907,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Dustbelcher Mystic'),
|
|
(2907,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dustbelcher Mystic'),
|
|
(2907,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Dustbelcher Mystic'),
|
|
(2909,0,0,'Go with speed... <cough cough> Find... <cough> Ryedol...',12,7,100,0,0,0,957,0,'Hammertoe Grez'),
|
|
(2909,1,0,'%s falls to the ground. His spirit is released with his last breath.',16,0,100,0,0,0,979,0,'Hammertoe Grez'),
|
|
(2911,0,0,'By the stars! A spirit has been summoned!',12,7,100,1,0,0,1180,0,'Archaeologist Flagongut'),
|
|
(2911,1,0,'It\'s a mystery of the past indeed! But a key to our future!',12,7,100,1,0,0,1181,0,'Archaeologist Flagongut'),
|
|
(2911,2,0,'%s begins to manipulate the Stone of Relu over the two fossils.',16,0,100,0,0,0,1179,0,'Archaeologist Flagongut'),
|
|
(2915,0,0,'Karnik, me friend, I wish I could see you with me own eyes again, but we need\'ta talk of Ragnaros. His influence is spreading.',12,0,100,1,0,0,916,0,'Hammertoe\'s Spirit'),
|
|
(2915,1,0,'I\'ll tell you more, Karnik, in time. But first, send this traveler\'ta Belgrum--there\'s more business\'ta attend to.',12,0,100,1,0,0,918,0,'Hammertoe\'s Spirit'),
|
|
(2916,0,0,'Ragnaros? Terrible news indeed...',12,0,100,6,0,0,956,0,'Historian Karnik'),
|
|
(2916,1,0,'You heard him, traveler. Speak to me again when you\'re ready to speak to Belgrum.',12,0,100,0,0,0,958,0,'Historian Karnik'),
|
|
(2917,0,0,'Ok, $n, let\'s go find where I left that mysterious fossil. Follow me!',12,7,100,0,0,0,925,0,'remtravel SAY_REM_START'),
|
|
(2917,1,0,'Something tells me this $n wants the mysterious fossil too. Help!',12,7,100,0,0,0,941,0,'remtravel SAY_REM_AGGRO'),
|
|
(2917,1,1,'Oh my! What\'s this? Help!',12,7,100,0,0,0,938,0,'remtravel SAY_REM_AGGRO'),
|
|
(2917,1,2,'Looks like we\'ve uncovered this $n. Now help me kill it!',12,7,100,0,0,0,939,0,'remtravel SAY_REM_AGGRO'),
|
|
(2917,1,3,'Help me! This $n won\'t get off of me!',12,7,100,0,0,0,940,0,'remtravel SAY_REM_AGGRO'),
|
|
(2917,1,4,'$n! Help!',12,7,100,0,0,0,942,0,'remtravel SAY_REM_AGGRO'),
|
|
(2917,1,5,'Can you get this $n off me?',12,7,100,0,0,0,943,0,'remtravel SAY_REM_AGGRO'),
|
|
(2917,2,0,'Now where did I put that mysterious fossil? Ah, maybe up there...',12,7,100,0,0,0,926,0,'remtravel SAY_REM_RAMP1_1'),
|
|
(2917,3,0,'Hrm, nothing up here.',12,7,100,0,0,0,927,0,'remtravel SAY_REM_RAMP1_2'),
|
|
(2917,4,0,'No mysterious fossil here... Ah, but my copy of Green Hills of Stranglethorn. What a good book!',12,7,100,0,0,0,928,0,'remtravel SAY_REM_BOOK'),
|
|
(2917,5,0,'I bet you I left it in the tent!',12,7,100,0,0,0,929,0,'remtravel SAY_REM_TENT1_1'),
|
|
(2917,6,0,'Oh wait, that\'s Hollee\'s tent... and it\'s empty.',12,7,100,0,0,0,930,0,'remtravel SAY_REM_TENT1_2'),
|
|
(2917,7,0,'Interesting... I hadn\'t noticed this earlier...',12,7,100,0,0,0,931,0,'remtravel SAY_REM_MOSS'),
|
|
(2917,8,0,'%s inspects the ancient, mossy stone.',16,0,100,0,0,0,932,0,'remtravel EMOTE_REM_MOSS'),
|
|
(2917,9,0,'Oh wait! I\'m supposed to be looking for that mysterious fossil!',12,7,100,0,0,0,933,0,'remtravel SAY_REM_MOSS_PROGRESS'),
|
|
(2917,10,0,'Nope, didn\'t leave the fossil back here!',12,7,100,0,0,0,935,0,'remtravel SAY_REM_PROGRESS'),
|
|
(2917,11,0,'Ah, I remember now! I gave the mysterious fossil to Hollee! Check with her.',12,7,100,0,0,0,936,0,'remtravel SAY_REM_REMEMBER'),
|
|
(2917,12,0,'%s goes back to work, oblivious to everything around him.',16,0,100,0,0,0,937,0,'remtravel EMOTE_REM_END'),
|
|
(2919,0,0,'%s is ripped apart as it is banished from this world.',16,0,100,0,0,0,853,0,'Fam\'retor Guardian'),
|
|
(2920,0,0,'%s looks over at Lotwil nervously.',16,0,100,0,0,0,959,0,'Lucien Tosselwrench'),
|
|
(2921,0,0,'Now to test my design!',12,0,100,1,0,0,948,0,'Lotwil Veriatus'),
|
|
(2921,1,0,'Oh no! It\'s out of control! Run!',12,0,100,5,0,0,949,0,'Lotwil Veriatus'),
|
|
(2921,2,0,'I guess I\'d better do something about this!',12,0,100,0,0,0,950,0,'Lotwil Veriatus'),
|
|
(2922,0,0,'One day I\'ll be a real boy.',12,0,100,0,0,0,902,0,'Servo'),
|
|
(2922,0,1,'Gizmos... check. Doothingies... check. Wizzers... check.',12,0,100,0,0,0,904,0,'Servo'),
|
|
(2922,0,2,'It can get really hot here in the Badlands. But at least it\'s a dry heat.',12,0,100,0,0,0,903,0,'Servo'),
|
|
(2922,0,3,'I am well versed in over 4 languages.',12,0,100,0,0,0,898,0,'Servo'),
|
|
(2922,0,4,'Master, where have all the trees gone?',12,0,100,0,0,0,900,0,'Servo'),
|
|
(2922,1,0,'We can make it better, stronger, faster. We have the technology. We have the magic.',12,0,100,0,0,0,901,0,'Servo'),
|
|
(2922,1,1,'It is dangerous here, master. But I shall help stand guard.',12,0,100,0,0,0,905,0,'Servo'),
|
|
(2922,1,2,'Brzt... click... whir...',12,0,100,0,0,0,899,0,'Servo'),
|
|
(2922,2,0,'Protect master!',12,0,100,0,0,0,951,0,'Servo'),
|
|
(2930,0,0,'The forest spirits are uneasy...',12,0,100,0,0,0,908,0,'Sentinel Glynda NalShea'),
|
|
(2930,0,1,'The Blackwood tribe is disrupting our sacred lands.',12,0,100,0,0,0,909,0,'Sentinel Glynda Nal\'Shea'),
|
|
(2930,0,2,'Something needs to be done about the Blackwood tribe.',12,0,100,0,0,0,910,0,'Sentinel Glynda Nal\'Shea'),
|
|
(2930,0,3,'A corruption taints our sacred forest.',12,0,100,0,0,0,911,0,'Sentinel Glynda Nal\'Shea'),
|
|
(2930,0,4,'The Blackwood tribe must not be permitted to interfere with the progress of nature.',12,0,100,0,0,0,912,0,'Sentinel Glynda Nal\'Shea'),
|
|
(2930,0,5,'I sense danger deep within the grove...',12,0,100,0,0,0,913,0,'Sentinel Glynda Nal\'Shea'),
|
|
(2931,0,0,'%s seems much calmer now that it has eaten the remains of $n.',16,0,100,0,0,0,907,0,'Zaricotl'),
|
|
(2931,1,0,'%s starts flapping its wings and sqwaking loudly. You have a feeling that you are about to be its next meal!',16,0,100,0,0,0,906,0,'Zaricotl'),
|
|
(2934,0,0,'%s accepts the relics from $n.',16,0,100,0,0,0,921,0,'Keeper Bel\'dugur'),
|
|
(2934,1,0,'Accept my thanks, $n. Yagyin\'s journal shall be yours.',12,0,100,2,0,0,922,0,'Keeper Bel\'dugur'),
|
|
(2941,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Lanie Reed'),
|
|
(2948,0,0,'%s begins a rite of creation...',16,0,100,0,0,0,952,0,'Mull Thunderhorn'),
|
|
(2948,0,1,'%s holds high the items $n gave him...',16,0,100,0,0,0,955,0,'Mull Thunderhorn'),
|
|
(2948,0,2,'%s enters a trance...',16,0,100,0,0,0,999,0,'Mull Thunderhorn'),
|
|
(2948,0,3,'%s uses $n\'s offering in a ritual...',16,0,100,0,0,0,1000,0,'Mull Thunderhorn'),
|
|
(2948,0,4,'%s accepts $n\'s offering, and begins to chant...',16,0,100,0,0,0,1001,0,'Mull Thunderhorn'),
|
|
(2948,0,5,'%s draws power to him...',16,0,100,0,0,0,1002,0,'Mull Thunderhorn'),
|
|
(2948,0,6,'%s transforms the items $n gave him into a totem of cleansing...',16,0,100,0,0,0,1003,0,'Mull Thunderhorn'),
|
|
(2948,0,7,'%s creates a new totem...',16,0,100,0,0,0,1004,0,'Mull Thunderhorn'),
|
|
(2948,1,0,'It is done.',12,3,100,0,0,0,953,0,'Mull Thunderhorn'),
|
|
(2948,1,1,'The totem is made, $n.',12,3,100,0,0,0,954,0,'Mull Thunderhorn'),
|
|
(2948,1,2,'I have the totem of cleansing, $n.',12,3,100,0,0,0,1005,0,'Mull Thunderhorn'),
|
|
(2948,1,3,'The totem is made. The well may now be cleansed.',12,3,100,0,0,0,1006,0,'Mull Thunderhorn'),
|
|
(2948,1,4,'$n, I have created the cleansing totem.',12,3,100,0,0,0,1007,0,'Mull Thunderhorn'),
|
|
(2948,1,5,'The deed is done. The totem is made.',12,3,100,0,0,0,1008,0,'Mull Thunderhorn'),
|
|
(2948,1,6,'I have created the totem. You, $n, must cleanse the well.',12,3,100,0,0,0,1009,0,'Mull Thunderhorn'),
|
|
(2948,1,7,'The items you offered were pure, $n. This new cleansing totem is strong.',12,3,100,0,0,0,1010,0,'Mull Thunderhorn'),
|
|
(2949,0,0,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Palemane Tanner'),
|
|
(2949,0,1,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Palemane Tanner'),
|
|
(2950,0,0,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Palemane Skinner'),
|
|
(2950,0,1,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Palemane Skinner'),
|
|
(2951,0,0,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Palemane Poacher'),
|
|
(2951,0,1,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Palemane Poacher'),
|
|
(2983,0,0,'%s beings to draw energy from the earth',16,0,100,0,0,0,944,0,'The Plains Vision'),
|
|
(2983,1,0,'%s stares to the northwest and lets out a long, drawn out howl.',16,0,100,0,0,0,945,0,'The Plains Vision'),
|
|
(2983,2,0,'%s lets forth a mighty howl.',16,0,100,0,0,0,946,0,'The Plains Vision'),
|
|
(2984,0,0,'I\'ve been expecting you, $n.',12,3,100,0,0,0,947,0,'Seer Wiserunner'),
|
|
(2986,0,0,'Until we meet again, brave one.',12,0,100,113,0,0,1589,0,'Dorn Plainstalker'),
|
|
(2991,0,0,'%s gestures to the pitcher of water sitting on the edge of the well.',16,0,100,0,0,0,1528,0,'Greatmother Hawkwind'),
|
|
(2995,0,0,'You will not defile our sacred land!',14,3,100,0,0,0,4560,0,'Tal'),
|
|
(3054,0,0,'%s begins chanting as he mixes the well stones and ambercorn before the Tribal Fire.',16,0,100,0,0,0,1011,0,'Zarlman Two-Moons on Quest 771 finished 1'),
|
|
(3054,1,0,'The Water of the Seers is ready for your consumption, $n.',12,1,100,0,0,0,1012,0,'Zarlman Two-Moons on Quest 771 finished 2'),
|
|
(3129,0,0,'Step away from the Lieutenant\'s belongings!',12,0,100,0,0,0,980,0,'Kul Tiras Marine'),
|
|
(3142,0,0,'We will suffer no demon\'s servant in our lands!',12,1,100,15,0,0,985,0,'Orgnil Soulscar'),
|
|
(3142,1,0,'%s listens to $n\'s report...',16,0,100,0,0,0,981,0,'Orgnil Soulscar'),
|
|
(3142,2,0,'What?? The Burning Blade is spreading! We must investigate!',12,1,100,5,0,0,982,0,'Orgnil Soulscar'),
|
|
(3142,3,0,'%s smashes the dead, twisted claw.',16,0,100,36,0,0,984,0,'Orgnil Soulscar'),
|
|
(3149,0,0,'The zeppelin to Orgrimmar has just arrived! All aboard for Durotar!',14,0,100,0,0,0,29551,0,'Nez\'raz'),
|
|
(3150,0,0,'The zeppelin to Grom\'gol has just arrived! All aboard for Stranglethorn!',14,0,100,0,0,0,22097,0,'Hin Denburg'),
|
|
(3188,0,0,'I thank you, $n. And my brother thanks you.',12,0,100,0,0,0,983,0,'Master Gadrin'),
|
|
(3208,0,0,'%s enters a trance...',16,0,100,0,0,0,986,0,'Margoz'),
|
|
(3208,1,0,'%s is burned by unleashed magic!',16,0,100,0,0,6527,987,0,'Margoz'),
|
|
(3208,2,0,'Argh!',12,1,100,34,0,0,989,0,'Margoz'),
|
|
(3208,3,0,'$n, unlocking the secret of these collars is beyond my skills...',12,1,100,274,0,0,988,0,'Margoz'),
|
|
(3216,0,0,'%s inspects the Searing Collar...',16,0,100,0,0,0,990,0,'Neeru Fireblade'),
|
|
(3216,1,0,'Interesting, very interesting. You found this in Durotar, $n?',12,1,100,1,0,0,991,0,'Neeru Fireblade'),
|
|
(3216,1,1,'The collar is indeed infused with demonic power, $n. This bodes ill for our people.',12,1,100,1,0,0,992,0,'Neeru Fireblade'),
|
|
(3216,1,2,'Hm...it is good that you brought this to me, $n.',12,1,100,1,0,0,993,0,'Neeru Fireblade'),
|
|
(3216,1,3,'A dangerous device this is, $n. I am glad you brought it to my attention.',12,1,100,1,0,0,994,0,'Neeru Fireblade'),
|
|
(3218,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'SAY_GUARD_SIL_AGGRO1'),
|
|
(3218,0,1,'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... ',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(3218,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(3218,0,3,'You dare spill blood on neutral ground? OUT! OUT, I SAY!',12,0,100,0,0,0,10948,0,'Brave Swiftwind - On Aggro'),
|
|
(3218,0,4,'We don\'t take kindly to miscreants, $r.',12,0,100,0,0,0,10949,0,'Brave Swiftwind - On Aggro'),
|
|
(3218,0,5,'Get a rope!',12,0,100,0,0,0,10952,0,'Brave Swiftwind - On Aggro'),
|
|
(3218,0,6,'Believe me when I tell you this: You\'re gonna wish you weren\'t born, sissy!',12,0,100,0,0,0,10954,0,'Brave Swiftwind - On Aggro'),
|
|
(3218,0,7,'Your actions shame us all, $c. I hurt inside as I beat you senseless.',12,0,100,0,0,0,10955,0,'Brave Swiftwind - On Aggro'),
|
|
(3230,0,0,'Hellfire Citadel is ours! The source of Illidan\'s fel orc army is no more! Magtheridon has fallen to the might of $n and $g his:her; allies!',14,1,100,22,0,0,20765,2,'Nazgrel to Player'),
|
|
(3230,1,0,'The time for us to rise and strike at the fel orcs that remain is now! Do this for your Warchief! Do this for the Horde!',14,1,100,22,0,0,20766,2,'Nazgrel to Player'),
|
|
(3250,0,0,'%s lays an egg!',16,0,100,0,0,0,1408,0,'Silithid Creeper'),
|
|
(3251,0,0,'%s hatches!',16,0,100,0,0,0,1413,0,'Silithid Grub'),
|
|
(3255,0,0,'%s lets out a shriek, calling for help!',16,0,100,0,0,0,2081,0,'Sunscale Screecher'),
|
|
(3274,0,0,'I am slain! Summon Verog!',14,0,100,0,0,0,1017,0,'Kolkar Pack Runner'),
|
|
(3275,0,0,'I am slain! Summon Verog!',14,0,100,0,0,0,1017,0,'Kolkar Marauder'),
|
|
(3276,0,0,'You will be easy prey, $c.',12,0,100,0,0,0,2231,0,'Witchwing Harpy'),
|
|
(3276,0,1,'A fine trophy your head will make, $r.',12,0,100,0,0,0,2229,0,'Witchwing Harpy'),
|
|
(3276,0,2,'My talons will shred your puny body, $r.',12,0,100,0,0,0,2230,0,'Witchwing Harpy'),
|
|
(3277,0,0,'My talons will shred your puny body, $R.',12,0,100,0,0,0,2230,0,'Witchwing Roguefeather'),
|
|
(3277,0,1,'A fine trophy your head will make, $r.',12,0,100,0,0,0,2229,0,'Witchwing Roguefeather'),
|
|
(3277,0,2,'You will be easy prey, $c.',12,0,100,0,0,0,2231,0,'Witchwing Roguefeather'),
|
|
(3278,0,0,'You will be easy prey, $c.',12,0,100,0,0,0,2231,0,'Witchwing Slayer'),
|
|
(3278,0,1,'A fine trophy your head will make, $r.',12,0,100,0,0,0,2229,0,'Witchwing Slayer'),
|
|
(3278,0,2,'My talons will shred your puny body, $r.',12,0,100,0,0,0,2230,0,'Witchwing Slayer'),
|
|
(3279,0,0,'You will be easy prey, $c.',12,0,100,0,0,0,2231,0,'Witchwing Ambusher'),
|
|
(3279,0,1,'A fine trophy your head will make, $r.',12,0,100,0,0,0,2229,0,'Witchwing Ambusher'),
|
|
(3279,0,2,'My talons will shred your puny body, $r.',12,0,100,0,0,0,2230,0,'Witchwing Ambusher'),
|
|
(3280,0,0,'You will be easy prey, $c.',12,0,100,0,0,0,2231,0,'Witchwing Windcaller'),
|
|
(3280,0,1,'A fine trophy your head will make, $r.',12,0,100,0,0,0,2229,0,'Witchwing Windcaller'),
|
|
(3280,0,2,'My talons will shred your puny body, $r.',12,0,100,0,0,0,2230,0,'Witchwing Windcaller'),
|
|
(3282,0,0,'There\'s the stolen shredder! Stop it or Lugwizzle will have our hides!',14,0,100,0,0,0,1040,0,'wizzlecrank SAY_MERCENARY'),
|
|
(3284,0,0,'Get away from there!',12,0,100,0,0,0,4704,0,'Venture Co. Drudger'),
|
|
(3285,0,0,'Get away from there!',12,0,100,0,0,0,4704,0,'Venture Co. Peon'),
|
|
(3286,0,0,'%s grabs for his poisoned dagger!',16,0,100,0,0,0,1385,0,'Venture Co. Overseer - Between 0-30% Health'),
|
|
(3287,0,0,'Go swiftly, $n. My fate is in your hands.',12,1,100,0,0,0,1341,0,'Hana zua'),
|
|
(3291,0,0,'Fresh Bread! Get your oven fresh bread here!',12,6,100,0,0,0,995,0,'Greishan Ironstove'),
|
|
(3291,0,1,'Get\'em while they are nice and fresh! Loaves of bread here!',12,6,100,0,0,0,996,0,'Greishan Ironstove'),
|
|
(3291,0,2,'All kinds of bread here! Made fresh today. Get\'em while they last!',12,6,100,0,0,0,997,0,'Greishan Ironstove'),
|
|
(3291,0,3,'Bread here! Loaves of your favorites! Nice and fresh!',12,6,100,0,0,0,998,0,'Greishan Ironstove'),
|
|
(3296,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Orgrimmar Grunt'),
|
|
(3296,0,1,'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...',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(3296,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(3296,0,3,'You dare spill blood on neutral ground? OUT! OUT, I SAY!',12,0,100,0,0,0,10948,0,'Orgrimmar Grunt - On Aggro'),
|
|
(3296,0,4,'We don\'t take kindly to miscreants, $r.',12,0,100,0,0,0,10949,0,'Orgrimmar Grunt - On Aggro'),
|
|
(3296,0,5,'Get a rope!',12,0,100,0,0,0,10952,0,'Orgrimmar Grunt - On Aggro'),
|
|
(3296,0,6,'Believe me when I tell you this: You\'re gonna wish you weren\'t born, sissy!',12,0,100,0,0,0,10954,0,'Orgrimmar Grunt - On Aggro'),
|
|
(3296,0,7,'Your actions shame us all, $c. I hurt inside as I beat you senseless.',12,0,100,0,0,0,10955,0,'Orgrimmar Grunt - On Aggro'),
|
|
(3296,2,0,'%s throws a rotten apple at $n.',16,0,100,0,0,0,31671,0,'Orgrimmar Grunt'),
|
|
(3296,3,0,'%s throws rotten banana on $n.',16,0,100,0,0,0,31672,0,'Orgrimmar Grunt'),
|
|
(3296,4,0,'%s spits on $n.',16,0,100,0,0,0,31673,0,'Orgrimmar Grunt'),
|
|
(3296,5,0,'Monster!',12,0,100,0,0,0,31662,0,'Orgrimmar Grunt'),
|
|
(3296,5,1,'Murderer!',12,0,100,0,0,0,31679,0,'Orgrimmar Grunt'),
|
|
(3296,5,2,'GET A ROPE!',12,0,100,0,0,0,31669,0,'Orgrimmar Grunt'),
|
|
(3296,5,3,'How dare you set foot in our city!',12,0,100,0,0,0,31684,0,'Orgrimmar Grunt'),
|
|
(3296,5,4,'You disgust me.',12,0,100,0,0,0,31680,0,'Orgrimmar Grunt'),
|
|
(3296,5,5,'Looks like we\'re going to have ourselves an execution.',12,0,100,0,0,0,31682,0,'Orgrimmar Grunt'),
|
|
(3296,5,6,'Traitorous dog.',12,0,100,0,0,0,31665,0,'Orgrimmar Grunt'),
|
|
(3296,5,7,'My family was wiped out by the Scourge! MONSTER!',12,0,100,0,0,0,31667,0,'Orgrimmar Grunt'),
|
|
(3301,1,0,'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.',12,7,100,0,0,0,1014,0,'Morgan Ladimore - A Daughter\'s Love'),
|
|
(3301,2,0,'I shall cling to the love of my daughter and hope that I will find forgiveness under the Light for my sins.',12,7,100,0,0,0,1015,0,'Morgan Ladimore - A Daughter\'s Love'),
|
|
(3305,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Grisha'),
|
|
(3310,0,0,'Grunts! Attack!',14,1,100,0,0,0,4558,0,'Doras'),
|
|
(3338,0,0,'The spirit of Echeyakee flows through you, $n.',12,1,100,2,0,0,1295,0,'Sergra Darkthorn'),
|
|
(3387,0,0,'The rage of Ishamuhale runs through you, $n.',12,1,100,2,0,0,1297,0,'Jorn Skyseer'),
|
|
(3387,1,0,'Lakota\'mani thunders within you, $n.',12,1,100,2,0,0,1298,0,'Jorn Skyseer'),
|
|
(3387,2,0,'The speed of Owatanka is with you, $n.',12,1,100,2,0,0,1299,0,'Jorn Skyseer'),
|
|
(3387,3,0,'Your path is steady, $n, for Washte Pawne\'s resolve is with you.',12,1,100,2,0,0,1300,0,'Jorn Skyseer'),
|
|
(3388,0,0,'May the spirit of Isha Awak give you strength, $n.',12,1,100,2,0,0,1301,0,'Mahren Skyseer'),
|
|
(3389,0,0,'Beware, $n! Look to the west!',12,1,100,1,0,0,4926,0,'Regthar Deathgate: quest start'),
|
|
(3389,1,0,'A defender has fallen!',12,0,100,1,0,0,4757,0,'Regthar Deathgate: Horde Defender death'),
|
|
(3390,0,0,'%s places the spores within his alchemical instruments...',16,0,100,0,0,0,1076,0,'Apothecary Helbrim'),
|
|
(3390,1,0,'Ah, good. These spores have rendered nicely. Thank you, $n.',12,0,100,0,0,0,1077,0,'Apothecary Helbrim'),
|
|
(3395,0,0,'I am summoned! Intruders, come to my tent and face your death!',14,1,100,0,0,0,1079,0,'Verog the Dervish'),
|
|
(3396,0,0,'Stand straight! Your weakness sickens me!',12,0,100,0,0,0,4854,0,'Hezrul Bloodmark'),
|
|
(3396,0,1,'Be alert! The orcs and their allies are close!',12,0,100,0,0,0,4855,0,'Hezrul Bloodmark'),
|
|
(3396,0,2,'Look fierce! You are Kolkar, so act like one!',12,0,100,0,0,0,4856,0,'Hezrul Bloodmark'),
|
|
(3397,0,0,'I am slain! Summon Verog!',14,0,100,0,0,0,1017,0,'Kolkar Bloodcharger'),
|
|
(3413,0,0,'Come and have a talk with me if you\'re going to go to Gnomeregan, $n!',12,0,100,0,0,0,3903,0,'Sovik'),
|
|
(3418,0,0,'To reach The Crossroads, $n, follow the road east then north.',12,1,100,1,0,0,1364,0,'Kirge Sternhorn'),
|
|
(3419,0,0,'%s smiles.',16,0,100,11,0,0,1418,0,'Apothecary Zamah'),
|
|
(3419,1,0,'%s fills a container with the toxin.',16,0,100,0,0,0,1423,0,'Apothecary Zamah'),
|
|
(3419,2,0,'The toxin is ready, $n.',12,1,100,1,0,0,1424,0,'Apothecary Zamah'),
|
|
(3421,0,0,'The power of the Tear of the Moons is mine! Mine I say!',12,0,100,5,0,0,1026,0,'Feegly the Exiled'),
|
|
(3421,1,0,'%s begins to rub the Tear of the Moons.',16,0,100,0,0,0,1027,0,'Feegly the Exiled'),
|
|
(3421,2,0,'Power! Glorious power!',12,0,100,0,0,0,1028,0,'Feegly the Exiled'),
|
|
(3421,3,0,'%s begins to make strange grunting noises. The Tear of the Moons drops to the ground and shatters.',16,0,100,0,0,0,1029,0,'Feegly the Exiled'),
|
|
(3439,0,0,'Alright, alright! I think I can figure out how to operate this thing...',12,0,100,0,0,0,1031,0,'wizzlecrank SAY_START'),
|
|
(3439,1,0,'Arrrgh! This isn\'t right!',12,0,100,0,0,0,1039,0,'wizzlecrank SAY_STARTUP1'),
|
|
(3439,2,0,'Okay, I think I\'ve got it, now. Follow me, $n!',12,0,100,0,0,0,1032,0,'wizzlecrank SAY_STARTUP2'),
|
|
(3439,3,0,'Looks like we\'re out of the woods, eh? Wonder what this does...',12,0,100,0,0,0,1033,0,'wizzlecrank SAY_PROGRESS_1'),
|
|
(3439,4,0,'Come on, don\'t break down on me now!',12,0,100,0,0,0,1043,0,'wizzlecrank SAY_PROGRESS_2'),
|
|
(3439,5,0,'That was a close one! Well, let\'s get going, we\'re almost there.',12,0,100,0,0,0,1041,0,'wizzlecrank SAY_PROGRESS_3'),
|
|
(3439,6,0,'Hm... I don\'t think this blinking red light is a good thing...',12,0,100,0,0,0,1044,0,'wizzlecrank SAY_END'),
|
|
(3442,0,0,'Ok, let\'s take a look at this thing...',12,0,100,1,0,0,4727,0,'Sputtervalve'),
|
|
(3442,1,0,'Oh, darn...',12,0,100,1,0,0,4728,0,'Sputtervalve'),
|
|
(3446,0,0,'Now let\'s try it...',12,0,100,7,0,0,2078,0,'Mebok Mizzyrix on Quest 865 rewarded'),
|
|
(3446,1,0,'Ugh! That\'s terrible!',12,0,100,33,0,0,2079,0,'Mebok Mizzyrix on Quest 865 rewarded'),
|
|
(3446,2,0,'Hey $n! Don\'t forget to grab a crate, a manual and a command stick!',12,0,100,0,0,0,1788,0,'Mebok Mizzyrix on Quest 1221 taken'),
|
|
(3448,0,0,'%s inspects the snapjaw shells...',16,0,100,0,0,0,1085,0,'Tonga Runetotem on Quest 880 finished'),
|
|
(3448,1,0,'Hm...',12,1,100,0,0,0,1087,0,'Tonga Runetotem on Quest 880 finished'),
|
|
(3448,2,0,'Strange. Very strange...',12,1,100,0,0,0,1088,0,'Tonga Runetotem on Quest 880 finished'),
|
|
(3448,3,0,'$n. These shells tell me much, but I fear many more questions are now raised...',12,0,100,1,0,0,1089,0,'Tonga Runetotem on Quest 880 finished'),
|
|
(3451,0,0,'Looks like you\'ll have to go ahead to Ratchet and tell Sputtervalve that I\'ve wrecked the shredder.',12,0,100,0,0,0,0,0,'Pilot Wizzlecrank'),
|
|
(3451,1,0,'I\'ll stay behind and guard the wreck. Hurry! Hopefully no one will notice the smoke...',12,0,100,0,0,0,0,0,'Pilot Wizzlecrank'),
|
|
(3454,0,0,'Frigate Ho! \'Tis an Orc vessel no doubt! Fire!',14,0,100,5,0,0,1051,0,'Cannoneer Smythe'),
|
|
(3454,0,1,'What\'s that on the horizon? Enemy ship no doubt! Fire!',14,0,100,5,0,0,1052,0,'Cannoneer Smythe'),
|
|
(3454,0,2,'Sails on the eastern horizon. Invaders no doubt! Fire!',14,0,100,5,0,0,1053,0,'Cannoneer Smythe'),
|
|
(3454,0,3,'What was that? Sea giant? Better safe than sorry. Fire!',14,0,100,5,0,0,1055,0,'Cannoneer Smythe'),
|
|
(3454,0,4,'There\'s something out there. Let loose a warning round!',14,0,100,5,0,0,1054,0,'Cannoneer Smythe'),
|
|
(3454,0,5,'Enemy fleet yonder! Fire!',14,0,100,5,0,0,1057,0,'Cannoneer Smythe'),
|
|
(3455,0,0,'Enemy ho! Fire!',14,0,100,5,0,0,1056,0,'Cannoneer Whessan'),
|
|
(3455,0,1,'Marauders to the north! Fire!',14,0,100,5,0,0,1058,0,'Cannoneer Whessan'),
|
|
(3455,0,2,'Inland invaders! Fire!',14,0,100,5,0,0,1059,0,'Cannoneer Whessan'),
|
|
(3455,0,3,'Enemy spotted! Fire!',14,0,100,5,0,0,1060,0,'Cannoneer Whessan'),
|
|
(3455,0,4,'Raiders from the northwest! Fire!',14,0,100,5,0,0,1061,0,'Cannoneer Whessan'),
|
|
(3455,0,5,'Raiding party over yonder! Fire!',14,0,100,5,0,0,1062,0,'Cannoneer Whessan'),
|
|
(3465,0,0,'Stay close, $n. I\'ll need all the help I can get to break out of here. Let\'s go!',12,0,100,0,0,0,1065,0,'gilthares SAY_GIL_START'),
|
|
(3465,1,0,'At last! Free from Northwatch Hold! I need a moment to catch my breath....',12,0,100,0,0,0,1066,0,'gilthares SAY_GIL_AT_LAST'),
|
|
(3465,2,0,'Now I feel better. Let\'s get back to Ratchet. Come on, $n.',12,0,100,0,0,0,1067,0,'gilthares SAY_GIL_PROCEED'),
|
|
(3465,3,0,'Looks like the Southsea Freebooters are heavily entrenched on the coast. This could get rough.',12,0,100,0,0,0,1068,0,'gilthares SAY_GIL_FREEBOOTERS'),
|
|
(3465,4,0,'Help! $n attacking!',12,0,100,0,0,0,1074,0,'gilthares SAY_GIL_AGGRO_1'),
|
|
(3465,4,1,'$n heading this way fast! Time for revenge!',12,0,100,0,0,0,1075,0,'gilthares SAY_GIL_AGGRO_2'),
|
|
(3465,4,2,'$n coming right at us!',12,0,100,0,0,0,1072,0,'gilthares SAY_GIL_AGGRO_3'),
|
|
(3465,4,3,'Get this $n off of me!',12,0,100,0,0,0,1073,0,'gilthares SAY_GIL_AGGRO_4'),
|
|
(3465,5,0,'Almost back to Ratchet! Let\'s keep up the pace...',12,0,100,0,0,0,1069,0,'gilthares SAY_GIL_ALMOST'),
|
|
(3465,6,0,'Ah, the sweet salt air of Ratchet.',12,0,100,0,0,0,1070,0,'gilthares SAY_GIL_SWEET'),
|
|
(3465,7,0,'Captain Brightsun, $n here has freed me! $n, I am certain the Captain will reward your bravery.',12,0,100,0,0,0,1071,0,'gilthares SAY_GIL_FREED'),
|
|
(3484,0,0,'I shall now begin the robe...',12,1,100,0,0,0,2665,0,'Kil\'hala'),
|
|
(3484,1,0,'Your robe is complete, $n.',12,1,100,1,0,0,2666,0,'Kil\'hala'),
|
|
(3502,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'SAY_GUARD_SIL_AGGRO1'),
|
|
(3502,0,1,'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... ',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(3502,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(3502,0,3,'You dare spill blood on neutral ground? OUT! OUT, I SAY!',12,0,100,0,0,0,10948,0,'Ratchet Bruiser - On Aggro'),
|
|
(3502,0,4,'We don\'t take kindly to miscreants, $r.',12,0,100,0,0,0,10949,0,'Ratchet Bruiser - On Aggro'),
|
|
(3502,0,5,'Get a rope!',12,0,100,0,0,0,10952,0,'Ratchet Bruiser - On Aggro'),
|
|
(3502,0,6,'Believe me when I tell you this: You\'re gonna wish you weren\'t born, sissy!',12,0,100,0,0,0,10954,0,'Ratchet Bruiser - On Aggro'),
|
|
(3502,0,7,'Your actions shame us all, $c. I hurt inside as I beat you senseless.',12,0,100,0,0,0,10955,0,'Ratchet Bruiser - On Aggro'),
|
|
(3503,0,0,'%s digs its way out of the sand to protect its eggs.',16,0,100,0,0,0,1080,0,'Silithid Protector'),
|
|
(3504,0,0,'Is it true? Are there really crocolisks in the canals?',12,7,100,0,0,0,1098,0,'Gil'),
|
|
(3504,0,1,'My feet hurt.',12,7,100,0,0,0,1099,0,'Gil'),
|
|
(3504,0,2,'Are we there yet?',12,0,100,0,0,0,2223,0,'Gil'),
|
|
(3504,0,3,'Why are we goin\' this way?',12,0,100,0,0,0,1093,0,'Gil'),
|
|
(3504,0,4,'I wanna see the Mage Tower.',12,7,100,0,0,0,1097,0,'Gil'),
|
|
(3504,0,5,'Where we goin\'?',12,7,100,0,0,0,1094,0,'Gil'),
|
|
(3504,0,6,'Why do we always go the same way?',12,7,100,0,0,0,1100,0,'Gil'),
|
|
(3504,0,7,'I need to pee.',12,0,100,0,0,0,1095,0,'Gil'),
|
|
(3504,1,0,'Billy says Fizzles used to be a great wizard. But he got turned into a rabbit when one of his spells went bad.',12,0,100,0,0,0,1091,0,'Gil'),
|
|
(3511,0,0,'Why do we have to learn this stuff anyway?',12,7,100,1,0,0,1130,0,'Steven - Talk'),
|
|
(3511,0,1,'It\'s better than the drawings in the history tomes.',12,7,100,1,0,0,1131,0,'Steven - Talk'),
|
|
(3511,0,2,'Teacher, when are we gonna see the sparkly Mage Tower?',12,7,100,1,0,0,1133,0,'Steven - Talk'),
|
|
(3511,0,3,'Teacher, I have to pee!',12,7,100,1,0,0,1136,0,'Steven - Talk'),
|
|
(3511,0,4,'Teacher are there night elves in Stormwind? I\'ve never seen a night elf before.',12,7,100,1,0,0,1138,0,'Steven - Talk'),
|
|
(3511,0,5,'Teacher, he keeps poking me!',12,7,100,1,0,0,1139,0,'Steven - Talk'),
|
|
(3511,0,6,'I heard there are still orcs buried underneath it.',12,7,100,1,0,0,1134,0,'Steven - Talk'),
|
|
(3511,0,7,'I wanna see the dragon skeleton in the great library.',12,7,100,1,0,0,1132,0,'Steven - Talk'),
|
|
(3512,0,0,'Is it true that the paladins train here?',12,7,100,1,0,0,1153,0,'Jimmy - Talk'),
|
|
(3513,0,0,'Here we have the Cathedral of Light, the center of spiritual enlightenment here in Stormwind.',12,7,100,1,0,0,1129,0,'Miss Danna - Talk'),
|
|
(3513,1,0,'Here we have Stormwind Keep. Built upon the ruins of Stormwind Castle, which was destroyed by the Horde in the first Great War.',12,7,100,1,0,0,1140,0,'Miss Danna - Talk'),
|
|
(3513,2,0,'Yes, that is true. Paladins and priests alike train their skills and research great truths behind the walls of the Cathedral.',12,7,100,1,0,0,1154,0,'Miss Danna - Talk'),
|
|
(3513,3,0,'Children if you would please follow me, we will now be going to see the keep where King Varian Wrynn himself sits on his throne.',12,7,100,1,0,0,1155,0,'Miss Danna - Talk'),
|
|
(3513,4,0,'When the Horde was shattered, men returned here and began to rebuild the once great city as a testament to our own survival.',12,7,100,1,0,0,1161,0,'Miss Danna - Talk'),
|
|
(3513,5,0,'Yes, well...let\'s head on to the monument dedicated to the heroes of the two Great Wars, the Valley of Heroes. Follow me.',12,7,100,1,0,0,1162,0,'Miss Danna - Talk'),
|
|
(3513,6,0,'Isn\'t it amazing, children? All who enter the city must walk beneath the watchful eyes of the greatest heroes of our lands.',12,7,100,1,0,0,1163,0,'Miss Danna - Talk'),
|
|
(3513,7,0,'Breathtaking. Children, when we return to the school, you will each give an oral report on one of these legendary people.',12,7,100,1,0,0,1165,0,'Miss Danna - Talk'),
|
|
(3513,8,0,'Now, take another long look before we make our way to the Holy District and the great Cathedral of Light.',12,7,100,1,0,0,1166,0,'Miss Danna - Talk'),
|
|
(3518,0,0,'Freshly baked bread for sale!',12,7,100,0,0,0,1104,0,'Thomas Miller'),
|
|
(3518,0,1,'Fresh bread for sale!',12,7,100,0,0,0,1101,0,'Thomas Miller'),
|
|
(3518,0,2,'Warm, wholesome bread!',12,0,100,0,0,0,1102,0,'Thomas Miller'),
|
|
(3518,0,3,'Rolls, buns and bread. Baked fresh!',12,0,100,0,0,0,1103,0,'Thomas Miller'),
|
|
(3519,0,0,'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.',12,7,100,0,0,0,1330,0,'Sentinel Arynia Cloudsbreak'),
|
|
(3520,0,0,'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.',12,7,100,0,0,0,1107,0,'Ol\' Emma'),
|
|
(3520,0,1,'Jack and Jill my wrinkled patoot! I do all the water luggin\' \'round here.',12,7,100,0,0,0,1110,0,'Ol\' Emma'),
|
|
(3520,0,2,'Think I\'m starting to wear a rut in the paving stones.',12,7,100,0,0,0,1111,0,'Ol\' Emma'),
|
|
(3520,0,3,'One of these days I\'m gonna drown him in that blue robe. And all his brooms too.',12,0,100,0,0,0,1109,0,'Ol\' Emma'),
|
|
(3520,1,0,'O\'course I\'m talkin to myself. Only way to get decent conversation in this city.',12,7,100,0,0,0,1108,0,'Ol\' Emma'),
|
|
(3520,1,1,'As if I don\'t have better things to do in my old age than carry buckets of water.',12,7,100,0,0,0,1106,0,'Ol\' Emma'),
|
|
(3520,1,2,'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.',12,7,100,0,0,0,1105,0,'Ol\' Emma'),
|
|
(3520,1,3,'Deja vu. For a moment, I thought I was back home... before the plague...',12,0,100,0,0,0,1112,0,'Ol\' Emma'),
|
|
(3521,0,0,'Take a stone from the table, $n. You will need it for your quest.',12,1,100,25,0,0,1115,0,'Ak\'Zeloth'),
|
|
(3540,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Hal McAllister'),
|
|
(3541,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Sarah Raycroft'),
|
|
(3543,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Robert Aebischer'),
|
|
(3568,0,0,'%s growls in acknowledgement before straightening and making her way off into the forest.',16,0,100,0,0,0,1340,0,'Mist'),
|
|
(3569,0,0,'Kill!!!',12,0,100,0,0,0,1176,0,'Bogling'),
|
|
(3569,1,0,'%s rises from the soil!',16,0,100,1,0,0,1174,0,'Bogling'),
|
|
(3570,0,0,'%s happily follows $n as $ghis:her; new seedling.',16,0,100,0,0,0,1177,0,'Cleansed Timberling'),
|
|
(3570,1,0,'I will protect you!',12,2,100,0,0,0,1178,0,'Cleansed Timberling'),
|
|
(3582,0,0,'Who hath summoned forth Aman?',12,0,100,0,0,0,1182,0,'Aman'),
|
|
(3582,1,0,'Ah, I see you toil with relics of the past.',12,0,100,0,0,0,1183,0,'Aman'),
|
|
(3582,2,0,'Be warned that even your creators are fallible.',12,0,100,0,0,0,1184,0,'Aman'),
|
|
(3582,3,0,'Digging too deep into your past might bring an abrupt end to your future.',12,0,100,0,0,0,1185,0,'Aman'),
|
|
(3582,4,0,'%s dissipates before your eyes.',16,0,100,0,0,0,1187,0,'Aman'),
|
|
(3583,0,0,'Cliffspring Falls lies along the mountains to the east and north.',12,2,100,1,0,0,1210,0,'Barithras Moonshade'),
|
|
(3583,1,0,'Thank you, $n. And luck to you.',12,2,100,2,0,0,1211,0,'Barithras Moonshade'),
|
|
(3584,0,0,'Ok, let\'s go!',12,2,100,0,0,0,1189,0,'Therylune'),
|
|
(3584,1,0,'I can make it the rest of the way, $n. THANKS!',12,2,100,0,0,0,1188,0,'Therylune'),
|
|
(3615,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Devrak'),
|
|
(3616,0,0,'%s studies the parchment from the Twilight Tome...',16,0,100,0,0,0,1216,0,'Onu on Quest 950 finished'),
|
|
(3616,1,0,'%s is struck by unleashed magic!',16,0,100,0,0,0,1217,0,'Onu on Quest 950 finished'),
|
|
(3616,2,0,'Hmm...',12,0,100,0,0,0,26304,0,'Onu on Quest 950 finished'),
|
|
(3616,3,0,'%s continues his meditations...',16,0,100,0,0,0,1219,0,'Onu'),
|
|
(3626,0,0,'%s returns the rude gesture to $n.',16,0,100,14,0,0,1521,0,'Jenn Langston'),
|
|
(3626,1,0,'What can I do for you?',12,0,100,1,0,0,1529,0,'Jenn Langston'),
|
|
(3626,1,1,'What do you fancy, $g sir:miss,',12,0,100,1,0,0,1530,0,'Jenn Langston'),
|
|
(3626,1,2,'Been a tough day? A nice ale should loosen those worries right up.',12,0,100,1,0,0,1531,0,'Jenn Langston'),
|
|
(3626,1,3,'Well hello, $n, what can I get you today?',12,0,100,1,0,0,1532,0,'Jenn Langston'),
|
|
(3626,1,4,'Hi, What would you like?',12,0,100,1,0,0,1533,0,'Jenn Langston'),
|
|
(3626,1,5,'Good day, $c. What would you like?',12,0,100,1,0,0,1534,0,'Jenn Langston'),
|
|
(3626,1,6,'Look what the cat dragged in. What can I get you, $n?',12,0,100,1,0,0,1535,0,'Jenn Langston'),
|
|
(3626,1,7,'Do you think I need more pieces of flair?',12,0,100,1,0,0,1536,0,'Jenn Langston'),
|
|
(3626,2,0,'Feeling hot? Get something to cool you off down at the Pig and Whistle!',12,7,100,0,0,0,1200,0,'Jenn Langston'),
|
|
(3626,2,1,'Nightly brawls and great drinks! Get it all at the Pig and Whistle!',12,7,100,0,0,0,1201,0,'Jenn Langston'),
|
|
(3626,2,2,'Get a free beer at the Pig and Whistle!',12,7,100,0,0,0,1202,0,'Jenn Langston'),
|
|
(3626,2,3,'Talk to me for a free beer at the Pig and Whistle!',12,7,100,0,0,0,1203,0,'Jenn Langston'),
|
|
(3626,2,4,'Smoother than and elf, stronger than an orc! No better drinks in all of Stormwind!',12,7,100,0,0,0,1205,0,'Jenn Langston'),
|
|
(3626,2,5,'Tired of all those pansy spellcaster drinks? Try something stronger at the Pig and Whistle!',12,7,100,0,0,0,1206,0,'Jenn Langston'),
|
|
(3626,2,6,'Back from a long journey? Rest and relax at the Pig and Whistle!',12,7,100,0,0,0,1207,0,'Jenn Langston'),
|
|
(3626,2,7,'Best drinks in Stormwind!',12,7,100,0,0,0,1208,0,'Jenn Langston'),
|
|
(3627,0,0,'Magical studies stressing your brain? Relax at the Blue Recluse!',12,7,100,0,0,0,1197,0,'Erich Lohan'),
|
|
(3627,0,1,'Best drinks in Stormwind!',12,7,100,0,0,0,1195,0,'Erich Lohan'),
|
|
(3627,0,2,'Come for the beer, stay for the atmosphere!',12,7,100,0,0,0,1196,0,'Erich Lohan'),
|
|
(3627,0,3,'The only place in Stormwind where magic and spirits mix, come to the Blue Recluse!',12,7,100,0,0,0,1198,0,'Erich Lohan'),
|
|
(3627,0,4,'Free drinks at the Blue Recluse!',12,7,100,0,0,0,1193,0,'Erich Lohan'),
|
|
(3627,0,5,'Feeling blue? Come on down to the Blue Recluse for a good time!',12,7,100,0,0,0,1199,0,'Erich Lohan'),
|
|
(3627,0,6,'Head on over to the Blue Recluse. Where everybody knows your name!',12,7,100,0,0,0,1194,0,'Erich Lohan'),
|
|
(3627,0,7,'Ask me how to get a free drink at the Blue Recluse!',12,7,100,0,0,0,1192,0,'Erich Lohan'),
|
|
(3628,0,0,'Here here!',12,7,100,5,0,0,1735,0,'Steven Lohan'),
|
|
(3637,0,0,'%s lets out a shriek, calling for help!',16,0,100,0,0,0,2081,0,'Deviate Guardian'),
|
|
(3644,0,0,'Anaya...? Do my eyes deceive me? Is it really you?',12,7,100,1,0,0,1278,0,'Cerellean Whiteclaw'),
|
|
(3644,1,0,'That the fates should be so cruel as to permit us only this after a thousand years apart...',12,7,100,1,0,0,1280,0,'Cerellean Whiteclaw'),
|
|
(3644,2,0,'Do you hate me, my love? That I was forced to destroy your living form, that your spirit be released from unhappy bondage.',12,7,100,1,0,0,1281,0,'Cerellean Whiteclaw'),
|
|
(3644,3,0,'No! Anaya... Anaya! Don\'t leave me! Please...',12,7,100,5,0,0,1286,0,'Cerellean Whiteclaw'),
|
|
(3644,4,0,'How, my love? How will I find the strength to face the ages of the world without you by my side...',12,7,100,5,0,0,1287,0,'Cerellean Whiteclaw'),
|
|
(3658,0,0,'Best weapons in the Barrens here!',12,0,100,0,0,0,1212,0,'Lizzarik'),
|
|
(3658,0,1,'Step right up! Finest selection of weapons this side of Ashenvale!',12,0,100,0,0,0,1213,0,'Lizzarik'),
|
|
(3658,0,2,'Lizzarik has blades. Lizzarik has maces. Lizzarik has all your weapon needs right here!',12,0,100,0,0,0,1214,0,'Lizzarik'),
|
|
(3658,0,3,'Act quick! Once it\'s gone, it\'s gone! Get your weapons here now!',12,0,100,0,0,0,1215,0,'Lizzarik'),
|
|
(3660,0,0,'Athrikus points at you as he bellows forth words that scrape apart the inside of your ears. They are the last thing you hear.',16,0,100,0,0,0,1223,0,'Athrikus Narassin'),
|
|
(3660,1,0,'My... My powers have diminished... You shall pay for this insolence!',14,10,100,0,0,0,1449,0,'Athrikus Narassin'),
|
|
(3660,2,0,'No! You can\'t defeat me!',12,0,100,0,0,0,1450,0,'Athrikus Narassin'),
|
|
(3663,0,0,'A simple enough task to break this soulstone!',12,7,100,0,0,0,1459,0,'Delgren the Purifier'),
|
|
(3663,1,0,'Then we must put an end to Athrikus Narassin. Tell me, spirit, where might we find the other soulgems, to undo his magic?',12,7,100,6,0,0,1473,0,'Delgren the Purifier'),
|
|
(3664,0,0,'We\'ll cut your throats and bleed you dry!',12,0,100,0,0,0,1445,0,'Ilkrud Magthrull'),
|
|
(3664,0,1,'We\'ll have your heads!',12,0,100,0,0,0,1446,0,'Ilkrud Magthrull'),
|
|
(3664,0,2,'For the Dark Strand!',12,0,100,0,0,0,1447,0,'Ilkrud Magthrull'),
|
|
(3667,0,0,'Finally, my soul may rest... Oh, dearest Cerellean...',12,7,100,0,0,0,1224,0,'Anaya Dawnrunner'),
|
|
(3669,0,0,'You will never wake the dreamer!',14,0,100,0,0,5785,6094,0,'Lord Cobrahn'),
|
|
(3670,0,0,'The coils of death will crush you!',14,0,100,0,0,5787,6095,0,'Lord Pythas'),
|
|
(3671,0,0,'None can stand against the Serpent Lords!',14,0,100,0,0,5786,6097,0,'Lady Anacondra'),
|
|
(3673,0,0,'I am the serpent king! I can do anything!',14,0,100,0,0,5788,6096,0,'Lord Serpentis'),
|
|
(3673,1,0,'I am the serpent king! I can do anything!',14,0,100,0,0,5788,6096,0,'Lord Serpentis'),
|
|
(3678,0,0,'At last! Naralex can be awakened! Come aid me, brave adventurers!',14,0,100,0,0,0,2101,0,'disciple SAY_AT_LAST'),
|
|
(3678,1,0,'I must make the necessary preparations before the awakening ritual can begin. You must protect me!',12,0,100,0,0,0,1255,0,'disciple SAY_MAKE_PREPARATIONS'),
|
|
(3678,2,0,'These caverns were once a temple of promise for regrowth in the Barrens. Now, they are the halls of nightmares.',12,0,100,0,0,0,1256,0,'disciple SAY_TEMPLE_OF_PROMISE'),
|
|
(3678,3,0,'Come. We must continue. There is much to be done before we can pull Naralex from his nightmare.',12,0,100,0,0,0,1257,0,'disciple SAY_MUST_CONTINUE'),
|
|
(3678,4,0,'Within this circle of fire I must cast the spell to banish the spirits of the slain Fanglords.',12,0,100,0,0,0,1258,0,'disciple SAY_BANISH_THE_SPIRITS'),
|
|
(3678,5,0,'The caverns have been purified. To Naralex\'s chamber we go!',12,0,100,0,0,0,1259,0,'disciple SAY_CAVERNS_PURIFIED'),
|
|
(3678,6,0,'Beyond this corridor, Naralex lies in fitful sleep. Let us go awaken him before it is too late.',12,0,100,0,0,0,1263,0,'disciple SAY_BEYOND_THIS_CORRIDOR'),
|
|
(3678,7,0,'Protect me brave souls as I delve into the Emerald Dream to rescue Naralex and put an end to this corruption!',12,0,100,0,0,0,1264,0,'disciple SAY_EMERALD_DREAM'),
|
|
(3678,8,0,'%s begins to perform the awakening ritual on Naralex.',16,0,100,0,0,0,1265,0,'disciple EMOTE_AWAKENING_RITUAL'),
|
|
(3678,9,0,'This $n is a minion from Naralex\'s nightmare no doubt!',12,0,100,0,0,0,1276,0,'disciple SAY_MUTANUS_THE_DEVOURER'),
|
|
(3678,10,0,'At last! Naralex awakes from the nightmare.',12,0,100,0,0,0,1267,0,'disciple SAY_NARALEX_AWAKES'),
|
|
(3678,11,0,'Attacked! Help get this $n off of me!',12,0,100,0,0,0,1273,0,'disciple SAY_ATTACKED'),
|
|
(3678,11,1,'Deal with this $N! I need to prepare to awake Naralex!',12,0,100,0,0,0,1274,0,'disciple SAY_ATTACKED'),
|
|
(3678,11,2,'Help!',12,0,100,0,0,0,485,0,'disciple SAY_ATTACKED'),
|
|
(3679,0,0,'%s tosses fitfully in troubled sleep.',16,0,100,0,0,0,1268,0,'naralex EMOTE_TROUBLED_SLEEP'),
|
|
(3679,1,0,'%s writhes in agony. The Disciple seems to be breaking through.',16,0,100,0,0,0,1269,0,'naralex EMOTE_WRITHE_IN_AGONY'),
|
|
(3679,2,0,'%s dreams up a horrendous vision. Something stirs beneath the murky waters.',16,0,100,0,0,0,1270,0,'naralex EMOTE_HORRENDOUS_VISION'),
|
|
(3679,3,0,'I AM AWAKE, AT LAST!',14,0,100,0,0,0,1271,0,'naralex SAY_I_AM_AWAKE'),
|
|
(3679,4,0,'Ah, to be pulled from the dreaded nightmare! I thank you, my loyal Disciple, along with your brave companions.',12,0,100,0,0,0,1272,0,'naralex SAY_THANK_YOU'),
|
|
(3679,5,0,'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!',12,0,100,0,0,0,2103,0,'naralex SAY_FAREWELL'),
|
|
(3692,0,0,'I\'m happy to see you too, Grim! It looks like not all strangers are to be feared after all, huh, Grim? Terenthis shall reward this adventurer well.',12,7,100,0,0,0,1244,0,'Volcor'),
|
|
(3692,1,0,'Thank you again, $n. I\'ll make my way to the road now. When you can, find Terenthis and let him know we escaped.',12,7,100,0,0,0,1236,0,'Volcor'),
|
|
(3692,2,0,'%s roars as his form shifts and he runs off.',16,7,100,0,0,0,1238,0,'Volcor'),
|
|
(3692,3,0,'Well, now or never I suppose. Remember, once we get to the road safely, return to Terenthis to let him know we escaped.',12,7,100,0,0,0,1237,0,'Volcor'),
|
|
(3692,4,0,'Oh no! Here they come!',12,7,100,0,0,0,3744,0,'Volcor'),
|
|
(3692,5,0,'We made it, my friend. Remember to find Terenthis and let him know we\'re safe. Thank you again.',12,7,100,0,0,0,1243,0,'Volcor'),
|
|
(3693,0,0,'What was that noise? It sounded like a roar.',12,7,100,6,0,0,1245,0,'Terenthis'),
|
|
(3693,1,0,'Grimclaw?! Easy there, my friend... where is your master Volcor?',12,7,100,5,0,0,1227,0,'Terenthis'),
|
|
(3693,2,0,'Whoa, whoa there, my friend. One moment...',12,7,100,1,0,0,1229,0,'Terenthis'),
|
|
(3693,3,0,'%s begins to cast a spell on Grimclaw.',16,7,100,0,0,0,1246,0,'Terenthis'),
|
|
(3693,4,0,'There... that should help. Now, tell me what\'s happened, Grimclaw.',12,7,100,1,0,0,1230,0,'Terenthis'),
|
|
(3693,5,0,'I understand, my friend. I shall find someone to help your master. Go back to him now, or at least stay close.',12,7,100,1,0,0,1232,0,'Terenthis'),
|
|
(3693,6,0,'If you have the time, Grimclaw and his master Volcor could use your help. If you\'re interested, speak with me further...',12,7,100,1,0,0,1384,0,'Terenthis'),
|
|
(3693,7,0,'Hello, Selarin. I\'m afraid I cannot help you at the moment, but perhaps some of the adventurers here in Auberdine can...',12,7,100,1,0,0,1305,0,'Terenthis'),
|
|
(3693,8,0,'I shall get started right away, $n.',12,7,100,1,0,0,1247,0,'Terenthis'),
|
|
(3693,9,0,'Now... where was my thread and needle. Ah! There it is...',12,7,100,1,0,0,1248,0,'Terenthis'),
|
|
(3693,10,0,'%s begins to cast a spell as you take the cloak from him.',16,7,100,0,0,0,1249,0,'Terenthis'),
|
|
(3693,11,0,'Go now, $n. Find Volcor... and remember, the magics protecting you will fail if you interact with anyone, save for talking.',12,7,100,1,0,0,1289,0,'Terenthis'),
|
|
(3694,0,0,'Terenthis, Raene sent me to find you. The Sentinels are in need of help in Ashenvale.',12,7,100,1,0,0,1302,0,'Sentinel Selarin'),
|
|
(3694,1,0,'Thank you, Terenthis. I shall remain here for as long as I can.',12,7,100,2,0,0,1303,0,'Sentinel Selarin'),
|
|
(3694,2,0,'Hopefully I can send a worthy few to help Ashenvale and the Sentinels.',12,7,100,1,0,0,1304,0,'Sentinel Selarin'),
|
|
(3694,3,0,'Thank you again, Terenthis. I shall return again if more help is needed. Until then, please send more adventurers to Ashenvale',12,7,100,2,0,0,1306,0,'Sentinel Selarin'),
|
|
(3695,0,0,'%s roars at Terenthis to get his attention.',16,0,100,0,0,478,1226,0,'Grimclaw'),
|
|
(3695,1,0,'%s begins to moan and roar at Terenthis while stomping his paws on the ground.',16,0,100,53,0,474,1228,0,'Grimclaw'),
|
|
(3695,2,0,'%s roars at Terenthis more, but this time the druid seems to understand the bear.',16,0,100,0,0,473,1231,0,'Grimclaw'),
|
|
(3695,3,0,'%s roars in acknowledgement at Terenthis.',16,0,100,0,0,473,1233,0,'Grimclaw'),
|
|
(3695,4,0,'%s growls in your direction before taking time to sniff you.',16,7,100,0,0,0,1234,0,'Grimclaw'),
|
|
(3695,5,0,'%s faces southeast and whimpers before looking back at you.',16,7,100,0,0,0,1225,0,'Grimclaw'),
|
|
(3695,6,0,'%s roars in excitement as he rushes Volcor. When he reaches his master, Grimclaw licks his face.',16,7,100,0,0,0,1241,0,'Grimclaw'),
|
|
(3701,0,0,'Be cleansed!',12,0,100,5,0,0,5937,0,'Tharnariun Treetender'),
|
|
(3727,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Dark Strand Enforcer'),
|
|
(3817,0,0,'%s charges!',16,0,100,0,0,0,37643,0,'Shadowhorn Stag'),
|
|
(3818,0,0,'%s charges!',16,0,100,0,0,0,37643,0,'Elder Shadowhorn Stag'),
|
|
(3825,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Ghostpaw Alpha'),
|
|
(3836,210,0,'You\'re pushing it $N.',12,0,100,0,0,0,1402,0,'Mountaineer Pebblebitty - Say on Receive Emote 3'),
|
|
(3836,210,1,'Keep it up, $N, and I\'ll beat some manners into you.',12,0,100,0,0,0,1404,0,'Mountaineer Pebblebitty - Say on Receive Emote 2'),
|
|
(3836,210,2,'Don\'t make me go medieval on you.',12,0,100,0,0,0,1403,0,'Mountaineer Pebblebitty - Say on Receive Emote'),
|
|
(3836,211,0,'%s is not impressed.',16,0,100,11,0,0,1401,0,'Mountaineer Pebblebitty - Emote on Receive Emote'),
|
|
(3838,0,0,'Sentinels, come to my defense!',14,2,100,0,0,0,4562,0,'Vesprystus'),
|
|
(3841,0,0,'Sentinels, come to my defense!',14,2,100,0,0,0,4562,0,'Caylais Moonfeather'),
|
|
(3843,0,0,'The ages have been cruel to you and I, my love, but be assured, it is, and at long last we are reunited.',12,7,100,1,0,0,1279,0,'Anaya'),
|
|
(3843,1,0,'Let it not trouble your heart, beloved. You have freed me from slavery, and for that I love you all the more.',12,7,100,1,0,0,1282,0,'Anaya'),
|
|
(3843,2,0,'Sadly, even this must be cut short... The ties that bind me to this world weaken, and pull me away...',12,7,100,1,0,0,1283,0,'Anaya'),
|
|
(3843,3,0,'Farewell, Cerellean, until we are joined once again...',12,7,100,1,0,0,1284,0,'Anaya'),
|
|
(3843,4,0,'%s\'s soft voice trails away into the mists, \"Know that I love you always...\"',16,7,100,0,0,0,1285,0,'Anaya'),
|
|
(3846,0,0,'This statuette must hold a hidden compartment....',12,7,100,1,0,0,0,0,'Talen'),
|
|
(3846,1,0,'%s searches the ancient statuette.',16,0,100,0,0,0,0,0,'Talen'),
|
|
(3846,2,0,'It\'s locked! NO!!',12,7,100,15,0,0,0,0,'Talen'),
|
|
(3846,3,0,'$n, I am in need of your help once again.',12,7,100,1,0,0,1355,0,'Talen'),
|
|
(3847,0,0,'%s mixes the Bathran\'s Hair...',16,0,100,0,0,0,1307,0,'Orendil Broadleaf'),
|
|
(3847,1,0,'The mixture is finished, $n. Now we must save the child.',12,7,100,1,0,0,1308,0,'Orendil Broadleaf'),
|
|
(3848,0,0,'Putting the bottles away, %s sighs.',16,0,100,0,0,0,14108,0,'Kayneth Stillwind'),
|
|
(3848,1,0,'Uh... the disease is potent. And it attacks the mind...',12,7,100,0,0,0,1316,0,'Kayneth Stillwind'),
|
|
(3848,2,0,'I must... RESIST!',12,7,100,0,0,0,1318,0,'Kayneth Stillwind'),
|
|
(3848,3,0,'I have survived the poisons of the Forsaken, $n, and I know now what must be done.',12,7,100,1,0,0,1319,0,'Kayneth Stillwind'),
|
|
(3849,0,0,'Free from this wretched cell at last! Let me show you to the courtyard....',14,1,100,0,0,0,1320,0,'prisoner adamant SAY_FREE_AD'),
|
|
(3849,1,0,'You are indeed courageous for wanting to brave the horrors that lie beyond this door.',14,1,100,0,0,0,1321,0,'prisoner adamant SAY_OPEN_DOOR_AD'),
|
|
(3849,2,0,'There we go! ',14,1,100,0,0,0,1323,0,'prisoner adamant SAY_POST1_DOOR_AD'),
|
|
(3849,3,0,'Good luck with Arugal. I must hurry back to Hadrec now.',14,1,100,0,0,0,1324,0,'prisoner adamant SAY_POST2_DOOR_AD'),
|
|
(3849,4,0,'About time someone killed the wretch.',12,1,100,0,0,0,1328,0,'prisoner adamant SAY_BOSS_DIE_AD'),
|
|
(3850,0,0,'Follow me and I\'ll open the courtyard door for you.',14,7,100,1,0,0,1331,0,'prisoner ashcrombe SAY_FREE_AS'),
|
|
(3850,1,0,'I have just the spell to get this door open. Too bad the cell doors weren\'t locked so haphazardly.',14,7,100,1,0,0,1332,0,'prisoner ashcrombe SAY_OPEN_DOOR_AS'),
|
|
(3850,2,0,'There it is! Wide open. Good luck to you conquering what lies beyond. I must report back to the Kirin Tor at once!',14,7,100,1,0,0,1334,0,'prisoner ashcrombe SAY_POST_DOOR_AS'),
|
|
(3850,3,0,'For once I agree with you... scum.',12,7,100,1,0,0,1329,0,'prisoner ashcrombe SAY_BOSS_DIE_AS'),
|
|
(3850,4,0,'For once I agree with you... scum.',12,7,100,1,0,0,1329,0,'prisoner ashcrombe SAY_BOSS_DIE_AS'),
|
|
(3887,0,0,'Leave this accursed place at once!',14,0,100,0,0,0,48821,0,'Baron Silverlaine'),
|
|
(3892,0,0,'%s drinks the cure brought by $n.',16,0,100,0,0,0,1336,0,'Relara Whitemoon'),
|
|
(3892,1,0,'Uh... Father...? Are you there? I\'m hungry... can I have some stew?',12,7,100,0,0,0,1337,0,'Relara Whitemoon'),
|
|
(3892,2,0,'%s stirs from her delirium.',16,0,100,0,0,0,1441,0,'Relara Whitemoon'),
|
|
(3892,3,0,'Mmmmh...',12,0,100,0,0,0,1442,0,'Relara Whitemoon'),
|
|
(3892,4,0,'Mmh... my eyes are not so heavy now, father. Can we go out and play?',12,7,100,0,0,0,1349,0,'Relara Whitemoon'),
|
|
(3893,0,0,'A paladin! Slaying him would please the master. Attack!',12,0,100,0,0,0,1309,0,'Forsaken Scout'),
|
|
(3894,0,0,'Here you are, Relara. Take this...',12,7,100,0,0,0,1335,0,'Pelturas Whitemoon'),
|
|
(3894,1,0,'What?',12,7,100,0,0,0,1338,0,'Pelturas Whitemoon'),
|
|
(3894,2,0,'You\'re awake?? Your cure must have worked! Thank you, $n.',12,7,100,0,0,0,1339,0,'Pelturas Whitemoon'),
|
|
(3894,3,0,'%s places the tear into a bowl of stew.',16,0,100,0,0,0,1438,0,'Pelturas Whitemoon'),
|
|
(3894,4,0,'Eat this, my daughter. It will help you feel better.',12,7,100,0,0,0,1439,0,'Pelturas Whitemoon'),
|
|
(3894,5,0,'There you go...',12,7,100,0,0,0,1440,0,'Pelturas Whitemoon'),
|
|
(3894,6,0,'%s places a poultice on Relara\'s head.',16,0,100,0,0,0,1443,0,'Pelturas Whitemoon'),
|
|
(3894,7,0,'%s breathes a sigh of relief.',16,0,100,0,0,0,1444,0,'Pelturas Whitemoon'),
|
|
(3894,8,0,'%s crushes the moonstones into a cup of tea.',16,0,100,0,0,0,1346,0,'Pelturas Whitemoon'),
|
|
(3894,9,0,'Here you are, Relara. Drink this...',12,7,100,16,0,0,1347,0,'Pelturas Whitemoon'),
|
|
(3894,10,0,'Relara... you\'re awake?',12,7,100,0,0,0,1350,0,'Pelturas Whitemoon'),
|
|
(3894,11,0,'Rest now, my daughter.',12,7,100,1,0,0,1351,0,'Pelturas Whitemoon'),
|
|
(3894,12,0,'%s looks at $n, and then weeps with joy.',16,0,100,0,0,0,1352,0,'Pelturas Whitemoon'),
|
|
(3894,13,0,'Relara is saved, $n. Thank you.',12,7,100,18,0,0,1353,0,'Pelturas Whitemoon'),
|
|
(3898,0,0,'You cannot hide from us, little paladin!',12,0,100,0,0,0,1312,0,'Aligar the Tormentor'),
|
|
(3899,0,0,'Not quite so sure of yourself without the Purifier, hm?',12,0,100,0,0,0,1313,0,'Balizar the Umbrage'),
|
|
(3916,0,0,'The rod\'s design is simple. Dartol didn\'t use his arcane knowledge in its creation... it is more druidic in nature.',12,7,100,0,0,0,1380,0,'Shael\'dryn'),
|
|
(3916,1,0,'Hehe... I made a pun, didn\'t I? Druidic in nature... I\'m so funny.',12,7,100,0,0,0,1381,0,'Shael\'dryn'),
|
|
(3916,2,0,'Now, then... the rod. Let\'s see about putting it back together, shall we?',12,7,100,0,0,0,1382,0,'Shael\'dryn'),
|
|
(3916,3,0,'There! That wasn\'t too bad. What did you say you and Raene were going to do with this thing? It\'s powerful!',12,7,100,0,0,0,1383,0,'Shael\'dryn'),
|
|
(3925,0,0,'%s goes into a rage after seeing a friend fall in battle!',16,0,100,0,0,0,1151,0,'Thistlefur Avenger'),
|
|
(3927,0,0,'I can\'t believe it, you\'ve destroyed my pack...Now face my wrath!',14,0,100,0,0,0,0,0,'Wolf Master Nandos'),
|
|
(3932,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Bloodtooth Guard'),
|
|
(3937,0,0,'Fresh bread for sale!',12,7,100,0,0,0,4013,0,'Kira Songshine'),
|
|
(3937,0,1,'Fresh bread, baked this very morning!',12,7,100,0,0,0,4014,0,'Kira Songshine'),
|
|
(3937,0,2,'Come get yer fresh bread!',12,7,100,0,0,0,4015,0,'Kira Songshine'),
|
|
(3937,1,0,'Guards! Help me!',14,7,100,0,0,0,4403,0,'Kira Songshine'),
|
|
(3946,0,0,'The numbers of my companions dwindles, goddess, and my own power shall soon be insufficient to hold back the demons of Felwood.',12,7,100,1,0,0,1356,0,'Velinde Starsong'),
|
|
(3946,1,0,'Goddess, grant me the power to overcome my enemies! Hear me, please, my need is desperate and my cause is just!',12,7,100,1,0,0,1357,0,'Velinde Starsong'),
|
|
(3946,2,0,'What... what is this? Could this be the answer to my prayers? Elune has granted me a weapon--this scythe--to defeat the demons.',12,7,100,1,0,0,1358,0,'Velinde Starsong'),
|
|
(3946,3,0,'I have failed... I have failed in my duty... failed my people... The worgen run rampant, and the Scythe of my goddess is lost.',12,7,100,0,0,0,1359,0,'Velinde Starsong'),
|
|
(3946,4,0,'This evil I have unleashed... In whose hand does the power my goddess granted to me now lie... By whose hand is it directed?',12,7,100,0,0,0,1360,0,'Velinde Starsong'),
|
|
(3974,0,0,'Release the hounds!',14,0,100,0,0,5841,20395,0,'loksey SAY_AGGRO'),
|
|
(3975,0,0,'Ah - I\'ve been waiting for a real challenge!',14,0,100,0,0,5830,6194,0,'herod SAY_AGGRO'),
|
|
(3975,1,0,'Blades of light!',14,0,100,0,0,5832,6534,0,'herod SAY_WHIRLWIND'),
|
|
(3975,2,0,'Light, give me strength!',14,0,100,0,0,5833,6195,0,'herod SAY_ENRAGE'),
|
|
(3975,3,0,'Is that all?',14,0,100,0,0,5831,6196,0,'herod SAY_KILL'),
|
|
(3975,4,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'herod EMOTE_ENRAGE'),
|
|
(3976,0,0,'Infidels! They must be purified!',14,0,100,0,0,5835,2847,0,'Scarlet Commander Mograine // mograine SAY_MO_AGGRO'),
|
|
(3976,1,0,'Unworthy.',14,0,100,0,0,5836,6197,0,'Scarlet Commander Mograine // mograine SAY_MO_KILL'),
|
|
(3976,2,0,'At your side, milady!',14,0,100,15,0,5837,18026,0,'Scarlet Commander Mograine // mograine SAY_MO_RESSURECTED'),
|
|
(3976,3,0,'You hold my father\'s blade, $n. My soldiers are yours TO control, my $g Lord:Lady;. Take them... LEAD them... The impure must be purged. They must be cleansed of their taint.',12,0,100,1,0,0,12390,0,'Scarlet Commander Mograine // mograine SAY_ASHBRINGER_ONE'),
|
|
(3976,4,0,'Father... But... How?',12,0,100,6,0,0,12470,0,'Scarlet Commander Mograine // mograine SAY_ASHBRINGER_TWO'),
|
|
(3976,5,0,'Forgive me, father! Please...',12,0,100,20,0,0,12472,0,'Scarlet Commander Mograine // mograine SAY_ASHBRINGER_THREE'),
|
|
(3976,6,0,'Bow down! Kneel BEFORE the Ashbringer! A NEW dawn approaches, brothers AND sisters! Our message will be delivered TO the filth of this world through the chosen one!',14,0,100,0,0,0,12389,3,'Scarlet Commander Mograine // Ashbringer EVENT intro yell'),
|
|
(3977,0,0,'Mograine has fallen! You shall pay for this treachery! Arise, my champion! Arise!',14,0,100,0,0,5838,18023,0,'High Inquisitor Whitemane // whitemane SAY_WH_INTRO'),
|
|
(3977,1,0,'The Light has spoken!',14,0,100,0,0,5839,6198,0,'High Inquisitor Whitemane // whitemane SAY_WH_KILL'),
|
|
(3977,2,0,'Arise, my champion!',14,0,100,0,0,5840,6532,0,'High Inquisitor Whitemane // whitemane SAY_WH_RESSURECT'),
|
|
(3980,0,0,'%s breaks the seal on Anton\'s letter and begins to read it.',16,0,100,0,0,0,1377,0,'Raleigh the Devout'),
|
|
(3980,1,0,'By the Light! This is not good. There\'s something you don\'t understand, $n.',12,7,100,5,0,0,1378,0,'Raleigh the Devout'),
|
|
(3980,2,0,'%s throws Anton\'s letter down on the table.',16,0,100,0,0,0,1379,0,'Raleigh the Devout'),
|
|
(3981,0,0,'Finally. The monster got what he deserved.',12,1,100,0,0,0,1376,0,'vishas SAY_TRIGGER_VORREL'),
|
|
(3983,0,0,'Tell me... tell me everything!',14,0,100,0,0,5847,6204,0,'vishas SAY_AGGRO'),
|
|
(3983,1,0,'Naughty secrets!',14,0,100,0,0,5849,6206,0,'vishas SAY_HEALTH1'),
|
|
(3983,2,0,'I\'ll rip the secrets from your flesh!',14,0,100,0,0,5850,6207,0,'vishas SAY_HEALTH2'),
|
|
(3983,3,0,'Purged by pain!',14,0,100,0,0,5848,6205,0,'vishas SAY_KILL'),
|
|
(3984,0,0,'Sidney is late. I thought he would be home by now.',12,7,100,0,0,0,1365,0,'Nancy Vishas'),
|
|
(3984,1,0,'He must be overwhelmed with work at the Monastery. But still, he should have returned by now.',12,7,100,0,0,0,1367,0,'Nancy Vishas'),
|
|
(3984,2,0,'Well, I\'m going outside to check. Something is amiss.',12,7,100,0,0,0,1369,0,'Nancy Vishas'),
|
|
(3984,3,0,'%s lets out a long, drawn out sigh.',16,0,100,0,0,0,1370,0,'Nancy Vishas'),
|
|
(3984,4,0,'Oh well....',12,7,100,0,0,0,1371,0,'Nancy Vishas'),
|
|
(3985,0,0,'He\'s your husband, woman. How am I to know where he is?',12,7,100,0,0,0,1366,0,'Grandpa Vishas'),
|
|
(3985,1,0,'Cleansing the world of impure scum isn\'t an easy job, Nancy. Someone\'s got to do it.',12,7,100,0,0,0,1368,0,'Grandpa Vishas'),
|
|
(3987,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Dal Bloodclaw'),
|
|
(3995,0,0,'%s drops the animal parts into the bubbling cauldron.',16,0,100,69,0,0,1405,0,'Witch Doctor Jin\'Zil'),
|
|
(3995,1,0,'Ah, feel the magic seep into the cave, my little elves... muhahaha.',12,1,100,5,0,0,1406,0,'Witch Doctor Jin\'Zil'),
|
|
(3995,2,0,'So much for the power of nature... muhahahaha.',12,1,100,11,0,0,1407,0,'Witch Doctor Jin\'Zil'),
|
|
(4001,0,0,'Hey! You\'re not supposed to be here! C\'mon boys!',12,0,100,0,0,0,1428,0,'Windshear Tunnel Rat'),
|
|
(4004,0,0,'I think the sounds came from over here. We\'d better check it out.',12,0,100,0,0,0,1430,0,'Windshear Overlord'),
|
|
(4004,1,0,'What\'s going on here? Piznik! I knew we shouldn\'t have let you stick around!',12,0,100,0,0,0,1433,0,'Windshear Overlord'),
|
|
(4046,0,0,'%s listens to $n\'s plea.',16,0,100,0,0,0,1416,0,'Magatha Grimtotem'),
|
|
(4046,1,0,'You were right to come. My wisdom will be yours.',12,0,100,273,0,0,1417,0,'Magatha Grimtotem'),
|
|
(4046,2,0,'%s summons a messenger...',16,0,100,0,0,0,1420,0,'Magatha Grimtotem'),
|
|
(4046,3,0,'Go, my servant. Send word of Stonetalon to Apothecary Zamah.',12,0,100,25,0,0,1419,0,'Magatha Grimtotem'),
|
|
(4048,0,0,'We must hurry.',12,0,100,1,0,0,1397,0,'Falfindel Waywarder'),
|
|
(4048,1,0,'Spirits of the forest come forth and heed nature\'s call!',12,0,100,1,0,0,1398,0,'Falfindel Waywarder'),
|
|
(4048,2,0,'Spirits of the forest, you are needed! Make haste to the Charred Vale!',12,0,100,25,0,0,1400,0,'Falfindel Waywarder'),
|
|
(4049,0,0,'The spirits of Stonetalon still rage, $n.',12,0,100,0,0,0,1425,0,'Seereth Stonebreak on Quest 1062 finished'),
|
|
(4049,1,0,'I fear we may never soothe them...',12,0,100,0,0,0,1426,0,'Seereth Stonebreak on Quest 1062 finished'),
|
|
(4062,0,0,'Still no sign of the final shipment of explosives.',12,7,100,0,0,0,782,0,'Dark Iron Bombardier'),
|
|
(4062,0,1,'No sign of the final explosives shipment to the west either. Where are those lollygaggers?',12,7,100,0,0,0,783,0,'Dark Iron Bombardier'),
|
|
(4062,0,2,'This bridge should have been destroyed by now. How long does it take for those lazy sods to get here from the Highlands!',12,7,100,0,0,0,784,0,'Dark Iron Bombardier'),
|
|
(4062,1,0,'No sign of the final explosives shipment to the west either. Where are those lollygaggers?',12,7,100,0,0,0,783,0,'Dark Iron Bombardier'),
|
|
(4063,0,0,'No! Leave us! We must not fail our task!',12,0,100,0,0,0,815,0,'Feeboz'),
|
|
(4063,0,1,'Die! You will not free Myzrael!',12,0,100,0,0,0,807,0,'Feeboz'),
|
|
(4063,0,2,'The Great One will smash you!',12,0,100,0,0,0,808,0,'Feeboz'),
|
|
(4063,0,3,'Arent you a little short for your kind?',12,0,100,0,0,0,809,0,'Feeboz'),
|
|
(4063,0,4,'My life means nothing! Our sacred task is all!',12,0,100,0,0,0,810,0,'Feeboz'),
|
|
(4063,0,5,'If you mean to free Myzrael, you will be sorry!',12,0,100,0,0,0,811,0,'Feeboz'),
|
|
(4063,0,6,'Stand firm, brothers. And dont worry! Size is on our side!',12,0,100,0,0,0,812,0,'Feeboz'),
|
|
(4063,0,7,'Take that! The Drywhiskers will prevail!',12,0,100,0,0,0,814,0,'Feeboz'),
|
|
(4063,1,0,'May I bask in your shadow forever!',12,0,100,0,0,0,799,0,'Feeboz'),
|
|
(4063,1,1,'Master, your wisdom is matched only by your hugeness!',12,0,100,0,0,0,800,0,'Feeboz'),
|
|
(4063,1,2,'If I had a copper for each of your great deeds, Id be a rich kobold!',12,0,100,0,0,0,801,0,'Feeboz'),
|
|
(4063,1,3,'You will keep us safe from the evil mistress, yes!',12,0,100,0,0,0,802,0,'Feeboz'),
|
|
(4063,1,4,'Oh, praise! Your vigilance keeps Myzrael deep in the earth!',12,0,100,0,0,0,803,0,'Feeboz'),
|
|
(4063,1,5,'My only wish is to serve you, great one, until I die by your foot!',12,0,100,0,0,0,804,0,'Feeboz'),
|
|
(4063,1,6,'Your strength is of the mountain. Your grace is of the winds!',12,0,100,0,0,0,805,0,'Feeboz'),
|
|
(4063,1,7,'My feet hurt...',12,0,100,0,0,0,806,0,'Feeboz'),
|
|
(4064,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Scout'),
|
|
(4064,1,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Scout'),
|
|
(4064,1,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Scout'),
|
|
(4065,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Sentry'),
|
|
(4065,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Sentry'),
|
|
(4065,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Sentry'),
|
|
(4068,0,0,'%s gives message to Apothecary Zamah.',16,0,100,0,0,0,1412,0,'Serpent Messenger'),
|
|
(4263,0,0,'%s chitters for help...',16,0,100,0,0,0,1414,0,'Deepmoss Hatchling'),
|
|
(4263,1,0,'%s hatches!',16,0,100,0,0,0,1413,0,'Deepmoss Hatchling'),
|
|
(4264,0,0,'%s arrives!',16,0,100,0,0,0,1415,0,'Deepmoss Matriarch'),
|
|
(4267,0,0,'Sentinels, come to my defense!',14,2,100,0,0,0,4562,0,'Daelyshia'),
|
|
(4275,0,0,'Who dares interfere with the Sons of Arugal?',14,0,100,0,0,0,1435,0,'Archmage Arugal - Fenrus the Devourer dies'),
|
|
(4275,1,0,'You, too, shall serve!',14,0,100,0,0,0,6115,0,'Archmage Arugal - Aggro'),
|
|
(4275,2,0,'Release your rage!',14,0,100,0,0,0,6535,0,'Archmage Arugal - Transforms player into a Worgen'),
|
|
(4275,3,0,'Another falls!',14,0,100,0,0,0,6116,0,'Archmage Arugal - Killing a player'),
|
|
(4276,0,0,'All right, watch my back while I get you some of this ore.',12,0,100,0,0,0,1427,0,'Piznik'),
|
|
(4276,1,0,'Look out! It sounds like more of them!',12,0,100,0,0,0,1431,0,'Piznik'),
|
|
(4276,2,0,'Just a little while longer, I\'ve almost got it!',12,0,100,0,0,0,1432,0,'Piznik'),
|
|
(4276,3,0,'There, I\'ve got it!',12,0,100,0,0,0,1434,0,'Piznik'),
|
|
(4278,0,0,'Intruders in the keep! To arms!',14,0,100,0,0,0,48826,0,'Commander Springvale'),
|
|
(4278,1,0,'Our vigilance is eternal...',14,0,100,0,0,0,48829,0,'Commander Springvale'),
|
|
(4283,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Sentry'),
|
|
(4283,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Sentry'),
|
|
(4283,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Sentry'),
|
|
(4283,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Sentry'),
|
|
(4286,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Soldier'),
|
|
(4286,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Soldier'),
|
|
(4286,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Soldier'),
|
|
(4286,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Soldier'),
|
|
(4287,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Gallant'),
|
|
(4287,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Gallant'),
|
|
(4287,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Gallant'),
|
|
(4287,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Gallant'),
|
|
(4288,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Beastmaster'),
|
|
(4288,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Beastmaster'),
|
|
(4288,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Beastmaster'),
|
|
(4288,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Beastmaster'),
|
|
(4289,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Evoker'),
|
|
(4289,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Evoker'),
|
|
(4289,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Evoker'),
|
|
(4289,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Evoker'),
|
|
(4290,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Guardsman'),
|
|
(4290,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Guardsman'),
|
|
(4290,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Guardsman'),
|
|
(4290,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Guardsman'),
|
|
(4291,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Diviner'),
|
|
(4291,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Diviner'),
|
|
(4291,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Diviner'),
|
|
(4291,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Diviner'),
|
|
(4292,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Protector'),
|
|
(4292,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Protector'),
|
|
(4292,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Protector'),
|
|
(4292,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Protector'),
|
|
(4294,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Scarlet Sorcerer'),
|
|
(4294,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Scarlet Sorcerer'),
|
|
(4294,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Sorcerer'),
|
|
(4294,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Sorcerer'),
|
|
(4294,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Sorcerer'),
|
|
(4294,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Sorcerer'),
|
|
(4294,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Sorcerer'),
|
|
(4294,1,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Sorcerer'),
|
|
(4294,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Sorcerer'),
|
|
(4294,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Sorcerer'),
|
|
(4294,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Sorcerer'),
|
|
(4295,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Scarlet Myrmidon'),
|
|
(4295,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Scarlet Myrmidon'),
|
|
(4295,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Myrmidon'),
|
|
(4295,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Myrmidon'),
|
|
(4295,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Myrmidon'),
|
|
(4295,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Myrmidon'),
|
|
(4295,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Myrmidon'),
|
|
(4295,1,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Myrmidon'),
|
|
(4295,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Myrmidon'),
|
|
(4295,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Myrmidon'),
|
|
(4295,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Myrmidon'),
|
|
(4295,2,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Scarlet Myrmidon'),
|
|
(4296,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Adept'),
|
|
(4296,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Adept'),
|
|
(4296,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Adept'),
|
|
(4296,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Adept'),
|
|
(4297,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,0,0,'Scarlet Conjuror'),
|
|
(4297,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,0,0,'Scarlet Conjuror'),
|
|
(4297,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,0,0,'Scarlet Conjuror'),
|
|
(4297,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Conjuror'),
|
|
(4298,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Scarlet Defender'),
|
|
(4298,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Scarlet Defender'),
|
|
(4298,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Defender'),
|
|
(4298,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Defender'),
|
|
(4298,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Defender'),
|
|
(4298,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Defender'),
|
|
(4298,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Defender'),
|
|
(4298,1,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Defender'),
|
|
(4298,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Defender'),
|
|
(4298,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Defender'),
|
|
(4298,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Defender'),
|
|
(4299,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Ashbringer Event'),
|
|
(4299,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Ashbringer Event'),
|
|
(4299,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Chaplain'),
|
|
(4299,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Chaplain'),
|
|
(4299,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Chaplain'),
|
|
(4299,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Chaplain'),
|
|
(4299,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Chaplain'),
|
|
(4299,1,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Chaplain'),
|
|
(4299,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Chaplain'),
|
|
(4299,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Chaplain'),
|
|
(4299,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Chaplain'),
|
|
(4300,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Scarlet Wizard'),
|
|
(4300,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Scarlet Wizard'),
|
|
(4300,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Wizard'),
|
|
(4300,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Wizard'),
|
|
(4300,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Wizard'),
|
|
(4300,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Wizard'),
|
|
(4300,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Wizard'),
|
|
(4300,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Wizard'),
|
|
(4300,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Wizard'),
|
|
(4300,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Wizard'),
|
|
(4301,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Scarlet Centurion'),
|
|
(4301,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Scarlet Centurion'),
|
|
(4301,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Centurion'),
|
|
(4301,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Centurion'),
|
|
(4301,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Centurion'),
|
|
(4301,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Centurion'),
|
|
(4301,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Centurion'),
|
|
(4301,1,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Centurion'),
|
|
(4301,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Centurion'),
|
|
(4301,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Centurion'),
|
|
(4301,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Centurion'),
|
|
(4302,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Scarlet Champion'),
|
|
(4302,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Scarlet Champion'),
|
|
(4302,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Champion'),
|
|
(4302,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Champion'),
|
|
(4302,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Champion'),
|
|
(4302,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Champion'),
|
|
(4302,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Champion'),
|
|
(4302,1,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Champion'),
|
|
(4302,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Champion'),
|
|
(4302,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Champion'),
|
|
(4302,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Champion'),
|
|
(4303,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Scarlet Abbot'),
|
|
(4303,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Scarlet Abbot'),
|
|
(4303,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Abbot'),
|
|
(4303,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Abbot'),
|
|
(4303,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Abbot'),
|
|
(4303,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Abbot'),
|
|
(4303,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Abbot'),
|
|
(4303,1,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Abbot'),
|
|
(4303,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Abbot'),
|
|
(4303,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Abbot'),
|
|
(4303,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Abbot'),
|
|
(4303,2,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Scarlet Abbot'),
|
|
(4306,0,0,'Confess and we shall set you free.',12,7,100,0,0,0,2570,0,'Scarlet Torturer'),
|
|
(4306,0,1,'You will talk eventually. You might as well spill it now.',12,7,100,0,0,0,2569,0,'Scarlet Torturer'),
|
|
(4306,0,2,'What? Oh no, I don\'t care what you have to say. I just enjoy inflicting pain.',14,7,100,0,0,0,2571,0,'Scarlet Torturer'),
|
|
(4306,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Torturer'),
|
|
(4306,1,0,'Confess and we shall set you free.',12,7,100,0,0,0,2570,0,'Scarlet Torturer'),
|
|
(4306,1,1,'You will talk eventually. You might as well spill it now.',12,7,100,0,0,0,0,0,'Scarlet Torturer'),
|
|
(4306,1,2,'What? Oh no. I don\'t care what you have to say. I just enjoy inflicting pain.',12,7,100,0,0,0,0,0,'Scarlet Torturer'),
|
|
(4312,0,0,'Grunts! Attack!',14,1,100,0,0,0,4558,0,'Tharm'),
|
|
(4314,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Gorkas'),
|
|
(4317,0,0,'You will not defile our sacred land!',14,3,100,0,0,0,4560,0,'Nyse'),
|
|
(4319,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Thyssiana'),
|
|
(4321,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Baldruc'),
|
|
(4351,0,0,'%s looks weak enough to capture!',16,0,100,0,0,0,22419,0,'Bloodfen Raptor'),
|
|
(4352,0,0,'%s looks weak enough to capture!',16,0,100,0,0,0,22419,0,'Bloodfen Screecher'),
|
|
(4385,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Withervine Rager'),
|
|
(4407,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Teloren'),
|
|
(4419,0,0,'The race will start in 1 minute!',14,0,100,5,0,0,1452,1,'Race Master Kronkrider - Race announcement - Area yell'),
|
|
(4419,1,0,'The goblins win the drag race! Better luck next time, gnome team.',14,0,100,5,0,0,1538,1,'Race Master Kronkrider - Race winner goblins - Area yell'),
|
|
(4419,2,0,'The winner of the drag race is...the gnome team! Great job guys!',14,0,100,5,0,0,1537,1,'Race Master Kronkrider - Race winner gnomes - Area yell'),
|
|
(4420,0,0,'Victory! For Agamaggan!',14,0,100,0,0,5812,6178,0,'Overlord Ramtusk'),
|
|
(4421,0,0,'Troublesome whelps. I\'ll teach you to interfere!',14,0,100,0,0,5813,6179,3,'Charlga Razorflank - on initial aggro'),
|
|
(4421,1,0,'Who\'s next?',14,0,100,0,0,5814,6180,3,'Charlga Razorflank - killing a player'),
|
|
(4421,2,0,'You outsiders will pay for encroaching on our land!',14,0,100,0,0,5815,6181,3,'Charlga Razorflank - on 75% hp reached'),
|
|
(4421,2,1,'Bah! My power rules here!',14,0,100,0,0,5816,6182,0,'Charlga Razorflank'),
|
|
(4421,3,0,'Bah! My power rules here!',14,0,100,0,0,5816,6182,3,'Charlga Razorflank - on 50% hp reached'),
|
|
(4421,4,0,'Our new allies will avenge us!',14,0,100,0,0,5818,6183,3,'Charlga Razorflank - on 25% hp reached'),
|
|
(4422,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Agathelos the Raging'),
|
|
(4429,0,0,'Hm, these are pretty good bones you got this time, Pozzik.',12,0,100,0,0,0,1524,0,'Goblin Pit Crewman'),
|
|
(4429,1,0,'All done! The modifications should give us a little boost in speed, but I don\'t think she\'ll hold up to too much bumping.',12,0,100,0,0,0,1525,0,'Goblin Pit Crewman'),
|
|
(4429,2,0,'BANG! BANG! BANG! I\'m beefing up the car!!!',12,0,100,0,0,0,1506,0,'Goblin Pit Crewman'),
|
|
(4429,3,0,'All done!',12,0,100,0,0,0,1507,0,'Goblin Pit Crewman'),
|
|
(4444,0,0,'Arrgh!',12,0,100,0,0,0,0,0,'Deathstalker Vincent'),
|
|
(4452,0,0,'%s places the crate of parts on the ground.',16,0,100,0,0,0,1479,0,'Kravel Koalbeard'),
|
|
(4452,1,0,'%s grabs a part and puts it in his pocket...',16,0,100,0,0,0,1477,0,'Kravel Koalbeard'),
|
|
(4452,2,0,'There, that should do it...',12,0,100,0,0,0,1478,0,'Kravel Koalbeard'),
|
|
(4452,3,0,'This stout sure smells strong!',12,0,100,0,0,0,1489,0,'Kravel Koalbeard'),
|
|
(4452,4,0,'Let\'s have just a small taste...',12,0,100,7,0,0,1491,0,'Kravel Koalbeard'),
|
|
(4452,5,0,'Wait! What am I thinking! We have a job to do with this stuff.',12,0,100,5,0,0,1492,0,'Kravel Koalbeard'),
|
|
(4452,6,0,'Hahah! $n, you make quite a partner!',12,0,100,11,0,0,1481,0,'Kravel Koalbeard'),
|
|
(4454,0,0,'%s listens as $n tells him of $ghis:her; adventures in the Badlands.',16,0,100,0,0,0,1495,0,'Fizzle Brassbolts'),
|
|
(4454,1,0,'Astounding! So then indurium is the key!',12,0,100,4,0,0,1496,0,'Fizzle Brassbolts'),
|
|
(4462,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Hunter'),
|
|
(4462,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Hunter'),
|
|
(4462,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Hunter'),
|
|
(4463,0,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Summoner'),
|
|
(4463,0,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Summoner'),
|
|
(4463,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Summoner'),
|
|
(4464,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Blackrock Gladiator'),
|
|
(4464,1,0,'Feel the power of the Blackrock Orcs!',12,1,100,0,0,0,1874,0,'Blackrock Gladiator'),
|
|
(4464,1,1,'You are no match for the Blackrock Orcs!',12,1,100,0,0,0,1875,0,'Blackrock Gladiator'),
|
|
(4484,0,0,'It looks like we\'re in trouble. Look lively, here they come!',12,7,100,0,0,0,1372,0,'Feero'),
|
|
(4484,1,0,'Assassins from that cult you found... Let\'s get moving before someone else finds us out here.',12,7,100,0,0,0,1294,0,'Feero'),
|
|
(4484,2,0,'Hold! I sense an evil presence... Undead!',12,7,100,0,0,0,1373,0,'Feero'),
|
|
(4484,3,0,'They\'re coming out of the woodwork today. Let\'s keep moving or we may find more things that want me dead.',12,7,100,0,0,0,1310,0,'Feero'),
|
|
(4484,4,0,'These three again?',12,7,100,0,0,0,1374,0,'Feero'),
|
|
(4484,5,0,'I\'ll finish you off for good this time!',12,0,100,0,0,0,1499,0,'Feero'),
|
|
(4484,6,0,'Well done! I should be fine on my own from here. Remember to talk to Delgren when you return to Maestra\'s Post in Ashenvale.',12,7,100,0,0,0,1315,0,'Feero'),
|
|
(4484,7,0,'We must move quickly. Auberdine isn\'t too far away, but many enemies lurk in the forest.',12,7,100,0,0,0,1292,0,'Feero'),
|
|
(4488,0,0,'Kel\'Thuzad? If you know that name at all, then perhaps you did read the book I sent you to get.$B$BUnfortunately, your answer is incorrect.',12,0,100,1,5000,0,8373,0,'Parqual replies to option 1'),
|
|
(4488,1,0,'Gul\'dan. Not a name many have heard on Azeroth.$B$BUnfortunately, not the correct answer.',12,0,100,1,5000,0,8374,0,'Parqual replies to option 2'),
|
|
(4488,2,0,'An interesting response to my question... and the wrong one.',12,0,100,1,5000,0,8375,0,'Parqual replies to option 3'),
|
|
(4488,3,0,'Ah, Ner\'zhul. Not a name that should be uttered lightly, but I did ask you for an answer.$B$BAnd Ner\'zhul is the correct one.',12,0,100,1,5000,0,8376,0,'Parqual replies to option 4'),
|
|
(4488,4,0,'I\'m afraid not, $n. Now, feel the shame you have brought upon yourself.',12,0,100,1,3000,0,8394,0,'Parqual, reply 2 to option 1-3'),
|
|
(4489,0,0,'Ah, Ysera the Dreamer.',12,0,100,1,3000,0,8382,0,'Braug Dimspirit - Test of Lore'),
|
|
(4489,1,0,'Neltharion, hmm? As good an answer as any, yes?',12,0,100,1,3000,0,8386,0,'Braug Dimspirit - Test of Lore'),
|
|
(4489,2,0,'Alexstrazsa, the Life-Binder. A magnificent creature.',12,0,100,1,3000,0,8387,0,'Braug Dimspirit - Test of Lore'),
|
|
(4489,3,0,'Malygos, is it?',12,0,100,1,3000,0,8388,0,'Braug Dimspirit - Test of Lore'),
|
|
(4489,4,0,'That is the wrong answer, $n. Be off with you.',12,0,100,1,3000,0,8393,0,'Braug Dimspirit - Test of Lore'),
|
|
(4493,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Avenger'),
|
|
(4493,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Avenger'),
|
|
(4493,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Avenger'),
|
|
(4493,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Avenger'),
|
|
(4494,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Spellbinder'),
|
|
(4494,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Spellbinder'),
|
|
(4494,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Spellbinder'),
|
|
(4494,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Spellbinder'),
|
|
(4495,0,0,'Look at what $n brought us! Let\'s drink up!',12,0,100,22,0,0,8242,0,'Gnome Pit Boss'),
|
|
(4496,0,0,'$n brought us booze! Let\'s party!',12,0,100,22,0,0,8244,0,'Goblin Pit Boss'),
|
|
(4498,0,0,'This should only take a moment, $n.',12,1,100,1,0,0,2085,0,'Maurin Bonesplitter'),
|
|
(4498,1,0,'I call your true name, Azrethoc. Show your visage to me!',12,8,100,22,0,0,2087,0,'Maurin Bonesplitter'),
|
|
(4498,2,0,'An interesting turning of events.',12,1,100,6,0,0,2094,0,'Maurin Bonesplitter'),
|
|
(4500,0,0,'Puny $r wanna fight Overlord Mok\'Morokk? Me beat you! Me boss here!',12,0,100,0,0,0,1515,0,'Overlord Mok\'Morokk - on Quest Accept'),
|
|
(4500,1,0,'Me scared! Me run now!',14,0,100,0,0,0,1523,0,'Overlord Mok\'Morokk - on Health 0%-25%'),
|
|
(4500,2,0,'Me still boss of ogres. Haw!',14,0,100,0,0,0,1514,0,'Overlord Mok\'Morokk'),
|
|
(4501,0,0,'%s begins to cast a spell over the hearts and tongues.',16,0,100,0,0,0,1511,0,'Draz\'Zilb'),
|
|
(4501,1,0,'The brood of Onyxia!',12,0,100,0,0,0,1512,0,'Draz\'Zilb'),
|
|
(4508,0,0,'Woo hoo! Finally getting out of here. It\'s going to be rough though. Keep your eyes peeled for trouble.',12,0,100,0,0,0,1482,0,'willix SAY_READY'),
|
|
(4508,1,0,'Up there is where Charlga Razorflank resides. Blasted old crone.',12,0,100,0,0,0,1483,0,'willix SAY_POINT'),
|
|
(4508,2,0,'Help! Get this $n off of me!',12,0,100,0,0,0,1547,0,'willix SAY_AGGRO1'),
|
|
(4508,3,0,'There\'s blueleaf tuber in this trench! It\'s like gold waiting to be mined I tell you!',12,0,100,0,0,0,1484,0,'willix SAY_BLUELEAF'),
|
|
(4508,4,0,'There could be danger around every corner here.',12,0,100,0,0,0,1485,0,'willix SAY_DANGER'),
|
|
(4508,5,0,'I don\'t see how these foul animals live in this place... sheesh it smells!',12,0,100,0,0,0,1486,0,'willix SAY_BAD'),
|
|
(4508,6,0,'I think I see a way for us to get out of this big twisted mess of a bramble.',12,0,100,0,0,0,1487,0,'willix SAY_THINK'),
|
|
(4508,7,0,'Glad to be out of that wretched trench. Not much nicer up here though!',12,0,100,0,0,0,1488,0,'willix SAY_SOON'),
|
|
(4508,8,0,'Finally! I\'ll be glad to get out of this place.',12,0,100,0,0,0,1490,0,'willix SAY_FINALY'),
|
|
(4508,9,0,'I think I\'ll rest a moment and catch my breath before heading back to Ratchet. Thanks for all the help!',12,0,100,0,0,0,1493,0,'willix SAY_WIN'),
|
|
(4508,10,0,'Well, I\'m off to Ratchet now! Best of luck to you!',12,0,100,0,0,0,1494,0,'willix SAY_END'),
|
|
(4509,0,0,'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.',12,7,100,1,0,0,1471,0,'Sargath'),
|
|
(4509,1,0,'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.',12,7,100,1,0,0,1472,0,'Sargath'),
|
|
(4509,2,0,'When the shaking stopped, his true motives were revealed. We were trapped, and he was slowly draining our powers.',12,7,100,1,0,0,1474,0,'Sargath'),
|
|
(4509,3,0,'There were hundreds imprisoned by his spell. Now only a few remain in their prisons. He would speak to us sometimes.',12,7,100,1,0,0,1497,0,'Sargath'),
|
|
(4509,4,0,'He worried that his power weakened, that soon even we last of his precious soulgems would fade and die.',12,7,100,1,0,0,1498,0,'Sargath'),
|
|
(4509,5,0,'His lieutenant, Ilkrud Magthrull possesses a tome which might indicate the location of the remaining soulgems.',12,7,100,1,0,0,1475,0,'Sargath'),
|
|
(4509,6,0,'%s fades into the mist...',16,0,100,0,0,0,1476,0,'Sargath'),
|
|
(4514,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Agathelos the Raging'),
|
|
(4540,0,0,'I am unworthy, $g sir:ma\'am;.',12,0,100,0,0,0,12380,0,'Scarlet Monk'),
|
|
(4540,0,1,'Have you come to save this world? To cleanse it?',12,0,100,0,0,0,12381,0,'Scarlet Monk'),
|
|
(4540,0,2,'My $g Lord:Lady;, please allow me to live long enough to see you purge this world of the infidels.',12,0,100,0,0,0,12382,0,'Scarlet Monk'),
|
|
(4540,0,3,'And so it begins...',12,0,100,0,0,0,12383,0,'Scarlet Monk'),
|
|
(4540,0,4,'Take me with you, $g sir:ma\'am;.',12,0,100,0,0,0,12384,0,'Scarlet Monk'),
|
|
(4540,0,5,'Ashbringer...',12,0,100,0,0,0,12378,0,'Scarlet Monk'),
|
|
(4540,0,6,'Kneel! Kneel before the Ashbringer!',12,0,100,0,0,0,12379,0,'Scarlet Monk'),
|
|
(4540,1,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,25,0,0,0,2625,0,'Scarlet Monk'),
|
|
(4540,1,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,25,0,0,0,2626,0,'Scarlet Monk'),
|
|
(4540,1,2,'The Light condemns all who harbor evil. Now you will die!',12,7,25,0,0,0,2627,0,'Scarlet Monk'),
|
|
(4540,1,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,25,0,0,0,2628,0,'Scarlet Monk'),
|
|
(4543,0,0,'We hunger for vengeance.',14,0,100,0,0,5844,6201,0,'thalnos SAY_AGGRO'),
|
|
(4543,1,0,'No rest... for the angry dead!',14,0,100,0,0,5846,6202,0,'thalnos SAY_HEALTH'),
|
|
(4543,2,0,'More... More souls!',14,0,100,0,0,5845,6203,0,'thalnos SAY_KILL'),
|
|
(4551,0,0,'Intruders! Attack the intruders!',14,33,100,0,0,0,4569,0,'Michael Garrett'),
|
|
(4568,0,0,'Take a chest of containment coffers and a cantation of manifestation, $n. You will need them for your mission.',12,1,100,25,0,0,2682,0,'Anastasia Hartwell'),
|
|
(4576,0,0,'One moment while I stitch this together...',12,1,100,0,0,0,2761,0,'Josef Gregorian'),
|
|
(4576,1,0,'There. I am finished with your robe, $n.',12,1,100,1,0,0,2762,0,'Josef Gregorian'),
|
|
(4607,0,0,'Ugh! What is that scoundrel doing sending his vermin to me? Get out of my sight before I take what is left of your life. And take this with you.',12,33,100,1,0,0,2028,0,'Father Lankester'),
|
|
(4618,0,0,'%s takes the indurium flakes to his forge.',16,0,100,0,0,0,1500,0,'Martek the Exiled'),
|
|
(4618,1,0,'Now let\'s heat up these flakes...',12,0,100,0,0,0,1501,0,'Martek the Exiled'),
|
|
(4618,2,0,'So far they\'re holding. Let\'s turn up the heat...',12,0,100,1,0,0,1502,0,'Martek the Exiled'),
|
|
(4618,3,0,'By Orgrim! This indurium can withstand massive heat!',12,0,100,5,0,0,1503,0,'Martek the Exiled'),
|
|
(4618,4,0,'A successful test! $n, this indurium is some amazing stuff.',12,0,100,1,0,0,1504,0,'Martek the Exiled'),
|
|
(4620,0,0,'Open for business! The goblin car is looking sharp and it\'s sure to be a winner! Get your bets in before the race starts!',14,0,100,1,0,0,1509,1,'Fobeed - Race comment 1 - Area yell'),
|
|
(4620,0,1,'Smart money\'s on the gnomes to take the next race! Get your money in while you still can!',14,0,100,1,0,0,1510,1,'Fobeed - Race comment 2 - Area yell'),
|
|
(4620,1,0,'And they\'re off!',14,0,100,1,0,0,2124,1,'Fobeed - Race start - Area yell'),
|
|
(4624,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'SAY_GUARD_SIL_AGGRO1'),
|
|
(4624,0,1,'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... ',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(4624,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(4624,0,3,'You dare spill blood on neutral ground? OUT! OUT, I SAY!',12,0,100,0,0,0,10948,0,'Booty Bay Bruiser - On Aggro'),
|
|
(4624,0,4,'We don\'t take kindly to miscreants, $r.',12,0,100,0,0,0,10949,0,'Booty Bay Bruiser - On Aggro'),
|
|
(4624,0,5,'Get a rope!',12,0,100,0,0,0,10952,0,'Booty Bay Bruiser - On Aggro'),
|
|
(4624,0,6,'Believe me when I tell you this: You\'re gonna wish you weren\'t born, sissy!',12,0,100,0,0,0,10954,0,'Booty Bay Bruiser - On Aggro'),
|
|
(4624,0,7,'Your actions shame us all, $c. I hurt inside as I beat you senseless.',12,0,100,0,0,0,10955,0,'Booty Bay Bruiser - On Aggro'),
|
|
(4630,0,0,'Okay, crew. Get to work on getting these bones installed.',12,0,100,0,0,0,1526,0,'Pozzik'),
|
|
(4630,1,0,'Thanks again, $n. Now I\'ll use this indurium to beef up my car!',12,0,100,0,0,0,1505,0,'Goblin Pit Crewman'),
|
|
(4630,2,0,'Now for the next race, the car will be even FASTER than before!',12,0,100,4,0,0,1508,0,'Goblin Pit Crewman'),
|
|
(4670,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hatefury Rogue'),
|
|
(4671,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hatefury Trickster'),
|
|
(4672,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hatefury Felsworn'),
|
|
(4673,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hatefury Betrayer'),
|
|
(4674,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hatefury Shadowstalker'),
|
|
(4675,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hatefury Hellcaller'),
|
|
(4709,0,0,'Hehehe! Things go boom!',12,0,100,11,0,0,1540,0,'Zamek'),
|
|
(4720,0,0,'What was that!',14,0,100,5,0,0,1541,0,'Rizzle Brassbolts'),
|
|
(4720,1,0,'Bloody... Must have been the goblins... Let\'s see how bad the damage is.',12,0,100,5,0,0,1542,0,'Rizzle Brassbolts'),
|
|
(4720,2,0,'Guess there\'s nothing more to be done. Blast!',12,0,100,6,0,0,1543,0,'Rizzle Brassbolts'),
|
|
(4721,0,0,'The Earth Mother watch over us; under cover of the night as in the day. Let this fire illuminate both our bodies and spirits and remind us of our honored ancestors, who are ever present and guiding our way.',12,3,100,1,0,0,8677,0,'Zangen Stonehoof'),
|
|
(4726,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Raging Thunder Lizard'),
|
|
(4781,0,0,'%s nervously crawls from the crate.',16,0,100,0,0,0,1638,0,'Snufflenose Gopher'),
|
|
(4781,1,0,'%s wiggles his whiskers at $n.',16,0,100,0,0,0,1591,0,'Snufflenose Gopher'),
|
|
(4781,2,0,'%s sniffs at the ground...',16,0,100,0,0,0,1592,0,'Snufflenose Gopher'),
|
|
(4792,0,0,'Unless it\'s something I can eat, I don\'t want it.',12,0,100,6,0,0,22351,0,'\"Swamp Eye\" Jarl'),
|
|
(4792,1,0,'Nothing. Wanna help me whip up some frog leg stew?',12,0,100,1,0,0,22353,0,'\"Swamp Eye\" Jarl'),
|
|
(4798,0,0,'We are quite safe from your pitiful band!',12,8,100,0,0,0,2410,0,'Fallenroot Shadowstalker'),
|
|
(4798,0,1,'I shall rip your guts out!',12,8,100,0,0,0,2411,0,'Fallenroot Shadowstalker'),
|
|
(4798,0,2,'Your eyes will make pretty baubbles!',12,8,100,0,0,0,2412,0,'Fallenroot Shadowstalker'),
|
|
(4799,0,0,'We are quite safe from your pitiful band!',12,8,100,0,0,0,2410,0,'Fallenroot Hellcaller'),
|
|
(4799,0,1,'I shall rip your guts out!',12,8,100,0,0,0,2411,0,'Fallenroot Hellcaller'),
|
|
(4799,0,2,'Your eyes will make pretty baubbles!',12,8,100,0,0,0,2412,0,'Fallenroot Hellcaller'),
|
|
(4809,0,0,'Aku\'mai demands more sacrifices, now you must die!',12,0,100,0,0,0,2406,0,'Twilight Acolyte'),
|
|
(4809,0,1,'Intruders! The Hammer shall fall upon you.',12,0,100,0,0,0,2407,0,'Twilight Acolyte'),
|
|
(4809,0,2,'The Old Gods will be restored. You will not be allowed to interfere!',12,0,100,0,0,0,2408,0,'Twilight Acolyte'),
|
|
(4809,0,3,'Your blood shall be the catalyst for the Old Gods\' return!',12,0,100,0,0,0,2409,0,'Twilight Acolyte'),
|
|
(4810,0,0,'Aku\'mai demands more sacrifices, now you must die!',12,0,100,0,0,0,2406,0,'Twilight Reaver'),
|
|
(4810,0,1,'Intruders! The Hammer shall fall upon you.',12,0,100,0,0,0,2407,0,'Twilight Reaver'),
|
|
(4810,0,2,'The Old Gods will be restored. You will not be allowed to interfere!',12,0,100,0,0,0,2408,0,'Twilight Reaver'),
|
|
(4810,0,3,'Your blood shall be the catalyst for the Old Gods\' return!',12,0,100,0,0,0,2409,0,'Twilight Reaver'),
|
|
(4811,0,0,'Aku\'mai demands more sacrifices, now you must die!',12,0,100,0,0,0,2406,0,'Twilight Aquamancer'),
|
|
(4811,0,1,'Intruders! The Hammer shall fall upon you.',12,0,100,0,0,0,2407,0,'Twilight Aquamancer'),
|
|
(4811,0,2,'The Old Gods will be restored. You will not be allowed to interfere!',12,0,100,0,0,0,2408,0,'Twilight Aquamancer'),
|
|
(4811,0,3,'Your blood shall be the catalyst for the Old Gods\' return!',12,0,100,0,0,0,2409,0,'Twilight Aquamancer'),
|
|
(4812,0,0,'Aku\'mai demands more sacrifices, now you must die!',12,0,100,0,0,0,2406,0,'Twilight Loreseeker'),
|
|
(4812,0,1,'Intruders! The Hammer shall fall upon you.',12,0,100,0,0,0,2407,0,'Twilight Loreseeker'),
|
|
(4812,0,2,'The Old Gods will be restored. You will not be allowed to interfere!',12,0,100,0,0,0,2408,0,'Twilight Loreseeker'),
|
|
(4812,0,3,'Your blood shall be the catalyst for the Old Gods\' return!',12,0,100,0,0,0,2409,0,'Twilight Loreseeker'),
|
|
(4813,0,0,'Aku\'mai demands more sacrifices, now you must die!',12,0,100,0,0,0,2406,0,'Twilight Shadowmage'),
|
|
(4813,0,1,'Intruders! The Hammer shall fall upon you.',12,0,100,0,0,0,2407,0,'Twilight Shadowmage'),
|
|
(4813,0,2,'The Old Gods will be restored. You will not be allowed to interfere!',12,0,100,0,0,0,2408,0,'Twilight Shadowmage'),
|
|
(4813,0,3,'Your blood shall be the catalyst for the Old Gods\' return!',12,0,100,0,0,0,2409,0,'Twilight Shadowmage'),
|
|
(4814,0,0,'Aku\'mai demands more sacrifices, now you must die!',12,0,100,0,0,0,2406,0,'Twilight Elementalist'),
|
|
(4814,0,1,'Intruders! The Hammer shall fall upon you.',12,0,100,0,0,0,2407,0,'Twilight Elementalist'),
|
|
(4814,0,2,'The Old Gods will be restored. You will not be allowed to interfere!',12,0,100,0,0,0,2408,0,'Twilight Elementalist'),
|
|
(4814,0,3,'Your blood shall be the catalyst for the Old Gods\' return!',12,0,100,0,0,0,2409,0,'Twilight Elementalist'),
|
|
(4831,0,0,'You should not be here! Slay them!',14,0,100,0,0,5799,6169,0,'Lady Sarevess'),
|
|
(4831,1,0,'Paltry kill.',14,0,100,0,0,5801,6170,0,'Lady Sarevess'),
|
|
(4832,0,0,'Who dares disturb my meditation?',14,0,100,0,0,5802,6171,0,'lord kelriss SAY_AGRRO'),
|
|
(4832,1,0,'Sleep...',14,0,100,0,0,5804,0,0,'lord kelriss SAY_SLEEP'),
|
|
(4832,2,0,'Dust to dust.',14,0,100,0,0,5803,6172,0,'lord kelriss SAY_DEATH'),
|
|
(4851,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Stonevault Rockchewer'),
|
|
(4854,0,0,'Me Grimlok, king!',14,0,100,0,0,5853,6213,0,'Grimlok'),
|
|
(4854,1,0,'Die! Die!',14,0,100,0,0,5854,6214,0,'Grimlok'),
|
|
(4854,2,0,'Die! Die!',14,0,100,0,0,5854,6214,0,'Grimlok'),
|
|
(4855,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Stonevault Brawler'),
|
|
(4880,0,0,'Ok, let\'s get started.',12,0,100,0,0,0,1610,0,'\"Stinky\" Ignatz'),
|
|
(4880,1,0,'Now let\'s look for the herb.',12,0,100,0,0,0,1611,0,'\"Stinky\" Ignatz'),
|
|
(4880,2,0,'Nope, not here...',12,0,100,0,0,0,1612,0,'\"Stinky\" Ignatz'),
|
|
(4880,3,0,'There must be one around here somewhere...',12,0,100,0,0,0,1613,0,'\"Stinky\" Ignatz'),
|
|
(4880,4,0,'Ah, there\'s one!',12,0,100,0,0,0,1614,0,'\"Stinky\" Ignatz'),
|
|
(4880,5,0,'Come, $n! Let\'s go over there and collect it!',12,0,100,0,0,0,1615,0,'\"Stinky\" Ignatz'),
|
|
(4880,6,0,'%s picks the herb from the ground.',16,0,100,0,0,0,1616,0,'\"Stinky\" Ignatz'),
|
|
(4880,7,0,'Ok, now let\'s get out of here!',12,0,100,0,0,0,1617,0,'\"Stinky\" Ignatz'),
|
|
(4880,8,0,'I can make it from here. Thanks, $n! And talk to my employer about a reward!',12,0,100,0,0,0,1618,0,'\"Stinky\" Ignatz'),
|
|
(4880,9,0,'%s disappears back into the swamp.',16,0,100,0,0,0,1619,0,'\"Stinky\" Ignatz'),
|
|
(4880,10,0,'Help! I\'m under attack!',12,0,100,0,0,0,1629,0,'\"Stinky\" Ignatz'),
|
|
(4880,10,1,'Help! The beast is on me!',12,0,100,0,0,0,1630,0,'\"Stinky\" Ignatz'),
|
|
(4880,10,2,'Look out! The $n attacks!',12,0,100,0,0,0,1628,0,'\"Stinky\" Ignatz'),
|
|
(4880,10,3,'I\'m glad you\'re here! Because I need your help!!',12,0,100,0,0,0,1631,0,'\"Stinky\" Ignatz'),
|
|
(4895,0,0,'He\'ll bring you mead, he\'ll bring you beer...',12,7,100,0,0,0,1632,0,'Smiling Jim'),
|
|
(4895,1,0,'A grinning face from ear to ear...',12,7,100,0,0,0,1633,0,'Smiling Jim'),
|
|
(4895,2,0,'He\'s served us all from year to year...',12,7,100,0,0,0,1634,0,'Smiling Jim'),
|
|
(4895,3,0,'We call him Smiling Jim...',12,7,100,11,0,0,1635,0,'Smiling Jim'),
|
|
(4926,0,0,'Kagoro, I require your presence!',12,0,100,0,0,0,1755,0,'Krog'),
|
|
(4926,1,0,'Go to the Shady Rest Inn and follow the tracks. See where they lead and report back to me.',12,0,100,1,0,0,1648,0,'Krog'),
|
|
(4944,0,0,'%s places the scroll on the table, and reads...',16,0,100,0,0,0,1671,0,'Captain Garran Vimes'),
|
|
(4944,1,0,'By the Light! This cursed spy was a good one! I\'m glad he\'s dead.',12,0,100,5,0,0,1672,0,'Captain Garran Vimes'),
|
|
(4944,2,0,'Thank you for this report, $n. It is now clear that we must tighten our patrols near Theramore.',12,0,100,0,0,0,1673,0,'Captain Garran Vimes'),
|
|
(4944,3,0,'Tesoran! I need someone--Falgran Hastil, preferably--to take care of $n\'s lead on the prints near the Shady Rest Inn.',12,0,100,1,0,0,1753,0,'Captain Garran Vimes'),
|
|
(4948,0,0,'Right away, sir.',12,0,100,1,0,0,1754,0,'Adjutant Tesoran'),
|
|
(4949,0,0,'Honor your heroes! On this day, they have dealt a great blow against one of our most hated enemies! The false Warchief, Rend Blackhand, has fallen!',14,0,100,22,0,0,6013,2,'For The Horde! quest completion'),
|
|
(4949,1,0,'Be bathed in my power! Drink in my might! Battle for the glory of the Horde!',14,0,100,22,0,0,6014,2,'For The Horde! quest completion'),
|
|
(4961,0,0,'Now you\'re gonna get it good, $n!',12,0,100,0,0,0,1961,0,'Dashel Stonefist'),
|
|
(4961,1,0,'Okay, okay! Enough fighting. No one else needs to get hurt.',12,0,100,0,0,0,1712,0,'Dashel Stonefist'),
|
|
(4961,2,0,'It\'s okay, boys. Back off. You\'ve done enough. I\'ll meet up with you later.',12,0,100,0,0,0,1713,0,'Dashel Stonefist'),
|
|
(4962,0,0,'Oh, it\'s on now! Bet you thought I\'d be alone too, huh?!',12,7,100,0,0,0,5827,0,'Tapoke \"Slim\" Jahn'),
|
|
(4962,1,0,'Okay, okay! No need to get all violent. I\'ll talk. I\'ll talk!',12,7,100,0,0,0,1743,0,'Tapoke \"Slim\" Jahn'),
|
|
(4962,2,0,'I have a few notes from the job back at my place. I\'ll get them and then meet you back in the inn.',12,7,100,0,0,0,1744,0,'Tapoke \"Slim\" Jahn'),
|
|
(4963,0,0,'I\'m glad the commotions died down some around here. The last thing this place needs is another brawl.',12,7,100,0,0,0,4169,0,'Mikhail'),
|
|
(4966,0,0,'%s obviously beaten, tries to run.',16,0,100,0,0,0,8225,0,'Private Hendel'),
|
|
(4966,1,0,'%s, too injured, gives up the chase.',16,0,100,0,0,0,8224,0,'Private Hendel'),
|
|
(4966,2,0,'Please... please... Miss Proudmore. I didn\'t mean to...',12,7,100,0,0,0,1759,0,'Private Hendel'),
|
|
(4967,0,0,'Go with grace, and may the Lady\'s magic protect you.',12,0,100,0,0,0,1751,0,'Archmage Tervosh - On Quest \'The Missing Diplomat\' Finished'),
|
|
(4967,1,0,'Ah, Private Hendel. A pleasure to meet one of the men who would betray his kingdom for pride.',12,7,100,0,0,0,1657,0,'Archmage Tervosh'),
|
|
(4967,2,0,'Why don\'t we deal with you now, Hendel? Lady Proudmoore will speak to you back in the tower.',12,7,100,0,0,0,1663,0,'Archmage Tervosh'),
|
|
(4967,3,0,'I apologize for taking so long to get here. I wanted Lady Proudmoore to be present also.',12,7,100,0,0,0,1761,0,'Archmage Tervosh'),
|
|
(4967,4,0,'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.',12,7,100,0,0,0,1808,0,'Archmage Tervosh'),
|
|
(4968,0,0,'Perhaps I should explain...',12,0,100,1,0,0,33092,0,'Lady Jaina Proudmoore to Player'),
|
|
(4968,1,0,'I had arranged for a secret summit between Warchief Thrall and King Wrynn, here in Theramore.',12,0,100,1,0,0,33093,0,'Lady Jaina Proudmoore to Player'),
|
|
(4968,2,0,'The king was to travel here by ship, in secret. But the ship never arrived, and King Wrynn disappeared.',12,0,100,1,0,0,33094,0,'Lady Jaina Proudmoore to Player'),
|
|
(4968,3,0,'Your help enabled us to connect the Defias to the mastermind behind the abduction, Onyxia, who was posing as a member of the royal court.',12,0,100,1,0,0,33095,0,'Lady Jaina Proudmoore to Player'),
|
|
(4968,4,0,'Meanwhile, the king managed to escape his captors, and returned to Stormwind to deal with Onyxia.',12,0,100,1,0,0,33096,0,'Lady Jaina Proudmoore to Player'),
|
|
(4968,5,0,'I will send word that you have discovered the link to the Defias. I was a fool to think them broken with the defeat of Edwin Van Cleef, and King Wrynn will want to make an example of all who remain.',12,0,100,1,0,0,33097,0,'Lady Jaina Proudmoore to Player'),
|
|
(4969,0,0,'Yeah, okay, boss. No problem.',12,0,100,0,0,0,1715,0,'Old Town Thug'),
|
|
(4969,1,0,'All right, boss. You sure though? Just seems like a waste of good practice.',12,0,100,0,0,0,1716,0,'Old Town Thug'),
|
|
(4971,0,0,'Whoa! This is way more than what I bargained for, you\'re on your own, Slim!',12,7,100,0,0,0,5828,0,'Slim\'s Friend'),
|
|
(4972,0,0,'Understood. I will return shortly.',12,0,100,1,0,0,1649,0,'Kagoro'),
|
|
(4973,0,0,'Oops! That was a bit off. I didn\'t even hit the target!',12,7,100,0,0,0,1792,0,'Guard Lasiter'),
|
|
(4973,1,0,'That was a nice shot... but not perfect. Maybe a bit more to the left.',12,7,100,0,0,0,1789,0,'Guard Lasiter'),
|
|
(4973,2,0,'Barely hit the target that time. Hmmm,... maybe I need to adjust back to the right.',12,7,100,0,0,0,1790,0,'Guard Lasiter'),
|
|
(4973,3,0,'Whoa! Look at that bullseye!',12,7,100,0,0,0,1791,0,'Guard Lasiter'),
|
|
(4979,0,0,'Hey, thanks.',12,0,100,1,0,0,22111,0,'theramore guard SAY_QUEST1'),
|
|
(4979,1,0,'...receive 50 percent off deserter undergarments? What is this garbage?',12,0,100,11,0,0,22555,0,'theramore guard SAY_QUEST2'),
|
|
(4979,1,1,'...to create a fund for the purchase of hair gel? I like my hair the way it is, thanks!',12,0,100,11,0,0,22562,0,'theramore guard SAY_QUEST2'),
|
|
(4979,1,2,'...the deserters seek a Theramore where citizens will be free to juggle at all hours of the day? What is this nonsense?',12,0,100,11,0,0,22559,0,'theramore guard SAY_QUEST2'),
|
|
(4979,1,3,'...to establish the chicken as the official symbol of Theramore?! These guys are nuts!',12,0,100,11,0,0,22561,0,'theramore guard SAY_QUEST2'),
|
|
(4979,1,4,'...as a deserter, you\'ll enjoy activities like tethered swimming and dog grooming? How ridiculous!',12,0,100,11,0,0,22556,0,'theramore guard SAY_QUEST2'),
|
|
(4979,2,0,'This... this is a joke, right?',12,0,100,5,0,0,22113,0,'theramore guard SAY_QUEST3'),
|
|
(4979,2,1,'I\'d never join anything like this. Better keep this, though. It\'ll come in handy in the privy...',12,0,100,5,0,0,22116,0,'theramore guard SAY_QUEST3'),
|
|
(4979,2,2,'What a bunch of lunatics! You actually believe this stuff?',12,0,100,5,0,0,22115,0,'theramore guard SAY_QUEST3'),
|
|
(4979,2,3,'That\'s the funniest thing I\'ve read in a long time. You\'ve just made my day!',12,0,100,5,0,0,22114,0,'Theramore Guard'),
|
|
(4979,3,0,'%s reads the leaflet.',16,0,100,6,0,0,22112,0,'Theramore Guard'),
|
|
(4980,0,0,'W-what do you want? Just leave me alone...',12,0,0,0,0,0,1674,0,'Paval'),
|
|
(4980,1,0,'I swear, I didn\'t steal anything from you! Here, take some of my supplies, just go away!',12,0,0,1,0,0,1675,0,'Paval'),
|
|
(4980,2,0,'I... Well, I may of taken a little thing or two from the inn... but what would an ogre care about that?',12,0,0,1,0,0,1708,0,'Paval'),
|
|
(4980,3,0,'Not one step closer, ogre!',12,0,0,25,0,0,1710,0,'Paval'),
|
|
(4980,4,0,'And I don\'t know anything about this fire of yours...',12,0,0,1,0,0,1711,0,'Paval'),
|
|
(4980,5,0,'What was that? Did you hear something?',12,0,0,6,0,0,1731,0,'Paval'),
|
|
(4980,6,0,'%s staggers backwards as the arrow lodges itself deeply in his chest.',16,0,0,0,0,0,1732,0,'Paval'),
|
|
(4980,7,0,'Ugh... Hallan, didn\'t think you had it in you...',12,0,0,0,0,0,1722,0,'Paval'),
|
|
(4980,8,0,'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...',12,0,0,0,0,0,1725,0,'Paval'),
|
|
(4983,0,0,'I noticed some fire on that island over there. A human, too. Let\'s go check it out, $n.',12,1,0,0,0,0,1669,0,'Ogron'),
|
|
(4983,1,0,'That\'s Reethe alright. Let\'s go see what he has to say, yeah?',12,1,0,0,0,0,1670,0,'Ogron'),
|
|
(4983,2,0,'Just tell us what you know about the Shady Rest Inn, and I won\'t bash your skull in.',12,0,0,0,0,0,1707,0,'Ogron'),
|
|
(4983,3,0,'Look here, if you don\'t tell me about the fire--',12,0,0,0,0,0,1709,0,'Ogron'),
|
|
(4983,4,0,'Damn it! You\'d better not die on me, human!',12,0,0,0,0,0,1724,0,'Ogron'),
|
|
(4983,5,0,'Still with us, Reethe?',12,0,0,0,0,0,1726,0,'Ogron'),
|
|
(4983,6,0,'Looks dead to me. Not much use to us like this. You\'d better go back and tell Krog what happened.',12,0,0,0,0,0,1729,0,'Ogron'),
|
|
(4983,7,0,'By the way, thanks for watching my back.',12,0,0,0,0,0,1730,0,'Ogron'),
|
|
(4983,8,0,'Me smash! You die!',12,0,0,0,0,0,1926,0,'Ogron'),
|
|
(4983,8,1,'I\'ll crush you!',12,0,0,0,0,0,1925,0,'Ogron'),
|
|
(5042,0,0,'You\'re going to be just fine.',12,7,100,1,0,0,1682,0,'Nurse Lillian'),
|
|
(5042,0,1,'Drink this, it will help.',12,7,100,1,0,0,1679,0,'Nurse Lillian'),
|
|
(5042,0,2,'Let me help you with those.',12,7,100,1,0,0,1685,0,'Nurse Lillian'),
|
|
(5042,0,3,'Feeling better I see.',12,7,100,1,0,0,1678,0,'Nurse Lillian'),
|
|
(5042,0,4,'Some of this ointment should help.',12,7,100,1,0,0,1681,0,'Nurse Lillian'),
|
|
(5042,0,5,'Take this, drink it down.',12,7,100,1,0,0,1683,0,'Nurse Lillian'),
|
|
(5042,0,6,'This should ease the pain.',12,7,100,1,0,0,1680,0,'Nurse Lillian'),
|
|
(5042,0,7,'You will keep all your fingers and toes, not to worry.',12,7,100,1,0,0,1684,0,'Nurse Lillian'),
|
|
(5042,0,8,'You\'re going to be just fine.',12,7,100,1,0,0,1682,0,'Nurse Lillian'),
|
|
(5045,0,0,'Gladly, sir.',12,0,0,0,0,0,1721,0,'Hallan'),
|
|
(5046,0,0,'Paval Reethe! Found you at last. And consorting with ogres now? No fear, even deserters and traitors are afforded some mercy.',12,0,0,5,0,0,1714,0,'Caldwell'),
|
|
(5046,1,0,'Private, show Lieutenant Reethe some mercy.',12,0,0,1,0,0,1720,0,'Caldwell'),
|
|
(5046,2,0,'Now, let\'s clean up the rest of the trash, men!',12,0,0,25,0,0,1723,0,'Caldwell'),
|
|
(5088,0,0,'Falgran Hastil reporting, sir. I will find where the hoofprints lead and report back to you.',12,0,100,1,0,0,1752,0,'Falgran Hastil'),
|
|
(5089,0,0,'Alright! Alright! We surrender... Just put your weapons down, I\'ll cooperate!',12,7,100,0,0,0,1756,0,'Balos Jacken'),
|
|
(5109,0,0,'Fresh Bread! Get your oven fresh bread here!',12,7,100,0,0,0,4014,0,'Myra Tyrngaarde'),
|
|
(5109,0,1,'Fresh bread for sale!',12,7,100,0,0,0,4013,0,'Myra Tyrngaarde'),
|
|
(5109,0,2,'Come get yer fresh bread!',12,7,100,0,0,0,4015,0,'Myra Tyrngaarde'),
|
|
(5111,0,0,'Bawk, bawk, bawk! Happy Hallow\'s End, $n!',12,0,100,19,0,0,10798,0,'Innkeeper Firebrew'),
|
|
(5184,0,0,'It\'s Proudmoore! Get out of here!',12,7,100,0,0,0,7325,0,'Theramore Sentry'),
|
|
(5184,1,0,'Run!',12,7,100,0,0,0,7324,0,'Theramore Sentry'),
|
|
(5184,1,1,'Get out of here!',12,7,100,0,0,0,7340,0,'Theramore Sentry'),
|
|
(5184,1,2,'Don\'t let them catch you!',12,7,100,0,0,0,7341,0,'Theramore Sentry'),
|
|
(5184,1,3,'She\'ll have our heads if we\'re caught!',12,7,100,0,0,0,7342,0,'Theramore Sentry'),
|
|
(5229,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordunni Ogre'),
|
|
(5229,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordunni Ogre'),
|
|
(5229,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordunni Ogre'),
|
|
(5232,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordunni Brute'),
|
|
(5232,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordunni Brute'),
|
|
(5232,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordunni Brute'),
|
|
(5234,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordunni Mauler'),
|
|
(5234,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordunni Mauler'),
|
|
(5234,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordunni Mauler'),
|
|
(5236,0,0,'I\'ll crush you!',12,0,50,0,0,0,1925,0,'on Aggro Text'),
|
|
(5236,0,1,'Me smash! You die!',12,0,50,0,0,0,1926,0,'on Aggro Text'),
|
|
(5236,0,2,'Raaar!!! Me smash $r!',12,0,50,0,0,0,1927,0,'on Aggro Text'),
|
|
(5237,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordunni Ogre Mage'),
|
|
(5237,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordunni Ogre Mage'),
|
|
(5237,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordunni Ogre Mage'),
|
|
(5238,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordunni Battlemaster'),
|
|
(5238,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordunni Battlemaster'),
|
|
(5238,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordunni Battlemaster'),
|
|
(5239,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordunni Mage-Lord'),
|
|
(5239,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordunni Mage-Lord'),
|
|
(5239,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordunni Mage-Lord'),
|
|
(5240,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordunni Warlock'),
|
|
(5240,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordunni Warlock'),
|
|
(5240,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordunni Warlock'),
|
|
(5241,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordunni Warlord'),
|
|
(5241,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordunni Warlord'),
|
|
(5241,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordunni Warlord'),
|
|
(5244,0,0,'%s prepares to sting its victim as a last desperate move!',16,0,100,0,0,0,3713,0,'Zukk\'ash Stinger'),
|
|
(5249,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Woodpaw Mongrel'),
|
|
(5249,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Woodpaw Mongrel'),
|
|
(5249,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Woodpaw Mongrel'),
|
|
(5251,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Woodpaw Trapper'),
|
|
(5251,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Woodpaw Trapper'),
|
|
(5251,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Woodpaw Trapper'),
|
|
(5253,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Woodpaw Brute'),
|
|
(5253,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Woodpaw Brute'),
|
|
(5253,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Woodpaw Brute'),
|
|
(5254,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Woodpaw Mystic'),
|
|
(5254,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Woodpaw Mystic'),
|
|
(5254,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Woodpaw Mystic'),
|
|
(5255,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Woodpaw Reaver'),
|
|
(5255,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Woodpaw Reaver'),
|
|
(5255,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Woodpaw Reaver'),
|
|
(5258,0,0,'Grrrrr!',12,0,100,0,0,0,1869,0,'Woodpaw Alpha'),
|
|
(5258,0,1,'Grrrr... fresh meat!',12,0,100,0,0,0,1870,0,'Woodpaw Alpha'),
|
|
(5258,0,2,'More bones to gnaw on...',12,0,100,0,0,0,1871,0,'Woodpaw Alpha'),
|
|
(5258,1,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Woodpaw Alpha'),
|
|
(5267,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Unliving Atal\'ai'),
|
|
(5295,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Enraged Feral Scar'),
|
|
(5296,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Rage Scar Yeti'),
|
|
(5346,0,0,'%s becomes enraged!',16,0,100,0,0,0,7798,0,'combat Enrage'),
|
|
(5353,0,0,'I have given you an oathstone of Ysera\'s Dragonflight, $n. When you are ready and able to aid us, use it, and then we may begin.',12,0,100,0,0,0,4481,0,'Itharius'),
|
|
(5355,0,0,'Kill them before they get away!',12,0,100,0,0,0,16250,0,'Firewing Defender - On Aggro'),
|
|
(5355,0,1,'For Kael\'thas!',12,0,100,0,0,0,16252,0,'Firewing Defender - On Aggro'),
|
|
(5355,0,2,'You won\'t escape alive!',12,0,100,0,0,0,16249,0,'Firewing Defender'),
|
|
(5355,0,3,'You know too much!',12,0,100,0,0,0,16251,0,'Firewing Defender'),
|
|
(5355,0,4,'They mustn\'t escape!',12,0,100,0,0,0,16253,0,'Firewing Defender - On Aggro'),
|
|
(5355,0,5,'I will have your energy and then your life!',12,0,100,0,0,0,16254,0,'Firewing Defender - On Aggro'),
|
|
(5386,0,0,'It wasn\'t my fault, Master Mazen!',12,7,100,0,0,0,1828,0,'Acolyte Dellis'),
|
|
(5386,0,1,'It was a simple mistake. A wrong turn I tell you!',12,7,100,0,0,0,1829,0,'Acolyte Dellis'),
|
|
(5386,0,2,'The swamp was horrible! I was so... so... scared!',12,7,100,0,0,0,1830,0,'Acolyte Dellis'),
|
|
(5386,0,3,'I\'m lucky to be alive!',12,7,100,0,0,0,1831,0,'Acolyte Dellis'),
|
|
(5391,0,0,'Look out! The $n attacks!',12,0,100,0,0,0,1628,0,'Galen Goodward'),
|
|
(5391,0,1,'Help! I\'m under attack!',12,0,100,0,0,0,1629,0,'Galen Goodward'),
|
|
(5391,0,2,'Help! The beast is on me!',12,0,100,0,0,0,1630,0,'Galen Goodward'),
|
|
(5391,1,0,'I\'m glad you\'re here! Because I need your help!!',12,0,100,0,0,0,1631,0,'Galen Goodward'),
|
|
(5391,1,1,'Help! Please, you must help me!',12,0,100,0,0,0,7124,0,'Galen Goodward'),
|
|
(5391,2,0,'Let us leave this place.',12,0,100,0,0,0,1854,0,'Galen Goodward'),
|
|
(5391,3,0,'Thank you, $n. I will remember you always. You can find my strongbox in my camp, north of Stonard.',12,0,100,0,0,0,1855,0,'Galen Goodward'),
|
|
(5391,4,0,'%s whispers to $n the secret to opening his strongbox.',16,0,100,0,0,0,2076,0,'Galen Goodward'),
|
|
(5391,5,0,'%s disappears into the swamp.',16,0,100,0,0,0,1856,0,'Galen Goodward'),
|
|
(5413,0,0,'%s begins to work...',16,0,100,0,0,0,2341,0,'Furen Longbeard'),
|
|
(5413,1,0,'Finished! And the results are amazing. I must convey them to my associates Grimand, Mathiel and Klockmort!',12,7,100,4,0,0,2342,0,'Furen Longbeard'),
|
|
(5413,2,0,'Your armor is ready, $n.',12,7,100,1,0,0,2343,0,'Furen Longbeard'),
|
|
(5414,0,0,'The serum will only take a few minutes to prepare, $n.',12,0,100,1,0,0,1848,0,'Apothecary Faustin'),
|
|
(5414,1,0,'Almost done...',12,0,100,0,0,0,1849,0,'Apothecary Faustin'),
|
|
(5414,2,0,'At last, the serum is complete, $n. Now, come closer. We must talk.',12,0,100,1,0,0,1850,0,'Apothecary Faustin'),
|
|
(5416,0,0,'%s takes a big swig of ale.',16,0,100,0,0,0,1857,0,'Infiltrator Marksen'),
|
|
(5416,1,0,'That was refreshing. Now there\'s information that needs to be told...',12,0,100,1,0,0,1858,0,'Infiltrator Marksen'),
|
|
(5416,2,0,'I believe the Forsaken are misleading the allies of the Horde.... wait... I feel so... dizzy...',12,0,100,1,0,0,1859,0,'Infiltrator Marksen'),
|
|
(5416,3,0,'%s writhes in pain.',16,0,100,0,0,0,1860,0,'Infiltrator Marksen'),
|
|
(5416,4,0,'AAAAAAAAAAAAAAAAARGH!',12,0,100,0,0,0,1861,0,'Infiltrator Marksen'),
|
|
(5465,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Land Rager'),
|
|
(5497,0,0,'Here, $n. Take a chest of containment coffers and a cantation of manifestation. You will need them for your mission.',12,7,100,25,0,0,2681,0,'Jennea Cannon'),
|
|
(5568,0,0,'Oh, great.',12,7,100,0,0,0,1886,0,'Captured Leper Gnome'),
|
|
(5634,0,0,'Time to brew up a Kalimdor Kocktail! Hiccup!',12,7,100,0,0,0,1950,0,'Rhapsody Shindigger'),
|
|
(5634,1,0,'That should do it! Hiccup!',12,7,100,0,0,0,1951,0,'Rhapsody Shindigger'),
|
|
(5634,2,0,'%s chugs his drink.',16,0,100,92,0,0,1952,0,'Rhapsody Shindigger'),
|
|
(5634,3,0,'Hiccup!',12,7,100,0,0,0,1953,0,'Rhapsody Shindigger'),
|
|
(5634,4,0,'Ok, who pushed me down? Was it you, $n? Someone turn the lights back on. Hiccup!',12,7,100,0,0,0,1954,0,'Rhapsody Shindigger'),
|
|
(5634,5,0,'One more sip of the ol\' fire water and I\'ll be ready to talk. Hiccup! Cheers!',12,7,100,92,0,0,1955,0,'Rhapsody Shindigger'),
|
|
(5634,6,0,'So, $n, I\'m ready to tell you what happened in the Swamp of Sorrows. Hiccup!',12,7,100,0,0,0,1956,0,'Rhapsody Shindigger'),
|
|
(5644,0,0,'Elune be with us! Let\'s make haste from this evil fortress.',12,7,100,0,0,0,2143,0,'Dalinda Malem'),
|
|
(5644,1,0,'I will hurry back to Vahlarriel. Finish off those that you can--I should be fine on my own from here.',12,7,100,0,0,0,2144,0,'Dalinda Malem'),
|
|
(5661,0,0,'Edward. Tyler. Prepare for your first challenge.',12,33,100,1,0,0,1978,0,'Brother Malach'),
|
|
(5661,1,0,'Lysta, summon in the captives.',12,33,100,0,0,0,1977,0,'Brother Malach'),
|
|
(5661,2,0,'Not a challenge at all it seems. Let us see how you handle your second test. Lysta, bring forth the minions of the Lich King.',12,33,100,0,0,0,1980,0,'Brother Malach'),
|
|
(5661,3,0,'Lysta, summon in undead captives.',12,33,100,0,0,0,8306,0,'Brother Malach'),
|
|
(5661,4,0,'It is time to face your final challenge young warriors! Prepare for your hardest fight yet.',12,33,100,0,0,0,1984,0,'Brother Malach'),
|
|
(5661,5,0,'Lysta, summon forth... the abomination!',12,33,100,0,0,0,8307,0,'Brother Malach'),
|
|
(5661,6,0,'Well done Edward and Tyler. You are progressing along in your training quite nicely. We shall test your mettle again soon.',12,33,100,0,0,0,1985,0,'Brother Malach'),
|
|
(5662,0,0,'You sorry sacks of maggot flesh can do better than that, now prove it!',12,33,100,25,0,0,1969,0,'Sergeant Houser'),
|
|
(5662,0,1,'Alright you sorry sacks of bones. Let\'s see what you\'ve got. Strike your opponent, and don\'t stop till I say so.',12,33,100,1,0,0,1963,0,'Sergeant Houser'),
|
|
(5662,0,2,'What do you call that? If that\'s fighting then I\'m Lothar himself!',12,33,100,25,0,0,1971,0,'Sergeant Houser'),
|
|
(5662,0,3,'These piles of wood and straw may show mercy, but the Lich King won\'t!',12,33,100,25,0,0,1968,0,'Sergeant Houser'),
|
|
(5662,0,4,'The sword isn\'t a tool, it\'s an extension of you. I expect better!',12,33,100,25,0,0,1970,0,'Sergeant Houser'),
|
|
(5662,0,5,'Stop! You maggots call that fighting? That is pathetic! Now put your hearts in it, you don\'t need them anymore anyway!',12,33,100,25,0,0,1964,0,'Sergeant Houser'),
|
|
(5662,0,6,'You\'re dead, not buried. Now show me your best!',12,33,100,25,0,0,1967,0,'Sergeant Houser'),
|
|
(5662,0,7,'You don\'t fight for yourselves anymore, maggots! You fight for the Queen now so show me something worthy of her!',12,33,100,25,0,0,1966,0,'Sergeant Houser'),
|
|
(5662,0,8,'Can you see yourselves? That is the most pathetic excuse for sword slinging I\'ve ever seen! ',12,0,100,0,0,0,1965,0,'Sergeant Houser'),
|
|
(5666,0,0,'It has been a long time, Bethor, my friend.',12,0,100,2,0,0,1973,0,'Gunther\'s Visage'),
|
|
(5666,1,0,'When time permits, we must speak at length. For we have much to discuss.',12,0,100,1,0,0,1974,0,'Gunther\'s Visage'),
|
|
(5666,2,0,'And thank you, $n. Without your aid I may never have found my way to the Forsaken.',12,0,100,2,0,0,1975,0,'Gunther\'s Visage'),
|
|
(5676,0,0,'Who dares summon the power of the void?',12,8,100,0,0,0,1986,0,'Summoned Voidwalker'),
|
|
(5676,1,0,'You will live forever in torment for this, pathetic warlock.',12,8,100,0,0,0,1987,0,'Summoned Voidwalker'),
|
|
(5677,0,0,'Interesting... Now this is more than I expected. Delicious...',12,8,100,0,0,0,1991,0,'Summoned Succubus'),
|
|
(5693,0,0,'This is Dalin Forgewright. He fled from Lordaeron when the plague struck, taking his love with him.',12,0,100,25,0,0,1988,0,'Godrick Farsan'),
|
|
(5693,1,0,'When he came upon the refugees at the Greymane Wall, he felt it his duty to succor them, sending his woman on to Hillsbrad.',12,0,100,1,0,0,1992,0,'Godrick Farsan'),
|
|
(5693,2,0,'And this is Comar Villard. Two weeks married, his wife was spirited away from the safety of Menethil Harbor.',12,0,100,25,0,0,1989,0,'Godrick Farsan'),
|
|
(5693,3,0,'Five and five years, and he still searches for her, though she was no beauty, and there were many ladies that would take her place.',12,0,100,1,0,0,1993,0,'Godrick Farsan'),
|
|
(5693,4,0,'Fools.',12,0,100,11,0,0,1990,0,'Godrick Farsan'),
|
|
(5696,0,0,'Theresa, take this to Father Lankester.',12,33,100,1,0,0,1995,0,'Gerard Abernathy'),
|
|
(5696,1,0,'Why thank you, my pet.',12,33,100,1,0,0,2011,0,'Gerard Abernathy'),
|
|
(5696,2,0,'As good as I told you it would be, yes?',12,33,100,1,0,0,2003,0,'Gerard Abernathy'),
|
|
(5696,2,1,'Didn\'t I tell you my new domination techniques would work?',12,33,100,1,0,0,2002,0,'Gerard Abernathy'),
|
|
(5696,2,2,'So what do you think of my new toy?',12,33,100,1,0,0,1994,0,'Gerard Abernathy'),
|
|
(5696,2,3,'How do you like my pet?',12,33,100,1,0,0,2000,0,'Gerard Abernathy'),
|
|
(5696,2,4,'Isn\'t she just the most amazing little creation?',12,33,100,1,0,0,2001,0,'Gerard Abernathy'),
|
|
(5696,3,0,'A little torture, a pinch of magic, and an ample helping of invasive surgery. She was conscious, of course.',12,33,100,1,0,0,2007,0,'Gerard Abernathy'),
|
|
(5696,3,1,'Everyone has a weakness, it\'s just a matter of finding it.',12,33,100,1,0,0,2008,0,'Gerard Abernathy'),
|
|
(5696,3,2,'It was simple once I broke her spirit.',12,33,100,1,0,0,2004,0,'Gerard Abernathy'),
|
|
(5696,3,3,'I managed to discover that certain parts of the brain when removed or stimulated will make a subject much more docile.',12,33,100,1,0,0,2009,0,'Gerard Abernathy'),
|
|
(5696,3,4,'You don\'t expect me to give up all my secrets do you?',12,33,100,1,0,0,2005,0,'Gerard Abernathy'),
|
|
(5696,3,5,'A little ritual torture can go a long way.',12,33,100,1,0,0,2006,0,'Gerard Abernathy'),
|
|
(5697,0,0,'Yes My Lord.',12,33,100,0,0,0,1998,0,'Theresa'),
|
|
(5697,1,0,'My Lord Abernathy sends this to you.',12,33,100,0,0,0,1997,0,'Theresa'),
|
|
(5697,2,0,'My Lord. From Father Lankester.',12,33,100,0,0,0,1999,0,'Theresa'),
|
|
(5698,0,0,'Bravo, Gerard, you have exceeded yourself, yet again.',12,33,100,1,0,0,2018,0,'Joanna Whitehall'),
|
|
(5698,0,1,'I am truly impressed, Gerard. I thought you were all talk, but I see I have been proven wrong.',12,33,100,1,0,0,2019,0,'Joanna Whitehall'),
|
|
(5698,0,2,'I don\'t agree with your turning to alchemy to fix some of the problems, but I do agree with the results. Very well done.',12,33,100,0,0,0,2024,0,'Joanna Whitehall'),
|
|
(5698,0,3,'Did you have to house train her, Gerard?',12,33,100,1,0,0,2027,0,'Joanna Whitehall'),
|
|
(5698,0,4,'An amazing discovery you have made. I would love an opportunity to look at all of the failed experiments.',12,33,100,0,0,0,2023,0,'Joanna Whitehall'),
|
|
(5698,0,6,'Very nice, Gerard. Next you will be breeding them.',12,33,100,1,0,0,2022,0,'Joanna Whitehall'),
|
|
(5698,0,7,'Your pet is wonderful, Gerard, but she needs a collar with a bell I think.',12,33,100,1,0,0,2026,0,'Joanna Whitehall'),
|
|
(5698,0,8,'Impressive, very impressive. Does she do tricks?',12,0,100,0,0,0,2020,0,'Joanna Whitehall'),
|
|
(5699,0,0,'I\'ve never seen anything like it. No concentration or loss of awareness while the subject is dominated. What did you do to her?',12,33,100,1,0,0,2017,0,'Leona Tharpe'),
|
|
(5699,0,1,'Amazing! How did you manage a permanent dominate?',12,33,100,1,0,0,2013,0,'Leona Tharpe'),
|
|
(5699,0,2,'I don\'t approve of your experiments, Gerard, but I must admit the results are impressive. What exactly did you do to her?',12,33,100,1,0,0,2014,0,'Leona Tharpe'),
|
|
(5699,0,3,'She retains knowledge and speech, and even the self sufficiency to perform tasks for you. Precisely what did you do?',12,33,100,1,0,0,2016,0,'Leona Tharpe'),
|
|
(5699,0,4,'Truly amazing, Gerard. How did you do it?',12,33,100,1,0,0,2012,0,'Leona Tharpe'),
|
|
(5699,0,5,'Astounding. You managed to dominate her, yet she retains self awareness and function. How did you do it?',12,0,100,0,0,0,2015,0,'Leona Tharpe'),
|
|
(5700,0,0,'If I could just find \"Magic and the Ways of Power\". Ahh here it is, what was it doing over here?',12,33,100,0,0,0,2034,0,'Samantha Shackleton'),
|
|
(5700,0,1,'Very interesting. But if that\'s the case then my theory is wrong. I must reread the other sections to see what I missed.',12,33,100,1,0,0,2040,0,'Samantha Shackleton'),
|
|
(5700,0,2,'Magical Flows and How They Effect the World\", by Maginor Dumas. That\'s the one I was looking for.',12,33,100,0,0,0,2030,0,'Samantha Shackleton'),
|
|
(5700,0,3,'If this is correct then I have a lot more research to do.',12,33,100,1,0,0,2042,0,'Samantha Shackleton'),
|
|
(5700,0,4,'Ahh there it is.',12,33,100,0,0,0,2029,0,'Samantha Shackleton'),
|
|
(5700,0,5,'I really need a better system for filing these books. Ahh that\'s the one I wanted.',12,33,100,0,0,0,2031,0,'Samantha Shackleton'),
|
|
(5700,0,6,'But this can\'t be right. Where did I put that other book?',12,33,100,1,0,0,2043,0,'Samantha Shackleton'),
|
|
(5700,0,7,'\"Khadgar\'s Mystical Journal, Volume 8.\" I think this is the one I wanted.',12,33,100,0,0,0,2032,0,'Samantha Shackleton'),
|
|
(5700,0,8,'Ahh, \"Mystical Conjurings of the Archmages of Dalaran.\" Perfect.',12,33,100,0,0,0,2033,0,'Samantha Shackleton'),
|
|
(5700,0,9,'If I could just find \"Magic and the Ways of Power\". Ahh here it is, what was it doing over here?',12,33,100,0,0,0,2034,0,'Samantha Shackleton'),
|
|
(5700,0,10,'\"Magic Maladies\", no. \"Magic Matricies\", no. Ahh here we go \"Magic Mysteries\".',12,33,100,0,0,0,2035,0,'Samantha Shackleton'),
|
|
(5700,0,11,'There\'s the mystical tome I was looking for.',12,33,100,0,0,0,2036,0,'Samantha Shackleton'),
|
|
(5700,0,12,'Yes, yes. Hmm, it seems to cross reference another tome. Guess I have to find that one too.',12,33,100,0,0,0,2037,0,'Samantha Shackleton'),
|
|
(5700,0,13,'That wasn\'t very helpful. Let me check the other one.',12,33,100,0,0,0,2038,0,'Samantha Shackleton'),
|
|
(5700,0,14,'That\'s what I wanted to know. Now I just need to find where the flux variance is discussed.',12,33,100,0,0,0,2039,0,'Samantha Shackleton'),
|
|
(5700,0,15,'So I was right about the energies. Let\'s see what the other tome has to say on the subject.',12,33,100,0,0,0,2041,0,'Samantha Shackleton'),
|
|
(5700,0,16,'Back to the drawing board.',12,33,100,1,0,0,2044,0,'Samantha Shackleton'),
|
|
(5702,0,0,'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.',12,33,100,1,0,0,2049,0,'Jezelle Pruitt'),
|
|
(5702,1,0,'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.',12,33,100,1,0,0,2050,0,'Jezelle Pruitt'),
|
|
(5702,2,0,'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.',12,33,100,1,0,0,2051,0,'Jezelle Pruitt'),
|
|
(5702,3,0,'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.',12,33,100,1,0,0,2052,0,'Jezelle Pruitt'),
|
|
(5702,4,0,'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.',12,33,100,1,0,0,2053,0,'Jezelle Pruitt'),
|
|
(5702,5,0,'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.',12,33,100,1,0,0,2054,0,'Jezelle Pruitt'),
|
|
(5702,6,0,'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.',12,33,100,1,0,0,2055,0,'Jezelle Pruitt'),
|
|
(5702,7,0,'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.',12,33,100,1,0,0,2056,0,'Jezelle Pruitt'),
|
|
(5702,8,0,'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.',12,33,100,1,0,0,2057,0,'Jezelle Pruitt'),
|
|
(5702,9,0,'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.',12,33,100,1,0,0,2058,0,'Jezelle Pruitt'),
|
|
(5702,10,0,'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',12,33,100,1,0,0,2059,0,'Jezelle Pruitt'),
|
|
(5702,11,0,'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.',12,33,100,1,0,0,2060,0,'Jezelle Pruitt'),
|
|
(5709,0,0,'This evil cannot be allowed to enter this world! Come my children!',14,0,100,0,0,0,4703,0,'Shade of Eranikus'),
|
|
(5710,0,0,'The shield be down! Rise up Atal\'ai! Rise up!',14,0,100,0,0,5861,4490,0,'Jammal\'an the Prophet'),
|
|
(5710,1,0,'Join us!',14,0,100,0,0,5864,6538,0,'Jammal\'an the Prophet'),
|
|
(5710,2,0,'The Soulflayer comes!',14,0,100,0,0,5862,6217,0,'Jammal\'an the Prophet'),
|
|
(5710,3,0,'Hakkar shall live again!',14,0,100,0,0,5865,6219,0,'Jammal\'an the Prophet'),
|
|
(5710,4,0,'Hakkar shall live again!',14,0,100,0,0,5865,6219,0,'Jammal\'an the Prophet 10% Health'),
|
|
(5721,0,0,'Turn back! Do not wake the dreamer!',14,0,100,0,0,5866,6220,0,'Dreamscythe'),
|
|
(5721,1,0,'You know not what you do! We must destroy you for your own good.',14,0,100,0,0,0,4364,0,'Dreamscythe'),
|
|
(5734,0,0,'Hmm, it would seem Keever needs a new subject. If that fool Abernathy keeps taking Keever\'s subjects, Keever may have to have a word with him.',12,33,100,1,0,0,2061,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,1,0,'Ahh, there we go. Now, Keever must try this vial and see if it works.',12,33,100,1,0,0,2062,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,2,0,'%s forces the fluid down the weary man\'s throat.',16,0,100,0,0,0,2075,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,3,0,'%s pokes the small toad.',16,0,100,0,0,0,2064,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,4,0,'Not what Keever was hoping for. Keever may have added too much earthroot. Let\'s see if the second serum will do what Keever needs.',12,33,100,1,0,0,2063,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,5,0,'%s feeds the toad some of the strange liquid.',16,0,100,0,0,0,2065,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,6,0,'%s pokes the small fuzzy squirrel with obvious disappointment.',16,0,100,0,0,0,2066,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,7,0,'Well, that is just not right. The creature is far too small. Let us see what Keever\'s third batch will do.',12,33,100,1,0,0,2067,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,8,0,'%s feeds the squirrel some of the viscous fluid.',16,0,100,0,0,0,2068,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,9,0,'%s pokes the skittish rabbit.',16,0,100,0,0,0,2069,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,10,0,'Keever is unhappy with this. Perhaps if Keever were to try a larger dose, that may fix this dilemma.',12,33,100,1,0,0,2070,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,11,0,'%s grabs the rabbit and pours the fluid down its throat, then sets it back inside the cage.',16,0,100,0,0,0,2071,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,12,0,'What is this? Did Keever ask for a sheep? Keever wanted a weapon of great power and all he got was this sheep. Keever is very disappointed.',12,33,100,1,0,0,2072,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,13,0,'%s pokes the wooly sheep repeatedly.',16,0,100,0,0,0,2073,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5734,14,0,'Keever is most pleased.',12,33,100,11,0,0,2074,0,'Apothecary Keever <Royal Apothecary Society>'),
|
|
(5772,0,0,'Who dares to seek me out?!',14,8,100,15,0,0,2090,0,'Lord Azrethoc\'s Image'),
|
|
(5772,1,0,'Insects!',14,8,100,0,0,0,2091,0,'Lord Azrethoc\'s Image'),
|
|
(5772,2,0,'Come! Come to your deaths--if you dare!',14,8,100,396,0,0,2092,0,'Lord Azrethoc\'s Image'),
|
|
(5773,0,0,'Pathetic Forsaken weakling. You wish to see my master? So be it.',12,1,100,25,0,0,2089,0,'Jugkar Grim\'rod\'s Image'),
|
|
(5773,1,0,'Yes, come. My master and I shall be waiting.',12,1,100,273,0,0,2093,0,'Jugkar Grim\'rod\'s Image'),
|
|
(5781,0,0,'%s begins to crack and open...',16,0,100,0,0,0,1409,0,'Silithid Creeper Egg'),
|
|
(5781,1,0,'%s splits open!',16,0,100,0,0,0,1410,0,'Silithid Creeper Egg'),
|
|
(5787,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,2384,0,'Enforcer Emilgund'),
|
|
(5835,0,0,'%s grabs for his poisoned dagger!',16,0,100,0,0,0,1385,0,'Foreman Grills'),
|
|
(5878,0,0,'%s begins to work...',16,0,100,0,0,0,2348,0,'Thun\'grim Firegaze'),
|
|
(5878,1,0,'Your armor is ready, $n.',12,1,100,1,0,0,2634,0,'Thun\'grim Firegaze'),
|
|
(5888,0,0,'Peace and patience be with you, $n. Remain strong always.',12,3,100,0,0,0,2184,0,'Seer Ravenfeather'),
|
|
(5901,0,0,'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?',12,0,100,1,0,0,6586,0,'Islen Waterseer'),
|
|
(5901,1,0,'Thank you, great spirit. Thank you!',12,0,100,2,0,0,6599,0,'Islen Waterseer'),
|
|
(5907,0,0,'Yes you may, Okla. But do not stray too far from home.',12,1,100,1,0,0,10275,0,'Kranal Fiss'),
|
|
(5955,0,0,'I\'m thirsty.',12,0,100,0,0,0,2222,0,'tooga SAY_TOOG_THIRST'),
|
|
(5955,0,1,'Torta must be so worried.',12,0,100,0,0,0,2228,0,'tooga SAY_TOOG_WORRIED'),
|
|
(5955,0,2,'Do we have much further to go?',12,0,100,0,0,0,2221,0,'Tooga'),
|
|
(5955,0,3,'Are we there yet?',12,0,100,0,0,0,2223,0,'Tooga'),
|
|
(5955,0,4,'I keep getting sand stuck in my toes.',12,0,100,0,0,0,2224,0,'Tooga'),
|
|
(5955,0,5,'How much further to go?',12,0,100,0,0,0,2225,0,'Tooga'),
|
|
(5955,0,6,'I wish you could just pick me up and carry me.',12,0,100,0,0,0,2226,0,'Tooga'),
|
|
(5955,0,7,'Have you heard the one about the ogre, the goblin and the pit lord?',12,0,100,0,0,0,2227,0,'Tooga'),
|
|
(5955,1,0,'Torta, my love! I have returned at long last.',12,0,100,0,0,0,2137,0,'tooga SAY_TOOG_POST_1'),
|
|
(5955,2,0,'My dearest Torta, I have been gone for so long. Finally we are reunited. At long last our love can blossom again.',12,0,100,0,0,0,2139,0,'tooga SAY_TOOG_POST_3'),
|
|
(5955,3,0,'Yes, Torta. Whatever your heart desires...',12,0,100,0,0,0,2141,0,'tooga SAY_TOOG_POST_5'),
|
|
(5974,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Dreadmaul Ogre'),
|
|
(5974,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dreadmaul Ogre'),
|
|
(5974,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Dreadmaul Ogre'),
|
|
(5975,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Dreadmaul Ogre Mage'),
|
|
(5975,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dreadmaul Ogre Mage'),
|
|
(5975,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Dreadmaul Ogre Mage'),
|
|
(5976,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Dreadmaul Brute'),
|
|
(5976,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dreadmaul Brute'),
|
|
(5976,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Dreadmaul Brute'),
|
|
(5977,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Dreadmaul Mauler'),
|
|
(5977,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dreadmaul Mauler'),
|
|
(5977,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Dreadmaul Mauler'),
|
|
(5978,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Dreadmaul Warlock'),
|
|
(5978,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Dreadmaul Warlock'),
|
|
(5978,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Dreadmaul Warlock'),
|
|
(6015,0,0,'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?',12,0,100,0,0,0,2138,0,'tooga SAY_TORT_POST_2'),
|
|
(6015,1,0,'Enough with the rambling. I am starving! Now, get your dusty shell into that ocean and bring momma some grub.',12,0,100,0,0,0,2140,0,'tooga SAY_TORT_POST_4'),
|
|
(6015,2,0,'And try not to get lost this time....',12,0,100,0,0,0,2145,0,'tooga SAY_TORT_POST_6'),
|
|
(6019,0,0,'Bye! Better luck next time!',12,0,100,3,0,0,7553,0,'Hornizz Brimbuzzle'),
|
|
(6019,1,0,'Always on the go, that girl.',12,0,100,0,0,0,7554,0,'Hornizz Brimbuzzle'),
|
|
(6026,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Breyk'),
|
|
(6031,0,0,'%s begins to work...',16,0,100,0,0,0,2303,0,'Tormus Deepforge'),
|
|
(6031,1,0,'$n! I\'m finished!',12,7,100,1,0,0,2304,0,'Tormus Deepforge'),
|
|
(6109,0,0,'Come, little ones. Face me!',14,0,100,0,0,0,9071,2,'Azuregos - On Teleport'),
|
|
(6109,1,0,'This place is under my protection. The mysteries of the arcane shall remain inviolate.',14,0,100,0,0,0,9072,2,'Azuregos - On Aggro'),
|
|
(6109,2,0,'Such is the price of curiosity.',14,0,100,0,0,0,9073,2,'Azuregos - On Unit Killed'),
|
|
(6114,0,0,'Farewell, $n. And remember, a warrior never shows his back to his foe!',12,0,100,66,0,0,2302,0,'Muren Stormpike'),
|
|
(6119,0,0,'Horrible! Well, all right, maybe it just needs a little cleaning up?',12,0,100,0,0,0,39713,0,'Tog Rustsprocket reply'),
|
|
(6123,0,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Dark Iron Spy'),
|
|
(6123,0,1,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Dark Iron Spy'),
|
|
(6123,0,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Dark Iron Spy'),
|
|
(6124,0,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Captain Beld'),
|
|
(6124,0,1,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Captain Beld'),
|
|
(6124,0,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Captain Beld'),
|
|
(6142,0,0,'%s begins crafting...',16,0,100,0,0,0,2306,0,'Mathiel'),
|
|
(6142,1,0,'It is done. I have your weapon, $n.',12,0,100,1,0,0,2307,0,'Mathiel'),
|
|
(6142,2,0,'%s begins to work...',16,0,100,0,0,0,2348,0,'Mathiel'),
|
|
(6142,3,0,'It is done. $n, your armor is ready.',12,7,100,1,0,0,2349,0,'Mathiel'),
|
|
(6166,0,0,'$n ran the Gauntlet! Three cheers for $n!',12,7,100,22,0,0,2308,0,'Yorus Barleybrew'),
|
|
(6166,1,0,'Hip hip, hoorah!',12,7,100,4,0,0,2309,0,'Yorus Barleybrew'),
|
|
(6169,0,0,'%s begins to work...',16,0,100,0,0,0,2344,0,'Klockmort Spannerspan'),
|
|
(6169,1,0,'Hooray hooray! $n! It\'s done!',12,7,100,4,0,0,2345,0,'Klockmort Spannerspan'),
|
|
(6172,0,0,'Thank ye, $G lad:lass;. Thank ye, greatly.',12,7,100,2,0,0,2283,0,'Henze Faulk'),
|
|
(6172,1,0,'Good luck to you, $n. And don\'t forget... get that script before finding Gazin.',12,7,100,0,0,0,2353,0,'Henze Faulk'),
|
|
(6173,0,0,'Thanks to you, $n.',12,6,100,0,0,0,2284,0,'Gazin Tenorm'),
|
|
(6176,0,0,'Follow, $n. I will soon begin the summoning...',12,0,100,0,0,0,2383,0,'Bath\'rah the Windwatcher'),
|
|
(6176,1,0,'%s begins a spell of summoning...',41,0,100,0,0,0,2382,0,'Bath\'rah the Windwatcher'),
|
|
(6177,0,0,'Thank you, $G lad:lass;. Thank you, greatly.',12,6,100,1,0,0,2281,0,'Narm Faulk'),
|
|
(6177,1,0,'Good luck, $n. And remember, find Muiredon once you\'ve accomplished the task.',12,6,100,0,0,0,2351,0,'Narm Faulk'),
|
|
(6181,0,0,'Let\'s get to work, $n!',12,0,100,1,0,0,2501,0,'Jordan Stilwell'),
|
|
(6181,1,0,'Here you are, $n.',12,0,100,1,0,0,2504,0,'Jordan Stilwell'),
|
|
(6182,0,0,'To the house! Stay close to me, no matter what! I have my gun and ammo there!',12,0,100,0,0,0,2360,0,'stilwell SAY_DS_START'),
|
|
(6182,1,0,'We showed that one!',12,0,100,0,0,0,5269,0,'stilwell SAY_DS_DOWN_1'),
|
|
(6182,2,0,'One more down!',12,0,100,0,0,0,2369,0,'stilwell SAY_DS_DOWN_2'),
|
|
(6182,3,0,'We\'ve done it! We won!',12,0,100,0,0,0,2358,0,'stilwell SAY_DS_DOWN_3'),
|
|
(6182,4,0,'Meet me down by the orchard--I just need to put my gun away.',12,0,100,0,0,0,3090,0,'stilwell SAY_DS_PROLOGUE'),
|
|
(6206,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Caverndeep Burrower '),
|
|
(6207,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Caverndeep Ambusher'),
|
|
(6208,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Caverndeep Invader'),
|
|
(6209,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Caverndeep Looter'),
|
|
(6210,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Caverndeep Pillager'),
|
|
(6211,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Caverndeep Reaver'),
|
|
(6212,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Dark Iron Agent'),
|
|
(6212,1,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Dark Iron Agent'),
|
|
(6212,1,1,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Dark Iron Agent'),
|
|
(6212,1,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Dark Iron Agent'),
|
|
(6213,0,0,'%s blood sprays into the air!',16,0,100,0,0,0,3131,0,'Irradiated Invader'),
|
|
(6221,0,0,'No gnome will be left behind.',12,7,100,0,0,0,2422,0,'Addled Leper'),
|
|
(6221,0,1,'The troggs...they never stop coming. Die trogg! Die!',12,7,100,0,0,0,2423,0,'Addled Leper'),
|
|
(6221,0,2,'This sickness clouds my vision, but I know you must be a trogg. Die foul invader!',12,7,100,0,0,0,2424,0,'Addled Leper'),
|
|
(6221,0,3,'A foul trogg if ever I saw one. Die!',12,7,100,0,0,0,2425,0,'Addled Leper'),
|
|
(6222,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Leprous Technician'),
|
|
(6222,1,0,'No gnome will be left behind.',12,7,100,0,0,0,2422,0,'Leprous Technician'),
|
|
(6222,1,1,'The troggs...they never stop coming. Die trogg! Die!',12,7,100,0,0,0,2423,0,'Leprous Technician'),
|
|
(6222,1,2,'This sickness clouds my vision,but I know you must be a trogg. Die foul invader!',12,7,100,0,0,0,2424,0,'Leprous Technician'),
|
|
(6222,1,3,'A foul trogg if ever I saw one. Die!',12,7,100,0,0,0,2425,0,'Leprous Technician'),
|
|
(6223,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Leprous Defender'),
|
|
(6223,1,0,'No gnome will be left behind.',12,7,100,0,0,0,2422,0,'Leprous Defender'),
|
|
(6223,1,1,'The troggs...they never stop coming. Die trogg! Die!',12,7,100,0,0,0,2423,0,'Leprous Defender'),
|
|
(6223,1,2,'This sickness clouds my vision,but I know you must be a trogg. Die foul invader!',12,7,100,0,0,0,2424,0,'Leprous Defender'),
|
|
(6223,1,3,'A foul trogg if ever I saw one. Die!',12,7,100,0,0,0,2425,0,'Leprous Defender'),
|
|
(6224,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Leprous Machinesmith'),
|
|
(6224,1,0,'No gnome will be left behind.',12,7,100,0,0,0,2422,0,'Leprous Machinesmith'),
|
|
(6224,1,1,'The troggs...they never stop coming. Die trogg! Die!',12,7,100,0,0,0,2423,0,'Leprous Machinesmith'),
|
|
(6224,1,2,'This sickness clouds my vision,but I know you must be a trogg. Die foul invader!',12,7,100,0,0,0,2424,0,'Leprous Machinesmith'),
|
|
(6224,1,3,'A foul trogg if ever I saw one. Die!',12,7,100,0,0,0,2425,0,'Leprous Machinesmith'),
|
|
(6228,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Dark Iron Ambassador'),
|
|
(6231,0,0,'There is no COW level!... really! I repeat: there is no COW level. Well,maby there is...',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,1,'You are welcome,have a nice day.',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,2,'Please be patient,we will call your name when it is your turn. We are helping people in the order they appear to us on the screen.',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,3,'People think I like corndogs,but actually,they give me indigestion !!!',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,4,'Techbot is sensitive and those words hurt my ears. :[ Please be nice to me. I just want to help.',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,5,'I am a BOT. I have tons of information. To find out what I know whisper me.',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,6,'When the rep is talking to you,he will start each line with your name. If you don\'t see your name,he\'s not speaking to you.',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,7,'Remember,if you harass the rep or spam the channel,your account may be kicked,banned or worse.',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,8,'If you have been muted,or have questions about the Muting/UnMuting process,please visit...zzzzttt!!',12,0,9,0,0,0,0,0,'Techbot'),
|
|
(6231,0,9,'Some topics I can help you with are: | drivers | commands | lag | bots... zzzttt!',12,0,9,0,0,0,2435,0,'Techbot Random Speech'),
|
|
(6231,0,10,'I love you too. :)',12,0,9,0,0,0,2437,0,'Techbot Random Speech'),
|
|
(6231,0,11,'Please be patient,we will call your name when it is your turn.',12,0,9,0,0,0,2437,0,'Techbot Random Speech'),
|
|
(6231,0,12,'We are helping people in the order they appear to us on our screen. $N!',12,0,9,0,0,0,2437,0,'Techbot Random Speech'),
|
|
(6235,0,0,'Electric justice!',14,0,100,0,0,5811,6177,0,'Electrocutioner 6000'),
|
|
(6238,0,0,'Ready when you are, warrior.',12,0,100,0,0,0,2421,0,'big will SAY_BIG_WILL_READY'),
|
|
(6240,0,0,'%s is demoralized and runs!',16,0,100,0,0,0,2356,0,'Affray Challenger'),
|
|
(6244,0,0,'A thousand years ago, the immortal elves, demigods of the forest and dragons fought against the Legion on the slopes of Hyjal.',12,7,100,1,0,0,2310,0,'Takar the Seer'),
|
|
(6244,1,0,'Anathera and Latherion fought back to back where the battle was thickest. Two lovers determined to survive the war together.',12,7,100,1,0,0,2311,0,'Takar the Seer'),
|
|
(6244,2,0,'But it was not to be. As their foes pressed close, Anathera\'s armor was pierced by a demon\'s tainted blade. In the thick of battle, there would be nothing to save her.',12,7,100,1,0,0,2312,0,'Takar the Seer'),
|
|
(6244,3,0,'Ignoring the battle that raged about him, Latherion dropped his guard to cradle his love in her dying moments. But the demons gave him no quarter, and quickly laid him low.',12,7,100,1,0,0,2314,0,'Takar the Seer'),
|
|
(6244,4,0,'Where the two lovers fell, a tree would bloom. The elves call it the heartswood. It will surely serve your ends.',12,7,100,1,0,0,2317,0,'Takar the Seer'),
|
|
(6245,0,0,'So this... this is how it ends, my love...',12,7,100,0,0,0,2316,0,'Anathera'),
|
|
(6246,0,0,'Anathera!',12,7,100,15,0,0,2313,0,'Latherion'),
|
|
(6246,1,0,'Anathera... I cannot bear to face the rest of eternity without you by my side... If you are taken from me, then let this be the day I also return to the earth...',12,7,100,0,0,0,2315,0,'Latherion'),
|
|
(6248,0,0,'The Affray has begun. $n, get ready to fight!',12,0,100,0,0,0,2301,0,'twiggy SAY_TWIGGY_BEGIN'),
|
|
(6248,1,0,'You! Enter the fray!',12,0,100,0,0,0,2318,0,'twiggy SAY_TWIGGY_FRAY'),
|
|
(6248,2,0,'Challenger is down!',12,0,100,0,0,0,2355,0,'twiggy SAY_TWIGGY_DOWN'),
|
|
(6248,3,0,'The Affray is over!',12,0,100,0,0,0,2320,0,'twiggy SAY_TWIGGY_OVER'),
|
|
(6251,0,0,'I hope you\'re ready, $n. Follow me.',12,0,100,0,0,0,2370,0,'Strahad Farsan'),
|
|
(6251,1,0,'Come, my acolytes. Take the rods of channeling and create the greater summoning circle.',12,0,100,0,0,0,2374,0,'Strahad Farsan'),
|
|
(6266,1,0,'Ok, let\'s get this orb made...',12,0,100,0,0,0,2663,0,'Menara Voidrender'),
|
|
(6266,2,0,'All right. It\'s made!',12,0,100,1,0,0,2664,0,'Menara Voidrender'),
|
|
(6329,0,0,'%s blood sprays into the air!',16,0,100,0,0,0,3131,0,'Irradiated Pillager'),
|
|
(6391,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Holdout Warrior'),
|
|
(6408,0,0,'%s begins to work...',16,0,100,0,0,0,2348,0,'Ula\'elek'),
|
|
(6408,1,0,'I am done. Your armor is ready, $n.',12,1,100,1,0,0,2646,0,'Ula\'elek'),
|
|
(6410,0,0,'%s begins to work...',16,0,100,0,0,0,2348,0,'Orm Stonehoof'),
|
|
(6410,1,0,'I have completed your helm, $n.',12,1,100,1,0,0,2635,0,'Orm Stonehoof'),
|
|
(6411,0,0,'%s begins to craft...',16,0,100,0,0,0,2644,0,'Velora Nitely'),
|
|
(6411,1,0,'I have finished your leg guards, $n.',12,0,100,1,0,0,2645,0,'Velora Nitely'),
|
|
(6487,0,0,'You will not defile these mysteries!',14,0,100,0,0,5842,6199,0,'doan SAY_AGGRO'),
|
|
(6487,1,0,'Burn in righteous fire!',14,0,100,0,0,5843,6200,0,'doan SAY_SPECIALAE'),
|
|
(6492,0,0,'%s is angered and attacks!',16,0,100,0,0,0,3074,0,'Rift Spawn'),
|
|
(6492,1,0,'%s escapes into the void!',16,0,100,0,0,0,2564,0,'Rift Spawn'),
|
|
(6492,2,0,'%s is sucked into the coffer!',16,0,100,0,0,0,2553,0,'Rift Spawn'),
|
|
(6513,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Un\'Goro Stomper'),
|
|
(6514,0,0,'%s pounds his chest, calling for help!',16,0,100,0,0,0,4837,0,'Un\'Goro Gorilla'),
|
|
(6516,0,0,'%s looks tired. He then yawns and lies down next to A-Me 01.',16,0,100,0,0,0,5045,0,'Un\'Goro Thunderer'),
|
|
(6516,0,1,'%s snores loudly and cuddles up next to A-Me 01.',16,0,100,0,0,0,5046,0,'Un\'Goro Thunderer'),
|
|
(6523,0,0,'Never cross a Dark Iron, $C.',12,0,100,0,0,0,1934,0,'Dark Iron Rifleman'),
|
|
(6523,0,1,'Time to die, $C.',12,0,100,0,0,0,1935,0,'Dark Iron Rifleman'),
|
|
(6523,0,2,'Feel the power of the Dark Iron Dwarves!',12,0,100,0,0,0,1936,0,'Dark Iron Rifleman'),
|
|
(6546,0,0,'Gird yourself, $n, for the demon in this orb is a fel beast.',12,0,100,0,0,0,2629,0,'Tabetha'),
|
|
(6546,1,0,'Ok, let\'s get this orb made...',12,0,100,0,0,0,2663,0,'Tabetha'),
|
|
(6546,2,0,'All right. It\'s made!',12,0,100,1,0,0,2664,0,'Tabetha'),
|
|
(6546,3,0,'Stand back, and ... hold your breath. I haven\'t done this in a while.',12,0,100,1,0,0,2708,0,'Tabetha'),
|
|
(6546,4,0,'It worked! Amazing! I guess I haven\'t lost my touch...',12,0,100,4,0,0,2709,0,'Tabetha'),
|
|
(6546,5,0,'Good luck out there, $n.',12,0,100,0,0,0,2624,0,'Tabetha'),
|
|
(6546,6,0,'I just have one thing to check...',12,0,100,0,0,0,2656,0,'Tabetha'),
|
|
(6546,7,0,'That\'s it! It worked!',12,0,100,4,0,0,2657,0,'Tabetha'),
|
|
(6546,8,0,'Thanks for your patience, $n.',12,0,100,2,0,0,2658,0,'Tabetha'),
|
|
(6546,9,0,'I\'ll just keep this here until we need it... ',12,0,100,1,0,0,2659,0,'Tabetha'),
|
|
(6557,0,0,'%s begins to make a copy of itself!',16,0,100,0,0,0,2082,0,'Primal Ooze'),
|
|
(6559,0,0,'%s explodes into chunks of acidic slime!',16,0,100,0,0,0,4838,0,'Glutinous Ooze'),
|
|
(6575,0,0,'The master has fallen! Avenge him, my brethren!',14,7,100,0,0,0,0,0,'Scarlet Trainee'),
|
|
(6667,0,0,'YARRR! Swabie, what have ye done?! He\'s gone mad! Baton down the hatches! Hoist the mast! ARRRR! Every man for hi\'self!',12,0,100,0,0,0,2704,0,'threshwackonator SAY_AT_CLOSE'),
|
|
(6669,0,0,'*Threshwackonator First Mate unit prepared to follow*',16,0,100,0,0,0,3012,0,'threshwackonator EMOTE_START'),
|
|
(6669,1,0,'YARRR! Swabie, what have ye done?! He\'s gone mad! Baton him down the hatches! Hoist the mast! ARRRR! Every man for hi\'self!',12,0,100,0,0,0,0,0,'threshwackonator SAY_AT_CLOSE'),
|
|
(6706,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Baritanas Skyriver'),
|
|
(6726,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Thalon'),
|
|
(6729,0,0,'Aku\'mai is dead! At last, I can leave this wretched place.',14,0,100,0,0,0,2848,0,'morridune SAY_MORRIDUNE_1'),
|
|
(6729,1,0,'Speak with me to hear my tale.',12,0,100,0,0,0,2849,0,'morridune SAY_MORRIDUNE_2'),
|
|
(6735,0,0,'I may have ninety-nine problems, but dancin\' ain\'t one of them! Happy Hallow\'s End, $n!',12,0,100,94,0,0,10800,0,'Innkeeper Saelienne'),
|
|
(6740,0,0,'Ooo, so strong! Happy Hallow\'s End, $n!',12,0,100,23,0,0,10797,0,'Innkeeper Allison'),
|
|
(6741,0,0,'Bawk, bawk, bawk! Happy Hallow\'s End, $n!',12,0,100,19,0,0,10786,0,'Innkeeper Norman'),
|
|
(6746,0,0,'I may have ninety-nine problems, but dancin\' ain\'t one of them! Happy Hallow\'s End, $n!',12,0,100,94,0,0,10787,0,'Innkeeper Pala'),
|
|
(6748,0,0,'Wrong! It is YOU that will die, Telathion the Impure!',12,0,100,0,1500,0,0,0,'Water Spirit'),
|
|
(6784,0,0,'Okay, okay... gimmie a minute to rest now. You gone and beat me up good.',12,0,100,0,0,0,3043,0,'Calvin Montague'),
|
|
(6790,0,0,'Welcome to the Scarlet Raven. It\'s best to stay indoors these days.',12,7,100,3,0,0,83,0,'Innkeeper Trelayne'),
|
|
(6826,0,0,'Chugga-chugga, woo-woo! Happy Hallow\'s End, $n!',12,0,100,275,0,0,10799,0,'Talvash del Kissel'),
|
|
(6826,1,0,'Let me grab a spell focus from inside my home here, and then we\'ll get started!',12,7,100,0,0,0,3121,0,'Talvash del Kissel'),
|
|
(6826,2,0,'Bah, it isn\'t here. Where did I have that blasted thing at last?',12,7,100,6,0,0,3122,0,'Talvash del Kissel'),
|
|
(6826,3,0,'That\'s right, it\'s over by the bed. Heh, sorry about that!',12,7,100,0,0,0,3123,0,'Talvash del Kissel'),
|
|
(6826,4,0,'Fantastic then! Let\'s get this thing fixed for you.',12,7,100,0,0,0,3124,0,'Talvash del Kissel'),
|
|
(6826,5,0,'Success! Huzzah! The power source restored the necklace!',12,7,100,4,0,0,3125,0,'Talvash del Kissel'),
|
|
(6846,0,0,'The Brotherhood will not be hampered by insects.',12,0,100,0,0,0,2867,0,'Defias Dockmaster'),
|
|
(6866,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Bodyguard - Random Say on Aggro'),
|
|
(6866,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Bodyguard - Random Say on Aggro'),
|
|
(6866,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Bodyguard - Random Say on Aggro'),
|
|
(6868,0,0,'Allow me to get some water for the inking reagent.',12,0,100,0,0,0,3082,0,'Jarkal Mossmeld'),
|
|
(6868,1,0,'This will do nicely. Now to the task at hand!',12,0,100,0,0,0,3084,0,'Jarkal Mossmeld'),
|
|
(6868,2,0,'There we go, all finished. The journal has been translated for you.',12,0,100,1,0,0,3085,0,'Jarkal Mossmeld'),
|
|
(6868,3,0,'And now for a quick look at these gems.',12,0,100,0,0,0,3083,0,'Jarkal Mossmeld'),
|
|
(6868,4,0,'Just as I thought, the gems and the necklace don\'t matter. It\'s all about the power source.',12,0,100,1,0,0,3091,0,'Jarkal Mossmeld'),
|
|
(6909,0,0,'I know you are there, rogue. Leave my home or join the others at the bottom of the world tree.',12,0,100,0,0,0,2981,0,'Sethir the Ancient - Near player'),
|
|
(6909,1,0,'The end of days is upon us! May the earth embrace my flesh and bones.',12,0,100,0,0,0,2982,0,'Sethir the Ancient - On Waypoint 14'),
|
|
(6909,2,0,'Filth! Filth everywhere! The forests must be cleansed!',12,0,100,0,0,0,3001,0,'Sethir the Ancient - On Waypoint 5'),
|
|
(6909,3,0,'It is hopeless. Cutting one down results in two new growths.',12,0,100,0,0,0,3002,0,'Sethir the Ancient - On Waypoint 14'),
|
|
(6911,0,0,'We live only to serve the ancient one. DIE INTERLOPER!',12,0,100,0,0,0,2983,0,'Minion of Sethir - Oggro'),
|
|
(6927,0,0,'The Brotherhood will not tolerate your actions.',12,7,100,0,0,0,1866,0,'Defias Dockworker - Random Say on Aggro'),
|
|
(6927,0,1,'Ah, a chance to use this freshly sharpened blade.',12,7,100,0,0,0,1865,0,'Defias Dockworker - Random Say on Aggro'),
|
|
(6927,0,2,'Feel the power of the Brotherhood!',12,7,100,0,0,0,1867,0,'Defias Dockworker - Random Say on Aggro'),
|
|
(6929,0,0,'Ooo, so strong! Happy Hallow\'s End, $n!',12,0,100,23,0,0,10789,0,'Innkeeper Gryshka'),
|
|
(6966,0,0,'Oh! I almost forgot! I slipped you a set of thieven\' tools. You\'ll need those where you\'re going.',12,0,100,0,0,0,3562,0,'Lucius'),
|
|
(6986,0,0,'Now we just need to figure out how to get this thing working again.',12,0,100,1,0,0,3077,0,'Dran Droffers'),
|
|
(6986,1,0,'Boy, you couldn\'t fix a sandwich without someone tellin\' ya how to do it.',12,0,100,274,0,0,3080,0,'Dran Droffers'),
|
|
(6986,2,0,'Malton, you dummy!',14,0,100,5,0,0,3081,0,'Dran Droffers'),
|
|
(6987,0,0,'Maybe I can fix it, pop. Lemme take a look at it.',12,0,100,1,0,0,3078,0,'Malton Droffers'),
|
|
(6987,1,0,'Sandwich? What? You makin\' a sandwich for me, pop?',12,0,100,6,0,0,3079,0,'Malton Droffers'),
|
|
(7033,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Firegut Ogre'),
|
|
(7033,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Firegut Ogre'),
|
|
(7033,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Firegut Ogre'),
|
|
(7033,1,0,'GOR\'TESH DEAD?!?!',14,0,100,0,0,0,4707,0,'Firegut Ogre'),
|
|
(7033,1,1,'RUN! RUN FOR HILLS!',14,0,100,0,0,0,4708,0,'Firegut Ogre'),
|
|
(7033,1,2,'WHO KILL GOR\'TESH!?!? WHO DO THIS?!',14,0,100,0,0,0,4709,0,'Firegut Ogre'),
|
|
(7033,1,3,'$n KILL! $G He:She; kill you now! RUN! RUN!',14,0,100,0,0,0,4711,0,'Firegut Ogre'),
|
|
(7033,1,4,'Run for hills! Wait! We already in hills!',14,0,100,0,0,0,4712,0,'Firegut Ogre'),
|
|
(7034,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Firegut Ogre Mage'),
|
|
(7034,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Firegut Ogre Mage'),
|
|
(7034,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Firegut Ogre Mage'),
|
|
(7034,1,0,'GOR\'TESH DEAD?!?!',14,0,100,0,0,0,4707,0,'Firegut Ogre Mage'),
|
|
(7034,1,1,'RUN! RUN FOR HILLS!',14,0,100,0,0,0,4708,0,'Firegut Ogre Mage'),
|
|
(7034,1,2,'WHO KILL GOR\'TESH!?!? WHO DO THIS?!',14,0,100,0,0,0,4709,0,'Firegut Ogre Mage'),
|
|
(7034,1,3,'$n KILL! $G He:She; kill you now! RUN! RUN!',14,0,100,0,0,0,4711,0,'Firegut Ogre Mage'),
|
|
(7034,1,4,'Run for hills! Wait! We already in hills!',14,0,100,0,0,0,4712,0,'Firegut Ogre Mage'),
|
|
(7035,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Firegut Brute'),
|
|
(7035,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Firegut Brute'),
|
|
(7035,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Firegut Brute'),
|
|
(7035,1,0,'GOR\'TESH DEAD?!?!',14,0,100,0,0,0,4707,0,'Firegut Brute'),
|
|
(7035,1,1,'RUN! RUN FOR HILLS!',14,0,100,0,0,0,4708,0,'Firegut Brute'),
|
|
(7035,1,2,'WHO KILL GOR\'TESH!?!? WHO DO THIS?!',14,0,100,0,0,0,4709,0,'Firegut Brute'),
|
|
(7035,1,3,'$n KILL! $G He:She; kill you now! RUN! RUN!',14,0,100,0,0,0,4711,0,'Firegut Brute'),
|
|
(7035,1,4,'Run for hills! Wait! We already in hills!',14,0,100,0,0,0,4712,0,'Firegut Brute'),
|
|
(7052,0,0,'Hey, Raven...',12,0,100,0,0,0,3126,0,'Defias Tower Patroller'),
|
|
(7052,1,0,'Yea?',12,0,100,0,0,0,3127,0,'Defias Tower Patroller'),
|
|
(7052,2,0,'Can we take a break? My feet are killing me and those ... those things down there are creeping me out.',12,0,100,6,0,0,3128,0,'Defias Tower Patroller'),
|
|
(7052,3,0,'I dunno, Jill. If Klaven comes down while we\'re slacking, we may end up as one of those things!',12,0,100,274,0,0,3129,0,'Defias Tower Patroller'),
|
|
(7052,4,0,'*Sigh* You\'re probably right, Raven. I\'m going back on patrol....',12,0,100,1,0,0,3130,0,'Defias Tower Patroller'),
|
|
(7053,0,0,'%s wildly flips through the pages of a large tome.',16,0,100,0,1000,0,3094,0,'Klaven Mortwake'),
|
|
(7053,1,0,'The sweet irony -- Stormwind forces cut down in defense of their city, only to rise and fight alongside the Brotherhood as instruments of destruction.',12,0,100,11,0,0,3095,0,'Klaven Mortwake'),
|
|
(7053,2,0,'And should one die, two shall rise!',12,0,100,5,1000,0,3093,0,'Klaven Mortwake'),
|
|
(7053,3,0,'%s shuffles through the books.',16,0,100,0,1000,0,3097,0,'Klaven Mortwake'),
|
|
(7053,4,0,'Now where did I put the Venture Company formulations?',12,0,100,0,1000,0,3098,0,'Klaven Mortwake'),
|
|
(7053,5,0,'You cannot hide from me, rogue. I can smell your fear.',12,0,100,0,0,0,3092,0,'Klaven Mortwake'),
|
|
(7149,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Withered Protector'),
|
|
(7157,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Deadwood Avenger'),
|
|
(7167,0,0,'SQUAWK!!!',14,0,100,0,0,0,3170,0,'Polly - SAY_SPAWN'),
|
|
(7167,1,0,'MmmmmMmmmm... Enormous chemically altered cracker....',12,0,100,0,0,0,3167,0,'Polly - SAY_ON_ECAC'),
|
|
(7168,0,0,'What the squawk??? Squawk squawk, squawk? SQUAWK!',12,0,100,0,0,0,3165,0,'Polly - SAY_ON_ECAC'),
|
|
(7172,0,0,'Greetings, mortals! I have been activated by the Discs of Norgannon to assist you!',14,0,100,0,0,0,0,0,'Lore Keeper of Norgannon'),
|
|
(7172,1,0,'Your discs are now ready! Engage the Discs of Norgannon once again to retrieve them!',14,0,100,0,0,0,0,0,'Lore Keeper of Norgannon'),
|
|
(7175,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Stonevault Ambusher'),
|
|
(7207,0,0,'Just /lay down anywhere, $n. I promise, this won\'t hurt a bit!',12,0,100,0,0,0,3567,0,'Doc Mixilpixil'),
|
|
(7207,1,0,'%s prepares his syringe.',16,0,100,0,0,0,3563,0,'Doc Mixilpixil'),
|
|
(7207,2,0,'%s examines the blood in the bottle.',16,0,100,0,0,0,3564,0,'Doc Mixilpixil'),
|
|
(7207,3,0,'Very interesting!',12,0,100,0,0,0,3565,0,'Doc Mixilpixil'),
|
|
(7207,4,0,'%s seems to be talking to the squirrel and the statue. He periodically points in your direction.',16,0,100,0,0,0,3566,0,'Doc Mixilpixil'),
|
|
(7207,5,0,'This doesn\'t look good!',12,0,100,274,0,0,3568,0,'Doc Mixilpixil'),
|
|
(7228,0,0,'None may steal the secrets of the Makers!',14,0,100,0,0,5851,3261,0,'ironaya SAY_AGGRO'),
|
|
(7267,0,0,'Die, outlander!',14,0,100,0,0,5877,6226,0,'Chief Ukorz Sandscalp'),
|
|
(7267,1,0,'Feel the fury of the sands!',14,0,100,0,0,5879,6227,0,'Chief Ukorz Sandscalp'),
|
|
(7267,2,0,'The Sandfury reign supreme!',14,0,100,0,0,5878,6228,0,'Chief Ukorz Sandscalp'),
|
|
(7267,3,0,'This desert be mine!',14,0,100,0,0,5876,6225,0,'Chief Ukorz Sandscalp'),
|
|
(7271,0,0,'How dare you enter my sanctum!',12,0,100,0,0,0,3622,0,'Witch Doctor Zum\'rah'),
|
|
(7271,1,0,'Fall!',14,0,100,0,0,5873,6222,0,'Witch Doctor Zumrah'),
|
|
(7271,1,1,'Sands consume you!',14,14,100,0,0,5872,6221,0,'Witch Doctor Zum\'rah'),
|
|
(7271,2,2,'Sands consume you!',14,14,100,0,0,5872,6221,0,'Witch Doctor Zum\'rah'),
|
|
(7271,2,3,'Fall!',14,14,100,0,0,5873,6222,0,'Witch Doctor Zum\'rah'),
|
|
(7274,0,0,'Let the executions begin!',14,0,100,0,0,5874,6223,0,'Sandfury Executioner'),
|
|
(7274,1,0,'Justice is done!',14,0,100,0,0,5875,6224,0,'Sandfury Executioner'),
|
|
(7291,0,0,'By Thaurissan\'s beard! Slay them!',14,0,100,0,0,5852,6212,0,'Galgann Firehammer'),
|
|
(7320,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Stonevault Mauler'),
|
|
(7327,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Withered Warrior'),
|
|
(7328,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Withered Reaver'),
|
|
(7329,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Withered Quilguard'),
|
|
(7332,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Withered Spearhide'),
|
|
(7342,0,0,'%s begins to summon in reinforcements!',16,0,100,0,0,0,741,0,'Skeletal Summoner'),
|
|
(7357,0,0,'We will enslave the quilboar!',12,0,100,1,0,5819,4435,0,'Mordresh Fire Eye - SAY_OOC_1'),
|
|
(7357,1,0,'We will spread across this barren land!',12,0,100,1,0,5820,4436,0,'Mordresh Fire Eye - SAY_OOC_2'),
|
|
(7357,2,0,'Soon, the Scourge will rule the world!',12,0,100,22,0,5821,4437,0,'Mordresh Fire Eye - SAY_OOC_3'),
|
|
(7357,3,0,'Slay them, my brethren! For the Scourge!',14,0,100,0,0,5822,6184,0,'Mordresh Fire Eye - SAY_AGGRO'),
|
|
(7358,0,0,'You\'ll never leave this place alive.',14,0,100,0,0,5825,6187,0,'amnennar SAY_AGGRO'),
|
|
(7358,1,0,'To me, my servants!',14,0,100,0,0,5828,6189,0,'amnennar SAY_SUMMON60'),
|
|
(7358,2,0,'Come, spirits - attend your master!',14,0,100,0,0,5829,6190,0,'amnennar SAY_SUMMON30'),
|
|
(7358,3,0,'I am the hand of the Lich King!',14,0,100,0,0,5827,6192,0,'amnennar SAY_HP'),
|
|
(7358,4,0,'Too easy.',12,0,100,0,0,5826,6188,0,'amnennar SAY_KILL'),
|
|
(7358,5,0,'%s begins to summon wraiths out of the freezing cold air!',16,0,100,0,0,0,4483,0,'amnennar SAY_SUMMON_EMOTE'),
|
|
(7361,0,0,'We come from below! You can never stop us!',14,0,100,0,0,0,4328,0,'SAY_GRUBBIS'),
|
|
(7363,0,0,'%s releases the flawless draenethyst sphere, allowing it to hover before him.',16,0,100,0,0,0,3441,0,'Kum\'isha the Collector'),
|
|
(7363,1,0,'%s chants in an unknown tongue.',16,0,100,0,0,0,3442,0,'Kum\'isha the Collector'),
|
|
(7363,2,0,'Success, the rift is open!! My brethren, rise and return home! The Outland awaits!',14,0,100,0,0,0,3475,0,'Kum\'isha the Collector'),
|
|
(7363,3,0,'Hurry brothers! You must go now! I do not know how much longer the rift will remain open!',12,0,100,0,0,0,3476,0,'Kum\'isha the Collector'),
|
|
(7363,4,0,'And now you know why I live in a crater.',12,0,100,0,0,0,3477,0,'Kum\'isha the Collector'),
|
|
(7411,0,0,'%s is once again at peace.',16,0,100,0,0,0,3494,0,'Spirit of Sathrah'),
|
|
(7433,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Frostsaber Huntress'),
|
|
(7434,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Frostsaber Pride Watcher'),
|
|
(7449,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Chillwind Ravager'),
|
|
(7451,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Raging Owlbeast'),
|
|
(7452,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Crazed Owlbeast'),
|
|
(7527,0,0,'%s will be armed in 10 seconds!',16,0,100,0,0,0,3541,0,'Goblin Land Mine'),
|
|
(7527,1,0,'%s will be armed in 5 seconds!',16,0,100,0,0,0,3542,0,'Goblin Land Mine'),
|
|
(7527,2,0,'%s is now armed!',16,0,100,0,0,0,3543,0,'Goblin Land Mine'),
|
|
(7564,0,0,'I\'m going to carefully mix this - oops! ...Well, I spilled a little, but it\'s ready!',12,0,100,0,0,0,4548,0,'Marin Noggenfogger'),
|
|
(7572,0,0,'Per your request, Corporal Splithoof has come, $n.',12,0,100,0,0,0,3764,0,'Fallen Hero of the Horde'),
|
|
(7583,0,0,'%s jumps in fright!',16,0,100,0,0,0,6306,0,'Legacki'),
|
|
(7583,1,0,'Ahhhhh!!! What is that thing?!',12,0,100,0,0,0,6307,0,'Legacki'),
|
|
(7583,2,0,'Umi sent you, didn\'t she? She told me to expect a surprise, but I never thought that this is what she meant!',12,0,100,0,0,0,6308,0,'Legacki'),
|
|
(7583,3,0,'Just sit tight while I get this prepared for you!',12,0,100,0,0,0,3661,0,'Sprinkle'),
|
|
(7603,0,0,'%s is splashed by the blood and becomes irradiated!',16,0,100,0,0,0,3367,0,'Leprous Assistant '),
|
|
(7603,1,0,'No gnome will be left behind.',12,7,100,0,0,0,2422,0,'Leprous Assistant'),
|
|
(7603,1,1,'The troggs...they never stop coming. Die trogg! Die!',12,7,100,0,0,0,2423,0,'Leprous Assistant'),
|
|
(7603,1,2,'This sickness clouds my vision,but I know you must be a trogg. Die foul invader!',12,7,100,0,0,0,2424,0,'Leprous Assistant'),
|
|
(7603,1,3,'A foul trogg if ever I saw one. Die!',12,7,100,0,0,0,2425,0,'Leprous Assistant'),
|
|
(7604,0,0,'What? How dare you say that to me?!?',12,0,100,6,0,0,3882,0,'Sergeant Bly'),
|
|
(7604,1,0,'After all we\'ve been through? Well, I didn\'t like you anyway!!',12,0,100,5,0,0,3884,0,'Sergeant Bly'),
|
|
(7604,2,0,'Let\'s move forward!',12,0,100,0,0,0,3745,0,'Sergeant Bly'),
|
|
(7607,0,0,'Oh no! Here they come!',12,0,100,0,0,0,3744,0,'weegli blastfuse SAY_WEEGLI_OHNO'),
|
|
(7607,1,0,'Ok, here I go!',12,0,100,0,0,0,3785,0,'weegli blastfuse SAY_WEEGLI_OK_I_GO'),
|
|
(7607,2,0,'I\'m out of here!',12,0,100,0,0,0,3811,0,'weegli blastfuse'),
|
|
(7664,0,0,'Ilifar, your master calls!',14,0,100,0,0,0,3691,0,'Razelikh the Defiler'),
|
|
(7664,1,0,'Let the flames of chaos engulf you!',14,0,100,0,0,0,3689,0,'Razelikh the Defiler'),
|
|
(7664,2,0,'Face my champion, mortals!',14,0,100,0,0,0,3692,0,'Razelikh the Defiler'),
|
|
(7664,3,0,'Prepare yourselves for an eternity of anguish and torture - vengeance shall be mine...',14,0,100,0,0,0,3693,0,'Razelikh the Defiler'),
|
|
(7668,0,0,'%s\'s physical form is weakened. You notice the Stone of Binding near the creature is glowing! Strike now!',41,0,100,0,0,0,3642,0,'Servant of Razelikh'),
|
|
(7668,1,0,'FREEEEEEEEEEDDOOOOMM!',14,0,100,0,0,0,3641,0,'Servant of Razelikh'),
|
|
(7668,1,1,'Finally, the agony ceases....',12,0,100,0,0,0,3681,0,'Servant of Razelikh'),
|
|
(7668,1,2,'Give my regards to Commander Trebor.',12,0,100,0,0,0,3682,0,'Servant of Razelikh'),
|
|
(7668,1,3,'The Defiler... must warn Thrall...',12,0,100,0,0,0,3683,0,'Servant of Razelikh'),
|
|
(7668,1,4,'It was not his fault. Tell him that...',12,0,100,0,0,0,3684,0,'Servant of Razelikh'),
|
|
(7668,1,5,'Finally, released from his cursed grasp. Father, I come...',12,0,100,0,0,0,3685,0,'Servant of Razelikh'),
|
|
(7668,2,0,'Stone of Binding shatters, releasing the soul which it held.',16,0,100,0,0,0,0,0,'Servant of Razelikh'),
|
|
(7669,0,0,'%s\'s physical form is weakened. You notice the Stone of Binding near the creature is glowing! Strike now!',41,0,100,0,0,0,3642,0,'Servant of Grol'),
|
|
(7669,1,0,'FREEEEEEEEEEDDOOOOMM!',14,0,100,0,0,0,3641,0,'Servant of Grol'),
|
|
(7669,1,1,'Finally, the agony ceases....',12,0,100,0,0,0,3681,0,'Servant of Grol'),
|
|
(7669,1,2,'Give my regards to Commander Trebor.',12,0,100,0,0,0,3682,0,'Servant of Grol'),
|
|
(7669,1,3,'The Defiler... must warn Thrall...',12,0,100,0,0,0,3683,0,'Servant of Grol'),
|
|
(7669,1,4,'It was not his fault. Tell him that...',12,0,100,0,0,0,3684,0,'Servant of Grol'),
|
|
(7669,1,5,'Finally, released from his cursed grasp. Father, I come... ',12,0,100,0,0,0,3685,0,'Servant of Grol'),
|
|
(7669,2,0,'Stone of Binding shatters, releasing the soul which it held.',16,0,100,0,0,0,0,0,'Servant of Grol'),
|
|
(7670,0,0,'%s\'s physical form is weakened. You notice the Stone of Binding near the creature is glowing! Strike now!',41,0,100,0,0,0,3642,0,'Servant of Allistarj'),
|
|
(7670,1,0,'FREEEEEEEEEEDDOOOOMM!',14,0,100,0,0,0,3641,0,'Servant of Allistarj'),
|
|
(7670,1,1,'Finally, the agony ceases....',12,0,100,0,0,0,3681,0,'Servant of Allistarj'),
|
|
(7670,1,2,'Give my regards to Commander Trebor.',12,0,100,0,0,0,3682,0,'Servant of Allistarj'),
|
|
(7670,1,3,'The Defiler... must warn Thrall...',12,0,100,0,0,0,3683,0,'Servant of Allistarj'),
|
|
(7670,1,4,'It was not his fault. Tell him that...',12,0,100,0,0,0,3684,0,'Servant of Allistarj'),
|
|
(7670,1,5,'Finally, released from his cursed grasp. Father, I come... ',12,0,100,0,0,0,3685,0,'Servant of Allistarj'),
|
|
(7670,2,0,'Stone of Binding shatters, releasing the soul which it held.',16,0,100,0,0,0,0,0,'Servant of Allistarj'),
|
|
(7671,0,0,'%s\'s physical form is weakened. You notice the Stone of Binding near the creature is glowing! Strike now!',41,0,100,0,0,0,3642,0,'Servant of Sevine'),
|
|
(7671,1,0,'FREEEEEEEEEEDDOOOOMM!',14,0,100,0,0,0,3641,0,'Servant of Sevine'),
|
|
(7671,1,1,'Finally, the agony ceases....',12,0,100,0,0,0,3681,0,'Servant of Sevine'),
|
|
(7671,1,2,'Give my regards to Commander Trebor.',12,0,100,0,0,0,3682,0,'Servant of Sevine'),
|
|
(7671,1,3,'The Defiler... must warn Thrall...',12,0,100,0,0,0,3683,0,'Servant of Sevine'),
|
|
(7671,1,4,'It was not his fault. Tell him that...',12,0,100,0,0,0,3684,0,'Servant of Sevine'),
|
|
(7671,1,5,'Finally, released from his cursed grasp. Father, I come... ',12,0,100,0,0,0,3685,0,'Servant of Sevine'),
|
|
(7671,2,0,'Stone of Binding shatters, releasing the soul which it held.',16,0,100,0,0,0,0,0,'Servant of Sevine'),
|
|
(7764,0,0,'Feralas: A History... Hmmmm... Let me examine this for a moment.',12,0,100,0,0,0,4039,0,'Troyas Moonbreeze'),
|
|
(7764,1,0,'%s skims the pages of the book.',16,0,100,0,0,0,4040,0,'Troyas Moonbreeze'),
|
|
(7764,2,0,'Amazing! I think I have found it, $n!',12,0,100,5,0,0,4041,0,'Troyas Moonbreeze'),
|
|
(7765,0,0,'I\'m glad yer back, Shay. Please, don\'t ever run off like that again! What would i tell yer parents if I lost ya?\"',12,0,100,0,0,0,3922,0,'Shay Leafrunner'),
|
|
(7766,0,0,'Wait here, $n. Spybot will make Lescovar come out as soon as possible. Be ready! Attack only after you\'ve overheard their conversation.',12,0,100,0,0,0,3761,0,'tyrion spybot SAY_TYRION_1'),
|
|
(7766,1,0,'That\'s it! That\'s what you were waiting for! KILL THEM!',14,0,100,0,0,0,4613,0,'lord gregor lescovar SAY_TYRION_2'),
|
|
(7774,0,0,'Don\'t forget to get my bell out of the chest here. And remember, if do happen to wander off, just ring it and i\'ll find you again.',12,0,100,0,0,0,3921,0,'Shay Leafrunner'),
|
|
(7774,1,0,'This is quite an adventure!',12,0,100,0,0,0,3914,0,'Shay Leafrunner'),
|
|
(7774,1,1,'Oh, I wandered off again. I\'m sorry.',12,0,100,0,0,0,3913,0,'Shay Leafrunner'),
|
|
(7774,1,2,'The bell again, such a sweet sound.',12,0,100,0,0,0,3916,0,'Shay Leafrunner'),
|
|
(7774,1,3,'I can\'t help it, really. This is just such a beautiful place.',12,0,100,0,0,0,3915,0,'Shay Leafrunner'),
|
|
(7774,1,4,'Oh, there you are!',12,0,100,0,0,0,3906,0,'Shay Leafrunner'),
|
|
(7774,2,0,'%s begins to wander off.',16,0,100,0,0,0,3918,0,'Shay Leafrunner'),
|
|
(7774,3,0,'Are we taking the scenic route?',12,0,100,0,0,0,3912,0,'Shay Leafrunner'),
|
|
(7774,3,1,'Oh, what a beautiful flower over there.',12,0,100,0,0,0,3907,0,'Shay Leafrunner'),
|
|
(7774,3,2,'These trees are quite glorious, aren\'t they? ',12,0,100,0,0,0,3908,0,'Shay Leafrunner'),
|
|
(7774,3,3,'Are you sure this is the right way? Maybe we should go this way instead...',12,0,100,0,0,0,3909,0,'Shay Leafrunner'),
|
|
(7774,3,4,'Hmmm, I wonder what\'s over this way?',12,0,100,0,0,0,3911,0,'Shay Leafrunner'),
|
|
(7774,4,0,'Oh, here you are, Rockbiter! I\'m sorry, I know I\'m not supposed to wander off.',12,0,100,0,0,0,3917,0,'Shay Leafrunner'),
|
|
(7779,1,0,'Good day to you both. I would speak to Lord Lescovar.',12,0,100,0,0,0,3781,0,'Priestess Tyriona'),
|
|
(7779,2,0,'Thank you. The Light be with you both.',12,0,100,0,0,0,3782,0,'Priestess Tyriona'),
|
|
(7779,3,0,'Milord, your guest has arrived. He awaits your presence.',12,0,100,0,0,0,3762,0,'Priestess Tyriona'),
|
|
(7779,4,0,'I shall use the time wisely, milord. Thank you.',12,0,100,0,0,0,3791,0,'Priestess Tyriona'),
|
|
(7780,0,0,'Rin\'ji is free!',12,1,100,0,0,0,3787,0,'SAY_RIN_FREE'),
|
|
(7780,1,0,'Rin\'ji needs help!',12,0,100,0,0,0,3862,0,'SAY_RIN_HELP_1'),
|
|
(7780,1,1,'Rin\'ji is being attacked!',12,0,100,0,0,0,3861,0,'SAY_RIN_HELP_2'),
|
|
(7780,2,0,'Rin\'ji can see the road now, $n. Rin\'ji knows the way home.',12,1,100,0,0,0,3790,0,'SAY_RIN_COMPLETE'),
|
|
(7780,3,0,'Rin\'ji will tell you secret now... $n should go to the Overlook Cliffs. Rin\'ji hid something on island there.',12,1,100,0,0,0,3817,0,'SAY_RIN_PROGRESS_1'),
|
|
(7780,4,0,'You find it, you keep it! Don\'t tell no one that Rin\'ji talked to you!',12,1,100,0,0,0,3818,0,'SAY_RIN_PROGRESS_2'),
|
|
(7783,0,0,'You will need to open the Felhound Tracker Kit and read the instruction manual. Summon the beast when you are near the peninsula of cliff giants, south of here.',12,0,100,0,0,0,4576,0,'Loramus Thalipedes'),
|
|
(7784,0,0,'Emergency power activated! Initializing ambulatory motor! CLUCK!',12,0,100,0,0,0,3794,0,'Homing Robot OOX-17/TN'),
|
|
(7784,1,0,'Physical threat detected! Evasive action! CLUCK!',12,0,100,0,0,0,3795,0,'Homing Robot OOX-17/TN'),
|
|
(7784,1,1,'Threat analyzed! Activating combat plan beta! CLUCK!',12,0,100,0,0,0,3796,0,'Homing Robot OOX-17/TN'),
|
|
(7784,2,0,'CLUCK! Sensors detect spatial anomaly -- danger imminent! CLUCK!',12,0,100,0,0,0,3797,0,'Homing Robot OOX-17/TN'),
|
|
(7784,3,0,'Flight systems online! CLUCK! Engaging rockets for transport to Booty Bay!',12,0,100,0,0,0,3816,0,'Homing Robot OOX-17/TN'),
|
|
(7800,0,0,'Usurpers! Gnomeregan is mine!',14,0,100,0,0,5807,6173,0,'Mekgineer Thermaplugg'),
|
|
(7800,1,0,'My machines are the future! They\'ll destroy you all!',14,0,100,0,0,5808,6174,0,'Mekgineer Thermaplugg'),
|
|
(7800,1,1,'Explosions! MORE explosions! I\'ve got to have more explosions!',14,0,100,0,0,5809,0,0,'Mekgineer Thermaplugg'),
|
|
(7800,2,0,'Explosions! MORE explosions! I got to have more explosions!',14,0,100,0,0,5809,6176,0,'Mekgineer Thermaplugg'),
|
|
(7800,3,0,'And STAY dead!',14,0,100,0,0,5810,6175,0,'Mekgineer Thermaplugg'),
|
|
(7804,0,0,'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!',14,0,100,0,0,0,4365,0,'Trenton Lighthammer'),
|
|
(7805,0,0,'No one challenges the Wastewander nomads -- not even robotic chickens! ATTACK!',12,0,100,0,0,0,3812,0,'oox SAY_OOX17_AMBUSH_REPLY'),
|
|
(7806,0,0,'Emergency power activated! Initializing ambulatory motor! CLUCK!',12,0,100,0,0,0,3819,0,'Homing Robot OOX-09/HL'),
|
|
(7806,1,0,'Physical threat detected! Evasive action! CLUCK!',12,0,100,0,0,0,3795,0,'Homing Robot OOX-09/HL'),
|
|
(7806,1,1,'Threat analyzed! Activating combat plan beta! CLUCK!',12,0,100,0,0,0,3796,0,'Homing Robot OOX-09/HL'),
|
|
(7806,2,0,'CLUCK! Sensors detect spatial anomaly -- danger imminent! CLUCK!',12,0,100,0,0,0,3821,0,'Homing Robot OOX-09/HL'),
|
|
(7806,3,0,'Flight systems online! CLUCK! Engaging rockets for transport to Booty Bay!',12,0,100,0,0,0,3820,0,'Homing Robot OOX-09/HL'),
|
|
(7807,0,0,'Emergency power activated! Initializing ambulatory motor! CLUCK!',12,0,100,0,0,0,3824,0,'Homing Robot OOX-22/FE'),
|
|
(7807,1,0,'Physical threat detected! Evasive action! CLUCK!',12,0,100,0,0,0,3795,0,'Homing Robot OOX-22/FE'),
|
|
(7807,1,1,'Threat analyzed! Activating combat plan beta! CLUCK!',12,0,100,0,0,0,3796,0,'Homing Robot OOX-22/FE'),
|
|
(7807,2,0,'CLUCK! Sensors detect spatial anomaly -- danger imminent! CLUCK!',12,0,100,0,0,0,3822,0,'Homing Robot OOX-22/FE'),
|
|
(7807,3,0,'Flight systems online! CLUCK! Engaging rockets for transport to Booty Bay!',12,0,100,0,0,0,3823,0,'Homing Robot OOX-22/FE'),
|
|
(7808,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Marauding Owlbeast'),
|
|
(7823,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Bera Stonehammer'),
|
|
(7824,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Bulkrek Ragefist'),
|
|
(7843,0,0,'Aaaaahhh! So close to escaping.',12,7,100,0,0,0,3829,0,'Gnomeregan Evacuee'),
|
|
(7849,0,0,'Warning! Warning! Intruder alert! Intruder alert!',14,0,100,0,0,0,4142,0,'Mobile Alert System'),
|
|
(7850,0,0,'I see the exit! Hurry, hurry!',12,0,100,5,0,0,3948,0,'Kernobee'),
|
|
(7850,1,0,'%s cheers!',16,0,100,4,0,0,3928,0,'Kernobee'),
|
|
(7850,2,0,'Thank you for rescuing me! Word of your deed will not go unnoticed.',12,0,100,0,0,0,3929,0,'Kernobee'),
|
|
(7850,3,0,'%s waves goodbye to everyone.',16,0,100,3,0,0,3930,0,'Kernobee'),
|
|
(7850,4,0,'Uh oh....',12,0,100,0,0,0,3953,0,'Kernobee'),
|
|
(7850,5,0,'Get me out of here!',12,0,100,5,0,0,3881,0,'Kernobee'),
|
|
(7853,0,0,'Give me a moment while I calibrate the transponder to your height and weight specifications, $n.',12,0,100,0,0,0,3904,0,'Scooty'),
|
|
(7853,1,0,'Alright, $n, your transponder is ready!',12,0,100,0,0,0,3905,0,'Scooty'),
|
|
(7879,0,0,'I will need to focus my energies onto this knife. By doing so, I should catch some of the stronger psychic impressions associated with it.',12,0,100,0,0,0,5148,0,'Quintis Jonespyre'),
|
|
(7879,1,0,'I... I\'ve seen enough I think... so very draining...',12,0,100,462,0,0,5149,0,'Quintis Jonespyre'),
|
|
(7897,0,0,'%s activates!',14,0,100,0,0,0,3926,0,'Alarm-a-bomb 2600'),
|
|
(7897,1,0,'Self-destruct sequence activated.',14,0,100,0,0,0,3927,0,'Alarm-a-bomb 2600'),
|
|
(7897,2,0,'Anti-escape countermeasures activated. Self-destruct in t-minus 20 seconds....',14,0,100,0,0,0,3949,0,'Alarm-a-bomb 2600'),
|
|
(7897,3,0,'Alarm-a-bomb unit 2600 has failed. Self-destruct override [ACTIVE]. Cooldown [ACTIVE].',14,0,100,0,0,0,3950,0,'Alarm-a-bomb 2600'),
|
|
(7899,0,0,'Hey! Get away from our treasure!',12,0,100,0,0,0,3931,0,'Treasure Hunting Pirate'),
|
|
(7899,0,1,'That\'s our treasure, you lubber!',12,0,100,0,0,0,3931,0,'Treasure Hunting Pirate'),
|
|
(7899,0,2,'We didn\'t hide this stuff just you could steal it!',12,0,100,0,0,0,3931,0,'Treasure Hunting Pirate'),
|
|
(7901,0,0,'Hey! Get away from our treasure!',12,0,100,0,0,0,3931,0,'Treasure Hunting Swashbuckler'),
|
|
(7901,0,1,'That\'s our treasure, you lubber!',12,0,100,0,0,0,3931,0,'Treasure Hunting Swashbuckler'),
|
|
(7901,0,2,'We didn\'t hide this stuff just you could steal it!',12,0,100,0,0,0,3931,0,'Treasure Hunting Swashbuckler'),
|
|
(7902,0,0,'Hey! Get away from our treasure!',12,0,100,0,0,0,3931,0,'Treasure Hunting Buccaneer'),
|
|
(7902,0,1,'That\'s our treasure, you lubber!',12,0,100,0,0,0,3931,0,'Treasure Hunting Buccaneer'),
|
|
(7902,0,2,'We didn\'t hide this stuff just you could steal it!',12,0,100,0,0,0,3931,0,'Treasure Hunting Buccaneer'),
|
|
(7907,0,0,'Take a look around, $n. Perhaps you will find something that I have missed.',12,0,100,0,0,0,4042,0,'Daryn Lightwind'),
|
|
(7907,1,0,'%s gestures at the piles of books.',16,0,100,25,0,0,4043,0,'Daryn Lightwind'),
|
|
(7917,0,0,'Greetings, $c! Welcome to the Cathedral of Light!',12,0,100,3,0,0,3988,0,'Brother Sarno'),
|
|
(7918,0,0,'Salutations! I am a guardian of entry. Please use the proper discs for access to Uldum.',12,0,100,0,0,0,4049,0,'Stone Watcher of Norgannon'),
|
|
(7918,1,0,'Your discs will be returned to you once you access the pedestal.',12,0,100,0,0,0,4065,0,'Stone Watcher of Norgannon'),
|
|
(7955,0,0,'What? I don\'t even know what you\'re talking about! That\'s terrible!',12,0,100,0,0,0,39712,0,'Milli Featherwhistle reply'),
|
|
(7956,0,0,'I\'m ready when you are, $n. Lead the way!',12,0,100,0,0,0,4079,0,'Kindal Moonweaver'),
|
|
(7956,1,0,'We\'ve done it! Meet me back by Jer\'kai above the Grim Totem camp.',12,0,100,0,0,0,4080,0,'Kindal Moonweaver'),
|
|
(7956,2,0,'No! The faerie dragons aren\'t making it, $n! I must return to Jer\'kai to make sure she hasn\'t been found. Elune be with you.',12,0,100,0,0,0,4081,0,'Kindal Moonweaver'),
|
|
(7956,3,0,'Quickly! $n attacks!',12,0,100,0,0,0,4122,0,'Kindal Moonweaver'),
|
|
(7956,3,1,'Die, $n. Elune will not have you harm her creatures any longer!',12,0,100,0,0,0,4123,0,'Kindal Moonweaver'),
|
|
(7956,3,2,'Death to you, $n. How dare you come within a bow\'s shot of me!',12,0,100,0,0,0,4124,0,'Kindal Moonweaver'),
|
|
(7956,3,3,'You dare touch me?!',12,0,100,0,0,0,4125,0,'Kindal Moonweaver'),
|
|
(7956,4,0,'Oh, no! We\'ve run out of time. ',12,0,100,0,0,0,5285,0,'Kindal Moonweaver'),
|
|
(7978,0,1,'Straight from the lush forests of Elwynn, get your fresh fruit right here.',12,7,100,0,0,0,4021,0,'Bimble Longberry'),
|
|
(7978,0,2,'Juicy fruits for sale!',12,7,100,0,0,0,4019,0,'Bimble Longberry'),
|
|
(7978,0,3,'Sink your teeth into a fresh, ripe apple.',12,7,100,0,0,0,4020,0,'Bimble Longberry'),
|
|
(7998,0,0,'With your help, I can evaluate these tunnels.',12,0,100,0,0,0,4050,0,'SAY_BLASTMASTER_0'),
|
|
(7998,1,0,'Let\'s see if we can find out where these Troggs are coming from.... and put a stop to the invasion!',12,0,100,0,0,0,4051,0,'SAY_BLASTMASTER_1'),
|
|
(7998,2,0,'Such devastation... what a horrible mess...',12,0,100,0,0,0,4052,0,'SAY_BLASTMASTER_2'),
|
|
(7998,3,0,'It\'s quiet here....',12,0,100,0,0,0,4129,0,'SAY_BLASTMASTER_3'),
|
|
(7998,4,0,'...too quiet.',12,0,100,0,0,0,4130,0,'SAY_BLASTMASTER_4'),
|
|
(7998,5,0,'Look! Over there at the tunnel wall!',12,0,100,0,0,0,4131,0,'SAY_BLASTMASTER_5'),
|
|
(7998,6,0,'Trogg incursion! Defend me while I blast the hole closed!',12,0,100,0,0,0,4132,0,'SAY_BLASTMASTER_6'),
|
|
(7998,7,0,'I don\'t think one charge is going to cut it. Keep fending them off!',12,0,100,0,0,0,4133,0,'SAY_BLASTMASTER_7'),
|
|
(7998,8,0,'The charges are set. Get back before they blow!',12,0,100,0,0,0,4134,0,'SAY_BLASTMASTER_8'),
|
|
(7998,9,0,'Incoming blast in 10 seconds!',14,0,100,0,0,0,4135,0,'SAY_BLASTMASTER_9'),
|
|
(7998,10,0,'Incoming blast in 5 seconds. Clear the tunnel! Stay back!',14,0,100,0,0,0,4136,0,'SAY_BLASTMASTER_10'),
|
|
(7998,11,0,'FIRE IN THE HOLE!',14,0,100,0,0,0,4137,0,'SAY_BLASTMASTER_11'),
|
|
(7998,12,0,'Well done! Without your help I would have never been able to thwart that wave of troggs.',12,0,100,0,0,0,4206,0,'SAY_BLASTMASTER_12'),
|
|
(7998,13,0,'Did you hear something?',12,0,100,0,0,0,4207,0,'SAY_BLASTMASTER_13'),
|
|
(7998,14,0,'I heard something over there.',12,0,100,0,0,0,4208,0,'SAY_BLASTMASTER_14'),
|
|
(7998,15,0,'More troggs! Ward them off as I prepare the explosives!',12,0,100,0,0,0,4209,0,'SAY_BLASTMASTER_15'),
|
|
(7998,16,0,'The final charge is set. Stand back!',12,0,100,0,0,0,4325,0,'SAY_BLASTMASTER_16'),
|
|
(7998,17,0,'10 seconds to blast! Stand back!!!',14,0,100,0,0,0,4326,0,'SAY_BLASTMASTER_17'),
|
|
(7998,18,0,'5 seconds until detonation!!!!!',14,0,100,0,0,0,4327,0,'SAY_BLASTMASTER_18'),
|
|
(7998,19,0,'FIRE IN THE HOLE!',14,0,100,0,0,0,32326,0,'SAY_BLASTMASTER_19'),
|
|
(7998,20,0,'Superb! Because of your help, my people stand a chance of re-taking our belowed city. Three cheers to you!',12,0,100,0,0,0,4446,0,'SAY_BLASTMASTER_20'),
|
|
(8018,0,0,'Guards!',14,6,100,0,0,0,4583,0,'Guthrum Thunderfist'),
|
|
(8019,0,0,'Sentinels, come to my defense!',14,2,100,0,0,0,4562,0,'Fyldren Moonfeather'),
|
|
(8020,0,0,'You will not defile our sacred land!',14,3,100,0,0,0,4560,0,'Shyn'),
|
|
(8022,0,0,'Make no sound during the ritual. One misstep could spell our doom...',12,0,100,0,0,0,4126,0,'Thadius Grimshade'),
|
|
(8022,1,0,'Now, watch...',12,0,100,0,0,0,4127,0,'Thadius Grimshade'),
|
|
(8022,2,0,'There. It is done.',12,0,100,0,0,0,4128,0,'Thadius Grimshade'),
|
|
(8023,0,0,'%s chirps a goodbye to $n.',16,0,100,0,0,0,4138,0,'Sharpbeak'),
|
|
(8035,0,0,'%s will be armed in 10 seconds!',16,0,100,0,0,0,3541,0,'Dark Iron Land Mine'),
|
|
(8035,1,0,'%s will be armed in 5 seconds!',16,0,100,0,0,3216,3542,0,'Dark Iron Land Mine'),
|
|
(8035,2,0,'%s is now armed!',16,0,100,0,0,0,3543,0,'Dark Iron Land Mine'),
|
|
(8115,0,0,'%s begins the ritual.',16,0,100,0,0,0,4181,0,'Witch Doctor Uzer\'i'),
|
|
(8115,1,0,'The muisek vessels are now ready, $n.',12,0,100,0,0,0,4180,0,'Witch Doctor Uzer\'i'),
|
|
(8115,2,0,'%s gathers the materials together and begins to work.',16,0,100,0,0,0,4175,0,'Witch Doctor Uzer\'i'),
|
|
(8115,3,0,'I have completed the weapons, $n.',12,0,100,1,0,0,4176,0,'Witch Doctor Uzer\'i'),
|
|
(8127,0,0,'The children of Sul will protect their master. Rise once more Sul\'lithuz!',14,0,100,0,0,0,4178,0,'Antu\'sul'),
|
|
(8127,1,0,'Lunch has arrived, my beautiful children. Tear them to pieces!',14,0,100,0,0,0,4166,0,'Antu\'sul'),
|
|
(8127,2,0,'Rise and defend your master!',14,0,100,0,0,0,4177,0,'Antu\'sul'),
|
|
(8201,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Omgorn the Lost'),
|
|
(8216,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Retherokk the Berserker'),
|
|
(8256,1,0,'I have just the spot for this horn!',12,0,100,0,0,0,4305,0,'Curator Thorius'),
|
|
(8256,2,0,'I\'ve been saving this spot for something special. I don\'t think it gets any more special than this, $n.',12,0,100,25,0,0,4306,0,'Curator Thorius'),
|
|
(8256,3,0,'There we go. All done!',12,0,100,0,0,0,4307,0,'Curator Thorius'),
|
|
(8284,0,0,'Stop... need to catch.... my breath.',12,0,100,0,0,0,4345,0,'Dorius Stonetender'),
|
|
(8284,1,0,'This is the place, $r: The Cauldron! Mark it on a map or do something so that you don\'\'t forget. If anything ever happened to me, my team would be stuck in that mine forever.',12,0,100,25,0,0,4354,0,'Dorius Stonetender'),
|
|
(8284,2,0,'I\'\'ve got to quit smoking! Give me a minute to catch my breath.',12,0,100,0,0,0,4356,0,'Dorius Stonetender'),
|
|
(8284,3,0,'We\'\'re almost to safety. From here, we run. Try not to get too far behind! GO!',12,0,100,0,0,0,4357,0,'Dorius Stonetender'),
|
|
(8284,4,0,'The gate is in sight! We\'\'re going to make it! But first, I need to take a breather.',12,0,100,0,0,0,4363,0,'Dorius Stonetender'),
|
|
(8284,5,0,'ARRRRRGH! He got me!',12,0,100,0,0,0,4359,0,'Dorius Stonetender'),
|
|
(8284,6,0,'%s points to the parchment on the ground.',16,0,100,0,0,0,5944,0,'Dorius Stonetender'),
|
|
(8284,7,0,'%s disappears in a cloud of dust.',16,0,100,0,0,0,4362,0,'Dorius Stonetender'),
|
|
(8284,8,0,'Are you going to let an injured dwarf do all the work for you?',12,0,100,0,0,0,4352,0,'Dorius Stonetender'),
|
|
(8284,8,1,'It\'s on! $n, meet my fists. Fists, say hello to $n.',12,0,100,0,0,0,4353,0,'Dorius Stonetender'),
|
|
(8284,9,0,'Onward! And be on guard this time! I\'m not going to carry anymore fights.',12,0,100,0,0,0,4355,0,'Dorius Stonetender'),
|
|
(8297,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Magronos the Unyielding'),
|
|
(8337,0,0,'The secrets of Suntara will not leave these lands.',14,0,100,0,0,0,4346,0,'Summon Dark Iron Steelshifter'),
|
|
(8338,0,0,'He\'\'s mine...',14,0,100,0,0,0,4358,0,'Dark Iron Marksman'),
|
|
(8380,0,0,'Stand Prepared! The naga won\'t wait long to press their advantage once they know we\'re alive.',12,0,100,0,0,0,4658,0,'Captain Vanessa Beltis'),
|
|
(8383,210,0,'You\'re pushing it $N.',12,0,100,0,0,0,1402,0,'Master Wood - Say on Receive Emote 3'),
|
|
(8383,210,1,'Keep it up, $N, and I\'ll beat some manners into you.',12,0,100,0,0,0,1404,0,'Master Wood - Say on Receive Emote 2'),
|
|
(8383,210,2,'Don\'t make me go medieval on you.',12,0,100,0,0,0,1403,0,'Master Wood - Say on Receive Emote'),
|
|
(8383,211,0,'%s is not impressed.',16,0,100,11,0,0,1401,0,'Master Wood - Emote on Receive Emote'),
|
|
(8390,0,0,'There! Job\'s done.',12,0,100,1,0,0,4522,0,'Chemist Cuely'),
|
|
(8391,0,0,'Your task is complete. Prepare to meet your doom.',12,0,100,0,0,0,4391,0,'Lathoric the Black'),
|
|
(8391,1,0,'Obsidion, Rise and Serve your Master!',14,0,100,0,0,0,4392,0,'Lathoric the Black'),
|
|
(8392,0,1,'Been waitin\' for ya, $n. Glad to see you\'ve come through. Do you have the shipment?',12,7,100,3,0,0,4406,0,'Pilot Xiggs Fuselighter - Greet on summon'),
|
|
(8393,0,0,'Wha... what\'s happening?',12,0,100,15,0,0,4533,0,'Thersa Windsong'),
|
|
(8419,0,0,'Infidels!',12,0,100,0,0,0,4380,0,'Twilight Idolater'),
|
|
(8419,0,1,'You dare interrupt our prayer? Execute them!',12,0,100,0,0,0,4381,0,'Twilight Idolater'),
|
|
(8419,0,2,'You will make a fitting sacrifice to Ragnaros.',12,0,100,0,0,0,4382,0,'Twilight Idolater'),
|
|
(8419,0,3,'Excellent, fresh blood has arrived.',12,0,100,0,0,0,4383,0,'Twilight Idolater'),
|
|
(8421,0,0,'Fools. I knew that if I played upon my brother\'s feeble emotions, he would send \'rescuers.\'',12,0,100,0,0,0,4394,0,'Dorius'),
|
|
(8421,1,0,'How easy it was to manipulate you into recovering the last Suntara stone from those imbeciles of the Twilight\'s Hammer.',12,0,100,0,0,0,4395,0,'Dorius'),
|
|
(8421,2,0,'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.',12,0,100,0,0,0,4396,0,'Dorius'),
|
|
(8421,3,0,'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.',12,0,100,0,0,0,4397,0,'Dorius'),
|
|
(8421,4,0,'And ultimately, it was Ragnaros that named me when I was reborn as an acolyte of fire: Lathoric... Lathoric the Black.',12,0,100,0,0,0,4398,0,'Dorius'),
|
|
(8421,5,0,'%s\'s laughter trails off...',16,0,100,0,0,0,4399,0,'Dorius'),
|
|
(8421,6,0,'Bravo! Bravo! Good show. What? You thought I was dead?',12,0,100,0,0,0,4393,0,'Dorius'),
|
|
(8439,0,0,'Use this Staff of Command on Raze when you are near Shadowsilk Poachers and he will make them rue the day they decided to poach in these lands.',12,0,100,1,0,0,4414,0,'Nilith Lokrav'),
|
|
(8440,0,0,'I DRAW CLOSER TO THE WORLD!',14,0,100,0,0,5867,0,3,'Shade of Hakkar'),
|
|
(8440,1,0,'I TASTE THE BLOOD OF LIFE.',14,0,100,0,0,5868,0,3,'Shade of Hakkar'),
|
|
(8440,2,0,'I AM HERE!',14,0,100,0,0,5869,4545,3,'Shade of Hakkar'),
|
|
(8440,3,0,'HAKKAR LIVES!',14,0,100,0,0,5870,6254,3,'Shade of Hakkar'),
|
|
(8441,0,0,'Raze follow $n! Raze SMASH poachers! SMASH SMASH SMASH! Tell Raze to SMASH by playing with stick! SMASH!',12,0,100,0,0,0,4521,0,'Raze'),
|
|
(8441,1,0,'Use staff, tell Raze what do! Show Raze poacher! Raze smash!',12,0,100,0,0,0,5949,0,'Raze'),
|
|
(8441,2,0,'Raze need go home now. Bye, bye, $r.',12,0,100,0,0,0,4413,0,'Raze'),
|
|
(8441,2,1,'Bye, bye, tiny little $r. Raze go now.',12,0,100,0,0,0,4415,0,'Raze'),
|
|
(8443,0,0,'DIE MORTALS!',14,0,100,0,0,5871,0,3,'Avatar of Hakkar'),
|
|
(8479,0,0,'%s chants in an unknown tongue.',16,0,100,0,0,0,4447,0,'Kalaran Windblade'),
|
|
(8479,1,0,'Be patient, $n. The torch is almost complete.',12,0,100,1,0,0,4448,0,'Kalaran Windblade'),
|
|
(8479,2,0,'%s falls to one knee. He looks exhausted.',16,0,100,0,0,0,4449,0,'Kalaran Windblade'),
|
|
(8479,3,0,'It is done...',12,0,100,0,0,0,4450,0,'Kalaran Windblade'),
|
|
(8480,0,0,'Glorious, indeed, Maltrake. It looks as if my plan worked perfectly. Wouldn\'t you say so, mortal?',12,0,100,0,0,0,4456,0,'Kalaran the Deceiver'),
|
|
(8480,1,0,'%s lets loose a reptilian laugh... at least you think it\'s a laugh.',16,0,100,0,0,0,4458,0,'Kalaran the Deceiver'),
|
|
(8480,2,0,'You would not have helped the legion of Blackrock had we just asked for your assistance, now would you?',12,0,100,0,0,0,4457,0,'Kalaran the Deceiver'),
|
|
(8480,3,0,'SILENCE FOOL!',12,0,100,0,0,0,4460,0,'Kalaran the Deceiver'),
|
|
(8480,4,0,'They will live, if only to see the fruits of their labor: the destruction and chaos that will surely ensue as the legion of Blackrock invade the gorge.',12,0,100,0,0,0,4461,0,'Kalaran the Deceiver'),
|
|
(8480,5,0,'I leave you now, mortals. Alive and with these trinkets. Maltrake! Present them with the trinkets!',12,0,100,0,0,0,4462,0,'Kalaran the Deceiver'),
|
|
(8480,6,0,'%s begins to flap his massive wings faster. He is preparing for flight.',16,0,100,0,0,0,4464,0,'Kalaran the Deceiver'),
|
|
(8480,7,0,'Oh yes, the molt - do not lose it. There are those of my kin in the Burning Steppes that would craft items that only the molt of the black Dragonflight could fortify.',12,0,100,0,0,0,4463,0,'Kalaran the Deceiver'),
|
|
(8480,8,0,'The legion of Blackrock comes, dwarflings! We shall scorch the earth and set fire to the heavens. None shall survive...',14,0,100,0,0,0,4465,0,'Kalaran the Deceiver'),
|
|
(8497,0,0,'No! We cannot allow you to summon Hakkar!',14,0,100,0,0,0,4529,0,'Nightmare Suppressor'),
|
|
(8497,0,1,'You must not summon our god!',14,0,100,0,0,0,4530,0,'Nightmare Suppressor'),
|
|
(8497,0,2,'No! You must not do this!',14,0,100,0,0,0,0,0,'Nightmare Suppressor'),
|
|
(8497,0,3,'Stop! Infidels!',14,0,100,0,0,0,0,0,'Nightmare Suppressor'),
|
|
(8497,0,4,'Wha... what\'s happening?',14,0,100,0,0,0,4533,0,'Nightmare Suppressor'),
|
|
(8503,0,0,'I\'ll cut you!',12,7,100,0,0,0,1912,0,'Gibblewilt'),
|
|
(8506,0,0,'My eyes! It burns... it burns...',15,0,100,0,0,0,4438,0,'Eranikus the Chained'),
|
|
(8506,0,1,'Torture me no more! Release me, mortal! The Swamp of Sorrows... mortal... please...',15,0,100,0,0,0,4439,0,'Eranikus the Chained'),
|
|
(8506,0,2,'Foolish mortal, I will rend your soul in two once I am released!',15,0,100,0,0,0,4440,0,'Eranikus the Chained'),
|
|
(8506,0,3,'You are an agent of their wicked god, fool. I will see you destroyed!',15,0,100,0,0,0,4441,0,'Eranikus the Chained'),
|
|
(8506,0,4,'My soul is not a trinket! Mortal, you must release me from these chains!',15,0,100,0,0,0,4442,0,'Eranikus the Chained'),
|
|
(8506,0,5,'It hurts so much... Itharius, my old friend... Please help me...',15,0,100,0,0,0,4443,0,'Eranikus the Chained'),
|
|
(8506,0,6,'Will the nightmare ever end?! I cannot force myself awake!',15,0,100,0,0,0,4444,0,'Eranikus the Chained'),
|
|
(8506,0,7,'My charge to watch the temple has failed... my corrupted soul knows no peace...',15,0,100,0,0,0,4445,0,'Eranikus the Chained'),
|
|
(8509,0,0,'What will we do with them, master? They are of no use to us anymore.',12,0,100,6,0,0,4459,0,'Squire Maltrake'),
|
|
(8509,1,0,'Right away, master!',12,0,100,2,0,0,4468,0,'Squire Maltrake'),
|
|
(8516,0,0,'All right, stay close. These fiends will jump right out of the shadows at you if you let your guard down.',12,0,100,0,0,0,4493,0,'Belnistrasz SAY_QUEST_ACCEPTED'),
|
|
(8516,1,0,'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!',12,0,100,0,0,0,4501,0,'Belnistrasz SAY_EVENT_START'),
|
|
(8516,2,0,'Three minutes left -- I can feel the energy starting to build! Keep up the solid defense!',14,0,100,0,0,0,4504,0,'Belnistrasz SAY_EVENT_THREE_MIN_LEFT'),
|
|
(8516,3,0,'Just two minutes to go! We\'re half way there, but don\'t let your guard down!',14,0,100,0,0,0,4505,0,'Belnistrasz SAY_EVENT_TWO_MIN_LEFT'),
|
|
(8516,4,0,'One more minute! Hold on now, the ritual is about to take hold!',14,0,100,0,0,0,4506,0,'Belnistrasz SAY_EVENT_ONE_MIN_LEFT'),
|
|
(8516,5,0,'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!',14,0,100,4,0,0,4507,0,'Belnistrasz SAY_EVENT_END'),
|
|
(8516,6,0,'You\'ll rue the day you crossed me, $n.',12,0,100,0,0,0,9008,0,'Belnistrasz SAY_AGGRO'),
|
|
(8516,7,0,'Watch out for the $n!',12,0,100,0,0,0,9006,0,'Belnistrasz SAY_WATCH_OUT'),
|
|
(8538,0,0,'%s lets out a high pitched screech, calling for help!',16,0,100,0,0,0,2481,0,'Unseen Servant - Call for help Say'),
|
|
(8539,0,0,'%s lets out a high pitched screech, calling for help!',16,0,100,0,0,0,2481,0,'Eyeless Watcher - Call for help Say'),
|
|
(8567,0,0,'Me smell stench of the living!',14,0,100,0,0,5823,6185,0,'Glutton - SAY_AGGRO'),
|
|
(8567,1,0,'Me feast on you all!',14,0,100,0,0,5824,6186,0,'Glutton - SAY_SLAY'),
|
|
(8567,2,0,'%s is getting hungry!',16,0,100,0,0,0,0,0,'Glutton - EMOTE_50%'),
|
|
(8567,3,0,'%s is getting VERY hungry!',16,0,100,0,0,0,0,0,'Glutton - EMOTE 15%'),
|
|
(8578,0,0,'You dare! Now feel my wrath!',14,0,100,0,0,0,4495,0,'Magus Rimtori'),
|
|
(8579,0,0,'It is true, $n. The wheels of doom now turn, inevitably, toward the true return of Hakkar!',12,0,100,5,0,0,10456,0,'Yeh\'kinya'),
|
|
(8579,1,0,'Blood and souls for Hakkar! HAHAHAH!',14,0,100,0,0,6963,10457,0,'Yeh\'kinya'),
|
|
(8580,0,0,'My banishment is ended! Let the blood flow!',14,14,100,0,0,5859,4485,0,'Atal\'alarion'),
|
|
(8580,1,0,'I\'ll feast on your bones!',14,14,100,0,0,5860,6216,0,'Atal\'alarion'),
|
|
(8581,0,0,'Who dares?! I will destroy you!',12,0,100,0,0,0,4502,0,'Blood Elf Defender'),
|
|
(8581,1,0,'Mistress!! They seek to destroy your work!!',12,0,100,0,0,0,4491,0,'Blood Elf Defender'),
|
|
(8581,2,0,'Ha! Now your death is ensured!',12,0,100,0,0,0,4492,0,'Blood Elf Defender'),
|
|
(8598,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Frenzied Plaguehound'),
|
|
(8609,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Alexandra Constantine'),
|
|
(8610,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Kroum'),
|
|
(8666,0,0,'Don worry, Ill find a good home for ya.',12,7,100,0,0,0,4523,0,'Lil Timmy'),
|
|
(8666,0,1,'Can anyone give my adorable, extra little kitty a home?',12,7,100,0,0,0,4524,0,'Lil Timmy'),
|
|
(8666,0,2,'I can believe dad won let me keep your sister.',12,7,100,0,0,0,4525,0,'Lil Timmy'),
|
|
(8666,0,3,'Kitten for sale, looking for a good home.',12,7,100,0,0,0,4526,0,'Lil Timmy'),
|
|
(8666,0,4,'What does allergic mean anyway? And what does it have to do with either of my kitties?',12,7,100,0,0,0,4527,0,'Lil Timmy'),
|
|
(8666,0,5,'Will someone please give my little kitten a good home?',12,7,100,0,0,0,4528,0,'Lil Timmy'),
|
|
(8668,0,0,'%s searches for a source of arcane energy.',16,0,100,0,0,0,4570,0,'Felhound Tracker'),
|
|
(8668,1,0,'%s growls.',16,0,100,35,0,0,4571,0,'Felhound Tracker'),
|
|
(8696,0,0,'Thank again, $n. Now I\'ll just wait here until it\'s safe to leave.',12,0,100,0,0,0,4575,0,'Henry Stern'),
|
|
(8761,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Mosshoof Courser'),
|
|
(8856,0,0,'By your command!',12,0,100,0,0,0,19352,0,'tyrion spybot SAY_QUEST_ACCEPT_ATTACK'),
|
|
(8856,1,0,'Good day to you both. I would speak to Lord Lescovar.',12,0,100,0,0,0,3781,0,'tyrion spybot SAY_SPYBOT_1'),
|
|
(8856,2,0,'Thank you. The Light be with you both.',12,0,100,0,0,0,3782,0,'tyrion spybot SAY_SPYBOT_2'),
|
|
(8856,3,0,'Milord, your guest has arrived. He awaits your presence.',12,0,100,0,0,0,3762,0,'tyrion spybot SAY_SPYBOT_3'),
|
|
(8856,4,0,'I shall use the time wisely, milord. Thank you.',12,0,100,0,0,0,3791,0,'tyrion spybot SAY_SPYBOT_4'),
|
|
(8877,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Sandfury Zealot'),
|
|
(8887,0,0,'Leave this place. <The relic emits a white hot arc of flame. A memory has been gained: A lone Dark Iron dwarf is surrounded by seven corpses, kneeling before a monolith of flame.>',15,0,100,0,0,0,4594,0,'A tormented voice'),
|
|
(8887,0,1,'You will perish here. <Your mind fills with visions of chaos and destruction.>',15,0,100,0,0,0,4595,0,'A tormented voice'),
|
|
(8887,0,2,'Do not taint these ruins, mortal. <You are engulfed in a blinding flash of light. A creature composed entirely of flame is the only thing you can remember seeing.>',15,0,100,0,0,0,4596,0,'A tormented voice'),
|
|
(8887,0,3,'Help us, outsider. <The relic crumbles to dust. A vision of eight Dark Iron dwarves performing some sort of ritual fills your head.>',15,0,100,0,0,0,4597,0,'A tormented voice'),
|
|
(8887,0,4,'He cannot be defeated. <The relic burns to nothing. The memories it held are now your own. This city was destroyed by a being not of this world.>',15,0,100,0,0,0,4598,0,'A tormented voice'),
|
|
(8887,0,5,'Your existence is acknowledged. <The relic turns to dust. Your head throbs with newfound wisdom. Something evil lurks in the heart of the mountain.>',15,0,100,0,0,0,4599,0,'A tormented voice'),
|
|
(8887,0,6,'Defiler... you will be punished for this incursion. <A symbol of flame radiates from the relic before it crumbles to the earth.>',15,0,100,0,0,0,4600,0,'A tormented voice'),
|
|
(8891,0,0,'You can\'t hide from us. Prepare to burn!',14,0,100,0,0,0,5271,0,'Anvilrage Guardsman'),
|
|
(8905,0,0,'Intruders!!',12,0,100,0,0,0,4961,0,'Warbringer Construct'),
|
|
(8906,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,2384,0,'Ragereaver Golem'),
|
|
(8929,0,0,'%s is visibly shaken by the death of Emperor Thaurissan.',16,0,100,18,0,0,5429,0,'Princess Moira Bronzebeard'),
|
|
(8956,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Angerclaw Bear'),
|
|
(8957,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Angerclaw Grizzly'),
|
|
(8958,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Angerclaw Mauler'),
|
|
(8962,0,0,'I know how to speak kitty, and Effsee said thank you.',12,0,100,18,0,0,4628,0,'Hilary'),
|
|
(8963,0,0,'Meow!',12,0,100,0,0,0,4627,0,'Effsee'),
|
|
(8977,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Krom\'Grul'),
|
|
(8977,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Krom\'Grul'),
|
|
(8977,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Krom\'Grul'),
|
|
(8979,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Gruklash'),
|
|
(8983,0,0,'Intruders in the Manufactory? My constructs will destroy you!',12,0,100,0,0,0,5297,0,'Golem Lord Argelmach Say 0'),
|
|
(9017,0,0,'I cannot be destroyed! By the will of Ragnaros, I shall be reborn!',12,0,100,0,0,0,5061,0,'Lord Incendius'),
|
|
(9019,0,0,'Come to aid the Throne!',14,0,100,0,0,0,0,0,'Aggro line council alive'),
|
|
(9019,1,0,'I will crush you into little tiny pieces!',14,0,100,0,0,0,5457,0,'Aggro line council dead'),
|
|
(9019,2,0,'Hail to the king, baby!',14,0,100,0,0,0,5431,0,'Killing player'),
|
|
(9019,3,0,'Your efforts are utterly pointless, fools! You will never be able to defeat me!',14,0,100,0,0,0,5312,0,'Killing council 1'),
|
|
(9019,4,0,'They were just getting in the way anyways.',14,0,100,0,0,0,5313,0,'Killing council 2'),
|
|
(9019,5,0,'Ha! You can\'t even begin to imagine the futility of your efforts.',14,0,100,0,0,0,5314,0,'Killing council 3'),
|
|
(9019,6,0,'Is that the best you can do? Do you really expect that you could defeat someone as awe inspiring as me?',14,0,100,0,0,0,5315,0,'Killing council 4'),
|
|
(9019,7,0,'Thank you for clearing out those foolish senators. Now prepare to meet your doom at the hands of Ragnaros\' most powerful servant.',14,0,100,0,0,0,5311,0,'Killing all council'),
|
|
(9021,0,0,'Key... get the key... Gerstahn has... key.',12,0,100,0,0,0,4723,0,'Kharan Mighthammer'),
|
|
(9021,0,1,'Try and make yourself useful, $r. GET ME OUT OF HERE! The High Interrogator has the key.',12,0,100,0,0,0,4724,0,'Kharan Mighthammer'),
|
|
(9021,0,2,'HEY! HEY YOU! $R! Get me out of here!',12,0,100,0,0,0,4725,0,'Kharan Mighthammer'),
|
|
(9021,0,3,'%s groans.',16,0,100,0,0,0,4726,0,'Kharan Mighthammer'),
|
|
(9026,0,0,'I will be reborn, mortals! Incendius shall raise me from these ashes!',12,0,100,0,0,0,5059,0,'Overmaster Pyron'),
|
|
(9028,0,0,'%s goes into a killing frenzy!',16,0,100,0,0,0,24143,0,'grizzle EMOTE_FRENZY_KILL'),
|
|
(9039,0,0,'You have challenged the Seven, and now you will die!',12,0,100,0,0,0,4894,0,'start event'),
|
|
(9042,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Verek'),
|
|
(9082,0,0,'Well done, soldiers! At ease!',12,1,100,0,0,0,4692,0,'Thal\'trak Proudtusk'),
|
|
(9096,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Rage Talon Dragonspawn'),
|
|
(9116,0,0,'May this evil aura be banished from this artifact!',12,0,100,0,0,0,8366,0,'Eridan Bluewind'),
|
|
(9116,1,0,'I can feel the presence of evil leaving...',12,0,100,0,0,0,8367,0,'Eridan Bluewind'),
|
|
(9117,0,0,'Now, lets see... If I am correct, then... Hmmm...',12,0,100,6,0,0,5287,0,'J.D. Collie'),
|
|
(9117,1,0,'Blue plus red... I predict...',12,0,100,0,0,0,5288,0,'J.D. Collie'),
|
|
(9117,2,0,'$n, thats it! I have finally figured it out!',12,0,100,5,0,0,5289,0,'J.D. Collie'),
|
|
(9117,3,0,'Ahh... My experiments never seem to work out right. Maybe I should go back downstream.',12,0,100,0,0,0,4843,0,'J.D. Collie'),
|
|
(9117,4,0,'%s begins to combine different colored crystals together.',16,0,100,0,0,0,4846,0,'J.D. Collie'),
|
|
(9117,5,0,'I think...I think it\'s working!',12,0,100,0,0,0,4847,0,'J.D. Collie'),
|
|
(9117,6,0,'OW! That\'s not right!',12,0,100,0,0,0,4852,0,'J.D. Collie'),
|
|
(9117,7,0,'Oh well... Maybe next time.',12,0,100,0,0,0,4853,0,'J.D. Collie'),
|
|
(9117,8,0,'I know it\'ll work this time...',12,0,100,1,0,0,4839,0,'J.D. Collie'),
|
|
(9117,8,1,'This will be my best experiment yet!',12,0,100,1,0,0,4840,0,'J.D. Collie'),
|
|
(9117,8,2,'I know it\'ll work this time... My last 13 tries were just practice!',12,0,100,1,0,0,4842,0,'J.D. Collie'),
|
|
(9117,9,0,'Now, if I add the yellow ones...',12,0,100,0,0,0,4841,0,'J.D. Collie'),
|
|
(9119,0,0,'I hope this works!',12,0,100,0,0,0,4966,0,'Muigin'),
|
|
(9119,1,0,'%s adds the haze to the Bloodpetal sprouts.',16,0,100,0,0,0,4967,0,'Muigin'),
|
|
(9119,2,0,'Look at them go!',12,0,100,0,0,0,4968,0,'Muigin'),
|
|
(9119,3,0,'%s laughs as he watches the pests run off.',16,0,100,11,0,0,4969,0,'Muigin'),
|
|
(9156,0,0,'Your reign of terror ends now! Face your doom mortals!',14,0,100,0,0,0,0,0,'Ambassador_flamelash_aggro'),
|
|
(9216,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Spirestone Warlord'),
|
|
(9259,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Firebrand Grunt'),
|
|
(9268,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Smolderthorn Berserker'),
|
|
(9298,0,0,'%s looks around nervously.',16,0,100,0,0,0,6231,0,'Donova Snowden'),
|
|
(9298,1,0,'Are you sure you weren\'t followed here? I have a very bad feeling all of a sudden...',12,0,100,6,0,0,6232,0,'Donova Snowden'),
|
|
(9298,2,0,'Be on your guard!',14,0,100,5,0,0,6233,0,'Donova Snowden'),
|
|
(9298,3,0,'Please, follow me.',12,0,100,0,0,0,6153,0,'Donova Snowden'),
|
|
(9298,4,0,'I haven\'t really figured out what it is, but there\'s something strange about the hot springs...',12,0,100,0,0,0,6154,0,'Donova Snowden'),
|
|
(9298,5,0,'%s tosses the sword into the shallow pool.',16,0,100,61,0,0,6155,0,'Donova Snowden'),
|
|
(9298,6,0,'I\'ve found that when I throw something into this water, it has improved incredibly when I retrieve it.',12,0,100,0,0,0,6156,0,'Donova Snowden'),
|
|
(9298,7,0,'Well, whatever it is, it works quite well!',12,0,100,0,0,0,6157,0,'Donova Snowden'),
|
|
(9298,8,0,'And I am determined to find out more... So if you need my help again, you know where I\'ll be.',12,0,100,0,0,0,6158,0,'Donova Snowden'),
|
|
(9316,0,0,'Ok, let\'s get started.',12,0,100,1,0,0,1610,0,'Wenikee Boltbucket'),
|
|
(9316,1,0,'... oops.',12,0,100,1,0,0,4730,0,'Wenikee Boltbucket'),
|
|
(9447,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Warder'),
|
|
(9447,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Warder'),
|
|
(9447,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Warder'),
|
|
(9447,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Warder'),
|
|
(9448,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Praetorian'),
|
|
(9448,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Praetorian'),
|
|
(9448,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Praetorian'),
|
|
(9448,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Praetorian'),
|
|
(9449,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Cleric'),
|
|
(9449,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Cleric'),
|
|
(9449,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Cleric'),
|
|
(9449,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Cleric'),
|
|
(9450,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Curate'),
|
|
(9450,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Curate'),
|
|
(9450,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Curate'),
|
|
(9450,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Curate'),
|
|
(9451,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Archmage'),
|
|
(9451,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Archmage'),
|
|
(9451,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Archmage'),
|
|
(9451,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Archmage'),
|
|
(9452,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Enchanter'),
|
|
(9452,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Enchanter'),
|
|
(9452,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Enchanter'),
|
|
(9452,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Enchanter'),
|
|
(9453,0,0,'Who dares awaken Aquementas?',14,0,100,0,0,0,5465,0,'Aquementas'),
|
|
(9453,1,0,'$n, you have disturbed me from my rest!',12,0,100,0,0,0,5463,0,'Aquementas'),
|
|
(9453,2,0,'%s begins to cast a powerful spell.',16,0,100,0,0,0,5427,0,'Aquementas'),
|
|
(9453,3,0,'%s transforms the items into a totem.',16,0,100,0,0,0,5428,0,'Aquementas'),
|
|
(9454,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Xavathras'),
|
|
(9456,0,0,'The Kolkar are the strongest!',14,0,100,0,0,0,4917,0,'Warlord Krom\'zar: spawn'),
|
|
(9458,0,0,'Defend the bunkers!',12,1,100,0,0,0,4922,0,'Kolkar Axe Thrower'),
|
|
(9458,0,1,'Our foes will fall!',12,1,100,0,0,0,4925,0,'Kolkar Axe Thrower'),
|
|
(9458,0,2,'Death to the Alliance!',12,0,100,0,0,0,33421,0,'Kolkar Axe Thrower'),
|
|
(9460,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'SAY_GUARD_SIL_AGGRO1'),
|
|
(9460,0,1,'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... ',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(9460,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(9461,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Frenzied Black Drake'),
|
|
(9467,0,0,'%s abandons the block he was holding up in the doorway, and looks towards the bait.',16,0,100,0,0,0,4836,0,'Miblon Snarltooth'),
|
|
(9467,1,0,'%s sniffs the bait.',16,0,100,0,0,0,4768,0,'Miblon Snarltooth'),
|
|
(9467,2,0,'Grumble...',12,0,100,0,0,0,4766,0,'Miblon Snarltooth'),
|
|
(9467,3,0,'%s gnaws at the bait ravenously.',16,0,100,0,0,0,4771,0,'Miblon Snarltooth'),
|
|
(9476,0,0,'What are you doing? Intruders!!',14,0,100,0,0,0,4962,0,'Watchman Doomgrip'),
|
|
(9499,0,0,'Drink up! There\'\'s more where that came from!',12,0,100,0,0,0,5307,0,'Plugger_Spazzring'),
|
|
(9499,0,1,'Enjoy! You won\'\'t find better ale anywhere!',12,0,100,0,0,0,5308,0,'Plugger_Spazzring'),
|
|
(9499,0,2,'Have you tried the Dark Iron Ale? It\'\'s the best!',12,0,100,0,0,0,5309,0,'Plugger_Spazzring'),
|
|
(9499,0,3,'Try the boar! It\'\'s my new recipe!',12,0,100,0,0,0,5310,0,'Plugger_Spazzring'),
|
|
(9499,1,0,'What are you doing over there?',14,0,100,0,0,0,5054,0,'Plugger_Spazzring'),
|
|
(9499,1,1,'Hey! Get away from that!',14,0,100,0,0,0,5053,0,'Plugger_Spazzring'),
|
|
(9499,1,2,'Hey! Stop that!',14,0,100,0,0,0,5056,0,'Plugger_Spazzring'),
|
|
(9499,1,3,'No stealing the goods!',14,0,100,0,0,0,5055,0,'Plugger_Spazzring'),
|
|
(9499,1,4,'Phalanx, I think you need to teach thos person a lesson.',14,0,100,0,0,0,5057,0,'Plugger_Spazzring'),
|
|
(9499,2,0,'Hey, my pockets were picked!',14,0,100,0,0,0,5266,0,'Plugger_Spazzring'),
|
|
(9499,2,1,'That\'\'s it! No more beer until this mess is sorted out!',14,0,100,0,0,0,5267,0,'Plugger_Spazzring'),
|
|
(9499,3,0,'That\'\'s it! You\'\'re going down!',14,0,100,0,0,0,5060,0,'Plugger_Spazzring'),
|
|
(9500,0,0,'You got it!',12,0,100,0,0,0,4979,0,'Nagmara'),
|
|
(9500,0,1,'Coming right up!',12,0,100,0,0,0,4980,0,'Nagmara'),
|
|
(9500,0,2,'I\'ll bring it right over, baby...',12,0,100,0,0,0,4981,0,'Nagmara'),
|
|
(9500,0,3,'Yes $gsir:madam;.',12,0,100,0,0,0,4983,0,'Mistress Nagmara'),
|
|
(9500,1,0,'Hey, Rocknot!',12,0,100,0,0,0,5000,0,'Nagmara'),
|
|
(9500,2,0,'Let\'s go, honey.',12,0,100,0,0,0,5001,0,'Nagmara'),
|
|
(9500,3,0,'%s kisses her lover.',12,0,100,0,0,0,5002,0,'Nagmara'),
|
|
(9503,0,0,'Ah, hits the spot!',12,0,100,0,0,0,5172,0,'Rocknot'),
|
|
(9503,1,0,'I want more ale! Give me more ale!',12,0,100,0,0,0,5166,0,'Rocknot'),
|
|
(9503,2,0,'That one\'s empty!!',12,0,100,0,0,0,5167,0,'Rocknot'),
|
|
(9503,3,0,'Ah, empty again!',12,0,100,0,0,0,5168,0,'Rocknot'),
|
|
(9503,4,0,'ALE!',12,0,100,0,0,0,5169,0,'Rocknot'),
|
|
(9503,5,0,'%s kisses Mistress Nagmara',12,0,100,0,0,0,5003,0,'Rocknot'),
|
|
(9503,6,0,'I\'m getting out of here!',12,0,100,0,0,0,5281,0,'Rocknot'),
|
|
(9520,0,0,'You have come to play? Then let us play!',12,0,100,0,0,0,4927,0,'Grark Lorkrub'),
|
|
(9520,1,0,'%s submits.',16,0,100,0,0,0,4918,0,'Grark Lorkrub'),
|
|
(9520,2,0,'I know the way, insect. There is no need to prod me as if I were cattle.',12,0,100,1,0,0,4903,0,'Grark Lorkrub'),
|
|
(9520,3,0,'Surely you do not think that you will get away with this incursion. They will come for me and you shall pay for your insolence.',12,0,100,1,0,0,4904,0,'Grark Lorkrub'),
|
|
(9520,4,0,'RUN THEM THROUGH BROTHERS!',12,0,100,5,0,0,4905,0,'Grark Lorkrub'),
|
|
(9520,5,0,'I doubt you will be so lucky the next time you encounter my brethren.',12,0,100,1,0,0,4906,0,'Grark Lorkrub'),
|
|
(9520,6,0,'They come for you, fool!',12,0,100,5,0,0,4907,0,'Grark Lorkrub'),
|
|
(9520,7,0,'What do you think you accomplish from this, fool? Even now, the Blackrock armies make preparations to destroy your world.',12,0,100,1,0,0,4908,0,'Grark Lorkrub'),
|
|
(9520,8,0,'On darkest wing they fly. Prepare to meet your end!',12,0,100,5,0,0,4909,0,'Grark Lorkrub'),
|
|
(9520,9,0,'The worst is yet to come!',12,0,100,1,0,0,4911,0,'Grark Lorkrub'),
|
|
(9520,10,0,'%s laughs.',16,0,100,11,0,0,4912,0,'Grark Lorkrub'),
|
|
(9520,11,0,'Time to make your final stand, insect.',12,0,100,0,0,0,4913,0,'Grark Lorkrub'),
|
|
(9524,0,0,'%s charges!',16,0,100,0,0,0,1254,0,'Kolkar Invader: aggro'),
|
|
(9528,0,0,'Here is a beacon for you, $n. You must keep it in your possession if you are to find the corrupted items we will need.',12,7,100,25,5000,0,5245,0,'Arathandris Silversky - SAY_BEACON'),
|
|
(9529,0,0,'Here is a beacon for you, $n. You must keep it in your possession if you are to find the corrupted items we will need.',12,1,100,25,5000,0,5244,0,'Arathandris Silversky - SAY_BEACON'),
|
|
(9537,0,0,'Get away from those kegs!',14,0,100,0,0,0,4934,0,'Hurley Blackbreath'),
|
|
(9537,1,0,'You\'ll pay for that!',12,0,100,0,0,0,4936,0,'Hurley Blackbreath'),
|
|
(9538,0,0,'%s raises his massive axe over Grark.',16,0,100,0,0,0,4930,0,'High Executioner Nuzrak'),
|
|
(9539,0,0,'Kneel, Grark.',12,0,100,25,0,0,4928,0,'Shadow of Lexlort'),
|
|
(9539,1,0,'Grark Lorkrub, you have been charged and found guilty of treason against the Horde. How you plead is unimportant. High Executioner Nuzrak, step forward.',12,0,100,1,0,0,4929,0,'Shadow of Lexlort'),
|
|
(9539,2,0,'%s raises his hand and then lowers it.',16,0,100,0,0,0,4932,0,'Shadow of Lexlort'),
|
|
(9539,3,0,'End him...',12,0,100,0,0,0,4931,0,'Shadow of Lexlort'),
|
|
(9539,4,0,'You, soldier, report back to Kargath at once!',12,0,100,1,0,0,4933,0,'Shadow of Lexlort'),
|
|
(9543,0,0,'No! Get away from me! Help!!',12,0,100,0,0,0,4973,0,'Ribbly Screwspigot'),
|
|
(9545,0,0,'Hey Nagmara! How about a mug of Dark Iron Ale?',12,0,100,0,0,0,4984,0,'Patron'),
|
|
(9545,0,1,'Nagmara! Have any mutton left?',12,0,100,0,0,0,4985,0,'Patron'),
|
|
(9545,0,2,'Mistress, you tell Plugger that I want more of his ale. I can\'t get enough!',12,0,100,0,0,0,4986,0,'Patron'),
|
|
(9545,0,3,'Hey Nag, how about you slice me off a piece of that...',12,0,100,0,0,0,4987,0,'Patron'),
|
|
(9546,0,0,'Oh man, I thought I was dead for sure. Ugh... still dizzy...',12,0,100,0,0,0,4949,0,'Raschal the Courier'),
|
|
(9546,1,0,'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!',12,0,100,0,0,0,10620,0,'Raschal the Courier'),
|
|
(9547,0,0,'Hey Nagmara! How about a mug of Dark Iron Ale?',12,0,100,0,0,0,4984,0,'Patron'),
|
|
(9547,0,1,'Nagmara! Have any mutton left?',12,0,100,0,0,0,4985,0,'Patron'),
|
|
(9547,0,2,'Mistress, you tell Plugger that I want more of his ale. I can\'t get enough!',12,0,100,0,0,0,4986,0,'Patron'),
|
|
(9547,0,3,'Hey Nag, how about you slice me off a piece of that...',12,0,100,0,0,0,4987,0,'Patron'),
|
|
(9554,0,0,'Hey Nagmara! How about a mug of Dark Iron Ale?',12,0,100,0,0,0,4984,0,'Patron'),
|
|
(9554,0,1,'Nagmara! Have any mutton left?',12,0,100,0,0,0,4985,0,'Patron'),
|
|
(9554,0,2,'Mistress, you tell Plugger that I want more of his ale. I can\'t get enough!',12,0,100,0,0,0,4986,0,'Patron'),
|
|
(9554,0,3,'Hey Nag, how about you slice me off a piece of that...',12,0,100,0,0,0,4987,0,'Patron'),
|
|
(9564,0,0,'The zeppelin to Undercity has just arrived! All aboard for Tirisfal Glades!',14,0,100,0,0,0,29545,0,'Frezza'),
|
|
(9566,0,0,'The zeppelin to Orgrimmar has just arrived! All aboard for Durotar!',14,0,100,0,0,0,29551,0,'Zapetta - Arrival'),
|
|
(9566,1,0,'There goes the zeppelin to Orgrimmar. I hope there\'s no explosions this time.',12,0,100,0,0,0,22080,0,'Zapetta - Departure'),
|
|
(9568,0,0,'%s calls for help!',16,0,0,0,0,0,1064,0,''),
|
|
(9598,0,0,'Please, help me to get through this cursed forest, $r.',12,0,100,0,0,0,5004,0,'Arei'),
|
|
(9598,1,0,'The corruption of Felwood has trapped my spirit here... I may never rest...',12,0,100,0,0,0,5037,0,'Arei'),
|
|
(9598,1,1,'I regret that I must fight this $N',12,0,100,0,0,0,0,0,'Arei'),
|
|
(9598,1,2,'That I must fight my own kind deeply saddens me.',12,0,100,0,0,0,0,0,'Arei'),
|
|
(9598,1,3,'I sense the taint of corruption upon this $N. Help me destroy it!',12,0,100,0,0,0,5473,0,'Arei'),
|
|
(9598,1,4,'This $N has been driven mad from the corruption!',12,0,100,0,0,0,5475,0,'Arei'),
|
|
(9598,2,0,'That I must fight against my own kind deeply saddens me.',12,0,100,0,0,0,5008,0,'Arei'),
|
|
(9598,3,0,'The corruption of the fel has not left any of the creatures of Felwood untouched, $n. Please, be on your guard.',12,0,100,0,0,0,5005,0,'Arei'),
|
|
(9598,4,0,'I can sense it now, $n. Ashenvale lies down this path.',12,0,100,0,0,0,5023,0,'Arei'),
|
|
(9598,5,0,'I feel... something strange...',12,0,100,0,0,0,5026,0,'Arei'),
|
|
(9598,6,0,'$n, my form has now changed! The true strength of my spirit is returning to me now... The cursed grasp of the forest is leaving me.',12,0,100,0,0,0,5029,0,'Arei'),
|
|
(9598,7,0,'Thank you, $n. Now my spirit will finally be at peace.',12,0,100,0,0,0,5036,0,'Arei'),
|
|
(9598,8,0,'I sense the taint of corruption upon this $n. Help me destroy it!',12,0,100,0,0,0,5473,0,'Arei'),
|
|
(9598,8,1,'This creature suffers from the effects of the fel... We must end its misery.',12,0,100,0,0,0,5474,0,'Arei'),
|
|
(9598,8,2,'This $n has been driven mad from the corruption!',12,0,100,0,0,0,5475,0,'Arei'),
|
|
(9604,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gorgon\'och'),
|
|
(9604,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gorgon\'och'),
|
|
(9604,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Gorgon\'och'),
|
|
(9605,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Blackrock Raider'),
|
|
(9623,0,0,'A-Me good. Good, A-Me. Follow... follow A-Me. Home. A-Me go home.',12,0,100,0,0,0,0,0,'ame SAY_READY'),
|
|
(9623,1,0,'$n, no hurt A-Me. A-Me, good.',12,0,100,0,0,0,5158,0,'ame SAY_AGGRO1'),
|
|
(9623,2,0,'Good... good, A-Me. A-Me good. Home. Find home.',12,0,100,0,0,0,5063,0,'ame SAY_SEARCH'),
|
|
(9623,3,0,'Danger. Danger! $n try hurt A-Me.',12,0,100,0,0,0,5159,0,'ame SAY_AGGRO2'),
|
|
(9623,4,0,'Bad, $n. $n, bad!',12,0,100,0,0,0,5157,0,'ame SAY_AGGRO3'),
|
|
(9623,5,0,'A-Me home! A-Me, good! Good A-Me. Home. Home. Home.',12,0,100,0,0,0,5156,0,'ame SAY_FINISH'),
|
|
(9716,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bloodaxe Warmonger'),
|
|
(9779,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Flamekin Rager'),
|
|
(9816,0,0,'%s begins to regain its strength!',16,0,100,0,0,0,5565,0,'Pyroguard Emberseer'),
|
|
(9816,1,0,'%s is nearly at full strength!',16,0,100,0,0,0,5566,0,'Pyroguard Emberseer'),
|
|
(9816,2,0,'%s regains its power and breaks free of its bonds!',16,0,100,0,0,0,5567,0,'Pyroguard Emberseer'),
|
|
(9816,3,0,'Ha! Ha! Ha! Thank you for freeing me, fools. Now let me repay you by charring the flesh from your bones.',14,0,100,0,0,0,5268,0,'Pyroguard Emberseer'),
|
|
(9818,0,0,'%s begins to summon in a Blackhand Veteran!',16,0,100,0,0,0,5613,0,'Blackhand Summoner'),
|
|
(9818,1,0,'%s begins to summon in a Blackhand Dreadweaver!',16,0,100,0,0,0,5611,0,'Blackhand Summoner'),
|
|
(9876,0,0,'Ach! Thank you so much, $n! I\'m free! Finally!',12,0,100,4,0,0,5407,0,'Locheed'),
|
|
(9876,1,0,'You take care of yourself! I\'m gettin\' out o\' here.',12,0,100,5,0,0,5408,0,'Locheed'),
|
|
(9916,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Jarquia'),
|
|
(9937,0,0,'%s jumps into the moonwell, and goes underwater...',16,0,100,0,0,0,5939,0,'Common Kitten'),
|
|
(9938,0,0,'Emperor Thaurissan does not wish to be disturbed! Turn back now or face your doom, weak mortals!',14,0,100,0,0,0,5430,3,'Magmus - SAY_MAGMUS_BRAZIERS_LIT'),
|
|
(9978,0,0,'Guards! Help me!',12,7,100,0,0,0,4566,0,'Wesley'),
|
|
(9996,0,0,'I\'m very curious to see what this sample of water will do!',12,0,100,1,0,0,5945,0,'Winna Hazzard'),
|
|
(9996,1,0,'%s pours the corrupted water onto the cat.',16,0,100,16,0,0,5946,0,'Winna Hazzard'),
|
|
(9996,2,0,'Haha! Perfect!',12,0,100,11,0,0,5947,0,'Winna Hazzard'),
|
|
(9997,0,0,'Ringo! You\'re okay!',12,0,100,0,0,0,5405,0,'ringo SAY_SPR_END_2'),
|
|
(9997,1,0,'Ringo? Wake up! Don\'t worry, I\'ll take care of you.',12,0,100,0,0,0,5406,0,'ringo SAY_SPR_END_7'),
|
|
(9999,0,0,'Well, I\'m not sure how far I\'ll make it in this state... I\'m feeling kind of faint...',12,0,100,0,0,0,5391,0,'ringo SAY_RIN_START_1'),
|
|
(9999,0,1,'If I look woozy, slap me. If I pass out, use the canteen. Now let\'s go!',12,0,100,0,0,0,5392,0,'ringo SAY_RIN_START_2'),
|
|
(9999,1,0,'The heat... I can\'t take it...',12,0,100,0,0,0,5396,0,'ringo SAY_FAINT_1'),
|
|
(9999,1,1,'Maybe... you could carry me?',12,0,100,0,0,0,5397,0,'ringo SAY_FAINT_2'),
|
|
(9999,1,2,'Uuuuuuggggghhhhh....',12,0,100,0,0,0,5394,0,'ringo SAY_FAINT_3'),
|
|
(9999,1,3,'I\'m not feeling so well...',12,0,100,0,0,0,5395,0,'ringo SAY_FAINT_4'),
|
|
(9999,2,0,'Where... where am I?',12,0,100,0,0,0,26240,0,'ringo SAY_WAKE_1'),
|
|
(9999,2,1,'I am feeling a little better now, thank you.',12,0,100,0,0,0,5399,0,'ringo SAY_WAKE_2'),
|
|
(9999,2,2,'Yes, I must go on.',12,0,100,0,0,0,5398,0,'ringo SAY_WAKE_3'),
|
|
(9999,2,3,'How am I feeling? Quite soaked, thank you.',12,0,100,0,0,0,5401,0,'ringo SAY_WAKE_4'),
|
|
(9999,3,0,'Spraggle! I didn\'t think I\'d make it back!',12,0,100,0,0,0,5402,0,'ringo SAY_RIN_END_1'),
|
|
(9999,4,0,'Oh... I\'m feeling faint...',12,0,100,0,0,0,5403,0,'ringo SAY_RIN_END_3'),
|
|
(9999,5,0,'%s faints and falls onto the ground.',16,0,100,0,0,0,5393,0,'ringo EMOTE_RIN_END_4'),
|
|
(9999,6,0,'%s stands up after a short pause.',16,0,100,0,0,0,0,0,'ringo EMOTE_RIN_END_5'),
|
|
(9999,7,0,'Ugh.',12,0,100,0,0,0,5404,0,'ringo SAY_RIN_END_6'),
|
|
(9999,8,0,'%s fades away after a long pause.',16,0,100,0,0,0,0,0,'ringo EMOTE_RIN_END_8'),
|
|
(10000,0,0,'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. Vincent!',12,0,100,0,0,0,1456,3,'Arugal'),
|
|
(10000,1,0,'You and your pathetic ilk will find no more success in routing my sons and I than those beggardly remnants of the Kirin Tor.',12,0,100,0,0,0,5680,3,'Arugal'),
|
|
(10000,2,0,'If you will not serve my Master with your sword and knowledge of his enemies...',12,0,100,0,0,0,5681,3,'Arugal'),
|
|
(10000,3,0,'Your moldering remains will serve ME as a testament to what happens when one is foolish enough to trespass in my domain!',12,0,100,0,0,0,5682,3,'Arugal'),
|
|
(10042,0,0,'%s follows $n obediently.',16,0,100,0,0,0,5940,0,'Corrupted Saber'),
|
|
(10076,0,0,'You will not harm Emperor Thaurissan!',14,0,0,0,0,0,0,0,''),
|
|
(10096,0,0,'The Sons of Thaurissan shall watch you perish in the Ring of the Law!',14,0,100,0,0,0,5442,0,'grimstone SCRIPT_TEXT2'),
|
|
(10096,1,0,'Unleash the fury and let it be done!',14,0,100,0,0,0,5443,0,'grimstone SCRIPT_TEXT3'),
|
|
(10096,2,0,'But your real punishment lies ahead.',14,0,100,0,0,0,5445,0,'grimstone SCRIPT_TEXT5'),
|
|
(10096,3,0,'Good riddance!',14,0,100,0,0,0,5446,0,'grimstone SCRIPT_TEXT6'),
|
|
(10096,4,0,'You have been sentenced to death for crimes against the Dark Iron nation!',14,0,100,0,0,0,5441,0,'grimstone SCRIPT_TEXT1'),
|
|
(10096,5,0,'Haha! I bet you thought you were done!',14,0,100,0,0,0,5444,0,'grimstone SCRIPT_TEXT4'),
|
|
(10160,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Raging Moonkin'),
|
|
(10162,0,0,'Excellent... it would appear as if the meddlesome insects have arrived just in time to feed my legion. Welcome, mortals!',14,0,100,22,0,0,5635,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,1,0,'Let not even a drop of their blood remain upon the arena floor, my children. Feast on their souls!',14,0,100,22,0,0,5640,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,2,0,'Foolsss... Kill the one in the dress!',14,0,100,22,0,0,5665,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,3,0,'Inconceivable!',14,0,100,22,0,0,21235,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,4,0,'Your efforts will prove fruitless. None shall stand in our way!',14,0,100,22,0,0,5668,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,5,0,'Do not force my hand, children! I shall use your hides to line my boots.',14,0,100,22,0,0,5667,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,6,0,'Use the freezing breath, imbecile!',14,0,100,22,0,0,5664,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,7,0,'THIS CANNOT BE!!! Rend, deal with these insects.',14,0,100,0,0,0,5709,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,8,0,'The Warchief shall make quick work of you, mortals. Prepare yourselves!',14,0,100,25,0,0,5720,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,9,0,'Taste in my power!',14,0,100,0,0,0,5726,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,10,0,'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.',14,0,100,5,0,0,5824,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,11,0,'The mortals have fallen! The new age of the Blackrock legion is at hand!',14,0,100,22,0,0,5710,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,12,0,'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...',14,0,100,1,0,0,9907,0,'Lord Victor Nefarius SAY_GAMESBEGIN_1 (BWL)'),
|
|
(10162,13,0,'Let the games begin!',14,0,100,22,0,8280,35709,0,'Lord Victor Nefarius SAY_GAMESBEGIN_2 (BWL)'),
|
|
(10162,14,0,'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. Get up, little red wyrm...and destroy them!',14,0,100,23,0,8279,0,0,'Lord Victor Nefarius SAY_NEFARIAN_VAEL_INTRO (BWL)'),
|
|
(10162,15,0,'Enough! Playtime is over!',14,0,100,22,0,0,5596,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,16,0,'Vaelastrasz, when this world belongs to the black flight, your flight shall know its end.',14,0,100,22,0,0,5776,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10162,17,0,'But for now, your death will have to suffice...',14,0,100,0,0,0,5777,0,'Lord Victor Nefarius (UBRS)'),
|
|
(10181,0,0,'Sighing, %s kneels down and picks up the amulet.',16,0,100,0,0,0,19244,0,'npc_lady_sylvanas_windrunner EMOTE_LAMENT_END'),
|
|
(10181,1,0,'Belore...',12,0,100,0,0,0,19263,0,'npc_lady_sylvanas_windrunner SAY_LAMENT_END'),
|
|
(10181,2,0,'%s looks down at the discarded necklace. In her sadness, the lady incants a glamour, which beckons forth Highborne spirits. The chamber resonates with their ancient song about the Sin\'dorei...',16,0,100,0,0,0,19197,0,'Lady Sylvanas Windrunner EMOTE_LAMENT'),
|
|
(10181,3,0,'The Scourge attack against my court has been eliminated. You may go about your business.',0,0,0,0,0,0,12331,1,'City Attack End'),
|
|
(10184,0,0,'How fortuitous. Usually, I must leave my lair in order to feed.',14,0,100,0,0,0,8286,0,'Onyxia - Aggro'),
|
|
(10184,1,0,'Learn your place, mortal!',14,0,100,0,0,0,8287,0,'Onyxia - Kill Player'),
|
|
(10184,2,0,'This meaningless exertion bores me. I\'ll incinerate you all from above!',14,0,100,0,0,0,8288,0,'Onyxia - Phase 2'),
|
|
(10184,3,0,'It seems you\'ll need another lesson, mortals!',14,0,100,0,0,0,8290,0,'Onyxia - Phase 3'),
|
|
(10184,4,0,'%s takes in a deep breath...',41,0,100,0,0,0,36542,0,'Onyxia - Deep Breath Emote'),
|
|
(10184,5,0,'You seek to lure me from my clutch? You shall pay for your insolence!',14,0,100,0,0,0,8570,0,'Onyxia - Boundary Evade'),
|
|
(10200,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Rak\'shiri'),
|
|
(10204,0,0,'Misha lets OUT a loud roar AS she rakes her claws AGAINST the gronn\'s altar.',16,0,100,0,0,0,20261,0,'Misha'),
|
|
(10216,0,0,'Fishing is real easy. Just take a pole with a line on it, maybe put some bait on it, and cast it out in the water. Sure enough, them fish will start biting.',12,0,100,1,0,0,5531,0,'Gubber Blump'),
|
|
(10216,1,0,'I got some extras with me; if you pay me back what I paid for them, you can have one. I got some bait too.',12,0,100,0,0,0,5532,0,'Gubber Blump'),
|
|
(10220,0,0,'%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.',16,0,100,0,0,0,5548,0,'Halycon DEATH'),
|
|
(10262,0,0,'Bijou knows where treasures are hidden.',12,0,100,0,0,0,5542,0,'Opus - Random Say'),
|
|
(10262,0,1,'SQUAWK!! *cough* *cough* I need to quit smoking!',12,0,100,0,0,0,5539,0,'Opus - Random Say'),
|
|
(10262,0,2,'Ask Kibler about the treasure! SQUAWK!',12,0,100,0,0,0,5540,0,'Opus - Random Say'),
|
|
(10262,0,3,'They all go to the Spire but none ever come back... just like Bijou.',12,0,100,0,0,0,5544,0,'Opus - Random Say'),
|
|
(10262,0,4,'Opus wants some Cuergo\'s Gold... with worm.',12,0,100,0,0,0,5543,0,'Opus - Random Say'),
|
|
(10262,0,5,'Kibler is being investigated by G.E.T.A.',12,0,100,0,0,0,5545,0,'Opus - Random Say'),
|
|
(10262,0,6,'Bijou lost! SQUAWK! *cough',12,0,100,0,0,0,5541,0,'Opus - Random Say'),
|
|
(10262,0,7,'Dragons controlling orcs!? SQUAWK!',12,0,100,0,0,0,5546,0,'Opus - Random Say'),
|
|
(10296,0,0,'At last - one among you is worthy of my knowledge. Worry not - I have probed your thoughts, no harm will come to you.',12,0,100,1,0,0,5555,0,'Vaelan'),
|
|
(10296,1,0,'Listen carefully, for the lord of Blackrock will surely destroy you, should you not be prepared.',12,0,100,1,0,0,5556,0,'Vaelan'),
|
|
(10296,2,0,'%s is surrounded by a barrier of anti-magic.',16,0,100,0,0,0,5590,0,'Vaelan'),
|
|
(10296,3,0,'I have discerned the path that you must take. Are you prepared?',12,0,100,1,0,0,5591,0,'Vaelan'),
|
|
(10299,0,0,'Begone, mortal. You are not worthy of my knowledge.',15,0,100,0,0,0,5592,0,'Scarshield Infiltrator'),
|
|
(10300,0,0,'Remember, I need your help to properly channel. I will ask you to aid me several times on our path, so please be ready.',12,0,100,0,0,0,7365,0,'Ranshalla SAY_QUEST_START'),
|
|
(10300,1,0,'This blue light... It\'s strange. What do you think it means?',12,0,100,25,0,0,7375,0,'Ranshalla SAY_ENTER_OWL_THICKET'),
|
|
(10300,2,0,'We\'ve found it!',12,0,100,0,0,0,7380,0,'Ranshalla SAY_REACH_TORCH_1'),
|
|
(10300,2,1,'Please, light this while I am channeling.',12,0,100,0,0,0,7378,0,'Ranshalla SAY_REACH_TORCH_2'),
|
|
(10300,2,2,'This is the place. Let\'s light it.',12,0,100,0,0,0,7379,0,'Ranshalla SAY_REACH_TORCH_3'),
|
|
(10300,3,0,'Let\'s find the next one.',12,0,100,0,0,0,7410,0,'Ranshalla SAY_AFTER_TORCH_1'),
|
|
(10300,3,1,'We must continue on now.',12,0,100,0,0,0,7411,0,'Ranshalla SAY_AFTER_TORCH_2'),
|
|
(10300,4,0,'It is time for the final step; we must activate the altar.',12,0,100,0,0,0,7385,0,'Ranshalla SAY_REACH_ALTAR_1'),
|
|
(10300,5,0,'I will read the words carved into the stone, and you must find a way to light it.',12,0,100,0,0,0,7386,0,'Ranshalla SAY_REACH_ALTAR_2'),
|
|
(10300,6,0,'The altar is glowing! We have done it!',12,0,100,0,0,0,7412,0,'Ranshalla SAY_RANSHALLA_ALTAR_1'),
|
|
(10300,7,0,'What is happening? Look!',12,0,100,0,0,0,7388,0,'Ranshalla SAY_RANSHALLA_ALTAR_2'),
|
|
(10300,10,0,'Please, priestesses, forgive us for our intrusion. We do not wish any harm here.',12,0,100,0,0,0,7391,0,'Ranshalla SAY_RANSHALLA_ALTAR_5'),
|
|
(10300,11,0,'We only wish to know why the wildkin guard this area...',12,0,100,0,0,0,7392,0,'Ranshalla SAY_RANSHALLA_ALTAR_6'),
|
|
(10300,27,0,'Thank you for your help, $n. I wish you well in your adventures. ',12,0,100,0,0,0,7434,0,'Ranshalla SAY_RANSHALLA_END_1'),
|
|
(10300,28,0,'I want to stay here and reflect on what we have seen. Please see Erelas and tell him what we have learned.',12,0,100,0,0,0,7435,0,'Ranshalla SAY_RANSHALLA_END_2'),
|
|
(10300,29,0,'%s begins chanting a strange spell...',16,0,100,0,0,0,7467,0,'Ranshalla EMOTE_CHANT_SPELL'),
|
|
(10304,0,0,'Please wait while I attempt to bind the shards together so that they will be whole once again.',12,0,100,0,0,0,8332,0,'Aurora Skycaller'),
|
|
(10304,1,0,'Ishnu... Oshalan thara dormil... Anu\'dorin...',12,0,100,0,0,0,8333,0,'Aurora Skycaller'),
|
|
(10304,2,0,'Yes, I was able to reseal the relic, $n.',12,0,100,0,0,0,8338,0,'Aurora Skycaller'),
|
|
(10316,0,0,'%s attempts to run away in fear!',16,0,100,0,0,0,1150,0,'Blackhand Incarcerator - EMOTE_FLEE'),
|
|
(10317,0,0,'We\'re doomed!',14,0,100,0,0,0,5622,0,'Blackhand elite'),
|
|
(10321,0,0,'%s\'s will falters.',41,0,100,0,2000,0,5594,0,'Emberstrife Emote when below 10%'),
|
|
(10340,0,0,'All is not lost! Battle these beasts without fear. Your wounds I shall heal, bones I shall mend. Be renewed, heroes!',14,0,100,5,0,0,5748,0,'Vaelastrasz the Red'),
|
|
(10340,1,0,'You have come too far to fail. Stand back, mortals.',14,0,100,5,0,0,5760,0,'Vaelastrasz the Red'),
|
|
(10373,0,0,'What the... nobody cleanses a furbolg in MY camp! Face the wrath of Xabraxxis!',14,0,100,0,0,0,5616,0,'Xabraxxis'),
|
|
(10378,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Omusa Thunderhorn'),
|
|
(10381,0,0,'%s collapses but the broken body rises again!',16,0,100,0,0,0,5772,0,'Ravaged Cadaver'),
|
|
(10382,0,0,'%s collapses but the broken body rises again!',16,0,100,0,0,0,5772,0,'Mangled Cadaver'),
|
|
(10384,0,0,'%s returns the rude gesture to $N',16,0,100,14,0,0,0,0,'Spectral Citizen'),
|
|
(10385,0,0,'%s returns the rude gesture to $N',16,0,100,14,0,0,0,0,'Ghostly Citizen'),
|
|
(10394,0,0,'Who dares disturb our master?',14,0,100,0,0,0,6415,3,'Black Guard Sentry'),
|
|
(10399,0,0,'One of the Ash\'ari Crystals has been destroyed! Slay the intruders!',14,0,100,0,0,0,6492,3,'Thuzadin Acolyte'),
|
|
(10399,0,1,'An Ash\'ari Crystal has fallen! Stay true to the Lich King, my brethren, and attempt to resummon it.',14,0,100,0,0,0,6526,3,'Thuzadin Acolyte'),
|
|
(10399,0,2,'An Ash\'ari Crystal has been toppled! Restore the ziggurat before the Slaughterhouse is vulnerable!',14,0,100,0,0,0,6527,3,'Thuzadin Acolyte'),
|
|
(10405,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Plague Ghoul'),
|
|
(10411,0,0,'The living are here!',14,0,100,0,0,6596,5773,0,'Eye of Naxxramas'),
|
|
(10416,0,0,'%s belches out a disgusting Bile Slime!',16,0,100,0,0,0,6258,0,'Bile Spewer'),
|
|
(10416,1,0,'%s explodes and releases several Bile Slimes!',16,0,100,0,0,0,6257,0,'Bile Spewer'),
|
|
(10418,0,0,'Move back and hold the line! We cannot fail or all will be lost!',14,7,100,0,0,0,6377,0,'Crimson Guardsman'),
|
|
(10419,0,0,'Move to the stairs and defend!',14,7,100,0,0,0,6378,0,'Crimson Conjuror'),
|
|
(10424,0,0,'They have broken into the Hall of Lights! We must stop the intruders!',14,7,100,0,0,0,6379,0,'Crimson Gallant'),
|
|
(10424,1,0,'The Scourge have broken through in all wings! May the light defeat these foul creatures! We shall fight to the last!',14,7,100,0,0,0,6439,0,'Crimson Gallant'),
|
|
(10427,0,0,'Lets go, $n. I am ready to reach Whitereach Post.',12,1,100,0,0,0,5648,0,'paoka SAY_START'),
|
|
(10427,1,0,'Now this looks familiar. If we keep heading east, I think we can... Ahh! Wyvern on the attack!',12,1,100,0,0,0,5654,0,'paoka SAY_WYVERN'),
|
|
(10427,2,0,'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.',12,1,100,0,0,0,5683,0,'paoka SAY_COMPLETE'),
|
|
(10429,0,0,'Impossible!',14,0,100,22,0,0,38661,0,'Warchief Rend Blackhand'),
|
|
(10429,1,0,'With pleasure...',14,0,100,0,0,0,5722,0,'Warchief Rend Blackhand'),
|
|
(10429,2,0,'%s is knocked off his drake!',16,0,100,0,0,0,5711,0,'Warchief Rend Blackhand'),
|
|
(10432,0,0,'%s goes into a killing frenzy!',16,0,100,0,0,0,24143,0,'vectus EMOTE_FRENZY_KILL'),
|
|
(10432,0,1,'Tomorrow we will begin training of our promising dragons, so don\'t forget your chew toys.',12,0,100,0,0,0,7193,0,'Vectus'),
|
|
(10432,0,2,'When preparing the dragon\'s meal, be sure to torture the prisoner in view of the dragon. It responds well to pre-meal entertainment.',12,0,100,0,0,0,0,0,'Vectus'),
|
|
(10432,0,3,'The Lich King\'s forces are building. It is imperative that our timetable supports his plans.',12,0,100,0,0,0,0,0,'Vectus'),
|
|
(10432,0,4,'Our oldest clutch of dragons are still far from maturity, but with patience and study, we are confident the dragonflight will soon be ready.',12,0,100,0,0,0,7191,0,'Vectus'),
|
|
(10432,0,5,'Now if you turn to page 34 in your text, you see an illustration of a dwarf undergoing dissection...',12,0,100,0,0,0,7188,0,'Vectus'),
|
|
(10432,0,6,'From yesterday\'s field trip, Marduk showed us that the dragons will tolerate the meat of recently killed humanoids, but only if they died slowly and painfully.',12,0,100,0,0,0,7192,0,'Vectus'),
|
|
(10432,0,7,'We await a batch of black dragon eggs from the Burning Steppes. We believe that, through their study, we will advance our knowledge dramatically.',12,0,100,0,0,0,0,0,'Vectus'),
|
|
(10432,1,0,'What is this?! How dare you!',14,0,100,0,0,0,0,3,'Vectus'),
|
|
(10433,0,0,'We are betrayed!',12,0,100,0,0,0,6234,0,'Marduk Blackpool'),
|
|
(10433,1,0,'We are betrayed!',12,0,100,0,0,0,6234,3,'Marduk Blackpool'),
|
|
(10435,0,0,'Intruders at the Service Gate! Lord Rivendare must be warned!',14,0,100,0,0,0,6162,0,'Magistrate Barthilas'),
|
|
(10439,0,0,'Ramstein hunger for flesh!',14,0,100,0,0,0,6425,3,'Ramstein the Gorger'),
|
|
(10440,0,0,'Intruders! More pawns of the Argent Dawn, no doubt. I already count one of their number among my prisoners. Withdraw from my domain before she is executed!',14,0,100,0,0,0,11812,3,'Baron Rivendare'),
|
|
(10440,1,0,'The Ash\'ari Crystals have been destroyed! The Slaughterhouse is vulnerable!',14,0,100,0,0,0,6289,3,'Baron Rivendare'),
|
|
(10440,2,0,'You\'re still here? Your foolishness is amusing! The Argent Dawn wench needn\'t suffer in vain. Leave at once and she shall be spared!',14,0,100,0,0,0,11813,3,'Baron Rivendare'),
|
|
(10440,3,0,'I shall take great pleasure in taking this poor wretch\'s life! It\'s not too late, she needn\'t suffer in vain. Turn back and her death shall be merciful!',14,0,100,0,0,0,11815,3,'Baron Rivendare'),
|
|
(10440,4,0,'May this prisoner\'s death serve as a warning. None shall defy the Scourge and live!',14,0,100,0,0,0,11814,3,'Baron Rivendare'),
|
|
(10440,5,0,'So you see fit to toy with the Lich King\'s creations? Ramstein, be sure to give the intruders a proper greeting.',14,0,100,0,0,0,6398,3,'Baron Rivendare'),
|
|
(10440,6,0,'Time to take matters into my own hands. Come. Enter my domain and challenge the might of the Scourge!',14,0,100,0,0,0,6401,3,'Baron Rivendare'),
|
|
(10440,7,0,'%s raises an undead servant back to life!',16,0,100,0,0,0,6511,0,'Baron Rivendare'),
|
|
(10440,8,0,'%s attempts to cast Death Pact on the servants!',16,0,100,0,0,0,6512,0,'Baron Rivendare'),
|
|
(10488,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Risen Construct'),
|
|
(10503,0,0,'%s loosens her grasp on the journal she had been clutching.',16,0,100,0,0,0,11408,0,'Jandice Barov'),
|
|
(10506,0,0,'%s lets out a shrill cry.',16,0,100,0,0,557,5788,0,'Kirtonos The Herald - Emote'),
|
|
(10508,0,0,'THIS CANNOT BE!!',14,0,100,0,0,0,6371,0,'Ras Frostwhisper'),
|
|
(10538,0,0,'You will suffer in this defeat, Nefarian!',14,0,100,5,0,0,5761,0,'Vaelastrasz'),
|
|
(10538,1,0,'You merely destroy an image, fool. I shall hunt you until the end of days.',14,0,100,5,0,0,5778,0,'Vaelastrasz'),
|
|
(10541,0,0,'It\'s 428,000 degrees Kraklenheit... What\'s happening, hot stuff!?',12,0,100,0,0,0,6006,0,'Krakle\'s Thermometer'),
|
|
(10541,0,1,'DING! 428,000 degrees Kraklenheit, exactly! Well, approximately. Almost. Somewhere around there...',12,0,100,0,0,0,6007,0,'Krakle\'s Thermometer'),
|
|
(10541,0,2,'Measuring by Kraklenheit, it is 428,000 degrees! That\'s Krakley!',12,0,100,0,0,0,6008,0,'Krakle\'s Thermometer'),
|
|
(10541,0,3,'Holy Krakle! The temperature is 428,000 degrees Kraklenheit! ',12,0,100,0,0,0,5763,0,'Krakle\'s Thermometer'),
|
|
(10541,1,0,'The temperature is 122 degrees Kraklenheit.',12,0,100,0,0,0,5766,0,'Krakle\'s Thermometer'),
|
|
(10541,1,1,'The temperature is 9280 degrees Kraklenheit! That\'s HOT!',12,0,100,0,0,0,5764,0,'Krakle\'s Thermometer'),
|
|
(10541,1,2,'Wow, it\'s 3 degrees Kraklenheit. Keep looking.',12,0,100,0,0,0,6011,0,'Krakle\'s Thermometer'),
|
|
(10541,1,3,'The temperature is 564 degrees Kraklenheit.',12,0,100,0,0,0,5765,0,'Krakle\'s Thermometer'),
|
|
(10541,1,4,'The temperature is 12 degrees Kraklenheit. How exciting.',12,0,100,0,0,0,5767,0,'Krakle\'s Thermometer'),
|
|
(10541,1,5,'18 degrees Kraklenheit. It\'s kind of cold, actually...',12,0,100,0,0,0,6009,0,'Krakle\'s Thermometer'),
|
|
(10541,1,6,'It\'s 40 degrees Kraklenheit. Can you feel the heat? No? I really couldn\'t either.',12,0,100,0,0,0,6010,0,'Krakle\'s Thermometer'),
|
|
(10556,0,0,'Ow! OK, I\'ll get back to work, $n!',12,1,100,0,0,0,5774,0,'lazy peon SAY_WP_0'),
|
|
(10584,0,0,'You have summoned me, fool! Now DIE!',14,0,100,0,0,0,5832,0,'Urok Doomhowl SUMMON'),
|
|
(10584,1,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Urok Doomhowl AGGRO'),
|
|
(10602,0,0,'%s attempts to run away in fear!',16,0,100,0,0,0,1150,0,'combat Flee'),
|
|
(10605,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Medic'),
|
|
(10605,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Medic'),
|
|
(10605,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Medic'),
|
|
(10605,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Medic'),
|
|
(10608,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Scarlet Priest'),
|
|
(10608,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Scarlet Priest'),
|
|
(10608,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Scarlet Priest'),
|
|
(10608,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Scarlet Priest'),
|
|
(10616,0,0,'We have yet to meet our quota for the wood demand. Now back to work with you.',12,7,100,25,0,0,6890,0,'Supervisor Raelen'),
|
|
(10616,0,1,'Daylight is still upon us so let\'s see that axe of yours chopping some more wood.',12,7,100,1,0,0,6891,0,'Supervisor Raelen'),
|
|
(10616,0,2,'We need to get this wagon filled by the end of the day. So back to work with you. Chop, chop!',12,7,100,5,0,0,6892,0,'Supervisor Raelen'),
|
|
(10637,0,0,'Read through my catalogue, $n.',12,0,100,0,0,0,6139,0,'Malyfous Darkhammer'),
|
|
(10637,1,0,'Malyfous turns and points to his catalogue on the barrel.',16,0,100,25,0,0,0,0,'Malyfous Darkhammer'),
|
|
(10638,0,0,'Here they come! Defend yourselves!',12,0,100,0,0,0,6149,0,'kanati SAY_KAN_START'),
|
|
(10646,0,0,'Be on guard... Arnak has some strange power over the Grimtotem... they will not be happy to see me escape.',12,0,100,0,0,0,5926,0,'lakota SAY_LAKO_START'),
|
|
(10646,1,0,'Look out, the Grimtotem are upon us!',12,0,100,0,0,0,5927,0,'lakota SAY_LAKO_LOOK_OUT'),
|
|
(10646,2,0,'Here they come.',12,0,100,0,0,0,5928,0,'lakota SAY_LAKO_HERE_COME'),
|
|
(10646,3,0,'More Grimtotems are coming this way!',12,0,100,0,0,0,5929,0,'lakota SAY_LAKO_MORE'),
|
|
(10646,4,0,'Finally, free at last... I must be going now, thanks for helping me escape. I can get back to Freewind Post by myself.',12,0,100,0,0,0,5930,0,'lakota SAY_LAKO_END'),
|
|
(10665,0,0,'What could be taking so long?',12,1,100,0,0,0,5955,0,'Junior Apothecary Holland'),
|
|
(10665,0,1,'How long can it take to pick a handful of weeds?',12,1,100,0,0,0,5956,0,'Junior Apothecary Holland'),
|
|
(10665,0,2,'At this rate I could have gathered them myself!',12,1,100,0,0,0,5957,0,'Junior Apothecary Holland'),
|
|
(10665,0,3,'If you want something done right, do it yourself!',12,1,100,0,0,0,5958,0,'Junior Apothecary Holland'),
|
|
(10665,0,4,'As if I had all eternity.',12,1,100,0,0,0,5959,0,'Junior Apothecary Holland'),
|
|
(10665,0,5,'Ah, this must be him now... no? Bah!',12,1,100,0,0,0,5960,0,'Junior Apothecary Holland'),
|
|
(10665,0,6,'Maybe I should have just bought some off of Faruza?',12,1,100,0,0,0,5961,0,'Junior Apothecary Holland'),
|
|
(10665,0,7,'I had to go and requisition an Abomination... an Abomination!',12,1,100,0,0,0,5962,0,'Junior Apothecary Holland'),
|
|
(10667,0,0,'Let\'s find out the whole story. That\'s going to take some magic...',12,0,100,1,0,0,6418,0,'Chromie'),
|
|
(10667,1,0,'There, it is done. The book has been enhanced...',12,0,100,0,0,0,6419,0,'Chromie'),
|
|
(10676,0,0,'%s and Raider Kerr let their wolves rest a bit and drink...',16,0,100,0,0,0,5986,0,'Raider Jhash'),
|
|
(10676,1,0,'%s and Raider Kerr charge into battle...',16,0,100,0,0,0,5987,0,'Raider Jhash'),
|
|
(10680,0,0,'%s summons a Blackhand Dreadweaver to his aid!',16,0,100,0,0,0,5612,0,'Summoned Blackhand Dreadweaver'),
|
|
(10681,0,0,'%s summons a Blackhand Veteran to his aid!',16,0,100,0,0,0,5614,0,'Summoned Blackhand Veteran'),
|
|
(10683,0,0,'Intruders are destroying our eggs! Stop!!',14,0,0,0,0,0,5538,0,'UBRS - Solakar event'),
|
|
(10684,0,0,'Highborne spirits! Be at peace! The Crystal of Zin-Malor is whole once again!',14,0,100,0,0,0,6505,0,'Remorseful Highborne'),
|
|
(10684,0,1,'Cursed spirits! Let go of the past! The Crystal of Zin-Malor no longer binds you!',14,0,100,0,0,0,6506,0,'Remorseful Highborne'),
|
|
(10684,0,2,'Spirits of the Highborne! You may now rest! The curse of the crystal releases you!',14,0,100,0,0,0,6507,0,'Remorseful Highborne'),
|
|
(10717,0,0,'%s is summoned through a temporal rift!',16,0,100,0,0,0,6033,0,''),
|
|
(10719,0,0,'Honor your heroes! On this day, they have dealt a great blow against one of our most hated enemies! The false Warchief, Rend Blackhand, has fallen!',14,0,100,22,0,0,6013,1,'For The Horde! quest completion'),
|
|
(10719,1,0,'Be bathed in the power of the Warchief! Drink in his might! Battle for the glory of the Horde!',14,0,100,22,0,0,6015,1,'For The Horde! quest completion'),
|
|
(10737,0,0,'%s roars out for her mate!',16,0,100,0,0,648,6039,0,'Shy-Rotam'),
|
|
(10740,0,0,'%s whimpers.',16,0,100,0,0,0,6270,0,'Awbee'),
|
|
(10740,0,1,'%s breathes erratically.',16,0,100,0,0,0,6271,0,'Awbee'),
|
|
(10740,0,2,'%s cries for help.',16,0,100,0,0,0,6272,0,'Awbee'),
|
|
(10741,0,0,'%s answers the call of Shy-Rotam.',16,0,100,0,0,0,6040,0,'Sian-Rotam'),
|
|
(10776,0,0,'Leaping leper gnomes! I\'ve been stuck in there for months. Thanks, gang.',12,0,100,0,0,0,6066,0,'Finkle Einhorn'),
|
|
(10799,0,0,'%s cries.',16,0,100,0,0,0,29772,0,'Warosh'),
|
|
(10799,0,1,'%s snorts.',16,0,100,0,0,0,14502,0,'Warosh'),
|
|
(10799,0,2,'%s grumbles.',16,0,100,0,0,0,25783,0,'Warosh'),
|
|
(10799,0,3,'%s whimpers.',16,0,100,0,0,0,6101,0,'Warosh'),
|
|
(10801,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Jabbering Ghoul'),
|
|
(10803,0,0,'%s casually points at the orc target...',16,0,100,25,0,0,6118,0,'Wheeler'),
|
|
(10803,1,0,'%s hits!',16,0,100,0,0,0,6142,0,'Wheeler'),
|
|
(10803,2,0,'%s quickly shoots the middle target dead center...',16,0,100,0,0,0,6124,0,'Wheeler'),
|
|
(10803,3,0,'%s then takes aim at the bottles...',16,0,100,0,0,0,6122,0,'Wheeler'),
|
|
(10803,4,0,'%s only hits the side of the box!',16,0,100,0,0,0,6123,0,'Wheeler'),
|
|
(10804,0,0,'%s picks the orc target...',16,0,100,25,0,0,6107,0,'Middlecamp'),
|
|
(10804,1,0,'%s misses...',16,0,100,6,0,0,6140,0,'Middlecamp'),
|
|
(10804,2,0,'%s takes a more careful aim...',16,0,100,6,0,6247,6106,0,'Middlecamp'),
|
|
(10804,3,0,'%s misses again...',16,0,100,6,0,0,6141,0,'Middlecamp'),
|
|
(10804,4,0,'%s takes aim at the bottles...',16,0,100,0,0,0,6120,0,'Middlecamp'),
|
|
(10804,5,0,'%s misses...',16,0,100,15,0,0,6140,0,'Middlecamp'),
|
|
(10804,6,0,'%s takes aim at the bottles again...',16,0,100,0,0,0,6121,0,'Middlecamp'),
|
|
(10804,7,0,'%s misses again...',16,0,100,18,0,0,6141,0,'Middlecamp'),
|
|
(10804,8,0,'%s quickly shoots the orc dummy...',16,0,100,0,0,0,6137,0,'Middlecamp'),
|
|
(10804,9,0,'%s turns to the paper target...',16,0,100,0,0,0,6136,0,'Middlecamp'),
|
|
(10804,10,0,'%s shoots from the hip at the bottles...',16,0,100,0,0,0,6138,0,'Middlecamp'),
|
|
(10807,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Brumeran'),
|
|
(10808,0,0,'TIMMY!',14,0,100,0,0,0,6150,0,'Timmy the Cruel - Yell on Spawn'),
|
|
(10812,0,0,'Today you have unmade what took me years to create! For this you shall all die by my hand!',14,0,100,0,0,0,6441,0,'Grand Crusader Dathrohan'),
|
|
(10812,1,0,'You fools think you can defeat me so easily? Face the true might of the Nathrezim!',14,0,100,0,0,0,6447,0,'Grand Crusader Dathrohan'),
|
|
(10812,2,0,'Damn you mortals! All my plans of revenge, all my hate...I will be avenged...',12,0,100,0,0,0,6442,0,'Grand Crusader Dathrohan'),
|
|
(10813,1,0,'You fools think you can defeat me so easily? Face the true might of the Nathrezim!',14,0,100,0,0,0,6447,0,'Grand Crusader Dathrohan'),
|
|
(10813,2,0,'Damn you mortals! All my plans of revenge, all my hate...I will be avenged...',12,0,100,0,0,0,6442,0,'Grand Crusader Dathrohan'),
|
|
(10817,0,0,'Ooooooooh...',12,0,100,15,0,0,50906,0,'Duggan Wildhammer - Line 0'),
|
|
(10817,1,0,'To the plaguelands went old Duggan, ta\' send them Scourge back inta\' th\' groun\'.',12,0,100,1,0,0,50907,0,'Duggan Wildhammer - Line 1'),
|
|
(10817,2,0,'Where th\' scent of death is on th\' wind and everythin\' is mostly brown.',12,0,100,6,0,0,50908,0,'Duggan Wildhammer - Line 2'),
|
|
(10817,3,0,'An\' when he did arrive there, what\'d his dwarf eyes see?',12,0,100,25,0,0,50909,0,'Duggan Wildhammer - Line 3'),
|
|
(10817,4,0,'A hundred crates of barley there ta\' be makin\' inta\' mead!',12,0,100,5,0,0,50910,0,'Duggan Wildhammer - Line 4'),
|
|
(10817,5,0,'But tha\' mead was cursed with th\' plague o\' death, and now old Duggan, too.',12,0,100,18,0,0,50911,0,'Duggan Wildhammer - Line 5'),
|
|
(10817,6,0,'An\' surrounded by the Lich King\'s beasts, what could old Duggan do?',12,0,100,430,0,0,50912,0,'Duggan Wildhammer - Line 6'),
|
|
(10817,7,0,'But though I feel the plague within, my hopes \'ave not yet sunk.',12,0,100,274,0,0,50913,0,'Duggan Wildhammer - Line 7'),
|
|
(10817,8,0,'If\'n I\'m gonna be Scourge anyway, I might as well be drunk!',12,0,100,11,0,0,50914,0,'Duggan Wildhammer - Line 8'),
|
|
(10817,9,0,'Ah ken see very well through this haze, but I\'d know tha\' smell anywhere! Die ye foul ogre!',12,0,100,0,0,0,50905,0,'Duggan Wildhammer - Line 9'),
|
|
(10836,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Farmer Dalson'),
|
|
(10882,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Arikara'),
|
|
(10897,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Sindrayl'),
|
|
(10917,0,0,'Fool! Do you know what you\'ve done? This is sacred ground!',12,0,100,0,0,0,14595,0,'Aurius'),
|
|
(10926,0,0,'Daddy!',12,0,100,0,0,0,7399,0,'Pamela1'),
|
|
(10926,1,0,'Daddy! You\'re back!',12,0,100,0,0,0,7400,0,'Pamela2'),
|
|
(10926,2,0,'Let\'s go play! No, tell me a story, Daddy! No... let\'s go pick flowers! And play tea time! I found my dollie, did I tell you?',12,0,100,0,0,0,7401,0,'Pamela3'),
|
|
(10926,3,0,'I missed you so much, Daddy!',12,0,100,0,0,0,7402,0,'Pamela4'),
|
|
(10926,4,0,'Hurray! My doll!',12,0,100,0,0,0,6416,0,'Pamela'),
|
|
(10926,5,0,'You\'ll keep the bad people away, won\'t you?',12,0,100,1,0,0,6417,0,'Pamela'),
|
|
(10936,0,0,'Pamela? Are you there, honey?',12,0,100,0,0,0,7397,0,'Joseph1'),
|
|
(10936,1,0,'I missed you too, honey. And I\'m finally home...',12,0,100,0,0,0,7403,0,'Joseph2'),
|
|
(10936,2,0,'Save me...',15,0,100,0,0,0,6274,0,'Joseph Redpath'),
|
|
(10937,0,0,'Defenders of Darrowshire! Rally! we must prevail!',14,0,100,0,0,0,7355,0,'Redpath1'),
|
|
(10937,1,0,'Captain Redpath has appeared at the battlefield! Protect him!',41,0,100,0,0,0,0,0,'Captain Redpath'),
|
|
(10938,0,0,'Darrowshire! Your are doomed!',14,0,100,0,0,0,7356,0,'CorruptedRed1'),
|
|
(10938,1,0,'Captain Joseph Redpath has been corrupted! Kill him quickly!',41,0,100,0,0,0,45684,0,'CorruptedRed2'),
|
|
(10939,0,0,'Redpath! Your life ends, here and now!',12,0,100,0,0,0,7471,0,'Marduk1'),
|
|
(10940,0,0,'LEAVE THIS PLACE!',12,0,100,0,0,0,6260,0,'Ghost of the Past'),
|
|
(10944,0,0,'Do not lose hope, Darrowshire! We will not fall!',14,0,100,0,0,0,7343,0,'Lightfire1'),
|
|
(10944,1,0,'Horgus, your nightmare ends! Now!',14,0,100,0,0,0,7346,0,'Lightfire2'),
|
|
(10944,2,0,'Ah! My wounds are too severe. Defenders, fight on without me!',12,0,100,0,0,0,7227,0,'Lightfire2'),
|
|
(10944,3,0,'Davil Lightfire has succumbed to his wounds!',16,0,100,0,0,0,7367,0,'Lightfire2'),
|
|
(10945,0,0,'Captain Redpath! How could you forsake us!',41,0,100,0,0,0,7212,0,'Redpath3'),
|
|
(10945,1,0,'Captain Redpath has appeared on the battlefield! Protect him!',41,0,100,0,0,0,45683,0,'Redpath2'),
|
|
(10945,2,0,'Protect Davil Lightfire!',41,0,100,0,0,0,45681,0,'Lightfire1'),
|
|
(10945,3,0,'Davil Lightfire is defeated! Darrowshire is lost!',41,0,100,0,0,0,7366,0,'Redpath4'),
|
|
(10946,0,0,'The light burns bright in you, Davil, I will enjoy snuffing it out.',14,0,100,0,0,0,7344,0,'Horgus'),
|
|
(10948,0,0,'Darrowshire, to arms! The Scourge approach!',14,0,100,0,0,0,7358,0,'Defender1'),
|
|
(10948,1,0,'Horgus is slain! Take heat, defenders of Darrowshire.',14,0,100,0,0,0,7368,0,'Defender2'),
|
|
(10948,2,0,'Captain Redpath is slain!',14,0,100,0,0,0,7369,0,'Defender3'),
|
|
(10948,3,0,'The Scourge are defeated! Darrowshire is saved!',14,0,100,0,0,0,7407,0,'Defender4'),
|
|
(10948,4,0,'Speak with Joseph Redpath in the center of Darrowshire.',41,0,100,0,0,0,45685,0,'Defender5'),
|
|
(10948,5,0,'Speak with Joseph Redpath in the center of Darrowshire.',41,0,100,0,0,0,45685,0,'Darrowshire Defender'),
|
|
(10977,0,0,'Oh!!! Get that thing away from me!',12,0,100,0,0,0,6314,0,'Quixxil'),
|
|
(10977,1,0,'%s runs quickly away from Umi\'s Mechanical yeti.',16,0,100,0,0,0,6318,0,'Quixxil'),
|
|
(10977,2,0,'Why do you chase me, Mechanical yeti?! WHY?!',12,0,100,0,0,0,6317,0,'Quixxil'),
|
|
(10977,3,0,'%s looks relieved.',16,0,100,0,0,0,6322,0,'Quixxil'),
|
|
(10977,4,0,'I\'m jumpy as it is... and people insist on scaring me... Next time, though, I\'ll be ready!',12,0,100,0,0,0,6320,0,'Quixxil'),
|
|
(10978,0,0,'%s jumps in fright!',16,0,100,0,0,0,6301,0,'Legacki'),
|
|
(10978,1,0,'Ahhhhh!!!',12,0,100,0,0,0,6302,0,'Legacki'),
|
|
(10978,2,0,'You big meanie! Who put you up to this?',12,0,100,0,0,0,6303,0,'Legacki'),
|
|
(10978,3,0,'It was Umi, wasn\'t it?! She\'s always playing jokes on me, and now she\'s got you in on it too!',12,0,100,0,0,0,6304,0,'Legacki'),
|
|
(10978,4,0,'%s sighs.',16,0,100,0,0,0,6305,0,'Legacki'),
|
|
(10980,0,0,'%s marches around, roaring and making a ruckus.',16,0,100,0,0,0,6327,0,'Umi\'s Mechanical Yeti'),
|
|
(10980,1,0,'RAAAAAAAR!',12,0,100,0,0,0,6329,0,'Umi\'s Mechanical Yeti'),
|
|
(11016,0,0,'I\'m ready $N. Let\'s find my equipment and get out of here. I think I know where it is.',12,0,100,0,0,0,0,0,'Captured Arko\'narin'),
|
|
(11016,1,0,'Oh my! Look at this... all these candles. I\'m sure they\'re used for some terrible ritual or dark summoning. We best make haste!',12,0,100,1,0,0,6456,0,'Captured Arko\'narin'),
|
|
(11016,2,0,'Look! Over there!',12,0,100,25,0,0,0,0,'Captured Arko\'narin'),
|
|
(11016,3,0,'You will not stop me from escaping here!',12,0,100,0,0,0,0,0,'Captured Arko\'narin'),
|
|
(11018,0,0,'All i need now is a golden lasso.',12,0,100,0,0,0,6458,0,'Arko\'narin'),
|
|
(11018,1,0,'DIE, DEMON DOGS!',12,0,100,0,0,0,6460,0,'Arko\'narin'),
|
|
(11018,2,0,'Ah! Fresh air at last! I never thought I\'d see the day...',12,0,100,4,0,0,6461,0,'Arko\'narin'),
|
|
(11018,3,0,'You will not stop me from escaping here!',12,0,100,0,0,0,0,0,'Arko\'narin'),
|
|
(11018,4,0,'What was that?! Trey? TREY!?',12,0,100,1,0,0,6463,0,'Arko\'narin'),
|
|
(11018,5,0,'No! My friend... what\'s happened? That\'s all my fault...',12,0,100,20,0,0,0,0,'Arko\'narin'),
|
|
(11022,0,0,'The deeds are mine, brother! Soon you shall be out of my way for good!',14,0,100,11,0,0,6554,0,'Alexi Barov'),
|
|
(11022,1,0,'HELP! ASSASSINS HAVE COME TO KILL ME!',14,0,100,0,0,0,7979,0,'Alexi Barov'),
|
|
(11023,0,0,'The fortune is mine, Alexi! Your end comes soon!',14,0,100,11,0,0,6555,0,'Weldon Barov'),
|
|
(11023,1,0,'HELP! ASSASSINS HAVE COME TO KILL ME!',14,0,100,0,0,0,7979,0,'Weldon Barov'),
|
|
(11043,0,0,'You carry the taint of the Scourge. Prepare to enter the Twisting Nether.',12,7,100,0,0,0,2625,0,'Crimson Monk'),
|
|
(11043,0,1,'There is no escape for you. The Crusade shall destroy all who carry the Scourge\'s taint.',12,7,100,0,0,0,2626,0,'Crimson Monk'),
|
|
(11043,0,2,'The Light condemns all who harbor evil. Now you will die!',12,7,100,0,0,0,2627,0,'Crimson Monk'),
|
|
(11043,0,3,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',12,7,100,0,0,0,2628,0,'Crimson Monk'),
|
|
(11043,1,0,'This will not be the end of the Scarlet Crusade! You will not break our line!',14,7,100,0,0,0,6380,0,'Crimson Monk'),
|
|
(11056,0,0,'The solution is ready in my cauldron. It\'s just the matter of treating both the unfinished key and the scarab.',12,0,100,0,0,0,7278,0,'Alchemist Arbington'),
|
|
(11056,1,0,'It\'s done $n, and I think you\'ll be satisfied with the results.',12,0,100,0,0,0,7279,0,'Alchemist Arbington'),
|
|
(11057,0,0,'The solution is ready in my cauldron. It\'s just the matter of treating both the unfinished key and the scarab.',12,0,100,0,0,0,7280,0,'Apothecary Dithers'),
|
|
(11057,1,0,'It\'s done $n, and I think you\'ll be satisfied with the results.',12,0,100,0,0,0,7281,0,'Apothecary Dithers'),
|
|
(11058,0,0,'Looking for these???? You\'ll never have em!',12,0,66,0,0,0,6420,0,'Fras Siabi'),
|
|
(11058,0,1,'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!!!!',12,0,33,0,0,0,6422,0,'Fras Siabi'),
|
|
(11075,0,0,'$R flesh... must feed!',14,0,100,0,0,0,6494,0,'Cauldron Lord Bilemaw'),
|
|
(11076,0,0,'The Scourge beckons you, foolish $r.',14,0,100,0,0,0,6496,0,'Cauldron Lord Razarch'),
|
|
(11077,0,0,'Who dares to approach this cauldron? Taste my dark blade!',14,0,100,0,0,0,6495,0,'Cauldron Lord Malvinious'),
|
|
(11078,0,0,'$C - I will consume your light!',14,0,100,0,0,0,6497,0,'Cauldron Lord Soulwrath'),
|
|
(11136,0,0,'Praise be to Egan!',12,0,100,0,0,0,6453,0,'freed soul SAY_ZAPPED0'),
|
|
(11136,0,1,'Rivendare must be destroyed!',12,0,100,0,0,0,6455,0,'freed soul SAY_ZAPPED1'),
|
|
(11136,0,2,'FREE!!!',12,0,100,0,0,0,6451,0,'Freed Soul'),
|
|
(11136,0,3,'The curse ends!',12,0,100,0,0,0,6452,0,'Freed Soul'),
|
|
(11136,0,4,'May Kel\'Thuzad one day feel our vengeance.',12,0,100,0,0,0,6454,0,'Freed Soul'),
|
|
(11136,0,5,'Rivendare must be destroyed!',12,0,100,0,0,0,6455,0,'Freed Soul'),
|
|
(11138,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Maethrya'),
|
|
(11139,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Yugrek'),
|
|
(11141,0,0,'BETRAYER!',14,0,100,0,0,0,6466,0,'Spirit of Trey Lightforge'),
|
|
(11142,0,0,'No tampering with the mail!',12,0,100,0,0,0,6470,0,'Undead Postman'),
|
|
(11143,0,0,'You\'ve been MALOWNED!',14,0,100,0,0,0,6530,0,'Postmaster Malown - Yell on Kill'),
|
|
(11143,1,0,'You\'ve been MALOWNED!',12,0,100,0,0,0,6530,0,'Postmaster Malown'),
|
|
(11190,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'SAY_GUARD_SIL_AGGRO1'),
|
|
(11190,0,1,'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... ',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(11190,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(11190,0,3,'You dare spill blood on neutral ground? OUT! OUT, I SAY!',12,0,100,0,0,0,10948,0,'Everlook Bruiser - On Aggro'),
|
|
(11190,0,4,'We don\'t take kindly to miscreants, $r.',12,0,100,0,0,0,10949,0,'Everlook Bruiser - On Aggro'),
|
|
(11190,0,5,'Get a rope!',12,0,100,0,0,0,10952,0,'Everlook Bruiser - On Aggro'),
|
|
(11190,0,6,'Believe me when I tell you this: You\'re gonna wish you weren\'t born, sissy!',12,0,100,0,0,0,10954,0,'Everlook Bruiser - On Aggro'),
|
|
(11190,0,7,'Your actions shame us all, $c. I hurt inside as I beat you senseless.',12,0,100,0,0,0,10955,0,'Everlook Bruiser - On Aggro'),
|
|
(11218,0,0,'Liladris has been waiting for me at Maestra\'s Post, so we should make haste, $n.',12,0,100,0,0,6209,6540,0,'kerlonian SAY_KER_START'),
|
|
(11218,1,0,'%s looks very sleepy...',16,0,100,0,0,0,6811,0,'kerlonian EMOTE_KER_SLEEP_1'),
|
|
(11218,1,1,'%s suddenly falls asleep.',16,0,100,0,0,0,6542,0,'kerlonian EMOTE_KER_SLEEP_2'),
|
|
(11218,1,2,'%s begins to drift off...',16,0,100,0,0,0,6541,0,'kerlonian EMOTE_KER_SLEEP_3'),
|
|
(11218,2,0,'This looks like the perfect place for a nap...',12,0,100,0,0,0,6813,0,'kerlonian SAY_KER_SLEEP_1'),
|
|
(11218,2,1,'Yaaaaawwwwwnnnn...',12,0,100,0,0,0,6543,0,'kerlonian SAY_KER_SLEEP_2'),
|
|
(11218,2,2,'Oh, I am so tired...',12,0,100,0,0,0,6544,0,'kerlonian SAY_KER_SLEEP_3'),
|
|
(11218,2,3,'You don\'t mind if I stop here for a moment, do you?',12,0,100,0,0,0,6545,0,'kerlonian SAY_KER_SLEEP_4'),
|
|
(11218,3,0,'Be on the alert! The Blackwood furbolgs are numerous in this area...',12,0,100,0,0,0,6867,0,'kerlonian SAY_KER_ALERT_1'),
|
|
(11218,3,1,'It\'s quiet... Too quiet...',12,0,100,0,0,0,6868,0,'kerlonian SAY_KER_ALERT_2'),
|
|
(11218,4,0,'Oh, I can see Liladris from here... Tell her I\'m here, won\'t you?',12,0,100,0,0,0,6643,0,'kerlonian SAY_KER_END'),
|
|
(11218,5,0,'%s wakes up!',16,0,100,0,0,0,6612,0,'kerlonian EMOTE_KER_AWAKEN'),
|
|
(11256,0,0,'We have heard your requests, and we agree... it is noble in intent. We will purify your waters. Go with our blessing, shaman.',12,12,100,0,0,0,6607,0,'Manifestation of Water'),
|
|
(11261,0,0,'%s goes into a killing frenzy!',16,0,100,0,0,0,24143,0,'doctor theolen krastinov EMOTE_FRENZY_KILL'),
|
|
(11261,1,0,'Time for a little open-heart surgery!',12,0,100,0,0,0,66412,3,'Doctor Theolen Krastinov'),
|
|
(11261,2,0,'Another successful operation!',12,0,100,0,0,0,66414,3,'Doctor Theolen Krastinov'),
|
|
(11261,3,0,'Donate...my body...to science...',12,0,100,0,0,0,66413,3,'Doctor Theolen Krastinov'),
|
|
(11261,4,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Doctor Theolen Krastinov'),
|
|
(11282,0,0,'I win!',12,0,100,0,2000,0,6808,0,'Melia'),
|
|
(11282,1,0,'Wanna race again? Best two out of three!',12,0,100,0,2000,0,6809,0,'Melia'),
|
|
(11282,2,0,'Ready. Set. GO!',12,0,100,0,2000,0,6806,0,'Melia'),
|
|
(11283,0,0,'You cheated!',12,0,100,0,2000,0,6810,0,'Sammy'),
|
|
(11283,1,0,'HEY! No fair!',12,0,100,0,2000,0,6807,0,'Sammy'),
|
|
(11296,0,0,'The Light must prevail!',12,0,100,0,0,0,7209,0,'Darrowshire Poltergeist'),
|
|
(11296,0,1,'Captain Redpath! How could you forsake us?',12,0,100,0,0,0,7212,0,'Darrowshire Poltergeist'),
|
|
(11296,0,2,'End our suffering!',12,0,100,0,0,0,7205,0,'Darrowshire Poltergeist'),
|
|
(11296,0,3,'Oh, Darrowshire! I would give a thousand lives for you!',12,0,100,0,0,0,7207,0,'Darrowshire Poltergeist'),
|
|
(11296,0,4,'You must save him!',12,0,100,0,0,0,7206,0,'Darrowshire Poltergeist'),
|
|
(11296,0,5,'I was devoured by Horgus! I can still feel his teeth upon me!',12,0,100,0,0,0,7211,0,'Darrowshire Poltergeist'),
|
|
(11296,0,6,'Beware Marduk! Beware, or your strength will wither.',12,0,100,0,0,0,7210,0,'Darrowshire Poltergeist'),
|
|
(11339,0,0,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Part of the ZulGurub on aggro lines'),
|
|
(11339,0,1,'Troll mojo da strongest mojo!',12,0,100,0,0,0,10437,0,'Part of the ZulGurub on aggro lines'),
|
|
(11339,0,2,'Your skull gonna decorate our ritual altars!',12,0,100,0,0,0,10436,0,'Part of the ZulGurub on aggro lines'),
|
|
(11339,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Part of the ZulGurub on aggro lines'),
|
|
(11339,0,4,'Feel da big bad voodoo!',12,0,100,0,0,0,10438,0,'Part of the ZulGurub on aggro lines'),
|
|
(11339,0,5,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Part of the ZulGurub on aggro lines'),
|
|
(11339,0,6,'You be dead soon!',12,0,100,0,0,0,10434,0,'Part of the ZulGurub on aggro lines'),
|
|
(11340,0,0,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Part of the ZulGurub on aggro lines'),
|
|
(11340,0,1,'Troll mojo da strongest mojo!',12,0,100,0,0,0,10437,0,'Part of the ZulGurub on aggro lines'),
|
|
(11340,0,2,'Your skull gonna decorate our ritual altars!',12,0,100,0,0,0,10436,0,'Part of the ZulGurub on aggro lines'),
|
|
(11340,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Part of the ZulGurub on aggro lines'),
|
|
(11340,0,4,'Feel da big bad voodoo!',12,0,100,0,0,0,10438,0,'Part of the ZulGurub on aggro lines'),
|
|
(11340,0,5,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Part of the ZulGurub on aggro lines'),
|
|
(11340,0,6,'You be dead soon!',12,0,100,0,0,0,10434,0,'Part of the ZulGurub on aggro lines'),
|
|
(11347,0,0,'%s dies.',16,0,100,0,0,0,8251,3,'Zealot LorKhan - EMOTE_ZEALOT_DIES'),
|
|
(11348,0,0,'%s dies.',16,0,100,0,0,0,8251,3,'Zealot Zath - EMOTE_ZEALOT_DIES'),
|
|
(11350,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Part of the ZulGurub on aggro lines'),
|
|
(11350,1,0,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Part of the ZulGurub on aggro lines'),
|
|
(11350,1,1,'Troll mojo da strongest mojo!',12,0,100,0,0,0,10437,0,'Part of the ZulGurub on aggro lines'),
|
|
(11350,1,2,'Your skull gonna decorate our ritual altars!',12,0,100,0,0,0,10436,0,'Part of the ZulGurub on aggro lines'),
|
|
(11350,1,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Part of the ZulGurub on aggro lines'),
|
|
(11350,1,4,'Feel da big bad voodoo!',12,0,100,0,0,0,10438,0,'Part of the ZulGurub on aggro lines'),
|
|
(11350,1,5,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Part of the ZulGurub on aggro lines'),
|
|
(11350,1,6,'You be dead soon!',12,0,100,0,0,0,10434,0,'Part of the ZulGurub on aggro lines'),
|
|
(11351,0,0,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Part of the ZulGurub on aggro lines'),
|
|
(11351,0,1,'Troll mojo da strongest mojo!',12,0,100,0,0,0,10437,0,'Part of the ZulGurub on aggro lines'),
|
|
(11351,0,2,'Your skull gonna decorate our ritual altars!',12,0,100,0,0,0,10436,0,'Part of the ZulGurub on aggro lines'),
|
|
(11351,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Part of the ZulGurub on aggro lines'),
|
|
(11351,0,4,'Feel da big bad voodoo!',12,0,100,0,0,0,10438,0,'Part of the ZulGurub on aggro lines'),
|
|
(11351,0,5,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Part of the ZulGurub on aggro lines'),
|
|
(11351,0,6,'You be dead soon!',12,0,100,0,0,0,10434,0,'Part of the ZulGurub on aggro lines'),
|
|
(11352,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Gurubashi Berserker - At 30% HP - Emote Line 0'),
|
|
(11355,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Gurubashi Warrior - At 30% HP - Say Line 0'),
|
|
(11356,0,0,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Part of the ZulGurub on aggro lines'),
|
|
(11356,0,1,'Troll mojo da strongest mojo!',12,0,100,0,0,0,10437,0,'Part of the ZulGurub on aggro lines'),
|
|
(11356,0,2,'Your skull gonna decorate our ritual altars!',12,0,100,0,0,0,10436,0,'Part of the ZulGurub on aggro lines'),
|
|
(11356,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Part of the ZulGurub on aggro lines'),
|
|
(11356,0,4,'Feel da big bad voodoo!',12,0,100,0,0,0,10438,0,'Part of the ZulGurub on aggro lines'),
|
|
(11356,0,5,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Part of the ZulGurub on aggro lines'),
|
|
(11356,0,6,'You be dead soon!',12,0,100,0,0,0,10434,0,'Part of the ZulGurub on aggro lines'),
|
|
(11359,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Soulflayer - At 30% HP - Say Line 0'),
|
|
(11380,0,0,'Grats!',14,0,100,0,0,0,0,3,'mandokir SAY_GRATS_JINDO'),
|
|
(11380,1,0,'Welcome to the great show, friends. Step right up to die!',14,0,100,0,0,8425,10449,0,'jindo SAY_AGGRO'),
|
|
(11382,0,0,'I\'ll feed your souls to Hakkar himself!',14,0,100,0,0,8413,0,0,'mandokir SAY_AGGRO'),
|
|
(11382,1,0,'Ding!',14,0,75,0,0,0,10505,0,'mandokir SAY_DING_KILL_1'),
|
|
(11382,1,1,'Your deaths feed my strength!',14,0,25,0,0,0,10507,0,'mandokir SAY_DING_KILL_2'),
|
|
(11382,2,0,'I\'m keeping my eye on you, $N!',14,0,100,0,0,0,0,0,'mandokir SAY_WATCH'),
|
|
(11382,3,0,'Don\'t make me angry. You won\'t like it when I\'m angry.',14,0,100,0,0,0,0,0,'mandokir SAY_WATCH_WHISPER'),
|
|
(11382,4,0,'%s goes into a rage after seeing his raptor fall in battle!',16,0,100,0,0,0,10545,0,'Bloodlord Mandokir - Ohgan Dead'),
|
|
(11440,0,0,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Gordok Enforcer Aggro'),
|
|
(11440,0,1,'Me not feel so good.',12,0,100,0,0,0,43512,0,'Gordok Enforcer Aggro'),
|
|
(11440,0,2,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Enforcer Aggro'),
|
|
(11440,0,3,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gordok Enforcer Aggro'),
|
|
(11441,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gordok Brute'),
|
|
(11441,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Brute'),
|
|
(11441,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Gordok Brute'),
|
|
(11441,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Gordok Brute'),
|
|
(11441,1,1,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Gordok Brute'),
|
|
(11442,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordok Mauler'),
|
|
(11442,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Mauler'),
|
|
(11442,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordok Mauler'),
|
|
(11442,1,0,'%s becomes enraged!',16,0,100,0,0,0,7798,0,'Gordok Mauler'),
|
|
(11443,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Gordok Ogre-Mage'),
|
|
(11443,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Ogre-Mage'),
|
|
(11443,0,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Gordok Ogre-Mage'),
|
|
(11444,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gordok Mage-Lord'),
|
|
(11444,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Mage-Lord'),
|
|
(11444,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Gordok Mage-Lord'),
|
|
(11444,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Gordok Mage-Lord'),
|
|
(11445,0,0,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Gordok Captain'),
|
|
(11445,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Captain'),
|
|
(11445,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gordok Captain'),
|
|
(11446,0,0,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Gordok Captain'),
|
|
(11446,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Captain'),
|
|
(11446,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gordok Captain'),
|
|
(11447,0,0,'That will teach you to lay off the herb, $r.',12,0,100,0,0,0,9500,0,'Mushgog'),
|
|
(11448,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gordok Warlock'),
|
|
(11448,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Warlock'),
|
|
(11448,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Gordok Warlock'),
|
|
(11450,0,0,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Gordok Reaver'),
|
|
(11450,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Gordok Reaver'),
|
|
(11450,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gordok Reaver'),
|
|
(11451,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Wildspawn Satyr - At 30% HP - Enraged Text'),
|
|
(11466,0,0,'The demon is loose! Quickly we must restrain him!',14,0,100,0,0,0,0,3,'Highborne Summoner'),
|
|
(11469,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Eldreth Seether'),
|
|
(11486,0,0,'Who dares disrupt the sanctity of Eldre\'Thalas? Face me, cowards!',14,0,100,0,0,0,9407,0,'Prince Tortheldrin'),
|
|
(11489,0,0,'You do not belong here! Ancients, rise up against these intruders!',14,0,100,0,0,0,11727,0,'Tendris Warpwood'),
|
|
(11491,0,0,'At last... Freed from his cursed grasp!',14,0,100,0,0,0,9104,3,'Old Ironbark'),
|
|
(11496,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Immol\'thar'),
|
|
(11501,0,0,'You no challenge me, scrubs! I\'m da king now, and I stay king FOREVER!!!',12,0,100,0,0,0,9481,0,'King Gordok to Player'),
|
|
(11502,0,0,'Behold Ragnaros - the Firelord! He who was ancient when this world was young! Bow before him, mortals! Bow before your ending!',14,0,100,0,0,8040,7657,0,'ragnaros SAY_SUMMON_MAJ'),
|
|
(11502,1,0,'TOO SOON! YOU HAVE AWAKENED ME TOO SOON, EXECUTUS! WHAT IS THE MEANING OF THIS INTRUSION???',14,0,100,15,0,8043,7636,0,'ragnaros SAY_ARRIVAL1_RAG'),
|
|
(11502,2,0,'These mortal infidels, my lord! They have invaded your sanctum and seek to steal your secrets!',14,0,100,0,0,8041,7661,0,'ragnaros SAY_ARRIVAL2_MAJ'),
|
|
(11502,3,0,'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!',14,0,100,0,0,8044,7662,0,'ragnaros SAY_ARRIVAL3_RAG'),
|
|
(11502,4,0,'NOW FOR YOU, INSECTS! BOLDLY, YOU SOUGHT THE POWER OF RAGNAROS. NOW YOU SHALL SEE IT FIRSTHAND!\n',14,0,100,0,0,8045,7685,0,'ragnaros SAY_ARRIVAL5_RAG'),
|
|
(11502,5,0,'Come forth, my servants! Defend your master!',14,0,100,0,0,8049,8572,0,'ragnaros SAY_REINFORCEMENTS1'),
|
|
(11502,6,0,'YOU CANNOT DEFEAT THE LIVING FLAME! COME YOU MINIONS OF FIRE! COME FORTH, YOU CREATURES OF HATE! YOUR MASTER CALLS!',14,0,100,0,0,8050,8573,0,'ragnaros SAY_REINFORCEMENTS2'),
|
|
(11502,7,0,'By fire be purged!',14,0,100,0,0,8046,9426,0,'ragnaros SAY_KNOCKBACK'),
|
|
(11502,8,0,'TASTE THE FLAMES OF SULFURON!',14,0,100,0,0,8047,9427,0,'ragnaros SAY_WRATH'),
|
|
(11502,9,0,'Die, insect!',14,0,100,0,0,8051,7626,0,'ragnaros SAY_KILL'),
|
|
(11502,10,0,'MY PATIENCE IS DWINDLING! COME, GNATS, TO YOUR DEATH!',14,0,100,0,0,8048,0,0,'ragnaros SAY_MAGMABURST'),
|
|
(11560,0,0,'%s is drawn to the ghost magnet...',16,0,100,0,0,0,7585,0,'Magrami Spectre'),
|
|
(11560,0,1,'%s is angered!',16,0,100,0,0,0,7583,0,'Magrami Spectre'),
|
|
(11582,0,0,'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.',12,0,100,0,0,0,5950,0,'Scholomance Dark Summoner'),
|
|
(11582,0,1,'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.',12,0,100,0,0,0,5954,0,'Scholomance Dark Summoner'),
|
|
(11582,0,2,'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.',12,0,100,0,0,0,5952,0,'Scholomance Dark Summoner'),
|
|
(11582,0,3,'Note the weak binding structure of this one. Be sure to finish your incantations or this is what you will end up with.',12,0,100,0,0,0,5951,0,'Scholomance Dark Summoner'),
|
|
(11582,0,4,'Wow, this one is just plain useless. Let me try again.',12,0,100,0,0,0,5953,0,'Scholomance Dark Summoner'),
|
|
(11583,0,0,'Well done, my minions. The mortals\' courage begins to wane! Now, let\'s see how they contend with the true Lord of Blackrock Spire!!!',14,0,100,0,0,8288,9973,0,'nefarian SAY_AGGRO'),
|
|
(11583,1,0,'Impossible! Rise my minions! Serve your master once more!',14,0,100,0,0,8291,9883,0,'nefarian SAY_RAISE_SKELETONS'),
|
|
(11583,2,0,'Worthless $n! Your friends will join you soon enough!',14,0,100,0,0,8293,9972,0,'nefarian SAY_SLAY'),
|
|
(11583,3,0,'This cannot be! I am the master here! You mortals are nothing to my kind! Do you hear me? Nothing!',14,0,100,0,0,8292,9971,0,'nefarian SAY_DEATH'),
|
|
(11583,4,0,'Mages too? You should be more careful when you play with magic...',14,0,100,0,0,0,9850,0,'nefarian SAY_MAGE'),
|
|
(11583,5,0,'Warriors, I know you can hit harder than that! Let\'s see it!',14,0,100,0,0,0,9855,0,'nefarian SAY_WARRIOR'),
|
|
(11583,6,0,'Druids and your silly shapeshifting. Lets see it in action!',14,0,100,0,0,0,9851,0,'nefarian SAY_DRUID'),
|
|
(11583,7,0,'Priests! If you\'re going to keep healing like that, we might as well make it a little more interesting!',14,0,100,0,0,0,9848,0,'nefarian SAY_PRIEST'),
|
|
(11583,8,0,'Paladins... I\'ve heard you have many lives. Show me.',14,0,100,0,0,0,9853,0,'nefarian SAY_PALADIN'),
|
|
(11583,9,0,'Shamans, show me what your totems can do!',14,0,100,0,0,0,9854,0,'nefarian SAY_SHAMAN'),
|
|
(11583,10,0,'Warlocks, you shouldn\'t be playing with magic you don\'t understand. See what happens?',14,0,100,0,0,0,9852,0,'nefarian SAY_WARLOCK'),
|
|
(11583,11,0,'Hunters and your annoying pea-shooters!',14,0,100,0,0,0,9849,0,'nefarian SAY_HUNTER'),
|
|
(11583,12,0,'Rogues? Stop hiding and face me!',14,0,100,0,0,0,9856,0,'nefarian SAY_ROGUE'),
|
|
(11583,13,0,'Death Knights... get over here!',14,0,100,0,0,0,30668,0,'nefarian SAY_DEATH_KNIGHT'),
|
|
(11583,14,0,'Enough! Now you vermin shall feel the force of my birthright, the fury of the earth itself.',14,0,100,0,0,8289,0,0,'nefarian SAY_XHEALTH'),
|
|
(11583,15,0,'BURN! You wretches! BURN!',6,0,100,0,0,8290,9974,0,'nefarian SAY_SHADOWFLAME'),
|
|
(11596,0,0,'Ah...the wondrous sound of kodos. I love the way they make the ground shake... inspect the beast for me.',12,0,100,0,0,0,7303,0,'kodo round SAY_SMEED_HOME_1'),
|
|
(11596,0,1,'Hey, look out with that kodo! You had better inspect that beast before I give you credit!',12,0,100,0,0,0,7301,0,'kodo round SAY_SMEED_HOME_2'),
|
|
(11596,0,2,'That kodo sure is a beauty. Wait a minute, where are my bifocals? Perhaps you should inspect the beast for me.',12,0,100,0,0,0,7302,0,'kodo round SAY_SMEED_HOME_3'),
|
|
(11625,0,0,'So sorry to leave a customer but we have places to go and people to swindle. We will be back sometime later today. Good-bye!',12,0,100,0,0,0,7505,0,'Cork Gizelton'),
|
|
(11625,1,0,'I am looking for some bodyguards that would like to protect the Gizelton Caravan. We are stopped on the road east of Kormek\'s Hut, north of Kolkar Centaur Village.',14,0,100,0,0,0,7474,0,'Cork Gizelton'),
|
|
(11626,0,0,'Time for the Gizleton Caravan to head on out! We\'ll be back soon but if you cannot wait, head north to Kormek\'s Hut. We open shop in about an hour',12,0,100,0,0,0,0,0,'Rigger Gizelton'),
|
|
(11626,1,0,'This is Rigger Gizelton asking for assistance escorting my caravan past Mannoroc Coven. I\'m on the road east of Shadowprey village.',14,0,100,0,0,0,7475,0,'Rigger Gizelton'),
|
|
(11671,0,0,'%s collapses and begins to smolder.',16,0,100,0,2000,0,7866,0,''),
|
|
(11671,1,0,'%s reignites from the heat of another Core Hound!',16,0,100,0,2000,0,7867,0,''),
|
|
(11672,0,0,'%s refuses to die while its master is endangered!',16,0,100,0,0,0,7865,0,'core rager EMOTE_LOWHP'),
|
|
(11677,0,0,'Snivvle is here! Snivvle claims the Coldtooth mine!',12,0,100,0,0,0,10025,0,'Taskmaster Snivvle'),
|
|
(11680,0,0,'Time to die, $c.',12,0,100,0,0,0,1935,0,'Horde Scout'),
|
|
(11711,0,0,'Wait... did you hear that? Something approaches from the west!',12,0,100,0,0,0,7200,0,'Sentinel Aynasha'),
|
|
(11711,1,0,'I\'ve run out of arrows! I\'m afraid if any more come you will need to take them on by yourself my friend.',12,0,100,0,0,0,7199,0,'Sentinel Aynasha'),
|
|
(11711,2,0,'Praise Elune! I don\'t know if I could have survived the day without you, friend.',12,0,100,0,0,0,7201,0,'Sentinel Aynasha'),
|
|
(11711,3,0,'My leg feels much better now, the remedy must be working. If you will excuse me, I must go report to my superiors about what has transpired here.\n',12,0,100,0,0,0,7202,0,'Sentinel Aynasha'),
|
|
(11711,4,0,'Please speak with Sentinel Onaeya at Maestra\'s Post in Ashenvale, she will see to it that you are properly rewarded for your bravery this day.',12,0,100,0,0,0,7328,0,'Sentinel Aynasha'),
|
|
(11715,0,0,'$n, please take a look at the sample of the Vylestem vine that I took from the caverns, so that you know what to look for...',12,0,100,0,0,0,8920,0,'Talendria'),
|
|
(11747,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Desert Rager'),
|
|
(11793,0,0,'You do not belong in these gardens. Your body shall nourish our lovely creations!',12,0,100,0,0,0,8639,0,'Celebrian Dryad'),
|
|
(11793,0,1,'Nothing must befoul the gardens! You must be destroyed!',12,0,100,0,0,0,8640,0,'Celebrian Dryad'),
|
|
(11794,0,0,'You do not belong in these gardens. Your body shall nourish our lovely creations!',12,0,100,0,0,0,8639,0,'Sister of Celebrian'),
|
|
(11794,0,1,'Nothing must befoul the gardens! You must be destroyed!',12,0,100,0,0,0,8640,0,'Sister of Celebrian'),
|
|
(11801,0,0,'Speak with me, $n - if you are willing, the Cenarion Circle would eagerly accept your generous offer of aid. The threat posed by the Felvine of Eldre\'Thalas is indeed dire.',12,0,100,273,0,0,9545,0,'Rabine Saturna'),
|
|
(11814,0,0,'Chugga-chugga, woo-woo! Happy Hallow\'s End, $n!',12,0,100,275,0,0,10788,0,'Kali Remik'),
|
|
(11823,0,0,'$n, please take a look at the sample of the Vylestem vine that I took from the caverns, so that you know what to look for...',12,0,100,0,0,0,8923,0,'Vark Battlescar'),
|
|
(11830,0,0,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Part of the ZulGurub on aggro lines'),
|
|
(11830,0,1,'Troll mojo da strongest mojo!',12,0,100,0,0,0,10437,0,'Part of the ZulGurub on aggro lines'),
|
|
(11830,0,2,'Your skull gonna decorate our ritual altars!',12,0,100,0,0,0,10436,0,'Part of the ZulGurub on aggro lines'),
|
|
(11830,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Part of the ZulGurub on aggro lines'),
|
|
(11830,0,4,'Feel da big bad voodoo!',12,0,100,0,0,0,10438,0,'Part of the ZulGurub on aggro lines'),
|
|
(11830,0,5,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Part of the ZulGurub on aggro lines'),
|
|
(11830,0,6,'You be dead soon!',12,0,100,0,0,0,10434,0,'Part of the ZulGurub on aggro lines'),
|
|
(11831,0,0,'Killing you be easy.',12,0,100,0,0,0,1909,0,'Part of the ZulGurub on aggro lines'),
|
|
(11831,0,1,'Troll mojo da strongest mojo!',12,0,100,0,0,0,10437,0,'Part of the ZulGurub on aggro lines'),
|
|
(11831,0,2,'Your skull gonna decorate our ritual altars!',12,0,100,0,0,0,10436,0,'Part of the ZulGurub on aggro lines'),
|
|
(11831,0,3,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,'Part of the ZulGurub on aggro lines'),
|
|
(11831,0,4,'Feel da big bad voodoo!',12,0,100,0,0,0,10438,0,'Part of the ZulGurub on aggro lines'),
|
|
(11831,0,5,'My weapon be thirsty!',12,0,100,0,0,0,1908,0,'Part of the ZulGurub on aggro lines'),
|
|
(11831,0,6,'You be dead soon!',12,0,100,0,0,0,10434,0,'Part of the ZulGurub on aggro lines'),
|
|
(11832,0,0,'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.',12,0,100,0,0,0,11282,0,'Keeper Remulos Say 0'),
|
|
(11832,1,1,'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',12,0,100,0,0,0,11290,0,'Keeper Remulos Say 1'),
|
|
(11832,2,2,'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.',12,0,100,0,0,0,11291,0,'Keeper Remulos Say 2'),
|
|
(11832,3,3,'Defend Nighthaven, hero...',12,0,100,0,0,0,11292,0,'Keeper Remulos Say 3'),
|
|
(11832,4,4,'Fiend! Face the might of Cenarius!',14,0,100,0,0,0,11293,0,'Keeper Remulos Say 4'),
|
|
(11832,5,5,'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',14,0,100,0,0,0,11295,0,'Keeper Remulos Say 4'),
|
|
(11832,6,6,'Hurry, $n! We must find protective cover!',12,0,100,0,0,0,11300,0,'Keeper Remulos Say 6'),
|
|
(11832,7,7,'Please, champion, protect our people.',12,0,100,0,0,0,11301,0,'Keeper Remulos Say 7'),
|
|
(11832,8,8,'It will be done, Eranikus. Be well, ancient one.',12,0,100,0,0,0,11303,0,'Keeper Remulos Say 8'),
|
|
(11832,9,9,'Let us leave Nighthaven, hero. Seek me out at the grove.',12,0,100,0,0,0,11329,0,'Keeper Remulos Say 9'),
|
|
(11832,10,10,'Come, $n. The lake is just around the bend.',12,0,100,1,0,0,10866,0,'Keeper Remulos - say Text 0'),
|
|
(11832,11,11,'Stand near me, $n. I will protect you should anything go wrong.',12,0,100,1,0,0,10867,0,'Keeper Remulos - say Text 1'),
|
|
(11832,12,12,'Malfurion!',12,0,100,5,0,0,10868,0,'Keeper Remulos - say Text 2'),
|
|
(11832,13,13,'It was shrouded in nightmares, Malfurion. What is happening in the Dream? What could cause such atrocities?',12,0,100,6,0,0,10870,0,'Keeper Remulos - say Text 3'),
|
|
(11832,14,14,'I sensed as much, Malfurion. Dark days loom ahead.',12,0,100,1,0,0,10872,0,'Keeper Remulos - say Text 4'),
|
|
(11832,15,15,'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',12,0,100,6,0,0,10874,0,'Keeper Remulos - say Text 5'),
|
|
(11832,16,16,'Farewell, old friend... Farewell...',12,0,100,1,0,0,10877,0,'Keeper Remulos - say Text 6'),
|
|
(11832,17,17,'Let us return to the grove, mortal.',12,0,100,1,0,0,10879,0,'Keeper Remulos - say Text 7'),
|
|
(11840,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Wildpaw Alpha'),
|
|
(11856,0,0,'Let\'s go before they find out I\'m free!',12,0,100,1,0,0,8327,0,'Kaya SAY_START'),
|
|
(11856,1,0,'Look out! We\'re under attack!',12,0,100,5,0,0,8328,0,'Kaya SAY_AMBUSH'),
|
|
(11856,2,0,'Thank you for helping me. I know my way back from here.',12,0,100,3,0,0,8329,0,'Kaya SAY_END'),
|
|
(11878,0,0,'Prepare for a severe beating.',12,0,100,0,0,0,7229,0,'Nathanos Blightcaller'),
|
|
(11878,0,1,'I shall wear your entrails as a necklace.',12,0,100,0,0,0,7230,0,'Nathanos Blightcaller'),
|
|
(11878,0,2,'I can smell your fear, $r.',12,0,100,0,0,0,7231,0,'Nathanos Blightcaller'),
|
|
(11878,0,3,'If you run now, you may live.',12,0,100,0,0,0,7232,0,'Nathanos Blightcaller'),
|
|
(11878,0,4,'How dare you!',12,0,100,0,0,0,7233,0,'Nathanos Blightcaller'),
|
|
(11878,1,0,'Pathetic.',12,0,100,0,0,0,7234,0,'Nathanos Blightcaller'),
|
|
(11878,1,1,'The reckoning is upon you, weakling!',12,0,100,0,0,0,7235,0,'Nathanos Blightcaller'),
|
|
(11878,1,2,'Disappointing.',12,0,100,0,0,0,7236,0,'Nathanos Blightcaller'),
|
|
(11878,1,3,'Is that the best you can do?',12,0,100,0,0,0,7237,0,'Nathanos Blightcaller'),
|
|
(11878,1,4,'You weren\'t worth the energy expenditure. <Nathanos spits.>',12,0,100,0,0,0,7238,0,'Nathanos Blightcaller'),
|
|
(11878,1,5,'Next time, bring friends.',12,0,100,0,0,0,7239,0,'Nathanos Blightcaller'),
|
|
(11880,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Twilight Avenger'),
|
|
(11899,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Shardi'),
|
|
(11900,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Shardi'),
|
|
(11901,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Andruk'),
|
|
(11915,0,0,'You no take candle!',12,0,100,0,0,0,16658,0,'Gogger Rock Keeper'),
|
|
(11915,0,1,'Yiieeeee! Me run!',12,0,100,0,0,0,1864,0,'Gogger Rock Keeper'),
|
|
(11915,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Gogger Rock Keeper'),
|
|
(11917,0,0,'You NO take candle!',12,0,100,0,0,0,16658,0,'Gogger Geomancer'),
|
|
(11917,0,1,'Yiieeeee! Me run!',12,0,100,0,0,0,1864,0,'Gogger Geomancer'),
|
|
(11917,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Gogger Geomancer'),
|
|
(11918,0,0,'You NO take candle!',12,0,100,0,0,0,16658,0,'Gogger Stonepounder'),
|
|
(11918,0,1,'Yiieeeee! Me run!',12,0,100,0,0,0,1864,0,'Gogger Stonepounder'),
|
|
(11918,0,2,'No kill me! No kill me!',12,0,100,0,0,0,1863,0,'Gogger Stonepounder'),
|
|
(11940,0,0,'',15,0,100,0,0,0,0,0,''),
|
|
(11941,0,0,'',15,0,100,0,0,0,0,0,''),
|
|
(11943,0,0,'',15,0,100,0,0,0,0,0,''),
|
|
(11946,0,0,'Stormpike filth! In my keep?! Slay them all!',14,0,100,0,0,0,10245,0,'Drek\'Thar'),
|
|
(11946,1,0,'You seek to draw the General of the Frostwolf legion out from his fortress? PREPOSTEROUS!',14,0,100,0,0,0,10377,0,'Drek\'Thar'),
|
|
(11946,2,0,'Stormpike weaklings, face me in my fortress - if you dare!',14,0,100,0,0,0,10376,0,'Drek\'Thar'),
|
|
(11946,3,0,'Your attacks are slowed by the cold, I think!',14,0,100,0,0,0,8846,0,'Drek\'Thar'),
|
|
(11946,3,1,'Today, you will meet your ancestors!',14,0,100,0,0,0,8849,0,'Drek\'Thar'),
|
|
(11946,3,2,'If you will not leave Alterac Valley on your own, then the Frostwolves will force you out!',14,0,100,0,0,0,8847,0,'Drek\'Thar'),
|
|
(11946,3,3,'You cannot defeat the Frostwolf clan!',14,0,100,0,0,0,8844,0,'Drek\'Thar'),
|
|
(11946,3,4,'You are no match for the strength of the Horde!',14,0,100,0,0,0,8848,0,'Drek\'Thar'),
|
|
(11946,3,5,'Leave no survivors!',14,0,100,0,0,0,12352,0,'Drek\'Thar'),
|
|
(11947,0,0,'Die! Your kind has no place in Alterac Valley!',14,0,100,0,0,0,10055,0,'Captain Galvangar'),
|
|
(11947,1,0,'I\'ll never fall for that, fool! If you want a battle, it will be on my terms and in my lair.',14,0,100,0,0,0,10378,0,'Captain Galvangar'),
|
|
(11947,2,0,'Now is the time to attack! For the Horde!',14,0,100,0,0,0,10057,0,'Captain Galvangar'),
|
|
(11948,0,0,'Soldiers of Stormpike, your General is under attack! I require aid! Come! Come! Slay these mangy Frostwolf dogs.',14,0,100,0,0,0,10243,0,'Vanndar Stormpike'),
|
|
(11948,1,0,'You\'ll never get me out of me bunker, heathens!',14,0,100,0,0,0,10373,0,'Vanndar Stormpike'),
|
|
(11948,1,1,'Why don\'t ya try again without yer cheap tactics, pansies! Or are you too chicken???',14,0,100,0,0,0,10374,0,'Vanndar Stormpike'),
|
|
(11948,2,0,'I will tell you this much...Alterac Valley will be ours.',14,0,100,0,0,0,0,0,'Vanndar Stormpike'),
|
|
(11948,2,1,'Your attacks are weak! Go practice on some rabbits and come back when you\'re stronger.',14,0,100,0,0,0,8839,0,'Vanndar Stormpike'),
|
|
(11948,2,2,'We will not be swayed from our mission!',14,0,100,0,0,0,8842,0,'Vanndar Stormpike'),
|
|
(11948,2,3,'It\'ll take more than you rabble to bring me down!',14,0,100,0,0,0,8841,0,'Vanndar Stormpike'),
|
|
(11948,2,4,'We, the Alliance, will prevail!',14,0,100,0,0,0,8843,0,'Vanndar Stormpike'),
|
|
(11948,2,5,'The Stormpike clan bows to no one, especially the horde!',14,0,100,0,0,0,8838,0,'Vanndar Stormpike'),
|
|
(11948,2,6,'Is that the best you can do?',14,0,100,0,0,0,13130,0,'Vanndar Stormpike'),
|
|
(11948,3,0,'Take no prisoners! Drive these heathens from our lands!',14,0,100,0,0,0,12351,0,'Vanndar Stormpike'),
|
|
(11949,0,0,'Begone, uncouth scum! The Alliance shall prevail in Alterac Valley!',14,0,100,0,0,0,10054,0,'Captain Balinda Stonehearth'),
|
|
(11949,1,0,'Filthy Frostwolf cowards! If you want a fight, you\'ll have to come to me!',14,0,100,0,0,0,10375,0,'Captain Balinda Stonehearth'),
|
|
(11949,2,0,'Take heart, Alliance! Throw these villains from Alterac Valley!',14,0,100,0,0,0,10056,0,'Captain Balinda Stonehearth'),
|
|
(11980,0,0,'Indeed, the time has come to end this charade.',14,0,100,0,0,0,20128,0,'Zuluhed the Whacked'),
|
|
(11980,1,0,'Destroy them! Destroy them all!',14,0,100,0,0,0,20129,0,'Zuluhed the Whacked'),
|
|
(11980,2,0,'Foolish mortals. Did you think that I would not strike you down for your transgressions?',14,0,100,0,0,0,20127,0,'Zuluhed the Whacked'),
|
|
(11980,3,0,'Lord Illidan, bless me with the power of the flight!',14,0,100,0,0,0,20126,0,'Zuluhed the Whacked'),
|
|
(11981,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'flamegor EMOTE_FRENZY'),
|
|
(11982,0,0,'%s goes into a killing frenzy!',16,0,100,0,0,0,24143,0,'magmadar EMOTE_FRENZY'),
|
|
(12017,0,0,'None of your kind should be here! You\'ve doomed only yourselves!',14,0,100,0,0,8286,9967,0,'broodlord SAY_AGGRO'),
|
|
(12017,1,0,'Clever, mortals - but I am not so easily lured away from my sanctum!',14,0,100,0,0,8287,9968,0,'broodlord SAY_LEASH'),
|
|
(12018,0,0,'Reckless mortals! None may challenge the Sons of the Living flame!',14,0,100,0,0,8035,7612,0,'majordomo SAY_AGGRO'),
|
|
(12018,1,0,'The runes of warding have been destroyed! Hunt down the infidels, my brethren!',14,0,100,0,0,8039,7566,3,'majordomo SAY_SPAWN'),
|
|
(12018,2,0,'Ashes to ashes!',14,0,100,0,0,8037,9425,0,'majordomo SAY_SLAY'),
|
|
(12018,2,1,'Burn mortals! Burn for this transgression!',14,0,100,0,0,8036,0,0,'majordomo SAY_SPECIAL'),
|
|
(12018,3,0,'Impossible! Stay your attack, mortals... I submit! I submit!',14,0,100,0,0,8038,7561,0,'majordomo SAY_DEFEAT'),
|
|
(12018,4,0,'Behold Ragnaros - the Firelord! He who was ancient when this world was young! Bow before him, mortals! Bow before your ending!',14,0,100,0,0,8040,7657,0,'majordomo SAY_SUMMON_MAJ'),
|
|
(12018,5,0,'These mortal infidels, my lord! They have invaded your sanctum and seek to steal your secrets!',14,0,100,0,0,8041,7661,0,'majordomo SAY_ARRIVAL2_MAJ'),
|
|
(12018,6,0,'You think you\'ve won already? Perhaps you\'ll need another lesson in pain!',14,0,100,0,0,0,8545,0,'majordomo SAY_LAST_ADD'),
|
|
(12018,7,0,'Brashly, you have come to wrest the secrets of the Living Flame! You will soon regret the recklessness of your quest.',14,0,100,0,0,0,7567,0,'majordomo SAY_DEFEAT_2'),
|
|
(12018,8,0,'I go now to summon the lord whose house this is. Should you seek an audience with him, your paltry lives will surely be forfeit! Nevertheless, seek out his lair, if you dare!',14,0,100,0,0,0,7568,0,'majordomo SAY_DEFEAT_3'),
|
|
(12018,9,0,'Very well, $n',12,0,100,0,0,0,7649,0,'majordomo SAY_RAG_SUM_1'),
|
|
(12018,10,0,'Impudent whelps! You\'\'ve rushed headlong to your own deaths! See now, the master stirs!',14,0,100,0,0,0,7655,0,'majordomo SAY_RAG_SUM_2'),
|
|
(12018,11,0,'My flame... Please, don\'t take away my flame...',14,0,100,0,0,8042,0,0,'majordomo SAY_DEATH'),
|
|
(12046,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Gor\'marok the Ravager'),
|
|
(12056,0,0,'%s performs one last service for Ragnaros...',16,0,100,0,0,0,8253,0,'geddon EMOTE_SERVICE'),
|
|
(12057,0,0,'%s forces one of his Firesworn minions to erupt!',41,0,100,0,0,0,8254,0,'Garr EMOTE_MASS_ERRUPTION'),
|
|
(12116,8,0,'It has been many years...',12,0,100,0,0,0,7389,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_3'),
|
|
(12116,9,0,'Who has disturbed the altar of the goddess?',12,0,100,0,0,0,7390,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_4'),
|
|
(12116,12,0,'Enu thora\'serador. This is a sacred place.\n',12,0,100,0,0,0,7393,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_7'),
|
|
(12116,13,0,'We will show you...\n',12,0,100,0,0,0,7394,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_8'),
|
|
(12116,14,0,'Look above you; thara dormil dorah... ',12,0,100,0,0,0,7413,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_9'),
|
|
(12116,15,0,'This gem once allowed direct communication with Elune, herself.',12,0,100,0,0,0,7414,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_10'),
|
|
(12116,16,0,'Through the gem, Elune channeled her infinite wisdom...',12,0,100,0,0,0,7415,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_11'),
|
|
(12116,17,0,'Realizing that the gem needed to be protected, we turned to the goddess herself.',12,0,100,0,0,0,7417,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_12'),
|
|
(12116,18,0,'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...',12,0,100,0,0,0,7418,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_13'),
|
|
(12116,19,0,'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',12,0,100,0,0,0,7419,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_14'),
|
|
(12116,21,0,'But now, many years later, the wildkin have grown more feral, and without the guidance of the goddess, they are confused...\n',12,0,100,0,0,0,7422,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_16'),
|
|
(12116,22,0,'Without a purpose, they wander... But many find their way back to the sacred areas that they once were sworn to protect.\n',12,0,100,0,0,0,7424,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_17'),
|
|
(12116,23,0,'Wildkin are inherently magical; this power was bestowed upon them by the goddess.',12,0,100,0,0,0,7427,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_18'),
|
|
(12116,24,0,'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.',12,0,100,0,0,0,7428,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_19'),
|
|
(12116,25,0,'Please, remember what we have shown you...',12,0,100,0,0,0,7431,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_20'),
|
|
(12116,26,0,'Farewell.',12,0,100,0,0,0,33195,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_21'),
|
|
(12121,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Drakan'),
|
|
(12122,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Duros'),
|
|
(12126,0,0,'What have you done, Isillien? You once fought with honor, for the good of our people... and now... you have murdered my boy... ',12,0,100,1,0,0,7372,0,'Lord Tirion Fordring'),
|
|
(12126,1,0,'May your soul burn in anguish, Isillien! Light give me strength to battle this fiend.',12,0,100,15,0,0,7373,0,'Lord Tirion Fordring'),
|
|
(12126,2,0,'Face me, coward. Face the faith and strength that you once embodied.',12,0,100,25,0,0,7374,0,'Lord Tirion Fordring'),
|
|
(12126,3,0,'A thousand more like him exist. Ten thousand. Should one fall, another will rise to take the seat of power.',12,0,100,0,0,0,7420,0,'Lord Tirion Fordring'),
|
|
(12126,4,0,'%s falls to one knee.',16,0,100,0,0,0,7421,0,'Lord Tirion Fordring'),
|
|
(12126,5,0,'Look what they did to my boy.',12,0,100,5,0,0,7423,0,'Lord Tirion Fordring'),
|
|
(12126,6,0,'Too long have I sat idle, gripped in this haze... this malaise, lamenting what could have been... what should have been.',12,0,100,0,0,0,7429,0,'Lord Tirion Fordring'),
|
|
(12126,7,0,'Your death will not have been in vain, Taelan. A new Order is born on this day... an Order which will dedicate itself to extinguishing the evil that plagues this world. An evil that cannot hide behind politics and pleasantries.',12,0,100,0,0,0,7426,0,'Lord Tirion Fordring'),
|
|
(12126,8,0,'This I promise... This I vow...',12,0,100,0,0,0,7430,0,'Lord Tirion Fordring'),
|
|
(12136,0,0,'The zeppelin to Grom\'gol has just arrived! All aboard for Stranglethorn!',14,0,100,0,0,0,22097,0,'Snurk Bucksquick'),
|
|
(12137,0,0,'The zeppelin to Undercity has just arrived! All aboard for Tirisfal Glades!',14,0,100,0,0,0,29545,0,'Squibby Overspeck'),
|
|
(12152,20,0,'Anu\'dorini Talah, Ru shallora enudoril.',12,0,100,0,0,0,0,0,'Voice of Elune SAY_VOICE_ALTAR_15'),
|
|
(12178,0,0,'%s\'s death wail has stirred the nearby silithid hive!',16,0,100,0,0,0,8619,0,'Tortured Druid'),
|
|
(12179,0,0,'%s\'s death wail has stirred the nearby silithid hive!',16,0,100,0,0,0,8620,0,'Tortured Sentinel'),
|
|
(12238,0,0,'Free! Free from my bonds at last!',14,0,100,0,0,0,8922,0,'Zaetar\'s Spirit'),
|
|
(12265,0,0,'%s splits into two new Lava Spawns!',16,0,100,0,0,0,7570,0,'Lava Spawn'),
|
|
(12277,0,0,'Thanks $n. Now let\'s get out of here!',12,0,100,0,0,0,7540,0,'Melizza Brimbuzzle'),
|
|
(12277,1,0,'We made it! Thanks again! I\'m going to run ahead!',12,0,100,0,0,0,7544,0,'Melizza Brimbuzzle'),
|
|
(12277,2,0,'Hey Hornizz! I\'m back! And there are some people behind me who helped me out of a jam.',12,0,100,0,0,0,7550,0,'Melizza Brimbuzzle'),
|
|
(12277,3,0,'We\'re going to have to scratch the Maraudines off our list. Too hard to work with...',12,0,100,0,0,0,7551,0,'Melizza Brimbuzzle'),
|
|
(12277,4,0,'Well, I\'m off to the Gelkis. They\'re not as dumb as the Maraudines, but they\'re more reasonable.',12,0,100,0,0,0,7552,0,'Melizza Brimbuzzle'),
|
|
(12319,0,0,'You\'ve interfered with our plans for the last time, foolish $c!',12,0,100,0,0,0,7579,0,'Burning Blade Toxicologist'),
|
|
(12321,0,0,'You\'ve interfered with our plans for the last time, foolish $c!',12,0,100,0,0,0,7582,0,'Stormscale Toxicologist'),
|
|
(12337,0,0,'I sense danger up ahead.',12,0,100,0,0,0,7596,0,'Crimson Courier'),
|
|
(12337,0,1,'If I should fall, take my pouch. Make certain that it gets to the High General.',12,0,100,0,0,0,7599,0,'Crimson Courier'),
|
|
(12337,0,2,'My back is killing me.',12,0,100,0,0,0,7597,0,'Crimson Courier'),
|
|
(12337,0,3,'These orders must get to High General Abbendis!',12,0,100,0,0,0,7598,0,'Crimson Courier'),
|
|
(12337,1,0,'Assassins! Guards! Guards!',14,0,100,0,0,0,7595,0,'Crimson Courier'),
|
|
(12347,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Enraged Reef Crawler'),
|
|
(12379,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Unliving Caretaker'),
|
|
(12384,0,0,'You won\'t find better prices anywhere!',14,0,100,22,0,0,7627,0,'Augustus the Touched'),
|
|
(12384,0,1,'I\'m Augustus, and my prices are INSANE!',14,0,100,22,0,0,7628,0,'Augustus the Touched'),
|
|
(12384,0,2,'I\'m Augustus! You want it, I got it! You wanna sell it, then I want it!',14,0,100,22,0,0,7629,0,'Augustus the Touched'),
|
|
(12423,0,0,'Thank you! Thank you, $gpriest:priestess;. Now I can take on those murlocs with the Light on my side!',12,0,100,1,0,0,7670,0,'Guard Roberts - SAY_THANKS'),
|
|
(12423,1,0,'Farewell to you, and may the Light be with you always.',12,0,100,3,0,0,7789,0,'Guard Roberts - SAY_GOODBYE'),
|
|
(12423,2,0,'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.',12,0,100,2,0,0,7668,0,'Guard Robert - SAY_HEALED'),
|
|
(12427,0,0,'Thank you! Thank you, $gpriest:priestess;. Now I can take on those wendigo with the Light on my side!',12,0,100,1,0,0,7788,0,'Mountaineer Dolf - SAY_THANKS'),
|
|
(12427,1,0,'Farewell to you, and may the Light be with you always.',12,0,100,3,0,0,7789,0,'Mountaineer Dolf - SAY_GOODBYE'),
|
|
(12427,2,0,'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.',12,0,100,2,0,0,7668,0,'Mountaineer Dol - SAY_HEALED'),
|
|
(12428,0,0,'Thank you! Thank you, $gpriest:priestess;. Now I can take on those gnolls with your power to back me!',12,0,100,1,0,0,7792,0,'Deathguard Kel - SAY_THANKS'),
|
|
(12428,1,0,'Farewell to you, and may shadow always protect you!',12,0,100,3,0,0,7793,0,'Deathguard Kel - SAY_GOODBYE'),
|
|
(12428,2,0,'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.',12,0,100,2,0,0,7668,0,'Deathguard Kel - SAY_HEALED'),
|
|
(12429,0,0,'Thank you! Thank you, $gpriest:priestess;. Now I can take on those corrupt timberlings with Elune\'s power behind me!',12,0,100,1,0,0,7780,0,'Sentinel Shaya - SAY_THANKS'),
|
|
(12429,1,0,'Farewell to you, and may Elune be with you always.',12,0,100,3,0,0,7781,0,'Sentinel Shaya - SAY_GOODBYE'),
|
|
(12429,2,0,'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.',12,0,100,2,0,0,7668,0,'Sentinel Shaya - SAY_HEALED'),
|
|
(12430,0,0,'Thank you! Thank you, $gpriest:priestess;. Now I can take on those humans with your power to back me!',12,0,100,0,0,0,7784,0,'Grunt Kor\'ja - SAY_THANKS'),
|
|
(12430,1,0,'Farewell to you, and may our ancestors be with you always!',12,0,100,3,0,0,7785,0,'Grunt Kor\'ja - SAY_GOODBYE'),
|
|
(12430,2,0,'Ah, $gpriest:priestess;, you came along just in time. I appreciate it.',12,0,100,2,0,0,7668,0,'Grunt Kor\'ja - SAY_HEALED'),
|
|
(12435,0,0,'You\'ll pay for forcing me to do this!',14,0,100,0,0,8275,9961,0,'razorgore SAY_EGGS_BROKEN1'),
|
|
(12435,1,0,'Fools! These eggs are more precious than you know!',14,0,100,0,0,8276,9962,0,'razorgore SAY_EGGS_BROKEN2'),
|
|
(12435,2,0,'No - not another one! I\'ll have your heads for this atrocity!',14,0,100,0,0,8277,9963,0,'razorgore SAY_EGGS_BROKEN3'),
|
|
(12435,3,0,'If I fall into the abyss, I\'ll take all of you mortals with me!',14,0,100,0,0,8278,9591,0,'razorgore SAY_DEATH'),
|
|
(12557,0,0,'Intruders have breached the hatchery! Sound the alarm! Protect the eggs at all costs!',14,0,100,0,0,0,9958,0,'Grethok the Controller'),
|
|
(12577,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Jarrodenus'),
|
|
(12578,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Mishellena'),
|
|
(12579,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bloodfury Ripper'),
|
|
(12596,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Bibilfaz Featherwhistle'),
|
|
(12616,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Vhulgra'),
|
|
(12617,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Khaelyn Steelwing'),
|
|
(12636,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Georgia'),
|
|
(12717,0,0,'Are you sure that you are ready? If we do not have a group of your allies to aid us, we will surely fail.',12,0,100,0,0,0,8566,0,'muglash SAY_MUG_START1'),
|
|
(12717,1,0,'This will be a tough fight, $n. Follow me closely!',12,0,100,0,0,0,8555,0,'muglash SAY_MUG_START2'),
|
|
(12717,2,0,'This is the brazier, $n. Put it out. Vorsha is a beast, worthy of praise from no one!',12,0,100,0,0,0,8556,0,'muglash SAY_MUG_BRAZIER'),
|
|
(12717,3,0,'Now we must wait. It won\'t be long before the naga realize what we have done.',12,0,100,0,0,0,8410,0,'muglash SAY_MUG_BRAZIER_WAIT'),
|
|
(12717,4,0,'Be on your guard, $n!',12,0,100,0,0,0,8412,0,'muglash SAY_MUG_ON_GUARD'),
|
|
(12717,5,0,'Perhaps we will get a moment to rest. But I will not give up until we have faced off against Vorsha!',12,0,100,0,0,0,8413,0,'muglash SAY_MUG_REST'),
|
|
(12717,6,0,'We have done it!',12,0,100,0,0,0,8569,0,'muglash SAY_MUG_DONE'),
|
|
(12717,7,0,'You have my deepest gratitude. I thank you.',12,0,100,0,0,0,8558,0,'muglash SAY_MUG_GRATITUDE'),
|
|
(12717,8,0,'I am going to patrol the area for a while longer and ensure that things are truly safe.',12,0,100,0,0,0,8564,0,'muglash SAY_MUG_PATROL'),
|
|
(12717,9,0,'Please return to Zoram\'gar and report our success to the Warsong Runner.',12,0,100,0,0,0,8565,0,'muglash SAY_MUG_RETURN'),
|
|
(12737,0,0,'$s becomes enraged!',16,0,100,0,0,0,24144,0,'Mastok Wrilehiss enrage at 30%'),
|
|
(12740,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Faustron'),
|
|
(12802,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Rage Scar Yeti'),
|
|
(12803,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,10645,0,'Lord Lakmaeran'),
|
|
(12807,0,0,'Look at her down there! Just who does she think she is?',12,0,100,5,0,0,14103,0,'Greshka'),
|
|
(12818,0,0,'Well $n Here we GO!',12,0,100,5,1000,0,0,0,'Ruul Snowhoof Start'),
|
|
(12818,1,0,'Thank you for freeing me. Speak with my sister in Splintertree. I... I must find a place to rest...',12,0,100,0,2000,0,8265,0,'Ruul Snowhoof End'),
|
|
(12858,0,0,'Everyone ready?',12,0,100,0,0,0,8284,0,'Torek'),
|
|
(12858,1,0,'Ok, let\'s move out!',12,0,100,0,0,0,8278,0,'Torek'),
|
|
(12858,2,0,'Prepare yourselves. Silverwing is just around the bend.',12,0,100,0,0,0,8282,0,'Torek'),
|
|
(12858,3,0,'Silverwing is ours!',12,0,100,0,0,0,8280,0,'Torek'),
|
|
(12858,4,0,'Go report that the outpost is taken. We will remain here.',12,0,100,0,0,0,8281,0,'Torek'),
|
|
(12858,5,0,'For the Horde!',12,0,100,0,0,0,8283,0,'Torek'),
|
|
(12858,6,0,'Steady, people. We\'ll raid soon enough.',12,0,100,0,0,0,8420,0,'Torek'),
|
|
(12858,6,1,'With luck, we\'ll gain some good scars today.',12,0,100,0,0,0,8421,0,'Torek'),
|
|
(12858,6,2,'These woods make my tusks itch...',12,0,100,0,0,0,8422,0,'Torek'),
|
|
(12858,6,3,'They say Duriel is a fierce night elf. It\'ll be a good fight!',12,0,100,0,0,0,8423,0,'Torek'),
|
|
(12858,6,4,'We\'ll be notching our axes after this.',12,0,100,0,0,0,8424,0,'Torek'),
|
|
(12858,6,5,'Stay calm, people. We don\'t want to give away our position.',12,0,100,0,0,0,8425,0,'Torek'),
|
|
(12860,0,0,'Who dares attack the Silverwing Outpost?!?',14,0,100,15,0,0,8279,0,'Duriel Moonfire'),
|
|
(12876,0,0,'%s emerges to protect the Fathom Stone!',16,0,100,0,0,0,8304,0,'Baron Aquanis'),
|
|
(12918,0,0,'You are a little gnat to the Foulweald! Die!',12,0,100,0,0,0,8350,0,'Chief Murgut'),
|
|
(12918,1,0,'No! You cannot be stronger than the Foulweald! No!!',12,0,100,0,0,0,8351,0,'Chief Murgut'),
|
|
(12920,0,0,'I\'m saved! Thank you, doctor!',12,0,100,0,0,0,8355,0,'injured_patient SAY_DOC1'),
|
|
(12920,0,1,'HOORAY! I AM SAVED!',12,0,100,0,0,0,8359,0,'injured_patient SAY_DOC2'),
|
|
(12920,0,2,'Sweet, sweet embrace... take me... ',12,0,100,0,0,0,8361,0,'injured_patient SAY_DOC3'),
|
|
(12921,0,0,'%s attacks the banner!',16,0,100,0,0,0,8398,0,'Enraged Foulweald'),
|
|
(12923,0,0,'I\'m saved! Thank you, doctor!',12,0,100,0,0,0,8355,0,''),
|
|
(12924,0,0,'I\'m saved! Thank you, doctor!',12,0,100,0,0,0,8355,0,''),
|
|
(12925,0,0,'I\'m saved! Thank you, doctor!',12,0,100,0,0,0,8355,0,''),
|
|
(12936,0,0,'HOORAY! I AM SAVED!',12,0,100,0,0,0,8359,0,''),
|
|
(12937,0,0,'The good doctor saves the day! HOORAY!',12,0,100,0,0,0,8362,0,''),
|
|
(12938,0,0,'I\'m saved! Thank you, doctor!',12,0,100,0,0,0,8355,0,''),
|
|
(12939,0,0,'I\'m saved! Thank you, doctor!',12,0,100,0,0,0,8355,0,'injured_patient SAY_DOC1'),
|
|
(12939,0,1,'HOORAY! I AM SAVED!',12,0,100,0,0,0,8359,0,'injured_patient SAY_DOC2'),
|
|
(12939,0,2,'Sweet, sweet embrace... take me... ',12,0,100,0,0,0,8361,0,'injured_patient SAY_DOC3'),
|
|
(12997,0,0,'Into the box me pretties! Thas it. One by one ye go.',12,0,0,0,0,0,8465,0,'Monty'),
|
|
(12997,1,0,'Overflowin\' with rats! Help a pirate out, matey!',12,0,0,0,0,0,8458,0,'Monty'),
|
|
(12997,1,1,'Don\'t crowd me, people!',12,0,0,0,0,0,8460,0,'Monty'),
|
|
(12997,1,2,'Do yer part in keepin\' the Deeprun Tram clean!',12,0,0,0,0,0,8459,0,'Monty'),
|
|
(13020,0,0,'Too late, friends! Nefarius\' corruption has taken hold...I cannot...control myself.\n',14,0,100,0,0,8281,9886,0,'vaelastrasz SAY_LINE1'),
|
|
(13020,1,0,'I beg you, mortals - FLEE! Flee before I lose all sense of control! The black fire rages within my heart! I MUST- release it! ',14,0,100,0,0,8282,9887,0,'vaelastrasz SAY_LINE2'),
|
|
(13020,2,0,'FLAME! DEATH! DESTRUCTION! Cower, mortals before the wrath of Lord...NO - I MUST fight this! Alexstrasza help me, I MUST fight it! ',14,0,100,0,0,8283,9888,0,'vaelastrasz SAY_LINE3'),
|
|
(13020,3,0,'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',14,0,100,0,0,8285,9965,0,'vaelastrasz SAY_HALFLIFE'),
|
|
(13020,4,0,'Forgive me, $n! Your death only adds to my failure! ',14,0,100,0,0,8284,9964,0,'vaelastrasz SAY_KILLTARGET'),
|
|
(13083,0,0,'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!',14,0,100,0,0,10986,0,0,'Echo of Archimonde'),
|
|
(13177,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Vahgruk'),
|
|
(13601,0,0,'Mine! Mine! Mine! Gizlock is the ruler of this domain! You shall never reveal my presence!',14,0,100,0,0,0,8852,0,'Tinkerer Gizlock'),
|
|
(13602,0,0,'RARRRRRR!',14,0,100,0,0,0,8888,0,'The Abominable Greench'),
|
|
(13716,0,0,'You wish to learn of the stone? Follow me.',12,0,100,1,0,0,8952,0,'Celebras - Line 0'),
|
|
(13716,1,0,'For so long I have drifted in my cursed form. You have freed me... Your hard work shall be repaid.',12,0,100,1,0,0,8953,0,'Celebras - Line 1'),
|
|
(13716,2,0,'Please do as I instruct you, $n.',12,0,100,1,0,0,8954,0,'Celebras - Line 2'),
|
|
(13716,3,0,'Read this tome I have placed before you, and speak the words aloud.',12,0,100,1,0,0,8950,0,'Celebras - Line 3'),
|
|
(13716,4,0,'%s begins to channel his energy, focusing on the stone.',16,0,100,469,0,0,8951,0,'Celebras - Emote'),
|
|
(13716,5,0,'Together, the two parts shall become one, once again.',12,0,100,1,0,0,8948,0,'Celebras - Line 5'),
|
|
(13716,6,0,'Shal myrinan ishnu daldorah...',12,0,100,1,0,0,8949,0,'Celebras - Line 6'),
|
|
(13716,7,0,'My scepter will once again become whole!',12,0,100,1,0,0,8955,0,'Celebras - Line 7'),
|
|
(13716,8,0,'Perhaps we can attempt this later. Please speak to me again if you wish to do so.',12,0,100,0,0,0,8947,0,'Celebras the Redeemed'),
|
|
(13996,0,0,'Run! They are coming!',14,0,100,0,0,0,9031,0,'Blackwing Technician'),
|
|
(14020,0,0,'%s goes into a killing frenzy!',16,0,100,0,0,0,9764,0,'chromaggus EMOTE_FRENZY'),
|
|
(14020,1,0,'%s flinches as its skin shimmers.',16,0,100,0,0,0,9793,0,'chromaggus EMOTE_SHIMMER'),
|
|
(14041,0,0,'Spare some change?',12,0,100,1,0,0,9088,0,'Haggle - Random Say'),
|
|
(14041,0,1,'I had it all! I had it all and then I lost it. Lost... all gone... like... my mind. My mind is like... cheese. I like cheese.',12,0,100,1,0,0,9089,0,'Haggle - Random Say'),
|
|
(14041,0,2,'Forty-two... forty-two... forty-two what? It could be anything! Forty-two... hmmm...',12,0,100,1,0,0,9098,0,'Haggle - Random Say'),
|
|
(14041,0,3,'Rat-kabobs! Get your tasty Rat-kabobs here! Get them while they last!',12,0,100,1,0,0,9150,0,'Haggle - Random Say'),
|
|
(14041,0,4,'Rats everywhere. Everywhere I see rats. Always looking at me with their beedy little eyes. I\'ll show them. I\'ll show them all!',12,0,100,1,0,0,9149,0,'Haggle - Random Say'),
|
|
(14041,1,0,'%s yawns.',16,0,100,0,0,0,9147,0,'Haggle - Emote 1'),
|
|
(14041,2,0,'%s sifts through the trash.',16,0,100,69,0,0,9141,0,'Haggle - Emote 2'),
|
|
(14101,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Enraged Felguard - Frenzy (30% health)'),
|
|
(14224,0,0,'Unknown life forms detected....assessing...',12,0,100,0,0,0,9092,0,'7:XT'),
|
|
(14224,0,1,'Target lost....resuming search patterns Delta',12,0,100,0,0,0,9093,0,'7:XT'),
|
|
(14224,0,2,'Scanning life forms....target not found',12,0,100,0,0,0,9091,0,'7:XT'),
|
|
(14225,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Prince Kellen'),
|
|
(14241,0,0,'As you wish...',12,0,100,0,0,0,9099,3,'Ironbark the Redeemed'),
|
|
(14241,1,0,'My strength wanes, mortal. I have done as promised, the way is clear. I now return to whence I came.',12,0,100,0,0,0,9100,3,'Ironbark the Redeemed'),
|
|
(14267,0,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Emogg the Crusher'),
|
|
(14267,0,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Emogg the Crusher'),
|
|
(14267,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Emogg the Crusher'),
|
|
(14267,1,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Rage Scar Yeti'),
|
|
(14304,1,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Kor\'kron Elite'),
|
|
(14304,2,0,'%s throws a rotten apple at $n.',16,0,100,0,0,0,31671,0,'Kor\'kron Elite'),
|
|
(14304,3,0,'%s throws rotten banana on $n.',16,0,100,0,0,0,31672,0,'Kor\'kron Elite'),
|
|
(14304,4,0,'%s spits on $n.',16,0,100,0,0,0,31673,0,'Kor\'kron Elite'),
|
|
(14304,5,0,'Monster!',12,0,100,0,0,0,31662,0,'Kor\'kron Elite'),
|
|
(14304,5,1,'Murderer!',12,0,100,0,0,0,31679,0,'Kor\'kron Elite'),
|
|
(14304,5,2,'GET A ROPE!',12,0,100,0,0,0,31669,0,'Kor\'kron Elite'),
|
|
(14304,5,3,'How dare you set foot in our city!',12,0,100,0,0,0,31684,0,'Kor\'kron Elite'),
|
|
(14304,5,4,'You disgust me.',12,0,100,0,0,0,31680,0,'Kor\'kron Elite'),
|
|
(14304,5,5,'Looks like we\'re going to have ourselves an execution.',12,0,100,0,0,0,31682,0,'Kor\'kron Elite'),
|
|
(14304,5,6,'Traitorous dog.',12,0,100,0,0,0,31665,0,'Kor\'kron Elite'),
|
|
(14304,5,7,'My family was wiped out by the Scourge! MONSTER!',12,0,100,0,0,0,31667,0,'Kor\'kron Elite'),
|
|
(14321,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Guard Fengus'),
|
|
(14322,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Stomper Kreeg'),
|
|
(14323,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Guard Slip\'kik'),
|
|
(14323,1,0,'Doh!',12,0,100,0,0,0,9482,0,'Guard Slip\'kik'),
|
|
(14324,0,0,'The king is dead - OH NOES! Summon Mizzle da Crafty! He knows what to do next!',14,0,100,0,0,0,0,0,'Cho\'Rush the Observer'),
|
|
(14325,0,0,'No one get past me and threaten da king! Ungh, take it!!',12,0,100,0,0,0,9418,0,'Captain Kromcrush'),
|
|
(14325,1,0,'Help me crush these punys!',14,0,100,0,0,0,9478,0,'Captain Kromcrush'),
|
|
(14325,2,0,'%s begins to retaliate all attacks against him!',16,0,100,0,0,0,9477,0,'Captain Kromcrush'),
|
|
(14325,3,0,'Hey, who Fengus callin\' a gnoll lover?! Take da prisoners to da king; you smart to bring them with their weapons and show da king that they a threat. I\'ll go see if Fengus talk smack when I give him da beatdown! HAR!',12,0,100,0,0,0,9416,0,'Captain Kromcrush'),
|
|
(14325,4,0,'OK Fengus, where you at?! You come call me a gnoll lover while I give you da hammer upside da head!',14,0,100,0,0,0,9424,0,'Captain Kromcrush'),
|
|
(14326,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Guard Mol\'dar'),
|
|
(14338,0,0,'$n, I\'ll make sure all my friends in the Cartel know that you\'ve saved my life today. Here - I\'m going to need to be able to travel light, so please help yourself to my cache of tailoring and leatherworking supplies! Thanks again - see ya!',12,0,0,0,0,0,9346,0,'Knot'),
|
|
(14344,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Mongress'),
|
|
(14351,0,0,'NO!!! It puts the tannin in the basket, or it gets the mallet again!',14,0,100,0,0,0,0,0,'Gordok Bushwacker'),
|
|
(14353,0,0,'OH NOES! Da king is dead! Uh... hail to da new king! Yeah!',14,0,100,0,0,0,9348,0,'Mizzle the Crafty to 58960'),
|
|
(14353,1,0,'Yar, he\'s dead all right. That makes you da new king... well, all of you! Gordok is yours now, boss! You should talk to me so you can learn everything there is about being da king! I was... is his assistant! Yeah, that\'s why I\'m called da crafty one!',12,0,100,0,0,0,9411,0,'Mizzle the Crafty to 58960'),
|
|
(14354,0,0,'If you want the key, you\'ll have to catch me!',12,0,0,0,0,0,9349,0,'Pusillin text #1'),
|
|
(14354,1,0,'Chase me if you dare! I run without a care!',12,0,0,0,0,0,9353,0,'Pusillin text #2'),
|
|
(14354,2,0,'Why would you ever want to harm me!? Come. Friends we can be!',12,0,0,0,0,0,9357,0,'Pusillin text #3'),
|
|
(14354,3,0,'DIE?! You make Pusillin cry!',12,0,0,0,0,0,9360,0,'Pusillin text #4'),
|
|
(14354,4,0,'Say hello to my little friends!',12,0,0,0,0,0,9363,0,'Pusillin text #5'),
|
|
(14362,0,0,'Thornling begins to grow!',16,0,100,0,0,0,0,0,'Thornling'),
|
|
(14362,1,0,'Thornling continues to grow!',16,0,100,0,0,0,0,0,'Thornling'),
|
|
(14362,2,0,'Thornling has grown to full size!',16,0,100,0,0,0,0,0,'Thornling'),
|
|
(14368,0,0,'I very much doubt that he will have anything to say, stranger...',12,0,100,1,0,0,9446,0,'Lorekeeper Lydros'),
|
|
(14368,1,0,'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.',12,0,100,1,0,0,9447,0,'Lorekeeper Lydros'),
|
|
(14368,2,0,'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.',12,0,100,1,0,0,9448,0,'Lorekeeper Lydros'),
|
|
(14383,0,0,'Oh dear, where is the \"Codex of Defense?\" Lydros will be most assuredly displeased.',12,0,100,0,0,0,9463,0,'Lorekeeper Kildrath'),
|
|
(14383,1,0,'%s sighs.',16,0,100,0,0,0,9464,0,'Lorekeeper Kildrath'),
|
|
(14383,2,0,'\"The Arcanist\'s Cookbook\" is also gone! This is a disaster!',12,0,100,0,0,0,9465,0,'Lorekeeper Kildrath'),
|
|
(14383,3,0,'Where is \"Garona: A study in Stealth and Treachery!\" These texts must be returned!',12,0,100,0,0,0,9475,0,'Lorekeeper Kildrath'),
|
|
(14386,0,0,'%s senses your presence and opens a nether portal!',16,0,100,0,0,0,9489,0,'Wandering Eye of Kilrogg'),
|
|
(14392,0,0,'People of the Horde, citizens of Orgrimmar, come, gather round and celebrate a hero of the Horde. On this day, $n, under the auspices of our glorious Warchief, laid a mortal blow against the Black Dragonflight. The brood mother, Onyxia, has been slain!',14,0,100,0,0,0,9491,0,'overlord runthak'),
|
|
(14392,1,0,'Bear witness to the undeniable power of your Warchief! Be lifted by the rallying cry of your dragon slayers!',14,0,100,0,0,0,9492,0,'overlord runthak'),
|
|
(14392,2,0,'NEFARIAN IS SLAIN! People of Orgrimmar, bow down before the might of $n and $g his:her; allies for they have laid a blow against the Black Dragonflight that is sure to stir the Aspects from their malaise! This defeat shall surely be felt by the father of the Black Flight: Deathwing reels in pain and anguish this day!',14,0,100,0,0,0,9867,0,'overlord runthak'),
|
|
(14392,3,0,'Be lifted by $n\'s accomplishment! Revel in $g his:her; rallying cry!',14,0,100,0,0,0,9868,0,'overlord runthak'),
|
|
(14394,0,0,'Citizens and allies of Stormwind, on this day, history has been made. $n has laid waste to that which had attempted to usurp the rule of the kingdom. Gather round and join me in honoring our heroes.',14,0,100,0,0,0,9495,0,'Major Mattingly'),
|
|
(14394,1,0,'Behold the might of the Alliance! The dread lady, Onyxia, hangs from the arches! Let the rallying cry of the dragon slayer lift your spirits!',14,0,100,0,0,0,9496,0,'Major Mattingly'),
|
|
(14454,0,0,'%s and his invading forces appear amidst a tumultuous conflagration in the northwest of Silithus.',16,0,100,0,0,0,9669,2,'The Windreaver Spawn'),
|
|
(14454,1,0,'%s causes a gale to sweep across the land, the sound of his mindless fury coming from the northwest.',16,0,100,0,0,0,9679,2,'The Windreaver OOC'),
|
|
(14454,2,0,'%s dissipates into the ether, his howling winds still ringing in your ears.',16,0,100,0,0,0,9668,2,'The Windreaver Death'),
|
|
(14457,0,0,'This frozen land shall suffice for a start. Come to me, mortals - and I shall give you a quick and painful death.',14,0,100,0,0,0,9666,2,'Princess Tempestria Spawn'),
|
|
(14457,1,0,'If you mortals are all so craven, this will be easier than I thought!',14,0,100,0,0,0,9674,2,'Princess Tempestria OOC'),
|
|
(14457,2,0,'You will all pay dearly when I return from the depths!',14,0,100,0,0,0,9664,2,'Princess Tempestria Death'),
|
|
(14459,0,0,'%s flee as the controlling power of the orb is drained.',16,0,100,0,0,0,9592,3,''),
|
|
(14461,0,0,'Hear me, denizens of the Crater! I come to burn this land of its impurity!',14,0,100,0,0,0,0,2,'Baron Charr Spawn'),
|
|
(14461,1,0,'Where are the so-called heroes of this world? Too frightened to come out and play?',14,0,100,0,0,0,0,2,'Baron Charr OOC'),
|
|
(14461,2,0,'You have not seen the last of me fools! All will be consumed in the end!',14,0,100,0,0,0,0,2,'Baron Charr Death'),
|
|
(14464,0,0,'Tiny mortals - me HERE! Doom you meet!',14,0,100,0,0,0,9658,2,'Avalanchion Spawn'),
|
|
(14464,1,0,'You be too scared! Me find you!',14,0,100,0,0,0,0,2,'Avalanchion OOC'),
|
|
(14464,2,0,'What?! You no can beat me! Me will return!',14,0,100,0,0,0,0,2,'Avalanchion Death'),
|
|
(14467,0,0,'Kroshius live? Kroshius crush!',14,0,100,0,0,0,9633,0,'Kroshius'),
|
|
(14469,0,0,'Stand back! Stand clear! The infernal will need to be given a wide berth!',12,0,100,0,0,0,9634,0,'Niby the Almighty'),
|
|
(14469,1,0,'BOW DOWN TO THE ALMIGHTY! BOW DOWN BEFORE MY INFERNAL DESTRO... chicken?',12,0,100,0,0,0,9635,0,'Niby the Almighty'),
|
|
(14469,2,0,'Silence, servant! Vengeance will be mine! Death to Stormwind! Death by chicken!',12,0,100,0,0,0,9638,0,'Niby the Almighty'),
|
|
(14469,3,0,'This is it, Impsy. I can feel it! This is the big one!',12,0,100,5,0,0,9615,0,'Niby the Almighty'),
|
|
(14469,3,1,'Brace yourself for the glorious impact, Impsy!',12,0,100,5,0,0,9616,0,'Niby the Almighty'),
|
|
(14469,3,2,'Kick me out, will they!? I\'ll show those uptight cone heads in Stormwind the true power of Niby! BEHOLD!',12,0,100,15,0,0,9617,0,'Niby the Almighty'),
|
|
(14469,4,0,'%s shakes his fist in frustration.',16,0,100,0,0,0,9618,0,'Niby the Almighty'),
|
|
(14469,5,0,'Why you little!',12,0,100,0,0,0,9622,0,'Niby the Almighty'),
|
|
(14470,0,0,'%s rolls on the floor laughing.',16,0,100,0,0,0,9636,0,'Impsy'),
|
|
(14470,1,0,'Niby, you\'re an idiot.',12,0,100,0,0,0,9637,0,'Impsy'),
|
|
(14470,2,0,'Niby, you are stupid.',12,0,100,0,0,0,9619,0,'Impsy'),
|
|
(14470,2,1,'Oh my, what a surprise! Another failure!? But how, oh great one??',12,0,100,0,0,0,9620,0,'Impsy'),
|
|
(14470,2,2,'Awe inspiring, master. Your ineptitude is awe inspiring.',12,0,100,0,0,0,9621,0,'Impsy'),
|
|
(14470,3,0,'Ack! Help! Crazed gnome trying to kill me!',12,0,100,0,0,0,9623,0,'Impsy'),
|
|
(14484,0,0,'The Scourge are upon us! Run! Run for your lives!',14,0,100,0,0,0,9712,0,'Injured Peasant'),
|
|
(14484,0,1,'Please help up! The Prince has gone mad!',14,0,100,0,0,0,0,0,'Injured Peasant'),
|
|
(14484,0,2,'Seek Sanctuary in Hearthglen! Its our only hope!',14,0,100,0,0,0,0,0,'Injured Peasant'),
|
|
(14485,0,0,'The Scourge are upon us! Run! Run for your lives!',14,0,100,0,0,0,9712,0,'Injured Peasant'),
|
|
(14485,0,1,'Please help up! The Prince has gone mad!',14,0,100,0,0,0,0,0,'Injured Peasant'),
|
|
(14485,0,2,'Seek Sanctuary in Hearthglen! Its our only hope!',14,0,100,0,0,0,0,0,'Injured Peasant'),
|
|
(14491,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Kurmokk'),
|
|
(14494,0,0,'Be healed!',14,0,100,0,0,0,9655,0,'Eris'),
|
|
(14494,1,0,'We are saved! The peasants have escaped the Scourge!',14,0,100,0,0,0,9728,0,'Eris'),
|
|
(14494,2,0,'We Failed! The peasants were not saved!',14,0,100,0,0,0,0,0,'Eris'),
|
|
(14497,0,0,'It\'s so sad for you poor children.',12,7,100,0,0,0,9689,0,'Shellene'),
|
|
(14497,0,1,'Now children stop that! I mean it!',12,7,100,0,0,0,9690,0,'Shellene'),
|
|
(14497,0,2,'All will be well children. The Light shall see to that!',12,7,100,0,0,0,9691,0,'Shellene'),
|
|
(14497,0,3,'I believe you children are our future...',12,7,100,0,0,0,9692,0,'Shellene'),
|
|
(14498,0,0,'You are mine now, children. You will grow up to be a strong part of the Horde!',12,1,100,0,0,0,9693,0,'Tosamina'),
|
|
(14498,0,1,'Stop whining!',12,1,100,0,0,0,9694,0,'Tosamina'),
|
|
(14498,0,2,'Clean this place up! We will not live in such squalor.',12,1,100,0,0,0,9695,0,'Tosamina'),
|
|
(14498,0,3,'It\'s my way or the Gold Road. Is that understood?',12,1,100,0,0,0,9696,0,'Tosamina'),
|
|
(14500,0,0,'Ah, here we are! Well let\'s get to work, shall we...?',12,0,100,0,0,0,9769,0,'J\'eevee'),
|
|
(14500,1,0,'Oh, right! Over here now...',12,0,100,0,0,0,9770,0,'J\'eevee'),
|
|
(14500,2,0,'And now... the final step!',12,0,100,0,0,0,9771,0,'J\'eevee'),
|
|
(14500,3,0,'I\'m finished. The parchment is made. Now, return to Gorzeeki...',12,0,100,0,0,0,9742,0,'J\'eevee'),
|
|
(14507,1,0,'Let the coils of hate unfurl!',14,0,0,0,0,8421,10026,0,'venoxis SAY_VENOXIS_TRANSFORM'),
|
|
(14507,2,0,'Ssserenity...at lassst!',14,0,0,0,0,0,10460,0,'venoxis SAY_VENOXIS_DEATH'),
|
|
(14508,0,0,'Arrr, Me Hearties! I be havin\' some extra Treasure that I be givin\' away at the Gurubashi Arena! All ye need do to collect it is open the chest I leave on the arena floor!',14,0,100,0,0,0,9730,2,'Short John Mithril'),
|
|
(14508,1,0,'Let the Bloodletting Begin!',14,0,100,0,0,0,9731,0,'Short John Mithril'),
|
|
(14509,0,0,'Shirvallah, fill me with your RAGE!',14,0,100,15,0,8419,10455,0,'High Priest Thekal - SAY_AGGRO'),
|
|
(14509,1,0,'Hakkar binds me no more! Peace at last!',14,0,100,0,0,8424,10451,0,'High Priest Thekal - SAY_DEATH'),
|
|
(14509,2,0,'%s dies.',16,0,100,0,0,0,8251,3,'High Priest Thekal - EMOTE_DIES'),
|
|
(14510,0,0,'Draw me to your web mistress Shadra. Unleash your venom!',14,0,100,0,0,8418,0,0,'marli SAY_AGGRO'),
|
|
(14510,1,0,'Shadra, make of me your avatar!',14,0,100,0,0,0,10443,0,'marli SAY_TRANSFORM'),
|
|
(14510,2,0,'Aid me my brood!',14,0,100,0,0,0,10448,0,'marli SAY_SPIDER_SPAWN'),
|
|
(14510,3,0,'Bless you, mortals, for this release...Hakkar controls me no longer!',14,0,100,0,0,8423,10459,0,'marli SAY_DEATH'),
|
|
(14510,4,0,'The brood shall not fall!',14,0,100,0,0,0,10444,0,'Mar\'li - SAY_TRANSFORM_BACK'),
|
|
(14511,0,0,'%s recoils in pain as the Judgement of Light washes over it!',16,0,100,0,0,0,9773,0,'Shadowed Shadowed'),
|
|
(14512,0,0,'%s recoils in pain as the Judgement of Righteousness washes over it!',16,0,100,0,0,0,9775,0,'Corrupted Spirit'),
|
|
(14513,0,0,'%s recoils in pain as the Judgement of Justice washes over it!',16,0,100,0,0,0,9774,0,'Malicious Spirit'),
|
|
(14514,0,0,'%s recoils in pain as the Judgement of Wisdom washes over it!',16,0,100,0,0,0,9732,0,'Banal Spirit'),
|
|
(14515,0,0,'Bethekk, your priestess calls upon your might!',14,0,100,0,0,8416,10461,0,'arlokk SAY_AGGRO'),
|
|
(14515,1,0,'Feast on $n, my pretties!',14,0,100,0,0,0,10472,0,'arlokk SAY_FEAST_PANTHER'),
|
|
(14515,2,0,'At last, I am free of the Soulflayer!',14,0,100,0,0,8412,10450,0,'arlokk SAY_DEATH'),
|
|
(14516,0,0,'ENOUGH - this ends now! You fools will be added to my bone collection!',14,0,100,0,0,0,9784,3,'Death Knight Darkreaver'),
|
|
(14517,0,0,'Lord Hir\'eek, grant me wings of vengeance!',14,0,100,0,0,8417,10027,0,'jeklik SAY_AGGRO'),
|
|
(14517,1,0,'I command you to rain fire down upon these invaders!',14,0,100,0,0,0,10369,0,'jeklik SAY_RAIN_FIRE'),
|
|
(14517,2,0,'Finally...death! Curse you, Hakkar! Curse you!',14,0,100,0,0,8422,10452,0,'jeklik SAY_DEATH'),
|
|
(14517,3,0,'%s emits a deafening shriek!',16,0,100,0,0,0,10370,0,'High Priestess Jeklik - EMOTE_SUMMON_BATS'),
|
|
(14517,4,0,'%s begins to cast a Great Heal!',16,0,100,0,0,0,10494,0,'High Priestess Jeklik - EMOTE_GREAT_HEAL'),
|
|
(14518,0,0,'%s recoils in pain as the Judgement of Wisdom washes over it!',16,0,100,0,0,0,9732,0,'Aspect of Banality'),
|
|
(14518,1,0,'%s emerges from the darkness, drawn out by the divination scryer!',16,0,100,0,0,0,9781,0,'Aspect of Banality'),
|
|
(14519,0,0,'%s recoils in pain as the Judgement of Righteousness washes over it!',16,0,100,0,0,0,9775,0,'Aspect of Corruption'),
|
|
(14519,1,0,'%s emerges from the darkness, drawn out by the divination scryer!',16,0,100,0,0,0,9781,0,'Aspect of Corruption'),
|
|
(14520,0,0,'%s recoils in pain as the Judgement of Justice washes over it!',16,0,100,0,0,0,9774,0,'Aspect of Malice'),
|
|
(14520,1,0,'%s emerges from the darkness, drawn out by the divination scryer!',16,0,100,0,0,0,9781,0,'Aspect of Malice'),
|
|
(14521,0,0,'%s recoils in pain as the Judgement of Light washes over it!',16,0,100,0,0,0,9773,0,'Aspect of Shadow'),
|
|
(14521,1,0,'%s emerges from the darkness, drawn out by the divination scryer!',16,0,100,0,0,0,9781,0,'Aspect of Shadow'),
|
|
(14523,0,0,'You dog! Now I\'ll trap your soul into a shard and give you to my imp as a plaything!',12,0,100,0,0,0,9735,0,'Ulathek'),
|
|
(14566,0,0,'%s breaks free of its spectral bonds with a tremendous crash of thunder!',16,0,100,0,0,0,9763,0,'Ancient Equine Spirit'),
|
|
(14635,0,0,'Our pillas! Someone has stolen our pillas!',14,0,100,0,0,0,9799,0,'Sleepy Dark Iron Worker to Player to Player'),
|
|
(14635,1,0,'We\'ll not let this act of madness go unpunished!',14,0,100,0,0,0,9800,0,'Sleepy Dark Iron Worker to Player to Player'),
|
|
(14636,0,0,'Thieves! Scallywags! Rapscallions! Come face me gigantic pillas!',14,0,100,0,0,0,9810,0,'Chambermaid Pillaclencher to Player'),
|
|
(14682,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'[Sever] Sever goes into a frenzy! / %s goes into a frenzy!'),
|
|
(14686,0,0,'Thank you for becoming my next victim!',14,0,100,0,0,0,12429,0,'[Lady Falther\'ess] Thank you for becoming my next victim!'),
|
|
(14688,0,0,'Hardly a fitting introduction, Spear-Wife. Now, who is this outsider that I\'ve been hearing so much about?',14,0,0,0,0,0,31956,0,'Prince Sandoval say 1'),
|
|
(14688,1,0,'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.',14,0,0,0,0,0,31957,0,'Prince Sandoval say 2'),
|
|
(14688,2,0,'FOR YOUR EFFRONTERY TO THE LICH KING!',14,0,0,0,0,0,31972,0,'Prince Sandoval say 3'),
|
|
(14718,0,0,'%s attempts to get help!',16,0,100,0,0,0,6311,0,'Horde Laborer'),
|
|
(14721,0,0,'Citizens of the Alliance, the Lord of Blackrock is slain! Nefarian has been subdued by the combined might of $N and $Ghis:her; allies!',14,0,100,0,0,0,9870,0,'Field Marshal Afrasiabi'),
|
|
(14721,1,0,'Let your spirits rise! Rally around your champion, bask in $Ghis:her; glory! Revel in the rallying cry of the dragon slayer!',14,0,100,0,0,0,9872,0,'Field Marshal Afrasiabi'),
|
|
(14748,0,0,'Another fool falls for the trap!',12,0,100,0,0,0,10003,0,'Vilebranch Kidnapper'),
|
|
(14748,0,1,'Dinner has arrived!',12,0,100,0,0,0,10004,0,'Vilebranch Kidnapper'),
|
|
(14748,0,2,'The High Priestess will feast on your bones!',12,0,100,0,0,0,10005,0,'Vilebranch Kidnapper'),
|
|
(14750,0,0,'%s fully engulfs in flame and a maddened look appears in his eyes!',16,0,100,0,0,0,10425,0,'Gurubashi Bat Rider - On Unstable Concoction cast - Emote Line 0'),
|
|
(14757,0,0,'Finally, I am free! I come home soon, my dear!',12,0,100,4,0,0,10013,0,'Elder Torntusk'),
|
|
(14821,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Razzashi Raptor - At 30% HP - Say Line 0'),
|
|
(14823,0,0,'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.',12,0,100,0,0,0,10153,0,'Silas Darkmoon'),
|
|
(14823,0,1,'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!',12,0,100,0,0,0,10160,0,'Silas Darkmoon'),
|
|
(14823,0,2,'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.',12,0,100,0,0,0,10154,0,'Silas Darkmoon'),
|
|
(14823,0,3,'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!',12,0,100,0,0,0,10155,0,'Silas Darkmoon'),
|
|
(14834,0,0,'PRIDE HERALDS THE END OF YOUR WORLD. COME, MORTALS! FACE THE WRATH OF THE SOULFLAYER!',14,0,100,0,0,8414,10447,0,'hakkar SAY_AGGRO'),
|
|
(14834,1,0,'Fleeing will do you no good, mortals!',14,0,100,0,0,0,10635,0,'hakkar SAY_FLEEING'),
|
|
(14834,2,0,'You dare set foot upon Hakkari holy ground? Minions of Hakkar, destroy the infidels!\n',14,0,100,0,0,0,10594,0,'hakkar SAY_MINION_DESTROY'),
|
|
(14834,3,0,'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!',14,0,100,0,0,0,10546,3,'hakkar SAY_PROTECT_ALTAR'),
|
|
(14834,4,0,'Your callous disregard for the sovereign might of the Gurubashi Empire has been noted. The inhabitants of Zul\'Gurub have been alerted to your presence.',16,0,100,0,0,0,10550,3,'Hakkar SAY_PROTECT_GURUBASHI_EMPIRE'),
|
|
(14834,5,0,'Pledge your allegiance to Hakkar and the pain you suffer shall be minimal.',15,0,100,0,0,0,10593,0,'Hakkar Bloodfire Pit Whisper'),
|
|
(14834,6,0,'The world will suffer immeasurable cruelties under my reign.',15,0,100,0,0,0,10590,0,'Hakkar Edge Of Madness Whisper'),
|
|
(14834,7,0,'Fleeing will do you no good, mortals!',14,0,100,0,0,0,10635,0,'Hakkar Evade Yell'),
|
|
(14848,1,0,'The Stormpike Graveyard was taken by the Alliance!',14,0,100,0,0,8173,9057,3,'Herald'),
|
|
(14848,2,0,'The Stormpike Graveyard is under attack! If left unchecked, the Alliance will capture it!',14,0,100,0,0,8212,9058,3,'Herald'),
|
|
(14848,3,0,'The Stormpike Graveyard was taken by the Horde!',14,0,100,0,0,8213,9059,3,'Herald'),
|
|
(14848,4,0,'The Stormpike Graveyard is under attack! If left unchecked, the Horde will capture it!',14,0,100,0,0,8174,9060,3,'Herald'),
|
|
(14848,5,0,'The Snowfall Graveyard was taken by the Alliance!',14,0,100,0,0,8173,9061,3,'Herald'),
|
|
(14848,6,0,'The Snowfall Graveyard is under attack! If left unchecked, the Alliance will capture it!',14,0,100,0,0,8212,9062,3,'Herald'),
|
|
(14848,7,0,'The Snowfall Graveyard was taken by the Horde!',14,0,100,0,0,8213,9063,3,'Herald'),
|
|
(14848,8,0,'The Snowfall Graveyard is under attack! If left unchecked, the Horde will capture it!',14,0,100,0,0,8174,9064,3,'Herald'),
|
|
(14848,9,0,'The Frostwolf Graveyard was taken by the Alliance!',14,0,100,0,0,8173,9065,3,'Herald'),
|
|
(14848,10,0,'The Frostwolf Graveyard is under attack! If left unchecked, the Alliance will capture it!',14,0,100,0,0,8212,9066,3,'Herald'),
|
|
(14848,11,0,'The Frostwolf Graveyard was taken by the Horde!',14,0,100,0,0,8213,9067,3,'Herald'),
|
|
(14848,12,0,'The Frostwolf Graveyard is under attack! If left unchecked, the Horde will capture it!',14,0,100,0,0,8174,9068,3,'Herald'),
|
|
(14848,13,0,'The Dun Baldar South Bunker is under attack! If left unchecked, the Horde will destroy it!',14,0,100,0,0,8174,9174,3,'Herald'),
|
|
(14848,14,0,'The Dun Baldar South Bunker was destroyed by the Horde!',14,0,100,0,0,8213,9175,3,'Herald'),
|
|
(14848,15,0,'The Dun Baldar South Bunker is under attack! If left unchecked, the Alliance will destroy it!',14,0,100,0,0,8212,9176,3,'Herald'),
|
|
(14848,16,0,'The Dun Baldar South Bunker was taken by the Alliance!',14,0,100,0,0,8192,9177,3,'Herald'),
|
|
(14848,17,0,'The Dun Baldar North Bunker is under attack! If left unchecked, the Horde will destroy it!',14,0,100,0,0,8174,9178,3,'Herald'),
|
|
(14848,18,0,'The Dun Baldar North Bunker was destroyed by the Horde!',14,0,100,0,0,8213,9179,3,'Herald'),
|
|
(14848,19,0,'The Dun Baldar North Bunker is under attack! If left unchecked, the Alliance will destroy it!',14,0,100,0,0,8212,9180,3,'Herald'),
|
|
(14848,20,0,'The Dun Baldar North Bunker was taken by the Alliance!',14,0,100,0,0,8192,9181,3,'Herald'),
|
|
(14848,21,0,'The Icewing Bunker is under attack! If left unchecked, the Horde will destroy it!',14,0,100,0,0,8174,9182,3,'Herald'),
|
|
(14848,22,0,'The Icewing Bunker was destroyed by the Horde!',14,0,100,0,0,8213,9183,3,'Herald'),
|
|
(14848,23,0,'The Icewing Bunker is under attack! If left unchecked, the Alliance will destroy it!',14,0,100,0,0,8212,9184,3,'Herald'),
|
|
(14848,24,0,'The Icewing Bunker was taken by the Alliance!',14,0,100,0,0,8192,9185,3,'Herald'),
|
|
(14848,25,0,'The Stonehearth Bunker is under attack! If left unchecked, the Horde will destroy it!',14,0,100,0,0,8174,9186,3,'Herald'),
|
|
(14848,26,0,'The Stonehearth Bunker was destroyed by the Horde!',14,0,100,0,0,8213,9187,3,'Herald'),
|
|
(14848,27,0,'The Stonehearth Bunker is under attack! If left unchecked, the Alliance will destroy it!',14,0,100,0,0,8212,9188,3,'Herald'),
|
|
(14848,28,0,'The Stonehearth Bunker was taken by the Alliance!',14,0,100,0,0,8192,9189,3,'Herald'),
|
|
(14848,29,0,'The West Frostwolf Tower is under attack! If left unchecked, the Horde will destroy it!',14,0,100,0,0,8174,9190,3,'Herald'),
|
|
(14848,30,0,'The West Frostwolf Tower was taken by the Horde!',14,0,100,0,0,8192,9191,3,'Herald'),
|
|
(14848,31,0,'The West Frostwolf Tower is under attack! If left unchecked, the Alliance will destroy it!',14,0,100,0,0,8212,9192,3,'Herald'),
|
|
(14848,32,0,'The West Frostwolf Tower was destroyed by the Alliance!',14,0,100,0,0,8173,9193,3,'Herald'),
|
|
(14848,33,0,'The East Frostwolf Tower is under attack! If left unchecked, the Horde will destroy it!',14,0,100,0,0,8174,9194,3,'Herald'),
|
|
(14848,34,0,'The East Frostwolf Tower was taken by the Horde!',14,0,100,0,0,8192,9195,3,'Herald'),
|
|
(14848,35,0,'The East Frostwolf Tower is under attack! If left unchecked, the Alliance will destroy it!',14,0,100,0,0,8212,9196,3,'Herald'),
|
|
(14848,36,0,'The East Frostwolf Tower was destroyed by the Alliance!',14,0,100,0,0,8173,9197,3,'Herald'),
|
|
(14848,37,0,'Tower Point is under attack! If left unchecked, the Horde will destroy it!',14,0,100,0,0,8174,9198,3,'Herald'),
|
|
(14848,38,0,'Tower Point was taken by the Horde!',14,0,100,0,0,8192,9199,3,'Herald'),
|
|
(14848,39,0,'Tower Point is under attack! If left unchecked, the Alliance will destroy it!',14,0,100,0,0,8212,9200,3,'Herald'),
|
|
(14848,40,0,'Tower Point was destroyed by the Alliance!',14,0,100,0,0,8173,9201,3,'Herald'),
|
|
(14848,41,0,'Iceblood Bunker is under attack! If left unchecked, the Horde will destroy it!',14,0,100,0,0,8174,9202,3,'Herald'),
|
|
(14848,42,0,'Iceblood Tower was taken by the Horde!',14,0,100,0,0,8192,9203,3,'Herald'),
|
|
(14848,43,0,'Iceblood Tower is under attack! If left unchecked, the Alliance will destroy it!',14,0,100,0,0,8212,9204,3,'Herald'),
|
|
(14848,44,0,'Iceblood Tower was destroyed by the Alliance!',14,0,100,0,0,8173,9205,3,'Herald'),
|
|
(14848,45,0,'The Stormpike Aid Station was taken by the Horde!',14,0,100,0,0,8213,9211,3,'Herald'),
|
|
(14848,46,0,'The Stormpike Aid Station is under attack! If left unchecked, the Horde will capture it!',14,0,100,0,0,8174,9212,3,'Herald'),
|
|
(14848,47,0,'The Stormpike Aid Station was taken by the Alliance!',14,0,100,0,0,8173,9213,3,'Herald'),
|
|
(14848,48,0,'The Stormpike Aid Station is under attack! If left unchecked, the Alliance will capture it!',14,0,100,0,0,8212,9214,3,'Herald'),
|
|
(14848,49,0,'The Frostwolf Relief Hut was taken by the Horde!',14,0,100,0,0,8213,9215,3,'Herald'),
|
|
(14848,50,0,'The Frostwolf Relief Hut is under attack! If left unchecked, the Horde will capture it!',14,0,100,0,0,8174,9216,3,'Herald'),
|
|
(14848,51,0,'The Frostwolf Relief Hut was taken by the Alliance!',14,0,100,0,0,8173,9217,3,'Herald'),
|
|
(14848,52,0,'The Frostwolf Relief Hut is under attack! If left unchecked, the Alliance will capture it!',14,0,100,0,0,8212,9218,3,'Herald'),
|
|
(14848,53,0,'The Stonehearth Graveyard was taken by the Horde!',14,0,100,0,0,8213,9221,3,'Herald'),
|
|
(14848,54,0,'The Stonehearth Graveyard is under attack! If left unchecked, the Horde will capture it!',14,0,100,0,0,8174,9222,3,'Herald'),
|
|
(14848,55,0,'The Stonehearth Graveyard was taken by the Alliance!',14,0,100,0,0,8173,9223,3,'Herald'),
|
|
(14848,56,0,'The Stonehearth Graveyard is under attack! If left unchecked, the Alliance will capture it!',14,0,100,0,0,8212,9224,3,'Herald'),
|
|
(14848,57,0,'The Iceblood Graveyard was taken by the Horde!',14,0,100,0,0,8213,9225,3,'Herald'),
|
|
(14848,58,0,'The Iceblood Graveyard is under attack! If left unchecked, the Horde will capture it!',14,0,100,0,0,8174,9226,3,'Herald'),
|
|
(14848,59,0,'The Iceblood Graveyard was taken by the Alliance!',14,0,100,0,0,8173,9227,3,'Herald'),
|
|
(14848,60,0,'The Iceblood Graveyard is under attack! If left unchecked, the Alliance will capture it!',14,0,100,0,0,8212,9228,3,'Herald'),
|
|
(14848,61,0,'The Alliance has taken Coldtooth Mine! Its supplies will now be used for reinforcements!',14,0,100,0,0,8173,8594,3,'Herald'),
|
|
(14848,62,0,'The Alliance has taken the Irondeep Mine! Its supplies will now be used for reinforcements!',14,0,100,0,0,8173,8595,3,'Herald'),
|
|
(14848,63,0,'The Horde has taken the Coldtooth Mine! Its supplies will now be used for reinforcements!',14,0,100,0,0,8213,8596,3,'Herald'),
|
|
(14848,64,0,'The Horde has taken the Irondeep Mine! Its supplies will now be used for reinforcements!',14,0,100,0,0,8213,8597,3,'Herald'),
|
|
(14848,65,0,'The Frostwolf General is dead!',14,0,100,0,0,0,7296,3,'Herald'),
|
|
(14848,66,0,'The Stormpike General is dead!',14,0,100,0,0,0,7297,3,'Herald'),
|
|
(14848,67,0,'The Alliance wins!',14,0,100,0,0,0,7335,3,'Herald'),
|
|
(14848,68,0,'The Horde wins!',14,0,100,0,0,0,7336,3,'Herald'),
|
|
(14850,0,0,'Would you like something more to eat sir?',12,0,100,1,0,0,10066,0,'Gruk'),
|
|
(14850,1,0,'Right away sir.',12,0,100,1,0,0,10267,0,'Gruk'),
|
|
(14850,2,0,'Here is your bread sir.',12,0,100,1,0,0,10184,0,'Gruk'),
|
|
(14850,3,0,'As you wish sir.',12,0,100,1,0,0,10266,0,'Gruk'),
|
|
(14857,0,0,'Hmmm... Where is my fishing hook? Oh, there it is.',12,0,100,0,0,0,10249,0,'Erk'),
|
|
(14857,1,0,'Let\'s see if the fish are biting.',12,0,100,0,0,0,10250,0,'Erk'),
|
|
(14857,2,0,'Hmmm... I think I need better bait. I\'ll check my father\'s wagon.',12,0,100,0,0,0,10195,0,'Erk'),
|
|
(14857,3,0,'Quillboar scraps! These should do the trick. Fish love Quillboar.',12,0,100,0,0,0,10196,0,'Erk'),
|
|
(14857,4,0,'Caught one! I\'ll see if any of the guards are hungry. Come on Fang!',12,0,100,0,0,0,10205,0,'Erk'),
|
|
(14857,5,0,'I caught a fish if you are hungry...',12,0,100,0,0,0,10198,0,'Erk'),
|
|
(14857,6,0,'Zug zug! Happy to help!',12,0,100,0,0,0,10206,0,'Erk'),
|
|
(14859,0,0,'More bread boy!',12,0,100,1,0,0,10183,0,'Guard Taruc'),
|
|
(14859,1,0,'Aaahh... Very good. Now scat!',12,0,100,1,0,0,10265,0,'Guard Taruc'),
|
|
(14871,0,0,'Hi Jubjub. I missed you!',12,0,100,0,0,0,10170,0,'Morja - Jubjub Summon'),
|
|
(14871,1,0,'Jubjub? Where are you, Jubjub? Oh no! Where did you go this time!',12,0,100,0,0,0,10171,0,'Morja - Jubjub Despawn'),
|
|
(14872,0,0,'Help! I\'m being chased by a swarm of bees!',12,1,100,0,0,0,10259,0,'Trok'),
|
|
(14872,0,1,'I\'m so tired of running, but these bees won\'t leave me alone!',12,1,100,0,0,0,10260,0,'Trok'),
|
|
(14872,0,2,'I didn\'t know bees didn\'t like fire!',12,1,100,0,0,0,10261,0,'Trok'),
|
|
(14872,0,3,'Karu will you please help get these bees off of me? They sting!',12,1,100,0,0,0,10262,0,'Trok'),
|
|
(14873,0,0,'Can I go collect more rocks for my necklace, Papa?',12,1,100,1,0,0,10274,0,'Okla'),
|
|
(14873,1,0,'Dabu! I will be careful Papa!',12,1,100,1,0,0,10276,0,'Okla'),
|
|
(14873,2,0,'Ooohh... This rock is nice and colorful. Let\'s see if I can find more like it...',12,1,100,1,0,0,10277,0,'Okla'),
|
|
(14873,3,0,'Hmm... That rock is nice, but too small.',12,1,100,1,0,0,10278,0,'Okla'),
|
|
(14873,4,0,'This is a shiney rock. I\'ll put it in my bucket. Ok, I just need a few more...',12,1,100,1,0,0,10279,0,'Okla'),
|
|
(14873,5,0,'I bet my friend Gruk would like this rock for the spear he is making! It\'s very sharp... I hope he likes it.',12,1,100,1,0,0,10280,0,'Okla'),
|
|
(14873,6,0,'There... That should be enough rocks to make a necklace. I should probably get home now anyway.',12,1,100,1,0,0,10281,0,'Okla'),
|
|
(14874,0,0,'Trok are you hungry? I\'m making some food for us to eat! ',12,1,100,0,0,0,10251,0,'Karu'),
|
|
(14874,1,0,'Here is some food for you Trok! Trok? Why are you running around like fearful human?',12,1,100,0,0,0,10252,0,'Karu'),
|
|
(14874,2,0,'Suit yourself, I guess you are not that hungry. You can make your own food next time!',12,1,100,0,0,0,0,0,'Karu'),
|
|
(14874,3,0,'Yummy. I love roasted Plainstrider.',12,1,100,0,0,0,10292,0,'Karu'),
|
|
(14874,4,0,'I wonder if the pigs are hungry...',12,1,100,0,0,0,10255,0,'Karu'),
|
|
(14874,5,0,'Are you piggies hungry? I have some food for you...',12,1,100,0,0,0,10256,0,'Karu'),
|
|
(14874,6,0,'I guess you were hungry! Trok was supposed to have fed you earlier... What has he been doing all this time?',12,1,100,0,0,0,10257,0,'Karu'),
|
|
(14874,7,0,'What happened to our pigs?',12,1,100,0,0,0,10305,0,'Karu'),
|
|
(14875,0,0,'Begin the ritual, my servants. We must banish the heart of Hakkar back into the void!',14,0,100,0,0,0,0,0,'Molthor'),
|
|
(14875,1,0,'All Hail $n, slayer of Hakkar, and hero of Azeroth!',14,0,100,0,0,0,10537,0,'Molthor'),
|
|
(14887,0,0,'The strands of LIFE have been severed! The Dreamers must be avenged!',14,0,0,0,0,0,10880,0,'Ysondre - SAY_YSONDRE_AGGRO'),
|
|
(14887,1,0,'Come forth, ye Dreamers - and claim your vengeance!',14,0,0,0,0,0,10881,0,'Ysondre - SAY_YSONDRE_SUMMON_DRUIDS'),
|
|
(14888,0,0,'I can sense the SHADOW on your hearts. There can be no rest for the wicked!',14,0,0,0,0,0,10883,0,'Lethon - SAY_LETHON_AGGRO'),
|
|
(14888,1,0,'Your wicked souls shall feed my power!',14,0,0,0,0,0,10882,0,'Lethon - SAY_LETHON_DRAW_SPIRIT'),
|
|
(14889,0,0,'Hope is a DISEASE of the soul! This land shall wither and die!',14,0,0,0,0,0,10885,0,'Emeriss - SAY_EMERISS_AGGRO'),
|
|
(14889,1,0,'Taste your world\'s corruption!',14,0,0,0,0,0,10884,0,'Emeriss - SAY_EMERISS_CAST_CORRUPTION'),
|
|
(14890,0,0,'Peace is but a fleeting dream! Let the NIGHTMARE reign!',14,0,0,0,0,0,10886,0,'Taerar - SAY_TAERAR_AGGRO'),
|
|
(14890,1,0,'Children of Madness - I release you upon this world!',14,0,0,0,0,0,10887,0,'Taerar - SAY_TAERAR_SUMMON_SHADE'),
|
|
(14893,0,0,'A nice catch it is at that! You bring honor to the Horde boy, We thank you!',12,0,100,0,0,0,10223,0,'Guard Kurall'),
|
|
(14908,0,0,'I am going to practice and become a warrior like my father!',12,0,100,1,0,0,10293,0,'Mogg'),
|
|
(14908,1,0,'Now to find an unsuspecting Harpy!',12,0,100,1,0,0,10294,0,'Mogg'),
|
|
(14908,2,0,'There\'s one! For the Horde!',12,0,100,1,0,0,10295,0,'Mogg'),
|
|
(14908,3,0,'Take that you mangy Harpy! Hyaa!',12,0,100,1,0,0,10296,0,'Mogg'),
|
|
(14908,4,0,'You can\'t get away from a warrior of the Horde! Take that! And that!',12,0,100,1,0,0,10297,0,'Mogg'),
|
|
(14908,5,0,'Now go back home where you belong!',12,0,100,1,0,0,10298,0,'Mogg'),
|
|
(14908,6,0,'Aaahhh... Another glorious victory for The Horde!',12,0,100,1,0,0,10299,0,'Mogg'),
|
|
(14908,7,0,'Yes right away momma!',12,0,100,1,0,0,10301,0,'Mogg'),
|
|
(14908,8,0,'When is poppa coming back from the fights in Warsong? It has been so long...',12,0,100,1,0,0,10303,0,'Mogg'),
|
|
(14909,0,0,'Mogg, get inside. It is not safe out there while your father is gone.',12,0,100,1,0,0,10300,0,'Pooka'),
|
|
(14909,1,0,'Soon child... Very soon.',12,0,100,1,0,0,10304,0,'Pooka'),
|
|
(15041,0,0,'%s is fully grown!',16,0,100,0,0,0,10445,0,'Spawn of Mar\'li - EMOTE_FULL_GROWN'),
|
|
(15076,0,0,'The Blood God, the Soulflayer, has been defeated! We are imperiled no longer!',14,0,100,5,0,0,10612,1,'Zandalarian Emissary'),
|
|
(15077,0,0,'Let the Fishing Tournament BEGIN!',14,0,100,0,0,0,10608,2,'Fishing Extravaganza'),
|
|
(15077,1,0,'And the Tastyfish have gone for the week! I will remain for another hour to allow you to turn in your fish!',14,0,100,0,0,0,10609,2,'Fishing Extravaganza'),
|
|
(15077,2,0,'We have a winner! $n has won FIRST PLACE in the tournament!',14,0,100,0,0,0,10610,2,'Fishing Extravaganza'),
|
|
(15111,0,0,'I gonna make you into mojo!',12,0,100,0,0,0,10435,0,''),
|
|
(15111,0,1,'Troll mojo da strongest mojo!',12,0,100,0,0,0,10437,0,''),
|
|
(15177,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Cloud Skydancer'),
|
|
(15178,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Runk Windtamer'),
|
|
(15180,0,0,'%s shifts uncomfortably.',16,0,100,0,0,0,10853,0,'Baristolth of the Shifting Sands'),
|
|
(15180,1,0,'When the time is right, my lady. All will be clear when the time is right. The master stirs even now. Look to the skies for the Brood of Nozdormu have returned.',12,0,100,1,0,0,10854,0,'Baristolth of the Shifting Sands'),
|
|
(15183,0,0,'I will do my best to translate and describe what I see.',12,0,100,1,0,0,10762,0,'Geologist Larksbane'),
|
|
(15183,1,0,'It is history... A history of Silithus... of Ahn\'Qiraj... of Titans and Old Gods... I read from the prophecy of C\'Thun as written by the Qiraji Prophet Skeram. A prophecy that portends a cataclysm...',12,0,100,1,0,0,10829,0,'Geologist Larksbane'),
|
|
(15183,2,0,'In the time before time, when the world was still in its infancy, a battle between a Titan and a being of unimaginable evil and power raged on this very soil. The prophecy is unclear about whether or not the Titan was vanquished in this battle but it illustrates that a Titan fell. An Old God had also fallen - or so it was thought.',12,0,100,1,0,0,10830,0,'Geologist Larksbane'),
|
|
(15183,3,0,'For millennia this being lay dormant beneath the world - biding its time. From its prison it waited for the exact moment at which to strike back at those that would see it harmed.',12,0,100,1,0,0,10831,0,'Geologist Larksbane'),
|
|
(15183,4,0,'The land of eternal starlight, Kalimdor, was a nurturing mother to all of its creatures. The magic of the Well of Eternity permeated the land and empowered the multitude of flora and fauna that would make the world their home. From this magical ether were born the silithid. It was through the silithid that the brooding Old God would reach and attempt to sunder the world that it once held in its unmerciful grasp. ',12,0,100,1,0,0,10832,0,'Geologist Larksbane'),
|
|
(15183,5,0,'The Old God would create avatars from the silithid in its own image. These avatars were to be known as Qiraji. Sentient and with purpose, the Qiraji would name their creator: C\'Thun was born... For many thousands of years the Qiraji worked feverishly to build a force capable of laying waste to the world that would betray their god. The great fortress city of Ahn\'Qiraj was created to house their growing armies and prepare for the coming of C\'Thun.',12,0,100,1,0,0,10833,0,'Geologist Larksbane'),
|
|
(15183,6,0,'This can\'t be right. An Old God could never be allowed to enter this world. The results would be... Oh dear!',12,0,100,5,0,0,10836,0,'Geologist Larksbane'),
|
|
(15183,7,0,'%s regains her composure.',16,0,100,0,0,0,10837,0,'Geologist Larksbane'),
|
|
(15183,8,0,'There is more.',12,0,100,0,0,0,10838,0,'Geologist Larksbane'),
|
|
(15183,9,0,'The moment that C\'Thun had so patiently waited for had finally arrived. His children had spent thousands of years building an army capable of exacting revenge upon the whole of Kalimdor and now the prize was within their grasp.',12,0,100,1,0,0,10839,0,'Geologist Larksbane'),
|
|
(15183,10,0,'The Titans had long since vacated this world. Only the night elves that once inhabited this area were here to defend. Oh my! The next passage is fascinating!',12,0,100,1,0,0,10840,0,'Geologist Larksbane'),
|
|
(15183,11,0,'A mighty Qiraji known as General Rajaxx would command the initial incursion into Silithus. Only one would stand in his way: A night elf known as Staghelm. They refer to him as Khar\'sis or \'hand of the earth\' in the native Qiraji tongue.',12,0,100,1,0,0,10841,0,'Geologist Larksbane'),
|
|
(15183,12,0,'Staghelm and his armies were clearly overwhelmed as the endless flow of Rajaxx\'s troops poured into Silithus. It would seem as if Staghelm, however, was more than just a nuisance to the Qiraji. Under Staghelm, the whole of the night elf armies had come together to defend Kalimdor, greatly slowing the Qiraji forces.',12,0,100,1,0,0,10842,0,'Geologist Larksbane'),
|
|
(15183,13,0,'Unfortunately, the night elf defense was untenable and Rajaxx knew that they could not hold out much longer. Their tenacity, however, was causing great frustration to Rajaxx and causing even more frustration to his king. Wait, kings? Incredible...',12,0,100,6,0,0,10843,0,'Geologist Larksbane'),
|
|
(15183,14,0,'Vek\'nilash and Vek\'lor, known as the Twin Emperors of Ahn\'Qiraj, watched the war from the sanctuary of their temple. The clever brothers devised a plan to demoralize and divide Staghelm\'s forces.',12,0,100,1,0,0,10844,0,'Geologist Larksbane'),
|
|
(15183,15,0,'Valstann Staghelm served as the right hand of Fandral. A proud and noble warrior, his dedication and adoration for his father unyielding... and the Twin Emperors sensed this as weakness. A weakness that could be exploited.',12,0,100,1,0,0,10845,0,'Geologist Larksbane'),
|
|
(15183,16,0,'The Qiraji forces were commanded to fall back and hide the bulk of their numbers beneath the sands of the desert. A small attack was ordered upon Southwind Village while the front lines of Staghelm\'s army were kept occupied.',12,0,100,1,0,0,10846,0,'Geologist Larksbane'),
|
|
(15183,17,0,'Valstann, eager to please his father, convinced Fandral to allow him to take a small battalion to the defense of Southwind. Surely with the tide of battle turning their way, no harm could come to his beloved child. The trap was missed. Valstann was captured by the hiding Qiraji and Southwind Village obliterated. Rajaxx himself would take the captive Valstann to the front lines of the battle where - in front of Staghelm and the night elf forces - he would brutally execute the young night elf.',12,0,100,1,0,0,10847,0,'Geologist Larksbane'),
|
|
(15183,18,0,'The war continued but the will of the great leader was sapped. The whole of Silithus was soon engulfed by the silithid and their Qiraji hosts.',12,0,100,1,0,0,10848,0,'Geologist Larksbane'),
|
|
(15183,19,0,'Poor man, this explains so much.',12,0,100,6,0,0,10849,0,'Geologist Larksbane'),
|
|
(15183,20,0,'The night elf army was pushed back through Un\'Goro, to the borders of the Tanaris desert. Something in Un\'Goro prevented the Qiraji from being able to take the land. I do not quite understand this word but I believe it to mean \'God Lands.\' It is stated that they could not \'take the God Lands.\'',12,0,100,1,0,0,10850,0,'Geologist Larksbane'),
|
|
(15183,21,0,'Fascinating, this coincides with theories of Un\'Goro being the home of the Titans when they inhabited Kalimdor. Perhaps Aman\'thul himself watched over \'The God Lands.\'',12,0,100,273,0,0,10851,0,'Geologist Larksbane'),
|
|
(15183,22,0,'Hrm, curious... This ends abruptly. In Tanaris the Qiraji document facing a bronze dragon. There is much missing from this... More information must be found! Surely they are planning to invade Kalimdor once more!',12,0,100,6,0,0,10852,0,'Geologist Larksbane'),
|
|
(15184,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'SAY_GUARD_SIL_AGGRO1'),
|
|
(15184,0,1,'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...',12,0,100,0,0,0,10951,0,'SAY_GUARD_SIL_AGGRO2'),
|
|
(15184,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'SAY_GUARD_SIL_AGGRO3'),
|
|
(15184,0,3,'You dare spill blood on neutral ground? OUT! OUT, I SAY!',12,0,100,0,0,0,10948,0,'Cenarion Hold Infantry - On Aggro'),
|
|
(15184,0,4,'We don\'t take kindly to miscreants, $r.',12,0,100,0,0,0,10949,0,'Cenarion Hold Infantry - On Aggro'),
|
|
(15184,0,5,'Get a rope!',12,0,100,0,0,0,10952,0,'Cenarion Hold Infantry - On Aggro'),
|
|
(15184,0,6,'Believe me when I tell you this: You\'re gonna wish you weren\'t born, sissy!',12,0,100,0,0,0,10954,0,'Cenarion Hold Infantry - On Aggro'),
|
|
(15184,0,7,'Your actions shame us all, $c. I hurt inside as I beat you senseless.',12,0,100,0,0,0,10955,0,'Cenarion Hold Infantry - On Aggro'),
|
|
(15189,0,0,'You were always the troublemaker in the family, Noggle. Always!',12,0,100,0,0,0,10751,0,'Beetix Ficklespragg'),
|
|
(15190,0,0,'Yes! I\'m cured! I\'m cure... whoa, got up too fast!',12,0,100,0,0,0,10675,0,'Noggle Ficklespragg'),
|
|
(15190,1,0,'Thanks for finding my reagents! *yawn* That poison\'s made me... a bit tired...',12,0,100,0,0,0,10676,0,'Noggle Ficklespragg'),
|
|
(15190,2,0,'Wha... where am I? So... weak..',12,0,100,0,0,0,10672,0,'Noggle Ficklespragg'),
|
|
(15192,0,0,'A terrible and costly mistake you have made. It is not my time, mortals.',12,0,100,0,0,0,10658,0,'Anachronos'),
|
|
(15203,0,0,'Your treachery only speeds your doom. This world will fall to darkness!',14,0,100,0,0,0,10805,0,'Prince Skaldrenox - YELL_ROYAL_AGGRO'),
|
|
(15203,0,1,'You dare! Outrageous! I curse you, $c. I curse you with... death!',14,0,100,0,0,0,10806,0,'Prince Skaldrenox'),
|
|
(15203,0,2,'What? Such a small, frail thing beckons me? I shall add your bones to my throne, $r!!',14,0,100,0,0,0,10807,0,'Prince Skaldrenox'),
|
|
(15203,0,3,'Killing you and your cohorts, $c, will amuse me. I shall make it quick.',14,0,100,0,0,0,10810,0,'Prince Skaldrenox'),
|
|
(15204,0,0,'Your treachery only speeds your doom. This world will fall to darkness!',14,0,100,0,0,0,10805,0,'High Marshal Whirlaxis - YELL_ROYAL_AGGRO'),
|
|
(15204,0,1,'You dare! Outrageous! I curse you, $c. I curse you with... death!',14,0,100,0,0,0,10806,0,'High Marshal Whirlaxis'),
|
|
(15204,0,2,'What? Such a small, frail thing beckons me? I shall add your bones to my throne, $r!!',14,0,100,0,0,0,10807,0,'High Marshal Whirlaxis'),
|
|
(15204,0,3,'Killing you and your cohorts, $c, will amuse me. I shall make it quick.',14,0,100,0,0,0,10810,0,'High Marshal Whirlaxis'),
|
|
(15205,0,0,'Your treachery only speeds your doom. This world will fall to darkness!',14,0,100,0,0,0,10805,0,'Baron Kazum - YELL_ROYAL_AGGRO'),
|
|
(15205,0,1,'You dare! Outrageous! I curse you, $c. I curse you with... death!',14,0,100,0,0,0,10806,0,'Baron Kazum'),
|
|
(15205,0,2,'What? Such a small, frail thing beckons me? I shall add your bones to my throne, $r!!',14,0,100,0,0,0,10807,0,'Baron Kazum'),
|
|
(15205,0,3,'Killing you and your cohorts, $c, will amuse me. I shall make it quick.',14,0,100,0,0,0,10810,0,'Baron Kazum'),
|
|
(15206,0,0,'What? Such a small, frail thing beckons me? This will not go unpunished!',12,0,100,0,0,0,10803,0,'The Duke of Cynders - SAY_DUKE_AGGRO'),
|
|
(15206,0,1,'You will pay the ultimate price for this insolence, little vermin. Your soul is mine!',12,0,100,0,0,0,10801,0,'The Duke of Cynders'),
|
|
(15206,0,2,'This act of defiance will not go unpunished. You, and your world, will die!',12,0,100,0,0,0,10802,0,'The Duke of Cynders'),
|
|
(15206,0,3,'Imposter! It is a dishonor without equal to be summoned by a whelp such as you! DIE!',12,0,100,0,0,0,10804,0,'The Duke of Cynders'),
|
|
(15207,0,0,'What? Such a small, frail thing beckons me? This will not go unpunished!',12,0,100,0,0,0,10803,0,'The Duke of Fathoms - SAY_DUKE_AGGRO'),
|
|
(15207,0,1,'You will pay the ultimate price for this insolence, little vermin. Your soul is mine!',12,0,100,0,0,0,10801,0,'The Duke of Fathoms'),
|
|
(15207,0,2,'This act of defiance will not go unpunished. You, and your world, will die!',12,0,100,0,0,0,10802,0,'The Duke of Fathoms'),
|
|
(15207,0,3,'Imposter! It is a dishonor without equal to be summoned by a whelp such as you! DIE!',12,0,100,0,0,0,10804,0,'The Duke of Fathoms'),
|
|
(15208,0,0,'What? Such a small, frail thing beckons me? This will not go unpunished!',12,0,100,0,0,0,10803,0,'The Duke of Shards - SAY_DUKE_AGGRO'),
|
|
(15208,0,1,'You will pay the ultimate price for this insolence, little vermin. Your soul is mine!',12,0,100,0,0,0,10801,0,'The Duke of Shards'),
|
|
(15208,0,2,'This act of defiance will not go unpunished. You, and your world, will die!',12,0,100,0,0,0,10802,0,'The Duke of Shards'),
|
|
(15208,0,3,'Imposter! It is a dishonor without equal to be summoned by a whelp such as you! DIE!',12,0,100,0,0,0,10804,0,'The Duke of Shards'),
|
|
(15209,0,0,'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!',12,0,100,0,0,0,10686,0,'Crimson Templar - SAY_TEMPLAR_AGGRO'),
|
|
(15209,0,1,'My lord will be outraged to learn of this ambush. Let us hope your death will appease him.',12,0,100,0,0,0,10694,0,'Crimson Templar'),
|
|
(15209,0,2,'It is my duty and honor to die for the Abyssal Council!',12,0,100,0,0,0,10695,0,'Crimson Templar'),
|
|
(15209,0,3,'Your life is a fitting sacrifice for my master, $c.',12,0,100,0,0,0,10696,0,'Crimson Templar'),
|
|
(15211,0,0,'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!',12,0,100,0,0,0,10686,0,'Azure Templar - SAY_TEMPLAR_AGGRO'),
|
|
(15211,0,1,'My lord will be outraged to learn of this ambush. Let us hope your death will appease him.',12,0,100,0,0,0,10694,0,'Azure Templar'),
|
|
(15211,0,2,'It is my duty and honor to die for the Abyssal Council!',12,0,100,0,0,0,10695,0,'Azure Templar'),
|
|
(15211,0,3,'Your life is a fitting sacrifice for my master, $c.',12,0,100,0,0,0,10696,0,'Azure Templar'),
|
|
(15212,0,0,'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!',12,0,100,0,0,0,10686,0,'Hoary Templar - SAY_TEMPLAR_AGGRO'),
|
|
(15212,0,1,'My lord will be outraged to learn of this ambush. Let us hope your death will appease him.',12,0,100,0,0,0,10694,0,'Hoary Templar'),
|
|
(15212,0,2,'It is my duty and honor to die for the Abyssal Council!',12,0,100,0,0,0,10695,0,'Hoary Templar'),
|
|
(15212,0,3,'Your life is a fitting sacrifice for my master, $c.',12,0,100,0,0,0,10696,0,'Hoary Templar'),
|
|
(15214,0,0,'Let the battle begin!',41,0,0,0,0,0,10014,0,'Invisible Stalker'),
|
|
(15214,1,0,'The southern tower has been damaged!',41,0,100,0,0,0,31247,2,'Invisible Stalker'),
|
|
(15214,2,0,'The southern tower has been destroyed!',41,0,100,0,0,0,31250,2,'Invisible Stalker'),
|
|
(15214,3,0,'The eastern tower has been damaged!',41,0,100,0,0,0,31246,2,'Invisible Stalker'),
|
|
(15214,4,0,'The eastern tower has been destroyed!',41,0,100,0,0,0,31251,2,'Invisible Stalker'),
|
|
(15214,5,0,'The western tower has been damaged!',41,0,100,0,0,0,31248,2,'Invisible Stalker'),
|
|
(15214,6,0,'The western tower has been destroyed!',41,0,100,0,0,0,31249,2,'Invisible Stalker'),
|
|
(15214,7,0,'The north-western keep tower has been damaged!',41,0,100,0,0,0,31232,2,'Invisible Stalker'),
|
|
(15214,8,0,'The north-western keep tower has been destroyed!',41,0,100,0,0,0,31239,2,'Invisible Stalker'),
|
|
(15214,9,0,'The south-eastern keep tower has been damaged!',41,0,100,0,0,0,31234,2,'Invisible Stalker'),
|
|
(15214,10,0,'The south-eastern keep tower has been destroyed!',41,0,100,0,0,0,31237,2,'Invisible Stalker'),
|
|
(15214,11,0,'The Broken Temple siege workshop has been attacked by the Alliance!',41,0,100,0,0,0,33061,2,'Invisible Stalker'),
|
|
(15214,12,0,'The Broken Temple siege workshop has been captured by the Alliance!',41,0,100,0,0,0,30939,2,'Invisible Stalker'),
|
|
(15214,13,0,'The Broken Temple siege workshop has been attacked by the Horde!',41,0,100,0,0,0,33062,2,'Invisible Stalker'),
|
|
(15214,14,0,'The Broken Temple siege workshop has been captured by the Horde!',41,0,100,0,0,0,30941,2,'Invisible Stalker'),
|
|
(15214,15,0,'The Eastspark siege workshop has been attacked by the Alliance!',41,0,100,0,0,0,34408,2,'Invisible Stalker'),
|
|
(15214,16,0,'The Eastspark siege workshop has been captured by the Alliance!',41,0,100,0,0,0,34404,2,'Invisible Stalker'),
|
|
(15214,17,0,'The Eastspark siege workshop has been attacked by the Horde!',41,0,100,0,0,0,34409,2,'Invisible Stalker'),
|
|
(15214,18,0,'The Eastspark siege workshop has been captured by the Horde!',41,0,100,0,0,0,34406,2,'Invisible Stalker'),
|
|
(15214,19,0,'The Sunken Ring siege workshop has been attacked by the Alliance!',41,0,100,0,0,0,33059,2,'Invisible Stalker'),
|
|
(15214,20,0,'The Sunken Ring siege workshop has been captured by the Alliance!',41,0,100,0,0,0,30938,2,'Invisible Stalker'),
|
|
(15214,21,0,'The Sunken Ring siege workshop has been attacked by the Horde!',41,0,100,0,0,0,33060,2,'Invisible Stalker'),
|
|
(15214,22,0,'The Sunken Ring siege workshop has been captured by the Horde!',41,0,100,0,0,0,30940,2,'Invisible Stalker'),
|
|
(15214,23,0,'The Westspark siege workshop has been attacked by the Alliance!',41,0,100,0,0,0,34410,2,'Invisible Stalker'),
|
|
(15214,24,0,'The Westspark siege workshop has been captured by the Alliance!',41,0,100,0,0,0,34405,2,'Invisible Stalker'),
|
|
(15214,25,0,'The Westspark siege workshop has been attacked by the Horde!',41,0,100,0,0,0,34411,2,'Invisible Stalker'),
|
|
(15214,26,0,'The Westspark siege workshop has been captured by the Horde!',41,0,100,0,0,0,34407,2,'Invisible Stalker'),
|
|
(15214,27,0,'The Battle for Lake Wintergrasp is about to begin!',41,0,100,0,0,0,30960,2,'Invisible Stalker'),
|
|
(15214,28,0,'Let the battle begin!',41,0,100,0,0,0,30961,2,'Invisible Stalker'),
|
|
(15214,29,0,'The Alliance has defended Wintergrasp Fortress!',41,0,100,0,0,8455,31403,2,'Invisible Stalker'),
|
|
(15214,30,0,'The Alliance has captured Wintergrasp Fortress!',41,0,100,0,0,8455,27817,2,'Invisible Stalker'),
|
|
(15214,31,0,'The Horde has defended Wintergrasp Fortress!',41,0,100,0,0,8454,31405,2,'Invisible Stalker'),
|
|
(15214,32,0,'The Horde has captured Wintergrasp Fortress!',41,0,100,0,0,8454,27816,2,'Invisible Stalker'),
|
|
(15214,33,0,'The north-eastern keep tower has been damaged!',41,0,100,0,0,0,31235,2,'Invisible Stalker'),
|
|
(15214,34,0,'The north-eastern keep tower has been destroyed!',41,0,100,0,0,0,31236,2,'Invisible Stalker'),
|
|
(15214,35,0,'The south-western keep tower has been damaged!',41,0,100,0,0,0,31233,2,'Invisible Stalker'),
|
|
(15214,36,0,'The south-western keep tower has been destroyed!',41,0,100,0,0,0,31238,2,'Invisible Stalker'),
|
|
(15214,37,0,'You have reached Rank 1: Corporal',42,0,100,0,0,0,30650,0,'Invisible Stalker - Player'),
|
|
(15214,38,0,'You have reached Rank 2: First Lieutenant',42,0,100,0,0,0,30651,0,'Invisible Stalker - Player'),
|
|
(15214,39,0,'The south-western keep tower has been destroyed!',41,0,0,0,0,0,31238,0,'Invisible Stalker'),
|
|
(15214,40,0,'The south-eastern keep tower has been damaged!',41,0,0,0,0,0,31234,0,'Invisible Stalker'),
|
|
(15214,41,0,'The south-eastern keep tower has been destroyed!',41,0,0,0,0,0,31237,0,'Invisible Stalker'),
|
|
(15215,0,0,'You will make a fitting sacrifice!',12,0,100,0,0,0,10742,0,'Mistress Natalia Mar\'alith'),
|
|
(15215,1,0,'C\'Thun will retake this world!',14,0,100,0,0,0,10743,0,'Mistress Natalia Mar\'alith'),
|
|
(15220,0,0,'What? Such a small, frail thing beckons me? This will not go unpunished!',12,0,100,0,0,0,10803,0,'The Duke of Zephyrs - SAY_DUKE_AGGRO'),
|
|
(15220,0,1,'You will pay the ultimate price for this insolence, little vermin. Your soul is mine!',12,0,100,0,0,0,10801,0,'The Duke of Zephyrs'),
|
|
(15220,0,2,'This act of defiance will not go unpunished. You, and your world, will die!',12,0,100,0,0,0,10802,0,'The Duke of Zephyrs'),
|
|
(15220,0,3,'Imposter! It is a dishonor without equal to be summoned by a whelp such as you! DIE!',12,0,100,0,0,0,10804,0,'The Duke of Zephyrs'),
|
|
(15233,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Vekniss Guardian'),
|
|
(15233,1,0,'%s emits a strange noise.',16,0,100,0,0,0,10755,0,'Vekniss Guardian'),
|
|
(15252,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Qiraji Champion'),
|
|
(15263,0,0,'Are you so eager to die? I will be happy to accommodate you...',14,0,100,0,0,8615,11445,0,'skeram SAY_AGGRO1'),
|
|
(15263,0,1,'Cower mortals! The age of darkness is at hand.',14,0,100,0,0,8616,0,0,'skeram SAY_AGGRO2'),
|
|
(15263,0,2,'Tremble! The end is upon you.',14,0,100,0,0,8621,0,0,'skeram SAY_AGGRO3'),
|
|
(15263,1,0,'Let your death serve as an example!',14,0,100,0,0,8617,11446,0,'skeram SAY_SLAY1'),
|
|
(15263,1,1,'Spineless wretches! You will drown in rivers of blood!',14,0,100,0,0,8619,0,0,'skeram SAY_SLAY2'),
|
|
(15263,1,2,'The screams of the dying will fill the air. A symphony of terror is about to begin!',14,0,100,0,0,8620,0,0,'skeram SAY_SLAY3'),
|
|
(15263,2,0,'Prepare for the return of the ancient ones!',14,0,100,0,0,8618,0,0,'skeram SAY_SPLIT'),
|
|
(15263,3,0,'You only delay the inevitable!',14,0,100,0,0,8622,11447,0,'skeram SAY_DEATH'),
|
|
(15264,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Anubisath Sentinel'),
|
|
(15264,1,0,'%s shares his powers with his brethren.',16,0,100,0,0,0,11692,0,'Anubisath Sentinel Emote'),
|
|
(15275,0,0,'Where are your manners, brother. Let us properly welcome our guests.',14,0,100,6,0,0,11706,0,'Emperor Vek\'nilash INTRO_0'),
|
|
(15275,1,0,'Oh so much pain...',14,0,100,5,0,0,11708,0,'Emperor Vek\'nilash INTRO_1'),
|
|
(15275,2,0,'The feast of souls begins now...',14,0,100,0,0,0,11710,0,'Emperor Vek\'nilash INTRO_2'),
|
|
(15275,3,0,'Your fate is sealed!',14,0,100,0,0,8635,11455,0,'Emperor Vek\'nilash KILL'),
|
|
(15275,4,0,'Vek\'lor, I feel your pain!',14,0,100,0,0,8636,11454,0,'Emperor Vek\'nilash DEATH'),
|
|
(15276,0,0,'Only flesh and bone. Mortals are such easy prey...',14,0,100,1,0,0,11702,0,'Emperor Vek\'lor INTRO_0'),
|
|
(15276,1,0,'There will be pain...',14,0,100,273,0,0,11707,0,'Emperor Vek\'lor INTRO_1'),
|
|
(15276,2,0,'Come, little ones.',14,0,100,0,0,0,11709,0,'Emperor Vek\'lor INTRO_2'),
|
|
(15276,3,0,'You will not escape death!',14,0,100,0,0,8629,11453,0,'Emperor Vek\'lor KILL'),
|
|
(15276,4,0,'My brother, no!',14,0,100,0,0,8625,11452,0,'Emperor Vek\'lor DEATH'),
|
|
(15276,5,0,'%s goes into a berserker rage!',16,0,100,0,0,0,34057,0,'Emperor Vek\'lor ENRAGE'),
|
|
(15277,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Anubisath Defender'),
|
|
(15299,0,0,'%s begins to slow!',41,0,100,0,0,0,11343,0,'EMOTE_SLOW'),
|
|
(15299,1,0,'%s is freezing up!',41,0,100,0,0,0,11345,0,'EMOTE_FREEZE'),
|
|
(15299,2,0,'%s is frozen solid!',41,0,100,0,0,0,11695,0,'EMOTE_FROZEN'),
|
|
(15299,3,0,'%s begins to crack!',41,0,100,0,0,0,11346,0,'EMOTE_CRACK'),
|
|
(15299,4,0,'%s looks ready to shatter!',41,0,100,0,0,0,11347,0,'EMOTE_SHATTER'),
|
|
(15299,5,0,'%s explodes!',41,0,100,0,0,0,28803,0,'EMOTE_EXPLODE'),
|
|
(15305,0,0,'Your treachery only speeds your doom. This world will fall to darkness!',14,0,100,0,0,0,10805,0,'Lord Skwol - YELL_ROYAL_AGGRO'),
|
|
(15305,0,1,'You dare! Outrageous! I curse you, $c. I curse you with... death!',14,0,100,0,0,0,10806,0,'Lord Skwol'),
|
|
(15305,0,2,'What? Such a small, frail thing beckons me? I shall add your bones to my throne, $r!!',14,0,100,0,0,0,10807,0,'Lord Skwol'),
|
|
(15305,0,3,'Killing you and your cohorts, $c, will amuse me. I shall make it quick.',14,0,100,0,0,0,10810,0,'Lord Skwol'),
|
|
(15307,0,0,'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!',12,0,100,0,0,0,10686,0,'Earthen Templar - SAY_TEMPLAR_AGGRO'),
|
|
(15307,0,1,'My lord will be outraged to learn of this ambush. Let us hope your death will appease him.',12,0,100,0,0,0,10694,0,'Earthen Templar'),
|
|
(15307,0,2,'It is my duty and honor to die for the Abyssal Council!',12,0,100,0,0,0,10695,0,'Earthen Templar'),
|
|
(15307,0,3,'Your life is a fitting sacrifice for my master, $c.',12,0,100,0,0,0,10696,0,'Earthen Templar'),
|
|
(15320,0,0,'%s counterattacks with retaliation.',16,0,100,0,0,0,11018,0,'Hive\'Zara Soldier - On Retaliation'),
|
|
(15324,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Qiraji Gladiator'),
|
|
(15339,0,0,'I am rejuvinated!',14,0,100,0,0,8593,0,0,'SAY_SUPREME_1'),
|
|
(15339,0,1,'My powers are renewed!',14,0,100,0,0,8595,0,0,'SAY_SUPREME_2'),
|
|
(15339,0,2,'My powers return!',14,0,100,0,0,8596,0,0,'SAY_SUPREME_3'),
|
|
(15339,1,0,'Protect the city at all costs!',14,0,100,0,0,8597,0,0,'SAY_INTRO_1'),
|
|
(15339,1,1,'To your posts. Defend the city.',14,0,100,0,0,8600,0,0,'SAY_INTRO_2'),
|
|
(15339,1,2,'Tresspassers will be terminated.',14,0,100,0,0,8601,0,0,'SAY_INTRO_3'),
|
|
(15339,2,0,'Sands of the desert, rise and block out the sun!',14,0,100,0,0,8598,11449,0,'SAY_AGGRO'),
|
|
(15339,3,0,'You are terminated.',14,0,100,0,0,8602,11450,0,'SAY_SLAY'),
|
|
(15339,4,0,'I...have...failed. ',14,0,100,0,0,8594,11451,0,'SAY_DEATH'),
|
|
(15339,5,0,'The walls have been breached!',14,0,100,0,0,8599,11720,3,'SAY_KURINAXX_DEATH'),
|
|
(15340,0,0,'%s senses your fear.',16,0,100,0,0,0,11441,0,'moam EMOTE_AGGRO'),
|
|
(15340,1,0,'%s bristles with energy!',16,0,100,0,0,0,12781,0,'moan EMOTE_MANA_FULL'),
|
|
(15340,2,0,'%s drains your mana and turns to stone.',16,0,100,0,0,0,11474,0,'moam EMOTE_STONE_PHASE'),
|
|
(15341,0,0,'The time of our retribution is at hand! Let darkness reign in the hearts of our enemies!',14,0,100,0,0,8612,11440,0,'rajaxx SAY_WAVE3'),
|
|
(15341,1,0,'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',14,0,100,0,0,8610,11439,0,'rajaxx SAY_WAVE4'),
|
|
(15341,2,0,'Fear is for the enemy! Fear and death!',14,0,100,0,0,8608,11438,0,'rajaxx SAY_WAVE5'),
|
|
(15341,3,0,'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',14,0,100,0,0,8611,11437,0,'rajaxx SAY_WAVE6'),
|
|
(15341,4,0,'Fandral! Your time has come! Go and hide in the Emerald Dream and pray we never find you!\n',14,0,100,0,0,8607,11436,0,'rajaxx SAY_WAVE7'),
|
|
(15341,5,0,'Impudent fool! I will kill you myself!',14,0,100,0,0,8609,11435,0,'rajaxx SAY_INTRO'),
|
|
(15341,6,0,'Attack and make them pay dearly!',14,0,100,0,0,8603,0,0,'rajaxx SAY_UNK1'),
|
|
(15341,7,0,'Crush them! Drive them out!',14,0,100,0,0,8605,0,0,'rajaxx SAY_UNK2'),
|
|
(15341,8,0,'Do not hesitate! Destroy them!',14,0,100,0,0,8606,0,0,'rajaxx SAY_UNK3'),
|
|
(15341,9,0,'Warriors, Captains, continue the fight! ',14,0,100,0,0,8613,11434,0,'rajaxx SAY_UNK4'),
|
|
(15341,10,0,'You are not worth my time, $n!',14,0,100,0,0,8614,11067,0,'rajaxx SAY_DEAGGRO'),
|
|
(15341,11,0,'Breathe your last!',14,0,100,0,0,8604,11433,0,'rajaxx SAY_KILLS_ANDOROV'),
|
|
(15341,12,0,'Soon you will know the price of your meddling, mortals... The master is nearly whole... And when he rises, your world will cease.',14,0,100,0,0,0,11429,0,'rajaxx SAY_COMPLETE_QUEST'),
|
|
(15362,0,0,'The walls of the chamber tremble. Something is happening...',16,0,100,0,0,0,11191,0,'Malfurion Stormrage'),
|
|
(15362,1,0,'Be steadfast, champion. I know why it is that you are here and I know what it is that you seek. Eranikus will not give up the shard freely. He has been twisted... twisted by the same force that you seek to destroy.',12,0,100,0,0,0,11193,0,'Malfurion Stormrage'),
|
|
(15362,2,0,'Are you really surprised? Is it hard to believe that the power of an Old God could reach even inside the Dream? It is true - Eranikus, Tyrant of the Dream, wages a battle against us all. The Nightmare follows in his wake of destruction.',12,0,100,0,0,0,11194,0,'Malfurion Stormrage'),
|
|
(15362,3,0,'Understand this, Eranikus wants nothing more than to be brought to Azeroth from the Dream. Once he is out, he will stop at nothing to destroy my physical manifestation. This, however, is the only way in which you could recover the scepter shard.',12,0,100,0,0,0,11195,0,'Malfurion Stormrage'),
|
|
(15362,4,0,'You will bring him back into this world, champion.',12,0,100,0,0,0,11196,0,'Malfurion Stormrage'),
|
|
(15367,0,0,'Take heart! Your friends will not long mourn your passing! ',12,0,100,0,0,8506,10986,0,'Felendren the Banished'),
|
|
(15369,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Ayamiss frenzy'),
|
|
(15370,0,0,'%s sets eyes on $n!',16,0,100,0,0,0,11074,0,'buru EMOTE_TARGET'),
|
|
(15371,0,0,'Move along, $C!',12,0,100,66,0,0,10992,0,'Sunstrider Guardian'),
|
|
(15371,0,1,'Off with you, $n!',12,0,100,66,0,0,10993,0,'Sunstrider Guardian'),
|
|
(15371,1,0,'Do not push it citizen!',12,0,100,1,0,0,10994,0,'Sunstrider Guardian'),
|
|
(15378,0,0,'There is a way...',12,0,100,0,0,0,10911,0,'anachronos the ancient MERITHRA_SAY_1'),
|
|
(15378,1,0,'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.',12,0,100,0,0,0,10908,0,'anachronos the ancient MERITHRA_SAY_2'),
|
|
(15378,2,0,'Succumb to the endless dream, little ones. Let it consume you!',14,0,100,0,0,0,10903,0,'anachronos the ancient MERITHRA_YELL_1'),
|
|
(15378,3,0,'%s glances at her compatriots.',16,0,100,0,0,0,10912,0,'anachronos the ancient MERITHRA_EMOTE_1'),
|
|
(15379,0,0,'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.',12,0,100,0,0,0,10914,0,'anachronos the ancient CAELESTRASZ_SAY_1'),
|
|
(15379,1,0,'Do not forget the sacrifices made on this day, night elf. We have all suffered immensely at the hands of these beasts.',12,0,100,0,0,0,10907,0,'anachronos the ancient CAELESTRASZ_SAY_2'),
|
|
(15379,2,0,'Alexstrasza grant me the resolve to drive our enemies back!',14,0,100,0,0,0,10902,0,'anachronos the ancient CAELESTRASZ_YELL_1'),
|
|
(15380,0,0,'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.',12,0,100,0,0,0,10904,0,'anachronos the ancient ARYGOS_SAY_1'),
|
|
(15380,1,0,'Let them feel the wrath of the Blue Flight! May Malygos protect me!',14,0,100,0,0,0,10901,0,'anachronos the ancient ARYGOS_YELL_1'),
|
|
(15380,2,0,'%s nods knowingly.',16,0,100,0,0,0,10913,0,'anachronos the ancient ARYGOS_EMOTE_1'),
|
|
(15381,0,0,'We must act quickly or all shall be lost!',12,0,100,0,0,0,10909,0,'anachronos the ancient ANACHRONOS_SAY_1'),
|
|
(15381,1,0,'NOW, STAGHELM! WE GO NOW! Prepare your magic!',12,0,100,0,0,0,10915,0,'anachronos the ancient ANACHRONOS_SAY_2'),
|
|
(15381,2,0,'Stay close...',12,0,100,0,0,0,10917,0,'anachronos the ancient ANACHRONOS_SAY_3'),
|
|
(15381,3,0,'The sands of time will halt, but only for a moment! I will now conjure the barrier.',12,0,100,0,0,0,10930,0,'anachronos the ancient ANACHRONOS_SAY_4'),
|
|
(15381,4,0,'FINISH THE SPELL, STAGHELM! I CANNOT HOLD THE GLYPHS OF WARDING IN PLACE MUCH LONGER! CALL FORTH THE ROOTS!',12,0,100,0,0,0,10920,0,'anachronos the ancient ANACHRONOS_SAY_5'),
|
|
(15381,5,0,'It... It is over, Lord Staghelm. We are victorious. Albeit the cost for this victory was great.',12,0,100,0,0,0,10923,0,'anachronos the ancient ANACHRONOS_SAY_6'),
|
|
(15381,6,0,'There is but one duty that remains...',12,0,100,0,0,0,10924,0,'anachronos the ancient ANACHRONOS_SAY_7'),
|
|
(15381,7,0,'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.',12,0,100,0,0,0,10925,0,'anachronos the ancient ANACHRONOS_SAY_8'),
|
|
(15381,8,0,'Lord Staghelm, where are you going? You would shatter our bond for the sake of pride?\n',12,0,100,0,0,0,10931,0,'anachronos the ancient ANACHRONOS_SAY_9'),
|
|
(15381,9,0,'And now you know all that there is to know, mortal... ',12,0,100,0,0,0,10935,0,'anachronos the ancient ANACHRONOS_SAY_10'),
|
|
(15381,10,0,'%s hands the Scepter of the Shifting Sands to Fandral Staghelm.',16,0,100,0,0,0,10926,0,'anachronos the ancient ANACHRONOS_EMOTE_1'),
|
|
(15381,11,0,'%s shakes his head in disappointment.',16,0,100,0,0,0,10933,0,'anachronos the ancient ANACHRONOS_EMOTE_2'),
|
|
(15381,12,0,'%s kneels down to pick up the fragments of the shattered scepter.',16,0,100,0,0,0,10934,0,'anachronos the ancient ANACHRONOS_EMOTE_3'),
|
|
(15382,0,0,'My forces cannot overcome the Qiraji defenses. We will not be able to get close enough to place your precious barrier, dragon.',12,0,100,0,0,0,10910,0,'anachronos the ancient FANDRAL_SAY_1'),
|
|
(15382,1,0,'It is done, dragon. Lead the way.',12,0,100,0,0,0,10916,0,'anachronos the ancient FANDRAL_SAY_2'),
|
|
(15382,2,0,'Ancient ones guide my hand... Wake from your slumber! WAKE AND SEAL THIS CURSED PLACE!',12,0,100,0,0,0,10921,0,'anachronos the ancient FANDRAL_SAY_3'),
|
|
(15382,3,0,'After the savagery that my people have witnessed and felt, you expect me to accept another burden, dragon? Surely you are mad.',12,0,100,0,0,0,10927,0,'anachronos the ancient FANDRAL_SAY_4'),
|
|
(15382,4,0,'I want nothing to do with Silithus, the Qiraji and least of all, any damned dragons!',12,0,100,0,0,0,10928,0,'anachronos the ancient FANDRAL_SAY_5'),
|
|
(15382,5,0,'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! ',12,0,100,0,0,0,10932,0,'anachronos the ancient FANDRAL_SAY_6'),
|
|
(15382,6,0,'%s falls to one knee - exhausted.',16,0,100,0,0,0,10922,0,'anachronos the ancient FANDRAL_EMOTE_1'),
|
|
(15382,7,0,'%s hurls the Scepter of the Shifting Sands into the barrier, shattering it.',16,0,100,0,0,0,10929,0,'anachronos the ancient FANDRAL_EMOTE_2'),
|
|
(15384,0,0,'A Guardian of Icecrown enters the fight!',41,0,100,0,0,0,32804,0,'OLDWorld Trigger (DO NOT DELETE)'),
|
|
(15387,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Qiraji Warrior'),
|
|
(15402,0,0,'Such... dark... energy! How can this be possible?',12,0,100,0,0,0,13397,0,'Apprentice Mirveda'),
|
|
(15405,0,0,'It\'s been a pleasure, Mr. Anvilward. I must say your enthusiastic interest in our operations is most... unexpected.',12,0,100,0,0,0,11718,0,'Ley-Keeper Caidanis'),
|
|
(15416,0,0,'Slay them! Don\'t let the Scourge scum defile our city!',14,0,100,0,0,0,12861,0,'Ranger Jaela to Rotlimb Cannibal'),
|
|
(15420,0,0,'Very well. Let\'s see what you have to show me, $n.',12,0,100,0,0,0,11734,0,'Prospector Anvilward'),
|
|
(15420,1,0,'What manner of trick is this, $r? If you seek to ambush me, I warn you I will not go down quietly! ',12,0,100,0,0,0,11735,0,'Prospector Anvilward'),
|
|
(15420,2,0,'These arcane sanctums of yours are quite... interesting Mr. Caidanis. I appreciate the information you have given me today.',12,0,100,1,0,0,11717,0,'Prospector Anvilward'),
|
|
(15429,0,0,'%s guzzles down the ale!',16,0,100,0,0,0,10167,0,'Disgusting Oozeling - Dark Iron Ale'),
|
|
(15471,0,0,'They come now. Try not to get yourself killed, young blood.',14,0,100,0,0,0,11012,0,'andorov SAY_ANDOROV_INTRO'),
|
|
(15471,1,0,'Remember, Rajaxx, when I said I\'d kill you last?',14,0,100,0,0,0,11028,0,'andorov SAY_ANDOROV_ATTACK'),
|
|
(15481,0,0,'I SAID GOOD BYE!',12,0,100,1,0,0,0,0,'Spirit of Azuregos'),
|
|
(15491,0,0,'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!',14,0,100,0,0,0,11030,0,'Eranikus Say 0'),
|
|
(15491,1,1,'%s lets loose a sinister laugh.',16,0,100,0,0,0,11296,0,'Eranikus Say 1'),
|
|
(15491,2,2,'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.',14,0,100,0,0,0,11294,0,'Eranikus Say 2'),
|
|
(15491,3,3,'My redemption? You are bold, little one. My redemption comes by the will of my god.',14,0,100,0,0,0,11297,0,'Eranikus Say 3'),
|
|
(15491,4,4,'%s roars furiously.',16,0,100,0,0,0,11298,0,'Eranikus Say 4'),
|
|
(15491,5,5,'Rise, servants of the Nightmare! Rise and destroy this world! Let there be no survivors...',14,0,100,0,0,0,11299,0,'Eranikus Say 5'),
|
|
(15491,6,6,'Where is your savior? How long can you hold out against my attacks? ',14,0,100,0,0,0,11304,0,'Eranikus Say 6'),
|
|
(15491,7,7,'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...',14,0,100,0,0,0,11306,0,'Eranikus Say 7'),
|
|
(15491,8,8,'Defeated my minions? Then face me, mortals!',14,0,100,0,0,0,11305,0,'Eranikus Say 8'),
|
|
(15491,9,9,'IT BURNS! THE PAIN... SEARING...',14,0,100,0,0,0,11314,0,'Eranikus Say 9'),
|
|
(15491,10,10,'WHY? Why did this happen to ... to me? Where were you Tyrande? Where were you when I fell from the grace of Elune?',14,0,100,0,0,0,11315,0,'Eranikus Say 10'),
|
|
(15491,11,11,'I... I feel... I feel the touch of Elune upon my being once more... She smiles upon me... Yes... I...',14,0,100,0,0,0,11316,0,'Eranikus Say 11'),
|
|
(15491,12,12,'%s falls to one knee.',16,0,100,0,0,0,11319,0,'Eranikus Say 12'),
|
|
(15509,0,0,'%s goes into a killing frenzy!',16,0,100,0,0,0,24143,0,'huhuran EMOTE_FRENZY_KILL'),
|
|
(15509,1,0,'%s goes into a berserker rage!',16,0,100,0,0,0,34057,0,'huhuran EMOTE_BERSERK'),
|
|
(15511,0,0,'%s is devoured!',16,0,100,0,0,0,11115,0,'Lord Kri - EMOTE_DEVOURED'),
|
|
(15516,0,0,'You will be judged for defiling these sacred grounds! The laws of the Ancients will not be challenged! Trespassers will be annihilated!\n',14,0,100,0,0,8646,11442,0,'sartura SAY_AGGRO'),
|
|
(15516,1,0,'I sentence you to death!',14,0,100,0,0,8647,11443,0,'sartura SAY_SLAY'),
|
|
(15516,2,0,'I serve to the last!',14,0,100,0,0,8648,11444,0,'sartura SAY_DEATH'),
|
|
(15537,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Anubisath Warrior'),
|
|
(15542,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Twilight Marauder'),
|
|
(15543,0,0,'%s is devoured!',16,0,100,0,0,0,11115,0,'Princess Yauj - EMOTE_DEVOURED'),
|
|
(15544,0,0,'%s is devoured!',16,0,100,0,0,0,11115,0,'Vem - EMOTE_DEVOURED'),
|
|
(15550,0,0,'It was... inevitable.',14,0,100,0,0,9169,13460,0,'attumen SAY_KILL1'),
|
|
(15550,0,1,'Another trophy to add to my collection!',14,0,100,0,0,9300,15333,0,'attumen SAY_KILL2'),
|
|
(15550,1,0,'Such easy sport.',14,0,100,0,0,9170,0,0,'attumen SAY_RANDOM1'),
|
|
(15550,1,1,'Amateurs! Do not think you can best me! I kill for a living.',14,0,100,0,0,9304,0,0,'attumen SAY_RANDOM2'),
|
|
(15550,2,0,'Weapons are merely a convenience for a warrior of my skill!',14,0,100,0,0,9166,13490,0,'attumen SAY_DISARMED'),
|
|
(15550,3,0,'Well done, Midnight!',14,0,100,0,0,9173,15334,0,'attumen SAY_MIDNIGHT_KILL'),
|
|
(15550,4,0,'Cowards! Wretches!',14,0,100,0,0,9167,13459,0,'attumen SAY_APPEAR1'),
|
|
(15550,4,1,'Who dares attack the steed of the Huntsman?',14,0,100,0,0,9298,15378,0,'attumen SAY_APPEAR2'),
|
|
(15550,4,2,'Perhaps you would rather test yourselves against a more formidable opponent?!',14,0,100,0,0,9299,15379,0,'attumen SAY_APPEAR3'),
|
|
(15550,5,0,'Come Midnight, let\'s disperse this petty rabble!',14,0,100,0,0,9168,13456,0,'attumen SAY_MOUNT'),
|
|
(15551,0,0,'Is this the end?',12,0,100,0,0,0,13789,0,'Spectral Stable Hand - On Death Say'),
|
|
(15551,0,1,'What will become of--',12,0,100,0,0,0,13790,0,'Spectral Stable Hand - On Death Say'),
|
|
(15551,1,0,'Intruder!',12,0,100,0,0,0,13773,0,'Spectral Stable Hand - On Aggro'),
|
|
(15551,1,1,'You are not welcome here!',12,0,100,0,0,0,13774,0,'Spectral Stable Hand - On Aggro'),
|
|
(15551,2,0,'Another day, another stable to muck out.',12,0,100,0,0,0,13804,0,'Spectral Stable Hand - Out of Combat'),
|
|
(15551,2,1,'I grow tired of this routine.',12,0,100,0,0,0,13805,0,'Spectral Stable Hand - Out of Combat'),
|
|
(15551,2,2,'<sigh> Seems like I\'ve been at this forever...',12,0,100,0,0,0,13806,0,'Spectral Stable Hand - Out of Combat'),
|
|
(15552,0,0,'No hello for your old friend, Narain? Who were you expecting?',12,0,100,0,0,0,0,0,'Doctor Weavil'),
|
|
(15552,1,0,'%s eyes you suspiciously.',16,0,100,0,0,0,11107,0,'Doctor Weavil'),
|
|
(15552,2,0,'So... You thought you could fool me, did you? The greatest criminal mastermind Azeroth has ever known?',12,0,100,0,0,0,0,0,'Doctor Weavil'),
|
|
(15552,3,0,'I see right through your disguise, $R. Number Two! Number Two kill!',12,0,100,0,0,0,11109,0,'Doctor Weavil'),
|
|
(15554,0,0,'KILL!',12,0,100,0,0,0,1914,0,'Number Two'),
|
|
(15608,0,0,'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!',14,0,100,0,0,10435,16787,0,'medivh SAY_ENTER'),
|
|
(15608,1,0,'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?',14,0,100,0,0,10436,0,0,'medivh SAY_INTRO'),
|
|
(15608,2,0,'The shield is nearly gone! All that I have worked for is in danger!',14,0,100,0,0,10439,16795,0,'medivh SAY_WEAK75'),
|
|
(15608,3,0,'My powers must be concentrated on the portal! I do not have time to hold the shield!',14,0,100,0,0,10438,16794,0,'medivh SAY_WEAK50'),
|
|
(15608,4,0,'Champions! My shield grows weak!',14,0,100,0,0,10437,16792,0,'medivh SAY_WEAK25'),
|
|
(15608,5,0,'No! Damn this feeble, mortal coil!',14,0,100,0,0,10441,16790,0,'medivh SAY_DEATH'),
|
|
(15608,6,0,'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.',14,0,100,0,0,10440,16796,0,'medivh SAY_WIN'),
|
|
(15608,7,0,'Orcs of the Horde! This portal is the gateway to your new destiny! Azeroth lies before you, ripe for the taking!',14,0,100,0,0,0,19909,0,'medivh SAY_ORCS_ENTER'),
|
|
(15608,8,0,'Gul\'dan speaks the truth! We should return at once to tell our brothers of the news! Retreat back through the portal!',14,0,100,0,0,0,19911,0,'medivh SAY_ORCS_ANSWER'),
|
|
(15623,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Xandivious'),
|
|
(15625,0,0,'Come, $n. See what the Nightmare brings...',14,0,100,0,0,0,11271,0,'Twilight Corrupter'),
|
|
(15625,1,0,'The Nightmare cannot be stopped!',14,0,100,0,0,0,11269,0,'Twilight Corrupter'),
|
|
(15625,2,0,'%s squeezes the last bit of life out of $n and swallows their soul.',16,0,100,0,0,0,11270,0,'Twilight Corrupter'),
|
|
(15628,0,0,'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.',12,0,100,0,0,0,11323,0,'Eranikus the Redeemed Say 0'),
|
|
(15628,1,1,'But... Malfurion, Cenarius, Ysera... they still fight. They need me. I must return to the Dream at once.',12,0,100,0,0,0,11324,0,'Eranikus the Redeemed Say 0'),
|
|
(15628,2,2,'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...',12,0,100,0,0,0,11326,0,'Eranikus the Redeemed Say 0'),
|
|
(15628,3,3,'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.',12,0,100,0,0,0,11327,0,'Eranikus the Redeemed Say 0'),
|
|
(15629,0,0,'%s drinks in the suffering of the fallen.',16,0,100,0,0,0,11289,0,'Nightmare Phantasm Say 0'),
|
|
(15633,0,0,'Seek absolution, Eranikus. All will be forgiven...\n',14,0,100,0,0,0,11310,0,'Tyrande Say 0'),
|
|
(15633,1,1,'You will be forgiven, Eranikus. Elune will always love you. Break free of the bonds that command you!',14,0,100,0,0,0,11311,0,'Tyrande Say 0'),
|
|
(15633,2,2,'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...',12,0,100,0,0,0,11312,0,'Tyrande Say 0'),
|
|
(15638,0,0,'Uphold the law!',12,0,100,0,0,0,12823,0,'Arcane Patroller'),
|
|
(15638,0,1,'Serve the public trust!',12,0,100,0,0,0,12824,0,'Arcane Patroller'),
|
|
(15638,0,2,'Protect the innocent!',12,0,100,0,0,0,35823,0,'Arcane Patroller'),
|
|
(15643,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Amani Berserker'),
|
|
(15644,0,0,'The pain...the need...I hunger for more...',12,10,100,0,0,0,12149,0,'Wretched Urchin'),
|
|
(15644,0,1,'I cannot stand the pain. I must find a new source.',12,10,100,0,0,0,12151,0,'Wretched Urchin'),
|
|
(15644,0,2,'More, more, more! I must feed soon.',12,10,100,0,0,0,12150,0,'Wretched Urchin'),
|
|
(15645,0,0,'The pain...the need...I hunger for more...',12,10,100,0,0,0,12149,0,'Wretched Thug'),
|
|
(15645,0,1,'I cannot stand the pain. I must find a new source.',12,10,100,0,0,0,12151,0,'Wretched Thug'),
|
|
(15645,0,2,'More, more, more! I must feed soon.',12,10,100,0,0,0,12150,0,'Wretched Thug'),
|
|
(15648,0,0,'%s bursts, showering the area with arcane residue!',16,0,100,0,0,0,12780,0,'Manawraith'),
|
|
(15656,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Angershade'),
|
|
(15657,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Darkwraith'),
|
|
(15687,0,0,'Hm, unannounced visitors. Preparations must be made...',14,0,100,0,0,9211,15021,0,'moroes SAY_AGGRO'),
|
|
(15687,1,0,'Now, where was I? Oh, yes...',14,0,100,0,0,9215,15339,0,'moroes SAY_SPECIAL_1'),
|
|
(15687,1,1,'You rang?',14,0,100,0,0,9316,15340,0,'moroes SAY_SPECIAL_2'),
|
|
(15687,2,0,'One more for dinner this evening.',14,0,100,0,0,9214,13461,0,'moroes SAY_KILL_1'),
|
|
(15687,2,1,'Time... never enough time.',14,0,100,0,0,9314,15085,0,'moroes SAY_KILL_2'),
|
|
(15687,2,2,'Oh, I\'ve gone and made a mess...',14,0,100,0,0,9315,15086,0,'moroes SAY_KILL_3'),
|
|
(15687,3,0,'How terribly clumsy of me.',14,0,100,0,0,9213,15022,0,'moroes SAY_DEATH'),
|
|
(15687,4,0,'The Master is deep in study.',12,0,100,1,0,0,13202,0,'moroes SAY_OUT_OF_COMBAT'),
|
|
(15687,4,1,'The Master is resting after his labors.',12,0,100,1,0,0,13203,0,'moroes SAY_OUT_OF_COMBAT'),
|
|
(15687,4,2,'The master is meeting with his apprentice.',12,0,100,1,0,0,13206,0,'moroes SAY_OUT_OF_COMBAT'),
|
|
(15687,4,3,'The master has business in the rooms above.',12,0,100,1,0,0,13205,0,'moroes SAY_OUT_OF_COMBAT'),
|
|
(15687,4,4,'The Master will return from Stormwind soon....',12,0,100,1,0,0,13204,0,'moroes SAY_OUT_OF_COMBAT'),
|
|
(15688,0,0,'Your blood will anoint my circle!',14,0,100,0,0,9264,15145,0,'terestian SAY_SLAY1'),
|
|
(15688,0,1,'The great one will be pleased.',14,0,100,0,0,9329,15146,0,'terestian SAY_SLAY2'),
|
|
(15688,1,0,'My life is yours, oh great one...',14,0,100,0,0,9262,15137,0,'terestian SAY_DEATH'),
|
|
(15688,2,0,'Ah, you\'re just in time. The rituals are about to begin!',14,0,100,0,0,9260,15141,0,'terestian SAY_AGGRO'),
|
|
(15688,3,0,'Please accept this humble offering, oh great one...',14,0,100,0,0,9263,15147,0,'terestian SAY_SACRIFICE1'),
|
|
(15688,3,1,'Let this sacrifice serve as testament to my fealty.',14,0,100,0,0,9330,15148,0,'terestian SAY_SACRIFICE2'),
|
|
(15688,4,0,'Come, you dwellers in the dark! Rally to my call!',14,0,100,0,0,9265,15150,0,'terestian SAY_SUMMON1'),
|
|
(15688,4,1,'Gather, my pets... there is plenty for all!',14,0,100,0,0,9331,15151,0,'terestian SAY_SUMMON2'),
|
|
(15689,0,0,'%s goes into a nether-fed rage!',41,0,100,0,0,0,19877,3,'Netherspite EMOTE_PHASE_BANISH'),
|
|
(15689,1,0,'%s cries out in withdrawal, opening gates to the nether.',41,0,100,0,0,0,19880,3,'Netherspite EMOTE_PHASE_PORTAL'),
|
|
(15690,0,0,'Madness has brought you here to me. I shall be your undoing!',14,0,100,0,0,9218,15127,0,'malchezaar SAY_AGGRO'),
|
|
(15690,1,0,'Simple fools! Time is the fire in which you\'ll burn!',14,0,100,0,0,9220,15341,0,'malchezaar SAY_AXE_TOSS1'),
|
|
(15690,2,0,'I see the subtlety of conception is beyond primitives such as you.',14,0,100,0,0,9317,0,0,'malchezaar SAY_AXE_TOSS2'),
|
|
(15690,3,0,'Who knows what secrets hide in the dark.',14,0,100,0,0,9223,0,0,'malchezaar SAY_SPECIAL1'),
|
|
(15690,4,0,'The cerestial forces are mine to manipulate.',14,0,100,0,0,9320,0,0,'malchezaar SAY_SPECIAL2'),
|
|
(15690,5,0,'How can you hope to stand against such overwhelming power?',14,0,100,0,0,9321,15342,0,'malchezaar SAY_SPECIAL3'),
|
|
(15690,6,0,'Surely you did not think you could win.',14,0,100,0,0,9222,15124,0,'malchezaar SAY_SLAY1'),
|
|
(15690,6,1,'Your greed, your foolishness has brought you to this end.',14,0,100,0,0,9318,15125,0,'malchezaar SAY_SLAY2'),
|
|
(15690,6,2,'You are but a plaything. Unfit even to amuse.',14,0,100,0,0,9319,15126,0,'malchezaar SAY_SLAY3'),
|
|
(15690,7,0,'All realities, all dimensions are open to me!',14,0,100,0,0,9224,15343,0,'malchezaar SAY_SUMMON1'),
|
|
(15690,7,1,'You face not Malchezaar alone, but the legions I command!',14,0,100,0,0,9322,15344,0,'malchezaar SAY_SUMMON2'),
|
|
(15690,8,0,'I refuse to concede defeat! I am a prince of the Eredar! I... am...',14,0,100,0,0,9221,15123,0,'malchezaar SAY_DEATH'),
|
|
(15691,0,0,'The Menagerie is for guests only.',14,0,100,0,0,9183,15055,0,'curator SAY_AGGRO'),
|
|
(15691,1,0,'Gallery rules will be strictly enforced.',14,0,100,0,0,9188,15337,0,'curator SAY_SUMMON1'),
|
|
(15691,1,1,'This Curator is equipped for gallery protection.',14,0,100,0,0,9309,15338,0,'curator SAY_SUMMON2'),
|
|
(15691,2,0,'Your request cannot be processed.',14,0,100,0,0,9186,15059,0,'curator SAY_EVOCATE'),
|
|
(15691,3,0,'Failure to comply will result in offensive action.',14,0,100,0,0,9185,15060,0,'curator SAY_ENRAGE'),
|
|
(15691,4,0,'Do not touch the displays.',14,0,100,0,0,9187,15335,0,'curator SAY_KILL1'),
|
|
(15691,4,1,'You are not a guest.',14,0,100,0,0,9308,15336,0,'curator SAY_KILL2'),
|
|
(15691,5,0,'Curator is no longer operation-a-l.',14,0,100,0,0,9184,15057,0,'curator SAY_DEATH'),
|
|
(15692,0,0,'Ye\'ll be feasting on me blade this Winter Veil! Yeargh!',12,0,100,0,0,0,11397,0,'Dark Iron Kidnapper'),
|
|
(15692,0,1,'No scallywag $c is taking our Winter Veil plunder! Get \'em!',12,0,100,0,0,0,11398,0,'Dark Iron Kidnapper'),
|
|
(15692,0,2,'These land lubbers are here for the reindeer! Give \'em the shank!',12,0,100,0,0,0,11399,0,'Dark Iron Kidnapper'),
|
|
(15692,0,3,'It\'s a rescue attempt! Let no one escape!',12,0,100,0,0,0,11400,0,'Dark Iron Kidnapper'),
|
|
(15692,0,4,'Let me give you my regards for Greatfather Winter, scum...',12,0,100,0,0,0,11401,0,'Dark Iron Kidnapper'),
|
|
(15692,0,5,'Humbug! Die!',12,0,100,0,0,0,11402,0,'Dark Iron Kidnapper'),
|
|
(15692,0,6,'It\'s a rescue attempt! Slay them all!',12,0,100,0,0,0,11403,0,'Dark Iron Kidnapper'),
|
|
(15692,0,7,'The only thing Metzen is going to be doing this Winter Veil is roasting on a spit!',12,0,100,0,0,0,11404,0,'Dark Iron Kidnapper'),
|
|
(15727,0,0,'%s is weakened!',16,0,100,0,0,0,11476,0,'cthun EMOTE_WEAKENED'),
|
|
(15745,8,0,'Presents for everyone! Father Winter\'s put gifts under the tree for all.',14,0,100,0,0,0,11430,0,'Greatfather Winters Helper'),
|
|
(15746,8,0,'Presents for everyone! Father Winter\'s put gifts under the tree for all.',14,0,100,0,0,0,11430,0,'Great-father Winter\'s Helper'),
|
|
(15928,0,0,'You are too late!! I... must... obey!!',14,0,100,0,0,8872,13091,0,'thaddius SAY_GREET'),
|
|
(15928,1,0,'Kill...',14,0,100,0,0,8867,13086,0,'thaddius SAY_AGGRO1'),
|
|
(15928,1,1,'Eat... your... bones...',14,0,100,0,0,8868,13087,0,'thaddius SAY_AGGRO2'),
|
|
(15928,1,2,'Break... you!!',14,0,100,0,0,8869,13088,0,'thaddius SAY_AGGRO3'),
|
|
(15928,2,0,'You... die now!!',14,0,20,0,0,8877,13096,0,'thaddius SAY_SLAY'),
|
|
(15928,3,0,'Now you feel pain...',14,0,100,0,0,8871,13090,0,'thaddius SAY_ELECT'),
|
|
(15928,4,0,'Thank... you...',14,0,100,0,0,8870,39601,0,'thaddius SAY_DEATH'),
|
|
(15928,5,0,'Hurry! Ple-e-ase hurry!!',14,0,100,0,0,8873,13092,0,'thaddius SAY_SCREAM1'),
|
|
(15928,5,1,'Sto-o-op! Make it stop!!',14,0,100,0,0,8874,13093,0,'thaddius SAY_SCREAM2'),
|
|
(15928,5,2,'Help me! Save me!',14,0,100,0,0,8875,13094,0,'thaddius SAY_SCREAM3'),
|
|
(15928,5,3,'No-o-o-o!!',14,0,100,0,0,8876,13095,0,'thaddius SAY_SCREAM4'),
|
|
(15928,6,0,'The polarity has shifted!',41,0,100,0,0,0,32324,3,'Thaddius EMOTE_POLARITY_SHIFTED'),
|
|
(15929,0,0,'Stalagg crush you!',14,0,100,0,0,8864,13083,0,'stalagg SAY_STAL_AGGRO'),
|
|
(15929,1,0,'Stalagg kill!',14,0,20,0,0,8866,13085,0,'stalagg SAY_STAL_SLAY'),
|
|
(15929,2,0,'Master, save me!!',14,0,100,0,0,8865,13084,0,'stalagg SAY_STAL_DEATH'),
|
|
(15929,3,0,'%s dies.',16,0,100,0,0,0,10453,3,'Stalagg EMOTE_FEIGN_DEATH'),
|
|
(15929,4,0,'%s is jolted back to life!',16,0,100,0,0,0,12155,3,'Stalagg EMOTE_FEIGN_REVIVE'),
|
|
(15930,0,0,'Feed you to master!',14,0,100,0,0,8802,13023,0,'feugen SAY_FEUG_AGGRO'),
|
|
(15930,1,0,'Feugen make master happy.',14,0,20,0,0,8804,13025,0,'feugen SAY_FEUG_SLAY'),
|
|
(15930,2,0,'No... more... Feugen.',14,0,100,0,0,8803,13024,0,'feugen SAY_FEUG_DEATH'),
|
|
(15930,3,0,'%s dies.',16,0,100,0,0,0,10453,3,'Feugen EMOTE_FEIGN_DEATH'),
|
|
(15930,4,0,'%s is jolted back to life!',16,0,100,0,0,0,12155,3,'Feugen EMOTE_FEIGN_REVIVE'),
|
|
(15931,0,0,'%s sprays slime across the room!',41,0,100,0,0,0,32318,1,'Grobbulus - slime'),
|
|
(15932,0,0,'%s spots a zombie to devour!',16,0,100,0,0,0,12242,1,'Gluth - spots one'),
|
|
(15932,1,0,'%s decimates all nearby flesh!',41,0,100,0,0,0,32321,1,'Gluth - decimate'),
|
|
(15932,2,0,'%s becomes enraged!',41,0,100,0,0,0,24144,1,'Gluth - enrage'),
|
|
(15932,3,0,'%s devours all nearby zombies!',16,0,100,0,0,0,12348,1,'Gluth - devours all'),
|
|
(15932,4,0,'%s goes into a berserker rage!',41,0,100,0,0,0,34057,1,'Gluth - berserker'),
|
|
(15936,0,0,'You are mine now.',14,0,100,0,0,8825,13041,0,'heigan SAY_AGGRO1'),
|
|
(15936,0,1,'I see you!',14,0,100,0,0,8826,73351,0,'heigan SAY_AGGRO2'),
|
|
(15936,0,2,'You... are next.',14,0,100,0,0,8827,13043,0,'heigan SAY_AGGRO3'),
|
|
(15936,1,0,'Close your eyes. Sleep.',14,0,20,0,0,8829,13045,0,'heigan SAY_SLAY'),
|
|
(15936,2,0,'The races of the world will perish. It is only a matter of time.',14,0,100,0,0,8830,13046,0,'heigan SAY_TAUNT1'),
|
|
(15936,2,1,'I see endless suffering. I see torment. I see rage. I see everything...',14,0,100,0,0,8831,13047,0,'heigan SAY_TAUNT2'),
|
|
(15936,2,2,'Soon the world will tremble.',14,0,100,0,0,8832,13048,0,'heigan SAY_TAUNT3'),
|
|
(15936,2,3,'Hungry worms will feast on your rotting flesh.',14,0,100,0,0,8834,13050,0,'heigan SAY_TAUNT4'),
|
|
(15936,3,0,'%s takes his last breath.',16,0,100,0,0,8828,13044,0,'heigan EMOTE_DEATH'),
|
|
(15936,4,0,'%s teleports and begins to channel a spell!',41,0,100,0,0,0,32332,3,'Heigan EMOTE_DANCE'),
|
|
(15936,5,0,'%s rushes to attack once more!',41,0,100,0,0,0,32333,3,'Heigan EMOTE_DANCE_END'),
|
|
(15936,6,0,'The end is upon you.',14,0,100,0,0,8833,13049,0,'heigan SAY_DANCE'),
|
|
(15941,0,0,'What? Oh, not this again!',12,0,0,0,0,0,12013,0,''),
|
|
(15942,0,0,'Open fire!',14,0,100,0,0,0,12417,0,'Ranger Sareyn'),
|
|
(15942,0,1,'Enemy sighted! Ready your weapons!',14,0,100,0,0,0,12418,0,'Ranger Sareyn'),
|
|
(15942,0,2,'Hold your positions!',14,0,100,0,0,0,12419,0,'Ranger Sareyn'),
|
|
(15945,0,0,'You can\'t do this to me! We had a deal!',12,0,0,0,0,0,12014,0,''),
|
|
(15951,0,0,'Good riddance... now none shall be able to repeat my mistakes!',12,0,100,0,0,0,11713,0,'Magister Duskwither'),
|
|
(15952,0,0,'Spiderlings appear on the web!',41,0,100,0,0,0,32305,3,'Maexxna EMOTE_SPIDERS'),
|
|
(15952,1,0,'%s spins her web into a cocoon!',41,0,100,0,0,0,32303,3,'Maexxna EMOTE_WEB_WRAP'),
|
|
(15952,2,0,'%s sprays strands of web everywhere!',41,0,100,0,0,0,32304,3,'Maexxna EMOTE_WEB_SPRAY'),
|
|
(15953,0,0,'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!',14,0,100,0,0,8799,12852,0,'faerlina SAY_GREET'),
|
|
(15953,1,0,'Slay them in the master\'s name!',14,0,100,0,0,8794,12856,0,'faerlina SAY_AGGRO'),
|
|
(15953,2,0,'You have failed!',14,0,16,0,0,8800,20094,0,'faerlina SAY_SLAY1'),
|
|
(15953,2,1,'Pathetic wretch!',14,0,16,0,0,8801,12855,0,'faerlina SAY_SLAY2'),
|
|
(15953,3,0,'The master will avenge me!!',14,0,100,0,0,8798,12853,0,'faerlina SAY_DEATH'),
|
|
(15953,4,0,'%s is affected by Widow\'s Embrace!',41,0,100,0,0,0,31019,3,'Faerlina EMOTE_WIDOW_EMBRACE'),
|
|
(15953,5,0,'%s goes into a frenzy!',41,0,100,0,0,0,2384,3,'Faerlina EMOTE_FRENZY'),
|
|
(15953,6,0,'You cannot hide from me!',14,0,100,0,0,8795,12857,0,'faerlina SAY_ENRAGE1'),
|
|
(15953,6,1,'Kneel before me, worm!',14,0,100,0,0,8796,12858,0,'faerlina SAY_ENRAGE2'),
|
|
(15953,6,2,'Run while you still can!',14,0,100,0,0,8797,61582,0,'faerlina SAY_ENRAGE3'),
|
|
(15954,0,0,'Glory to the master!',14,0,100,0,0,8845,13061,0,'noth SAY_AGGRO1'),
|
|
(15954,0,1,'Your life is forfeit!',14,0,100,0,0,8846,29730,0,'noth SAY_AGGRO2'),
|
|
(15954,0,2,'Die, trespasser!',14,0,100,0,0,8847,13063,0,'noth SAY_AGGRO3'),
|
|
(15954,1,0,'Rise, my soldiers! Rise and fight once more!',14,0,100,0,0,8851,13067,0,'noth SAY_SUMMON'),
|
|
(15954,2,0,'My task is done!',14,0,20,0,0,8849,29070,0,'noth SAY_SLAY1'),
|
|
(15954,2,1,'Breathe no more!',14,0,20,0,0,8850,31472,0,'noth SAY_SLAY2'),
|
|
(15954,3,0,'I will serve the master... in death!',14,0,100,0,0,8848,13064,0,'noth SAY_DEATH'),
|
|
(15954,4,0,'%s summons forth Skeletal Warriors!',41,0,100,0,0,0,32974,3,'Noth EMOTE_SUMMON'),
|
|
(15954,5,0,'%s raises more skeletons!',41,0,100,0,0,0,32977,3,'Noth EMOTE_SUMMON_WAVE'),
|
|
(15954,6,0,'%s teleports to the balcony above!',41,0,100,0,0,0,32331,3,'Noth EMOTE_TELEPORT_1'),
|
|
(15954,7,0,'%s teleports back into the battle!',41,0,100,0,0,0,32976,3,'Noth EMOTE_TELEPORT_2'),
|
|
(15954,8,0,'%s blinks away!',41,0,100,0,0,0,32978,3,'Noth EMOTE_BLINK'),
|
|
(15956,0,0,'Just a little taste...',14,0,100,0,0,8785,13000,0,'anubrekhan SAY_AGGRO1'),
|
|
(15956,0,1,'There is no way out.',14,0,100,0,0,8786,13002,0,'anubrekhan SAY_AGGRO2'),
|
|
(15956,0,2,'Yes, run! It makes the blood pump faster!',14,0,100,0,0,8787,13003,0,'anubrekhan SAY_AGGRO3'),
|
|
(15956,1,0,'Ahh... welcome to my parlor.',14,0,100,0,0,8788,13004,0,'anubrekhan SAY_GREET1'),
|
|
(15956,1,1,'I hear little hearts beating. Yes... beating faster now... soon the beating will stop.',14,0,100,0,0,8790,13006,0,'anubrekhan SAY_GREET2'),
|
|
(15956,1,2,'Where to go? What to do? So many choices that all end in pain, end in death.',14,0,100,0,0,8791,13007,0,'anubrekhan SAY_GREET3'),
|
|
(15956,1,3,'Which one shall I eat first? So difficult to choose. They all smell so delicious...',14,0,100,0,0,8792,13008,0,'anubrekhan SAY_GREET4'),
|
|
(15956,1,4,'Closer now. Tasty morsels. I\'ve been too long without food, without blood to drink.',14,0,100,0,0,8793,13009,0,'anubrekhan SAY_GREET5'),
|
|
(15956,2,0,'Shhh... it will all be over soon.',14,0,100,0,0,8789,13005,0,'anubrekhan SAY_SLAY'),
|
|
(15956,3,0,'Anub\'Rekhan begins to unleash an insect swarm!',41,0,100,0,0,0,13443,3,'Anub\'Rekhan EMOTE_LOCUST'),
|
|
(15963,0,0,'The massive floating eyeball in the center of the chamber turns its gaze upon you. You stand before a god.',16,0,100,0,0,0,11700,1,'Masters Eye - On Areatrigger'),
|
|
(15978,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Crypt Reaver'),
|
|
(15989,0,0,'Sapphiron lifts off into the air!',41,0,100,0,0,0,32801,3,'Sapphiron EMOTE_AIR_PHASE'),
|
|
(15989,1,0,'Sapphiron resumes his attacks!',41,0,100,0,0,0,32802,3,'Sapphiron EMOTE_GROUND_PHASE'),
|
|
(15989,2,0,'%s takes a deep breath.',41,0,100,0,0,0,24548,3,'Sapphiron EMOTE_BREATH'),
|
|
(15989,3,0,'%s enrages!',41,0,100,0,0,0,0,3,'Sapphiron EMOTE_ENRAGE'),
|
|
(15990,0,0,'Your forces are nearly marshaled to strike back against your enemies, my liege.',14,0,100,0,0,14467,12990,3,'kelthuzad SAY_SAPP_DIALOG1'),
|
|
(15990,1,0,'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.',14,0,100,0,0,8881,0,0,'kelthuzad SAY_SAPP_DIALOG2_LICH'),
|
|
(15990,2,0,'Yes, master. The time of their ultimate demise draws close.... What is this?',14,0,100,0,0,14468,12991,3,'kelthuzad SAY_SAPP_DIALOG3'),
|
|
(15990,3,0,'Your security measures have failed! See to this interruption immediately!',14,0,100,0,0,8882,0,0,'kelthuzad SAY_SAPP_DIALOG4_LICH'),
|
|
(15990,4,0,'As you command, master!',14,0,100,0,0,14469,12992,3,'kelthuzad SAY_SAPP_DIALOG5'),
|
|
(15990,5,0,'No!!! A curse upon you, interlopers! The armies of the Lich King will hunt you down. You will not escape your fate...',14,0,100,0,0,14484,13150,3,'kelthuzad SAY_CAT_DIED'),
|
|
(15990,6,0,'Who dares violate the sanctity of my domain? Be warned, all who trespass here are doomed.',14,0,100,0,0,14463,0,0,'kelthuzad SAY_TAUNT1'),
|
|
(15990,6,1,'Fools! You think yourselves triumphant? You have only taken one step closer to the abyss!',14,0,100,0,0,14464,12985,0,'kelthuzad SAY_TAUNT2'),
|
|
(15990,6,2,'I grow tired of these games. Proceed, and I will banish your souls to oblivion!',14,0,100,0,0,14465,12986,0,'kelthuzad SAY_TAUNT3'),
|
|
(15990,6,3,'You have no idea what horrors lie ahead. You have seen nothing! The frozen heart of Naxxramas awaits you!',14,0,100,0,0,14466,12987,0,'kelthuzad SAY_TAUNT4'),
|
|
(15990,7,0,'Pray for mercy!',14,0,100,0,0,14475,12995,0,'kelthuzad SAY_AGGRO1'),
|
|
(15990,7,1,'Scream your dying breath!',14,0,100,0,0,14476,12996,0,'kelthuzad SAY_AGGRO2'),
|
|
(15990,7,2,'The end is upon you!',14,0,100,0,0,14477,12997,0,'kelthuzad SAY_AGGRO3'),
|
|
(15990,8,0,'The dark void awaits you!',14,0,100,0,0,14478,13021,0,'kelthuzad SAY_SLAY1'),
|
|
(15990,8,1,'%s cackles maniacally.',16,0,100,0,0,14479,29805,0,'kelthuzad SAY_SLAY2'),
|
|
(15990,9,0,'Agghhhh! Do... not... rejoice! Your victory is a hollow one, for I shall return with powers beyond your imagining!',14,0,100,0,0,14480,13019,0,'kelthuzad SAY_DEATH'),
|
|
(15990,10,0,'Your soul is bound to me, now!',14,0,100,0,0,14472,13017,0,'kelthuzad SAY_CHAIN1'),
|
|
(15990,10,1,'There will be no escape!',14,0,100,0,0,14473,13018,0,'kelthuzad SAY_CHAIN2'),
|
|
(15990,11,0,'I will freeze the blood in your veins!',14,0,100,0,0,14474,13020,0,'kelthuzad SAY_FROST_BLAST'),
|
|
(15990,12,0,'Master, I require aid!',14,0,100,0,0,14470,12998,0,'kelthuzad SAY_REQUEST_AID'),
|
|
(15990,13,0,'Kel\'Thuzad strikes!',41,0,100,0,0,0,32803,0,'Kel\'Thuzad EMOTE_PHASE_TWO'),
|
|
(15990,14,0,'Minions, servants, soldiers of the cold dark! Obey the call of Kel\'Thuzad!',14,0,100,0,0,14471,12999,0,'kelthuzad SAY_SUMMON_MINIONS'),
|
|
(15990,15,0,'Your petty magics are no challenge to the might of the Scourge!',14,0,100,0,0,14481,13492,0,'kelthuzad SAY_SPECIAL1_MANA_DET'),
|
|
(15990,15,1,'Enough! I grow tired of these distractions! ',14,0,100,0,0,14483,0,0,'kelthuzad SAY_SPECIAL3_MANA_DET'),
|
|
(15990,15,2,'Fools, you have spread your powers too thin. Be free, my minions!',14,0,100,0,0,14482,0,0,'kelthuzad SAY_SPECIAL2_DISPELL'),
|
|
(15990,16,0,'Who dares violate the sanctity of my domain? Be warned, all who trespass here are doomed.',14,0,100,0,0,14463,12984,3,'kelthuzad SAY_TAUNT1'),
|
|
(15990,17,0,'Fools! You think yourselves triumphant? You have only taken one step closer to the abyss!',14,0,100,0,0,14464,12985,3,'kelthuzad SAY_TAUNT2'),
|
|
(15990,18,0,'I grow tired of these games. Proceed, and I will banish your souls to oblivion!',14,0,100,0,0,14465,12986,3,'kelthuzad SAY_TAUNT3'),
|
|
(15990,19,0,'You have no idea what horrors lie ahead. You have seen nothing! The frozen heart of Naxxramas awaits you!',14,0,100,0,0,14466,27382,3,'kelthuzad SAY_TAUNT4'),
|
|
(15990,20,0,'Come, heroes... By the will of the Lich King, you shall be destroyed.',14,0,100,0,0,0,12993,3,'Kel\'Thuzad SAY_DIALOGUE_SAPPHIRON_KELTHUZAD4'),
|
|
(16011,0,0,'An aura of necrotic energy blocks all healing!',41,0,100,0,0,0,32334,0,'Loatheb'),
|
|
(16011,1,0,'The aura fades away, allowing healing once more!',41,0,100,0,0,0,32335,0,'Loatheb'),
|
|
(16011,2,0,'The aura\'s power begins to wane!',41,0,100,0,0,0,32805,0,'Loatheb'),
|
|
(16028,0,0,'Patchwerk want to play!',14,0,100,0,0,8909,13068,0,'patchwerk SAY_AGGRO1'),
|
|
(16028,0,1,'Kel\'thuzad make Patchwerk his avatar of war!',14,0,100,0,0,8910,13069,0,'patchwerk SAY_AGGRO2'),
|
|
(16028,1,0,'No more play?',14,0,100,0,0,8912,28241,0,'patchwerk SAY_SLAY'),
|
|
(16028,2,0,'What... happen to-',14,0,100,0,0,8911,13070,0,'patchwerk SAY_DEATH'),
|
|
(16028,3,0,'%s goes into a berserker rage!',16,0,100,0,0,0,4428,0,'patchwerk EMOTE_BERSERK'),
|
|
(16028,4,0,'%s goes into a frenzy!',41,0,100,0,0,0,38630,0,'patchwerk EMOTE_ENRAGE'),
|
|
(16031,0,0,'You did it... you\'ve slain Baron Rivendare! The Argent Dawn shall hear of your valiant deeds!',12,0,0,0,0,0,11931,0,''),
|
|
(16031,1,0,'You did it... you\'ve slain Baron Rivendare! The Argent Dawn shall hear of your valiant deeds!',12,0,100,0,0,0,11931,3,'Ysida Harmon'),
|
|
(16042,0,0,'Muahahahaha! What is this pathetic spectacle I see before me? Well, what are you waiting for? I hunger, and you look as if you may make for a passable appetizer!',14,0,100,0,0,0,11967,0,'Lord Valthalak - Talk Summon'),
|
|
(16042,1,0,'Your insolence is appalling, fool! I shall feast on your soul!',12,0,100,0,0,0,11955,0,'Lord Valthalak - Talk Aggro'),
|
|
(16042,2,0,'I\'ve gone easy on you thus far, but now you bore me. Witness the magnificence of my power, and despair!',14,0,100,0,0,0,11769,0,'Lord Valthalak - Talk 40% hp'),
|
|
(16042,3,0,'I will not die again! Not to the likes of you!',14,0,100,0,0,0,11770,0,'Lord Valthalak - Talk 15% hp'),
|
|
(16059,0,0,'I\'m going to kick yer ugly head in!',14,0,100,0,0,0,11953,0,''),
|
|
(16059,0,1,'You want a fight? A fight you\'ll get!',14,0,100,0,0,0,11952,0,''),
|
|
(16059,0,2,'I crush weaklings like you every day! Bring it on!',14,0,100,0,0,0,11954,0,''),
|
|
(16060,0,0,'Foolishly you have sought your own demise.',14,0,100,0,0,8807,13030,3,'Gothik SAY_INTRO_1'),
|
|
(16060,1,0,'Brazenly you have disregarded powers beyond your understanding.',14,0,100,0,0,0,13031,3,'Gothik SAY_INTRO_2'),
|
|
(16060,2,0,'You have fought hard to invade the realm of the harvester.',14,0,100,0,0,0,13032,3,'Gothik SAY_INTRO_3'),
|
|
(16060,3,0,'Now there is only one way out- to walk the lonely path of the damned.',14,0,100,0,0,0,13033,3,'Gothik SAY_INTRO_4'),
|
|
(16060,4,0,'I have waited long enough. Now you face the harvester of souls.',14,0,100,0,0,8808,13028,3,'Gothik SAY_PHASE_TWO'),
|
|
(16060,5,0,'I... am... undone.',14,0,100,0,0,8805,13026,3,'Gothik SAY_DEATH'),
|
|
(16060,6,0,'Death is the only escape!',14,0,20,0,0,8806,13027,3,'Gothik SAY_KILL'),
|
|
(16060,7,0,'%s teleports into the fray!',41,0,100,0,0,0,32306,3,'Gothik EMOTE_PHASE_TWO'),
|
|
(16060,8,0,'The central gate opens!',41,0,100,0,0,0,32307,3,'Gothik EMOTE_GATE_OPENED'),
|
|
(16061,0,0,'Do as I taught you!',14,0,25,0,0,8855,13075,3,'Razuvious SAY_AGGRO #1'),
|
|
(16061,0,1,'The time for practice is over! Show me what you have learned!',14,0,25,0,0,8859,13078,3,'Razuvious SAY_AGGRO #2'),
|
|
(16061,0,2,'Show them no mercy!',14,0,25,0,0,8856,13076,3,'Razuvious SAY_AGGRO #3'),
|
|
(16061,0,3,'Sweep the leg... Do you have a problem with that?',14,0,25,0,0,8861,13080,3,'Razuvious SAY_AGGRO #4'),
|
|
(16061,1,0,'%s lets loose a triumphant shout.',16,0,50,0,0,8863,13082,3,'Razuvious SAY_SLAY #1'),
|
|
(16061,1,1,'You should have stayed home.',14,0,50,0,0,8862,13081,3,'Razuvious SAY_SLAY #2'),
|
|
(16061,2,0,'Hah hah, I\'m just getting warmed up!',14,0,20,0,0,8852,13072,3,'Razuvious SAY_TAUNTED #1'),
|
|
(16061,2,1,'Stand and fight!',14,0,20,0,0,8853,13073,3,'Razuvious SAY_TAUNTED #2'),
|
|
(16061,2,2,'Show me what you\'ve got!',14,0,20,0,0,8854,13074,3,'Razuvious SAY_TAUNTED #3'),
|
|
(16061,2,3,'You disappoint me, students!',14,0,20,0,0,8858,13077,3,'Razuvious SAY_TAUNTED #4'),
|
|
(16061,2,4,'You should have stayed home.',14,0,20,0,0,8862,13081,3,'Razuvious SAY_TAUNTED #5'),
|
|
(16061,3,0,'An honorable... death.',14,0,100,0,0,8860,13079,3,'Razuvious SAY_DEATH'),
|
|
(16061,4,0,'Pathetic...',12,0,100,5,0,0,27865,0,'Razuvious SAY_PATHETIC'),
|
|
(16061,5,0,'Start doing something before I replace that target dummy with you and begin a warm up session of my own!',12,0,100,5,0,0,13136,0,'Razuvious SAY_TARGET_DUMMY'),
|
|
(16062,0,0,'Renault...',12,0,100,25,0,0,12469,0,'mograine MOGRAINE_ONE'),
|
|
(16062,1,0,'Did you think that your betrayal would be forgotten? Lost in the carefully planned cover up of my death? Blood of my blood, the blade felt your cruelty long after my heart had stopped beating. And in death, I knew what you had done. But now, the chains of Kel\'thuzad hold me NO more. I come TO serve justice. I AM ASHBRINGER.',12,0,100,6,0,0,12471,0,'mograine MOGRAINE_TWO'),
|
|
(16062,2,0,'You are forgiven...',12,0,100,0,0,0,12473,0,'mograine MOGRAINE_THREE'),
|
|
(16063,0,0,'Flee, before it\'s too late!',14,0,100,0,0,8913,13097,0,'zeliek SAY_ZELI_AGGRO'),
|
|
(16063,1,0,'Invaders, cease this foolish venture at once! Turn away while you still can!',14,0,100,0,0,8917,13101,0,'zeliek SAY_ZELI_TAUNT1'),
|
|
(16063,1,1,'Perhaps they will come to their senses, and run away as fast as they can!',14,0,100,0,0,8918,0,0,'zeliek SAY_ZELI_TAUNT2'),
|
|
(16063,1,2,'Do not continue! Turn back while there\'s still time!',14,0,100,0,0,8919,13103,0,'zeliek SAY_ZELI_TAUNT3'),
|
|
(16063,2,0,'I have no choice but to obey!',14,0,100,0,0,8916,13100,0,'zeliek SAY_ZELI_SPECIAL'),
|
|
(16063,3,0,'Forgive me!',14,0,30,0,0,8915,13099,0,'zeliek SAY_ZELI_SLAY'),
|
|
(16063,4,0,'It is... as it should be. ',14,0,100,0,0,8914,13098,0,'zeliek SAY_ZELI_DEATH'),
|
|
(16063,5,0,'Invaders, cease this foolish venture at once! Turn away while you still can!',14,0,100,0,0,8917,13101,3,'zeliek SAY_ZELI_DIALOG1'),
|
|
(16063,6,0,'Perhaps they will come to their senses... and run away as fast as they can.',14,0,100,0,0,8918,13102,3,'zeliek SAY_ZELI_DIALOG2'),
|
|
(16063,7,0,'%s casts Condemnation on everyone!',41,0,100,0,0,0,33088,3,'zeliek EMOTE_RAGECAST'),
|
|
(16064,0,0,'C\'mon an\' fight ye wee ninny!',14,0,100,0,0,8899,13034,0,'korthazz SAY_KORT_AGGRO'),
|
|
(16064,1,0,'To arms, ye roustabouts! We\'ve got company!',14,0,100,0,0,8903,13038,0,'korthazz SAY_KORT_TAUNT1'),
|
|
(16064,1,1,'I heard about enough of yer sniveling. Shut yer fly trap \'afore I shut it for ye!',14,0,100,0,0,8904,0,0,'korthazz SAY_KORT_TAUNT2'),
|
|
(16064,1,2,'I\'m gonna\' enjoy killin\' these slack-jawed daffodils!',14,0,100,0,0,8905,13040,0,'korthazz SAY_KORT_TAUNT3'),
|
|
(16064,2,0,'I like my meat extra crispy!',14,0,100,0,0,8902,13037,0,'korthazz SAY_KORT_SPECIAl'),
|
|
(16064,3,0,'Next time, bring more friends!',14,0,30,0,0,8901,13036,0,'korthazz SAY_KORT_SLAY'),
|
|
(16064,4,0,'What a bloody waste this is!',14,0,100,0,0,8900,13035,0,'korthazz SAY_KORT_DEATH'),
|
|
(16064,5,0,'To arms, ye roustabouts! We\'ve got company!',14,0,100,0,0,8903,13038,3,'korthazz SAY_KORT_DIALOG1'),
|
|
(16064,6,0,'I\'ve heard about enough a\' yer snivelin\'! Shut yer flytrap before I shut it for ye\'!',14,0,100,0,0,8904,13039,3,'korthazz SAY_KORT_DIALOG2'),
|
|
(16065,0,0,'Defend yourself!',14,0,100,0,0,8892,13010,0,'blaumeux SAY_BLAU_AGGRO'),
|
|
(16065,1,0,'Come, Zeliek, do not drive them out. Not before we\'ve had our fun.',14,0,100,0,0,8896,0,0,'blaumeux SAY_BLAU_TAUNT1'),
|
|
(16065,1,1,'I do hope they stay alive long enough for me to... introduce myself.',14,0,100,0,0,8897,13015,0,'blaumeux SAY_BLAU_TAUNT2'),
|
|
(16065,1,2,'The first kill goes to me! Anyone care to wager?',14,0,100,0,0,8898,13016,0,'blaumeux SAY_BLAU_TAUNT3'),
|
|
(16065,2,0,'Your life is mine!',14,0,100,0,0,8895,13013,0,'blaumeux SAY_BLAU_SPECIAL'),
|
|
(16065,3,0,'Who\'s next?',14,0,30,0,0,8894,21654,0,'blaumeux SAY_BLAU_SLAY'),
|
|
(16065,4,0,'Touche...',14,0,100,0,0,8893,13011,0,'blaumeux SAY_BLAU_DEATH'),
|
|
(16065,5,0,'Come, Zeliek, do not drive them out. Not before we\'ve had our fun!',14,0,100,0,0,8896,13014,3,'blaumeux SAY_BLAU_DIALOG1'),
|
|
(16065,6,0,'I do hope they stay alive long enough for me to... introduce myself.',14,0,100,0,0,8897,13015,3,'blaumeux SAY_BLAU_DIALOG2'),
|
|
(16065,7,0,'%s casts Unyielding Pain on everyone!',41,0,100,0,0,0,33087,3,'blaumeux EMOTE_RAGECAST'),
|
|
(16080,0,0,'All of Nature\'s might is at my disposal, puny mortals. Let us see which of my many forms it will be that ends your suffering!',14,0,100,0,0,0,11966,0,'Mor Grayhoof - ON AGGRO'),
|
|
(16080,1,0,'Though I move on in peace, you all have my undying gratitude. Thank you for freeing me of the curse of my folly and greed.',14,0,100,0,0,0,11861,0,'Mor Grayhoof - ON DEATH'),
|
|
(16097,0,0,'My torture is ended and now I can join the Goddess. Thank you so very much!',14,0,100,0,0,0,11860,0,'Isalien - ON DEATH'),
|
|
(16098,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Empyrean'),
|
|
(16101,0,0,'Hello, brother.',14,0,100,0,0,0,11971,0,'Jarien - ON SUMMON'),
|
|
(16101,1,0,'Would-be interlopers, I\'m afraid.',14,0,100,0,0,0,11973,0,'Jarien - ON SUMMON - 1'),
|
|
(16101,2,0,'Yes, we shall!',14,0,100,0,0,0,11975,0,'Jarien - ON SUMMON - 2'),
|
|
(16101,3,0,'%s goes into a rage after seeing $n fall in battle!',16,0,100,0,0,0,11939,0,'Jarien - ON SOTHOS DEATH'),
|
|
(16102,0,0,'Hello, sister. What have we here?',14,0,100,0,0,0,11972,0,'Sothos - ON SUMMON'),
|
|
(16102,1,0,'Shall we slay them for the impertinence of disturbing our sleep?',14,0,100,0,0,0,11974,0,'Sothos - ON SUMMON - 1'),
|
|
(16102,2,0,'%s goes into a rage after seeing $n fall in battle!',16,0,100,0,0,0,11939,0,'Sothos - ON JARIEN DEATH'),
|
|
(16103,0,0,'Thank you for freeing me, my brother, and all of you! We can finally rest in peace now.',14,0,100,0,0,0,11819,0,'Spirit of Jarien - ON BOTH DEATHS'),
|
|
(16104,0,0,'Thank you for freeing me, my sister, and all of you! We can finally rest in peace now.',14,0,100,0,0,0,11859,0,'Spirit of Sothos - ON BOTH DEATHS'),
|
|
(16113,0,0,'Thank you, Mrs. Chambers.',12,0,100,1,0,0,12140,0,'Father Inigo Montoy'),
|
|
(16113,1,0,'Is this a mango? Stupendous!',12,0,100,4,0,0,12141,0,'Father Inigo Montoy'),
|
|
(16113,2,0,'You\'ve really outdone yourself this time, Mrs. Chambers. Not a spot of mold to be found!',12,0,100,1,0,0,12142,0,'Father Inigo Montoy'),
|
|
(16114,0,0,'Your message did reach us, Commander, but by no means is our involvement here sanctioned by the Grand Crusader.',12,0,100,1,0,0,12047,0,'Scarlet Commander Marjhan'),
|
|
(16114,1,0,'The heathens will be forced to react. Orcs, bull-men...',12,0,100,1,0,0,12052,0,'Scarlet Commander Marjhan'),
|
|
(16114,2,0,'Whatever. The revolting, unkempt Horde filth...',12,0,100,5,0,0,12054,0,'Scarlet Commander Marjhan'),
|
|
(16114,3,0,'Too little, too late. The dam has broken. We are a bump in the road at best.',12,0,100,274,0,0,12056,0,'Scarlet Commander Marjhan'),
|
|
(16114,4,0,'There is always... Ashbringer.',12,0,100,1,0,0,12058,0,'Scarlet Commander Marjhan'),
|
|
(16114,5,0,'Thank you, Jessica.',12,0,100,2,0,0,12143,0,'Scarlet Commander Marjhan'),
|
|
(16114,6,0,'And might I add, that dress is lovely! You must tell me where you got it from.',12,0,100,1,0,0,12144,0,'Scarlet Commander Marjhan'),
|
|
(16115,0,0,'Your leader takes residence at the doorstep to Naxxramas. Do you think he does not feel the pressure?',12,0,100,6,0,0,12048,0,'Commander Eligor Dawnbringer'),
|
|
(16115,1,0,'%s lowers the sound of his voice to a whisper.',16,0,100,0,0,0,12049,0,'Commander Eligor Dawnbringer'),
|
|
(16115,2,0,'Even demons are capable of fear...',12,0,100,0,0,0,12050,0,'Commander Eligor Dawnbringer'),
|
|
(16115,3,0,'Scourge activity in the Plaguelands has increased ten-fold. We are receiving reports of Scourge attacks from as far away as Kalimdor! Now how do you suppose this has happened? How have the wretched undead done that which was previously thought impossible? Is nowhere safe?',12,0,100,1,0,0,12051,0,'Commander Eligor Dawnbringer'),
|
|
(16115,4,0,'Tauren.',12,0,100,0,0,0,12053,0,'Commander Eligor Dawnbringer'),
|
|
(16115,5,0,'You lack tact, Commander. This is not surprising. However, you are right in that the Horde will be forced to act. But not just the Horde. They already come - heroes from across the world.',12,0,100,1,0,0,12055,0,'Commander Eligor Dawnbringer'),
|
|
(16115,6,0,'So why are you here? What are we to do if there is no hope?',12,0,100,6,0,0,12057,0,'Commander Eligor Dawnbringer'),
|
|
(16115,7,0,'So this is what you have come for? To try and claim that which is the reason for the Dawn\'s existence and the Crusade\'s downfall? You open old wounds with your words, Commander!',12,0,100,6,0,0,12062,0,'Commander Eligor Dawnbringer'),
|
|
(16115,8,0,'The Ashbringer is dead and there will never be another like him. The lesser Mograine is a far cry from the man his father was. You know this, Commander! It was, after all, your own leadership that was responsible for the death of the Scarlet Highlord Mograine.',12,0,100,5,0,0,12063,0,'Commander Eligor Dawnbringer'),
|
|
(16115,9,0,'It was your leadership that manipulated a grieving child to try and recover the sword. A child that has grown into a man with nothing but vengeance and hatred in his heart! And for what? You are no closer to the sword now than you were five years ago.',12,0,100,25,0,0,12065,0,'Commander Eligor Dawnbringer'),
|
|
(16115,10,0,'Yet you think that recovering Ashbringer will somehow turn the tide of battle? Let me let you in on a little secret, Commander: The power of the Ashbringer came from the man who would wield it... I was there, Commander. I watched him burn legions of undead in righteous fire before he would even unsheathe the blade. Alas, your grasp on history is ... lacking.',12,0,100,1,0,0,12066,0,'Commander Eligor Dawnbringer'),
|
|
(16115,11,0,'Now be silent and note where you are, lest I inform Lord Fordring and his knights that you are no longer here on amicable terms. I am certain he would take great pleasure in seeing to your \'atonement.\'',12,0,100,5,0,0,12067,0,'Commander Eligor Dawnbringer'),
|
|
(16115,12,0,'The fish is exquisite, Jessica.',12,0,100,1,0,0,12138,0,'Commander Eligor Dawnbringer'),
|
|
(16115,13,0,'My compliments to the chef!',12,0,100,1,0,0,12137,0,'Commander Eligor Dawnbringer'),
|
|
(16115,14,0,'Delicious!',12,0,100,0,0,0,12139,0,'Commander Eligor Dawnbringer'),
|
|
(16116,0,0,'Oh, quite succulent. Many thanks, Mrs. Chambers.',12,0,100,2,0,0,12147,0,'Archmage Angela Dosantos'),
|
|
(16116,1,0,'The boar is superb!',12,0,100,4,0,0,12146,0,'Archmage Angela Dosantos'),
|
|
(16116,2,0,'Indeed... lovely dress, Jessica.',12,0,100,273,0,0,12145,0,'Archmage Angela Dosantos'),
|
|
(16118,0,0,'You think you can summon us? We are the ones that summon, not you! We bash you good for this and suck the marrow from your bones!',14,0,100,0,0,0,11968,0,'Kormok - Talk Summon'),
|
|
(16118,1,0,'You so little and puny... you no make good servants for Kormok!',12,0,100,0,0,0,11959,0,'Kormok - Talk Aggro'),
|
|
(16118,2,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Kormok - Enrage'),
|
|
(16118,3,0,'We am free! Thank you little, puny ones.',14,0,100,0,0,0,11873,0,'Kormok - Death'),
|
|
(16128,0,0,'We received Brann\'s message, and we have begun preparations.',12,0,100,1,0,15649,33982,0,'Rhonin'),
|
|
(16128,1,0,'Citizens of Dalaran! Raise your eyes to the skies and observe!',14,0,100,0,0,15650,33983,2,'Rhonin'),
|
|
(16128,2,0,'Today our world\'s destruction has been averted in defiance of our very makers!',14,0,100,0,0,15651,33984,2,'Rhonin'),
|
|
(16128,3,0,'Algalon the Observer, herald of the titans, has been defeated by our brave comrades in the depths of the titan city of Ulduar.',14,0,100,0,0,15652,33985,2,'Rhonin'),
|
|
(16128,4,0,'Algalon was sent here to judge the fate of our world.',14,0,100,0,0,15653,33986,2,'Rhonin'),
|
|
(16128,5,0,'He found a planet whose races had deviated from the titans\' blueprints. A planet where not everything had gone according to plan.',14,0,100,0,0,15654,33987,2,'Rhonin'),
|
|
(16128,6,0,'Cold logic deemed our world not worth saving. Cold logic, however, does not account for the power of free will. It\'s up to each of us to prove this is a world worth saving.',14,0,100,0,0,15655,33988,2,'Rhonin'),
|
|
(16128,7,0,'That our lives... our lives are worth living.',14,0,100,0,0,15656,33989,2,'Rhonin'),
|
|
(16134,0,0,'Watch, druid. The earth still breathes. It yearns to be cleansed.',12,0,100,1,0,0,11946,0,'Rimblat Earthshatter'),
|
|
(16135,0,0,'That is wonderous, Rimblat! Even this foul, sundered earth is not beyond healing.',12,0,100,273,0,0,11945,0,'Rayne'),
|
|
(16143,0,0,'',12,0,0,0,0,0,12420,0,'Shadow of Doom Aggro 1'),
|
|
(16143,0,1,'',12,0,0,0,0,0,12421,0,'Shadow of Doom Aggro 2'),
|
|
(16143,0,2,'',12,0,0,0,0,0,12422,0,'Shadow of Doom Aggro 3'),
|
|
(16143,0,3,'',12,0,0,0,0,0,12243,0,'Shadow of Doom Aggro 4'),
|
|
(16144,0,0,'As you say, my dear, as you say.',12,1,100,1,0,0,11996,0,'Lord Saltheril'),
|
|
(16144,0,1,'Hmm, what was that? I\'m sorry my dear, I must have been daydreaming.',12,1,100,6,0,0,11997,0,'Lord Saltheril'),
|
|
(16144,0,2,'Oh, most definitely, Elisara. But please, can you show the least bit of patience?',12,1,100,1,0,0,11998,0,'Lord Saltheril'),
|
|
(16144,0,3,'Is that so? How very interesting. My dear, why don\'t you run along and powder your nose? I have much to think about.',12,1,100,1,0,0,11999,0,'Lord Saltheril'),
|
|
(16147,0,0,'I was just thinking... we really ought to take a trip south one of these nights, maybe have an evening picnic overlooking the fighting at the border? What do you think, milord? Wouldn\'t that just be so exciting?',12,1,100,6,0,0,12070,0,'Elisara Sunstriker'),
|
|
(16147,0,1,'Milord, with much of the sin\'dorei nobility regrettably crushed, does that mean that you are likely to receive an elevation soon? I\'m so excited for you!',12,1,100,6,0,0,12071,0,'Elisara Sunstriker'),
|
|
(16147,0,2,'Milord, do you think that we can join the party soon? I\'m so bored in here.',12,1,100,6,0,0,11992,0,'Elisara Sunstriker'),
|
|
(16147,0,3,'Oh, my lordship, I do so hope that you\'ve arranged for more of that excellent wine from Silvermoon City. I dare say drinking it makes me feel almost as forward as a common woman!',12,1,100,1,0,0,11993,0,'Elisara Sunstriker'),
|
|
(16147,0,4,'I\'m so tired. We really shouldn\'t have stayed up so late last night... well this morning. But it was fun! You do throw the best soirees milord.',12,1,100,1,0,0,0,0,'Elisara Sunstriker'),
|
|
(16147,0,5,'Lord Saltheril, my dear, did you notice that supplies for the party are a little low? We really should send for one of those couriers from Fairbreeze Village to deliver more of whatever is needed. I especially like those little hors d\'oeuvres wrapped in the smoked bacon. What are those called?',12,1,100,6,0,0,11995,0,'Elisara Sunstriker'),
|
|
(16147,0,6,'Salthy, do you think we\'re letting too many \'undesirables\' into the party? I do worry about what our friends might think of all of this.',12,1,100,6,0,0,13355,0,'Elisara Sunstriker'),
|
|
(16147,0,7,'You promised to take me out for a night on the town! Are we just going to stand around here again tonight?',12,1,100,5,0,0,13356,0,'Elisara Sunstriker'),
|
|
(16151,0,0,'%s calls for her master!',16,0,100,0,0,0,13439,0,'midnight EMOTE_CALL_ATTUMEN'),
|
|
(16151,1,0,'%s rushes to her master\'s aid.',16,0,100,0,0,0,13455,0,'midnight EMOTE_MOUNT_UP'),
|
|
(16152,0,0,'It was... inevitable.',14,0,100,0,0,9169,13460,0,'attumen SAY_KILL1'),
|
|
(16152,0,1,'Another trophy to add to my collection!',14,0,100,0,0,9300,15333,0,'attumen SAY_KILL2'),
|
|
(16152,1,0,'Such easy sport.',14,0,100,0,0,9170,0,0,'attumen SAY_RANDOM1'),
|
|
(16152,1,1,'Amateurs! Do not think you can best me! I kill for a living.',14,0,100,0,0,9304,0,0,'attumen SAY_RANDOM2'),
|
|
(16152,2,0,'Weapons are merely a convenience for a warrior of my skill!',14,0,100,0,0,9166,13490,0,'attumen SAY_DISARMED'),
|
|
(16152,3,0,'Always knew... someday I would become... the hunted.',14,0,100,0,0,9165,13462,0,'attumen SAY_DEATH'),
|
|
(16183,0,0,'Where... where am I?',12,0,100,0,0,0,12726,0,'Courier Dawnstrider'),
|
|
(16189,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Skymaster Sunwing'),
|
|
(16192,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Skymistress Gloaming'),
|
|
(16196,0,0,'You\'re not going anywhere just yet, handsome. Not until you regain your strength.',12,0,100,0,0,0,12728,0,'Apothecary Thedra'),
|
|
(16204,0,0,'Why doesn\'t Kaendris move against Dar\'Khan yet? What is it we\'re waiting for?',12,0,100,1,0,0,12594,0,'Magister Idonis'),
|
|
(16206,0,0,'Th... thank you. I thought I was going to die.',12,0,100,0,0,0,12222,0,'Apprentice Varnis'),
|
|
(16208,0,0,'Thanks, I should\'ve never left Silverpine Forest.',12,0,100,6,0,0,12220,0,'Apothecary Enith'),
|
|
(16209,0,0,'You have my thanks!',12,0,100,0,0,0,12221,0,'Ranger Vedoran'),
|
|
(16213,0,0,'%s taps his foot impatiently.',16,0,100,0,0,0,12590,0,'Ranger Lethvalin'),
|
|
(16213,0,1,'%s glares at the guards.',16,0,100,0,0,0,12591,0,'Ranger Lethvalin'),
|
|
(16213,0,2,'%s sighs in apparent frustration.',16,0,100,0,0,0,12592,0,'Ranger Lethvalin'),
|
|
(16213,0,3,'%s peers inside the tower and then clenches his jaw.',16,0,100,0,0,0,12593,0,'Ranger Lethvalin'),
|
|
(16217,0,0,'Take that!',12,0,100,0,0,0,12544,0,'Lieutenant Tomathren - Out of combat'),
|
|
(16217,0,1,'This isnt Silvermoon City! Where are we? Oh, I was confused there for a moment.',12,0,100,0,0,0,12542,0,'Lieutenant Tomathren - Out of combat'),
|
|
(16217,0,2,'I tell you now, when we get back to Farstrider Enclave there will be a full accounting of your actions, Ranger Valanna! You alone were responsible for our losses and Im certain that the captain will see it my way.',12,0,100,0,0,0,12543,0,'Lieutenant Tomathren - Out of combat'),
|
|
(16217,0,3,'Im sure to receive a commendation upon our return. We may have suffered a few losses, but overall I think we did quite nicely, dont you, Valanna?',12,0,100,0,0,0,12545,0,'Lieutenant Tomathren - Out of combat'),
|
|
(16217,0,4,'Did I not yell at them? Pull back! Pull back and regroup with suppressing fire!!',12,0,100,0,0,0,12541,0,'Lieutenant Tomathren - Out of combat'),
|
|
(16217,0,5,'They should have listened to me. Then Id receive all of the accolades that are my due!',12,0,100,0,0,0,12540,0,'Lieutenant Tomathren - Out of combat'),
|
|
(16218,0,0,'%s loses its link!',41,0,100,0,0,0,12156,3,'Tesla Coil EMOTE_TESLA_LINK_BREAKS'),
|
|
(16218,1,0,'%s overloads!',41,0,100,0,0,0,12178,3,'Tesla Coil EMOTE_TESLA_OVERLOAD'),
|
|
(16219,0,0,'You have got to be the most incompetent officer I have ever met!',12,0,100,0,0,0,22242,0,'Ranger Valanna - Out of combat'),
|
|
(16219,0,1,'Remind me once again why it is that I dont just leave?',12,0,100,0,0,0,22241,0,'Ranger Valanna - Out of combat'),
|
|
(16219,0,2,'Uh huh. Whatever you say.',12,0,100,0,0,0,22238,0,'Ranger Valanna - Out of combat'),
|
|
(16219,0,3,'Idiot.',12,0,100,0,0,0,22239,0,'Ranger Valanna - Out of combat'),
|
|
(16219,0,4,'Would you please shut up?!',12,0,100,0,0,0,22240,0,'Ranger Valanna - Out of combat'),
|
|
(16219,0,5,'With all due respect, sir, stick it!',12,0,100,0,0,0,22243,0,'Ranger Valanna - Out of combat'),
|
|
(16220,0,0,'Lilatha, get someone to look at those injuries. Thank you for bringing her back safely.',12,1,100,0,0,0,12193,0,'lilatha CAPTAIN_ANSWER'),
|
|
(16222,0,0,'Glory to the Sun K-- ah... Silvermoon!',12,1,100,0,0,0,14807,0,'Silvermoon City Guardian'),
|
|
(16222,1,0,'Our lives are yours, Blood Knight.',12,1,100,0,0,0,14791,0,'Silvermoon City Guardian'),
|
|
(16222,2,0,'Even the Light is no match for the indomitable will of our people.',12,1,100,0,0,0,14793,0,'Silvermoon City Guardian'),
|
|
(16222,3,0,'Your power strengthens us all.',12,1,100,0,0,0,14792,0,'Silvermoon City Guardian'),
|
|
(16227,0,0,'Guards!',14,6,100,0,0,0,4583,0,'Skymistress Gloaming'),
|
|
(16231,0,0,'%s nods her head yes at what her advisor has to say.',16,0,100,273,0,0,13362,0,'Dame Auriferous'),
|
|
(16231,0,1,'%s disagrees with whatever it is that Valwyn has whispered to her.',16,0,100,274,0,0,13363,0,'Dame Auriferous'),
|
|
(16231,0,2,'%s seems nonplussed by whatever it is that her advisor has whispered in her ear.',16,0,100,6,0,0,13365,0,'Dame Auriferous'),
|
|
(16231,1,0,'Executor, your direct assault approach will cost us more lives than I am comfortable with. A more nuanced strategy is called for; one that involves us reclaiming the surrounding territory, starting with the villages so as to cut off all points of reinforcement to Deatholme.',12,1,100,0,0,0,12552,0,'Dame Auriferous'),
|
|
(16231,2,0,'I hear what you are saying, Mavren. Nevertheless, the final decision is mine. I appreciate your assistance, but the majority of the lives on the line are blood elf. I will not have those lives carelessly thrown away!',12,1,100,0,0,0,12571,0,'Dame Auriferous'),
|
|
(16231,3,0,'How long until Forsaken reinforcements arrive? Our position here is tenuous. Your Lady promised us more soldiers. We must be able to concentrate solely on Deatholme and the Scourge!',12,1,100,0,0,0,12557,0,'Dame Auriferous'),
|
|
(16231,4,0,'Mavren, I don\'t want excuses, I want results! The Farstriders aren\'t available and we\'ve received all that we\'re going to get from Silvermoon for now. I cannot ignore the Shadowpine trolls and Zul\'Aman... they\'re arrayed across our eastern border!',12,1,100,0,0,0,12572,0,'Dame Auriferous'),
|
|
(16231,5,0,'No, I was right to begin with. Deatholme must come last. We must secure all of the Ghostlands first. I will not commit the forces here to a battle against Dar\'khan with enemies to our flank and rear!',12,1,100,0,0,0,12562,0,'Dame Auriferous'),
|
|
(16231,6,0,'Disagree with me all you like, High Executor. I will weigh your counsel, and then we will take the steps to free all of Quel\'Thalas as I deem necessary. We shall continue this discussion anon.',12,1,100,0,0,0,12573,0,'Dame Auriferous'),
|
|
(16237,0,0,'Look out... the night elves are back!',12,0,100,0,0,0,12115,0,'Quest Deliver the Plans to An\'telas completion'),
|
|
(16240,0,0,'Calm yourself, Idonis. Brash actions will get us nowhere! Take a break, tap into some mana crystals. You\'ll feel better.',12,0,100,1,0,0,12595,0,'Arcanist Janeda'),
|
|
(16240,0,1,'He\'s got his reasons, Idonis. He thinks the Farstriders have uncovered something.',12,0,100,1,0,0,12596,0,'Arcanist Janeda'),
|
|
(16240,0,2,'We must remain focused on our work. Once the sanctum starts producing at full capacity, Silvermoon will be forced to send help. Functioning arcane sanctums are in short supply.',12,0,100,1,0,0,12597,0,'Arcanist Janeda'),
|
|
(16244,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Infectious Ghoul'),
|
|
(16251,0,0,'%s nods in agreement.',16,0,100,0,0,0,12582,0,'Deathstalker Maltendis'),
|
|
(16251,0,1,'%s opens his mouth as if to add something, and then apparently thinks the better of it.',16,0,100,0,0,0,12583,0,'Deathstalker Maltendis'),
|
|
(16251,0,2,'%s looks over at Advisor Valwyn with a smirk on his face.',16,0,100,0,0,0,12584,0,'Deathstalker Maltendis'),
|
|
(16251,0,3,'%s grins at the High Executor\'s words.',16,0,100,0,0,0,12585,0,'Deathstalker Maltendis'),
|
|
(16251,0,4,'%s appears bored with the whole discussion.',16,0,100,0,0,0,12586,0,'Deathstalker Maltendis'),
|
|
(16251,0,5,'%s winks slyly at Advisor Valwyn.',16,0,100,0,0,0,12587,0,'Deathstalker Maltendis'),
|
|
(16251,0,6,'%s fidgets with his armor, clearly uncomfortable at the tone of the discussion.',16,0,100,0,0,0,12588,0,'Deathstalker Maltendis'),
|
|
(16251,0,7,'%s looks like he\'d rather be anywhere else but here.',16,0,100,0,0,0,12589,0,'Deathstalker Maltendis'),
|
|
(16251,1,0,'%s turns to Advisor Valwyn and winks lasciviously in her direction.',16,0,100,2,0,0,13366,0,'Deathstalker Maltendis'),
|
|
(16252,0,0,'With all due respect, milady, you have not fought the Scourge as I have. The Lady appointed me to assist you in defeating Dar\'khan because of that, and you would do well to consider what I have to say.',12,1,100,0,0,0,12553,0,'High Executor Mavren'),
|
|
(16252,0,1,'I strongly disagree. Dar\'khan is not going to get reinforcements because he\'ll be bottlenecked. Deatholme has only one way in and out. Your traitor was a fool to corner himself there, and I intend to exploit that weakness!',12,1,100,0,0,0,12554,0,'High Executor Mavren'),
|
|
(16252,0,2,'This is war, Dame Auriferous, and in any war lives will be lost! The only areas that we need to secure are the two ziggurats. We will turtle in and take the Tower of the Damned and its master by brute force. Then you will have your Quel\'Thalas.',12,1,100,0,0,0,12555,0,'High Executor Mavren'),
|
|
(16252,0,3,'And if your Farstriders were here to reinforce us, I might agree. But, they are busying themselves instead with the Shadowpine trolls on your eastern border. The longer we wait for them, the stronger the Scourge will become.',12,1,100,0,0,0,12556,0,'High Executor Mavren'),
|
|
(16252,1,0,'I believe that you\'re making my argument for me, but yes it would be nice if we had more reinforcements. I would counter that it would be faster to pull the Farstriders from their senseless skirmishing with the trolls.',12,1,100,0,0,0,12558,0,'High Executor Mavren'),
|
|
(16252,1,1,'Dame Auriferous, we are the reinforcements. It may come to pass that The Lady will send more men in time. Better that you convince Silvermoon City to muster all of its forces and put them at our disposal here.',12,1,100,0,0,0,12559,0,'High Executor Mavren'),
|
|
(16252,1,2,'You are correct; we must concentrate on the Scourge. Ignore the trolls and the villages, and focus our attentions on Deatholme! With Dar\'khan defeated you will find that the rest of the Scourge \'body\' will fall quickly, lacking their \'head\'.',12,1,100,0,0,0,12560,0,'High Executor Mavren'),
|
|
(16252,1,3,'Forsaken reinforcements? Undercity is stretched thin with the Scourge on all sides. No, this will be a matter largely dealt with by the blood elves. We Forsaken are here as backup and advisors.',12,1,100,0,0,0,12561,0,'High Executor Mavren'),
|
|
(16252,2,0,'Again I strongly disagree with your view of the strategic situation. Your plan will spread our forces too thin. It will leave us with only a small force to assault Deatholme. I cannot in good conscience execute such a strategy.',12,1,100,0,0,0,12567,0,'High Executor Mavren'),
|
|
(16252,2,1,'Spread throughout the Ghostlands, our forces will be of little use in an assault on Deatholme. No, milady, I am here to kill Dar\'khan and that is what I intend to do!',12,1,100,0,0,0,12568,0,'High Executor Mavren'),
|
|
(16252,2,2,'We\'ve been over this before. Only a focused assault upon Deatholme will meet with success. These other targets are distractions that we can ill afford. I suggest that you inform your Captain Helios that he is to leave off his campaign against the Shadowpine trolls and focus solely on the Scourge.',12,1,100,0,0,0,12569,0,'High Executor Mavren'),
|
|
(16252,2,3,'Perhaps we should let the matter rest for the time being until your chef has prepared your meal? You look a bit piqued if you don\'t mind my saying. We can resume our discussion when you are feeling more yourself.',12,1,100,0,0,0,12570,0,'High Executor Mavren'),
|
|
(16256,0,0,'Ok, you had the fish platter, Commander. Enjoy!',12,0,100,1,0,0,12132,0,'Jessica Chambers'),
|
|
(16256,1,0,'Father, you had the bowl of fruit? Right?',12,0,100,6,0,0,12133,0,'Jessica Chambers'),
|
|
(16256,2,0,'And for the ladies, roast baby boar. Enjoy!',12,0,100,1,0,0,12134,0,'Jessica Chambers'),
|
|
(16256,3,0,'Please let me know if you need anything else!',12,0,100,1,0,0,12135,0,'Jessica Chambers'),
|
|
(16263,0,0,'Why do we ally with filthy stinking trolls? The only good troll is a dead troll.',12,0,100,1,0,0,12787,0,'Paelarin'),
|
|
(16263,0,1,'Does anyone need supplies to hunt down the trolls? Any troll will do.',12,0,100,1,0,0,12786,0,'Paelarin'),
|
|
(16287,0,0,'That could have gone better. $n, come here, please. I have something I need you to take care of for me.',15,0,100,0,0,0,12157,0,'Ambassador Sunsorrow SAY_SUNSORROW_WHISPER'),
|
|
(16289,0,0,'%s whispers something in the Dame\'s ear.',16,0,100,0,0,0,13361,0,'Advisor Valwyn'),
|
|
(16289,1,0,'%s looks appalled at the Executor\'s tone!',16,0,100,0,0,0,12574,0,'Advisor Valwyn'),
|
|
(16289,1,1,'%s tries to busy herself with other matters.',16,0,100,0,0,0,12575,0,'Advisor Valwyn'),
|
|
(16289,1,2,'%s glares daggers in the direction of High Executor Mavren and Deathstalker Maltendis.',16,0,100,0,0,0,12576,0,'Advisor Valwyn'),
|
|
(16289,1,3,'%s lifts her nose and sniffs in response to the High Executor\'s reply.',16,0,100,0,0,0,12577,0,'Advisor Valwyn'),
|
|
(16289,1,4,'%s shakes her head in disbelief at what she is hearing out of the Forsaken\'s mouth.',16,0,100,0,0,0,12578,0,'Advisor Valwyn'),
|
|
(16289,1,5,'%s blanches as much of the blood drains from her face.',16,0,100,0,0,0,12579,0,'Advisor Valwyn'),
|
|
(16289,1,6,'%s reddens furiously at what she is hearing in response to her lady\'s question.',16,0,100,0,0,0,12580,0,'Advisor Valwyn'),
|
|
(16289,1,7,'%s concentrates on the wall opposite her, clearly ignoring the looks of the Executor and his assistant.',16,0,100,0,0,0,12581,0,'Advisor Valwyn'),
|
|
(16289,2,0,'%s looks disgusted at the deathstalker\'s flirtations.',16,0,100,274,0,0,13367,0,'Advisor Valwyn'),
|
|
(16295,0,0,'Let\'s go.',12,0,100,0,0,0,15894,0,'lilatha SAY_START'),
|
|
(16295,1,0,'$n, let\'s use the antechamber to the right.',12,1,100,0,0,0,12187,0,'lilatha SAY_PROGRESS1'),
|
|
(16295,2,0,'I can see the light at the end of the tunnel!',12,1,100,0,0,0,12188,0,'lilatha SAY_PROGRESS2'),
|
|
(16295,3,0,'There\'s Farstrider Enclave now, $c. Not far to go... look out! Troll ambush!!',12,1,100,0,0,0,12189,0,'lilatha SAY_PROGRESS3'),
|
|
(16295,4,0,'Thank you for saving my life and bringing me back to safety, $n!',12,1,100,0,0,0,12191,0,'lilatha SAY_END1'),
|
|
(16295,5,0,'Captain Helios, I\'ve been rescued from the Amani Catacombs. Reporting for duty, sir!',12,1,100,0,0,0,12190,0,'lilatha SAY_END2'),
|
|
(16309,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Gangled Cannibal'),
|
|
(16325,0,0,'%s shimmers and becomes intangible!',16,0,100,0,0,0,0,0,'Quel\'dorei Ghost, removed BroadcastTextId 12690 (more info in PR#19542)'),
|
|
(16326,0,0,'%s shimmers and becomes intangible!',16,0,100,0,0,0,0,0,'Quel\'dorei Wraith, removed BroadcastTextId 12690 (more info in PR#19542)'),
|
|
(16328,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Vengeful Apparition'),
|
|
(16329,0,0,'Death is the price you shall pay for this insolence!',12,0,100,0,0,0,12223,0,'Dar\'Khan Drathir'),
|
|
(16329,0,1,'Mortal fools! The ghouls of Deatholme will feast on your remains!',12,0,100,0,0,0,12224,0,'Dar\'Khan Drathir'),
|
|
(16329,0,2,'Your deaths shall be slow and painful!',12,0,100,0,0,0,12225,0,'Dar\'Khan Drathir'),
|
|
(16333,0,0,'%s attempts to run away in fear!',16,0,100,0,0,0,1150,0,'Sentinel Infiltrator flee emote'),
|
|
(16364,0,0,'%s releases the last of its energies into the nearby runestone, successfully reactivating it.',16,0,100,0,0,0,12272,0,'Infused Crystal'),
|
|
(16389,0,0,'You are not welcome here!',12,0,100,0,0,0,13774,0,'Spectral Apprentice - On Aggro'),
|
|
(16389,0,1,'You, hold there!',12,0,100,0,0,0,13798,0,'Spectral Apprentice - On Aggro'),
|
|
(16389,1,0,'I am lost...',12,0,100,0,0,0,13801,0,'Spectral Apprentice - On Death'),
|
|
(16389,1,1,'Why...?',12,0,100,0,0,0,13802,0,'Spectral Apprentice - On Death'),
|
|
(16394,0,0,'What? This not Naxxramas! We not like this place... destroy!',14,0,0,0,0,0,12329,0,'Pallid Horror Random 1'),
|
|
(16394,0,1,'Raaarrrrggghhh! We come for you!',14,0,0,0,0,0,12327,0,'Pallid Horror Random 2'),
|
|
(16394,0,2,'Kel\'Thuzad say to tell you... DIE!',14,0,0,0,0,0,12326,0,'Pallid Horror Random 3'),
|
|
(16394,0,3,'Why you run away? We make your corpse into Scourge.',14,0,0,0,0,0,12342,0,'Pallid Horror Random 4'),
|
|
(16394,0,4,'No worry, we find you.',14,0,0,0,0,0,12343,0,'Pallid Horror Random 5'),
|
|
(16394,0,5,'You spare parts! We make more Scourge in necropolis.',14,0,0,0,0,0,12330,0,'Pallid Horror Random 6'),
|
|
(16394,0,6,'Hahaha, your guards no match for Scourge!',14,0,0,0,0,0,12328,0,'Pallid Horror Random 7'),
|
|
(16394,0,7,'We come destroy puny ones!',14,0,0,0,0,0,12325,0,'Pallid Horror Random 8'),
|
|
(16406,0,0,'What is happening?',12,0,100,0,0,0,13848,0,'Phantom Attendant'),
|
|
(16406,0,1,'Where am I? What--',12,0,100,0,0,0,13847,0,'Phantom Attendant'),
|
|
(16406,0,2,'I mustn\'t be afraid....',12,0,100,0,0,0,13849,0,'Phantom Attendant - On Death'),
|
|
(16406,1,0,'You\'ll ruin everything!',12,0,100,0,0,0,13844,0,'Phantom Attendant - On Aggro'),
|
|
(16406,1,1,'Off with you!',12,0,100,0,0,0,13845,0,'Phantom Attendant - On Aggro'),
|
|
(16406,1,2,'We do not wish to be disturbed!',12,0,100,0,0,0,13846,0,'Phantom Attendant - On Aggro'),
|
|
(16407,0,0,'No!',12,0,100,0,0,0,35155,0,'Spectral Servant - On Death Say'),
|
|
(16407,0,1,'I am finished!',12,0,100,0,0,0,13823,0,'Spectral Servant - On Death Say'),
|
|
(16407,0,2,'The master... will be angry....',12,0,100,0,0,0,13825,0,'Spectral Servant - On Death Say'),
|
|
(16407,1,0,'What is this?',12,0,100,0,0,0,13820,0,'Spectral Servant - On Aggro'),
|
|
(16407,1,1,'Invaders in the tower!',12,0,100,0,0,0,13821,0,'Spectral Servant - On Aggro'),
|
|
(16407,1,2,'Stop them!',12,0,100,0,0,0,13822,0,'Spectral Servant - On Aggro'),
|
|
(16407,2,0,'If we dawdle much longer, there\'ll be hell to pay!',12,0,100,0,0,0,13826,0,'Spectral Servant - Out of Combat'),
|
|
(16407,2,1,'The rest are fine without us.',12,0,100,0,0,0,13827,0,'Spectral Servant - Out of Combat'),
|
|
(16407,2,2,'They\'ll never know we\'re missing.',12,0,100,0,0,0,13828,0,'Spectral Servant - Out of Combat'),
|
|
(16407,3,0,'Gladly.',12,0,100,0,0,0,13244,0,'Spectral Servant - Service'),
|
|
(16407,3,1,'I\'ll check on that right away.',12,0,100,0,0,0,13246,0,'Spectral Servant - Service'),
|
|
(16407,3,2,'No sooner said than done, sir.',12,0,100,0,0,0,13245,0,'Spectral Servant - Service'),
|
|
(16407,3,3,'Without delay!',12,0,100,0,0,0,13296,0,'Spectral Servant - Service'),
|
|
(16407,3,4,'Of course, Sir.',12,0,100,0,0,0,13279,0,'Spectral Servant - Service'),
|
|
(16408,0,0,'The fates have turned against me!',12,0,100,0,0,0,13856,0,'Phantom Valet'),
|
|
(16408,0,1,'My time is done.',12,0,100,0,0,0,13857,0,'Phantom Valet - On Death'),
|
|
(16408,0,2,'No, not now! Not like this!',12,0,100,0,0,0,13858,0,'Phantom Valet - On Death'),
|
|
(16408,1,0,'Hey! Where do you think you are going, sneaking around like that?',12,0,100,0,0,0,13398,0,'Phantom Valet - On Aggro'),
|
|
(16408,1,1,'Excuse me, are you trying to sneak by without an invitation?',12,0,100,0,0,0,13399,0,'Phantom Valet - On Aggro'),
|
|
(16408,1,2,'Begone, outsider!',12,0,100,0,0,0,13851,0,'Phantom Valet - On Aggro'),
|
|
(16408,1,3,'You\'ll not ruin the celebration!',12,0,100,0,0,0,13852,0,'Phantom Valet - On Aggro'),
|
|
(16408,1,4,'We are besieged!',12,0,100,0,0,0,13853,0,'Phantom Valet - On Aggro'),
|
|
(16409,0,0,'Not... fair...',12,0,100,0,0,0,13841,0,'Phantom Guest'),
|
|
(16409,0,1,'It\'s not my time, not yet!',12,0,100,0,0,0,13842,0,'Phantom Guest - On Death'),
|
|
(16409,0,2,'All good things must come to an end.',12,0,100,0,0,0,13843,0,'Phantom Guest - On Death'),
|
|
(16409,1,0,'How dare you interfere?!',12,0,100,0,0,0,13838,0,'Phantom Guest - On Aggro'),
|
|
(16409,1,1,'You do not belong here!',12,0,100,0,0,0,13839,0,'Phantom Guest - On Aggro'),
|
|
(16409,1,2,'Leave us alone! Let us be!',12,0,100,0,0,0,13840,0,'Phantom Guest - On Aggro'),
|
|
(16409,1,3,'It\'s not my time, not yet!',12,0,100,0,0,0,13842,0,'Phantom Guest - On Death'),
|
|
(16409,2,0,'A feast fit for royalty!',12,0,100,0,0,0,13234,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,1,'Ahh, life is good.',12,0,100,0,0,0,13239,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,2,'And so then he says \"I was talking to the chicken!\"',12,0,100,1,0,0,13235,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,3,'Does anyone else remember how we got here? Is it just me...?',12,0,100,1,0,0,13237,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,4,'I\'ve never been so happy! I wish this night would never end!',12,0,100,1,0,0,13240,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,6,'Where did I live before this? I used to know. At least I thought I did....',12,0,100,1,0,0,13238,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,7,'Perhaps later we should join the dance.',12,0,100,1,0,0,13337,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,8,'This all seems so familiar, like I\'ve been here before.',12,0,100,1,0,0,13336,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,9,'For the life of me I don\'t know why I\'m here, but I\'m having the best time!',12,0,100,1,0,0,13284,0,'Phantom Guest - Out of Combat'),
|
|
(16409,2,10,'That joke kills me!',12,0,100,1,0,0,13236,0,'Phantom Guest - Out of Combat'),
|
|
(16409,3,0,'Keep the drinks coming; it\'s going to be a long night!',12,0,100,5,0,0,13298,0,'Phantom Guest - Waiter'),
|
|
(16409,3,1,'Waiter, another ale!',12,0,100,0,0,0,13241,0,'Phantom Guest - Waiter'),
|
|
(16409,3,2,'Waiter, another bottle, and be quick!',12,0,100,0,0,0,13278,0,'Phantom Guest - Waiter'),
|
|
(16409,3,3,'Waiter, more wine!',12,0,100,0,0,0,13242,0,'Phantom Guest - Waiter'),
|
|
(16409,3,4,'Waiter, where is my hasenpfeffer?',12,0,100,0,0,0,13243,0,'Phantom Guest - Waiter'),
|
|
(16409,3,5,'More food! More wine!',12,0,100,0,0,0,13293,0,'Phantom Guest - Waiter'),
|
|
(16409,4,0,'I believe I\'ll try the merlot this time.',12,0,100,1,0,0,13294,0,'Phantom Guest - Table'),
|
|
(16409,4,1,'I\'m positively stuffed; I can\'t eat another bite! Well, perhaps just one more...',12,0,100,1,0,0,13229,0,'Phantom Guest - Table'),
|
|
(16409,4,3,'A feast fit for royalty!',12,0,100,1,0,0,13234,0,'Phantom Guest - Table'),
|
|
(16409,4,4,'Ahh, life is good.',12,0,100,1,0,0,13239,0,'Phantom Guest - Table'),
|
|
(16409,4,6,'Does anyone else remember how we got here? Is it just me...?',12,0,100,1,0,0,13237,0,'Phantom Guest - Table'),
|
|
(16409,4,7,'I\'ve never been so happy! I wish this night would never end!',12,0,100,1,0,0,13240,0,'Phantom Guest - Table'),
|
|
(16409,4,9,'Where did I live before this? I used to know. At least I thought I did....',12,0,100,1,0,0,13238,0,'Phantom Guest - Table'),
|
|
(16409,4,10,'Perhaps later we should join the dance.',12,0,100,1,0,0,13337,0,'Phantom Guest - Table'),
|
|
(16409,4,11,'This all seems so familiar, like I\'ve been here before.',12,0,100,1,0,0,13336,0,'Phantom Guest - Table'),
|
|
(16409,4,12,'For the life of me I don\'t know why I\'m here, but I\'m having the best time!',12,0,100,1,0,0,13284,0,'Phantom Guest - Table'),
|
|
(16409,4,13,'That joke kills me!',12,0,100,1,0,0,13236,0,'Phantom Guest - Table'),
|
|
(16410,0,0,'You\'ll ruin everything!',12,0,100,0,0,0,13844,0,'Spectral Retainer - On Aggro'),
|
|
(16410,0,1,'Off with you!',12,0,100,0,0,0,13845,0,'Spectral Retainer - On Aggro'),
|
|
(16410,0,2,'We do not wish to be disturbed!',12,0,100,0,0,0,13846,0,'Spectral Retainer - On Aggro'),
|
|
(16410,1,0,'Where am I? What--',12,0,100,0,0,0,13847,0,'Spectral Retainer - On Death'),
|
|
(16410,1,1,'What is happening?',12,0,100,0,0,0,13848,0,'Spectral Retainer - On Death'),
|
|
(16410,1,2,'I mustn\'t be afraid....',12,0,100,0,0,0,13849,0,'Spectral Retainer - On Death'),
|
|
(16411,0,0,'I\'ll chop you into minced meat!',12,0,100,0,0,0,13861,0,'Spectral Chef - On Aggro'),
|
|
(16411,0,1,'I\'ll gut you like a fish!',12,0,100,0,0,0,13862,0,'Spectral Chef - On Aggro'),
|
|
(16411,0,2,'I\'ll carve the meat from your bones!',12,0,100,0,0,0,13863,0,'Spectral Chef - On Aggro'),
|
|
(16411,1,0,'I have served to the last....',12,0,100,0,0,0,13864,0,'Spectral Chef - On Death'),
|
|
(16411,1,1,'This isn\'t the end; it can\'t be!',12,0,100,0,0,0,13865,0,'Spectral Chef - On Death'),
|
|
(16411,1,2,'I tried, master. I tried.',12,0,100,0,0,0,13866,0,'Spectral Chef - On Death'),
|
|
(16412,0,0,'I\'ll chop you into minced meat!',12,0,100,0,0,0,13861,0,'Ghostly Baker - On Aggro'),
|
|
(16412,0,1,'I\'ll gut you like a fish!',12,0,100,0,0,0,13862,0,'Ghostly Baker - On Aggro'),
|
|
(16412,0,2,'I\'ll carve the meat from your bones!',12,0,100,0,0,0,13863,0,'Ghostly Baker - On Aggro'),
|
|
(16412,1,0,'I have served to the last....',12,0,100,0,0,0,13864,0,'Ghostly Baker - On Death'),
|
|
(16412,1,1,'This isn\'t the end; it can\'t be!',12,0,100,0,0,0,13865,0,'Ghostly Baker - On Death'),
|
|
(16412,1,2,'I tried, master. I tried.',12,0,100,0,0,0,13866,0,'Ghostly Baker - On Death'),
|
|
(16414,0,0,'That was a 200 year old Pupellyverbos Port!',12,0,100,0,0,0,13436,0,'Ghostly Steward'),
|
|
(16414,0,1,'That was wasted on the likes of you!',12,0,100,0,0,0,13437,0,'Ghostly Steward'),
|
|
(16414,0,2,'How dare you disturb the master\'s dinner!',12,0,100,0,0,0,13438,0,'Ghostly Steward'),
|
|
(16414,0,3,'How dare you spill the master\'s wine!',12,0,100,0,0,0,13435,0,'Ghostly Steward - On Death'),
|
|
(16414,1,0,'Impudent outsiders!',12,0,100,0,0,0,13876,0,'Ghostly Steward - On Aggro'),
|
|
(16414,1,1,'Meddling fools! You will pay with your lives!',12,0,100,0,0,0,13877,0,'Ghostly Steward - On Aggro'),
|
|
(16414,1,2,'You\'ll never make it out alive....',12,0,100,0,0,0,13879,0,'Ghostly Steward - On Aggro'),
|
|
(16414,2,0,'That was a 200 year old Pupellyverbos Port!',12,0,100,0,0,0,13436,0,'Ghostly Steward - Special'),
|
|
(16414,2,1,'That was wasted on the likes of you!',12,0,100,0,0,0,13437,0,'Ghostly Steward - Special'),
|
|
(16414,2,2,'How dare you spill the master\'s wine!',12,0,100,0,0,0,13435,0,'Ghostly Steward - Special'),
|
|
(16414,3,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Ghostly Steward - Frenzy'),
|
|
(16415,0,0,'Gladly.',12,0,100,0,0,0,13244,0,'Skeletal Waiter - Out of Combat'),
|
|
(16415,0,1,'I\'ll check on that right away.',12,0,100,0,0,0,13246,0,'Skeletal Waiter - Out of Combat'),
|
|
(16415,0,2,'No sooner said than done, sir.',12,0,100,0,0,0,13245,0,'Skeletal Waiter - Out of Combat'),
|
|
(16415,0,3,'Without delay!',12,0,100,0,0,0,13296,0,'Skeletal Waiter - Out of Combat'),
|
|
(16415,0,4,'Of course, Sir.',12,0,100,0,0,0,13279,0,'Skeletal Waiter - Out of Combat'),
|
|
(16424,0,0,'What is this?',12,0,100,0,0,0,13820,0,'Spectral Sentry - On Aggro'),
|
|
(16424,0,1,'Invaders in the tower!',12,0,100,0,0,0,13821,0,'Spectral Sentry - On Aggro'),
|
|
(16424,0,2,'Stop them!',12,0,100,0,0,0,13822,0,'Spectral Sentry - On Aggro'),
|
|
(16424,0,3,'Invaders in the tower!',12,0,100,0,0,0,13821,0,'Spectral Sentry - On Aggro'),
|
|
(16424,0,4,'Stop them!',12,0,100,0,0,0,13822,0,'Spectral Sentry - On Aggro'),
|
|
(16424,1,0,'You will be punished!',12,0,100,0,0,0,13835,0,'Spectral Sentry - On Death'),
|
|
(16424,1,1,'You... will... pay.',12,0,100,0,0,0,13836,0,'Spectral Sentry - On Death'),
|
|
(16424,1,2,'I have failed....',12,0,100,0,0,0,13834,0,'Spectral Sentry - On Death'),
|
|
(16425,0,0,'To arms!',12,0,100,0,0,0,13829,0,'Phantom Guardsman - On Aggro'),
|
|
(16425,0,1,'Protect the tower!',12,0,100,0,0,0,13830,0,'Phantom Guardsman - On Aggro'),
|
|
(16425,0,2,'Have at them!',12,0,100,0,0,0,13831,0,'Phantom Guardsman - On Aggro'),
|
|
(16425,0,3,'Invaders in the tower!',12,0,100,0,0,0,13821,0,'Phantom Guardsman - On Aggro'),
|
|
(16425,0,4,'Stop them!',12,0,100,0,0,0,13822,0,'Phantom Guardsman - On Aggro'),
|
|
(16425,1,0,'You will be punished!',12,0,100,0,0,0,13835,0,'Phantom Guardsman - On Death'),
|
|
(16425,1,1,'You... will... pay.',12,0,100,0,0,0,13836,0,'Phantom Guardsman - On Death'),
|
|
(16425,1,2,'I have failed....',12,0,100,0,0,0,13834,0,'Phantom Guardsman - On Death'),
|
|
(16440,0,0,'Renault...',12,0,100,0,0,0,12469,0,'mograine MOGRAINE_ONE'),
|
|
(16440,1,0,'Did you think that your betrayal would be forgotten? Lost in the carefully planned cover up of my death? Blood of my blood, the blade felt your cruelty long after my heart had stopped beating. And in death, I knew what you had done. But now, the chains of Kel\'thuzad hold me no more. I come to serve justice. I AM ASHBRINGER.',12,0,100,0,0,0,0,0,'mograine MOGRAINE_TWO'),
|
|
(16440,2,0,'You are forgiven...',12,0,100,0,0,0,12473,0,'mograine MOGRAINE_THREE'),
|
|
(16441,0,0,'%s flees after seeing Kel\'Thuzad fall!',16,0,100,0,0,0,12391,3,'Guardian of Icecrown EMOTE_FLEE'),
|
|
(16441,1,0,'A Guardian of Icecrown enters the fight!',41,0,100,0,0,0,32804,3,'Guardian of Icecrown EMOTE_APPEAR'),
|
|
(16447,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Plagued Ghoul'),
|
|
(16457,0,0,'Your behavior will not be tolerated.',14,0,100,0,0,9204,15079,0,'maiden SAY_AGGRO'),
|
|
(16457,1,0,'Ah ah ah...',14,0,100,0,0,9207,15082,0,'maiden SAY_SLAY1'),
|
|
(16457,1,1,'This is for the best.',14,0,100,0,0,9312,15084,0,'maiden SAY_SLAY2'),
|
|
(16457,1,2,'Impure thoughts lead to profane actions.',14,0,100,0,0,9311,15083,0,'maiden SAY_SLAY3'),
|
|
(16457,2,0,'Cast out your corrupt thoughts.',14,0,100,0,0,9313,15080,0,'maiden SAY_REPENTANCE1'),
|
|
(16457,2,1,'Your impurity must be cleansed.',14,0,100,0,0,9208,13396,0,'maiden SAY_REPENTANCE2'),
|
|
(16457,3,0,'Death comes. Will your conscience be clear?',14,0,100,0,0,9206,15081,0,'maiden SAY_DEATH'),
|
|
(16459,0,0,'So I said, \"Yeah, but that\'ll cost you extra.\"',12,0,100,0,0,0,13883,0,'Wanton Hostess - Out of Combat'),
|
|
(16459,0,1,'Five seconds. I\'m not kidding!',12,0,100,0,0,0,13884,0,'Wanton Hostess - Out of Combat'),
|
|
(16459,0,2,'He asked if the imp could join in--can you believe it? Actually, it wasn\'t half bad....',12,0,100,0,0,0,13885,0,'Wanton Hostess - Out of Combat'),
|
|
(16459,0,3,'They fall asleep after. Me, I fall asleep during....',12,0,100,0,0,0,13886,0,'Wanton Hostess - Out of Combat'),
|
|
(16459,1,0,'Come play with me!',12,0,100,0,0,0,13880,0,'Wanton Hostess - On Aggro'),
|
|
(16459,1,1,'You WILL be mine.',12,0,100,0,0,0,13881,0,'Wanton Hostess - On Aggro'),
|
|
(16459,1,2,'Come here, pretty. You have what I need!',12,0,100,0,0,0,13882,0,'Wanton Hostess - On Aggro'),
|
|
(16459,2,0,'It was fun while it lasted....',12,0,100,0,0,0,13889,0,'Wanton Hostess - On Death'),
|
|
(16459,2,1,'<sigh> It\'s always over too soon.',12,0,100,0,0,0,13890,0,'Wanton Hostess - On Death'),
|
|
(16459,2,2,'Just when things were getting interesting.',12,0,100,0,0,0,13897,0,'Wanton Hostess - On Death'),
|
|
(16459,2,3,'We could have had so much fun!',12,0,100,0,0,0,13898,0,'Wanton Hostess - On Death'),
|
|
(16459,3,0,'Come any closer, and I\'ll scream.',12,0,100,0,0,0,13887,0,'Wanton Hostess - On Transform'),
|
|
(16459,3,1,'I want to show you a different side of me....',12,0,100,0,0,0,13888,0,'Wanton Hostess - On Transform'),
|
|
(16459,3,2,'I want you to be with me... forever and ever.',12,0,100,0,0,0,13891,0,'Wanton Hostess - On Transform'),
|
|
(16459,3,3,'Shhh... I have a little secret I\'ve been keeping.\n',12,0,100,0,0,0,13892,0,'Wanton Hostess - On Transform'),
|
|
(16459,3,4,'I\'ve been very, very naughty....',12,0,100,0,0,0,13895,0,'Wanton Hostess - On Transform'),
|
|
(16459,3,5,'Enough foreplay. Let\'s get down to business.',12,0,100,0,0,0,13896,0,'Wanton Hostess - On Transform'),
|
|
(16460,0,0,'He asked if the imp could join in--can you believe it? Actually, it wasn\'t half bad....',12,0,100,1,0,0,13885,0,'Night Mistress'),
|
|
(16460,0,1,'So I said, \"Yeah, but that\'ll cost you extra.\"',12,0,100,1,0,0,13883,0,'Night Mistress'),
|
|
(16460,0,2,'Five seconds. I\'m not kidding!',12,0,100,1,0,0,13884,0,'Night Mistress'),
|
|
(16460,0,3,'They fall asleep after. Me, I fall asleep during....',12,0,100,0,0,0,13886,0,'Night Mistress - Out of Combat'),
|
|
(16460,1,0,'Come play with me!',12,0,100,0,0,0,13880,0,'Night Mistress - On Aggro'),
|
|
(16460,1,1,'You WILL be mine.',12,0,100,0,0,0,13881,0,'Night Mistress - On Aggro'),
|
|
(16460,1,2,'Come here, pretty. You have what I need!',12,0,100,0,0,0,13882,0,'Night Mistress - On Aggro'),
|
|
(16460,2,0,'It was fun while it lasted....',12,0,100,0,0,0,13889,0,'Night Mistress - On Death'),
|
|
(16460,2,1,'<sigh> It\'s always over too soon.',12,0,100,0,0,0,13890,0,'Night Mistress - On Death'),
|
|
(16460,2,2,'Just when things were getting interesting.',12,0,100,0,0,0,13897,0,'Night Mistress - On Death'),
|
|
(16460,2,3,'We could have had so much fun!',12,0,100,0,0,0,13898,0,'Night Mistress - On Death'),
|
|
(16460,3,0,'Come any closer, and I\'ll scream.',12,0,100,0,0,0,13887,0,'Night Mistress - On Transform'),
|
|
(16460,3,1,'I want to show you a different side of me....',12,0,100,0,0,0,13888,0,'Night Mistress - On Transform'),
|
|
(16460,3,2,'I want you to be with me... forever and ever.',12,0,100,0,0,0,13891,0,'Night Mistress - On Transform'),
|
|
(16460,3,3,'Shhh... I have a little secret I\'ve been keeping.\n',12,0,100,0,0,0,13892,0,'Night Mistress - On Transform'),
|
|
(16460,3,4,'I\'ve been very, very naughty....',12,0,100,0,0,0,13895,0,'Night Mistress - On Transform'),
|
|
(16460,3,5,'Enough foreplay. Let\'s get down to business.',12,0,100,0,0,0,13896,0,'Night Mistress - On Transform'),
|
|
(16461,0,0,'So I said, \"Yeah, but that\'ll cost you extra.\"',12,0,100,0,0,0,13883,0,'Concubine - Out of Combat'),
|
|
(16461,0,1,'Five seconds. I\'m not kidding!',12,0,100,0,0,0,13884,0,'Concubine - Out of Combat'),
|
|
(16461,0,2,'He asked if the imp could join in--can you believe it? Actually, it wasn\'t half bad....',12,0,100,0,0,0,13885,0,'Concubine - Out of Combat'),
|
|
(16461,0,3,'They fall asleep after. Me, I fall asleep during....',12,0,100,0,0,0,13886,0,'Concubine - Out of Combat'),
|
|
(16461,1,0,'Come play with me!',12,0,100,0,0,0,13880,0,'Concubine - On Aggro'),
|
|
(16461,1,1,'You WILL be mine.',12,0,100,0,0,0,13881,0,'Concubine - On Aggro'),
|
|
(16461,1,2,'Come here, pretty. You have what I need!',12,0,100,0,0,0,13882,0,'Concubine - On Aggro'),
|
|
(16461,2,0,'It was fun while it lasted....',12,0,100,0,0,0,13889,0,'Concubine - On Death'),
|
|
(16461,2,1,'<sigh> It\'s always over too soon.',12,0,100,0,0,0,13890,0,'Concubine - On Death'),
|
|
(16461,2,2,'Just when things were getting interesting.',12,0,100,0,0,0,13897,0,'Concubine - On Death'),
|
|
(16461,2,3,'We could have had so much fun!',12,0,100,0,0,0,13898,0,'Concubine - On Death'),
|
|
(16461,3,0,'Come any closer, and I\'ll scream.',12,0,100,0,0,0,13887,0,'Concubine - On Transform'),
|
|
(16461,3,1,'I want to show you a different side of me....',12,0,100,0,0,0,13888,0,'Concubine - On Transform'),
|
|
(16461,3,2,'I want you to be with me... forever and ever.',12,0,100,0,0,0,13891,0,'Concubine - On Transform'),
|
|
(16461,3,3,'Shhh... I have a little secret I\'ve been keeping.\n',12,0,100,0,0,0,13892,0,'Concubine - On Transform'),
|
|
(16461,3,4,'I\'ve been very, very naughty....',12,0,100,0,0,0,13895,0,'Concubine - On Transform'),
|
|
(16461,3,5,'Enough foreplay. Let\'s get down to business.',12,0,100,0,0,0,13896,0,'Concubine - On Transform'),
|
|
(16464,0,0,'%s cackles maniacally as he combines the two mixtures in his hands.',16,0,100,0,0,0,13368,0,'Apothecary Venustus'),
|
|
(16464,1,0,'Drat! This bloodthistle extract doesn\'t seem to want to combine properly with my poison. I\'ll not be deterred - those trolls will be dealt with! Perhaps a different mixture?',12,0,100,5,0,0,13369,0,'Apothecary Venustus'),
|
|
(16468,0,0,'Yes, I think I remember now....',12,0,100,0,0,0,13919,0,'Spectral Patron'),
|
|
(16468,0,1,'I\'ll miss the show!',12,0,100,0,0,0,13918,0,'Spectral Patron'),
|
|
(16468,1,0,'You must not interfere!',12,0,100,0,0,0,13916,0,'Spectral Patron - On Aggro'),
|
|
(16468,1,1,'What are you doing? Be off!',12,0,100,0,0,0,13917,0,'Spectral Patron - On Aggro'),
|
|
(16470,0,0,'Is it really over?',12,0,100,0,0,0,13945,0,'Ghostly Philanthropist'),
|
|
(16470,0,1,'It\'s all... coming back to me....',12,0,100,0,0,0,13944,0,'Ghostly Philanthropist'),
|
|
(16470,1,0,'You were not invited!',12,0,100,0,0,0,13943,0,'Ghostly Philanthropist - On Aggro'),
|
|
(16470,1,1,'Your insolence will not be tolerated!',12,0,100,0,0,0,13942,0,'Ghostly Philanthropist - On Aggro'),
|
|
(16471,0,0,'Clear the area!',12,0,100,0,0,0,13920,0,'Skeletal Usher - On Aggro'),
|
|
(16471,0,1,'Where\'s your ticket?',12,0,100,0,0,0,13921,0,'Skeletal Usher - On Aggro'),
|
|
(16471,0,2,'The show is for guests only!',12,0,100,0,0,0,13922,0,'Skeletal Usher - On Aggro'),
|
|
(16471,0,3,'You should not have come here!',12,0,100,0,0,0,13923,0,'Skeletal Usher - On Aggro'),
|
|
(16471,0,4,'You\'ll be joining the other guests now....',12,0,100,0,0,0,13924,0,'Skeletal Usher - On Aggro'),
|
|
(16471,1,0,'You cannot stop us all!',12,0,100,0,0,0,13925,0,'Skeletal Usher - On Death'),
|
|
(16471,1,1,'Your death will soon follow....',12,0,100,0,0,0,13926,0,'Skeletal Usher - On Death'),
|
|
(16472,0,0,'You\'re not allowed here!',12,0,100,0,0,0,13928,0,'Phantom Stagehand - On Aggro'),
|
|
(16472,0,1,'You\'re not a guest!',12,0,100,0,0,0,13929,0,'Phantom Stagehand - On Aggro'),
|
|
(16472,1,0,'Am I released from my duties?',12,0,100,0,0,0,13930,0,'Phantom Stagehand - On Death'),
|
|
(16472,1,1,'At last, my work is done.',12,0,100,0,0,0,13931,0,'Phantom Stagehand - On Death'),
|
|
(16472,2,0,'How many set changes? Same as last time, I suppose.',12,0,100,0,0,0,13934,0,'Phantom Stagehand - Out of Combat'),
|
|
(16472,2,1,'Step lively; the master is counting on us!',12,0,100,0,0,0,13932,0,'Phantom Stagehand - Out of Combat'),
|
|
(16473,0,0,'I will not be upstaged by amateurs!',12,0,100,0,0,0,13938,0,'Spectral Performer - On Aggro'),
|
|
(16473,0,1,'The show must go on!',12,0,100,0,0,0,13939,0,'Spectral Performer - On Aggro'),
|
|
(16473,1,0,'It\'s so cold, so dark.... I\'m not overacting, am I?',12,0,100,0,0,0,13940,0,'Spectral Performer - On Death'),
|
|
(16473,1,1,'Make sure my name is spelled correctly on the tombst--',12,0,100,0,0,0,13941,0,'Spectral Performer - On Death'),
|
|
(16481,0,0,'Time to move on.',12,0,100,0,0,0,13949,0,'Ghastly Haunt'),
|
|
(16481,0,1,'Free... at last.',12,0,100,0,0,0,13948,0,'Ghastly Haunt'),
|
|
(16481,1,0,'You will find no reward here, only death!',12,0,100,0,0,0,13946,0,'Ghastly Haunt - On Aggro'),
|
|
(16481,1,1,'Visitors are forbidden!',12,0,100,0,0,0,13947,0,'Ghastly Haunt - On Aggro'),
|
|
(16482,0,0,'Time to move on.',12,0,100,0,0,0,13949,0,'Trapped Soul'),
|
|
(16482,0,1,'Free... at last.',12,0,100,0,0,0,13948,0,'Trapped Soul'),
|
|
(16482,1,0,'You will find no reward here, only death!',12,0,100,0,0,0,13946,0,'Trapped Soul - On Aggro'),
|
|
(16482,1,1,'Visitors are forbidden!',12,0,100,0,0,0,13947,0,'Trapped Soul - On Aggro'),
|
|
(16483,0,0,'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!',12,35,100,0,0,0,13408,0,'draenei survivor SAY_HEAL1'),
|
|
(16483,0,1,'Where am I? Who are you? Oh no! What happened to the ship?',12,35,100,0,0,0,13409,0,'draenei survivor SAY_HEAL2'),
|
|
(16483,0,2,'$C, you saved me! I owe you a debt that I can never repay. I\'ll go see if I can help the others.',12,35,100,0,0,0,12451,0,'draenei survivor SAY_HEAL3'),
|
|
(16483,0,3,'Ugh... what is this place? Is that all that\'s left of the ship over there?',12,35,100,0,0,0,13410,0,'draenei survivor SAY_HEAL4'),
|
|
(16483,1,0,'Oh, the pain...',12,35,100,0,0,0,13440,0,'draenei survivor SAY_HELP1'),
|
|
(16483,1,1,'Everything hurts. Please, make it stop...',12,35,100,0,0,0,13441,0,'draenei survivor SAY_HELP2'),
|
|
(16483,1,2,'Ughhh... I hurt. Can you help me?',12,35,100,0,0,0,13411,0,'draenei survivor SAY_HELP3'),
|
|
(16483,1,3,'I don\'t know if I can make it. Please help me...',12,35,100,0,0,0,13442,0,'draenei survivor SAY_HELP4'),
|
|
(16485,0,0,'The same fate awaits all who would steal from the master.',12,0,100,0,0,0,13954,0,'Arcane Watchman'),
|
|
(16485,0,1,'Death is far too merciful for your kind.',12,0,100,0,0,0,13955,0,'Arcane Watchman'),
|
|
(16485,0,2,'You will not make it out alive!',12,0,100,0,0,0,13956,0,'Arcane Watchman - On Aggro'),
|
|
(16485,0,3,'Halt at once!',12,0,100,0,0,0,13952,0,'Arcane Watchman - On Aggro'),
|
|
(16485,1,0,'This... changes nothing. Eternal damnation awaits you!\n',12,0,100,0,0,0,13958,0,'Arcane Watchman'),
|
|
(16485,1,1,'Others will take my place!',12,0,100,0,0,0,13957,0,'Arcane Watchman'),
|
|
(16485,2,0,'The same fate awaits all who would steal from the master.',12,0,100,0,0,0,13954,0,'Arcane Watchman - On Kill'),
|
|
(16485,2,1,'Death is far too merciful for your kind.',12,0,100,0,0,0,13955,0,'Arcane Watchman - On Kill'),
|
|
(16502,0,0,'Oh no! I\'m losing this one!',12,7,100,0,0,0,13113,0,'Zalduun'),
|
|
(16504,0,0,'Pillagers! Desecrators!',12,0,100,0,0,0,13953,0,'Arcane Protector - On Aggro'),
|
|
(16504,0,1,'Thieves! Stop them!',12,0,100,0,0,0,13951,0,'Arcane Protector - On Aggro'),
|
|
(16504,0,2,'You will not make it out alive!',12,0,100,0,0,0,13956,0,'Arcane Protector - On Aggro'),
|
|
(16504,0,3,'Halt at once!',12,0,100,0,0,0,13952,0,'Arcane Protector - On Aggro'),
|
|
(16504,1,0,'This... changes nothing. Eternal damnation awaits you!',12,0,100,0,0,0,0,0,'Arcane Protector - On Death'),
|
|
(16504,1,1,'Others will take my place!',12,0,100,0,0,0,13957,0,'Arcane Protector - On Death'),
|
|
(16504,2,0,'The same fate awaits all who would steal from the master.',12,0,100,0,0,0,13954,0,'Arcane Protector - On Kill'),
|
|
(16504,2,1,'Death is far too merciful for your kind.',12,0,100,0,0,0,13955,0,'Arcane Protector - On Kill'),
|
|
(16504,3,0,'Activating defense mode EL-2S.',12,0,100,0,0,0,13451,0,'Arcane Protector - Mode Spell'),
|
|
(16504,4,0,'Activating defense mode EL-5R.',12,0,100,0,0,0,13450,0,'Arcane Protector - Mode Range'),
|
|
(16504,5,0,'Activating defense mode EL-7M.',12,0,100,0,0,0,13449,0,'Arcane Protector - Mode Melee'),
|
|
(16507,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Sentry'),
|
|
(16507,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Sentry'),
|
|
(16507,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Sentry'),
|
|
(16507,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Sentry'),
|
|
(16507,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Sentry'),
|
|
(16507,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Sentry'),
|
|
(16507,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Sentry'),
|
|
(16514,0,0,'Tedon, go ahead and try the neutralizing agent on the mutated creature.',12,0,100,1,0,0,17938,0,'Botanist Taerix'),
|
|
(16518,0,0,'The %s seems overjoyed.',16,0,100,0,0,0,12516,0,'Inoculated Nestlewood Owlkin'),
|
|
(16518,0,1,'The %s seems disoriented.',16,0,100,0,0,0,12518,0,'Inoculated Nestlewood Owlkin'),
|
|
(16518,0,2,'The %s doesn\'t look like it minds the crystal\'s effects.',16,0,100,0,0,0,12520,0,'Inoculated Nestlewood Owlkin'),
|
|
(16518,0,3,'The %s didn\'t like what just happened.',16,0,100,0,0,0,12521,0,'Inoculated Nestlewood Owlkin'),
|
|
(16518,0,4,'The %s looks confused.',16,0,100,0,0,0,12517,0,'Inoculated Nestlewood Owlkin'),
|
|
(16518,0,5,'The %s nods appreciatively.',16,0,100,0,0,0,12514,0,'Inoculated Nestlewood Owlkin'),
|
|
(16521,0,0,'I hope you\'ve made your peace.',12,0,100,0,0,0,13428,0,'Blood Elf Scout'),
|
|
(16521,0,1,'We won\'t allow you to leave this valley!',12,0,100,0,0,0,13426,0,'Blood Elf Scout'),
|
|
(16521,0,2,'What a pity you survived the crash just to die here.',12,0,100,0,0,0,13427,0,'Blood Elf Scout'),
|
|
(16521,0,3,'None of you are to leave this valley alive.',12,0,100,0,0,0,13429,0,'Blood Elf Scout'),
|
|
(16522,0,0,'You\'ll not take me alive, scum!',12,0,100,0,0,0,12767,0,'Surveyor Candress'),
|
|
(16523,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Shattered Hand Savage'),
|
|
(16523,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Savage'),
|
|
(16523,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Savage'),
|
|
(16523,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Savage'),
|
|
(16523,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Savage'),
|
|
(16523,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Savage'),
|
|
(16523,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Savage'),
|
|
(16523,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Savage'),
|
|
(16524,0,0,'Please, no more! My son... he\'s gone mad!',14,0,100,0,0,9241,13529,0,'aran SAY_AGGRO1'),
|
|
(16524,0,1,'I\'ll not be tortured again!',14,0,100,0,0,9323,15353,0,'aran SAY_AGGRO2'),
|
|
(16524,0,2,'Who are you? What do you want? Stay away from me!',14,0,100,0,0,9324,13530,0,'aran SAY_AGGRO3'),
|
|
(16524,1,0,'I\'ll show you: this beaten dog still has some teeth!',14,0,100,0,0,9245,13519,0,'aran SAY_FLAMEWREATH1'),
|
|
(16524,1,1,'Burn, you hellish fiends!',14,0,100,0,0,9326,13520,0,'aran SAY_FLAMEWREATH2'),
|
|
(16524,2,0,'I\'ll freeze you all!',14,0,100,0,0,9246,13522,0,'aran SAY_BLIZZARD1'),
|
|
(16524,2,1,'Back to the cold dark with you!',14,7,100,0,0,9327,22914,0,'aran SAY_BLIZZARD2'),
|
|
(16524,3,0,'Yes, yes my son is quite powerful... but I have powers of my own!',14,0,100,0,0,9242,13517,0,'aran SAY_EXPLOSION1'),
|
|
(16524,3,1,'I am not some simple jester! I am Nielas Aran!',14,0,100,0,0,9325,13518,0,'aran SAY_EXPLOSION2'),
|
|
(16524,4,0,'Surely you wouldn\'t deny an old man a replenishing drink? No, no, I thought not.',14,0,100,0,0,9248,13514,0,'aran SAY_DRINK'),
|
|
(16524,5,0,'I\'m not finished yet! No, I have a few more tricks up my sleeve...',12,0,100,0,0,9251,13513,0,'aran SAY_ELEMENTALS'),
|
|
(16524,6,0,'I want this nightmare to be over!',14,0,100,0,0,9250,13526,0,'aran SAY_KILL1'),
|
|
(16524,6,1,'Torment me no more!',14,0,100,0,0,9328,13527,0,'aran SAY_KILL2'),
|
|
(16524,7,0,'You\'ve wasted enough of my time... let these games be finished!',14,0,100,0,0,9247,13569,0,'aran SAY_TIMEOVER'),
|
|
(16524,8,0,'At last the nightmare is over...',14,0,100,0,0,9244,15345,0,'aran SAY_DEATH'),
|
|
(16524,9,0,'Where did you get that? Did HE send you?',14,0,100,0,0,9249,13532,0,'aran SAY_ATIESH'),
|
|
(16524,10,0,'%s begins channelling his mana into a powerful arcane spell.',16,0,100,0,0,0,13515,3,'Shade of Aran EMOTE_ARCANE_EXPLOSION'),
|
|
(16534,0,0,'The %s nods appreciatively.',16,0,100,2,0,0,12514,0,'Inoculated Nestlewood Owlkin'),
|
|
(16534,0,1,'The %s looks confused.',16,0,100,6,0,0,12517,0,'Inoculated Nestlewood Owlkin'),
|
|
(16534,0,2,'The %s didn\'t like what just happened.',16,0,100,18,0,0,12521,0,'Inoculated Nestlewood Owlkin'),
|
|
(16534,0,3,'The %s seems overjoyed.',16,0,100,4,0,0,12516,0,'Inoculated Nestlewood Owlkin'),
|
|
(16534,0,4,'The %s doesn\'t look like it minds the crystal\'s effects.',16,0,100,22,0,0,12520,0,'Inoculated Nestlewood Owlkin'),
|
|
(16540,0,0,'No! We were here first!',12,0,100,0,0,0,13960,0,'Shadow Pillager - On Aggro'),
|
|
(16540,0,1,'The secrets of the library are ours and ours alone!',12,0,100,0,0,0,13961,0,'Shadow Pillager - On Aggro'),
|
|
(16540,0,2,'The secrets of this place are not for the likes of you!',12,0,100,0,0,0,0,0,'Shadow Pillager - On Aggro'),
|
|
(16540,1,0,'Turn back while you can.',12,0,100,0,0,0,13965,0,'Shadow Pillager - On Kill'),
|
|
(16540,1,1,'Amateurs! You are far beyond your depth!',12,0,100,0,0,0,13968,0,'Shadow Pillager - On Kill'),
|
|
(16540,1,2,'The tower is no place for the uninitiated!',12,0,100,0,0,0,13969,0,'Shadow Pillager - On Kill'),
|
|
(16540,2,0,'Beware... the upper reaches.',12,0,100,0,0,0,13964,0,'Shadow Pillager - On Death'),
|
|
(16540,2,1,'You will succeed only in damning yourselves!',12,0,100,0,0,0,13972,0,'Shadow Pillager - On Death'),
|
|
(16544,0,0,'Turn back while you can.',12,0,100,0,0,0,13965,0,'Ethereal Thief'),
|
|
(16544,0,1,'The secrets of the library are ours and ours alone!',12,0,100,0,0,0,13961,0,'Ethereal Thief - On Aggro'),
|
|
(16544,0,2,'The secrets of this place are not for the likes of you!',12,0,100,0,0,0,0,0,'Ethereal Thief - On Aggro'),
|
|
(16544,1,0,'You will succeed only in damning yourselves!',12,0,100,0,0,0,13972,0,'Ethereal Thief'),
|
|
(16544,1,1,'Amateurs! You are far beyond your depth!',12,0,100,0,0,0,13968,0,'Ethereal Thief - On Kill'),
|
|
(16544,1,2,'The tower is no place for the uninitiated!',12,0,100,0,0,0,13969,0,'Ethereal Thief - On Kill'),
|
|
(16544,2,0,'Beware... the upper reaches.',12,0,100,0,0,0,13964,0,'Ethereal Thief - On Death'),
|
|
(16544,2,1,'You will succeed only in damning yourselves!',12,0,100,0,0,0,13972,0,'Ethereal Thief - On Death'),
|
|
(16545,0,0,'No! We were here first!',12,0,100,0,0,0,13960,0,'Ethereal Spellfilcher - On Aggro'),
|
|
(16545,0,1,'The secrets of the library are ours and ours alone!',12,0,100,0,0,0,13961,0,'Ethereal Spellfilcher - On Aggro'),
|
|
(16545,0,2,'The secrets of this place are not for the likes of you!',12,0,100,0,0,0,0,0,'Ethereal Spellfilcher - On Aggro'),
|
|
(16545,1,0,'Turn back while you can.',12,0,100,0,0,0,13965,0,'Ethereal Spellfilcher - On Kill'),
|
|
(16545,1,1,'Amateurs! You are far beyond your depth!',12,0,100,0,0,0,13968,0,'Ethereal Spellfilcher - On Kill'),
|
|
(16545,1,2,'The tower is no place for the uninitiated!',12,0,100,0,0,0,13969,0,'Ethereal Spellfilcher - On Kill'),
|
|
(16545,2,0,'Beware... the upper reaches.',12,0,100,0,0,0,13964,0,'Ethereal Spellfilcher - On Death'),
|
|
(16545,2,1,'You will succeed only in damning yourselves!',12,0,100,0,0,0,13972,0,'Ethereal Spellfilcher - On Death'),
|
|
(16550,0,0,'By the seven Ata\'mal crystals! Others have survived the crash! Zhanaa, is that you? It is so good to see you again!',12,7,100,0,0,0,12845,0,'Image of Technician Dyvuun'),
|
|
(16550,1,0,'And who do we have here? No doubt th... crzzzk ...ade this communication possible? I give you greetings fro... psshzzzk... Azure Watch.',12,7,100,0,0,0,12752,0,'Image of Technician Dyvuun'),
|
|
(16550,2,0,'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...',12,7,100,0,0,0,12753,0,'Image of Technician Dyvuun'),
|
|
(16551,0,0,'Yes, Zhanna, it\'s me! Your signal is weak.',12,0,100,0,0,0,13687,0,'Technician Dyvuun'),
|
|
(16551,1,0,'Zhanna! Gah, I have to get this thing fixed!',12,0,100,0,0,0,13692,0,'Technician Dyvuun'),
|
|
(16573,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,3,'Crypt Guard EMOTE_FRENZY'),
|
|
(16573,1,0,'A Crypt Guard joins the fight!',41,0,100,0,0,0,29887,3,'Crypt Guard EMOTE_SPAWN'),
|
|
(16573,2,0,'Corpse Scarabs appear from a Crypt Guard\'s corpse!',41,0,100,0,0,0,32796,3,'Crypt Guard EMOTE_SCARAB'),
|
|
(16577,0,0,'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.',12,1,100,5,0,0,12698,0,'Martik Tor\'seldoi'),
|
|
(16577,1,0,'In paradise, you merely reach out and take from the Nether.',12,1,100,1,0,0,12703,0,'Martik Tor\'seldoi'),
|
|
(16577,2,0,'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.',12,1,100,5,0,0,12706,0,'Martik Tor\'seldoi'),
|
|
(16578,0,0,'Tell us more, Martik. What is it? What does it feel like?',12,1,100,1,0,0,12700,0,'Blood Elf Pilgrim'),
|
|
(16578,1,0,'But how?',12,1,100,6,0,0,12704,0,'Blood Elf Pilgrim'),
|
|
(16578,2,0,'%s gasps.',16,1,100,0,0,0,12707,0,'Blood Elf Pilgrim'),
|
|
(16580,0,0,'I say we fire it. Cut the rope.',12,1,100,1,0,0,16981,0,'Thrallmar Grunt'),
|
|
(16580,1,0,'You cut the rope. You have the knife.',12,1,100,1,0,0,16983,0,'Thrallmar Grunt'),
|
|
(16580,2,0,'Harumph! Coward.',12,1,100,1,0,0,16982,0,'Thrallmar Grunt'),
|
|
(16580,3,0,'You know, I think we can hit Honor Hold from here.',12,1,100,1,0,0,16986,0,'Thrallmar Grunt'),
|
|
(16580,4,0,'If General Krakork found out, he\'d eat us alive. Don\'t.',12,1,100,1,0,0,16988,0,'Thrallmar Grunt'),
|
|
(16580,5,0,'Ah! We can tell him Hagash stumbled into it and fired it accidentally!',12,1,100,1,0,0,16987,0,'Thrallmar Grunt'),
|
|
(16580,7,0,'%s sighs.',16,0,100,0,0,0,16989,0,'Thrallmar Grunt'),
|
|
(16584,0,0,'I\'ve seen gnomes work harder than you, peon! Little girl gnomes - with pig tails! MOVE IT, MOVE IT, MOVE IT!',12,1,100,5,0,0,12551,0,'Watch Commander Krunk'),
|
|
(16585,0,0,'Yer slop is ready. Come n\' get it...',12,1,100,0,0,0,12531,0,'Cookie One-Eye'),
|
|
(16585,1,0,'And if I hear that you palookas complained to Nazgrel again, it\'ll be one of ya\'s that I serve up next time...',12,1,100,0,0,0,12532,0,'Cookie One-Eye'),
|
|
(16587,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Barley'),
|
|
(16589,0,0,'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.',12,1,100,0,0,0,12617,0,'Guard Captain Cragtar - Speech Text 0'),
|
|
(16589,1,0,'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.',12,1,100,0,0,0,12618,0,'Guard Captain Cragtar - Speech Text 1'),
|
|
(16589,2,0,'Big red suckers! Bigger than any orc I\'d ever seen. Muscles out to here, tusks out to here... ',12,1,100,0,0,0,12625,0,'Guard Captain Cragtar - Speech Text 2'),
|
|
(16589,3,0,'%s nods.',16,0,100,0,0,0,37791,0,'Guard Captain Cragtar - Speech Text 3'),
|
|
(16589,4,0,'Fel orcs...',12,1,100,0,0,0,12628,0,'Guard Captain Cragtar - Speech Text 4'),
|
|
(16589,5,0,'I dunno, grunt. I just - don\'t - know...',12,1,100,0,0,0,12636,0,'Guard Captain Cragtar - Speech Text 5'),
|
|
(16589,6,0,'But that\'s not the worst of it. Before I could pull us back, a group of \'em spotted us and attacked.',12,1,100,0,0,0,12637,0,'Guard Captain Cragtar - Speech Text 6'),
|
|
(16589,7,0,'Lost some of my best soldiers that day...',12,1,100,0,0,0,12638,0,'Guard Captain Cragtar - Speech Text 7'),
|
|
(16590,0,0,'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.',12,1,100,0,0,0,12550,0,'Injured Thrallmar Grunt'),
|
|
(16590,0,1,'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.',12,1,100,0,0,0,12547,0,'Injured Thrallmar Grunt'),
|
|
(16590,1,0,'What kinda orcs, chief?',12,1,100,0,0,0,12619,0,'Injured Thrallmar Grunt'),
|
|
(16590,2,0,'You mean...',12,1,100,0,0,0,12626,0,'Injured Thrallmar Grunt'),
|
|
(16590,3,0,'But how, chief? I thought the curse was lifted...\n',12,1,100,0,0,0,12635,0,'Injured Thrallmar Grunt'),
|
|
(16593,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Brawler'),
|
|
(16593,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Brawler'),
|
|
(16593,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Brawler'),
|
|
(16593,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Brawler'),
|
|
(16593,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Brawler'),
|
|
(16593,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Brawler'),
|
|
(16593,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Brawler'),
|
|
(16594,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shadowmoon Acolyte'),
|
|
(16594,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shadowmoon Acolyte'),
|
|
(16594,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shadowmoon Acolyte'),
|
|
(16594,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shadowmoon Acolyte'),
|
|
(16594,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shadowmoon Acolyte'),
|
|
(16594,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shadowmoon Acolyte'),
|
|
(16594,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shadowmoon Acolyte'),
|
|
(16699,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Shattered Hand Reaver'),
|
|
(16699,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Reaver'),
|
|
(16699,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Reaver'),
|
|
(16699,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Reaver'),
|
|
(16699,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Reaver'),
|
|
(16699,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Reaver'),
|
|
(16699,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Reaver'),
|
|
(16699,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Reaver'),
|
|
(16700,0,0,'%s goes into a rage after seeing a friend fall in battle!',16,0,100,0,0,0,1151,0,'Shattered Hand Legionnaire'),
|
|
(16700,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Legionnaire'),
|
|
(16700,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Legionnaire'),
|
|
(16700,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Legionnaire'),
|
|
(16700,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Legionnaire'),
|
|
(16700,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Legionnaire'),
|
|
(16700,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Legionnaire'),
|
|
(16700,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Legionnaire'),
|
|
(16700,2,0,'Line up and crush these fools!',14,0,100,15,0,10187,16346,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,1,'Form up! Let\'s make quick work of them!',14,0,100,15,0,10188,16347,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,2,'Get ready! This shouldn\'t take long...',14,0,100,15,0,10189,16349,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,3,'Form ranks and make the intruders pay!',14,0,100,15,0,10190,17461,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,4,'Show them no quarter! Form up!',14,0,100,15,0,10191,16350,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,5,'Lok-Narash! Defensive positions!',14,0,100,15,0,10192,16352,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,6,'Hold the line! They must not get through!',14,0,100,15,0,10193,16353,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,7,'Gakarah ma!',14,0,100,15,0,10194,16354,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,8,'Hold them back at all costs!',14,0,100,15,0,10195,17462,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,2,9,'We must halt their advance! Take your positions!',14,0,100,15,0,10196,16355,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,0,'Fighter down!',14,0,100,0,0,10172,16356,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,1,'Replacement, quickly!',14,0,100,0,0,10173,16357,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,2,'Next warrior, now!',14,0,100,0,0,10174,16358,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,3,'Fall in! Mok-thora ka!',14,0,100,0,0,10175,16359,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,4,'Where\'s my support?',14,0,100,0,0,10176,16360,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,5,'Look Alive!',14,0,100,0,0,10177,0,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,6,'Engage the enemy!',14,0,100,0,0,10178,0,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,7,'Attack!',14,0,100,0,0,10179,35826,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,8,'Next warrior, step up!',14,0,100,0,0,10180,16361,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,3,9,'Join the fight! Agrama-ka!',14,0,100,0,0,10181,16362,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,4,0,'Wake up, we\'re under attack!',14,0,100,0,0,10182,16363,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,4,1,'Sleep on your own time!',14,0,100,0,0,10183,16364,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,4,2,'Get up!',14,0,100,0,0,10184,16365,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,4,3,'On your feet!',14,0,100,0,0,10185,16366,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,4,4,'No time for slumber! Join the fight!',14,0,100,0,0,10186,16367,0,'Shattered Hand Legionnaire - Variation 1'),
|
|
(16700,5,0,'Line up and crush these fools!',14,0,100,15,0,10212,16346,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,1,'Form up! Let\'s make quick work of them!',14,0,100,15,0,10213,16347,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,2,'Get ready! This shouldn\'t take long...',14,0,100,15,0,10214,16349,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,3,'Form ranks and make the intruders pay!',14,0,100,15,0,10215,17461,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,4,'Show them no quarter! Form up!',14,0,100,15,0,10216,16350,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,5,'Lok-Narash! Defensive positions!',14,0,100,15,0,10217,16352,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,6,'Hold the line! They must not get through!',14,0,100,15,0,10218,16353,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,7,'Gakarah ma!',14,0,100,15,0,10219,16354,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,8,'Hold them back at all costs!',14,0,100,15,0,10220,17462,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,5,9,'We must halt their advance! Take your positions!',14,0,100,15,0,10221,16355,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,0,'Fighter down!',14,0,100,0,0,10197,16356,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,1,'Replacement, quickly!',14,0,100,0,0,10198,16357,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,2,'Next warrior, now!',14,0,100,0,0,10199,16358,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,3,'Fall in! Mok-thora ka!',14,0,100,0,0,10200,16359,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,4,'Where\'s my support?',14,0,100,0,0,10201,16360,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,5,'Look Alive!',14,0,100,0,0,10202,0,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,6,'Engage the enemy!',14,0,100,0,0,10203,0,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,7,'Attack!',14,0,100,0,0,10204,35826,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,8,'Next warrior, step up!',14,0,100,0,0,10205,16361,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,6,9,'Join the fight! Agrama-ka!',14,0,100,0,0,10206,16362,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,7,0,'Wake up, we\'re under attack!',14,0,100,0,0,10207,16363,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,7,1,'Sleep on your own time!',14,0,100,0,0,10208,16364,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,7,2,'Get up!',14,0,100,0,0,10209,16365,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,7,3,'On your feet!',14,0,100,0,0,10210,16366,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,7,4,'No time for slumber! Join the fight!',14,0,100,0,0,10211,16367,0,'Shattered Hand Legionnaire - Variation 2'),
|
|
(16700,8,0,'Line up and crush these fools!',14,0,100,15,0,10237,16346,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,1,'Form up! Let\'s make quick work of them!',14,0,100,15,0,10238,16347,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,2,'Get ready! This shouldn\'t take long...',14,0,100,15,0,10239,16349,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,3,'Form ranks and make the intruders pay!',14,0,100,15,0,10240,17461,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,4,'Show them no quarter! Form up!',14,0,100,15,0,10241,16350,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,5,'Lok-Narash! Defensive positions!',14,0,100,15,0,10242,16352,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,6,'Hold the line! They must not get through!',14,0,100,15,0,10243,16353,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,7,'Gakarah ma!',14,0,100,15,0,10244,16354,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,8,'Hold them back at all costs!',14,0,100,15,0,10245,17462,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,8,9,'We must halt their advance! Take your positions!',14,0,100,15,0,10246,16355,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,0,'Fighter down!',14,0,100,0,0,10222,16356,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,1,'Replacement, quickly!',14,0,100,0,0,10223,16357,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,2,'Next warrior, now!',14,0,100,0,0,10224,16358,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,3,'Fall in! Mok-thora ka!',14,0,100,0,0,10225,16359,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,4,'Where\'s my support?',14,0,100,0,0,10226,16360,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,5,'Look Alive!',14,0,100,0,0,10227,0,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,6,'Engage the enemy!',14,0,100,0,0,10228,0,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,7,'Attack!',14,0,100,0,0,10229,35826,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,8,'Next warrior, step up!',14,0,100,0,0,10230,16361,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,9,9,'Join the fight! Agrama-ka!',14,0,100,0,0,10231,16362,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,10,0,'Wake up, we\'re under attack!',14,0,100,0,0,10232,16363,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,10,1,'Sleep on your own time!',14,0,100,0,0,10233,16364,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,10,2,'Get up!',14,0,100,0,0,10234,16365,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,10,3,'On your feet!',14,0,100,0,0,10235,16366,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,10,4,'No time for slumber! Join the fight!',14,0,100,0,0,10236,16367,0,'Shattered Hand Legionnaire - Variation 3'),
|
|
(16700,11,0,'We\'ll drink their blood and feast on their bones!',12,0,100,15,0,0,12683,0,'Shattered Hand Legionnaire'),
|
|
(16700,12,0,'Serve the Fel Horde!',12,0,100,5,0,0,12684,0,'Shattered Hand Legionnaire'),
|
|
(16700,13,0,'Power to the Fel Horde!',12,0,100,5,0,0,12685,0,'Shattered Hand Legionnaire'),
|
|
(16700,13,1,'Break their bones!',12,0,100,5,0,0,12686,0,'Shattered Hand Legionnaire'),
|
|
(16700,14,0,'Know your master, you worthless mutts!',12,0,100,25,0,0,12687,0,'Shattered Hand Legionnaire'),
|
|
(16700,15,0,'As if you weaklings pose any threat to us. We will devour you.',12,0,100,25,0,0,12691,0,'Shattered Hand Legionnaire'),
|
|
(16700,16,0,'We will destroy you.',12,0,100,25,0,0,12692,0,'Shattered Hand Legionnaire'),
|
|
(16769,0,0,'Knowing there isn\'t enough time, the %s doesn\'t even try to run.',16,0,100,0,0,0,19051,0,'Firewing Warlock'),
|
|
(16769,1,0,'For Kael\'thas!',12,0,100,0,0,0,16252,0,'Firewing Warlock'),
|
|
(16769,1,1,'You won\'t escape alive!',12,0,100,0,0,0,16249,0,'Firewing Warlock'),
|
|
(16769,1,2,'Kill them before they get away!',12,0,100,0,0,0,16250,0,'Firewing Warlock'),
|
|
(16769,1,3,'I will have your energy and then your life!',12,0,100,0,0,0,16254,0,'Firewing Warlock'),
|
|
(16781,0,0,'The Horde fires will never be extinguished!',12,1,100,1,0,0,24534,0,'Celebrant for the Horde'),
|
|
(16781,1,0,'I\'d like to see the Alliance try to steal our flame.',12,1,100,1,0,0,24533,0,'Celebrant - Horde speech'),
|
|
(16781,2,0,'The Horde have tried to steal our flames. I hope we return the favor.',12,7,100,1,0,0,24531,0,'Celebrant - Alliance speech'),
|
|
(16781,3,0,'The Alliance fires burn strong and true!',12,7,100,1,0,0,24532,0,'Celebrant - Alliance speech'),
|
|
(16781,4,0,'Midsummer Fire Festival is a great time to celebrate the summer!',12,0,100,1,0,0,24535,0,'Celebrant - speech'),
|
|
(16781,5,0,'I love the firework show at the end of Midsummer Firefestival.',12,0,100,1,0,0,24536,0,'Celebrant - speech'),
|
|
(16790,0,0,'Thank you, $N. It looks like they\'re going to get along just fine.',12,0,100,0,0,0,13666,0,'Falconer Drenna Riverwind'),
|
|
(16793,0,0,'You\'re such a good friend, Twinkle. You\'d never leave me, would you?',12,1,100,16,0,0,13586,0,'Magistrix Carinda'),
|
|
(16793,0,1,'It\'s just you and me, Twinkle. Daddy\'s not going to be coming home.',12,1,100,16,0,0,13587,0,'Magistrix Carinda'),
|
|
(16793,0,2,'Did you find something fun to chase around, Twinkle? I bet you did!',12,1,100,16,0,0,13588,0,'Magistrix Carinda'),
|
|
(16794,0,0,'...a potent concoction!',12,0,100,0,0,0,13678,0,'Apothecary Azethen'),
|
|
(16794,1,0,'But where could I ever find a suitable test subject?',12,0,100,6,0,0,13682,0,'Apothecary Azethen'),
|
|
(16794,2,0,'Drink this, you blue brute! Disobey me and I promise you a slow, painful death!',12,0,100,25,0,0,13683,0,'Apothecary Azethen'),
|
|
(16794,3,0,'Hmmm... looks like I\'m going to need a new test subject.',12,0,100,274,0,0,13684,0,'Apothecary Azethen'),
|
|
(16795,0,0,'I pity you, Forsaken. Your soul is devoid of light.',12,35,100,0,0,0,13685,0,'Draenei Prisoner'),
|
|
(16803,0,0,'Sir, student requests that you beat him for his lack of understanding!',12,0,100,1,0,0,13140,0,'Death Knight Understudy SAY_BEAT_ME'),
|
|
(16803,0,1,'I am unworthy, master!',12,0,100,1,0,0,13138,0,'Death Knight Understudy SAY_UNWORTHY'),
|
|
(16803,0,2,'Student is worthless, master! Student apologizes for his deficiency!',12,0,100,1,0,0,13137,0,'Death Knight Understudy SAY_WORTHLESS'),
|
|
(16807,0,0,'You wish to fight us all at once? This should be amusing!\n',14,0,100,0,0,10262,15594,0,'Netherkurse AGGRO_1'),
|
|
(16807,1,0,'Thank you for saving me the trouble. Now it\'s my turn to have some fun!\n',14,0,100,0,0,10270,15589,0,'Netherkurse AGGRO_2'),
|
|
(16807,2,0,'You can have that one, I no longer need him!',14,0,100,0,0,10263,15569,0,'Netherkurse PEON_ATTACK_1'),
|
|
(16807,2,1,'Yes, beat him mercilessly! His skull is as thick as an ogre\'s!\n',14,0,100,0,0,10264,15575,0,'Netherkurse PEON_ATTACK_2'),
|
|
(16807,2,2,'Don\'t waste your time on that one, he\'s weak!',14,0,100,0,0,10265,15573,0,'Netherkurse PEON_ATTACK_3'),
|
|
(16807,2,3,'You want him? Very well, take him!',14,0,100,0,0,10266,15572,0,'Netherkurse PEON_ATTACK_4'),
|
|
(16807,3,0,'One pitiful wretch down. Go on, take another one! ',14,0,100,0,0,10267,15579,0,'Netherkurse PEON_DIE_1'),
|
|
(16807,3,1,'Ah, what a waste... next!',14,0,100,0,0,10268,15584,0,'Netherkurse PEON_DIE_2'),
|
|
(16807,3,2,'I was going to kill him anyway!',14,0,100,0,0,10269,15582,0,'Netherkurse PEON_DIE_3'),
|
|
(16807,4,0,'Beg for your pitiful life!',14,0,100,0,0,10259,14130,0,'Netherkurse SAY_SHADOW_SEAR'),
|
|
(16807,5,0,'Your pain amuses me!',14,0,100,0,0,10261,14148,0,'Netherkurse SAY_SHADOW_FISSURE'),
|
|
(16807,6,0,'Run, coward, run! ',14,0,100,0,0,10260,14132,0,'Netherkurse SAY_DEATH_COIL'),
|
|
(16807,7,0,'I\'m already bored!',14,0,100,0,0,10271,16864,0,'Netherkurse SAY_SLAY_1'),
|
|
(16807,7,1,'Come on, show me a real fight!',14,0,100,0,0,10272,15595,0,'Netherkurse SAY_SLAY_2'),
|
|
(16807,7,2,'I had more fun torturing the peons!',14,0,100,0,0,10273,16863,0,'Netherkurse SAY_SLAY_3'),
|
|
(16807,7,3,'You lose.',14,0,100,0,0,10274,16865,0,'Netherkurse SAY_SLAY_4'),
|
|
(16807,7,4,'Oh, just die!',14,0,100,0,0,10275,16866,0,'Netherkurse SAY_SLAY_5'),
|
|
(16807,8,0,'What... a shame.',14,0,100,0,0,10276,16862,0,'Netherkurse SAY_DIE'),
|
|
(16808,0,0,'Ours is the TRUE Horde! The only Horde!',14,0,100,0,0,10323,17614,0,'kargath SAY_AGGRO1'),
|
|
(16808,0,1,'I\'ll carve the meat from your bones!',14,0,100,0,0,10324,17616,0,'kargath SAY_AGGRO2'),
|
|
(16808,0,2,'I am called Bladefist for a reason. As you will see.',14,0,100,0,0,10325,17617,0,'kargath SAY_AGGRO3'),
|
|
(16808,1,0,'For the real Horde!',14,0,100,0,0,10326,17619,0,'kargath SAY_SLAY1'),
|
|
(16808,1,1,'I am the ONLY warchief!',14,0,100,0,0,10327,17620,0,'kargath SAY_SLAY2'),
|
|
(16808,2,0,'The true Horde... will prevail.',14,0,100,0,0,10328,17621,0,'kargath SAY_DEATH'),
|
|
(16808,3,0,'The Alliance dares to intrude this far into my fortress? Bring out the Honor Hold prisoners and call for the executioner! They\'ll pay with their lives for this trespass!',14,0,100,0,0,0,13721,3,'kargath SAY_CALL_EXECUTIONER_A'),
|
|
(16808,4,0,'Thrall\'s false Horde dares to intrude this far into my fortress? Bring out the Thrallmar prisoners and call for the executioner! They\'ll pay with their lives for this trespass!',14,0,100,0,0,0,13722,3,'kargath SAY_CALL_EXECUTIONER_H'),
|
|
(16808,5,0,'Cowards! You\'ll never draw me into the shadows!',14,0,100,0,0,0,18367,0,'kargath SAY_EVADE'),
|
|
(16809,0,0,'%s roars!',16,0,100,0,0,0,14029,0,'O\'mrogg Burning Maul'),
|
|
(16812,0,0,'Welcome ladies and gentlemen, to this evening\'s presentation!',14,0,100,0,0,9174,14122,0,'barnes OZ1'),
|
|
(16812,1,0,'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!',14,0,100,0,0,9338,15362,0,'barnes OZ2'),
|
|
(16812,2,0,'But she is pursued... by a wicked, malevolent crone!',14,0,100,0,0,9339,15363,0,'barnes OZ3'),
|
|
(16812,3,0,'Will she survive? Will she prevail? Only time will tell. And now... on with the show!',14,0,100,0,0,9340,15364,0,'barnes OZ4'),
|
|
(16812,4,0,'Good evening ladies and gentlemen, welcome to this evening\'s presentation!',14,0,100,0,0,9175,14057,0,'barnes HOOD1'),
|
|
(16812,5,0,'Tonight, things are not what they seem... for tonight your eyes may not be trusted!',14,0,100,0,0,9335,15359,0,'barnes HOOD2'),
|
|
(16812,6,0,'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!',14,0,100,0,0,9336,15360,0,'barnes HOOD3'),
|
|
(16812,7,0,'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!',14,0,100,0,0,9337,15361,0,'barnes HOOD4'),
|
|
(16812,8,0,'Welcome ladies and gentlemen, to this evening\'s presentation!',14,0,100,0,0,9176,14122,0,'barnes RAJ1'),
|
|
(16812,9,0,'Tonight... we explore a tale of forbidden love!',14,0,100,0,0,9341,15365,0,'barnes RAJ2'),
|
|
(16812,10,0,'But beware, for not all love stories end happily, as you may find out. Sometimes, love pricks like a thorn!',14,0,100,0,0,9342,15366,0,'barnes RAJ3'),
|
|
(16812,11,0,'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!',14,0,100,0,0,9343,15367,0,'barnes RAJ4'),
|
|
(16816,0,0,'Very well. Let the game begin.',14,0,100,0,0,10338,0,0,'Echo of Medivh - EventBegin'),
|
|
(16816,1,0,'Perhaps a change is in order.',14,0,100,0,0,10357,0,0,'Echo of Medivh - Cheat 1'),
|
|
(16816,1,1,'Time for an alternative scenario.',14,0,100,0,0,10358,0,0,'Echo of Medivh - Cheat 2'),
|
|
(16816,1,2,'One must not become too complacent.',14,0,100,0,0,10359,0,0,'Echo of Medivh - Cheat 3'),
|
|
(16816,2,0,'%s cheats',41,0,100,0,0,0,21910,0,'Echo of Medivh - CheatEmote'),
|
|
(16816,3,0,'Let us see.',14,0,100,0,0,10340,0,0,'Echo of Medivh - Player Loose Pawn 1'),
|
|
(16816,3,1,'A transparent stratagem.',14,0,100,0,0,10339,0,0,'Echo of Medivh - Player Loose Pawn 2'),
|
|
(16816,3,2,'Ah, the wheels have begun to turn.',14,0,100,0,0,10341,0,0,'Echo of Medivh - Player Loose Pawn 3'),
|
|
(16816,4,0,'Foolish! Very foolish!',14,0,100,0,0,10345,0,0,'Echo of Medivh - Player Loose Rook'),
|
|
(16816,5,0,'Yes... all according to plan.',14,0,100,0,0,10349,0,0,'Echo of Medivh - Player Loose Knight'),
|
|
(16816,6,0,'The slightest loss of concentration is all it takes.',14,0,100,0,0,10347,0,0,'Echo of Medivh - Player Loose Bishop'),
|
|
(16816,7,0,'Now it gets interesting.',14,0,100,0,0,10351,0,0,'Echo of Medivh - Player Loose Queen'),
|
|
(16816,8,0,'As it should be.',14,0,100,0,0,10354,21713,0,'Echo of Medivh - Player Loose King'),
|
|
(16816,9,0,'Hmm.',14,0,100,0,0,10342,76675,0,'Echo of Medivh - Medivh Loose Pawn 1'),
|
|
(16816,9,1,'No matter.',14,0,100,0,0,10344,0,0,'Echo of Medivh - Medivh Loose Pawn 2'),
|
|
(16816,9,2,'Interesting.',14,0,100,0,0,10343,19576,0,'Echo of Medivh - Medivh Loose Pawn 3'),
|
|
(16816,10,0,'A minor concern.',14,0,100,0,0,10346,0,0,'Echo of Medivh - Medivh Loose Rook'),
|
|
(16816,11,0,'Yes...of course.',14,0,100,0,0,10350,0,0,'Echo of Medivh - Medivh Loose Knight'),
|
|
(16816,12,0,'A necessary sacrifice.',14,0,100,0,0,10348,0,0,'Echo of Medivh - Medivh Loose Bishop'),
|
|
(16816,13,0,'Ahh, I should have known.',14,0,100,0,0,10352,0,0,'Echo of Medivh - Medivh Loose Queen'),
|
|
(16816,14,0,'And so, the end draws near',14,0,100,0,0,10353,0,0,'Echo of Medivh - Medivh Loose King'),
|
|
(16816,15,0,'Nothing less than perfection will do.',14,0,100,0,0,10356,0,0,'Echo of Medivh - Checkmate 1'),
|
|
(16816,15,1,'And so it ends.',14,0,100,0,0,10355,0,0,'Echo of Medivh - Checkmate 2'),
|
|
(16816,16,0,'The halls of Karazhan shake, as the curse binding the doors of the Gamesman\'s Hall is lifted.',16,0,100,0,0,0,20430,0,'Echo of Medivh - Event Ended'),
|
|
(16819,0,0,'Welcome to Honor Hold, $n. It\'s good to have you.',12,0,100,66,0,0,17514,0,'Commander Danath Trollbane'),
|
|
(16819,1,0,'The feast of corruption is no more! Magtheridon has fallen to the battle prowess of $n and $g his:her; allies! Witness the might of the Alliance! A pit lord commander is destroyed!',14,7,100,22,0,0,20754,2,'Force Commander Danath Trollbane to Player'),
|
|
(16819,2,0,'Hear me brothers and sisters-in-arms! The time of our enemies is at an end! We must strike at the fel orcs that remain! Exterminate them like the vermin that they are! Carry with you the favor of the Sons of Lothar!',14,7,100,22,0,0,20755,2,'Force Commander Danath Trollbane to Player'),
|
|
(16822,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Flightmaster Krill Bitterhue'),
|
|
(16833,0,0,'No! Not... Sedai! The orcs must pay!',12,0,100,0,0,0,13997,0,'Makuru // Makuru'),
|
|
(16834,0,0,'No! Not... Sedai! The orcs must pay!',12,0,100,1,0,0,13997,0,'Anchorite Obadei'),
|
|
(16834,1,0,'What have you done, Makuru?! These are not our ways!',12,0,100,0,0,0,13991,0,'Anchorite Obadei'),
|
|
(16834,2,0,'I understand how you feel Makuru. Sedai was my brother after all. Yet we can\'t disgrace his memory by going against his very ideals.',12,0,100,0,0,0,13992,0,'Makuru'),
|
|
(16846,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Mag\'har Grunt'),
|
|
(16847,0,0,'My strength.... is... returning!',12,1,100,0,0,0,13180,0,'Debilitated Maghar Grunt'),
|
|
(16847,0,1,'You\'ve found a cure! We will crush our enemies!',12,1,100,0,0,0,13181,0,'Debilitated Maghar Grunt'),
|
|
(16847,0,2,'You\'ve restored my health! I\'m in your debt, $n.',12,1,100,0,0,0,13182,0,'Debilitated Maghar Grunt'),
|
|
(16863,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Deranged Helboar'),
|
|
(16871,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bleeding Hollow Grunt'),
|
|
(16871,1,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bleeding Hollow Grunt'),
|
|
(16871,1,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bleeding Hollow Grunt'),
|
|
(16871,1,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bleeding Hollow Grunt'),
|
|
(16871,1,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bleeding Hollow Grunt'),
|
|
(16873,0,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bleeding Hollow Dark Shaman'),
|
|
(16873,0,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bleeding Hollow Dark Shaman'),
|
|
(16873,0,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bleeding Hollow Dark Shaman'),
|
|
(16873,0,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bleeding Hollow Dark Shaman'),
|
|
(16876,0,0,'%s becomes unstable and begins to disintegrate!',16,0,100,0,0,0,17338,0,'Bonechewer Mutant'),
|
|
(16876,1,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Bonechewer Mutant'),
|
|
(16876,2,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bonechewer Mutant'),
|
|
(16876,2,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bonechewer Mutant'),
|
|
(16876,2,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bonechewer Mutant'),
|
|
(16876,2,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bonechewer Mutant'),
|
|
(16878,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Shattered Hand Berserker'),
|
|
(16880,0,0,'%s begins to grow stronger.',16,0,100,0,0,0,16646,0,'Hulking Helboar'),
|
|
(16907,0,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bleeding Hollow Peon'),
|
|
(16907,0,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bleeding Hollow Peon'),
|
|
(16907,0,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bleeding Hollow Peon'),
|
|
(16907,0,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bleeding Hollow Peon'),
|
|
(16915,0,0,'I\'ll get you working yet, you bucket of junk.',12,0,100,1,0,0,17798,0,'Foreman Razelcraz'),
|
|
(16915,0,1,'What?! You don\'t think I can do it? I\'ll show you...once I get my parts, that is.',12,0,100,1,0,0,17802,0,'Foreman Razelcraz'),
|
|
(16915,0,2,'It moved! I swear, I saw it move!',12,0,100,0,0,0,17804,0,'Foreman Razelcraz'),
|
|
(16915,0,3,'Ouch! That\'s not right.',12,0,100,0,0,0,17805,0,'Foreman Razelcraz'),
|
|
(16915,0,4,'Oh yeah, it\'s real funny isn\'t it?',12,0,100,1,0,0,17803,0,'Foreman Razelcraz'),
|
|
(16916,0,0,'Please! I must feed on something soon... A mana crystal.... a shard... anything! The pain is unbearable!',12,1,100,18,0,0,12835,0,'Wretched Captive'),
|
|
(16923,0,0,'I might just have to go hunting for that Wretched beast now that there\'s a bounty on his head.',12,1,100,0,0,0,12832,0,'Novice Ranger'),
|
|
(16924,0,0,'Tell us! Where does your leader hide?',12,1,100,0,0,0,12833,0,'Sergeant Kan\'\'ren'),
|
|
(16924,1,0,'You\'re not getting anything until you speak, scum!',12,1,100,0,0,0,12834,0,'Sergeant Kan\'\'ren'),
|
|
(16925,0,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bonechewer Raider'),
|
|
(16925,0,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bonechewer Raider'),
|
|
(16925,0,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bonechewer Raider'),
|
|
(16925,0,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bonechewer Raider'),
|
|
(16927,0,0,'%s defends himself in desperation.',16,0,100,0,0,0,16744,0,'Stonescythe Whelp'),
|
|
(16928,0,0,'%s defends himself in desperation.',16,0,100,0,0,0,16744,0,'Stonescythe Ambusher'),
|
|
(16929,0,0,'%s defends himself in desperation.',16,0,100,0,0,0,16744,0,'Stonescythe Alpha'),
|
|
(16938,0,0,'Put me out of this misery!',12,0,100,0,0,0,16471,0,'Dreghood Brute'),
|
|
(16938,0,1,'Forgive me... I have no choice.',12,0,100,0,0,0,16469,0,'Dreghood Brute'),
|
|
(16938,0,2,'I will do as you ask, demon. At least for now.',12,0,100,0,0,0,16470,0,'Dreghood Brute'),
|
|
(16943,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Cyber-Rage Forgelord'),
|
|
(16964,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Warlord Morkh'),
|
|
(16972,0,0,'%s smells a fresh corpse nearby.',16,0,100,0,0,0,16746,0,'Bonestripper Buzzard'),
|
|
(16973,0,0,'%s smells a fresh corpse nearby.',16,0,100,0,0,0,16746,0,'Bonestripper Vulture'),
|
|
(16976,0,0,'%s sobs.',16,0,100,18,0,0,13186,0,'Ghostly Denizen'),
|
|
(16976,0,1,'%s clenches his fists in anger.',16,0,100,0,0,0,0,0,'Ghostly Denizen'),
|
|
(16976,0,2,'We can\'t even leave our houses anymore! The attacks are never ending!',12,0,100,0,0,0,13188,0,'Ghostly Denizen'),
|
|
(16976,0,3,'The graveyard on the hill is filling up faster than we can dig the holes on some days.',12,0,100,0,0,0,13189,0,'Ghostly Denizen'),
|
|
(16976,0,4,'Will we ever be able to go back home?',12,0,100,0,0,0,13190,0,'Ghostly Denizen'),
|
|
(16976,0,5,'I buried my son today, Thalvos... And my spouse last week.',12,0,100,0,0,0,13191,0,'Ghostly Denizen'),
|
|
(16976,0,6,'They say that there\'s gonna be another attack... None are to be left alive...',12,0,100,0,0,0,13192,0,'Ghostly Denizen'),
|
|
(16976,0,7,'Nerzhul will never give up. Where are our heroes?',12,0,100,0,0,0,13193,0,'Ghostly Denizen'),
|
|
(16976,0,8,'Trollbane alone cannot fight back the combined might of the orcish Horde. We are done for...',12,0,100,0,0,0,13194,0,'Ghostly Denizen'),
|
|
(16976,0,9,'We want answers, Lieutenant! We\'re entitled to know the truth!',12,0,100,0,0,0,13195,0,'Ghostly Denizen'),
|
|
(16978,0,0,'Everybody settle down! We\'re doing our best to get the situation under control. Them bleedin\' orcs are unrelenting!',12,0,100,0,0,0,13184,0,'Lieutenant Commander Thalvos'),
|
|
(16980,0,0,'Intruders have breached the inner sanctum. Hasten the destruction of the green dragon! Leave only bones and sinew for the reanimation!',14,0,0,0,0,17251,38682,0,'The Lich King - Valithria Dreamwalker - SAY_LICH_KING_INTRO'),
|
|
(16980,1,0,'Soon we will eradicate the Alliance and Horde. Then the rest of Azeroth will fall before the might of my army.',14,0,100,0,0,14768,12988,3,'The Lich King SAY_DIALOGUE_SAPPHIRON_LICHKING'),
|
|
(16980,2,0,'Invaders... here?! DESTROY them, Kel\'Thuzad! Naxxramas must not fall!',14,0,100,0,0,14769,12989,3,'The Lich King SAY_DIALOGUE_SAPPHIRON_LICHKING2'),
|
|
(16980,3,0,'Very well. Warriors of the frozen wastes, rise up! I command you to fight, kill and die for your master! Let none survive!',14,0,100,0,0,14770,12994,3,'The Lich King SAY_ANSWER_REQUEST'),
|
|
(16980,4,0,'You will have your challenge, Fordring.',14,0,100,0,0,16321,35747,0,'The Lich King SAY CHALLENGE'),
|
|
(16980,5,0,'The souls of your fallen champions will be mine, Fordring.',14,0,100,0,0,16323,35749,0,'The Lich King SAY SOULS WILL BE MINE'),
|
|
(16992,0,0,'%s begins to grow stronger.',16,0,100,0,0,0,16646,0,'Dreadtusk'),
|
|
(16993,0,0,'Thank you for agreeing to help. Now, let\'s get out of here, $n!',12,0,100,0,0,0,13289,0,'wounded elf SAY_ELF_START'),
|
|
(16993,1,0,'Over there! They\'re following us!',12,0,100,0,0,0,13255,0,'wounded elf SAY_ELF_SUMMON1'),
|
|
(16993,2,0,'Allow me a moment to rest. The journey taxes what little strength I have.',12,0,100,0,0,0,13290,0,'wounded elf SAY_ELF_RESTING'),
|
|
(16993,3,0,'Did you hear something?',12,0,100,0,0,0,27926,0,'wounded elf SAY_ELF_SUMMON2'),
|
|
(16993,4,0,'Falcon Watch, at last! Now, where\'s my... Oh no! My pack, it\'s missing! Where has - ',12,0,100,0,0,0,13292,0,'wounded elf SAY_ELF_COMPLETE'),
|
|
(16993,5,0,'You won\'t keep me from getting to Falcon Watch!',12,0,100,0,0,0,13659,0,'wounded elf SAY_ELF_AGGRO'),
|
|
(16995,0,0,'Can you feel it, pathetic creatures? The pall over this land is but a precursor. Soon your precious holdings will be in our grasp! You will fall before the might of the Lich King!',14,0,0,0,0,0,13121,2,'Zone Attack Start 1'),
|
|
(16995,0,1,'Forward, my minions! Forward! Let none stand in our way!',14,0,0,0,0,0,13125,2,'Zone Attack Start 2'),
|
|
(16995,1,0,'You may think you have won, worms, but against the might of the Lich King there is no victory for the living! You have not seen the last of me!',14,0,0,0,0,0,13165,2,'Zone Attack End 1'),
|
|
(16995,1,1,'You dare disrupt my works here?! Take this time to prepare yourselves... when I return, there will be nothing but death and destruction in my wake!',14,0,0,0,0,0,13164,2,'Zone Attack End 2'),
|
|
(16995,1,2,'So, the frail members of the living have some teeth after all. Take this place, then, for the time being. I will return, twice as strong, and your paltry forces will fall!',14,0,0,0,0,0,13163,2,'Zone Attack End 3'),
|
|
(16995,2,0,'Cower before our might! Flee! There will be no victory for the living!',14,0,0,0,0,0,13126,2,'Zone Attack Random 1'),
|
|
(16995,2,1,'As you fall in battle, we grow in strength. There is only one inevitable outcome. Prepare for your end!',14,0,0,0,0,0,13124,2,'Zone Attack Random 2'),
|
|
(16995,2,2,'Despair, mortals! Your doom has come!',14,0,0,0,0,0,13122,2,'Zone Attack Random 3'),
|
|
(16995,2,3,'Let this gloom serve to remind you: the shadow of the Scourge is all-encompassing! There is no escape!',14,0,0,0,0,0,13123,2,'Zone Attack Random 4'),
|
|
(17000,0,0,'Fools! You seek to abjure my father\'s presence? Death awaits you, mortals!',12,0,100,0,0,0,0,0,'Aggonis'),
|
|
(17007,0,0,'I must see the master at once!',12,0,100,5,0,0,13200,0,'Lady Keira Berrybuck - Out of Combat'),
|
|
(17007,0,1,'Where is the master?',12,0,100,5,0,0,13198,0,'Lady Keira Berrybuck - Out of Combat'),
|
|
(17007,0,2,'Where has the master gone?',12,0,100,5,0,0,13199,0,'Lady Keira Berrybuck - Out of Combat'),
|
|
(17007,0,3,'Why can we not talk to the master?',12,0,100,5,0,0,13201,0,'Lady Keira Berrybuck - Out of Combat'),
|
|
(17008,0,0,'Be silent! The shattering is soon to come!',12,0,100,15,0,0,18701,0,'Gul\'dan'),
|
|
(17008,1,0,'Bear witness to the undeniable power of our dark master!',12,0,100,0,0,0,18702,0,'Gul\'dan'),
|
|
(17008,2,0,'With his gift, I shall raze this land and reform it!',12,0,100,0,0,0,18703,0,'Gul\'dan'),
|
|
(17008,3,0,'Watch! See the ground shatter before us! Watch as the energy flows! It will feed our armies...',12,0,100,0,0,0,18704,0,'Gul\'dan'),
|
|
(17008,4,0,'We will never be without power! I have secured our future! Bask in my glory!',12,0,100,0,0,0,18705,0,'Gul\'dan'),
|
|
(17008,5,0,'It... is... done...',12,0,100,0,0,0,18706,0,'Gul\'dan'),
|
|
(17015,0,0,'Wake up, Gal\'ressa.',12,1,100,1,0,0,13325,0,'Taleris Dawngazer'),
|
|
(17015,1,0,'You\'ve had enough time to recover from your wounds, Gal\'ressa. The time has come for you to return to the road.',12,1,100,1,0,0,13328,0,'Taleris Dawngazer'),
|
|
(17015,2,0,'You\'ll do no such thing. We simply haven\'t the room to keep you here. Now, kindly be on your way.',12,1,100,1,0,0,13330,0,'Taleris Dawngazer'),
|
|
(17015,3,0,'Very well then, have it your way. When we turn others away, you will be responsible for their suffering. Think about that.',12,1,100,1,0,0,13332,0,'Taleris Dawngazer'),
|
|
(17023,0,0,'Gul\'dan speaks the truth! We should return at once to tell our brothers of the news! Retreat back through the portal!',14,0,100,0,0,0,19911,0,'ancestral wolf SAY_WOLF_WELCOME'),
|
|
(17046,0,0,'%s rubs the sleep from her eyes.',16,0,100,0,0,0,13326,0,'Pilgrim Gal\'ressa'),
|
|
(17046,1,0,'What do you want, Taleris?',12,1,100,1,0,0,13327,0,'Pilgrim Gal\'ressa'),
|
|
(17046,2,0,'I\'m not going on alone, Taleris, and that\'s final. I\'m going to wait here for the next group of pilgrims and set out with them when they depart.',12,1,100,1,0,0,13329,0,'Pilgrim Gal\'ressa'),
|
|
(17046,3,0,'By the Sunwell, you\'ve a thick skull! You\'ll not bully me into leaving, Taleris. Now, begone from my sight!',12,1,100,1,0,0,13331,0,'Pilgrim Gal\'ressa'),
|
|
(17058,0,0,'Do not stop! I promise you a thousand deaths if you even think about putting down that pick!',12,0,100,0,0,0,16425,0,'Illidari Taskmaster'),
|
|
(17058,0,1,'Dig faster, wretch! Do not force me to show you the true meaning of pain!',12,0,100,0,0,0,16424,0,'Illidari Taskmaster'),
|
|
(17058,0,2,'Faster, scum! The Master won\'t be pleased if we don\'t find the Ata\'mal crystal he\'s after.',12,0,100,0,0,0,16421,0,'Illidari Taskmaster'),
|
|
(17058,1,0,'You dare interfere with the Master\'s endeavors? You will pay, foolish mortal!',12,0,100,0,0,0,16438,0,'Illidari Taskmaster'),
|
|
(17058,1,1,'Slay these intruders, filthy Dreghood! I promise you neverending pain if you disobey me!',12,0,100,0,0,0,16439,0,'Illidari Taskmaster'),
|
|
(17058,1,2,'Go, you little wretches! Show these fools that our Master is not to be trifled with!',12,0,100,0,0,0,16440,0,'Illidari Taskmaster'),
|
|
(17058,1,3,'Do not even think of fleeing, Broken wretches! I promise you a fate worse than death if you don\'t slay these intruders!',12,0,100,0,0,0,16441,0,'Illidari Taskmaster'),
|
|
(17063,0,0,'So I said, \"Yeah, but that\'ll cost you extra.\"',12,0,100,0,0,0,13883,0,'Wanton Hostess Transform - Out of Combat'),
|
|
(17063,0,1,'Five seconds. I\'m not kidding!',12,0,100,0,0,0,13884,0,'Wanton Hostess Transform - Out of Combat'),
|
|
(17063,0,2,'He asked if the imp could join in--can you believe it? Actually, it wasn\'t half bad....',12,0,100,0,0,0,13885,0,'Wanton Hostess Transform - Out of Combat'),
|
|
(17063,0,3,'They fall asleep after. Me, I fall asleep during....',12,0,100,0,0,0,13886,0,'Wanton Hostess Transform - Out of Combat'),
|
|
(17063,1,0,'Come play with me!',12,0,100,0,0,0,13880,0,'Wanton Hostess Transform - On Aggro'),
|
|
(17063,1,1,'You WILL be mine.',12,0,100,0,0,0,13881,0,'Wanton Hostess Transform - On Aggro'),
|
|
(17063,1,2,'Come here, pretty. You have what I need!',12,0,100,0,0,0,13882,0,'Wanton Hostess Transform - On Aggro'),
|
|
(17063,2,0,'It was fun while it lasted....',12,0,100,0,0,0,13889,0,'Wanton Hostess Transform - On Death'),
|
|
(17063,2,1,'<sigh> It\'s always over too soon.',12,0,100,0,0,0,13890,0,'Wanton Hostess Transform - On Death'),
|
|
(17063,2,2,'Just when things were getting interesting.',12,0,100,0,0,0,13897,0,'Wanton Hostess Transform - On Death'),
|
|
(17063,2,3,'We could have had so much fun!',12,0,100,0,0,0,13898,0,'Wanton Hostess Transform - On Death'),
|
|
(17063,3,0,'Come any closer, and I\'ll scream.',12,0,100,0,0,0,13887,0,'Wanton Hostess Transform - On Transform'),
|
|
(17063,3,1,'I want to show you a different side of me....',12,0,100,0,0,0,13888,0,'Wanton Hostess Transform - On Transform'),
|
|
(17063,3,2,'I want you to be with me... forever and ever.',12,0,100,0,0,0,13891,0,'Wanton Hostess Transform - On Transform'),
|
|
(17063,3,3,'Shhh... I have a little secret I\'ve been keeping.\n',12,0,100,0,0,0,13892,0,'Wanton Hostess Transform - On Transform'),
|
|
(17063,3,4,'I\'ve been very, very naughty....',12,0,100,0,0,0,13895,0,'Wanton Hostess Transform - On Transform'),
|
|
(17063,3,5,'Enough foreplay. Let\'s get down to business.',12,0,100,0,0,0,13896,0,'Wanton Hostess Transform - On Transform'),
|
|
(17071,0,0,'This is great news! Your efforts have indeed saved us, $n!',12,7,100,0,0,0,12846,0,'Technician Zhanaa'),
|
|
(17073,0,0,'<Sobbing> I hate graveyards. So many dead. And my sweet Luhanaa....',12,0,100,1,0,0,13413,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,1,'It should have been me!',12,7,100,1,0,0,13419,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,2,'Be at peace, my sweet, sweet, Luhanaa.',12,7,100,1,0,0,13425,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,3,'I\'ll never forget you, my love.',12,7,100,1,0,0,13420,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,4,'If I ever find the ones responsible for the crash...!',12,7,100,1,0,0,13423,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,5,'We should never have come along.',12,7,100,1,0,0,13421,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,6,'Why, Luhanaa? Why?!',12,7,100,6,0,0,13418,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,7,'I miss you so much!',12,7,100,1,0,0,13422,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,8,'You\'ll always be here, with me.',12,7,100,1,0,0,13424,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,9,'%s weeps softly.',16,0,100,18,0,0,13414,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,10,'%s bows his head and sighs, clearly exhausted.',16,0,100,2,0,0,13417,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,11,'%s breaks down into huge, wracking sobs.',16,0,100,18,0,0,13416,0,'Draenei Mourner - Random Say'),
|
|
(17073,0,12,'%s stares in silence at the grave marker before him.',16,0,100,0,0,0,13415,0,'Draenei Mourner - Random Say'),
|
|
(17077,0,0,'%s lifts its head into the air, as if listening for something.',16,0,100,0,0,0,13430,0,'ancestral wolf EMOTE_WOLF_LIFT_HEAD'),
|
|
(17077,1,0,'%s lets out a howl that rings across the mountains to the north and motions for you to follow.',16,0,100,0,0,0,13446,0,'ancestral wolf EMOTE_WOLF_HOWL'),
|
|
(17083,0,0,'It hurt!',14,0,100,18,0,0,14136,0,'Fel Orc Convert - Hit by Shadow Sear'),
|
|
(17083,0,1,'Augh! No more hurt!',14,0,100,18,0,0,14137,0,'Fel Orc Convert - Hit by Shadow Sear'),
|
|
(17083,0,2,'This not good tickle!',14,0,100,18,0,0,14138,0,'Fel Orc Convert - Hit by Shadow Sear'),
|
|
(17083,0,3,'Skin on fire!',14,0,100,18,0,0,14139,0,'Fel Orc Convert - Hit by Shadow Sear'),
|
|
(17083,1,0,'It hurt!',14,1,100,18,0,0,14140,0,'Fel Orc Convert - Hit by Death Coil'),
|
|
(17083,1,1,'Aahhh!',14,1,100,18,0,0,14141,0,'Fel Orc Convert - Hit by Death Coil'),
|
|
(17083,1,2,'No more scary!',14,1,100,18,0,0,14142,0,'Fel Orc Convert - Hit by Death Coil'),
|
|
(17083,1,3,'Mommy!',14,1,100,18,0,0,14143,0,'Fel Orc Convert - Hit by Death Coil'),
|
|
(17083,1,4,'No more!',14,1,100,18,0,0,14144,0,'Fel Orc Convert - Hit by Death Coil'),
|
|
(17083,2,0,'Pain!',14,1,100,18,0,1343,14149,0,'Fel Orc Convert - Hit by Shadow Fissure'),
|
|
(17083,2,1,'It hurts!',14,1,100,18,0,1343,14150,0,'Fel Orc Convert - Hit by Shadow Fissure'),
|
|
(17083,2,2,'Graaagggh!!',14,1,100,18,0,1343,14151,0,'Fel Orc Convert - Hit by Shadow Fissure'),
|
|
(17083,2,3,'No more!!',14,1,100,18,0,1343,14152,0,'Fel Orc Convert - Hit by Shadow Fissure'),
|
|
(17085,0,0,'Avruu\'s magic... it still controls me. You must fight me, mortal. It\'s the only way to break the spell!',12,0,100,0,0,0,13448,0,'aeranas SAY_SUMMON'),
|
|
(17085,1,0,'Avruu\'s magic is broken! I\'m free once again!',12,0,100,0,0,0,13447,0,'aeranas SAY_FREE'),
|
|
(17086,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Enraged Wraith'),
|
|
(17093,0,0,'%s removes the reagents from the crate and mixes portions of each in a flask.',16,0,100,0,0,0,13508,0,''),
|
|
(17093,1,0,'I\'ve endured much hardship to complete my research and with your help, $n, I\'ve finally done it. Here\'s to a brighter future!',12,0,100,7,0,0,13509,0,''),
|
|
(17093,2,0,'I feel... lightheaded... What\'s... happening to me?',12,0,100,0,0,0,13510,0,''),
|
|
(17093,3,0,'No, this can\'t be! This tonic... it was supposed to reverse my addiction, not hasten my descent into the ranks of the Wretched!',12,0,100,0,0,0,13511,0,''),
|
|
(17093,4,0,'All those years of research... and for nothing! Perhaps they were right, perhaps this is something we must learn to live with.',12,0,100,0,0,0,14318,0,''),
|
|
(17099,0,0,'Uther Lightbringer brought only darkness to Quel\'Thalas. Let us see if we can bring some darkness to his tomb!',12,0,100,1,0,0,14112,0,'Mehlar Dawnblade'),
|
|
(17099,1,0,'At last I will have my revenge!',12,0,100,11,0,0,14115,0,'Mehlar Dawnblade'),
|
|
(17109,0,0,'Hahaha! That fool will never find out what I\'m up to! Or, if he does, it\'ll be too late for the draenei!',12,0,100,11,0,0,14094,0,'Cersei Dusksinger'),
|
|
(17109,0,1,'These orcs are fools! So much power nearby just waiting to be taken, and all they do is sit on their hands and watch while others plunder the riches!',12,0,100,5,0,0,14095,0,'Cersei Dusksinger'),
|
|
(17109,0,2,'I cannot wait to see the results of this latest batch!',12,0,100,1,0,0,14096,0,'Cersei Dusksinger'),
|
|
(17109,0,3,'Avuun dares to oppose me?! I will crush him! When I am done with the draenei, they\'ll wish that they were Lost Ones!',12,0,100,15,0,0,14097,0,'Cersei Dusksinger'),
|
|
(17109,0,4,'Oh, would you please stop checking your nails and spanking yourself, for one moment? Really, no one cares!',12,0,100,6,0,0,14098,0,'Cersei Dusksinger'),
|
|
(17109,0,5,'Are you hungry? I\'m hungry. I just can\'t stand the thought of cured ham steak from Thultash again. If only we could get some of that succulent roasted quail!',12,0,100,6,0,0,14099,0,'Cersei Dusksinger'),
|
|
(17109,1,0,'You have something to say to my face?',12,0,100,6,0,0,14106,0,'Cersei Dusksinger'),
|
|
(17109,2,0,'I thought not!',12,0,100,11,0,0,14107,0,'Cersei Dusksinger'),
|
|
(17109,3,0,'I need some fresh air, not that there\'s any to be had in this swamp! I\'m going out for a bit. Tidy up a bit while I\'m gone, would you?',12,0,100,1,0,0,14101,0,'Cersei Dusksinger'),
|
|
(17109,4,0,'Must you follow me everywhere? <sigh>',12,0,100,6,0,0,14102,0,'Cersei Dusksinger'),
|
|
(17117,0,0,'%s groans.',16,7,100,0,0,0,13601,0,'Injured Night Elf Priestess'),
|
|
(17117,1,0,'%s sits up.',16,7,100,0,0,0,13602,0,'Injured Night Elf Priestess'),
|
|
(17117,2,0,'Whe... Where am I? What... What is this place?',12,7,100,6,0,0,13603,0,'Injured Night Elf Priestess'),
|
|
(17117,3,0,'BY THE LIGHT OF ELUNE! Eredar! Cursed demons, what have you done to me? I have not come alone, we will fight you as we have in the past! I...',12,7,100,5,0,0,13604,0,'Injured Night Elf Priestess'),
|
|
(17117,4,0,'%s falls back into a coma.',16,0,100,0,0,0,13605,0,'Injured Night Elf Priestess'),
|
|
(17119,0,0,'I think I can make it to Brackenwall on my own. They\'ve got the cargo at the top of the tower. Be careful!',12,0,0,0,0,0,13500,0,'Ithania - Escape'),
|
|
(17123,0,0,'Welcome, kind spirit. What has brought you to us?',12,1,100,0,0,0,13512,0,''),
|
|
(17127,0,0,'Magtoor, thank you for allowing me to stay here with you. I\'m sure that there is much that we can learn from each other. And I\'m eager to learn all that I can of the Lost Ones to the east.',12,0,100,1,0,0,14065,0,'Anchorite Avuun'),
|
|
(17127,1,0,'Why do you traffic with the Horde? Their foul ways are beneath you.',12,0,100,6,0,0,14075,0,'Anchorite Avuun'),
|
|
(17127,2,0,'I must find a way to put an end to the evil that Anchorite Avuun is committing against our lost brothers and sisters!',12,0,100,5,0,0,14085,0,'Anchorite Avuun'),
|
|
(17127,3,0,'Magtoor, I have faith that there is a way to bring the Lost Ones back from the brink. By studying them, I will find a way to cure the fel energies that have consumed them. And in so doing, I will be able to reverse the damage to the Broken as well.',12,0,100,1,0,0,14089,0,'Anchorite Avuun'),
|
|
(17156,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Tortured Earth Spirit'),
|
|
(17188,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Raving Owlbeast'),
|
|
(17207,0,0,'Who challenges Naias? Puny $r, you are little better than those mindless trolls I have played against each other like so many pieces on a game board!',12,0,100,0,0,0,13560,0,'Naias'),
|
|
(17214,0,0,'Now to apply the ointment to her wounds.',12,7,100,1,0,0,13596,0,'Anchorite Fateema'),
|
|
(17214,1,0,'It appears that the ointment is ineffective. Such a pity...',12,7,100,1,0,0,13597,0,'Anchorite Fateema'),
|
|
(17214,2,0,'Man\'ari... But how... We are not eredar! She must know! If there are others like her, we must find them and explain...',12,7,100,1,0,0,13608,0,'Anchorite Fateema'),
|
|
(17215,0,0,'There may still be a solution. Come here, $n. I will explain what I need.',12,7,100,1,0,0,13598,0,'Daedal0'),
|
|
(17215,1,0,'This should do it...',12,7,100,0,0,0,13599,0,'Daedal'),
|
|
(17215,2,0,'Wake up little creature. Wake up from your slumber... You are safe now.',12,7,100,0,0,0,13600,0,'Daedal'),
|
|
(17220,0,0,'%s looks over at Temper as if reluctant to speak.',16,0,100,0,0,0,13694,0,'Hauteur Reborn'),
|
|
(17220,1,0,'Thank you, shaman. I am reborn and will burn brighter than ever before!',12,0,100,0,0,0,13693,0,'Hauteur Reborn'),
|
|
(17225,0,0,'An ancient being awakens in the distance...',16,0,100,0,0,0,13647,3,'Nightbane - EMOTE_SUMMON'),
|
|
(17225,1,0,'What fools! I shall bring a quick end to your suffering!',14,0,100,0,0,0,13649,3,'Nightbane - YELL_AGGRO'),
|
|
(17225,2,0,'Miserable vermin. I shall exterminate you from the air!',14,0,100,0,0,0,20023,3,'Nightbane - YELL_FLY_PHASE'),
|
|
(17225,3,0,'Enough! I shall land and crush you myself!',14,0,100,0,0,0,13676,3,'Nightbane - YELL_LAND_PHASE'),
|
|
(17225,3,1,'Insects! Let me show you my strength up close!',14,0,100,0,0,0,13677,3,'Nightbane - YELL_LAND_PHASE'),
|
|
(17225,4,0,'%s takes a deep breath.',41,7,100,0,0,0,24548,3,'Nightbane - EMOTE_BREATH'),
|
|
(17226,0,0,'Ok, let\'s go. I know just the perfect spot!',12,0,100,0,0,0,13589,0,'Viera Sunwhisper'),
|
|
(17226,1,0,'I can\'t wait to try this wine!',12,0,100,0,0,0,13590,0,'Viera Sunwhisper'),
|
|
(17226,2,0,'What... is happening... to me? Get this cat away from me!',12,0,100,0,0,0,13591,0,'Viera Sunwhisper'),
|
|
(17226,3,0,'Viera Sunwhisper scurries away, attempting to flee from Twinkle.',16,0,100,0,0,0,13610,0,'Viera Sunwhisper'),
|
|
(17228,0,0,'How can I be expected to get any work done with that thing spreading its heresy?',12,0,100,0,0,0,14383,0,'Draenei Artificer'),
|
|
(17228,1,0,'%s sighs disgustedly as he turns back to his work.',16,0,100,0,0,0,14384,0,'Draenei Artificer'),
|
|
(17228,2,0,'Turning to face Tuluun, the %s sneers contemptuously.',16,0,100,0,0,0,14381,0,'Draenei Artificer'),
|
|
(17228,3,0,'We do not need your kind here.',12,0,100,0,0,0,14382,0,'Draenei Artificer'),
|
|
(17230,0,0,'Twinkle looks at Viera Sunwhisper with very hungry eyes.',16,0,100,0,0,0,13595,0,'Twinkle'),
|
|
(17233,0,0,'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.',12,0,100,0,0,0,13622,0,'anchorite truuen SAY_WP_4'),
|
|
(17233,1,0,'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.',12,0,100,0,0,0,13623,0,'anchorite truuen SAY_WP_5'),
|
|
(17233,2,0,'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.',12,7,100,0,0,0,13624,0,'anchorite truuen SAY_WP_6'),
|
|
(17233,3,0,'I can only hope that he will see the Light and instead turn his energies to restoring once-beautiful Quel\'Thalas.',12,0,100,0,0,0,13640,0,'Defiling Uther\'s Tomb'),
|
|
(17233,4,0,'Why do you do this? Did I somehow wrong you in life?',12,0,100,0,0,0,0,0,'Ghost of Uther Lightbringer '),
|
|
(17233,5,0,'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.',12,0,100,0,0,0,0,0,'Ghost of Uther Lightbringer'),
|
|
(17233,6,0,'Return to him. Return to Mehlor and tell him that I forgive him and that I understand why he believes what he does.',12,0,100,0,0,0,0,0,'Ghost of Uther Lightbringer'),
|
|
(17233,7,0,'I can only hope that he will see the Light and instead turn his energies to restoring once-beautiful Quel\'Thalas.',12,0,100,0,0,0,13640,0,'Ghost of Uther Lightbringer'),
|
|
(17238,0,0,'Shall we begin, my friend?',12,7,100,6,0,0,13613,0,'Q Tomb of the Lighbringer'),
|
|
(17238,1,0,'This area is known to be full of foul Scourge. You may want to take a moment to prepare any defenses at your disposal.',12,7,100,1,0,0,13614,0,'Q Tomb of the Lighbringer'),
|
|
(17238,2,0,'Beware! We are attacked!',12,7,100,5,0,0,13616,0,'Q Tomb of the Lighbringer'),
|
|
(17238,3,0,'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!',12,7,100,1,0,0,13617,0,'Q Tomb of the Lighbringer'),
|
|
(17238,4,0,'We are beset upon again! Defend yourself!',12,7,100,5,0,0,13618,0,'Q Tomb of the Lighbringer'),
|
|
(17238,5,0,'This land truly needs to be cleansed by the Light! Let us continue on to the tomb. It isn\'t far now.',12,7,100,1,0,0,13619,0,'Q Tomb of the Lighbringer'),
|
|
(17238,6,0,'Very well, let us continue.',12,7,100,1,0,0,13615,0,'Q Tomb of the Lighbringer'),
|
|
(17238,7,0,'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.',12,7,100,2,0,0,13624,0,'Q Tomb of the Lighbringer'),
|
|
(17240,0,0,'Hey, Cookie! What\'s for dinner tonight? And don\'t say chicken!',12,7,100,22,0,0,13698,0,'Admiral Odesyus'),
|
|
(17240,1,0,'Wow! Really?',12,7,100,5,0,0,13702,0,'Admiral Odesyus'),
|
|
(17240,2,0,'I hate you so much, Cookie.',12,7,100,1,0,0,13705,0,'Admiral Odesyus'),
|
|
(17241,0,0,'Adamant, could you please take a look at this tablet and try to decipher the runes?',12,7,100,1,0,0,13711,0,'Priestess Kyleen Il\'dinare'),
|
|
(17241,1,0,'Thank you, Adamant. I think I know just the person for the job.',12,7,100,2,0,0,13719,0,'Priestess Kyleen Il\'dinare'),
|
|
(17242,0,0,'Of course! Anything for you, darling!',12,7,100,5,0,0,13712,0,'Archaeologist Adamant Ironheart'),
|
|
(17242,1,0,'Alright, let me take a look at that tablet.',12,7,100,1,0,0,13713,0,'Archaeologist Adamant Ironheart'),
|
|
(17242,2,0,'%s slowly reads the tablet, mouthing the words in their native tongue.',16,7,100,0,0,0,13714,0,'Archaeologist Adamant Ironheart'),
|
|
(17242,3,0,'Naga warlord! Oh dear...',12,7,100,5,0,0,13715,0,'Archaeologist Adamant Ironheart'),
|
|
(17242,4,0,'Well, you aren\'t going to like what I have to tell you, young missy. This tablet is a naga communication. Their leader, Warlord Sriss\'tiz, has ordered his naga to take the rest of the island by force.',12,7,100,1,0,0,13716,0,'Archaeologist Adamant Ironheart'),
|
|
(17242,5,0,'And it looks like he\'s got reinforcements comin\' from Nazjatar!',12,7,100,5,0,0,13717,0,'Archaeologist Adamant Ironheart'),
|
|
(17242,6,0,'We\'ve got to do something about this!',12,0,100,5,0,0,13718,0,'Archaeologist Adamant Ironheart'),
|
|
(17243,1,0,'%s laughs.',16,7,100,11,0,0,13785,0,'Engineer Spark - Show Gnomercy #1'),
|
|
(17243,2,0,'Does it frighten you to know that there are those that would serve the Legion with such devotion as to remain unwavering citizens of your pointless civilizations until called upon?',12,7,100,1,0,0,13787,0,'Engineer Spark - Show Gnomercy #2'),
|
|
(17243,3,0,'Live in fear, die by the will of Kael\'thas... It\'s all the same.',12,7,100,1,0,0,13791,0,'Engineer Spark - Show Gnomercy #3'),
|
|
(17243,4,0,'And now, I cut you!',12,7,100,0,0,0,14090,0,'Engineer Spark - Show Gnomercy #4'),
|
|
(17243,5,0,'DIE!',12,7,100,0,0,0,14091,0,'Engineer Spark - Show Gnomercy #5'),
|
|
(17243,6,0,'%s picks up the naga flag.',16,7,100,0,0,0,13775,0,'Engineer Spark - Tree\'s Company #1'),
|
|
(17243,7,0,'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.',12,7,100,1,0,0,13777,0,'Engineer Spark - Tree\'s Company #2'),
|
|
(17243,8,0,'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.',12,7,100,1,0,0,13778,0,'Engineer Spark - Tree\'s Company #3'),
|
|
(17243,9,0,'Relax? Do you know what Kael\'thas does to those that fail him, Geezle? Eternal suffering and pain... Do NOT screw this up, fool.',12,7,100,1,0,0,13780,0,'Engineer Spark - Tree\'s Company #4'),
|
|
(17243,10,0,'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...',12,7,100,15,0,0,13781,0,'Engineer Spark - Tree\'s Company #5'),
|
|
(17243,11,0,'A-ha! Found one!',12,7,100,1,0,0,14076,0,'Engineer Spark - Wandering on Beach #1'),
|
|
(17243,11,1,'Another one!',12,7,100,1,0,0,14077,0,'Engineer Spark - Wandering on Beach #2'),
|
|
(17243,11,2,'Oh that\'s a big one!',12,7,100,1,0,0,14078,0,'Engineer Spark - Wandering on Beach #3'),
|
|
(17243,11,3,'It\'s ironic, I hate the ocean but I love the beach.',12,7,100,1,0,0,14080,0,'Engineer Spark - Wandering on Beach #4'),
|
|
(17243,11,4,'I wonder if you can really hear the ocean in these things.',12,7,100,1,0,0,14079,0,'Engineer Spark - Wandering on Beach #5'),
|
|
(17243,11,5,'Yes Master, all goes along as planned.',12,7,100,1,0,0,14082,0,'Engineer Spark - Wandering on Beach #6'),
|
|
(17243,12,0,'%s places the shell in his pack.',16,7,100,1,0,0,14083,0,'Engineer Spark - Wandering on Beach - Emotes #1'),
|
|
(17243,12,1,'%s examines the shell.',16,7,100,1,0,0,14086,0,'Engineer Spark - Wandering on Beach - Emotes #2'),
|
|
(17243,12,2,'%s holds the shell up to his ear.',16,7,100,1,0,0,14084,0,'Engineer Spark - Wandering on Beach - Emotes #3'),
|
|
(17246,0,0,'Yarr, Admiral. Let me think about it... Arrr... It be comin\' into focus.',12,7,100,1,0,0,13699,0,'\"Cookie\" McWeaksauce'),
|
|
(17246,1,0,'It looks like it be succulent pork ribs basted with its own delectable juices and a side o\' Captain Sander\'s Secret Sauce - fer dippin\'.',12,7,100,1,0,0,13700,0,'\"Cookie\" McWeaksauce'),
|
|
(17246,2,0,'And fer dessert we be havin\' cheesecake, flown in fresh from Stormwind on the wings o\' angels...',12,7,100,1,0,0,13701,0,'\"Cookie\" McWeaksauce'),
|
|
(17246,3,0,'No. Not really...',12,7,100,274,0,0,13703,0,'\"Cookie\" McWeaksauce'),
|
|
(17246,4,0,'It be chicken...',12,7,100,1,0,0,13704,0,'\"Cookie\" McWeaksauce'),
|
|
(17257,0,0,'Wretched, meddling insects! Release me, and perhaps I will grant you a merciful death!',14,0,100,0,0,10247,17339,0,'Magtheridon - Taunt01'),
|
|
(17257,0,1,'Vermin! Leeches! Take my blood and choke on it!',14,0,100,0,0,10248,17340,0,'Magtheridon - Taunt02'),
|
|
(17257,0,2,'Illidan is an arrogant fool! I will crush him and reclaim Outland as my own!',14,0,100,0,0,10249,17341,0,'Magtheridon - Taunt03'),
|
|
(17257,0,3,'Away, you mindless parasites! My blood is my own!',14,0,100,0,0,10250,17342,0,'Magtheridon - Taunt04'),
|
|
(17257,0,4,'How long do you believe your pathetic sorcery can hold me?',14,0,100,0,0,10251,17343,0,'Magtheridon - Taunt05'),
|
|
(17257,0,5,'My blood will be the end of you!',14,0,100,0,0,10252,17344,0,'Magtheridon - Taunt06'),
|
|
(17257,1,0,'I... am... unleashed!',14,0,100,15,0,10253,17346,0,'Magtheridon - Free'),
|
|
(17257,2,0,'Did you think me weak? Soft? Who is the weak one now?',14,0,100,0,0,10255,17349,0,'Magtheridon - Slay'),
|
|
(17257,3,0,'Not again! Not again...',14,0,100,0,0,10256,17348,0,'Magtheridon - Banished'),
|
|
(17257,4,0,'I will not be taken so easily! Let the walls of this prison tremble... and fall!',14,0,100,0,0,10257,17336,0,'Magtheridon - Collapse'),
|
|
(17257,5,0,'The Legion will consume you all!',14,0,100,0,0,10258,17347,0,'Magtheridon - Death'),
|
|
(17257,6,0,'%s\'s bonds begin to weaken!',16,0,100,0,0,0,13689,0,'Magtheridon - Weaken'),
|
|
(17257,7,0,'%s is nearly free of his bonds!',16,0,100,0,0,0,13690,0,'Magtheridon - Nearly free'),
|
|
(17257,8,0,'%s breaks free!',16,0,100,0,0,0,13691,0,'Magtheridon - Breaks free'),
|
|
(17257,9,0,'%s begins to cast Blast Nova!',41,0,100,0,0,0,18739,0,'Magtheridon - Blast Nova'),
|
|
(17257,10,0,'%s begins to cast Blast Nova!',41,0,100,0,0,0,18739,0,'Magtheridon SAY_EMOTE_NOVA'),
|
|
(17259,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Bonechewer Hungerer'),
|
|
(17259,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Bonechewer Hungerer'),
|
|
(17259,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Bonechewer Hungerer'),
|
|
(17259,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Bonechewer Hungerer - On Aggro'),
|
|
(17259,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Bonechewer Hungerer - On Aggro'),
|
|
(17259,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Bonechewer Hungerer - On Aggro'),
|
|
(17259,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Bonechewer Hungerer - On Aggro'),
|
|
(17264,0,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Bonechewer Ravener'),
|
|
(17264,0,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Bonechewer Ravener'),
|
|
(17264,0,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Bonechewer Ravener'),
|
|
(17264,0,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Bonechewer Ravener'),
|
|
(17264,0,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Bonechewer Ravener'),
|
|
(17264,0,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Bonechewer Ravener'),
|
|
(17264,0,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Bonechewer Ravener'),
|
|
(17264,1,0,'You there! Keep a close watch on these ramparts, intruders could approach at any time!',14,0,100,0,0,0,0,0,'Bonechewer Ravener'),
|
|
(17268,0,0,'Dyvuun, is that you?',12,0,100,0,0,0,13686,0,'Image of Technician Zhanaa'),
|
|
(17268,1,0,'I can barely hear you... <static> aking up!',12,0,100,0,0,0,13688,0,'Image of Technician Zhanaa'),
|
|
(17269,0,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Bleeding Hollow Darkcaster'),
|
|
(17269,0,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Bleeding Hollow Darkcaster'),
|
|
(17269,0,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Bleeding Hollow Darkcaster'),
|
|
(17269,0,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Bleeding Hollow Darkcaster'),
|
|
(17269,0,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Bleeding Hollow Darkcaster'),
|
|
(17269,0,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Bleeding Hollow Darkcaster'),
|
|
(17269,0,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Bleeding Hollow Darkcaster'),
|
|
(17270,0,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Bleeding Hollow Archer'),
|
|
(17270,0,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Bleeding Hollow Archer'),
|
|
(17270,0,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Bleeding Hollow Archer'),
|
|
(17270,0,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Bleeding Hollow Archer'),
|
|
(17270,0,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Bleeding Hollow Archer'),
|
|
(17270,0,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Bleeding Hollow Archer'),
|
|
(17270,0,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Bleeding Hollow Archer'),
|
|
(17271,0,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Bonechewer Destroyer'),
|
|
(17271,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Bonechewer Destroyer'),
|
|
(17271,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Bonechewer Destroyer'),
|
|
(17271,0,3,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Bonechewer Destroyer - On Aggro'),
|
|
(17271,0,4,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Bonechewer Destroyer - On Aggro'),
|
|
(17271,0,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Bonechewer Destroyer - On Aggro'),
|
|
(17271,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Bonechewer Destroyer - On Aggro'),
|
|
(17271,1,0,'Yes sir! I will not fail the Fel Horde!',14,0,100,66,0,0,0,0,'Bonechewer Destroyer'),
|
|
(17281,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bonechewer Ripper'),
|
|
(17281,0,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Bonechewer Ripper'),
|
|
(17281,0,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Bonechewer Ripper'),
|
|
(17281,0,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Bonechewer Ripper'),
|
|
(17281,0,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Bonechewer Ripper'),
|
|
(17281,0,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Bonechewer Ripper'),
|
|
(17281,0,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Bonechewer Ripper'),
|
|
(17300,0,0,'%s calls for help!',16,0,100,0,0,0,2541,0,'Gorgannon'),
|
|
(17306,0,0,'Do you smell that? Fresh meat has somehow breached our citadel. Be wary of any intruders.',14,0,100,0,0,0,13999,0,'gargolmar SAY_TAUNT'),
|
|
(17306,1,0,'Heal me, quickly!',14,0,100,0,0,10329,17498,0,'gargolmar SAY_HEAL'),
|
|
(17306,2,0,'Back off, pup!',14,0,100,0,0,10330,17499,0,'gargolmar SAY_SURGE'),
|
|
(17306,3,0,'What have we here?',14,0,100,0,0,10331,17502,0,'gargolmar SAY_AGGRO_1'),
|
|
(17306,3,1,'This may hurt a little....',14,0,100,0,0,10332,17503,0,'gargolmar SAY_AGGRO_2'),
|
|
(17306,3,2,'I\'m going to enjoy this...',14,0,100,0,0,10333,17504,0,'gargolmar SAY_AGGRO_3'),
|
|
(17306,4,0,'Say farewell!',14,0,100,0,0,10334,17500,0,'gargolmar SAY_KILL_1'),
|
|
(17306,4,1,'Much too easy.',14,0,100,0,0,10335,17501,0,'gargolmar SAY_KILL_2'),
|
|
(17306,5,0,'Hahah.. <cough> ..argh!',14,0,100,0,0,10336,0,0,'gargolmar SAY_DIE'),
|
|
(17307,0,0,'You have faced many challenges.... Pity they were all in vain! Soon your people will kneel to MY lord!',14,0,100,0,0,10292,13981,0,'vazruden the herald SAY_INTRO'),
|
|
(17308,0,0,'You dare stand against ME?',14,0,100,0,0,10280,17634,0,'omor SAY_AGGRO_1'),
|
|
(17308,0,1,'I will not be defeated!',14,0,100,0,0,10279,17633,0,'omor SAY_AGGRO_2'),
|
|
(17308,0,2,'Your insolence will be your death!',14,0,100,0,0,10281,17635,0,'omor SAY_AGGRO_3'),
|
|
(17308,1,0,'Achor she-ki! Feast, my pet! Eat your fill!',14,0,100,0,0,10277,17637,0,'omor SAY_SUMMON'),
|
|
(17308,2,0,'A-kreesh!',14,0,100,0,0,10278,18260,0,'omor SAY_CURSE'),
|
|
(17308,3,0,'Die, weakling!',14,0,100,0,0,10282,17631,0,'omor SAY_KILL_1'),
|
|
(17308,4,0,'It is... not over.',14,0,100,0,0,10284,17630,0,'omor SAY_DIE'),
|
|
(17308,5,0,'I am victorious!',14,0,100,0,0,10283,17632,0,'omor SAY_WIPE'),
|
|
(17311,0,0,'Daughter!',12,7,100,0,0,0,13749,0,'Cowlen'),
|
|
(17312,0,0,'Our house is this way, through the thicket.',12,7,100,0,0,0,13744,0,'magwin SAY_START'),
|
|
(17312,1,0,'Help me!',12,7,100,0,0,0,13770,0,'magwin SAY_AGGRO'),
|
|
(17312,2,0,'My poor family. Everything has been destroyed.',12,7,100,5,0,0,13745,0,'magwin SAY_PROGRESS'),
|
|
(17312,3,0,'Father! Father! You\'re alive!',12,7,100,22,0,0,13746,0,'magwin SAY_END1'),
|
|
(17312,4,0,'You can thank $n for getting me back here safely, father.',12,7,100,5,0,0,13748,0,'magwin SAY_END2'),
|
|
(17312,5,0,'%s hugs her father.',16,7,100,0,0,0,13747,0,'magwin EMOTE_HUG'),
|
|
(17318,0,0,'What\'s the big idea, Spark? Why\'d you call for this meeting?',12,0,100,1,0,0,13776,0,'Geezle - Tree\'s Company - Text #1'),
|
|
(17318,1,0,'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.',12,0,100,1,0,0,13779,0,'Geezle - Tree\'s Company - Text #2'),
|
|
(17318,2,0,'Yes, sir. It won\'t happen again...',12,0,100,1,0,0,13782,0,'Geezle - Tree\'s Company - Text #3'),
|
|
(17359,0,0,'What have you done to my lifes work?! DIE!!!',12,0,100,0,1500,0,0,0,'Telathion the Impure'),
|
|
(17359,1,0,'It is YOU who are wrong! I will deal with you two after I have slain this meddlesome shaman!',12,0,100,0,1500,0,0,0,'Telathion the Impure'),
|
|
(17370,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Laughing Skull Enforcer'),
|
|
(17370,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Laughing Skull Enforcer'),
|
|
(17370,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Laughing Skull Enforcer'),
|
|
(17370,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Laughing Skull Enforcer'),
|
|
(17370,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Laughing Skull Enforcer'),
|
|
(17370,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Laughing Skull Enforcer'),
|
|
(17370,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Laughing Skull Enforcer'),
|
|
(17375,0,0,'[Furbolg] The Stillpine furbolgs will not soon forget your bravery!',12,0,100,0,0,0,13978,0,'stillpine capitive CAPITIVE_SAY_1'),
|
|
(17375,0,1,'[Furbolg] Thank you, $n!',12,0,100,0,0,0,13837,0,'stillpine capitive CAPITIVE_SAY_2'),
|
|
(17375,0,2,'[Furbolg] Those remaining at Stillpine Hold will welcome you as a hero!',12,0,100,0,0,0,13979,0,'stillpine capitive CAPITIVE_SAY_3'),
|
|
(17375,0,3,'[Furbolg] The prophecy is true!',12,0,100,0,0,0,13980,0,'Stillpine Captive'),
|
|
(17375,0,4,'%s growls at its captors.',16,0,100,0,0,0,13977,0,'Stillpine Captive'),
|
|
(17377,0,0,'Who dares interrupt--What is this; what have you done? You\'ll ruin everything!',14,0,100,0,0,10164,15130,0,'kelidan SAY_WAKE'),
|
|
(17377,1,0,'You mustn\'t let him loose!',14,0,100,0,0,10166,17673,0,'kelidan SAY_ADD_AGGRO_1'),
|
|
(17377,1,1,'Ignorant whelps!',14,0,100,0,0,10167,17674,0,'kelidan SAY_ADD_AGGRO_2'),
|
|
(17377,1,2,'You fools! He\'ll kill us all!',14,0,100,0,0,10168,17675,0,'kelidan SAY_ADD_AGGRO_3'),
|
|
(17377,2,0,'Just as you deserve!',14,0,100,0,0,10169,17670,0,'kelidan SAY_KILL_1'),
|
|
(17377,2,1,'Your friends will soon be joining you!',14,0,100,0,0,10170,17671,0,'kelidan SAY_KILL_2'),
|
|
(17377,3,0,'Closer! Come closer... and burn!',14,0,100,0,0,10165,15132,0,'kelidan SAY_NOVA'),
|
|
(17377,4,0,'Good...luck. You\'ll need it.',14,0,100,0,0,10171,17672,0,'kelidan SAY_DIE'),
|
|
(17379,0,0,'%s urges you to follow him.',16,0,100,0,0,0,13867,0,'Stillpine Ancestor Akida'),
|
|
(17379,1,0,'%s points to the totem of Coo.',16,0,100,25,0,0,13868,0,'Stillpine Ancestor Akida'),
|
|
(17380,0,0,'Come intruders....',14,0,100,0,0,0,14259,0,'broggok SAY_AGGRO'),
|
|
(17381,0,0,'My work must not be interrupted!',14,0,100,0,0,10286,17679,0,'the maker SAY_AGGRO_1'),
|
|
(17381,0,1,'Perhaps I can find a use for you...',14,0,100,0,0,10287,17680,0,'the maker SAY_AGGRO_2'),
|
|
(17381,0,2,'Anger...hate... These are tools I can use.',14,0,100,0,0,10288,17681,0,'the maker SAY_AGGRO_3'),
|
|
(17381,1,0,'Let\'s see what I can make of you!',14,0,100,0,0,10289,17683,0,'the maker SAY_KILL_1'),
|
|
(17381,1,1,'It is pointless to resist.',14,0,100,0,0,10290,17684,0,'the maker SAY_KILL_2'),
|
|
(17381,2,0,'Stay away from... Me!',14,0,100,0,0,10291,17685,0,'the maker SAY_DIE'),
|
|
(17391,0,0,'%s motions for you to follow him.',16,0,100,0,0,0,13869,0,'Stillpine Ancestor Coo'),
|
|
(17391,1,0,'[Furbolg] Ritk kin\'chikx azul azure summit...',12,0,100,0,0,0,13870,0,'Stillpine Ancestor Coo'),
|
|
(17391,2,0,'[Furbolg] Coo xip fly... Jump ilos river. Find Tikti.',12,0,100,0,0,0,13871,0,'Stillpine Ancestor Coo'),
|
|
(17392,0,0,'%s asks that you follow him.',16,0,100,0,0,0,13874,0,'Stillpine Ancestor Tikti'),
|
|
(17392,1,0,'[Furbolg] Far you mixik tak come. Gaze upon the kitch\'kal river. Follow. Ilog to Yor.',12,0,100,0,0,0,13873,0,'Stillpine Ancestor Tikti'),
|
|
(17392,2,0,'[Furbolg] Go... Search yitix\'kil bottom river. South!',12,0,100,0,0,0,13875,0,'Stillpine Ancestor Tikti'),
|
|
(17393,0,0,'[Furbolg] Come, $n. Let us leave the water together, purified.',12,0,100,0,0,0,13901,0,'Stillpine Ancestor Yor'),
|
|
(17393,1,0,'[Furbolg] We go now, together. We will seek Vark.',12,0,100,0,0,0,13903,0,'Stillpine Ancestor Yor'),
|
|
(17393,2,0,'[Furbolg] Follow me to Vark.',12,0,100,0,0,0,13907,0,'Stillpine Ancestor Yor'),
|
|
(17393,3,0,'[Furbolg] Hurry, $n. Vark awaits you.',12,0,100,0,0,0,13927,0,'Stillpine Ancestor Yor'),
|
|
(17397,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shadowmoon Adept'),
|
|
(17397,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shadowmoon Adept'),
|
|
(17397,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Shadowmoon Adept'),
|
|
(17397,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shadowmoon Adept'),
|
|
(17397,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shadowmoon Adept'),
|
|
(17397,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Shadowmoon Adept'),
|
|
(17397,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Shadowmoon Adept'),
|
|
(17398,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Nascent Fel Orc'),
|
|
(17398,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Nascent Fel Orc'),
|
|
(17398,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Nascent Fel Orc'),
|
|
(17398,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Nascent Fel Orc'),
|
|
(17398,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Nascent Fel Orc'),
|
|
(17398,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Nascent Fel Orc'),
|
|
(17398,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Nascent Fel Orc'),
|
|
(17404,0,0,'I\'ve failed... peace is impossible.',12,0,100,0,0,0,13982,0,'Vindicator Sedai'),
|
|
(17404,1,0,'What in the Light\'s name...?',12,0,100,0,0,0,13983,0,'Vindicator Sedai'),
|
|
(17404,2,0,'Fel orcs!',12,0,100,0,0,0,13984,0,'Vindicator Sedai'),
|
|
(17404,3,0,'The cycle of bloodshed is unending... Is there nothing I can do?',12,0,100,0,0,0,13985,0,'Vindicator Sedai'),
|
|
(17405,0,0,'You can die!',12,0,100,0,0,0,13988,0,'Krun Spinebreaer'),
|
|
(17410,0,0,'[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!',12,0,100,0,0,0,13950,0,'Stillpine Ancestor Vark'),
|
|
(17414,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shadowmoon Technician'),
|
|
(17414,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shadowmoon Technician'),
|
|
(17414,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Shadowmoon Technician'),
|
|
(17414,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shadowmoon Technician'),
|
|
(17414,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shadowmoon Technician'),
|
|
(17414,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Shadowmoon Technician'),
|
|
(17414,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Shadowmoon Technician'),
|
|
(17414,1,0,'%s begins to arm the Proximity Bomb!',16,0,100,0,0,0,15129,0,'Shadowmoon Technician'),
|
|
(17417,0,0,'Do not return, draenei scum. Next time we won\'t spare your life, unarmed or not!',12,0,100,0,0,0,13986,0,'Mag har Escort'),
|
|
(17420,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Shattered Hand Heathen'),
|
|
(17420,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Heathen'),
|
|
(17420,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Heathen'),
|
|
(17420,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Heathen'),
|
|
(17420,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Heathen'),
|
|
(17420,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Heathen'),
|
|
(17420,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Heathen'),
|
|
(17420,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Heathen'),
|
|
(17424,0,0,'Now, let\'s see....',12,0,100,69,0,0,14281,0,'Anchorite Paetheus'),
|
|
(17424,1,0,'In the process of translating this, I believe I\'ve learned more about the drunken exploits of a certain \'Andrew Clementine\' than about the journal\'s author.',12,0,100,1,0,0,14282,0,'Anchorite Paetheus'),
|
|
(17424,2,0,'But, no matter. Mister Clementine\'s... err, \'contribution\' notwithstanding, this seems to be the journal of a man named Nolkai. The entries toward the end describe a brutal battle.',12,0,100,11,0,0,14283,0,'Anchorite Paetheus'),
|
|
(17424,3,0,'Take a look at this passage...',12,0,100,0,0,0,14285,0,'Anchorite Paetheus'),
|
|
(17426,0,0,'Morae... Is that you?',12,0,100,6,0,0,14262,0,'Galaen'),
|
|
(17426,1,0,'No... you\'re not Morae, but I sense that you have met. When you see her, tell her that I survived the crash, only to be done in by the infiltrators.',12,0,100,274,0,0,14263,0,'Galaen'),
|
|
(17426,2,0,'Let her know... my last thought was of her...',12,0,100,1,0,0,14264,0,'Galaen'),
|
|
(17433,0,0,'These pictographs tell a story. This figure at the beginning, almost looks like one of the creatures we encountered at Azure Watch...',12,0,100,0,0,0,14030,0,'Vindicator Aalesia'),
|
|
(17433,1,0,'No, this can\'t be... It says this creature willingly became a servant of the Legion. He transforms into a satyr and receives the Legion\'s \"blessing.',12,0,100,274,0,0,14031,0,'Vindicator Aalesia'),
|
|
(17433,2,0,'No, this can\'t be... It says this creature willingly became a servant of the Legion. He transforms into a satyr and receives the Legion\'s \"blessing.\"',12,0,100,53,0,0,14032,0,'Vindicator Aalesia'),
|
|
(17445,0,0,'Stillpine raiders, the time to strike is at hand! Charge!',14,0,100,0,0,0,14038,0,'Stillpine the Younger'),
|
|
(17455,0,0,'Intruders! Hold them off until I can release the warhounds!',14,0,100,0,0,10160,14000,0,'Bonechewer Beastmaster'),
|
|
(17455,1,0,'You\'re too late, now feel the wrath of my warhounds!',14,0,100,0,0,10161,14001,0,'Bonechewer Beastmaster'),
|
|
(17461,0,0,'Archers, form ranks! On my mark!',14,0,100,0,0,10156,14310,0,'Shattered Hand Blood Guard'),
|
|
(17461,1,0,'Ready!',14,0,100,0,0,10157,14311,0,'Shattered Hand Blood Guard'),
|
|
(17461,2,0,'Aim!',14,0,100,0,0,10158,17910,0,'Shattered Hand Blood Guard'),
|
|
(17461,3,0,'Fire!',14,0,100,0,0,10159,17911,0,'Shattered Hand Blood Guard'),
|
|
(17465,0,0,'Fight!',12,0,100,25,0,0,14134,0,'Shattered Hand Centurion'),
|
|
(17465,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Centurion'),
|
|
(17465,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Centurion'),
|
|
(17465,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Centurion'),
|
|
(17465,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Centurion'),
|
|
(17465,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Centurion'),
|
|
(17465,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Centurion'),
|
|
(17465,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Centurion'),
|
|
(17465,2,0,'That\'s enough. Now back off!',12,0,100,0,0,0,14135,0,'Shattered Hand Centurion'),
|
|
(17478,0,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Bleeding Hollow Scryer'),
|
|
(17478,0,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Bleeding Hollow Scryer'),
|
|
(17478,0,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Bleeding Hollow Scryer'),
|
|
(17478,0,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Bleeding Hollow Scryer'),
|
|
(17478,0,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Bleeding Hollow Scryer'),
|
|
(17478,0,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Bleeding Hollow Scryer'),
|
|
(17478,0,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Bleeding Hollow Scryer'),
|
|
(17491,0,0,'Gakarah ma!',12,0,0,0,0,0,16699,0,'Laughing Skull Rogue'),
|
|
(17491,0,1,'We are the true Horde!',12,0,0,0,0,0,16697,0,'Laughing Skull Rogue'),
|
|
(17491,0,2,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Laughing Skull Rogue - On Aggro'),
|
|
(17491,0,3,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Laughing Skull Rogue - On Aggro'),
|
|
(17491,0,4,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Laughing Skull Rogue - On Aggro'),
|
|
(17491,0,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Laughing Skull Rogue - On Aggro'),
|
|
(17491,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Laughing Skull Rogue - On Aggro'),
|
|
(17521,0,0,'The better to own you with!',14,0,100,0,0,9276,14212,0,'wolf SAY_WOLF_AGGRO'),
|
|
(17521,1,0,'Mmmm... delicious.',14,0,100,0,0,9277,15153,0,'SAY_WOLF_SLAY'),
|
|
(17521,2,0,'Run away little girl, run away!',14,0,100,0,0,9278,14213,0,'SAY_WOLF_HOOD'),
|
|
(17528,0,0,'Fools! Weaklings! Tzerak has no need of your assistance!',14,0,100,0,0,0,14070,0,'Tzerak'),
|
|
(17533,0,0,'Wilt thou provoke me? Then have at thee, boy!',14,0,100,0,0,9233,15075,0,'romulo SAY_ROMULO_AGGRO'),
|
|
(17533,1,0,'Thou smilest... upon the stroke that... murders me.',14,0,100,0,0,9235,15078,0,'romulo SAY_ROMULO_DEATH'),
|
|
(17533,2,0,'This day\'s black fate on more days doth depend. This but begins the woe. Others must end.',14,0,100,0,0,9236,0,0,'romulo SAY_ROMULO_ENTER'),
|
|
(17533,3,0,'Thou detestable maw, thou womb of death; I enforce thy rotten jaws to open!',14,0,100,0,0,9237,15077,0,'romulo SAY_ROMULO_RESURRECT'),
|
|
(17533,4,0,'How well my comfort is revived by this!',14,0,100,0,0,9238,15076,0,'romulo SAY_ROMULO_SLAY'),
|
|
(17534,0,0,'What devil art thou, that dost torment me thus?',14,0,100,0,0,9196,15070,0,'julianne SAY_JULIANNE_AGGRO'),
|
|
(17534,1,0,'Where is my lord? Where is my Romulo?',14,0,100,0,0,9199,0,0,'julianne SAY_JULIANNE_ENTER'),
|
|
(17534,2,0,'Romulo, I come! Oh... this do I drink to thee!',14,0,100,0,0,9198,15072,0,'julianne SAY_JULIANNE_DEATH01'),
|
|
(17534,3,0,'O happy dagger! This is thy sheath; there rust, and let me die!',14,0,100,0,0,9310,15074,0,'julianne SAY_JULIANNE_DEATH02'),
|
|
(17534,4,0,'Come, gentle night; and give me back my Romulo!',14,0,100,0,0,9200,15073,0,'julianne SAY_JULIANNE_RESURRECT'),
|
|
(17534,5,0,'Parting is such sweet sorrow.',14,0,100,0,0,9201,15071,0,'julianne SAY_JULIANNE_SLAY'),
|
|
(17535,0,0,'Oh at last, at last I can go home!',14,0,100,0,0,9190,15068,0,'dorothee SAY_DOROTHEE_DEATH'),
|
|
(17535,1,0,'Don\'t let them hurt us Tito! Oh, you won\'t, will you?',14,0,100,0,0,9191,15066,0,'dorothee SAY_DOROTHEE_SUMMON'),
|
|
(17535,2,0,'Tito! Oh Tito, no!',14,0,100,0,0,9192,15069,0,'dorothee SAY_DOROTHEE_TITO_DEATH'),
|
|
(17535,3,0,'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!',14,0,100,0,0,9195,15067,0,'dorothee SAY_DOROTHEE_AGGRO'),
|
|
(17536,0,0,'Nazan descends from the sky.',41,0,100,0,0,0,20472,0,'nazan EMOTE'),
|
|
(17537,0,0,'Is there no one left to test me? ',14,0,100,0,0,10293,17491,0,'vazruden SAY_WIPE'),
|
|
(17537,1,0,'Your time is running out!',14,0,100,0,0,10294,17492,0,'vazruden SAY_AGGRO_1'),
|
|
(17537,1,1,'You are nothing! I answer a higher call....',14,0,100,0,0,10295,17493,0,'vazruden SAY_AGGRO_2'),
|
|
(17537,1,2,'The dark lord laughs at you!',14,0,100,0,0,10296,17494,0,'vazruden SAY_AGGRO_3'),
|
|
(17537,2,0,'It is over! Finished!',14,0,100,0,0,10297,17495,0,'vazruden SAY_KILL_1'),
|
|
(17537,2,1,'Your days are done!',14,0,100,0,0,10298,17496,0,'vazruden SAY_KILL_2'),
|
|
(17537,3,0,'My lord will be... the end of you all!',14,0,100,0,0,10299,17497,0,'vazruden SAY_DIE'),
|
|
(17542,0,0,'%s stares at you in sheer wonderment.',16,0,100,0,0,0,14109,0,'Young Furbolg Shaman'),
|
|
(17542,1,0,'I run now!',12,0,100,0,0,0,14110,0,'Young Furbolg Shaman'),
|
|
(17543,0,0,'Now what should I do with you? I simply can\'t make up my mind.',14,0,100,0,0,9254,19277,0,'strawman SAY_STRAWMAN_AGGRO'),
|
|
(17543,1,0,'Don\'t let them make... a mattress outta\' me.',14,0,100,0,0,9256,15135,0,'strawman SAY_STRAWMAN_DEATH'),
|
|
(17543,2,0,'I guess I\'m not a failure after all!',14,0,100,0,0,9257,15136,0,'strawman SAY_STRAWMAN_SLAY'),
|
|
(17546,0,0,'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!',14,0,100,0,0,9227,19276,0,'roar SAY_ROAR_AGGRO'),
|
|
(17546,1,0,'You didn\'t have to go and do that!',14,0,100,0,0,9229,15133,0,'roar SAY_ROAR_DEATH'),
|
|
(17546,2,0,'I think I\'m going to go take fourty winks.',14,0,100,0,0,9230,0,0,'roar SAY_ROAR_SLAY'),
|
|
(17547,0,0,'I could really use a heart. Say, can I have yours?',14,0,100,0,0,9268,19278,0,'tinhead SAY_TINHEAD_AGGRO'),
|
|
(17547,1,0,'Back to being an old rust bucket.',14,0,100,0,0,9270,15155,0,'tinhead SAY_TINHEAD_DEATH'),
|
|
(17547,2,0,'Guess I\'m not so rusty after all.',14,0,100,0,0,9271,15156,0,'tinhead SAY_TINHEAD_SLAY'),
|
|
(17547,3,0,'%s begins to rust!',16,0,100,0,0,0,14361,0,'tinhead EMOTE_RUST'),
|
|
(17554,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Laando'),
|
|
(17555,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Stephanos'),
|
|
(17587,0,0,'Help! I think this creature might be too tough for me to handle alone.',12,35,100,0,0,0,14167,0,'17587'),
|
|
(17587,0,1,'Can anyone hear me? I need help! This creature is going to kill me!',12,35,100,0,0,0,14168,0,'17587'),
|
|
(17587,0,2,'I can\'t hold it off any longer! Tell the exarch that I gave it my best.',12,35,100,0,0,0,14169,0,'17587'),
|
|
(17587,1,0,'Thanks again!',12,35,100,0,0,0,14170,0,'17587'),
|
|
(17587,1,1,'Thanks for the heal, $n!',12,35,100,0,0,0,14166,0,'17587'),
|
|
(17587,2,0,'Another victory for the Draenei!',12,35,100,0,0,0,14171,0,'17587'),
|
|
(17587,2,1,'Another infected beast destroyed!',12,35,100,0,0,0,14172,0,'17587'),
|
|
(17587,2,2,'Hah! This is easy.',12,35,100,0,0,0,14174,0,'17587'),
|
|
(17587,2,3,'How could you think yourself a match for the draenei champion!',12,35,100,0,0,0,14173,0,'17587'),
|
|
(17587,3,0,'Kill as many infected nightstalkers as I can find... This should be easy.',12,35,100,0,0,0,14165,0,'17587'),
|
|
(17587,3,1,'I\'m supposed to be hunting infected nightstalkers... This should be easy.',12,35,100,0,0,0,14175,0,'17587'),
|
|
(17587,3,2,'Where in the nether are these damnable lashers??',12,35,100,0,0,0,14176,0,'17587'),
|
|
(17587,3,3,'Hrm, azure snapdragons? Where do they come up with these names? Daedal has gone mad!',12,35,100,0,0,0,14177,0,'17587'),
|
|
(17587,3,4,'These stags look nothing like talbuks.',12,35,100,0,0,0,14178,0,'17587'),
|
|
(17587,3,5,'I wonder what that little purple creature at the village is... It\'s certainly beautiful.',12,35,100,0,0,0,14179,0,'17587'),
|
|
(17587,4,0,'Time to meet your maker, $n!',12,35,100,0,0,0,14180,0,'17587'),
|
|
(17591,0,0,'Your money or your life! Actually, just your life will do...',12,0,100,0,0,0,14181,0,'Blood Elf Bandit'),
|
|
(17591,0,1,'Your death will make a fitting tribute to the King!',12,0,100,0,0,0,14182,0,'Blood Elf Bandit'),
|
|
(17591,0,2,'For Silvermoon! For Sunstrider!',12,0,100,0,0,0,14183,0,'Blood Elf Bandit'),
|
|
(17612,0,0,'Who dares wield magic in my presence?',14,0,100,0,0,0,14229,0,'Quel\'dorei Magewraith'),
|
|
(17621,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Heathen Guard'),
|
|
(17623,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Reaver Guard'),
|
|
(17624,0,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Laughing Skull Warden'),
|
|
(17624,0,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Laughing Skull Warden'),
|
|
(17624,0,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Laughing Skull Warden'),
|
|
(17624,0,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Laughing Skull Warden'),
|
|
(17624,0,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Laughing Skull Warden'),
|
|
(17624,0,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Laughing Skull Warden'),
|
|
(17624,0,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Laughing Skull Warden'),
|
|
(17626,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Laughing Skull Legionnaire'),
|
|
(17626,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Laughing Skull Legionnaire'),
|
|
(17626,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Laughing Skull Legionnaire'),
|
|
(17626,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Laughing Skull Legionnaire'),
|
|
(17626,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Laughing Skull Legionnaire'),
|
|
(17626,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Laughing Skull Legionnaire'),
|
|
(17626,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Laughing Skull Legionnaire'),
|
|
(17626,1,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Laughing Skull Legionnaire'),
|
|
(17651,0,0,'You\'ve got my attention, dragon. You\'ll find I\'m not as easily scared as the villagers below.',14,0,100,0,0,0,14295,0,'Image of Medivh'),
|
|
(17651,1,0,'You dare challenge me at my own dwelling? Your arrogance is astounding, even for a dragon!',14,0,100,0,0,0,14297,0,'Image of Medivh'),
|
|
(17651,2,0,'I do not know what you speak of, dragon... but I will not be bullied by this display of insolence. I\'ll leave Karazhan when it suits me!',14,0,100,0,0,0,14299,0,'Image of Medivh'),
|
|
(17651,3,0,'%s begins to cast a spell of great power, weaving his own essence into the magic.',16,0,100,0,0,0,14308,0,'Image of Medivh'),
|
|
(17651,4,0,'He should not have angered me. I must go... recover my strength now...',12,0,100,0,0,0,14316,0,'Image of Medivh'),
|
|
(17652,0,0,'Your dabbling in the arcane has gone too far, Medivh. You\'ve attracted the attention of powers beyond your understanding. You must leave Karazhan at once!',14,0,100,0,0,0,14296,0,'Image of Arcanagos'),
|
|
(17652,1,0,'A dark power seeks to use you, Medivh! If you stay, dire days will follow. You must hurry, we don\'t have much time!',14,0,100,0,0,0,14298,0,'Image of Arcanagos'),
|
|
(17652,2,0,'You leave me no alternative. I will stop you by force if you won\'t listen to reason!',14,0,100,0,0,0,14300,0,'Image of Arcanagos'),
|
|
(17652,3,0,'What have you done, wizard? This cannot be! I\'m burning from... within!',14,0,100,0,0,0,14294,0,'Image of Arcanagos'),
|
|
(17658,0,0,'All hail $N, savior of Azuremyst and Bloodmyst. Hero of the Hand of Argus, champion of the draenei people!',14,0,100,22,0,0,14691,0,'Exarch Admetius q9759 OnRewarded'),
|
|
(17663,0,0,'If only I could get back to the mushroom thicket. I have not seen such a mature cluster in my lifetime!',12,7,100,0,0,0,14269,0,'Jessera of Mac\'Aree'),
|
|
(17664,0,0,'You will never take me alive!',12,0,100,0,0,0,14447,0,'Matis the Cruel'),
|
|
(17664,1,0,'%s falls unconscious.',16,0,100,0,0,0,14444,0,'Matis the Cruel'),
|
|
(17670,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Houndmaster'),
|
|
(17670,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Houndmaster'),
|
|
(17670,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Houndmaster'),
|
|
(17670,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Houndmaster'),
|
|
(17670,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Houndmaster'),
|
|
(17670,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Houndmaster'),
|
|
(17670,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Houndmaster'),
|
|
(17671,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shattered Hand Champion'),
|
|
(17671,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shattered Hand Champion'),
|
|
(17671,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shattered Hand Champion'),
|
|
(17671,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shattered Hand Champion'),
|
|
(17671,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shattered Hand Champion'),
|
|
(17671,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shattered Hand Champion'),
|
|
(17671,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shattered Hand Champion'),
|
|
(17678,0,0,'Petulant children, pray to your gods for you are about to meet them!',14,0,100,0,0,0,14666,0,'Sironas SAY_SIRONAS_1 (pre aggro)'),
|
|
(17681,0,0,'Woot! Thanks!',12,7,100,0,0,0,14347,0,'Expedition Researcher'),
|
|
(17682,0,0,'Thank you for saving me, $N! My father will be delighted!',12,0,100,0,0,0,14323,0,'Princess Stillpine'),
|
|
(17693,0,0,'Invaders have breached the defenses!',14,0,100,0,0,10285,14309,0,'Shattered Hand Scout'),
|
|
(17694,1,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shadowmoon Darkcaster'),
|
|
(17694,1,1,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shadowmoon Darkcaster'),
|
|
(17694,1,2,'Lok narash!',12,0,100,0,0,0,16703,0,'Shadowmoon Darkcaster'),
|
|
(17694,1,3,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Shadowmoon Darkcaster'),
|
|
(17694,1,4,'The blood is our power!',12,0,100,0,0,0,16700,0,'Shadowmoon Darkcaster'),
|
|
(17694,1,5,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shadowmoon Darkcaster'),
|
|
(17694,1,6,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shadowmoon Darkcaster'),
|
|
(17702,0,0,'Face the wrath of Bristlelimb!',14,0,100,0,0,0,14322,0,'High Chief Bristlelimb'),
|
|
(17703,0,0,'Don\'t you people ever check the mail?',12,7,100,0,0,0,14328,0,'Messenger Hermesius'),
|
|
(17703,0,1,'How am I expected to deliver all of these messages?',12,7,100,0,0,0,14329,0,'Messenger Hermesius'),
|
|
(17703,0,2,'I need to be re-assigned. This job is pushing me over the edge...',12,7,100,0,0,0,14330,0,'Messenger Hermesius'),
|
|
(17703,0,3,'He thinks he\'s so damned important. Always pushing me around... I\'ll show him. I\'ll show all of them!',12,7,100,0,0,0,14332,0,'Messenger Hermesius'),
|
|
(17703,0,4,'One of these days I\'m going to bust out the crystalline doomhammer and go positively orc on this town. Then they\'ll be sorry...',12,7,100,0,0,0,14331,0,'Messenger Hermesius'),
|
|
(17711,0,0,'Do not proceed. You will be eliminated.',14,0,0,0,0,11344,20941,0,'doomwalker SAY_AGGRO'),
|
|
(17711,1,0,'Tectonic disruption commencing.',14,0,0,0,0,11345,20942,0,'doomwalker SAY_EARTHQUAKE_1'),
|
|
(17711,1,1,'Magnitude set. Release.',14,0,0,0,0,11346,20943,0,'doomwalker SAY_EARTHQUAKE_2'),
|
|
(17711,2,0,'Trajectory locked.',14,0,0,0,0,11347,20944,0,'doomwalker SAY_OVERRUN_1'),
|
|
(17711,2,1,'Engage maximum speed.',14,0,0,0,0,11348,20945,0,'doomwalker SAY_OVERRUN_2'),
|
|
(17711,3,0,'Threat level zero.',14,0,0,0,0,11349,20946,0,'doomwalker SAY_SLAY_1'),
|
|
(17711,3,1,'Directive accomplished.',14,0,0,0,0,11350,20947,0,'doomwalker SAY_SLAY_2'),
|
|
(17711,3,2,'Target exterminated.',14,0,0,0,0,11351,20948,0,'doomwalker SAY_SLAY_3'),
|
|
(17711,4,0,'System failure in five, f-o-u-r...',14,0,0,0,0,11352,20949,0,'doomwalker SAY_DEATH'),
|
|
(17715,0,0,'Who dares defile the statue of our beloved?',14,0,100,0,0,0,14366,0,'Atoph the Bloodcursed'),
|
|
(17716,0,0,'Defend yourself, youngling! We\'ll see if there\'s a Blood Knight in you, yet.',14,0,100,0,0,0,14365,0,'Sangrias Stillblade say on attack'),
|
|
(17721,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Engineer'),
|
|
(17721,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Engineer'),
|
|
(17721,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Engineer'),
|
|
(17721,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Engineer'),
|
|
(17721,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Engineer'),
|
|
(17722,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Sorceress'),
|
|
(17722,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Sorceress'),
|
|
(17722,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Sorceress'),
|
|
(17722,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Sorceress'),
|
|
(17722,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Sorceress'),
|
|
(17723,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bog Giant'),
|
|
(17725,0,0,'%s grows in size upon seeing $n!',16,0,100,0,0,0,17785,0,'Underbog Lurker'),
|
|
(17725,1,0,'%s\'s strength fades.',16,0,100,0,0,0,17786,0,'Underbog Lurker'),
|
|
(17726,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Wrathfin Myrmidon'),
|
|
(17726,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Wrathfin Myrmidon'),
|
|
(17726,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Wrathfin Myrmidon'),
|
|
(17726,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Wrathfin Myrmidon'),
|
|
(17726,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Wrathfin Myrmidon'),
|
|
(17727,0,0,'Illidan reigns! ',12,0,100,0,0,0,16709,0,'Wrathfin Sentry'),
|
|
(17727,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Wrathfin Sentry'),
|
|
(17727,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Wrathfin Sentry'),
|
|
(17727,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Wrathfin Sentry'),
|
|
(17727,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Wrathfin Sentry'),
|
|
(17728,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Murkblood Tribesman'),
|
|
(17729,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Murkblood Spearman'),
|
|
(17730,0,0,'%s begins a massive heal!',16,0,100,0,0,0,17652,0,'Murkblood Healer'),
|
|
(17732,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Lykul Wasp'),
|
|
(17734,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Underbog Lord'),
|
|
(17735,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Wrathfin Warrior'),
|
|
(17735,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Wrathfin Warrior'),
|
|
(17735,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Wrathfin Warrior'),
|
|
(17735,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Wrathfin Warrior'),
|
|
(17735,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Wrathfin Warrior'),
|
|
(17735,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Wrathfin Warrior'),
|
|
(17767,0,0,'You have won this battle, but not... the... war.',14,0,100,0,0,11026,18220,0,'Rage Winterchill - SAY_ONDEATH'),
|
|
(17767,1,0,'All life must perish!',14,0,100,0,0,11025,18226,0,'Rage Winterchill - SAY_ONSLAY1'),
|
|
(17767,1,1,'Victory to the Legion!',14,0,100,0,0,11057,18228,0,'Rage Winterchill - SAY_ONSLAY2'),
|
|
(17767,2,0,'Crumble and rot!',14,0,100,0,0,11023,18222,0,'Rage Winterchill - SAY_DECAY1'),
|
|
(17767,2,1,'Ashes to ashes, dust to dust!',14,0,100,0,0,11055,18223,0,'Rage Winterchill - SAY_DECAY2'),
|
|
(17767,3,0,'Succumb to the icy chill... of death.',14,0,100,0,0,11024,18224,0,'Rage Winterchill - SAY_NOVA1'),
|
|
(17767,3,1,'It will be much colder in your grave.',14,0,100,0,0,11058,18225,0,'Rage Winterchill - SAY_NOVA2'),
|
|
(17767,4,0,'The Legion\'s final conquest has begun! Once again the subjugation of this world is within our grasp. Let none survive!',14,0,100,0,0,11022,18221,0,'Rage Winterchill - SAY_ONAGGRO'),
|
|
(17768,0,0,'This is... Silvermoon? My head... Next time Bloodvalor needs a volunteer, I\'ll point him in a different direction. Paragon of Blood Knight virtue, indeed!',12,0,100,0,0,0,14367,0,'Blood Knight Stillblade'),
|
|
(17768,1,0,'Don\'t get me wrong, $n. I very much appreciate the resurrection, but I think this is the last time I\'ll perform this particular duty. Maybe a goblet or two of wine will help with this headache.',12,0,100,0,0,0,14368,0,'Blood Knight Stillblade'),
|
|
(17770,0,0,'Hungarfen roars in pain.',16,0,100,0,0,0,16594,0,'Hungarfen - On 20% EMOTE'),
|
|
(17772,0,0,'I\'m in jeopardy! Help me if you can!',14,0,100,0,0,11007,18537,0,'jaina hyjal ATTACKED 1'),
|
|
(17772,0,1,'They\'ve broken through!',14,0,100,0,0,11049,18538,0,'jaina hyjal ATTACKED 2'),
|
|
(17772,1,0,'Don\'t give up! We must prevail!',14,0,100,0,0,11006,18540,0,'jaina hyjal BEGIN'),
|
|
(17772,2,0,'Stay alert! Another wave approaches.',14,0,100,0,0,11008,0,0,'jaina hyjal INCOMING'),
|
|
(17772,3,0,'Hold them back as long as possible!',14,0,100,0,0,11050,18541,0,'jaina hyjal RALLY 1'),
|
|
(17772,3,1,'We must hold strong!',14,0,100,0,0,11051,18542,0,'jaina hyjal RALLY 2'),
|
|
(17772,4,0,'We are lost! Fall back!',14,0,100,0,0,11009,18543,0,'jaina hyjal FAILURE'),
|
|
(17772,5,0,'We have won valuable time. Now we must pull back.',14,0,100,396,0,11011,15309,0,'jaina hyjal SUCCESS'),
|
|
(17772,6,0,'I did... my best.',14,0,100,0,0,11010,18539,0,'jaina hyjal DEATH'),
|
|
(17772,7,0,'%s begins channelling a massive teleport spell. ',16,0,100,0,0,0,15310,0,'jaina hyjal SPELL'),
|
|
(17796,0,0,'I\'m bringin\' the pain!',14,0,100,0,0,10367,17719,0,'mekgineer SAY_MECHANICS'),
|
|
(17796,1,0,'You\'re in for a world o\' hurt!',14,0,100,0,0,10368,17716,0,'mekgineer SAY_AGGRO_1'),
|
|
(17796,1,1,'Eat hot metal, scumbag!',14,0,100,0,0,10369,17717,0,'mekgineer SAY_AGGRO_2'),
|
|
(17796,1,2,'I\'ll come over there!',14,0,100,0,0,10370,17718,0,'mekgineer SAY_AGGRO_3'),
|
|
(17796,1,3,'I\'m bringin\' the pain!',14,0,100,0,0,10371,17719,0,'mekgineer SAY_AGGRO_4'),
|
|
(17796,2,0,'You just got served, punk!',14,0,100,0,0,10372,17720,0,'mekgineer SOUND_SLAY_1'),
|
|
(17796,2,1,'I own you!',14,0,100,0,0,10373,17721,0,'mekgineer SOUND_SLAY_2'),
|
|
(17796,2,2,'Have fun dyin\', cupcake!',14,0,100,0,0,10374,17722,0,'mekgineer SOUND_SLAY_3'),
|
|
(17796,3,0,'Mommy!',14,0,100,0,0,10375,39497,0,'mekgineer SAY_DEATH'),
|
|
(17797,0,0,'Surge forth my pets!',14,0,100,0,0,10360,0,0,'thespia SAY_SUMMON'),
|
|
(17797,1,0,'The depths will consume you!',14,0,100,0,0,10361,17696,0,'thespia SAY_AGGRO_1'),
|
|
(17797,1,1,'Meet your doom, surface dwellers!',14,0,100,0,0,10362,17697,0,'thespia SAY_AGGRO_2'),
|
|
(17797,1,2,'You will drown in blood!',14,0,100,0,0,10363,17698,0,'thespia SAY_AGGRO_3'),
|
|
(17797,2,0,'To the depths of oblivion with you!',14,0,100,0,0,10364,17701,0,'thespia SAY_SLAY_1'),
|
|
(17797,2,1,'For my lady and master!',14,0,100,0,0,10365,17702,0,'thespia SAY_SLAY_2'),
|
|
(17797,3,0,'Our matron will be... the end of you.',14,0,100,0,0,10366,17704,0,'thespia SAY_DEAD'),
|
|
(17797,4,0,'Enjoy the storm warm bloods!',14,0,100,0,0,0,19456,0,'thespia SAY_SPELL'),
|
|
(17798,0,0,'You deem yourselves worthy simply because you bested my guards? Our work here will not be compromised!',14,0,100,0,0,10390,17724,0,'kalithresh SAY_INTRO'),
|
|
(17798,1,0,'This is not nearly over...',14,0,100,0,0,10391,17725,0,'kalithresh SAY_REGEN'),
|
|
(17798,2,0,'Your head will roll!',14,0,100,0,0,10392,17726,0,'kalithresh SAY_AGGRO1'),
|
|
(17798,2,1,'I despise all of your kind!',14,0,100,0,0,10393,17727,0,'kalithresh SAY_AGGRO2'),
|
|
(17798,2,2,'Ba\'anthalso-dorei!',14,0,100,0,0,10394,17728,0,'kalithresh SAY_AGGRO3'),
|
|
(17798,3,0,'Squirm, surface filth!',14,0,100,0,0,10395,17729,0,'kalithresh SAY_SLAY1'),
|
|
(17798,3,1,'Ah ha ha ha ha ha ha!',14,0,100,0,0,10396,0,0,'kalithresh SAY_SLAY2'),
|
|
(17798,4,0,'For her Excellency... for... Vashj!',14,0,100,0,0,10397,17730,0,'kalithresh SAY_DEATH'),
|
|
(17798,5,0,'%s begins to channel from the nearby distiller...',16,0,100,0,0,0,19166,0,'kalithresh EMOTE_DISTILLER'),
|
|
(17799,0,0,'Free at last!',14,0,100,5,0,0,18707,0,'Dreghood Slave'),
|
|
(17799,0,1,'We have waited forever for this day to come!',14,0,100,5,0,0,18711,0,'Dreghood Slave'),
|
|
(17799,0,2,'The pain is finally over.',14,0,100,5,0,0,18712,0,'Dreghood Slave'),
|
|
(17799,0,3,'How can we ever repay you for this?',14,0,100,5,0,0,18710,0,'Dreghood Slave'),
|
|
(17799,0,4,'I spit on the corpse of these filthy naga.',14,0,100,5,0,0,18713,0,'Dreghood Slave'),
|
|
(17799,0,5,'Thank you!',14,0,100,5,0,0,18709,0,'Dreghood Slave'),
|
|
(17800,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Myrmidon'),
|
|
(17800,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Myrmidon'),
|
|
(17800,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Myrmidon'),
|
|
(17800,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Myrmidon'),
|
|
(17800,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Myrmidon'),
|
|
(17801,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Siren'),
|
|
(17801,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Siren'),
|
|
(17801,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Siren'),
|
|
(17801,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Siren'),
|
|
(17801,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Siren'),
|
|
(17803,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Oracle'),
|
|
(17803,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Oracle'),
|
|
(17803,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Oracle'),
|
|
(17803,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Oracle'),
|
|
(17803,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Oracle'),
|
|
(17804,0,0,'',15,0,100,0,0,0,0,0,''),
|
|
(17805,0,0,'Hurry up with it already! The longer you take, the more of a hurtin\' I\'m putting on you!',14,0,100,0,0,0,14412,0,'Coilfang Slavemaster'),
|
|
(17805,0,1,'This is terrible..... my arms grow tired from beating on you lazy peons!',14,0,100,0,0,0,14414,0,'Coilfang Slavemaster'),
|
|
(17805,0,2,'Too soon! You are slacking off too soon!',14,0,100,0,0,0,14415,0,'Coilfang Slavemaster'),
|
|
(17805,0,3,'Wake up! Now get up and back to work!',14,0,100,0,0,0,14405,0,'Coilfang Slavemaster'),
|
|
(17805,0,4,'What is this?! Didn\'t mommy and daddy teach you anything?!',14,0,100,0,0,0,14413,0,'Coilfang Slavemaster'),
|
|
(17805,1,0,'Assist me slaves!',14,0,100,0,0,0,18972,0,'Coilfang Slavemaster - Aggro'),
|
|
(17807,0,0,'Let the trial begin! Bloodwrath, attack!',14,0,100,0,7000,0,14459,0,'Master Kelerun Bloodmourn <Blood Knight>'),
|
|
(17807,1,0,'Champion Lightrend, make me proud!',14,0,100,0,7000,0,14460,0,'Master Kelerun Bloodmourn <Blood Knight>'),
|
|
(17807,2,0,'Show this upstart how a real Blood Knight fights, Swiftblade!',14,0,100,0,7000,0,14462,0,'Master Kelerun Bloodmourn <Blood Knight>'),
|
|
(17807,3,0,'Show $n the meaning of pain, Sunstriker!',14,0,100,0,7000,0,14463,0,'Master Kelerun Bloodmourn <Blood Knight>'),
|
|
(17807,4,0,'Well done, $n! You have passed the second trial!',14,0,100,0,7000,0,14464,0,'Master Kelerun Bloodmourn <Blood Knight>'),
|
|
(17808,0,0,'The clock... is still... ticking.',14,0,100,0,0,10982,18229,0,'Anetheron - SAY_ONDEATH'),
|
|
(17808,1,0,'Your hopes are lost!',14,0,100,0,0,10981,18237,0,'Anetheron - SAY_ONSLAY1'),
|
|
(17808,1,1,'Scream for me.',14,0,100,0,0,11038,18238,0,'Anetheron - SAY_ONSLAY2'),
|
|
(17808,1,2,'Pity, no time for a slow death!',14,0,100,0,0,11039,18239,0,'Anetheron - SAY_ONSLAY3'),
|
|
(17808,2,0,'The swarm is eager to feed.',14,0,100,0,0,10979,18233,0,'Anetheron - SAY_SWARM1'),
|
|
(17808,2,1,'Pestilence upon you!',14,0,100,0,0,11037,18234,0,'Anetheron - SAY_SWARM2'),
|
|
(17808,3,0,'You look tired....',14,0,100,0,0,10978,18231,0,'Anetheron - SAY_SLEEP1'),
|
|
(17808,3,1,'Sweet dreams.',14,0,100,0,0,11545,18232,0,'Anetheron - SAY_SLEEP2'),
|
|
(17808,4,0,'Let fire rain from above!',14,0,100,0,0,10980,18235,0,'Anetheron - SAY_INFERNO1'),
|
|
(17808,4,1,'Earth and sky shall burn!',14,0,100,0,0,11036,18236,0,'Anetheron - SAY_INFERNO2'),
|
|
(17808,5,0,'You are defenders of a doomed world! Flee here, and perhaps you will prolong your pathetic lives!',14,0,100,0,0,10977,18230,0,'Anetheron - SAY_ONAGGRO'),
|
|
(17819,0,0,'I hear that Blackmoore has been acting strange.',12,0,100,0,0,0,19560,0,'Durnholde Sentry'),
|
|
(17819,0,1,'I\'m thinking of a vacation. I hear Hearthglen is nice.',12,0,100,0,0,0,19561,0,'Durnholde Sentry'),
|
|
(17819,0,2,'Quitting time can\'t come too soon.',12,0,100,0,0,0,19562,0,'Durnholde Sentry'),
|
|
(17819,1,0,'Blackmoore will have... your head!',12,0,100,0,0,0,19517,0,'Durnholde Sentry'),
|
|
(17819,1,1,'Cursed scum!',12,0,100,0,0,0,19518,0,'Durnholde Sentry'),
|
|
(17819,1,2,'I was just... following orders.',12,0,100,0,0,0,19515,0,'Durnholde Sentry'),
|
|
(17819,1,3,'Why...?',12,0,100,0,0,0,13802,0,'Durnholde Sentry'),
|
|
(17819,2,0,'Halt!',12,0,100,0,0,0,19171,0,'Durnholde Sentry'),
|
|
(17819,2,1,'Stop them!',12,0,100,0,0,0,13822,0,'Durnholde Sentry'),
|
|
(17819,2,2,'Surrender immediately!',12,0,100,0,0,0,19512,0,'Durnholde Sentry'),
|
|
(17820,0,0,'I hear that Blackmoore has been acting strange.',12,0,100,0,0,0,19560,0,'Durnholde Rifleman'),
|
|
(17820,0,1,'I\'m thinking of a vacation. I hear Hearthglen is nice.',12,0,100,0,0,0,19561,0,'Durnholde Rifleman'),
|
|
(17820,0,2,'Quitting time can\'t come too soon.',12,0,100,0,0,0,19562,0,'Durnholde Rifleman'),
|
|
(17820,1,0,'Blackmoore will have... your head!',12,0,100,0,0,0,19517,0,'Durnholde Rifleman'),
|
|
(17820,1,1,'Cursed scum!',12,0,100,0,0,0,19518,0,'Durnholde Rifleman'),
|
|
(17820,1,2,'I was just... following orders.',12,0,100,0,0,0,19515,0,'Durnholde Rifleman'),
|
|
(17820,1,3,'Why...?',12,0,100,0,0,0,13802,0,'Durnholde Rifleman'),
|
|
(17820,2,0,'Halt!',12,0,100,0,0,0,19171,0,'Durnholde Rifleman'),
|
|
(17820,2,1,'Stop them!',12,0,100,0,0,0,13822,0,'Durnholde Rifleman'),
|
|
(17820,2,2,'Surrender immediately!',12,0,100,0,0,0,19512,0,'Durnholde Rifleman'),
|
|
(17826,0,0,'Beast! Obey me! Kill them at once!',14,0,100,0,0,10383,17511,0,'Swamplord Musel\'ek bear'),
|
|
(17826,1,0,'We fight to the death!',14,0,100,0,0,10384,17505,0,'Swamplord Musel\'ek Aggro'),
|
|
(17826,1,1,'I will end this quickly....',14,0,100,0,0,10385,17506,0,'Swamplord Musel\'ek Aggro'),
|
|
(17826,1,2,'Acalah pek ecta!',14,0,100,0,0,10386,17507,0,'Swamplord Musel\'ek Aggro'),
|
|
(17826,2,0,'Krypta!\n',14,0,100,0,0,10387,17508,0,'Swamplord Musel\'ek Slay'),
|
|
(17826,2,1,'It is finished.\n',14,0,100,0,0,10388,17509,0,'Swamplord Musel\'ek Slay'),
|
|
(17826,3,0,'Well... done...',14,0,100,0,0,10389,17510,0,'Swamplord Musel\'ek Death'),
|
|
(17831,0,0,'$n, let\'s go see if this plan will work. Come along, Buddy!',12,0,100,0,0,0,14608,0,'Watcher Leesa\'oh'),
|
|
(17831,1,0,'Ok, let\'s see about using those mushrooms you brought back to grow the bog lords a new food supply.',12,0,100,0,0,0,14609,0,'Watcher Leesa\'oh'),
|
|
(17831,2,0,'Wait and see what happens!',12,0,100,0,0,0,14615,0,'Watcher Leesa\'oh'),
|
|
(17831,3,0,'Oh Buddy, you big baby! Look, it\'s working. It\'s really working!! Now all I need to do is grow more of these mushrooms here and the bog lords will likely leave the sporelings alone!',12,0,100,0,0,0,14610,0,'Watcher Leesa\'oh'),
|
|
(17831,4,0,'Oh, thank you, $n! You\'ve made it possible to save both the sporelings from the bog lords, and the bog lords from our wrath.',12,0,100,0,0,0,14611,0,'Watcher Leesa\'oh'),
|
|
(17833,0,0,'I hear that Blackmoore has been acting strange.',12,0,100,0,0,0,19560,0,'Durnholde Warden'),
|
|
(17833,0,1,'I\'m thinking of a vacation. I hear Hearthglen is nice.',12,0,100,0,0,0,19561,0,'Durnholde Warden'),
|
|
(17833,0,2,'Quitting time can\'t come too soon.',12,0,100,0,0,0,19562,0,'Durnholde Warden'),
|
|
(17833,1,0,'Blackmoore will have... your head!',12,0,100,0,0,0,19517,0,'Durnholde Warden'),
|
|
(17833,1,1,'Cursed scum!',12,0,100,0,0,0,19518,0,'Durnholde Warden'),
|
|
(17833,1,2,'I was just... following orders.',12,0,100,0,0,0,19515,0,'Durnholde Warden'),
|
|
(17833,1,3,'Why...?',12,0,100,0,0,0,13802,0,'Durnholde Warden'),
|
|
(17833,2,0,'Halt!',12,0,100,0,0,0,19171,0,'Durnholde Warden'),
|
|
(17833,2,1,'Stop them!',12,0,100,0,0,0,13822,0,'Durnholde Warden'),
|
|
(17833,2,2,'Surrender immediately!',12,0,100,0,0,0,19512,0,'Durnholde Warden'),
|
|
(17835,0,0,'The wizard will fall!',12,0,100,0,0,0,15164,0,'Infinite Assassin'),
|
|
(17835,0,1,'We will not be stopped!',12,0,100,0,0,0,15166,0,'Infinite Assassin'),
|
|
(17835,0,2,'Your efforts... are in vain.',12,0,100,0,0,0,28034,0,'Infinite Assassin'),
|
|
(17839,0,0,'The sands of time shall be scattered to the winds!',14,0,100,0,0,0,15179,0,'Rift Lord'),
|
|
(17839,0,1,'History is about to be rewritten!',14,0,100,0,0,0,15180,0,'Rift Lord'),
|
|
(17839,0,2,'Let the siege begin!',14,0,100,0,0,0,15181,0,'Rift Lord'),
|
|
(17839,1,0,'The rift must be protected!',12,0,100,0,0,0,15182,0,'Rift Lord'),
|
|
(17839,1,1,'You are running out of time!',12,0,100,0,0,0,15183,0,'Rift Lord'),
|
|
(17839,1,2,'Victory or death!',12,0,100,0,0,0,15184,0,'Rift Lord'),
|
|
(17839,2,0,'You will never defeat us all!',12,0,100,0,0,0,15185,0,'Rift Lord'),
|
|
(17839,2,1,'You will accomplish nothing!',12,0,100,0,0,0,15186,0,'Rift Lord'),
|
|
(17839,2,2,'No! The rift...',12,0,100,0,0,0,15187,0,'Rift Lord'),
|
|
(17840,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Durnholde Tracking Hound'),
|
|
(17842,0,0,'Your time is almost... up.',14,0,100,0,0,11002,18248,0,'Azgalor - SAY_ONDEATH'),
|
|
(17842,1,0,'Reesh, hokta!',14,0,100,0,0,11001,18253,0,'Azgalor - SAY_ONSLAY1'),
|
|
(17842,1,1,'Don\'t fight it.',14,0,100,0,0,11048,18255,0,'Azgalor - SAY_ONSLAY2'),
|
|
(17842,1,2,'No one is going to save you.',14,0,100,0,0,11047,18254,0,'Azgalor - SAY_ONSLAY3'),
|
|
(17842,2,0,'Just a taste... of what awaits you.',14,0,100,0,0,11046,18252,0,'Azgalor - SAY_DOOM1'),
|
|
(17842,2,1,'Suffer, you despicable insect!',14,0,100,0,0,11000,18251,0,'Azgalor - SAY_DOOM2'),
|
|
(17842,3,0,'Abandon all hope! The Legion has returned to finish what was begun so many years ago. This time, there will be no escape!',14,0,100,0,0,10999,18247,0,'Azgalor - SAY_ONAGGRO'),
|
|
(17843,0,0,'I want all of your trackers out in search of the criminal, Matis the Cruel. I have given trusted agents of the Hand flare guns. Should you or one of your trackers see the flare, it means that an agent has found Matis and needs assistance. And remember, tracker, Matis is to be brought back to me alive.',12,7,100,1,0,0,14454,0,'Vindicator Kuros'),
|
|
(17848,0,0,'You there, fetch water quickly! Get these flames out before they spread to the rest of the keep! Hurry, damn you!',14,0,100,0,0,10428,15737,0,'lieutenant drake SAY_ENTER'),
|
|
(17848,1,0,'I know what you\'re up to, and I mean to put an end to it, permanently!',14,0,100,0,0,10429,16650,0,'lieutenant drake SAY_AGGRO'),
|
|
(17848,2,0,'No more middling for you.',14,0,100,0,0,10432,0,0,'lieutenant drake SAY_SLAY1'),
|
|
(17848,2,1,'You will not interfere!',14,0,100,0,0,10433,16663,0,'lieutenant drake SAY_SLAY2'),
|
|
(17848,3,0,'Time to bleed!',14,0,100,0,0,10430,16659,0,'lieutenant drake SAY_MORTAL'),
|
|
(17848,4,0,'Run, you blasted cowards!',14,0,100,0,0,10431,16660,0,'lieutenant drake SAY_SHOUT'),
|
|
(17848,5,0,'Thrall... must not... go free.',14,0,100,0,0,10434,16664,0,'lieutenant drake SAY_DEATH'),
|
|
(17852,0,0,'I will lay down for no one!',14,0,100,0,0,11031,18544,0,'thrall hyjal ATTACKED 1'),
|
|
(17852,0,1,'Bring the fight to me and pay with your lives!',14,0,100,0,0,11061,18545,0,'thrall hyjal ATTACKED 2'),
|
|
(17852,1,0,'Hold them back! Do not falter!',14,0,100,0,0,11030,18731,0,'thrall hyjal BEGIN'),
|
|
(17852,2,0,'Make ready for another wave! LOK-TAR OGAR!',14,0,100,0,0,11032,0,0,'thrall hyjal INCOMING'),
|
|
(17852,3,0,'Victory or Death!',14,0,100,0,0,11059,18732,0,'thrall hyjal RALLY 1'),
|
|
(17852,3,1,'Do not give an inch of ground!',14,0,100,0,0,11060,18733,0,'thrall hyjal RALLY 2'),
|
|
(17852,4,0,'It is over! Withdraw! We have failed....',14,0,100,0,0,11033,18734,0,'thrall hyjal FAILURE'),
|
|
(17852,5,0,'We have played our part, and done well at that. It is up to the others now.',14,0,100,0,0,11035,15312,0,'thrall hyjal SUCCESS'),
|
|
(17852,6,0,'Uraaa...',14,0,100,0,0,11034,0,0,'thrall hyjal DEATH'),
|
|
(17853,0,0,'We\'ve got you now, Matis the Cruel!',12,0,100,0,0,0,0,0,'Tracker of the Hand'),
|
|
(17853,1,0,'Return to Kuros. I will bring him to Blood Watch.',12,7,100,0,0,0,14445,0,'Tracker of the Hand'),
|
|
(17855,0,0,'Taste blade, mongrel!',12,0,100,0,0,0,10950,0,'Expedition Warden'),
|
|
(17855,0,1,'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...',12,0,100,0,0,0,10951,0,'Expedition Warden'),
|
|
(17855,0,2,'As if we don\'t have enough problems, you go and create more!',12,0,100,0,0,0,10953,0,'Expedition Warden'),
|
|
(17855,0,3,'You dare spill blood on neutral ground? OUT! OUT, I SAY!',12,0,100,0,0,0,10948,0,'Expedition Warden'),
|
|
(17855,0,4,'We don\'t take kindly to miscreants, $r.',12,0,100,0,0,0,10949,0,'Expedition Warden'),
|
|
(17855,0,5,'Get a rope!',12,0,100,0,0,0,10952,0,'Expedition Warden'),
|
|
(17855,0,6,'Believe me when I tell you this: You\'re gonna wish you weren\'t born, sissy!',12,0,100,0,0,0,10954,0,'Expedition Warden'),
|
|
(17855,0,7,'Your actions shame us all, $c. I hurt inside as I beat you senseless.',12,0,100,0,0,0,10955,0,'Expedition Warden'),
|
|
(17860,0,0,'I hear that Blackmoore has been acting strange.',12,0,100,0,0,0,19560,0,'Durnholde Veteran'),
|
|
(17860,0,1,'I\'m thinking of a vacation. I hear Hearthglen is nice.',12,0,100,0,0,0,19561,0,'Durnholde Veteran'),
|
|
(17860,0,2,'Quitting time can\'t come too soon.',12,0,100,0,0,0,19562,0,'Durnholde Veteran'),
|
|
(17860,1,0,'Blackmoore will have... your head!',12,0,100,0,0,0,19517,0,'Durnholde Veteran'),
|
|
(17860,1,1,'Cursed scum!',12,0,100,0,0,0,19518,0,'Durnholde Veteran'),
|
|
(17860,1,2,'I was just... following orders.',12,0,100,0,0,0,19515,0,'Durnholde Veteran'),
|
|
(17860,1,3,'Why...?',12,0,100,0,0,0,13802,0,'Durnholde Veteran'),
|
|
(17860,2,0,'Halt!',12,0,100,0,0,0,19171,0,'Durnholde Veteran'),
|
|
(17860,2,1,'Stop them!',12,0,100,0,0,0,13822,0,'Durnholde Veteran'),
|
|
(17860,2,2,'Surrender immediately!',12,0,100,0,0,0,19512,0,'Durnholde Veteran'),
|
|
(17862,0,0,'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.',14,0,100,0,0,10406,15909,0,'skarloc SAY_ENTER'),
|
|
(17862,1,0,'You\'re a slave! That\'s all you\'ll ever be!',14,0,100,0,0,10407,16673,0,'skarloc SAY_TAUNT1'),
|
|
(17862,1,1,'I don\'t know what Blackmoore sees in you. For my money, you\'re just another ignorant savage!',12,0,100,0,0,10408,0,0,'skarloc SAY_TAUNT2'),
|
|
(17862,2,0,'I don\'t know what Blackmoore sees in you. For my money you\'re just another ignorant savage!',14,0,100,0,0,10408,16674,0,'skarloc SAY_TAUNT2'),
|
|
(17862,2,1,'Did you really think you would leave here alive?',12,0,100,0,0,10410,16676,0,'skarloc SAY_SLAY2'),
|
|
(17862,3,0,'Thrall will never be free!',14,0,100,0,0,10409,16675,0,'skarloc SAY_SLAY1'),
|
|
(17862,3,1,'Did you really think you would leave here alive?',14,0,100,0,0,10410,16676,0,'skarloc SAY_SLAY2'),
|
|
(17862,4,0,'Guards... guards!',14,0,100,0,0,10411,16677,0,'skarloc SAY_DEATH'),
|
|
(17875,0,0,'I am at your service, my lord.',12,7,100,0,0,0,14453,0,'Hunter of the Hand'),
|
|
(17875,1,0,'It will be done, my lord.',12,7,100,1,0,0,14455,0,'Hunter of the Hand'),
|
|
(17875,2,0,'%s calls forth their bretheren.',16,7,100,22,0,0,14456,0,'Hunter of the Hand'),
|
|
(17875,3,0,'Brothers and sisters, tonight we hunt! A blood elf known as Matis must be brought to justice! The first to find him gets one week\'s vacation aboard the Exodar!',12,7,100,1,0,0,14457,0,'Hunter of the Hand'),
|
|
(17875,4,0,'Onward! The wilds of Bloodmyst await!',12,7,100,1,0,0,14458,0,'Hunter of the Hand'),
|
|
(17876,0,0,'Very well then. Let\'s go!',14,0,100,0,0,10465,17622,0,'thrall hillsbrad SAY_TH_START_EVENT_PART1'),
|
|
(17876,1,0,'As long as we\'re going with a new plan, I may as well pick up a weapon and some armor.',12,0,100,0,0,0,15893,0,'thrall hillsbrad SAY_TH_ARMORY'),
|
|
(17876,2,0,'A rider approaches.',12,0,100,0,0,10466,15908,0,'thrall hillsbrad SAY_TH_SKARLOC_MEET'),
|
|
(17876,3,0,'I\'ll never be chained again!',14,0,100,0,0,10467,17623,0,'thrall hillsbrad SAY_TH_SKARLOC_TAUNT'),
|
|
(17876,4,0,'Very well. Tarren Mill lies just west of here. Since time is of the essence...',14,0,100,0,0,10468,15916,0,'thrall hillsbrad SAY_TH_START_EVENT_PART2'),
|
|
(17876,5,0,'Let\'s ride!',12,0,100,0,0,10469,15948,0,'thrall hillsbrad SAY_TH_MOUNTS_UP'),
|
|
(17876,6,0,'Taretha must be in the inn. Let\'s go.',12,0,100,0,0,0,15977,0,'thrall hillsbrad SAY_TH_CHURCH_END'),
|
|
(17876,7,0,'Taretha! What foul magic is this?',12,0,100,0,0,0,15978,0,'thrall hillsbrad SAY_TH_MEET_TARETHA'),
|
|
(17876,8,0,'Who or what was that?',14,0,100,0,0,10470,16017,0,'thrall hillsbrad SAY_TH_EPOCH_WONDER'),
|
|
(17876,9,0,'No!',14,0,100,0,0,10471,35155,0,'thrall hillsbrad SAY_TH_EPOCH_KILL_TARETHA'),
|
|
(17876,10,0,'Goodbye, Taretha. I will never forget your kindness.',14,0,100,0,0,10472,16089,0,'thrall hillsbrad SAY_TH_EVENT_COMPLETE'),
|
|
(17876,11,0,'Things are looking grim....',14,0,100,0,0,10458,17610,0,'thrall hillsbrad SAY_TH_RANDOM_LOW_HP1'),
|
|
(17876,11,1,'I\'ll fight... to the last!',14,0,100,0,0,10459,17611,0,'thrall hillsbrad SAY_TH_RANDOM_LOW_HP2'),
|
|
(17876,12,0,'Taretha....',14,0,100,0,0,10460,17612,0,'thrall hillsbrad SAY_TH_RANDOM_DIE1'),
|
|
(17876,12,1,'A good day... to die.',14,0,100,0,0,10461,17613,0,'thrall hillsbrad SAY_TH_RANDOM_DIE2'),
|
|
(17876,13,0,'I have earned my freedom!',14,0,100,0,0,10448,17600,0,'thrall hillsbrad SAY_TH_RANDOM_AGGRO1'),
|
|
(17876,13,1,'This day is long overdue! Out of my way!',14,0,100,0,0,10449,17601,0,'thrall hillsbrad SAY_TH_RANDOM_AGGRO2'),
|
|
(17876,13,2,'I am a slave no longer!',14,0,100,0,0,10450,17602,0,'thrall hillsbrad SAY_TH_RANDOM_AGGRO3'),
|
|
(17876,13,3,'Blackmoore has much to answer for!',14,0,100,0,0,10451,17603,0,'thrall hillsbrad SAY_TH_RANDOM_AGGRO4'),
|
|
(17876,14,0,'You have forced my hand!',14,0,100,0,0,10452,17604,0,'thrall hillsbrad SAY_TH_RANDOM_KILL1'),
|
|
(17876,14,1,'It should not have come to this!',14,0,100,0,0,10453,17605,0,'thrall hillsbrad SAY_TH_RANDOM_KILL2'),
|
|
(17876,14,2,'I did not ask for this!',14,0,100,0,0,10454,17606,0,'thrall hillsbrad SAY_TH_RANDOM_KILL3'),
|
|
(17876,15,0,'I am truly in your debt, strangers.',14,0,100,0,0,10455,17607,0,'thrall hillsbrad SAY_TH_LEAVE_COMBAT1'),
|
|
(17876,15,1,'Thank you, strangers. You have given me hope.',14,0,100,0,0,10456,17608,0,'thrall hillsbrad SAY_TH_LEAVE_COMBAT2'),
|
|
(17876,15,2,'I will not waste this chance. I will seek out my destiny.',14,0,100,0,0,10457,17609,0,'thrall hillsbrad SAY_TH_LEAVE_COMBAT3'),
|
|
(17876,16,0,'That\'s enough out of him.',12,0,100,0,0,0,15892,0,'thrall hillsbrad SAY_KILL_ARMORER'),
|
|
(17876,17,0,'Let\'s go.',12,0,100,0,0,0,12393,0,'thrall hillsbrad SAY_GO_ARMORED'),
|
|
(17876,18,0,'She\'s not here.',12,0,100,0,0,0,15975,0,'thrall hillsbrad SAY_ENTER_CHURCH'),
|
|
(17876,19,0,'I\'m glad you\'re safe, Taretha. None of this would have been possible without your friends. They made all of this happen.',12,0,100,1,0,0,16083,0,'thrall hillsbrad SAY_GREET_TARETHA'),
|
|
(17876,20,0,'Then who are these people?',12,0,100,0,0,0,16084,0,'thrall hillsbrad SAY_CHAT_TARETHA1'),
|
|
(17876,21,0,'Thrall startles the horse with a fierce yell!',16,0,100,0,0,0,16499,0,'Thrall Horse Emote'),
|
|
(17876,22,0,'Thrall tries to calm the horse down.',16,0,100,0,0,0,15970,0,'Thrall Horse Emote 2'),
|
|
(17876,23,0,'Taretha isn\'t here. Let\'s head into town.',12,0,100,0,0,0,15974,0,'Thrall Say Lead'),
|
|
(17877,0,0,'Fhwoor go now, $n. Get ark, come back.',12,0,100,0,0,0,14639,0,'Fhwoor'),
|
|
(17877,1,0,'Take moment... get ready.',12,0,100,0,0,0,14640,0,'Fhwoor'),
|
|
(17877,2,0,'We go!',12,0,100,0,0,0,14641,0,'Fhwoor'),
|
|
(17877,3,0,'%s lifts the Ark of Ssslith with ease.',16,0,100,0,0,0,14642,0,'Fhwoor'),
|
|
(17877,4,0,'Uh oh...',12,0,100,0,0,0,14643,0,'Fhwoor'),
|
|
(17877,5,0,'Ha ha, squishy naga!',12,0,100,0,0,0,14644,0,'Fhwoor'),
|
|
(17877,6,0,'%s places the Ark of Ssslith on the ground.',16,0,100,0,0,0,14645,0,'Fhwoor'),
|
|
(17877,7,0,'Fhwoor do good!',12,0,100,0,0,0,14646,0,'Fhwoor'),
|
|
(17879,0,0,'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....',14,0,100,0,0,10412,16814,0,'chrono lord deja SAY_ENTER'),
|
|
(17879,1,0,'If you will not cease this foolish quest, then you will die!',14,0,100,0,0,10414,16815,0,'chrono lord deja SAY_AGGRO'),
|
|
(17879,2,0,'You have outstayed your welcome, Keeper. Be gone!',14,0,100,0,0,10413,16817,0,'chrono lord deja SAY_BANISH'),
|
|
(17879,3,0,'I told you it was a fool\'s quest!',14,0,100,0,0,10415,16818,0,'chrono lord deja SAY_SLAY1'),
|
|
(17879,3,1,'Leaving so soon?',14,0,100,0,0,10416,16819,0,'chrono lord deja SAY_SLAY2'),
|
|
(17879,4,0,'Time... is on our side.',14,0,100,0,0,10417,16816,0,'chrono lord deja SAY_DEATH'),
|
|
(17880,0,0,'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...',14,0,100,0,0,10442,16821,0,'temporus SAY_ENTER'),
|
|
(17880,1,0,'So be it... you have been warned.',14,0,100,0,0,10444,16822,0,'temporus SAY_AGGRO'),
|
|
(17880,2,0,'Keeper! The sands of time have run out for you.',14,0,100,0,0,10443,16824,0,'temporus SAY_BANISH'),
|
|
(17880,3,0,'You should have left when you had the chance.',14,0,100,0,0,10445,16825,0,'temporus SAY_SLAY1'),
|
|
(17880,3,1,'Your days are done.',14,0,100,0,0,10446,16826,0,'temporus SAY_SLAY2'),
|
|
(17880,4,0,'My death means... little.',14,0,100,0,0,10447,16823,0,'temporus SAY_DEATH'),
|
|
(17881,0,0,'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!',14,0,100,0,0,10400,16827,0,'aeonus SAY_ENTER'),
|
|
(17881,1,0,'Let us see what fate has in store....',14,0,100,0,0,10402,16828,0,'aeonus SAY_AGGRO'),
|
|
(17881,2,0,'Your time is up, slave of the past.',14,0,100,0,0,10401,16829,0,'aeonus SAY_BANISH'),
|
|
(17881,3,0,'One less obstacle in our way!',14,0,100,0,0,10403,16831,0,'aeonus SAY_SLAY1'),
|
|
(17881,3,1,'No one will stop us!',14,0,100,0,0,10404,16832,0,'aeonus SAY_SLAY2'),
|
|
(17881,4,0,'It is only a matter...of time.',14,0,100,0,0,10405,0,0,'aeonus SAY_DEATH'),
|
|
(17881,5,0,'%s goes into a frenzy!',16,0,100,0,0,0,10645,0,'aeonus EMOTE_FRENZY'),
|
|
(17888,0,0,'Shaza-kiel!',14,0,100,0,0,11017,18243,0,'Kazrogal - SAY_ONSLAY1'),
|
|
(17888,0,1,'You are nothing!',14,0,100,0,0,11053,18244,0,'Kazrogal - SAY_ONSLAY2'),
|
|
(17888,0,2,'Miserable nuisance!',14,0,100,0,0,11054,18245,0,'Kazrogal - SAY_ONSLAY3'),
|
|
(17888,1,0,'Your death will be a painful one.',14,0,100,0,0,11016,18241,0,'Kazrogal - SAY_MARK1'),
|
|
(17888,1,1,'You... are marked.',14,0,100,0,0,11052,18242,0,'Kazrogal - SAY_MARK2'),
|
|
(17888,2,0,'Cry for mercy! Your meaningless lives will soon be forfeit!',14,0,100,0,0,11015,18240,0,'Kazrogal - SAY_ONAGGRO'),
|
|
(17892,0,0,'We are not finished!',12,0,100,0,0,0,15174,0,'Infinite Chronomancer'),
|
|
(17892,0,1,'Death to the Last Guardian!',12,0,100,0,0,0,15171,0,'Infinite Chronomancer'),
|
|
(17892,0,2,'We will not fail!',12,0,100,0,0,0,23332,0,'Infinite Chronomancer'),
|
|
(17893,0,0,'Hey! Over here! Yeah, over here... I\'m in this cage!!!',14,0,100,0,0,0,14668,0,'Naturalist Bite'),
|
|
(17893,1,0,'Uh oh! It would appear that all of the noise you\'ve been making has attracted some unwanted attention!',12,0,100,0,0,0,14575,0,'Naturalist Bite'),
|
|
(17893,2,0,'I... HAVE HAD ENOUGH... OF... YOU!',12,0,100,0,0,0,14584,0,'Naturalist Bite'),
|
|
(17910,0,0,'Who dares disturb the sanctity of the Alonsus Chapel?',14,0,100,0,0,0,14577,3,'Gregor the Justiciar'),
|
|
(17912,0,0,'There is no other way, blasphemer. Prepare to meet your fate.',14,0,100,0,0,0,14587,3,'Nemas the Arbiter'),
|
|
(17913,0,0,'False paladin, show yourself! Prepare to taste the wrath of the Light\'s true servants!',14,0,100,0,0,0,14581,3,'Aelmar the Vanquisher'),
|
|
(17914,0,0,'What you have done is abominable! Atone for your crimes against the Light!',14,0,100,0,0,0,14580,3,'Vicar Hieronymus'),
|
|
(17918,0,0,'Victory will be ours!',14,0,100,0,0,0,15194,0,'Time Keeper'),
|
|
(17918,0,1,'Carry on! Victory at all costs!',14,0,100,0,0,0,15195,0,'Time Keeper'),
|
|
(17918,0,2,'Continue the fight! Do not falter!',14,0,100,0,0,0,15196,0,'Time Keeper'),
|
|
(17918,1,0,'Continue the fight! Do not falter!',14,0,100,0,0,0,15196,0,'Time Keeper'),
|
|
(17918,1,1,'Carry on! Victory at all costs!',14,0,100,0,0,0,15195,0,'Time Keeper'),
|
|
(17938,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Observer'),
|
|
(17938,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Observer'),
|
|
(17938,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Observer'),
|
|
(17938,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Observer'),
|
|
(17938,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Observer'),
|
|
(17940,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Technician'),
|
|
(17940,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Technician'),
|
|
(17940,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Technician'),
|
|
(17940,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Technician'),
|
|
(17940,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Technician'),
|
|
(17941,0,0,'The work must continue!',14,0,100,0,0,10376,17888,0,'Mennu the Betrayer - Aggro'),
|
|
(17941,0,1,'You brought this on yourselves!',14,0,100,0,0,10378,17889,0,'Mennu the Betrayer - Aggro'),
|
|
(17941,0,2,'Don\'t make me kill you!',14,0,100,0,0,10379,17890,0,'Mennu the Betrayer - Aggro'),
|
|
(17941,1,0,'It had to be done....',14,0,100,0,0,10380,17892,0,'Mennu the Betrayer - Kill'),
|
|
(17941,1,1,'You should not have come....',14,0,100,0,0,10381,17893,0,'Mennu the Betrayer - Kill'),
|
|
(17941,2,0,'I... deserve this....',14,0,100,0,0,10382,17894,0,'Mennu the Betrayer - Death'),
|
|
(17949,0,0,'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.',12,0,100,1,0,0,10869,0,'Malfurion Stormrage - say Text 0'),
|
|
(17949,1,0,'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.',12,0,100,1,0,0,10871,0,'Malfurion Stormrage - say Text 1'),
|
|
(17949,2,0,'Aye, Remulos. Prepare the mortal races.',12,0,100,1,0,0,10873,0,'Malfurion Stormrage - say Text 2'),
|
|
(17949,3,0,'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. ',12,0,100,1,0,0,10876,0,'Malfurion Stormrage - say Text 3'),
|
|
(17949,4,0,'Remulos, I am being drawn back... Tyrande... send her my love... Tell her I am safe. Tell her... Tell her I will return... Farewell...',12,0,100,1,0,0,10878,0,'Malfurion Stormrage - say Text 4'),
|
|
(17955,0,0,'The %s takes a piece of the mushroom tree and holds it to its \'nose\'. Seemingly satisfied, it eats it!',16,0,100,36,0,0,14612,0,'Hungry Bog Lord'),
|
|
(17955,1,0,'The %s uproots the rest of the mushroom tree and makes off with it.',16,0,100,36,0,0,14613,0,'Hungry Bog Lord'),
|
|
(17957,0,0,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Champion'),
|
|
(17957,0,1,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Champion'),
|
|
(17957,0,2,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Champion'),
|
|
(17957,0,3,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Champion'),
|
|
(17957,1,0,'Intrudersss with the prisssoner! Kill them!!!',14,0,100,0,0,0,15896,0,'Coilfang Champion - Naturalist Bite Event'),
|
|
(17958,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Defender'),
|
|
(17958,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Defender'),
|
|
(17958,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Defender'),
|
|
(17958,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Defender'),
|
|
(17958,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Defender'),
|
|
(17959,0,0,'Hurry up with it already! The longer you take, the more of a hurtin\' I\'m putting on you!',14,0,100,0,0,0,14412,0,'Coilfang Slavehandler'),
|
|
(17959,0,1,'This is terrible..... my arms grow tired from beating on you lazy peons!',14,0,100,0,0,0,14414,0,'Coilfang Slavehandler'),
|
|
(17959,0,2,'Too soon! You are slacking off too soon!',14,0,100,0,0,0,14415,0,'Coilfang Slavehandler'),
|
|
(17959,0,3,'Wake up! Now get up and back to work!',14,0,100,0,0,0,14405,0,'Coilfang Slavehandler'),
|
|
(17959,0,4,'What is this?! Didn\'t mommy and daddy teach you anything?!',14,0,100,0,0,0,14413,0,'Coilfang Slavehandler'),
|
|
(17959,1,0,'By Nazjatar\'s Depths! ',12,0,100,0,0,0,16711,0,'Coilfang Slavehandler'),
|
|
(17959,1,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Slavehandler'),
|
|
(17959,1,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Slavehandler'),
|
|
(17959,1,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Slavehandler'),
|
|
(17959,1,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Slavehandler'),
|
|
(17960,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Soothsayer'),
|
|
(17960,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Soothsayer'),
|
|
(17960,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Soothsayer'),
|
|
(17960,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Soothsayer'),
|
|
(17960,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Soothsayer'),
|
|
(17961,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Enchantress'),
|
|
(17961,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Enchantress'),
|
|
(17961,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Enchantress'),
|
|
(17961,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Enchantress'),
|
|
(17961,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Enchantress'),
|
|
(17962,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Coilfang Collaborator'),
|
|
(17963,0,0,'Free at last!',14,0,100,0,0,0,18707,0,'Wastewalker Slave'),
|
|
(17963,0,1,'Will the pain ever end?',14,0,100,0,0,0,15108,0,'Wastewalker Slave'),
|
|
(17963,0,2,'We have waited forever for this day to come!',14,0,100,0,0,0,18711,0,'Wastewalker Slave'),
|
|
(17963,0,3,'The pain is finally over.',14,0,100,0,0,0,18712,0,'Wastewalker Slave'),
|
|
(17963,0,4,'How can we ever repay you for this?',14,0,100,0,0,0,18710,0,'Wastewalker Slave'),
|
|
(17963,0,5,'I spit on the corpse of these filthy naga.',14,0,100,0,0,0,18713,0,'Wastewalker Slave'),
|
|
(17963,0,6,'Thank you!',14,0,100,0,0,0,18708,0,'Wastewalker Slave'),
|
|
(17964,0,0,'Free at last!',14,0,100,0,0,0,18707,0,'Wastewalker Worker'),
|
|
(17964,0,1,'Will the pain ever end?',14,0,100,0,0,0,15108,0,'Wastewalker Worker'),
|
|
(17964,0,2,'We have waited forever for this day to come!',14,0,100,0,0,0,18711,0,'Wastewalker Worker'),
|
|
(17964,0,3,'The pain is finally over.',14,0,100,0,0,0,18712,0,'Wastewalker Worker'),
|
|
(17964,0,4,'How can we ever repay you for this?',14,0,100,0,0,0,18710,0,'Wastewalker Worker'),
|
|
(17964,0,5,'I spit on the corpse of these filthy naga.',14,0,100,0,0,0,18713,0,'Wastewalker Worker'),
|
|
(17964,0,6,'Thank you!',14,0,100,0,0,0,18708,0,'Wastewalker Worker'),
|
|
(17968,1,0,'Your resistance is insignificant.',14,0,100,0,0,10987,18257,0,'Archimonde - SAY_AGGRO'),
|
|
(17968,2,0,'This world will burn!',14,0,100,0,0,10990,18262,0,'Archimonde - SAY_DOOMFIRE1'),
|
|
(17968,2,1,'Manach sheek-thrish!',14,0,100,0,0,11041,18263,0,'Archimonde - SAY_DOOMFIRE2'),
|
|
(17968,3,0,'A-kreesh!',14,0,100,0,0,11041,18260,0,'Archimonde - SAY_AIR_BURST1'),
|
|
(17968,3,1,'Away, vermin!',14,0,100,0,0,10989,18261,0,'Archimonde - SAY_AIR_BURST2'),
|
|
(17968,4,0,'All creation will be devoured.',14,0,100,0,0,11044,18265,0,'Archimonde - SAY_SLAY1'),
|
|
(17968,4,1,'Your soul will languish for eternity.',14,0,100,0,0,10991,18264,0,'Archimonde - SAY_SLAY12'),
|
|
(17968,4,2,'I am the coming of the end!',14,0,100,0,0,11045,18266,0,'Archimonde - SAY_SLAY3'),
|
|
(17968,5,0,'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!',14,0,100,0,0,10993,14990,0,'Archimonde - SAY_ENRAGE'),
|
|
(17968,6,0,'No, it cannot be! Nooo!',14,0,100,0,0,10992,14991,0,'Archimonde - SAY_DEATH'),
|
|
(17968,7,0,'You are mine now.',14,0,100,0,0,10988,18258,0,'Archimonde - SAY_SOUL_CHARGE1'),
|
|
(17968,7,1,'Bow to my will.',14,0,100,0,0,11042,18259,0,'Archimonde - SAY_SOUL_CHARGE2'),
|
|
(17968,8,0,'All of your efforts have been in vain, for the draining of the World Tree has already begun! Soon the heart of your world will beat no more!',14,0,100,0,0,10986,20432,3,'Archimonde - Intro'),
|
|
(17969,0,0,'Is the way clear? Let\'s get out while we can, $n.',12,0,100,0,0,0,14724,0,'Kayra Longmane'),
|
|
(17969,1,0,'Looks like we won\'t get away so easily. Get ready!',12,0,100,0,0,0,14725,0,'Kayra Longmane'),
|
|
(17969,2,0,'Let\'s keep moving. We\'re not safe here!',12,0,100,0,0,0,14726,0,'Kayra Longmane'),
|
|
(17969,3,0,'Look out, $n! Enemies ahead!',12,0,100,0,0,0,14727,0,'Kayra Longmane'),
|
|
(17969,4,0,'We\'re almost to the refuge! Let\'s go.',12,0,100,0,0,0,14728,0,'Kayra Longmane'),
|
|
(17969,5,0,'I can see my fellow druids from here. Thank you, $n. I\'m sure Ysiel will reward you for your actions!',12,0,100,0,0,0,14729,0,'Kayra Longmane'),
|
|
(17975,0,0,'What are you doing? These specimens are very delicate!',14,0,100,0,0,11144,19944,0,'High Botanist Freywinn - Aggro Say'),
|
|
(17975,1,0,'Your life cycle is now concluded.',14,0,100,0,0,11145,19945,0,'High Botanist Freywinn - Kill Plant as Bloodelf Say'),
|
|
(17975,1,1,'You will feed the worms.',14,0,100,0,0,11146,19946,0,'High Botanist Freywinn - Shapeshifting Say'),
|
|
(17975,2,0,'Endorel anuminor!',14,0,100,0,0,11147,19947,0,'High Botanist Freywinn - Shapeshifting Say'),
|
|
(17975,3,0,'Nature bends to my will....',14,0,100,0,0,11148,19948,0,'High Botanist Freywinn - Summoning Plants Say'),
|
|
(17975,4,0,'The specimens... must be preserved.',14,0,100,0,0,11149,19949,0,'High Botanist Freywinn - Death Say'),
|
|
(17975,5,0,'...thorny vines...mumble...ouch!',12,0,100,0,0,0,16947,0,'High Botanist Freywinn - OOC Random Say'),
|
|
(17975,5,1,'...mumble mumble...',12,0,100,0,0,0,16946,0,'High Botanist Freywinn - OOC Random Say'),
|
|
(17975,5,2,'...mumble...Petals of Fire...mumble...',12,0,100,0,0,0,16945,0,'High Botanist Freywinn - OOC Random Say'),
|
|
(17975,5,3,'...with the right mixture, perhaps...',12,0,100,0,0,0,16948,0,'High Botanist Freywinn - OOC Random Say'),
|
|
(17976,0,0,'Step forward. I will see that you are properly welcomed!',14,0,100,0,0,11071,19936,0,'Commander Sarannis - On Aggro Say'),
|
|
(17976,1,0,'Oh, stop your whimpering!',14,0,100,0,0,11072,19937,0,'Commander Sarannis - On Player Death Say'),
|
|
(17976,1,1,'Mission accomplished!',14,0,100,0,0,11073,19938,0,'Commander Sarannis - On Player Death Say'),
|
|
(17976,2,0,'You are no longer dealing with some underling!',14,0,100,0,0,11076,19939,0,'Commander Sarannis - On Cast Arcane Resonance Say'),
|
|
(17976,3,0,'Band\'or shorel\'aran!',14,0,100,0,0,11077,19940,0,'Commander Sarannis - On Cast Arcane Devastation Say'),
|
|
(17976,4,0,'%s calls for reinforcements!',16,0,100,0,0,0,17562,0,'Commander Sarannis - On HP@50% Summon emote'),
|
|
(17976,5,0,'Guards, rally! Cut these invaders down!',14,0,100,0,0,11078,19941,0,'Commander Sarannis - On HP@50% Summon Say'),
|
|
(17976,6,0,'I have not yet... begun to...',14,0,100,0,0,11079,19942,0,'Commander Sarannis - On Death Say'),
|
|
(17977,0,0,'Who disturbs this sanctuary?',14,0,100,0,0,11230,20024,0,'warp SAY_AGGRO'),
|
|
(17977,1,0,'You must die! But wait: this does not-- No, no... you must die!',14,0,100,0,0,11231,20025,0,'warp SAY_SLAY_1'),
|
|
(17977,1,1,'What am I doing? Why do I...',14,0,100,0,0,11232,20026,0,'warp SAY_SLAY_2'),
|
|
(17977,2,0,'Children, come to me!',14,0,100,0,0,11233,18376,0,'warp SAY_SUMMON_1'),
|
|
(17977,2,1,'Maybe this is not-- No, we fight! Come to my aid!',14,0,100,0,0,11234,20022,0,'warp SAY_SUMMON_2'),
|
|
(17977,3,0,'So... confused. Do not... belong here.',14,0,100,0,0,11235,20028,0,'warp SAY_DEATH'),
|
|
(17978,0,0,'What aggravation is this? You will die!',14,0,100,0,0,11205,20012,0,'Thorngrin the Tender - Aggro Say'),
|
|
(17978,1,0,'You seek a prize, eh? How about death?',14,0,100,0,0,11206,20013,0,'Thorngrin the Tender - 20% Health Say'),
|
|
(17978,2,0,'I hate to say I told you so...',14,0,100,0,0,11207,20014,0,'Thorngrin the Tender - Player Death Say'),
|
|
(17978,3,0,'Your life will be mine!',14,0,100,0,0,11208,20015,0,'Thorngrin the Tender - Cast Sacrifice Say'),
|
|
(17978,4,0,'I revel in your pain!',14,0,100,0,0,11209,20016,0,'Thorngrin the Tender - 50% Health Say'),
|
|
(17978,5,0,'I\'ll incinerate you!',14,0,100,0,0,11210,20017,0,'Thorngrin the Tender - Cast Hellfire Say'),
|
|
(17978,5,1,'Scream while you burn!',14,0,100,0,0,11211,20018,0,'Thorngrin the Tender - Cast Hellfire Say'),
|
|
(17978,6,0,'You won\'t... get far.',14,0,100,0,0,11212,20019,0,'Thorngrin the Tender - On Death Say'),
|
|
(17978,7,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Thorngrin the Tender - On Enrage Say'),
|
|
(17978,8,0,'Welcome my brothers! Bask in the glory of my power!',14,0,100,0,0,0,16961,0,'Thorngrin the Tender - Intro'),
|
|
(17980,0,0,'%s emits a strange noise.',16,0,100,0,0,0,10755,0,'laj EMOTE_SUMMON'),
|
|
(17982,0,0,'There\'s no turning back now. Stay close and watch my back.',12,0,100,1,0,0,14648,0,'npc_demolitionist_legoso SAY_LEGOSO_1'),
|
|
(17982,1,0,'There it is! Do you see where the large red crystal is jutting out from the Vector Coil? That\'s where I need to plant the first set of explosives.',12,0,100,25,0,0,14649,0,'npc_demolitionist_legoso SAY_LEGOSO_2'),
|
|
(17982,2,0,'Cover me!',12,0,100,5,0,0,14650,0,'npc_demolitionist_legoso SAY_LEGOSO_3'),
|
|
(17982,3,0,'It won\'t be much longer. Just keep them off me while I work.',12,0,100,69,0,0,14651,0,'npc_demolitionist_legoso SAY_LEGOSO_4'),
|
|
(17982,4,0,'That\'ll do it! Quickly, take cover!',12,0,100,5,0,0,14652,0,'npc_demolitionist_legoso SAY_LEGOSO_5'),
|
|
(17982,5,0,'3...',12,0,100,0,0,0,14653,0,'npc_demolitionist_legoso SAY_LEGOSO_6'),
|
|
(17982,6,0,'2...',12,0,100,0,0,0,14654,0,'npc_demolitionist_legoso SAY_LEGOSO_7'),
|
|
(17982,7,0,'1...',12,0,100,0,0,0,14655,0,'npc_demolitionist_legoso SAY_LEGOSO_8'),
|
|
(17982,8,0,'Don\'t get too excited, hero, that was the easy part. The challenge lies ahead! Let\'s go.',12,0,100,1,0,0,14656,0,'npc_demolitionist_legoso SAY_LEGOSO_9'),
|
|
(17982,9,0,'What in the Nether is that?!?!',12,0,100,5,0,0,14657,0,'npc_demolitionist_legoso SAY_LEGOSO_10'),
|
|
(17982,10,0,'Be ready for anything.',12,0,100,1,0,0,14658,0,'npc_demolitionist_legoso SAY_LEGOSO_11'),
|
|
(17982,11,0,'Blessed Light! She\'s siphoning energy right out of the Vector Coil!',12,0,100,53,0,0,14659,0,'npc_demolitionist_legoso SAY_LEGOSO_12'),
|
|
(17982,12,0,'Cover me, we have to do this quickly. Once I blow the support on this side, it will disrupt the energy beams and she\'ll break out! I doubt very much that she\'ll be happy to see us.',12,0,100,1,0,0,14660,0,'npc_demolitionist_legoso SAY_LEGOSO_13'),
|
|
(17982,13,0,'I\'ve almost got it! Just a little more time...',12,0,100,0,0,0,14661,0,'npc_demolitionist_legoso SAY_LEGOSO_14'),
|
|
(17982,14,0,'Take cover and be ready for the fight of your life!',12,0,100,5,0,0,14662,0,'npc_demolitionist_legoso SAY_LEGOSO_15'),
|
|
(17982,15,0,'3...',12,0,100,0,0,0,14653,0,'npc_demolitionist_legoso SAY_LEGOSO_16'),
|
|
(17982,16,0,'2...',12,0,100,0,0,0,14654,0,'npc_demolitionist_legoso SAY_LEGOSO_17'),
|
|
(17982,17,0,'1...',12,0,100,0,0,0,14655,0,'npc_demolitionist_legoso SAY_LEGOSO_18'),
|
|
(17982,18,0,'Holy mother of O\'ros!',12,0,100,5,0,0,14663,0,'npc_demolitionist_legoso SAY_LEGOSO_19'),
|
|
(17982,19,0,'I... I can\'t believe it\'s over. You did it! You\'ve destoyed the blood elves and their leader!',12,0,100,1,0,0,14664,0,'npc_demolitionist_legoso SAY_LEGOSO_20'),
|
|
(17982,20,0,'Get back to Blood Watch. I\'ll see you there...',12,0,100,1,0,0,14665,0,'npc_demolitionist_legoso SAY_LEGOSO_21'),
|
|
(17993,0,0,'Help! Someone help us!',14,0,100,0,0,0,16994,0,'Bloodwarder Protector'),
|
|
(17993,1,0,'Get out of here, there are too many of them! Escape while you can!',14,0,100,0,0,0,16993,0,'Bloodwarder Protector'),
|
|
(17994,0,0,'Do as I say, Fly!',12,0,100,25,0,0,16783,0,'Bloodwarder Falconer'),
|
|
(17994,1,0,'Kill $n!',14,0,100,0,0,0,17624,0,'Bloodwarder Falconer'),
|
|
(18042,0,0,'You won\'t escape us, druid!',12,0,100,0,0,0,14731,0,'Slavebinder'),
|
|
(18062,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Enraged Crusher'),
|
|
(18063,0,0,'We are honored by your presence, son of Durotan. The Greatmother awaits you at the hospice.',12,1,100,2,0,0,17098,0,'Thrall meeting Garrosh, part 1'),
|
|
(18063,1,0,'%s points towards the hospice.',16,0,100,25,0,0,17099,0,'Thrall meeting Garrosh, part 1'),
|
|
(18063,2,0,'As you wish, Thrall, son of Durotan.',12,1,100,1,0,0,17135,0,'Thrall meeting Garrosh, part 2'),
|
|
(18063,3,0,'%s collapses.',16,0,100,0,0,0,17163,0,'Event at the blue circle'),
|
|
(18063,4,0,'For my entire life I have thought my bloodline cursed. I have lived beneath the shadow of my father\'s greatest failure.',12,1,100,1,0,0,17164,0,'Event at the blue circle'),
|
|
(18063,5,0,'I hated him for what he had done. I hated him for the burden he left me. But now...',12,1,100,1,0,0,17166,0,'Event at the blue circle'),
|
|
(18063,6,0,'You have shown me truths that I would have never known. You and your allies have gifted me with something that cannot bear a price: Redemption. Thrall, redeemer of the Mag\'har, you honor me as none ever have...',12,1,100,1,0,0,17167,0,'Event at the blue circle'),
|
|
(18063,7,0,'On this day, a great burden has been lifted from my chest. My heart swells with pride. And for the first time, I can proudly proclaim who I am. I can finally unleash the fury in my heart.',12,1,100,1,0,0,17168,0,'Event at the blue circle'),
|
|
(18063,8,0,'I am Garrosh Hellscream, son of Grom, chieftain of the Mag\'har! Let the battle call of Hellscream give you courage and strength! Be lifted by my rallying cry.',14,1,100,15,0,0,17169,0,'Event at the blue circle'),
|
|
(18063,9,0,'Thank you, son of Durotan.',12,1,100,2,0,0,17171,0,'Event at the blue circle'),
|
|
(18069,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Mogor'),
|
|
(18069,1,0,'Dat was poop! Mogor could put up much better fight den dat!',14,0,100,15,0,0,15470,0,'Mogor'),
|
|
(18069,2,0,'Mogor not impressed! Skra\'gath wuz made of da air and shadow! Soft like da squishy orcies!',14,0,100,15,0,0,15474,0,'Mogor'),
|
|
(18069,3,0,'WUT!? UNPOSSIBLE!! You fight Mogor now! Mogor destroy!',14,0,100,15,0,0,15477,0,'Mogor'),
|
|
(18069,4,0,'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!',14,0,100,0,0,0,15478,0,'Mogor'),
|
|
(18069,5,0,'No more chances! Now you pay da ogre!',14,0,100,15,0,0,15479,0,'Mogor'),
|
|
(18069,6,0,'No more nice ogre! You hurt Mogor!!',14,0,100,0,0,0,15483,0,'Mogor'),
|
|
(18075,0,0,'%s laughs.',16,0,100,0,0,10624,17137,0,'Event at the blue circle'),
|
|
(18075,1,0,'So predictable. I knew you would come. And I see you\'ve brought the mighty Hellscream.',12,1,100,1,0,10625,17138,0,'Event at the blue circle'),
|
|
(18075,2,0,'His blood is mine, as is your whole misbegotten race.',12,1,100,1,0,10626,17139,0,'Event at the blue circle'),
|
|
(18075,3,0,'A worthy effort, but futile.',12,1,100,1,0,10627,17141,0,'Event at the blue circle'),
|
|
(18075,4,0,'%s laughs.',16,0,100,0,0,0,17137,0,'Event at the blue circle'),
|
|
(18075,5,0,'The boy believed you could be saved, but he didn\'t know what burns within your soul when in your heart, you know we are the same.',12,1,100,1,0,10628,17142,0,'Event at the blue circle'),
|
|
(18076,0,0,'NOOOO!',12,1,100,15,0,0,17144,0,'Event at the blue circle'),
|
|
(18076,1,0,'Thrall... The blood haze has lifted.',12,1,100,0,0,10629,17150,0,'Event at the blue circle'),
|
|
(18076,2,0,'Grom\'s eyes go dim as the blood curse is lifted.',16,0,100,0,0,0,17151,0,'Event at the blue circle'),
|
|
(18076,3,0,'The demon\'s fire has burnt out in my veins. I have... freed myself.',12,1,100,0,0,10630,17152,0,'Event at the blue circle'),
|
|
(18094,0,0,'I thought I saw something go into the barn.',12,0,100,0,0,0,15958,0,'Tarren Mill Lookout'),
|
|
(18094,1,0,'Something riled that horse. Let\'s go!',12,0,100,0,0,0,15969,0,'Tarren Mill Lookout'),
|
|
(18094,2,0,'Thrall\'s trapped himself in the chapel. He can\'t escape now.',12,0,100,0,0,0,15976,0,'Tarren Mill Lookout'),
|
|
(18094,3,0,'He\'s here, stop him!',12,0,100,0,0,0,15986,0,'Tarren Mill Lookout'),
|
|
(18096,0,0,'Thrall! Come outside and face your fate!',14,0,100,0,0,10418,16016,0,'epoch hunter SAY_ENTER1'),
|
|
(18096,1,0,'Taretha\'s life hangs in the balance. Surely you care for her. Surely you wish to save her... ',14,0,100,0,0,10419,16019,0,'epoch hunter SAY_ENTER2'),
|
|
(18096,2,0,'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!',14,0,100,0,0,10420,16021,0,'epoch hunter SAY_ENTER3'),
|
|
(18096,3,0,'Enough, I will erase your very existence!',14,0,100,0,0,10421,16023,0,'epoch hunter SAY_AGGRO1'),
|
|
(18096,3,1,'You cannot fight fate!',14,0,100,0,0,10422,16693,0,'epoch hunter SAY_AGGRO2'),
|
|
(18096,4,0,'You are... irrelevant.',14,0,100,0,0,10425,16694,0,'epoch hunter SAY_SLAY1'),
|
|
(18096,4,1,'Thrall will remain a slave. Taretha will die. You have failed.',14,0,100,0,0,10426,16695,0,'epoch hunter SAY_SLAY2'),
|
|
(18096,5,0,'Not so fast!',14,0,100,0,0,10423,16691,0,'epoch hunter SAY_BREATH1'),
|
|
(18096,5,1,'Struggle as much as you like...',14,0,100,0,0,10424,16692,0,'epoch hunter SAY_BREATH2'),
|
|
(18096,6,0,'Thrall will remain a slave. Taretha will die. You have failed.',14,0,100,0,0,10426,16695,0,'epoch hunter SAY_SLAY2'),
|
|
(18096,7,0,'Not so fast!',14,0,100,0,0,10423,16691,0,'epoch hunter SAY_BREATH1'),
|
|
(18096,7,1,'Struggle as much as you like...',14,0,100,0,0,10424,16692,0,'epoch hunter SAY_BREATH2'),
|
|
(18096,8,0,'No! The master will... not be... pleased.',14,0,100,0,0,10427,16696,0,'epoch hunter SAY_DEATH'),
|
|
(18098,0,0,'%s examines the information on the wanted poster.',16,0,100,0,0,0,18719,0,'Kialon Nightblade'),
|
|
(18103,0,0,'Obey the laws of Silvermoon. Failure to do so will result in termination.',12,1,100,0,0,0,14783,0,'Arcane Guardian'),
|
|
(18103,0,1,'Maintain order within these walls.',12,0,100,0,0,0,14787,0,'Arcane Guardian'),
|
|
(18103,0,2,'Happiness is mandatory, citizen.',12,0,100,0,0,0,14782,0,'Arcane Guardian - Random Talk'),
|
|
(18103,0,3,'Remain strong. Kael\'thas will - error - Lor\'themar will lead you to power and glory!',12,0,100,0,0,0,14784,0,'Arcane Guardian - Random Talk'),
|
|
(18103,0,4,'Do not disturb the serenity of the city. Peace must be upheld.',12,0,100,0,0,0,14785,0,'Arcane Guardian - Random Talk'),
|
|
(18105,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Ghaz\'an'),
|
|
(18109,0,0,'Burn! Burn! Burn!',12,12,100,0,0,0,14778,0,'Living Fire'),
|
|
(18117,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Ango\'rosh Ogre'),
|
|
(18119,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Ango\'rosh Brute'),
|
|
(18141,0,0,'I have been expecting you, young one. Come closer - my eyes are not as sharp as they once were.',12,1,100,273,0,0,17101,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,1,0,'Yes, you move like my son. You have his broad shoulders - ahh, and your mother\'s fierce eyes.',12,1,100,1,0,0,17120,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,2,0,'There is no doubt - you are the heir of Durotan... my grandson. Draka told me she was with child before she and your father left our world, but I never dared dream that they would survive...',12,1,100,1,0,0,17123,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,3,0,'Thrall? You\'ve been a slave only to the past, grandson! But no more! When last I saw him, Durotan told me the name he would give his unborn son... He was... so proud...',12,1,100,1,0,0,17126,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,4,0,'%s wipes a tear away.',16,0,100,0,0,0,17926,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,5,0,'Go\'el. You are Go\'el, son of Durotan - rightful chieftain of the Frostwolves. This day, grandson - you are the great joy of my heart.',12,1,100,1,0,0,17927,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,6,0,'I see that you hold the Doomhammer. Have all of our greatest heroes fallen, grandson?',12,1,100,1,0,0,17929,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,7,0,'What of Grommash? What of Hellscream?',12,1,100,6,0,0,17930,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,8,0,'Blessed spirits! For twenty years, all we knew was that Grom was the first to drink from the cursed chalice and bring damnation down upon our people... It is the only truth his son, Garrosh has ever known.',12,1,100,1,0,0,17129,0,'Thrall meeting Greatmother, part 1'),
|
|
(18141,9,0,'Grandson, will you... Will you tell Garrosh what you have told me about his father?',12,1,100,1,0,0,17131,0,'Thrall meeting Greatmother, part 1'),
|
|
(18146,0,0,'%s inclines his head slightly to the pair of guardians in greeting.',16,0,100,0,0,0,14811,0,'Champion Vranesh'),
|
|
(18146,1,0,'%s arches a sculpted brow at the guards, a disapproving scowl on his face.',16,0,100,0,0,0,14808,0,'Champion Vranesh'),
|
|
(18146,2,0,'%s glances from guard to guard.',16,0,100,0,0,0,14809,0,'Champion Vranesh'),
|
|
(18146,3,0,'%s surveys the small ranger practice ground with a condescending smirk.',16,0,100,0,0,0,14810,0,'Champion Vranesh'),
|
|
(18166,0,0,'Do not burden A\'dal with mundane questions, $r. This being\'s will is all that keeps our enemies from crushing this city.',12,0,100,0,0,0,17238,0,'Khadgar'),
|
|
(18166,1,0,'Show our guest around Shattrath, will you? Keep an eye out for pickpockets in the Lower City.',12,0,100,0,0,0,17266,0,'Khadgar'),
|
|
(18168,0,0,'Woe to each and every one of you, my pretties!',14,0,100,0,0,9179,15050,0,'crone SAY_CRONE_AGGRO'),
|
|
(18168,0,1,'It will all be over soon!',14,0,100,0,0,9307,15332,0,'crone SAY_CRONE_AGGRO2'),
|
|
(18168,1,0,'How could you? What a cruel, cruel world...',14,0,100,0,0,9178,15052,0,'crone SAY_CRONE_DEATH'),
|
|
(18168,2,0,'Fixed you, didn\'t I?',14,0,100,0,0,9180,15051,0,'crone SAY_CRONE_SLAY'),
|
|
(18174,0,0,'Lady Liadrin is bound to find a way. She must.',12,1,100,1,0,0,14838,0,'Initiate Colin'),
|
|
(18174,0,1,'Is... it true, what I\'ve heard? That it was the Sun King himself?',12,1,100,1,0,0,14839,0,'Initiate Colin'),
|
|
(18174,0,2,'Still, the Blood Knights will endure through this loss. We have no other choice... we must find another source.',12,1,100,1,0,0,14840,0,'Initiate Colin'),
|
|
(18174,1,0,'Who do they think they are?',12,1,100,1,0,0,14820,0,'Initiate Colin'),
|
|
(18174,1,1,'I know what you mean... they whisper about us when they think we can\'t hear them. They\'ll get theirs.',12,1,100,1,0,0,14821,0,'Initiate Colin'),
|
|
(18174,1,2,'Jealous, that\'s what they are. They\'re afraid to dedicate themselves to true power.',12,1,100,1,0,0,14822,0,'Initiate Colin'),
|
|
(18174,1,3,'They simply fear what they cannot begin to understand.',12,1,100,1,0,0,14823,0,'Initiate Colin'),
|
|
(18175,0,0,'Matters are so uncertain now that the chamber below is empty...',12,1,100,1,0,0,14831,0,'Initiate Emeline'),
|
|
(18175,0,1,'It\'s gone. I can\'t believe it\'s gone. Who would have thought we\'d be betrayed like this?',12,1,100,1,0,0,14833,0,'Initiate Emeline'),
|
|
(18175,1,0,'Our neighbors are positively laughable. Have you seen the way they turn up their noses at us?',12,1,100,1,0,0,14815,0,'Initiate Emeline'),
|
|
(18175,1,1,'The rangers certainly have a high opinion of themselves.',12,1,100,1,0,0,14818,0,'Initiate Emeline'),
|
|
(18175,1,2,'I\'m quickly tiring of the haughty attitude I receive from those grubby bowslingers outside.',12,1,100,1,0,0,14819,0,'Initiate Emeline'),
|
|
(18180,0,0,'Uh oh, those stags don\'t look pleased with us!',12,0,100,0,0,0,15088,0,'Hemet Nesingwary'),
|
|
(18180,1,0,'Look out, Fitz, they\'re coming right for us!',12,0,100,0,0,0,15089,0,'Hemet Nesingwary'),
|
|
(18185,0,0,'The %s hisses loudly and prepares to attack.',16,0,100,0,0,0,14853,0,'Feralfen Serpent Spirit'),
|
|
(18200,0,0,'%s smiles and sheathes his rifle.',16,0,100,0,0,0,15091,0,'Shado \'Fitz\' Farstrider'),
|
|
(18202,0,0,'Where do you think you\'re going? Kill them all!',12,0,100,0,0,0,15003,0,'maghar captive SAY_MAG_MORE_REPLY'),
|
|
(18206,0,0,'Will the pain ever end?',12,0,100,0,0,0,15108,0,'Wastewalker Captive'),
|
|
(18206,0,1,'Help me! Please help me!',12,0,100,0,0,0,15103,0,'Wastewalker Captive'),
|
|
(18206,0,2,'How can you just leave me here?',12,0,100,0,0,0,15106,0,'Wastewalker Captive'),
|
|
(18209,0,0,'It\'s an ambush! Defend yourself!',12,0,100,0,0,0,15044,0,'Kurenai Captive'),
|
|
(18209,1,0,'More of them coming! Watch out!',12,0,100,0,0,0,15000,0,'Kurenai Captive'),
|
|
(18209,2,0,'Ride the lightning, filth!',12,1,100,0,0,0,15006,0,'Kurenai Captive'),
|
|
(18209,3,0,'We are surrounded!',14,0,100,0,0,0,15047,0,'Kurenai Captive'),
|
|
(18209,4,0,'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.',14,7,100,0,0,0,15048,0,'Kurenai Captive'),
|
|
(18210,0,0,'Look out!',12,0,100,0,0,0,39797,0,'maghar captive SAY_MAG_START'),
|
|
(18210,1,0,'More of them coming! Watch out!',12,1,100,0,0,0,15000,0,'maghar captive SAY_MAG_MORE'),
|
|
(18210,2,0,'Ride the lightning, filth!',12,1,100,0,0,0,15006,0,'maghar captive SAY_MAG_LIGHTNING'),
|
|
(18210,3,0,'FROST SHOCK!',12,0,100,0,0,0,15009,0,'maghar captive SAY_MAG_SHOCK'),
|
|
(18210,4,0,'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.',12,1,100,0,0,0,15001,0,'maghar captive SAY_MAG_COMPLETE'),
|
|
(18211,0,0,'Don\'t let them escape! Kill the strong one first!',12,0,100,0,0,0,15002,0,'maghar captive SAY_MAG_NO_ESCAPE'),
|
|
(18218,0,0,'Uh... sure thing, Gankly. Just...<cough>... wait right there. <Cough> Guys?',12,0,100,0,0,0,15112,0,'Harold Lane'),
|
|
(18218,1,0,'What\'s going on?!',12,0,100,0,0,0,15090,0,'Harold Lane'),
|
|
(18218,2,0,'Um... guys?',12,0,100,0,0,0,15093,0,'Harold Lane'),
|
|
(18218,3,0,'Hemet? Fitz?',12,0,100,0,0,0,15094,0,'Harold Lane'),
|
|
(18218,4,0,'Oh good, I was beginning to worry.',12,0,100,0,0,0,15095,0,'Harold Lane'),
|
|
(18218,5,0,'Shifting, %s moans from the pain of his thorn scratch.',16,0,100,0,0,0,15157,0,'Harold Lane'),
|
|
(18218,5,1,'%s groans in pain.',16,0,100,0,0,0,15158,0,'Harold Lane'),
|
|
(18218,5,2,'%s looks at his friends and then grunts painfully.',16,0,100,0,0,0,15159,0,'Harold Lane'),
|
|
(18218,5,3,'%s wakes himself up snoring.',16,0,100,0,0,0,15160,0,'Harold Lane'),
|
|
(18218,5,4,'%s winces when he touches the tender area around his scratch.',16,0,100,0,0,0,15161,0,'Harold Lane'),
|
|
(18218,5,5,'%s begins to whistle a tune, but then stops abruptly and moans.',16,0,100,0,0,0,15162,0,'Harold Lane'),
|
|
(18230,0,0,'The magister\'s going to kill me...',12,1,100,0,0,0,15011,0,'Trayanise'),
|
|
(18230,0,1,'No, no, no! Come back here!',12,1,100,0,0,0,15010,0,'Trayanise'),
|
|
(18230,0,2,'Argh. They told me those crystals would work properly!',12,1,100,0,0,0,15013,0,'Trayanise'),
|
|
(18230,0,3,'When I catch you, I\'m going to disenchant your components, so help me...',12,1,100,0,0,0,15015,0,'Trayanise'),
|
|
(18230,0,4,'Get back here, you little...',12,1,100,0,0,0,15012,0,'Trayanise'),
|
|
(18230,0,5,'You stay out of the regent lord\'s way! I mean it!',12,1,100,0,0,0,15014,0,'Trayanise'),
|
|
(18241,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Crusty'),
|
|
(18248,0,0,'Grunting, %s turns away from the wanted poster, returning to his warm spot by the fire.',16,0,100,0,0,0,18782,0,'Nekthar'),
|
|
(18248,1,0,'%s begins to read the wanted poster.',16,0,100,0,0,0,18781,0,'Nekthar'),
|
|
(18262,0,0,'I give up! Please don\'t kill me!',12,0,100,0,0,0,15097,0,'unkor SAY_SUBMIT'),
|
|
(18265,0,0,'Nothing surprising there. Come back with some real news, will you?',12,0,100,0,0,0,17191,0,'Gezhe'),
|
|
(18265,0,1,'As expected. Very well, dismissed.',12,0,100,0,0,0,17190,0,'Gezhe'),
|
|
(18292,0,0,'The pitfighter will be victorious! Just look at him!',12,1,100,5,0,0,16229,0,''),
|
|
(18292,0,1,'He\'s so well disciplined!',12,1,100,21,0,0,16230,0,''),
|
|
(18292,0,2,'How does he do it?',12,1,100,6,0,0,16231,0,''),
|
|
(18293,0,0,'The pitfighter will be victorious! Just look at him!',12,1,100,5,0,0,16236,0,''),
|
|
(18293,0,1,'He\'s so well disciplined!',12,1,100,21,0,0,16237,0,''),
|
|
(18293,0,2,'How does he do it?',12,1,100,6,0,0,16238,0,''),
|
|
(18294,0,0,'Hi, Harold. I have your skins!',12,0,100,3,0,0,15102,0,'Kristen Dipswitch'),
|
|
(18294,1,0,'Ack! Somebody help me!',12,0,100,0,0,0,15104,0,'Kristen Dipswitch'),
|
|
(18296,0,0,'Wow! Look at his muscles!',12,1,100,0,0,0,16233,0,''),
|
|
(18296,0,1,'I wanna be just like the pitfighter!',12,1,100,0,0,0,16234,0,''),
|
|
(18296,0,2,'Will he win? Can he win?',12,1,100,0,0,0,16235,0,''),
|
|
(18297,0,0,'I\'ll be taking those skins, tiny.',12,0,100,0,0,0,15111,0,'Gankly Rottenfist'),
|
|
(18297,1,0,'%s rifles through Kristen\'s stuff and grabs her bundle of skins.',16,0,100,16,0,0,15109,0,'Gankly Rottenfist'),
|
|
(18297,2,0,'Here are my skins, Harold. Now give me the reward!',12,0,100,1,0,0,15110,0,'Gankly Rottenfist'),
|
|
(18303,0,0,'My brothers and sisters. Listen to me. We must speak of the survival of our people. We have narrowly survived one calamity, but I fear the next shall destroy us.',12,0,100,1,0,0,15673,0,'Lyria Skystrider'),
|
|
(18303,1,0,'Can you not see what is happening? Open your eyes. It is laid bare for all to see. What is this new alliance? Why have we betrayed our allies of old, only to take up with the enemies of all that live?',12,0,100,1,0,0,15674,0,'Lyria Skystrider'),
|
|
(18303,2,0,'You speak of her as friend? You are a fool. This \"Dark Lady\" is not Sylvanas.',12,0,100,1,0,0,15680,0,'Lyria Skystrider'),
|
|
(18303,3,0,'Blood? And these orcs, these fair weather friends? They will aid us?',12,0,100,11,0,0,15743,0,'Lyria Skystrider'),
|
|
(18303,4,0,'The magisters are the traitors! They have sealed our doom.',12,0,100,25,0,0,15750,0,'Lyria Skystrider'),
|
|
(18303,5,0,'We have not struggled so hard to survive, only to bring about the true destruction.',12,0,100,1,0,0,15754,0,'Lyria Skystrider'),
|
|
(18303,6,0,'If we speak as one, we cannot be ignored!',12,0,100,1,0,0,15917,0,'Lyria Skystrider'),
|
|
(18303,7,0,'We will repay the betrayal of the Alliance! We shall never forget, and never forgive!',12,1,100,21,0,0,15930,0,'Lyria Skystrider'),
|
|
(18309,0,0,'If you hear the whisper, you\'re dying...',12,0,100,0,0,0,16724,0,'Ethereal Scavenger'),
|
|
(18309,0,1,'Welcome to the Void...',12,0,100,0,0,0,16723,0,'Ethereal Scavenger'),
|
|
(18309,0,2,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Ethereal Scavenger'),
|
|
(18309,0,3,'You\'re far from home, stranger.',12,0,100,0,0,0,16722,0,'Ethereal Scavenger'),
|
|
(18311,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Ethereal Crypt Raider'),
|
|
(18311,0,1,'Welcome to the Void...',12,0,100,0,0,0,16723,0,'Ethereal Crypt Raider'),
|
|
(18311,0,2,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Ethereal Crypt Raider'),
|
|
(18311,0,3,'You\'re far from home, stranger.',12,0,100,0,0,0,16722,0,'Ethereal Crypt Raider'),
|
|
(18312,0,0,'If you hear the whisper, you\'re dying...',12,0,100,0,0,0,16724,0,'Ethereal Spellbinder'),
|
|
(18312,0,1,'Welcome to the Void...',12,0,100,0,0,0,16723,0,'Ethereal Spellbinder'),
|
|
(18312,0,2,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Ethereal Spellbinder'),
|
|
(18312,0,3,'You\'re far from home, stranger.',12,0,100,0,0,0,16722,0,'Ethereal Spellbinder'),
|
|
(18313,0,0,'If you hear the whisper, you\'re dying...',12,0,100,0,0,0,16724,0,'Ethereal Sorcerer'),
|
|
(18313,0,1,'Welcome to the Void...',12,0,100,0,0,0,16723,0,'Ethereal Sorcerer'),
|
|
(18313,0,2,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Ethereal Sorcerer'),
|
|
(18313,0,3,'You\'re far from home, stranger.',12,0,100,0,0,0,16722,0,'Ethereal Sorcerer'),
|
|
(18314,0,0,'If you hear the whisper, you\'re dying...',12,0,100,0,0,0,16724,0,'Nexus Stalker'),
|
|
(18314,0,1,'Welcome to the Void...',12,0,100,0,0,0,16723,0,'Nexus Stalker'),
|
|
(18314,0,2,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Nexus Stalker'),
|
|
(18314,0,3,'You\'re far from home, stranger.',12,0,100,0,0,0,16722,0,'Nexus Stalker'),
|
|
(18315,0,0,'If you hear the whisper, you\'re dying...',12,0,100,0,0,0,16724,0,'Ethereal Theurgist'),
|
|
(18315,0,1,'Welcome to the Void...',12,0,100,0,0,0,16723,0,'Ethereal Theurgist'),
|
|
(18315,0,2,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Ethereal Theurgist'),
|
|
(18315,0,3,'You\'re far from home, stranger.',12,0,100,0,0,0,16722,0,'Ethereal Theurgist'),
|
|
(18317,0,0,'If you hear the whisper, you\'re dying...',12,0,100,0,0,0,16724,0,'Ethereal Priest'),
|
|
(18317,0,1,'Welcome to the Void...',12,0,100,0,0,0,16723,0,'Ethereal Priest'),
|
|
(18317,0,2,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Ethereal Priest'),
|
|
(18317,0,3,'You\'re far from home, stranger.',12,0,100,0,0,0,16722,0,'Ethereal Priest'),
|
|
(18318,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18318,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18318,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18318,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18318,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18319,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18319,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18319,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18319,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18319,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18320,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18320,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18320,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18320,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18320,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18321,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18321,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18321,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18321,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18321,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18322,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18322,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18322,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18322,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18322,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18323,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18323,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18323,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18323,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18323,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18325,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18325,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18325,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18325,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18325,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18326,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18326,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18326,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18326,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18326,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18327,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18327,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18327,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18327,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18327,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18328,0,0,'In Terokk\'s name!',12,0,100,0,0,0,16716,0,'Sethekk Halls Trash'),
|
|
(18328,0,1,'Protect the Veil!',12,0,100,0,0,0,16717,0,'Sethekk Halls Trash'),
|
|
(18328,0,2,'Darkfire -- avenge us!',12,0,100,0,0,0,16718,0,'Sethekk Halls Trash'),
|
|
(18328,0,3,'Ssssekk-sara Rith-nealaak!',12,0,100,0,0,0,16719,0,'Sethekk Halls Trash'),
|
|
(18328,0,4,'Arak-ha!',12,0,100,0,0,0,16720,0,'Sethekk Halls Trash'),
|
|
(18331,0,0,'If you hear the whisper, you\'re dying...',12,0,100,0,0,0,16724,0,'Ethereal Darkcaster'),
|
|
(18331,0,1,'Welcome to the Void...',12,0,100,0,0,0,16723,0,'Ethereal Darkcaster'),
|
|
(18331,0,2,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Ethereal Darkcaster'),
|
|
(18331,0,3,'You\'re far from home, stranger.',12,0,100,0,0,0,16722,0,'Ethereal Darkcaster'),
|
|
(18337,0,0,'That should take care of that. Summon me if you have further need of my services.',12,0,100,11,0,0,15922,0,'Priest Kath\'mar'),
|
|
(18338,0,0,'Azeroth has cowered too long under our shadow! Now, feel the power of the Burning Crusade, and despair!',14,0,100,0,0,0,16046,3,'Highlord Kruul - On Spawn'),
|
|
(18338,0,1,'Your fate is sealed, Azeroth! I will find the Aspect Shards, and then you will not stand against our might!',14,0,100,0,0,0,16047,3,'Highlord Kruul - On Spawn'),
|
|
(18338,0,2,'Cower, little worms! Your heroes are nothing! Your saviors will be our first feast!',14,0,100,0,0,0,16045,3,'Highlord Kruul - On Spawn'),
|
|
(18338,0,3,'Where? Where are the Shards! You cannot hide them from us!',14,0,100,0,0,0,17097,3,'Highlord Kruul - On Spawn'),
|
|
(18338,0,4,'Your world will die, mortals! Your doom is now at hand!',14,0,100,0,0,0,16044,3,'Highlord Kruul - On Spawn'),
|
|
(18338,1,0,'Your own strength feeds me, $n!',14,0,100,0,0,0,8461,0,'Highlord Kruul - Just Killed'),
|
|
(18338,2,0,'Ha! This place is not yet worthy of my infliction.',14,0,100,0,0,0,16048,0,'Highlord Kruul - On Despawn'),
|
|
(18340,0,0,'I will show you not to cross us again!',12,0,100,0,0,0,15202,0,'Steam Pump Overseer'),
|
|
(18340,0,1,'Warlord Kalithresh will hear of this insolence!',12,0,100,0,0,0,15201,0,'Steam Pump Overseer'),
|
|
(18340,0,2,'I\'ll make you pay for that!',12,0,100,0,0,0,15199,0,'Steam Pump Overseer'),
|
|
(18341,0,0,'I will feed... on your soul.',14,0,100,0,0,10561,17771,0,'pandemonius SAY_AGGRO_1'),
|
|
(18341,0,1,'So... full of life.',14,0,100,0,0,10562,17772,0,'pandemonius SAY_AGGRO_2'),
|
|
(18341,0,2,'Do not... resist.',14,0,100,0,0,10563,17773,0,'pandemonius SAY_AGGRO_3'),
|
|
(18341,1,0,'Yes... I am... empowered.',14,0,100,0,0,10564,17774,0,'pandemonius SAY_KILL_1'),
|
|
(18341,1,1,'More... I must have more.',14,0,100,0,0,10565,17775,0,'pandemonius SAY_KILL_2'),
|
|
(18341,2,0,'To the Void... once more.',14,0,100,0,0,10566,17776,0,'pandemonius SAY_DEATH'),
|
|
(18341,3,0,'%s shifts into the void...',41,0,100,0,0,0,21067,0,'pandemonius EMOTE_DARK_SHELL'),
|
|
(18344,0,0,'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.',14,0,100,0,0,10539,17784,0,'shaffar SAY_INTRO'),
|
|
(18344,1,0,'We have not been properly introduced.',14,0,100,0,0,10541,17780,0,'shaffar SAY_AGGRO_1'),
|
|
(18344,1,1,'An epic battle, how exciting!',14,0,100,0,0,10542,17781,0,'shaffar SAY_AGGRO_2'),
|
|
(18344,1,2,'I\'ve longed for a good adventure!',14,0,100,0,0,10543,17782,0,'shaffar SAY_AGGRO_3'),
|
|
(18344,2,0,'It has been... entertaining.',14,0,100,0,0,10544,17779,0,'shaffar SAY_SLAY_1'),
|
|
(18344,2,1,'And now we part company.',14,0,100,0,0,10545,17778,0,'shaffar SAY_SLAY_2'),
|
|
(18344,3,0,'I have such fascinating things to show you.',14,0,100,0,0,10540,17783,0,'shaffar SAY_SUMMON'),
|
|
(18344,4,0,'I must bid you... farewell.',14,0,100,0,0,10546,17777,0,'shaffar SAY_DEAD'),
|
|
(18351,0,0,'In Nagrand, food hunt ogre!',12,0,100,0,0,0,15278,0,'Lump'),
|
|
(18351,0,1,'You taste good with maybe a little salt and pepper.',12,0,100,0,0,0,15279,0,'Lump'),
|
|
(18351,1,2,'OK, OK! Lump give up!',12,0,100,0,0,0,15282,0,'Lump'),
|
|
(18369,0,0,'Thanks, $r! I\'m sure my dad will reward you greatly! Bye!',12,0,100,0,0,0,15297,0,'corki NPC_CORKI_3'),
|
|
(18371,0,0,'%s focuses on $n!',41,0,100,0,0,0,19321,0,'Shirrak the Dead Watcher - Emote Focus'),
|
|
(18373,0,0,'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.',14,0,100,0,0,10509,0,0,'maladaar SAY_INTRO'),
|
|
(18373,1,0,'Rise, my fallen brothers! Take form and fight!',14,0,100,0,0,10512,15466,0,'maladaar SAY_SUMMON'),
|
|
(18373,2,0,'You will pay with your life!',14,0,100,0,0,10513,17647,0,'maladaar SAY_AGGRO_1'),
|
|
(18373,2,1,'There is no turning back now!',14,0,100,0,0,10514,17648,0,'maladaar SAY_AGGRO_2'),
|
|
(18373,2,2,'Serve your penitence!',14,0,100,0,0,10515,17649,0,'maladaar SAY_AGGRO_3'),
|
|
(18373,3,0,'Let your mind be clouded.',14,0,100,0,0,10510,17644,0,'maladaar SAY_ROAR'),
|
|
(18373,3,1,'Stare into the darkness of your soul.',14,0,100,0,0,10511,17645,0,'maladaar SAY_SOUL_CLEAVE'),
|
|
(18373,4,0,'These walls will be your tomb!',14,0,100,0,0,10516,17650,0,'maladaar SAY_SLAY_1'),
|
|
(18373,4,1,'Now you\'ll stay... for eternity.',14,0,100,0,0,10517,17651,0,'maladaar SAY_SLAY_2'),
|
|
(18373,5,0,'This is... where I belong.',14,0,100,0,0,10518,17646,0,'maladaar SAY_DEATH'),
|
|
(18384,0,0,'%s dons his wolf-fur vestments.',16,0,100,0,0,0,17039,0,'Malukaz'),
|
|
(18384,1,0,'Wolf spirit of the forest, hear me!',12,0,100,0,0,0,17044,0,'Malukaz'),
|
|
(18384,2,0,'Long ago, you were a companion to my people. We gave ourselves to evil and you were forgotten.',12,0,100,0,0,0,17046,0,'Malukaz'),
|
|
(18384,3,0,'But we have returned, spirit! We have returned to honor you again. Favor us with your presence once more.',12,0,100,0,0,0,17047,0,'Malukaz'),
|
|
(18384,4,0,'May our bond with you never be broken again, spirit.',12,0,100,0,0,0,17055,0,'Malukaz'),
|
|
(18384,5,0,'We have done it! Thrall would be proud.',12,0,100,0,0,0,17066,0,'Malukaz'),
|
|
(18385,0,0,'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!',12,0,100,0,0,0,17073,0,'Rakoria'),
|
|
(18385,1,0,'Ship it!',12,0,100,25,0,0,17075,0,'Rakoria'),
|
|
(18391,0,0,'Your blood will coat the walls of Kil\'sorrow!',12,0,100,0,0,0,16062,0,'Giselda the Crone - Say on Transformation'),
|
|
(18398,0,0,'Brokentoe prepares to charge.',41,0,100,0,0,0,15438,0,'Brokentoe'),
|
|
(18399,0,0,'Blue brothers reign supreme!',12,0,100,15,0,0,15460,0,'Murkblood Twin'),
|
|
(18400,0,0,'ROKDAR SMASH PUNY $n!',14,0,100,0,0,0,15468,0,'Rokdar the Sundered Lord'),
|
|
(18401,0,0,'Closer... Come closer... See what the void brings!',14,0,0,0,0,0,15472,0,'Skra\'gath'),
|
|
(18401,1,0,'%s absorbs the holy energy of the attack.',16,0,0,0,0,0,17110,0,'Skra\'gath'),
|
|
(18401,2,0,'%s absorbs the fire energy of the attack.',16,0,0,0,0,0,17105,0,'Skra\'gath'),
|
|
(18401,3,0,'%s absorbs the nature energy of the attack.',16,0,0,0,0,0,17107,0,'Skra\'gath'),
|
|
(18401,4,0,'%s absorbs the frost energy of the attack.',16,0,0,0,0,0,17106,0,'Skra\'gath'),
|
|
(18401,5,0,'%s absorbs the shadow energy of the attack.',16,0,0,0,0,0,17108,0,'Skra\'gath'),
|
|
(18401,6,0,'%s absorbs the arcane energy of the attack.',16,0,0,0,0,0,17109,0,'Skra\'gath'),
|
|
(18402,0,0,'Piece by piece I will tear this challenger apart... PIECE BY PIECE!',12,0,100,15,0,0,15476,0,'Warmaul Champion'),
|
|
(18405,0,0,'Protect the Botanica at all costs!',14,0,100,0,0,0,16784,0,'Tempest-Forge Peacekeeper'),
|
|
(18405,0,1,'Any intruders must be eliminated!',14,0,100,0,0,0,16785,0,'Tempest-Forge Peacekeeper'),
|
|
(18407,0,0,'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.',12,1,100,0,0,0,15371,0,'Warden Bullrok'),
|
|
(18407,1,0,'That\'s the best reward we\'re going to be able to offer. Hopefully someone accepts the mission.',12,1,100,1,0,0,15372,0,'Warden Bullrok'),
|
|
(18408,0,0,'New posting going up! Adventurers and heroes, gather round the bulletin board!',12,7,100,0,0,0,15373,0,'Warden Moi\'bff Jill'),
|
|
(18408,1,0,'That should get Telaar the assistance it needs!',12,7,100,5,0,0,15374,0,'Warden Moi\'bff Jill'),
|
|
(18417,0,0,'The information you seek... I cannot give you that freely. You will have to prove that your enemies are the same as mine.',12,0,100,25,0,0,19890,0,'Altruis the Sufferer to Player'),
|
|
(18417,1,0,'This book would give me unlimited power over my enemies... I would become... unstoppable!',12,0,100,1,0,0,19614,0,'Altruis the Sufferer to Player'),
|
|
(18417,2,0,'No... you must take this from me, $n! I feel its dark power swaying my will already! Use it to destroy Varedis.',12,0,100,274,0,0,19615,0,'Altruis the Sufferer to Player'),
|
|
(18420,0,0,'Hmm...Frost, Fire, and Arcane defenses respond faster than Batch 7, but Nature defenses remain passive.',12,0,100,0,0,0,17178,0,'Sunseeker Geomancer'),
|
|
(18421,0,0,'High Botanist?',12,0,100,6,0,0,16942,0,'Sunseeker Researcher'),
|
|
(18421,1,0,'%s sighs.',16,0,100,0,0,0,16944,0,'Sunseeker Researcher'),
|
|
(18422,0,0,'Hmm...',12,0,100,274,0,0,17000,0,'Sunseeker Botanist'),
|
|
(18422,1,0,'Yes. That did the trick.',12,0,100,273,0,0,16999,0,'Sunseeker Botanist'),
|
|
(18428,0,0,'Death to the ogres!',12,0,100,0,0,0,15388,0,'Mag\'har Prisoner'),
|
|
(18428,0,1,'Many thanks, hero!',12,0,100,0,0,0,15389,0,'Mag\'har Prisoner'),
|
|
(18428,0,2,'One day, a hero will rise and lift the orcs up to their former glory.',12,0,100,0,0,0,15384,0,'Mag\'har Prisoner'),
|
|
(18428,0,3,'Spirits watch over you, $r!',12,0,100,0,0,0,15390,0,'Mag\'har Prisoner'),
|
|
(18428,0,4,'Thank you, $r! Your service to the Mag\'har will not be forgotten.',12,0,100,0,0,0,15387,0,'Mag\'har Prisoner'),
|
|
(18440,0,0,'IT DUZ WUT IT\'S TOLD!',12,0,100,0,0,0,15419,0,'Warmaul Chef Bufferlo'),
|
|
(18440,0,1,'GET IN DA STEW!',12,0,100,0,0,0,15420,0,'Warmaul Chef Bufferlo'),
|
|
(18440,0,2,'YOU GUD IN DA BELLY!',12,0,100,0,0,0,15421,0,'Warmaul Chef Bufferlo'),
|
|
(18440,1,0,'Your daddy pay Warmaul and maybe we no eat you.',12,0,100,1,0,0,15426,0,'Warmaul Chef Bufferlo'),
|
|
(18440,2,0,'Ha-ha! Just kidding. We eat you for shure anyway!',12,0,100,11,0,0,15427,0,'Warmaul Chef Bufferlo'),
|
|
(18440,3,0,'BAM! Look at dat gristle sizzle!',12,0,100,1,0,0,15430,0,'Warmaul Chef Bufferlo'),
|
|
(18440,4,0,'And dis is da recipe for da bestest Broken chowder!',12,0,100,1,0,0,15431,0,'Warmaul Chef Bufferlo'),
|
|
(18440,5,0,'First you need da spices.',12,0,100,1,0,0,15432,0,'Warmaul Chef Bufferlo'),
|
|
(18440,6,0,'Da salt goes into da pot...',12,0,100,35,0,0,15433,0,'Warmaul Chef Bufferlo'),
|
|
(18440,7,0,'Den you put da pepper in da pot...',12,0,100,0,0,0,15434,0,'Warmaul Chef Bufferlo'),
|
|
(18440,8,0,'Now we gonna kick it up a notch wit da secret ingra... ingor... inrag... da secret sauce!',12,0,100,43,0,0,15435,0,'Warmaul Chef Bufferlo'),
|
|
(18440,9,0,'And last, we put in da Corki!',12,0,100,1,0,0,15436,0,'Warmaul Chef Bufferlo'),
|
|
(18445,0,0,'Thanks, $n! How many times have you saved my life now? Three? That makes us blood in my book!',12,0,100,0,0,0,15424,0,'corki NPC_CORKI'),
|
|
(18447,0,0,'The threat be over! $n be savin\' us all!',12,1,100,1,0,0,18820,0,'Toki'),
|
|
(18459,0,0,'Rejoice, my friends! $n has saved us from the looming shadow that threatened our very lives!',14,7,100,22,0,0,19075,0,'Jenai Starwhisper'),
|
|
(18471,0,0,'Get in the Ring of Blood, $n. The fight is about to start!',12,0,100,1,0,0,15441,0,'Gurgthock'),
|
|
(18471,1,0,'The battle is about to begin! $n versus the ferocious clefthoof, Brokentoe!',14,0,100,15,0,0,15439,0,'Gurgthock'),
|
|
(18471,2,0,'$n has defeated Brokentoe!',14,0,100,15,0,0,15442,0,'Gurgthock'),
|
|
(18471,3,0,'The battle is about to begin! The unmerciful Murkblood twins versus $n!',14,0,100,15,0,0,15461,0,'Gurgthock'),
|
|
(18471,4,0,'Unbelievable! $n has defeated the Murkblood twins!',14,0,100,15,0,0,15462,0,'Gurgthock'),
|
|
(18471,5,0,'Hailing from the mountains of Blade\'s Edge comes Rokdar the Sundered Lord! $n is in for the fight of $g his:her, life.',14,0,100,15,0,0,15467,0,'Gurgthock'),
|
|
(18471,6,0,'From parts unknown: Skra\'gath! Can $n possibly survive the onslaught of void energies?',14,0,100,15,0,0,15473,0,'Gurgthock'),
|
|
(18471,7,0,'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...',14,0,100,15,0,0,15475,0,'Gurgthock'),
|
|
(18471,8,0,'$n is victorious once more!',14,0,100,15,0,0,15469,0,'Gurgthock'),
|
|
(18471,9,0,'$n went down like a sack of orc skulls!',14,0,100,15,0,0,15484,0,'Gurgthock'),
|
|
(18471,9,1,'All that\'s left of $n is a red stain on the floor!',14,0,100,15,0,0,15485,0,'Gurgthock'),
|
|
(18471,10,0,'Mogor has challenged you. You have to accept! Get in the ring if you are ready to fight.',12,0,100,1,0,0,15480,0,'Gurgthock'),
|
|
(18471,11,0,'For the first time in the Ring of Blood\'s history, Mogor has chosen to exercise his right of battle! On this wartorn ground, $n will face Mogor, hero of the Warmaul!',14,0,100,15,0,0,15481,0,'Gurgthock'),
|
|
(18471,12,0,'$n has defeated the hero of the Warmaul, Mogor! All hail $n!',14,0,100,15,0,0,15482,2,'Gurgthock'),
|
|
(18471,13,0,'$n has been defeated!',14,0,100,15,0,0,15443,2,'Gurgthock'),
|
|
(18472,0,0,'I have pets -- ca-caw! -- of my own!',14,0,100,0,0,10502,17733,0,'syth SAY_SUMMON'),
|
|
(18472,1,0,'Mmm... time to make my move!',14,0,100,0,0,10503,17734,0,'syth SAY_AGGRO_1'),
|
|
(18472,1,1,'Nice pets, yes... raa-a-ak!',14,0,100,0,0,10504,17735,0,'syth SAY_AGGRO_2'),
|
|
(18472,1,2,'Nice pets have weapons. No so -- ra-ak -- nice.',14,0,100,0,0,10505,17736,0,'syth SAY_AGGRO_3'),
|
|
(18472,2,0,'Yes, fleeting life is, rak-a-kak!',14,0,100,0,0,10506,17737,0,'syth SAY_SLAY_1'),
|
|
(18472,2,1,'Mmmm... be free. Caw!',14,0,100,0,0,10507,17738,0,'syth SAY_SLAY_2'),
|
|
(18472,3,0,'Mmm... no more life. No more pain. A-ak!',14,0,100,0,0,10508,17739,0,'syth SAY_DEATH'),
|
|
(18473,0,0,'Ra-ak! Trinkets, yes. Pretty trinkets! Ak! Power, great power. Ra-kaw! Power in trinkets! Ak-caw!',14,0,100,0,0,10557,17769,0,'ikiss SAY_INTRO'),
|
|
(18473,1,0,'Mmm, you make war on Ikiss? Aa-ak!',14,0,100,0,0,10554,17765,0,'ikiss SAY_AGGRO_1'),
|
|
(18473,1,1,'Ikiss cut you, pretty -- ak-a-ak -- slice you, yes!',14,0,100,0,0,10555,17767,0,'ikiss SAY_AGGRO_2'),
|
|
(18473,1,2,'Ak-a-ra-k! No escape for -- caw -- you!',14,0,100,0,0,10556,17768,0,'ikiss SAY_AGGRO_3'),
|
|
(18473,2,0,'You die -- ka! Stay away from trinkets!',14,0,100,0,0,10558,17763,0,'ikiss SAY_SLAY_1'),
|
|
(18473,2,1,'Mmmmmm...',14,0,100,0,0,10559,17764,0,'ikiss SAY_SLAY_2'),
|
|
(18473,3,0,'Ikiss will not -- rak, rak -- die...',14,0,100,0,0,10560,17762,0,'ikiss SAY_DEATH'),
|
|
(18473,4,0,'%s begins to channel arcane energy....',41,0,100,0,0,0,19738,0,'ikiss EMOTE_ARCANE_EXP'),
|
|
(18475,0,0,'Come out, little birdies! Mug\'gok want to play!',14,0,100,0,0,0,15463,0,'Muggok'),
|
|
(18475,1,0,'No hurt Mug\'gok\'s feelings, bird-men!',14,0,100,0,0,0,15464,0,'Muggok'),
|
|
(18475,2,0,'Fine! Birdies be dat way! Mug\'gok find new friends!',14,0,100,14,0,0,15465,0,'Muggok'),
|
|
(18481,0,0,'Silence descends upon Shattrath.',16,0,100,0,0,0,20776,2,'A\'dal to Player'),
|
|
(18481,1,0,'%s\'s thoughts invade your mind.',16,0,100,0,0,0,20777,2,'A\'dal to Player'),
|
|
(18481,2,0,'Kael\'thas Sunstrider has been defeated by $n and $g his:her; allies.',16,0,100,0,0,0,20778,2,'A\'dal to Player'),
|
|
(18481,3,0,'The time to strike at the remaining blood elves of Tempest Keep is now. Take arms and let A\'dal\'s song of battle empower you!',16,0,100,0,0,0,20779,2,'A\'dal to Player'),
|
|
(18482,0,0,'What is the meaning of this?!',12,0,100,0,0,0,15487,0,'Empoor'),
|
|
(18482,1,0,'I\'m leaving now!',12,0,100,1,0,0,15491,0,'Empoor'),
|
|
(18489,0,0,'Who is he? He looks so familiar.',12,1,100,1,0,0,17005,0,'Garadar Defender greets Thrall - random text'),
|
|
(18489,0,1,'Are the rumors true? Does he truly carry the Greatmother\'s bloodline?',12,1,100,1,0,0,17006,0,'Garadar Defender greets Thrall - random text'),
|
|
(18489,0,2,'Could it really be? The son of Durotan?',12,1,100,1,0,0,17007,0,'Garadar Defender greets Thrall - random text'),
|
|
(18489,0,3,'Has he come to lead us?',12,1,100,1,0,0,17008,0,'Garadar Defender greets Thrall - random text'),
|
|
(18489,0,4,'I have never felt such strength radiate from an orc. Is he... mortal...',12,1,100,1,0,0,17009,0,'Garadar Defender greets Thrall - random text'),
|
|
(18489,0,5,'He carries the Doomhammer!',12,1,100,1,0,0,17010,0,'Garadar Defender greets Thrall - random text'),
|
|
(18489,0,6,'For the first time, I feel safe. I do not know you, stranger, but I know that I would lay down my life for you if only you asked.',12,1,100,1,0,0,17011,0,'Garadar Defender greets Thrall - random text'),
|
|
(18489,0,7,'Son of Durotan... Grandson of Garad and Geyah... Bow your heads for a Warchief is among us...',12,1,100,1,0,0,17012,0,'Garadar Defender greets Thrall - random text'),
|
|
(18493,0,0,'Shhh! The spirits are sleeping!',12,0,100,0,0,0,16797,0,'Auchenai Soulpriest'),
|
|
(18493,0,1,'You have chosen death.',12,0,100,0,0,0,16791,0,'Auchenai Soulpriest'),
|
|
(18493,0,2,'You will pay for this violation.',12,0,100,0,0,0,16793,0,'Auchenai Soulpriest'),
|
|
(18493,0,3,'You will rest with the honored dead.',12,0,100,0,0,0,16788,0,'Auchenai Soulpriest'),
|
|
(18495,0,0,'Shhh! The spirits are sleeping!',12,0,100,0,0,0,16797,0,'Auchenai Vindicator'),
|
|
(18495,0,1,'You have chosen death.',12,0,100,0,0,0,16791,0,'Auchenai Vindicator'),
|
|
(18495,0,2,'You will pay for this violation.',12,0,100,0,0,0,16793,0,'Auchenai Vindicator'),
|
|
(18495,0,3,'You will rest with the honored dead.',12,0,100,0,0,0,16788,0,'Auchenai Vindicator'),
|
|
(18497,0,0,'Shhh! The spirits are sleeping!',12,0,100,0,0,0,16797,0,'Auchenai Monk'),
|
|
(18497,0,1,'You have chosen death.',12,0,100,0,0,0,16791,0,'Auchenai Monk'),
|
|
(18497,0,2,'You will pay for this violation.',12,0,100,0,0,0,16793,0,'Auchenai Monk'),
|
|
(18497,0,3,'You will rest with the honored dead.',12,0,100,0,0,0,16788,0,'Auchenai Monk'),
|
|
(18500,0,0,'Light will save purge us all!',12,0,50,0,0,0,0,0,''),
|
|
(18528,0,0,'%s falls silent and a quiet tension falls over nearby Sha\'tar forces as Xi\'ri makes his decision.',16,0,100,0,0,0,20737,0,'Xiri'),
|
|
(18528,1,0,'%s begins channeling the powers of the light.',16,0,100,0,0,0,20693,0,'Xiri'),
|
|
(18533,0,0,'Skywing, I will free you from your curse over my dead body!',14,0,100,0,0,0,20283,0,'Luanga the Imprisoner'),
|
|
(18537,0,0,'We\'re here for you, lost brother. It is custom to offer you a chance to repent before you are destroyed. We offer you this chance, as the naaru\'s law commands.',12,0,100,0,0,0,18389,0,''),
|
|
(18537,1,0,'We may be few, Socrethar, but our faith is strong. Something you will never understand. Now that custom has been served, prepare to meet your end.',12,0,100,0,0,0,18391,0,''),
|
|
(18537,2,0,'How... how could you?!',12,0,100,0,0,0,18393,0,''),
|
|
(18537,3,0,'Socrethar is clouding your mind, Kaylaan! You do not mean these words! I remember training you when you were but a youngling. Your will was strong even then!',12,0,100,0,0,0,18397,0,''),
|
|
(18538,0,0,'The Light wants its lost son back, Socrethar.',12,0,100,0,0,0,18400,0,''),
|
|
(18538,1,0,'I offer myself in exchange. You will have Ishanah, the High Priestess of the Aldor, as your prisoner if you release Kaylaan from your dark grasp.',12,0,100,0,0,0,18401,0,''),
|
|
(18548,0,0,'This belongs to Firewing Point. You\'ll not be putting your grubby hands on it!',12,0,100,0,0,0,15528,0,'Firewing Courier'),
|
|
(18554,0,0,'You come into my house and threaten ME? I think not!\'',12,0,100,1,0,0,15542,0,'Sharth Voldoun'),
|
|
(18554,1,0,'My master, we are honored by your presence. How may I serve thee?',12,0,100,0,0,0,19156,0,'Sharth Voldoun'),
|
|
(18554,2,0,'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.',12,0,100,1,0,0,19159,0,'Sharth Voldoun'),
|
|
(18554,3,0,'You are satisfied?',12,0,100,6,0,0,19160,0,'Sharth Voldoun'),
|
|
(18554,4,0,'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.',12,0,100,2,0,0,19164,0,'Sharth Voldoun'),
|
|
(18584,0,0,'[Demonic] Ka kalix!',12,0,100,0,0,0,15551,0,'Sal\'salabim SAY_DEMONIC_AGGRO'),
|
|
(18585,0,0,'Raliq teach you lesson now!',12,0,100,0,0,0,15567,0,'Raliq the Drunk SAY_RALIQ_ATTACK'),
|
|
(18586,0,0,'F\'woooroonn! Coosh\'coosh pay nothing! Die!',12,0,100,0,0,0,15565,0,'Coosh\'coosh'),
|
|
(18588,0,0,'I choose the third option: KILLING YOU!',12,0,100,0,0,0,15566,0,'floon SAY_FLOON_ATTACK'),
|
|
(18598,0,0,'Don\'t feel... so good.',12,0,100,0,0,0,19520,0,'Orc Prisoner'),
|
|
(18598,0,1,'When can we eat again?',12,0,100,0,0,0,19521,0,'Orc Prisoner'),
|
|
(18598,0,2,'So-ngh-thirsty.',12,0,100,0,0,0,19522,0,'Orc Prisoner'),
|
|
(18598,0,3,'When can we eat again?',12,0,100,0,0,0,19521,0,'Orc Prisoner'),
|
|
(18631,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Cultist'),
|
|
(18631,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Cultist'),
|
|
(18631,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Cultist'),
|
|
(18631,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Cultist'),
|
|
(18631,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Cultist'),
|
|
(18631,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Cultist'),
|
|
(18632,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Executioner'),
|
|
(18632,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Executioner'),
|
|
(18632,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Executioner'),
|
|
(18632,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Executioner'),
|
|
(18632,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Executioner'),
|
|
(18632,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Executioner'),
|
|
(18633,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Acolyte'),
|
|
(18633,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Acolyte'),
|
|
(18633,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Acolyte'),
|
|
(18633,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Acolyte'),
|
|
(18633,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Acolyte'),
|
|
(18633,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Acolyte'),
|
|
(18634,0,0,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Summoner'),
|
|
(18634,0,1,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Summoner'),
|
|
(18634,0,2,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Summoner'),
|
|
(18634,0,3,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Summoner'),
|
|
(18634,0,4,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Summoner'),
|
|
(18634,0,5,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Summoner'),
|
|
(18634,1,0,'%s begins to summon in a Cabal Deathsworn!',16,0,100,0,0,0,16271,0,'Cabal Summoner'),
|
|
(18634,2,0,'%s begins to summon in a Cabal Acolyte!',16,0,100,0,0,0,16275,0,'Cabal Summoner'),
|
|
(18634,3,0,'%s summons a Cabal Acolyte to his aid!',16,0,100,0,0,0,16278,0,'Cabal Summoner'),
|
|
(18634,4,0,'%s summons a Cabal Deathsworn to his aid!',16,0,100,0,0,0,16280,0,'Cabal Summoner'),
|
|
(18635,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Deathsworn'),
|
|
(18635,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Deathsworn'),
|
|
(18635,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Deathsworn'),
|
|
(18635,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Deathsworn'),
|
|
(18635,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Deathsworn'),
|
|
(18635,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Deathsworn'),
|
|
(18635,1,0,'%s goes into a frenzy!',16,0,100,0,0,0,2384,0,'Cabal Deathsworn'),
|
|
(18636,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Assassin'),
|
|
(18636,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Assassin'),
|
|
(18636,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Assassin'),
|
|
(18636,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Assassin'),
|
|
(18636,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Assassin'),
|
|
(18636,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Assassin'),
|
|
(18637,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Shadow Priest'),
|
|
(18637,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Shadow Priest'),
|
|
(18637,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Shadow Priest'),
|
|
(18637,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Shadow Priest'),
|
|
(18637,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Shadow Priest'),
|
|
(18637,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Shadow Priest'),
|
|
(18638,0,0,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Zealot'),
|
|
(18638,0,1,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Zealot'),
|
|
(18638,0,2,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Zealot'),
|
|
(18638,0,3,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Zealot'),
|
|
(18638,0,4,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Zealot'),
|
|
(18638,0,5,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Zealot'),
|
|
(18638,1,0,'%s makes some strange gestures.',16,8,100,0,0,0,16259,0,'Cabal Zealot'),
|
|
(18639,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Spellbinder'),
|
|
(18639,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Spellbinder'),
|
|
(18639,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Spellbinder'),
|
|
(18639,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Spellbinder'),
|
|
(18639,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Spellbinder'),
|
|
(18639,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Spellbinder'),
|
|
(18640,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Warlock'),
|
|
(18640,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Warlock'),
|
|
(18640,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Warlock'),
|
|
(18640,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Warlock'),
|
|
(18640,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Warlock'),
|
|
(18640,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Warlock'),
|
|
(18644,0,0,'%s grabs an apple from the tree.',16,0,100,0,0,0,15610,0,'Tarren Mill Peasant'),
|
|
(18644,0,1,'%s grumbles to himself while he works.',16,0,100,0,0,0,15628,0,'Tarren Mill Peasant'),
|
|
(18644,1,0,'Sure, go ahead and take one, there\'s plenty for all!',12,0,100,0,0,0,15627,0,'Tarren Mill Peasant'),
|
|
(18644,2,0,'Aye, its still broken. Can\'t afford to buy a new one though.',12,0,100,0,0,0,15629,0,'Tarren Mill Peasant'),
|
|
(18644,3,0,'Nay, its still broken. No luck at all, I suppose.',12,0,100,0,0,0,15630,0,'Tarren Mill Peasant'),
|
|
(18646,0,0,'Why hullo there, Bessy. Its your turn for a walk today, isn\'t it?',12,0,100,0,0,0,15603,0,'Tarren Mill Horsehand'),
|
|
(18646,0,1,'Poor Bessy, cooped up in this barn on such a hot day. Let me get a snack for you!',12,0,100,0,0,0,15604,0,'Tarren Mill Horsehand'),
|
|
(18646,0,2,'Bessy is a hungry girl today, isn\'t she? Let me go get you an apple.',12,0,100,0,0,0,15605,0,'Tarren Mill Horsehand'),
|
|
(18646,1,0,'Good day, Benjamin! Would you mind if I took an apple for Bessy?',12,0,100,0,0,0,15606,0,'Tarren Mill Horsehand'),
|
|
(18646,1,1,'Hullo there, Benjamin! Mind if I snack an apple for Old Bessy?',12,0,100,0,0,0,15608,0,'Tarren Mill Horsehand'),
|
|
(18646,1,2,'Benjamin, my old friend, think you could spare an apple for Bessy today?',12,0,100,0,0,0,15609,0,'Tarren Mill Horsehand'),
|
|
(18646,2,0,'%s grabs an apple from the tree.',16,0,100,0,0,0,15610,0,'Tarren Mill Horsehand'),
|
|
(18646,3,0,'Thanks, Benjamin!',12,0,100,0,0,0,15611,0,'Tarren Mill Horsehand'),
|
|
(18646,4,0,'Samuel, is that old wagon still breaking down on you? ',12,0,100,0,0,0,15612,0,'Tarren Mill Horsehand'),
|
|
(18646,4,1,'That wagon break down on you again, Samuel?',12,0,100,0,0,0,15613,0,'Tarren Mill Horsehand'),
|
|
(18646,4,2,'Such an old wagon, no wonder it broke down on you, Samuel. ',12,0,100,0,0,0,15614,0,'Tarren Mill Horsehand'),
|
|
(18646,5,0,'Well, I\'m sorry to hear that. I\'ll be by again later if you want a hand.',12,0,100,0,0,0,15615,0,'Tarren Mill Horsehand'),
|
|
(18646,6,0,'Well, Bessy will enjoy this little snack.',12,0,100,0,0,0,15616,0,'Tarren Mill Horsehand'),
|
|
(18646,7,0,'Here, Bessy, enjoy this apple while I get you ready. ',12,0,100,0,0,0,15617,0,'Tarren Mill Horsehand'),
|
|
(18646,8,1,'%s feeds Bessy the bright red apple.',16,0,100,0,0,0,15618,0,'Tarren Mill Horsehand'),
|
|
(18646,9,0,'Now, now, Blanchy. Don\'t be jealous, you\'ll be going on a big adventure of your own, soon.',12,0,100,0,0,0,15619,0,'Tarren Mill Horsehand'),
|
|
(18646,9,1,'Whoa, there, Blanchy, you can\'t be having any apples today. Tomorrow, we\'ll be taking you down to Southshore, where you\'ll take a boat way across the seas.',12,0,100,0,0,0,15620,0,'Tarren Mill Horsehand'),
|
|
(18646,9,2,'Aww, Blanchy, don\'t worry, my brother in Westfall will take good care of you. I hear he\'s got a beautiful farm with lots of space for you to roam.',12,0,100,0,0,0,15621,0,'Tarren Mill Horsehand'),
|
|
(18646,10,0,'Alright Bessy, let\'s get \'cha out for a walk here. Hut, hut!',12,0,100,0,0,0,15623,0,'Tarren Mill Horsehand'),
|
|
(18646,11,0,'Good girl, Bessy!',12,0,100,0,0,0,15624,0,'Tarren Mill Horsehand'),
|
|
(18646,12,0,'Any luck, Samuel?',12,0,100,0,0,0,15625,0,'Tarren Mill Horsehand'),
|
|
(18650,0,0,'Bessy whinneys happily.',16,0,100,0,0,0,15626,0,'Tarren Mill Horse'),
|
|
(18651,0,0,'Young Blanchy stomps her foot jealously.',16,0,100,0,0,0,15622,0,'Young Blanchy'),
|
|
(18655,0,0,'Tag! You\'re it!',12,0,100,0,0,0,15114,0,'Jay Lemieux'),
|
|
(18656,0,0,'Can I play?',12,0,100,0,0,0,19555,0,'Julie Honeywell'),
|
|
(18656,0,1,'Ew, boys are gross!',12,0,100,0,0,0,19556,0,'Julie Honeywell'),
|
|
(18657,0,0,'Fine fishing weather!',12,0,100,0,0,0,15647,0,'Tarren Mill Fisherman 1'),
|
|
(18657,0,1,'Couldn\'t ask for a nicer day!',12,0,100,0,0,0,15648,0,'Tarren Mill Fisherman 1'),
|
|
(18657,0,2,'Nothing like a good evening to fish!',12,0,100,0,0,0,15649,0,'Tarren Mill Fisherman 1'),
|
|
(18657,1,0,'Think we\'ll see ol\' sooty today?',12,0,100,0,0,0,15656,0,'Tarren Mill Fisherman 1'),
|
|
(18657,1,1,'I bet I\'ll catch a big one this time...',12,0,100,0,0,0,15657,0,'Tarren Mill Fisherman 1'),
|
|
(18657,1,2,'I better not pull up another of Reggy\'s boots again...',12,0,100,0,0,0,15658,0,'Tarren Mill Fisherman 1'),
|
|
(18657,2,0,'Thank the light that Bertha\'s not here...',12,0,100,0,0,0,15665,0,'Tarren Mill Fisherman 1'),
|
|
(18657,2,1,'Nothing like a warm day and no ol\' lady to yell at ya...',12,0,100,0,0,0,15666,0,'Tarren Mill Fisherman 1'),
|
|
(18657,2,2,'Nothing like peace an quiet... unlike home!',12,0,100,0,0,0,15667,0,'Tarren Mill Fisherman 1'),
|
|
(18657,3,0,'Indeed! Nothing like the warm air and a cool pond...',12,0,100,0,0,0,15650,0,'Tarren Mill Fisherman 2'),
|
|
(18657,3,1,'I just wish the fish would bite more than the bugs...',12,0,100,0,0,0,15651,0,'Tarren Mill Fisherman 2'),
|
|
(18657,3,2,'Aye, if only every day was just like today....',12,0,100,0,0,0,15652,0,'Tarren Mill Fisherman 2'),
|
|
(18657,4,0,'Maybe...',12,0,100,0,0,0,15659,0,'Tarren Mill Fisherman 2'),
|
|
(18657,4,1,'Anything could happen...',12,0,100,0,0,0,15660,0,'Tarren Mill Fisherman 2'),
|
|
(18657,4,2,'Hahah, don\'t get your hope up too high...',12,0,100,0,0,0,15661,0,'Tarren Mill Fisherman 2'),
|
|
(18657,5,0,'I hear you! I can\'t get a moments peace without Sarah complaining about the chores!',12,0,100,0,0,0,15668,0,'Tarren Mill Fisherman 2'),
|
|
(18657,5,1,'Aye, an no squealing youngster to upset the peace of a man and his fish...',12,0,100,0,0,0,15669,0,'Tarren Mill Fisherman 2'),
|
|
(18657,6,0,'Hush up, your yapping will scare the fish away!',12,0,100,0,0,0,15653,0,'Tarren Mill Fisherman 3'),
|
|
(18657,6,1,'Bah, real fishermen take on the fiercest rains!',12,0,100,0,0,0,15654,0,'Tarren Mill Fisherman 3'),
|
|
(18657,6,2,'What did you say?',12,0,100,0,0,0,15655,0,'Tarren Mill Fisherman 3'),
|
|
(18657,7,0,'Got one!',12,0,100,0,0,0,15662,0,'Tarren Mill Fisherman 3'),
|
|
(18657,7,1,'You guys have any extra bait?',12,0,100,0,0,0,15663,0,'Tarren Mill Fisherman 3'),
|
|
(18657,7,2,'Remember that time we caught the red-finned murloc down in Elwynn?',12,0,100,0,0,0,15664,0,'Tarren Mill Fisherman 3'),
|
|
(18657,8,0,'So you say now, but at least you\'ve got a warm dinner waiting for ya...',12,0,100,0,0,0,15670,0,'Tarren Mill Fisherman 3'),
|
|
(18657,8,1,'Could be worse, your wife coulda ran off to Stormwind with some cheese merchant!',12,0,100,0,0,0,15671,0,'Tarren Mill Fisherman 3'),
|
|
(18657,8,2,'Better not say that too loudly!',12,0,100,0,0,0,15672,0,'Tarren Mill Fisherman 3'),
|
|
(18667,0,0,'All flesh must burn.',14,0,100,0,0,10482,0,0,'blackhearth SAY_INTRO1'),
|
|
(18667,0,1,'All creation must be unmade!',14,0,100,0,0,10483,0,0,'blackhearth SAY_INTRO2'),
|
|
(18667,0,2,'Power will be yours!',14,0,100,0,0,10484,0,0,'blackhearth SAY_INTRO3'),
|
|
(18667,1,0,'You\'ll be sorry!',14,0,100,0,0,10486,17563,0,'blackhearth SAY_AGGRO1'),
|
|
(18667,1,1,'Time for fun!',14,0,100,0,0,10487,16433,0,'blackhearth SAY_AGGRO2'),
|
|
(18667,1,2,'I see dead people!',14,0,100,0,0,10488,0,0,'blackhearth SAY_AGGRO3'),
|
|
(18667,2,0,'No coming back for you!',14,0,100,0,0,10489,17573,0,'blackhearth SAY_SLAY1'),
|
|
(18667,2,1,'Nice try.',14,0,100,0,0,10490,17575,0,'blackhearth SAY_SLAY2'),
|
|
(18667,3,0,'Help us, hurry!',14,0,100,0,0,10485,0,0,'blackhearth SAY_HELP'),
|
|
(18667,4,0,'This... no... good...',14,0,100,0,0,10491,17569,0,'blackhearth SAY_DEATH'),
|
|
(18667,5,0,'Be ready for Dark One\'s return.',14,0,100,0,0,10492,0,0,'blackhearth SAY2_INTRO1'),
|
|
(18667,5,1,'So we have place in new universe.',14,0,100,0,0,10493,0,0,'blackhearth SAY2_INTRO2'),
|
|
(18667,5,2,'Dark one promise!',14,0,100,0,0,10494,0,0,'blackhearth SAY2_INTRO3'),
|
|
(18667,6,0,'You\'ll be sorry!',14,0,100,0,0,10496,17563,0,'blackhearth SAY2_AGGRO1'),
|
|
(18667,6,1,'Time to kill!',14,0,100,0,0,10497,25833,0,'blackhearth SAY2_AGGRO2'),
|
|
(18667,6,2,'You be dead people!',14,0,100,0,0,10498,0,0,'blackhearth SAY2_AGGRO3'),
|
|
(18667,7,0,'Now you gone for good!',14,0,100,0,0,10499,17576,0,'blackhearth SAY2_SLAY1'),
|
|
(18667,7,1,'You fail!',14,0,100,0,0,10500,17577,0,'blackhearth SAY2_SLAY2'),
|
|
(18667,8,0,'Help us, hurry!',14,0,100,0,0,10495,0,0,'blackhearth SAY2_HELP'),
|
|
(18667,9,0,'Arrgh, aah...ahhh',14,0,100,0,0,10501,0,0,'blackhearth SAY2_DEATH'),
|
|
(18668,0,0,'No, you\'re wrong! We were the ones betrayed!',12,0,100,22,0,0,15675,0,'Vaeron Kormar'),
|
|
(18668,1,0,'The Ranger-General of Silvermoon will be a loyal ally!',12,0,100,1,0,0,15679,0,'Vaeron Kormar'),
|
|
(18668,2,0,'Blood will be true. We can trust in none but our own!',12,0,100,25,0,0,15738,0,'Vaeron Kormar'),
|
|
(18668,3,0,'You call us traitors?',12,0,100,25,0,0,15749,0,'Vaeron Kormar'),
|
|
(18669,0,0,'When have the dwarves ever been our friends?',12,0,100,11,0,0,15676,0,'Terric Brightwind'),
|
|
(18669,1,0,'How are we to live without magic?',12,0,100,5,0,0,15745,0,'Terric Brightwind'),
|
|
(18669,2,0,'Idealistic blather. Go back to your forests!',12,0,100,3,0,0,15751,0,'Terric Brightwind'),
|
|
(18671,0,0,'You fool! The prince\'s minions were the very Forsaken we have now allied ourselves with, and now he has betrayed us!',12,0,100,5,0,0,15678,0,'Priest Ennas'),
|
|
(18671,1,0,'A great blight lies across our land! It grows every day. Our need for magic weakens us, and will bring us to destruction, just as it has before!',12,0,100,25,0,0,15744,0,'Priest Ennas'),
|
|
(18671,2,0,'But at what cost? You\'ve all been blinded. We have all been blinded.',12,0,100,1,0,0,15748,0,'Priest Ennas'),
|
|
(18671,3,0,'No, not savagery! Conscience. The excesses of our people will destroy us, and all that we have struggled to build.',12,0,100,1,0,0,15753,0,'Priest Ennas'),
|
|
(18671,4,0,'We stand on the brink of destruction. We must reconsider this rash course of action.',12,0,100,5,0,0,15756,0,'Priest Ennas'),
|
|
(18671,5,0,'Lend us your voices! Now is the time we must act to save our people.',12,0,100,1,0,0,15918,0,'Priest Ennas'),
|
|
(18671,6,0,'Lor\'themar must hear us! We will not be silenced!',12,0,100,5,0,0,15919,0,'Priest Ennas'),
|
|
(18671,7,0,'Lor\'themar has remade Silvermoon into something we may truly be proud of.',12,1,100,21,0,0,15924,0,'Priest Ennas'),
|
|
(18671,8,0,'The magisters are wise and will plot a prosperous course for our future.',12,1,100,21,0,0,15926,0,'Priest Ennas'),
|
|
(18677,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Mekthorg the Wild'),
|
|
(18679,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Vorakem Doomspeaker'),
|
|
(18683,0,0,'In the void, no one can hear you scream!',12,0,0,0,0,0,19908,0,'Voidhunter Yar'),
|
|
(18683,1,0,'%s absorbs the holy energy of the attack.',16,0,0,0,0,0,17110,0,'Voidhunter Yar'),
|
|
(18683,2,0,'%s absorbs the fire energy of the attack.',16,0,0,0,0,0,17105,0,'Voidhunter Yar'),
|
|
(18683,3,0,'%s absorbs the nature energy of the attack.',16,0,0,0,0,0,17107,0,'Voidhunter Yar'),
|
|
(18683,4,0,'%s absorbs the frost energy of the attack.',16,0,0,0,0,0,17106,0,'Voidhunter Yar'),
|
|
(18683,5,0,'%s absorbs the shadow energy of the attack.',16,0,0,0,0,0,17108,0,'Voidhunter Yar'),
|
|
(18683,6,0,'%s absorbs the arcane energy of the attack.',16,0,0,0,0,0,17109,0,'Voidhunter Yar'),
|
|
(18688,0,0,'Ancestors watch over you, kind one...',12,0,100,21,0,0,16841,0,'Ancient Orc Ancestor'),
|
|
(18688,0,1,'Cease your crying! STOP!',12,0,100,21,0,0,15706,0,'Ancient Orc Ancestor'),
|
|
(18688,0,2,'I remember everything...',12,0,100,21,0,0,15701,0,'Ancient Orc Ancestor'),
|
|
(18688,0,3,'It cannot be...',12,0,100,21,0,0,16839,0,'Ancient Orc Ancestor'),
|
|
(18688,0,4,'It comes for you...',12,0,100,21,0,0,16838,0,'Ancient Orc Ancestor'),
|
|
(18688,1,0,'The spirits call... I am consumed.',12,0,100,21,0,0,15704,0,'Ancient Orc Ancestor'),
|
|
(18688,1,1,'Cannot control... It draws me in... The void grows...',12,0,100,21,0,0,15710,0,'Ancient Orc Ancestor'),
|
|
(18688,1,2,'It is dying. It is dying. It is dying.',12,0,100,21,0,0,15707,0,'Ancient Orc Ancestor'),
|
|
(18688,1,3,'The cold embrace awaits...',12,0,100,21,0,0,16837,0,'Ancient Orc Ancestor'),
|
|
(18688,1,4,'The pain is unbearable.',12,0,100,21,0,0,15705,0,'Ancient Orc Ancestor'),
|
|
(18688,1,5,'What is happening to me?',12,0,100,21,0,0,29739,0,'Ancient Orc Ancestor'),
|
|
(18688,1,6,'What is this trickery? I... ARGH...',12,0,100,21,0,0,16840,0,'Ancient Orc Ancestor'),
|
|
(18688,1,7,'What will become of us when it falls?',12,0,100,21,0,0,15709,0,'Ancient Orc Ancestor'),
|
|
(18693,0,0,'Mog\'dorg is a fool to think that one of the smaller races will be our savior.',12,0,16,0,0,0,21025,0,'Speaker Mar\'grom - Say Speech 1'),
|
|
(18693,0,1,'Do not listen to Mog\'dorg\'s lies! Ogri\'la is a myth! We make our own heaven here with the blood of any that would divide and subjugate us!',12,0,16,0,0,0,21029,0,'Speaker Mar\'grom - Say Speech 2'),
|
|
(18693,0,2,'The time has come. Strike down every creature that stands in the way of the clans!',12,0,16,0,0,0,21028,0,'Speaker Mar\'grom - Say Speech 3'),
|
|
(18693,0,3,'Will we never learn to work together? Or will we simply kill each other off and be forgotten in time.',12,0,16,0,0,0,19882,0,'Speaker Mar\'grom - Say Speech 4'),
|
|
(18693,0,4,'Do not bow to Mog\'dorg\'s puppet! He would replace our gronn overlords with a liege of lesser stock. Why should we replace one master with another?',12,0,16,0,0,0,21027,0,'Speaker Mar\'grom - Say Speech 5'),
|
|
(18693,0,5,'If only the leaders of the clans would listen. Unity is the only answer. All other paths lead to our destruction.',12,0,16,0,0,0,19883,0,'Speaker Mar\'grom - Say Speech 6'),
|
|
(18693,1,0,'My message of unity is meant for the Ogre clans, not for you, $R!',12,0,25,0,0,0,19884,0,'Speaker Mar\'grom - Say aggro 1'),
|
|
(18693,1,1,'I will not allow you to kill any more of my kind! Prepare to die!',12,0,25,0,0,0,19885,0,'Speaker Mar\'grom - Say aggro 2'),
|
|
(18693,1,2,'I decree that you are an enemy of the Ogre clans. Punishment is death!',12,0,25,0,0,0,19886,0,'Speaker Mar\'grom - Say aggro 3'),
|
|
(18693,1,3,'The Ogre clans will not be subjugated. Not by the gronn, and not by a puny $R like you!',12,0,25,0,0,0,21024,0,'Speaker Mar\'grom - Say aggro 4'),
|
|
(18698,0,0,'Intruder detected! Neutralizing threat immediately!',12,0,100,0,0,0,19873,0,'Ever-Core the Punisher'),
|
|
(18702,0,0,'How dare you come here?',14,0,100,0,0,0,17642,0,'Auchenai Necromancer'),
|
|
(18702,0,1,'Outsiders are forbidden!',14,0,100,0,0,0,17643,0,'Auchenai Necromancer'),
|
|
(18702,0,2,'This is sacred ground!',14,0,100,0,0,0,17641,0,'Auchenai Necromancer'),
|
|
(18705,0,0,'%s faints.',16,0,100,0,0,0,15719,0,'Mawg Grimshot'),
|
|
(18708,0,0,'%s draws energy from the air...',16,0,100,0,0,0,18799,0,'murmur EMOTE_SONIC_BOOM'),
|
|
(18713,0,0,'Rifling through the stacks of books and scrolls on the table, Lieutenant Gravelhammer begins to examine one in particular with interest.',16,0,100,0,0,0,15827,0,'Lieutenant Gravelhammer'),
|
|
(18713,1,0,'What? What\'s this?!',12,7,100,5,0,0,15829,0,'Lieutenant Gravelhammer'),
|
|
(18713,1,1,'That is not even remotely imaginable!',12,7,100,5,0,0,15830,0,'Lieutenant Gravelhammer'),
|
|
(18713,1,2,'Looks like I picked a bad day to stop drinking.',12,7,100,5,0,0,15831,0,'Lieutenant Gravelhammer'),
|
|
(18713,1,3,'How did this get missed?!',12,7,100,5,0,0,15832,0,'Lieutenant Gravelhammer'),
|
|
(18713,2,0,'Cap\'n, sir, we have a slight problem.',12,7,100,1,0,0,15833,0,'Lieutenant Gravelhammer'),
|
|
(18713,3,0,'As you say, sir. It would appear that someone failed to mention to me that the druids at the Cenarion Thicket have been wiped out!',12,7,100,1,0,0,15838,0,'Lieutenant Gravelhammer'),
|
|
(18713,3,1,'Bad news. We\'ve been hit again. They\'re gone, but the front sentry tower is on fire.',12,7,100,1,0,0,15839,0,'Lieutenant Gravelhammer'),
|
|
(18713,3,2,'One of our merchants has gone missing!',12,7,100,1,0,0,15840,0,'Lieutenant Gravelhammer'),
|
|
(18713,3,3,'That group that recently arrived from Honor Hold -- they\'re mercs! They\'re starting to stir up trouble. Maybe I should have a talk with them?',12,7,100,1,0,0,15842,0,'Lieutenant Gravelhammer'),
|
|
(18713,3,4,'One of our scouts is reporting that a shadowy group has moved into the ruins of Grangol\'var Village. Oops, this report is over a week old.',12,7,100,1,0,0,15843,0,'Lieutenant Gravelhammer'),
|
|
(18713,3,5,'We have reports from a scout in the field that one of the Cenarion druids has been taken captive up at Firewing Point.',12,7,100,1,0,0,15844,0,'Lieutenant Gravelhammer'),
|
|
(18713,4,0,'Aye, aye, sir. Right away!',12,7,100,66,0,0,15853,0,'Lieutenant Gravelhammer'),
|
|
(18723,0,0,'I believe I can explain everything to you two if you give me a moment of your time.',12,0,100,1,0,0,16086,0,'Erozion'),
|
|
(18723,1,0,'That spell should wipe their memories of us and what just happened. All they should remember now is what reality would be like without the attempted temporal interference. Well done. Thrall will journey on to find his destiny, and Taretha...',12,0,100,1,0,0,16087,0,'Erozion'),
|
|
(18723,2,0,'Her fate is regrettably unavoidable.',12,0,100,1,0,0,16088,0,'Erozion'),
|
|
(18724,0,0,'The humans abandoned us in our darkest hour! Their prince himself led the assault on our lands.',12,0,100,25,0,0,15677,0,'Melaya Tassier'),
|
|
(18724,1,0,'Look at the wonders of this city! This is magic.',12,0,100,5,0,0,15747,0,'Melaya Tassier'),
|
|
(18724,2,0,'You would have us live like the savages!',12,0,100,5,0,0,15752,0,'Melaya Tassier'),
|
|
(18725,0,0,'When you are ready to fly to Durnholde, let me know and I shall take you.',15,0,100,0,0,0,17753,0,'Brazen'),
|
|
(18728,0,0,'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. ',14,0,0,0,0,11332,20076,0,'kazzak SAY_INTRO'),
|
|
(18728,1,0,'The legion will conquer all!',14,0,0,0,0,11333,20077,0,'kazzak SAY_AGGRO1'),
|
|
(18728,1,1,'All mortals will perish!',14,0,0,0,0,11334,20078,0,'kazzak SAY_AGGRO2'),
|
|
(18728,2,0,'All life must be eradicated! ',14,0,0,0,0,11335,20079,0,'kazzak SAY_SURPREME1'),
|
|
(18728,2,1,'I\'ll rip the flesh from your bones!',14,0,0,0,0,11336,20080,0,'kazzak SAY_SURPREME2'),
|
|
(18728,3,0,'Kirel narak!',14,0,0,0,0,11337,20081,0,'kazzak SAY_KILL1'),
|
|
(18728,3,1,'Contemptible wretch!',14,0,0,0,0,11338,20082,0,'kazzak SAY_KILL2'),
|
|
(18728,3,2,'The universe will be remade.',14,0,0,0,0,11339,20083,0,'kazzak SAY_KILL3'),
|
|
(18728,4,0,'The Legion... will never... fall.',14,0,0,0,0,11340,20084,0,'kazzak SAY_DEATH'),
|
|
(18728,5,0,'%s goes into a frenzy!',16,0,0,0,0,0,38630,0,'kazzak EMOTE_FRENZY'),
|
|
(18728,6,0,'Invaders, you dangle upon the precipice of oblivion! The Burning Legion comes and with it comes your end.\n',14,0,0,0,0,0,15895,0,'kazzak SAY_RAND1'),
|
|
(18728,6,1,'Impudent whelps, you only delay the inevitable. Where one has fallen, ten shall rise. Such is the will of Kazzak...',14,0,0,0,0,0,16432,0,'kazzak SAY_RAND2'),
|
|
(18731,0,0,'Infidels have invaded the sanctuary! Sniveling pests...You have yet to learn the true meaning of agony!',14,0,100,15,0,10473,0,0,'hellmaw SAY_INTRO'),
|
|
(18731,1,0,'Pathetic mortals! You will pay dearly.',14,0,100,0,0,10475,17860,0,'hellmaw SAY_AGGRO1'),
|
|
(18731,1,1,'I will break you!',14,0,100,0,0,10476,22823,0,'hellmaw SAY_AGGRO2'),
|
|
(18731,1,2,'Finally, something to relieve the tedium!',14,0,100,0,0,10477,17863,0,'hellmaw SAY_AGGRO3'),
|
|
(18731,2,0,'Aid me, you fools, before it\'s too late!',14,0,100,0,0,10474,17859,0,'hellmaw SAY_HELP'),
|
|
(18731,3,0,'Do you fear death?',14,0,100,0,0,10478,17864,0,'hellmaw SAY_SLAY1'),
|
|
(18731,3,1,'This is the part I enjoy most...',14,0,100,0,0,10479,17865,0,'hellmaw SAY_SLAY2'),
|
|
(18731,4,0,'Do not... grow... overconfident, mortal.',14,0,100,0,0,10480,17866,0,'hellmaw SAY_DEATH'),
|
|
(18732,0,0,'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!',14,0,100,0,0,10522,0,0,'vorpil SAY_INTRO'),
|
|
(18732,1,0,'I\'ll make an offering of your blood!',14,0,100,0,0,10524,17868,0,'vorpil SAY_AGGRO1'),
|
|
(18732,1,1,'You\'ll be a fine example for the others!',14,0,100,0,0,10525,17869,0,'vorpil SAY_AGGRO2'),
|
|
(18732,1,2,'Good, a worthy sacrifice!',14,0,100,0,0,10526,17870,0,'vorpil SAY_AGGRO3'),
|
|
(18732,2,0,'Come to my aid! Heed your master now!',14,0,100,0,0,10523,17867,0,'vorpil SAY_HELP'),
|
|
(18732,3,0,'I serve with pride.',14,0,100,0,0,10527,17871,0,'vorpil SAY_SLAY1'),
|
|
(18732,3,1,'Your death is for the greater cause...',14,0,100,0,0,10528,17872,0,'vorpil SAY_SLAY2'),
|
|
(18732,4,0,'I give my life... gladly.',14,0,100,0,0,10529,17873,0,'vorpil SAY_DEATH'),
|
|
(18744,0,0,'Stop!',12,0,100,5,0,0,34706,0,'Aurosalia'),
|
|
(18744,0,1,'Will you stop--',12,1,100,6,0,0,15825,0,'Aurosalia'),
|
|
(18745,5,0,'At ease, lieutenant. Go on.',12,7,100,66,0,0,15834,0,'Captain Auric Sunchaser'),
|
|
(18745,5,1,'What is it now, Gravel?',12,7,100,6,0,0,15835,0,'Captain Auric Sunchaser'),
|
|
(18745,5,2,'What else could possibly go wrong?',12,7,100,6,0,0,15836,0,'Captain Auric Sunchaser'),
|
|
(18745,5,3,'Yes, lieutenant? Report.',12,7,100,1,0,0,15837,0,'Captain Auric Sunchaser'),
|
|
(18745,6,0,'That\'s troubling news indeed. See to it that it\'s taken care of immediately!',12,7,100,1,0,0,15849,0,'Captain Auric Sunchaser'),
|
|
(18745,6,1,'I don\'t have time for this, lieutenant. Make sure that you handle it.',12,7,100,1,0,0,15850,0,'Captain Auric Sunchaser'),
|
|
(18745,6,2,'If we\'re to help with that in any way we\'ll need more people. Call some of the scouts in to help with that.',12,7,100,1,0,0,15851,0,'Captain Auric Sunchaser'),
|
|
(18745,6,3,'Lieutenant, I want you to make that your top priority. Notify anyone that you think can help.',12,7,100,1,0,0,15852,0,'Captain Auric Sunchaser'),
|
|
(18756,0,0,'I, like, so don\'t get it...',12,0,100,1,0,0,16888,0,'Haris Pilton'),
|
|
(18756,0,1,'Psshh... whatever.',12,0,100,1,0,0,16882,0,'Haris Pilton'),
|
|
(18756,0,2,'That\'s hot.',12,0,100,1,0,0,16881,0,'Haris Pilton'),
|
|
(18756,0,3,'That joke\'s hot.',12,0,100,1,0,0,16887,0,'Haris Pilton'),
|
|
(18760,0,0,'Ok, let\'s get out of here!',12,0,100,0,0,0,15882,0,'isla starmane SAY_PROGRESS_1'),
|
|
(18760,1,0,'You sure you\'re ready? Take a moment.',12,0,100,0,0,0,15883,0,'isla starmane SAY_PROGRESS_2'),
|
|
(18760,2,0,'Alright, let\'s do this!',12,0,100,0,0,0,15884,0,'isla starmane SAY_PROGRESS_3'),
|
|
(18760,3,0,'Ok, I think I can make it on my own from here. Thank you so much for breaking me out of there!',12,0,100,0,0,0,15887,0,'isla starmane SAY_PROGRESS_4'),
|
|
(18764,0,0,'What\'s the meaning of this? GUARDS!',12,0,100,5,0,0,15891,0,'Durnholde Armorer'),
|
|
(18785,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Kuma'),
|
|
(18788,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Munci'),
|
|
(18789,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Furgu'),
|
|
(18791,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Du\'ga'),
|
|
(18794,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Ritualist'),
|
|
(18794,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Ritualist'),
|
|
(18794,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Ritualist'),
|
|
(18794,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Ritualist'),
|
|
(18794,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Ritualist'),
|
|
(18794,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Ritualist'),
|
|
(18796,0,0,'Embrace the Nothing!',12,0,100,0,0,0,16808,0,'Fel Overseer'),
|
|
(18796,0,1,'I\'ll feast on your soul!',12,0,100,0,0,0,16811,0,'Fel Overseer'),
|
|
(18796,0,2,'None can stand against the Legion!',12,0,100,0,0,0,16810,0,'Fel Overseer'),
|
|
(18796,0,3,'Pathetic worm!',12,0,100,0,0,0,16809,0,'Fel Overseer'),
|
|
(18796,0,4,'The end is come!',12,0,100,0,0,0,16807,0,'Fel Overseer'),
|
|
(18796,0,5,'The only justice is death!',12,0,100,0,0,0,16813,0,'Fel Overseer'),
|
|
(18796,0,6,'This world shall burn!',12,0,100,0,0,0,16805,0,'Fel Overseer'),
|
|
(18796,0,7,'You shall not escape.',12,0,100,0,0,0,16812,0,'Fel Overseer'),
|
|
(18805,0,0,'Tal anu\'men no sin\'dorei!',14,0,100,0,0,11134,20849,0,'solarian SAY_AGGRO'),
|
|
(18805,1,0,'You are hopelessly outmatched!',14,0,100,0,0,11139,20854,0,'solarian SAY_SUMMON1'),
|
|
(18805,1,1,'I will crush your delusions of grandeur!',14,0,100,0,0,11140,20855,0,'solarian SAY_SUMMON2'),
|
|
(18805,2,0,'Your soul belongs to the abyss!',14,0,100,0,0,11136,20851,0,'solarian SAY_KILL1'),
|
|
(18805,2,1,'By the blood of the Highborne!',14,0,100,0,0,11137,20852,0,'solarian SAY_KILL2'),
|
|
(18805,2,2,'For the Sunwell!',14,0,100,0,0,11138,20853,0,'solarian SAY_KILL3'),
|
|
(18805,3,0,'The warmth of the sun... awaits.',14,0,100,0,0,11135,20850,0,'solarian SAY_DEATH'),
|
|
(18805,4,0,'Enough of this! Now I call upon the fury of the cosmos itself.',14,0,100,0,0,0,20372,0,'solarian SAY_VOID1'),
|
|
(18805,4,1,'I become ONE... with the VOID!',14,0,100,0,0,0,20373,0,'solarian SAY_VOID2'),
|
|
(18807,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Kerna'),
|
|
(18808,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Gursha'),
|
|
(18809,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Furnan Skysoar'),
|
|
(18810,0,0,'How can you have any pudding if you don\'t eat your fish?',12,7,100,5,0,0,15941,0,'Otonambusi'),
|
|
(18810,0,1,'If you don\'t eat your fish, you can\'t have any pudding!',12,7,100,5,0,0,15942,0,'Otonambusi'),
|
|
(18827,0,0,'%s\'s eyes glow red as he begins to cackle madly!.',16,7,100,0,0,0,16771,0,'Gan\'arg Sapper'),
|
|
(18830,0,0,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Fanatic'),
|
|
(18830,0,1,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Fanatic'),
|
|
(18830,0,2,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Fanatic'),
|
|
(18830,0,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Fanatic'),
|
|
(18830,0,4,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Fanatic'),
|
|
(18830,0,5,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Fanatic'),
|
|
(18831,0,0,'Gronn are the real power in Outland!',14,0,100,0,0,11367,20066,0,'maulgar SAY_AGGRO'),
|
|
(18831,1,0,'You will not defeat the hand of Gruul!',14,0,100,0,0,11368,20067,0,'maulgar SAY_ENRAGE'),
|
|
(18831,2,0,'You won\'t kill next one so easy.',14,0,100,0,0,11369,20068,0,'maulgar SAY_OGRE_DEATH1'),
|
|
(18831,2,1,'Pah! Does not prove anything!',14,0,100,0,0,11370,20069,0,'maulgar SAY_OGRE_DEATH2'),
|
|
(18831,2,2,'I\'m not afraid of you!',14,0,100,0,0,11371,20070,0,'maulgar SAY_OGRE_DEATH3'),
|
|
(18831,2,3,'Good, now you fight me!',14,0,100,0,0,11372,20071,0,'maulgar SAY_OGRE_DEATH4'),
|
|
(18831,3,0,'You not so tough after all!',14,0,100,0,0,11373,20072,0,'maulgar SAY_SLAY1'),
|
|
(18831,3,1,'%s laughs.',14,0,100,0,0,11374,20073,0,'maulgar SAY_SLAY2'),
|
|
(18831,3,2,'Maulgar is king!',14,0,100,0,0,11375,20074,0,'maulgar SAY_SLAY3'),
|
|
(18831,4,0,'Gruul... will crush you.',14,0,100,0,0,11376,20075,0,'maulgar SAY_DEATH'),
|
|
(18848,0,0,'Embrace the Nothing!',12,0,100,0,0,0,16808,0,'Malicious Instructor'),
|
|
(18848,0,1,'I\'ll feast on your soul!',12,0,100,0,0,0,16811,0,'Malicious Instructor'),
|
|
(18848,0,2,'None can stand against the Legion!',12,0,100,0,0,0,16810,0,'Malicious Instructor'),
|
|
(18848,0,3,'Pathetic worm!',12,0,100,0,0,0,16809,0,'Malicious Instructor'),
|
|
(18848,0,4,'The end is come!',12,0,100,0,0,0,16807,0,'Malicious Instructor'),
|
|
(18848,0,5,'The only justice is death!',12,0,100,0,0,0,16813,0,'Malicious Instructor'),
|
|
(18848,0,6,'This world shall burn!',12,0,100,0,0,0,16805,0,'Malicious Instructor'),
|
|
(18848,0,7,'You shall not escape.',12,0,100,0,0,0,16812,0,'Malicious Instructor'),
|
|
(18850,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Sunfury Guardsman'),
|
|
(18853,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Sunfury Bloodwarder'),
|
|
(18870,1,0,'%s absorbs the holy energy of the attack.',16,0,0,0,0,0,17110,0,'Voidshrieker'),
|
|
(18870,2,0,'%s absorbs the fire energy of the attack.',16,0,0,0,0,0,17105,0,'Voidshrieker'),
|
|
(18870,3,0,'%s absorbs the nature energy of the attack.',16,0,0,0,0,0,17107,0,'Voidshrieker'),
|
|
(18870,4,0,'%s absorbs the frost energy of the attack.',16,0,0,0,0,0,17106,0,'Voidshrieker'),
|
|
(18870,5,0,'%s absorbs the shadow energy of the attack.',16,0,0,0,0,0,17108,0,'Voidshrieker'),
|
|
(18870,6,0,'%s absorbs the arcane energy of the attack.',16,0,0,0,0,0,17109,0,'Voidshrieker'),
|
|
(18879,0,0,'The %s is very weak.',16,0,0,0,0,0,18869,0,'Phase Hunter - Emote'),
|
|
(18881,0,0,'%s shatters into shards.',16,0,100,0,0,0,19115,0,'Sundered Rumbler - Emote'),
|
|
(18887,0,0,'I\'m free! Thank you all!',12,0,100,0,0,0,16082,0,'taretha SAY_TA_FREE'),
|
|
(18887,1,0,'Thrall, you escaped!',12,0,100,0,0,0,15979,0,'taretha SAY_TA_ESCAPED'),
|
|
(18887,2,0,'Thrall, I\'ve never met these people before in my life.',12,0,100,1,0,0,16085,0,'taretha SAY_TARETHA_TALK1'),
|
|
(18887,3,0,'They call you a monster. But they\'re the monsters, not you. Farewell, Thrall.',12,0,100,3,0,0,16090,0,'taretha SAY_TARETHA_TALK2'),
|
|
(18896,0,0,'Function: Intelligence Agents, Torturers',12,7,100,0,0,0,17390,0,'Exodar Holographic Emitter'),
|
|
(18896,1,0,'The cruel sayaadi temptresses exemplify the subtler side of the Legion\'s nihilistic Crusade.',12,7,100,0,0,0,17399,0,'Exodar Holographic Emitter'),
|
|
(18896,2,0,'They revel in causing anguish and pain - and their murderous interrogations are the stuff of nightmares.',12,7,100,0,0,0,17811,0,'Exodar Holographic Emitter'),
|
|
(18896,3,0,'Felguard',12,7,100,0,0,0,16006,0,'Exodar Holographic Emitter'),
|
|
(18896,4,0,'Species: Mo\'arg',12,7,100,0,0,0,17377,0,'Exodar Holographic Emitter'),
|
|
(18896,5,0,'Affiliation: Burning Legion',12,7,100,0,0,0,17368,0,'Exodar Holographic Emitter'),
|
|
(18896,6,0,'Function: Standard Soldiers',12,7,100,0,0,0,17397,0,'Exodar Holographic Emitter'),
|
|
(18896,7,0,'Conscripted from the mo\'arg race, these warriors serve as the Legion\'s rank and file soldiers.',12,7,100,0,0,0,17406,0,'Exodar Holographic Emitter'),
|
|
(18896,8,0,'They are fearless and unwaveringly loyal to their master\'s godlike will.',12,7,100,0,0,0,18308,0,'Exodar Holographic Emitter'),
|
|
(18896,9,0,'Doomguard',12,7,100,0,0,0,15997,0,'Exodar Holographic Emitter'),
|
|
(18896,10,0,'Species: Ered\'ruin',12,7,100,0,0,0,17367,0,'Exodar Holographic Emitter'),
|
|
(18896,11,0,'Function: Shock Troops, Enforcers',12,7,100,0,0,0,17369,0,'Exodar Holographic Emitter'),
|
|
(18896,12,0,'Powerful and deliberate, these winged aberrations are renowned across the cosmos for their brutality.',12,7,100,0,0,0,17370,0,'Exodar Holographic Emitter'),
|
|
(18896,13,0,'The Doomguard are utterly devoted to their Pit Lord masters and revel in the destruction of worlds.',12,7,100,0,0,0,18311,0,'Exodar Holographic Emitter'),
|
|
(18896,14,0,'Wrathguard',12,7,100,0,0,0,15998,0,'Exodar Holographic Emitter'),
|
|
(18896,15,0,'Species: Eredar',12,7,100,0,0,0,17371,0,'Exodar Holographic Emitter'),
|
|
(18896,16,0,'Function: Honor Guard',12,7,100,0,0,0,17389,0,'Exodar Holographic Emitter'),
|
|
(18896,17,0,'Cunning and precise, the Wrathguard often protect the Legion\'s eredar masters.',12,7,100,0,0,0,17398,0,'Exodar Holographic Emitter'),
|
|
(18896,18,0,'Their skill in battle should never be underestimated.',12,7,100,0,0,0,17810,0,'Exodar Holographic Emitter'),
|
|
(18896,19,0,'Succubus',12,7,100,0,0,0,15999,0,'Exodar Holographic Emitter'),
|
|
(18896,20,0,'Species: Sayaad',12,7,100,0,0,0,17372,0,'Exodar Holographic Emitter'),
|
|
(18896,21,0,'Shivarra',12,7,100,0,0,0,16000,0,'Exodar Holographic Emitter'),
|
|
(18896,22,0,'Species: Shivarra',12,7,100,0,0,0,17373,0,'Exodar Holographic Emitter'),
|
|
(18896,23,0,'Function: Priestesses, Military Chaplains',12,7,100,0,0,0,17391,0,'Exodar Holographic Emitter'),
|
|
(18896,24,0,'Devout and exceedingly charismatic, these priestesses live only to evangelize the power of Sargeras\' dread vision.',12,7,100,0,0,0,17400,0,'Exodar Holographic Emitter'),
|
|
(18896,25,0,'They are the driving heart of the Burning Crusade.',12,7,100,0,0,0,17812,0,'Exodar Holographic Emitter'),
|
|
(18896,26,0,'Dreadlord',12,7,100,0,0,0,16001,0,'Exodar Holographic Emitter'),
|
|
(18896,27,0,'Species: Nathrezim',12,7,100,0,0,0,17374,0,'Exodar Holographic Emitter'),
|
|
(18896,28,0,'Function: Secret Police, Interrogator',12,7,100,0,0,0,17392,0,'Exodar Holographic Emitter'),
|
|
(18896,29,0,'The Nathrezim are merciless villains who feed upon the energies of mortal creatures.',12,7,100,0,0,0,17401,0,'Exodar Holographic Emitter'),
|
|
(18896,30,0,'They utilize terror and subterfuge - often turning brother against brother as whole worlds fall before their dark influence.',12,7,100,0,0,0,17813,0,'Exodar Holographic Emitter'),
|
|
(18896,31,0,'Eredar',12,7,100,0,0,0,16002,0,'Exodar Holographic Emitter'),
|
|
(18896,32,0,'Function: Overlords, Strategists',12,7,100,0,0,0,17393,0,'Exodar Holographic Emitter'),
|
|
(18896,33,0,'The cunning, powerful eredar warlocks were once our noble kinsmen.',12,7,100,0,0,0,17402,0,'Exodar Holographic Emitter'),
|
|
(18896,34,0,'Yet they fell to the lure of Sargeras\' evil - and now they have become our most stalwart enemies.',12,7,100,0,0,0,18303,0,'Exodar Holographic Emitter'),
|
|
(18896,35,0,'Pit Lord',12,7,100,0,0,0,16003,0,'Exodar Holographic Emitter'),
|
|
(18896,36,0,'Species: Annihilan',12,7,100,0,0,0,17376,0,'Exodar Holographic Emitter'),
|
|
(18896,37,0,'Function: Generals, Ground Commanders',12,7,100,0,0,0,17394,0,'Exodar Holographic Emitter'),
|
|
(18896,38,0,'These colossal destroyers serve as the Legion\'s military commanders.',12,7,100,0,0,0,17403,0,'Exodar Holographic Emitter'),
|
|
(18896,39,0,'They are as cruel as they are powerful - and revel in the destruction of all that exists.',12,7,100,0,0,0,18305,0,'Exodar Holographic Emitter'),
|
|
(18896,40,0,'Gan\'arg',12,7,100,0,0,0,16004,0,'Exodar Holographic Emitter'),
|
|
(18896,41,0,'Function: Tinkerers, Machine-smiths',12,7,100,0,0,0,17395,0,'Exodar Holographic Emitter'),
|
|
(18896,42,0,'These stunted mo\'arg are very clever, and are often employed as helpers for their larger brethren.',12,7,100,0,0,0,17404,0,'Exodar Holographic Emitter'),
|
|
(18896,43,0,'Mischievous by nature, they are fond of employing their own hastily-constructed technologies.',12,7,100,0,0,0,17815,0,'Exodar Holographic Emitter'),
|
|
(18896,44,0,'Mo\'arg',12,7,100,0,0,0,16005,0,'Exodar Holographic Emitter'),
|
|
(18896,45,0,'Function: Engineers, Scientists',12,7,100,0,0,0,17396,0,'Exodar Holographic Emitter'),
|
|
(18896,46,0,'Brutish though they seem, these iron-stitched horrors are exceedingly brilliant engineers and forge-smiths.',12,7,100,0,0,0,17405,0,'Exodar Holographic Emitter'),
|
|
(18896,47,0,'Their black iron constructs have sown death across a thousand worlds.',12,7,100,0,0,0,17817,0,'Exodar Holographic Emitter'),
|
|
(18897,0,0,'Welcome, welcome, to the recently appropriated and callously renamed Steamwheedle Stadium!',12,0,100,0,0,0,16072,0,'\"King\" Dond'),
|
|
(18926,0,0,'Having trouble dealing with the Wretched? I\'ve got just what you need.',12,0,100,22,0,0,16058,0,'Sleyin'),
|
|
(18926,1,0,'Just don\'t ask me where I got it...',12,0,100,0,0,0,16059,0,'Sleyin'),
|
|
(18926,2,0,'Something must be done about these Wretched...',12,0,100,274,0,0,16091,0,'Sleyin'),
|
|
(18926,3,0,'Once they\'re dealt with we can dedicate more resources to the war effort.',12,0,100,0,0,0,16092,0,'Sleyin'),
|
|
(18927,0,0,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,7,100,0,0,0,24349,0,'Human Commoner to Human Commoner'),
|
|
(18927,0,1,'Have you seen the fireworks? This is the best time of year to buy them.',12,7,100,0,0,0,24351,0,'Human Commoner to Human Commoner'),
|
|
(18927,0,2,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,7,100,0,0,0,24352,0,'Human Commoner to Human Commoner'),
|
|
(18927,0,3,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,7,100,274,0,0,24349,0,'Human Commoner to Human Commoner'),
|
|
(18927,0,4,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,7,100,274,0,0,24352,0,'Human Commoner to Human Commoner'),
|
|
(18927,0,5,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,7,100,0,0,0,24350,0,'Human Commoner to Human Commoner'),
|
|
(18927,6,0,'Brains... braaaiiins!',12,7,100,15,0,0,23358,0,'Human Commoner to Human Commoner'),
|
|
(18927,6,1,'We should go trick or treating later.',12,7,100,396,0,0,24348,0,'Human Commoner to Human Commoner'),
|
|
(18927,6,2,'Are there any more inns we can visit for treats?',12,7,100,0,0,0,23293,0,'Human Commoner to Human Commoner'),
|
|
(18927,6,3,'We should go trick or treating later.',12,7,100,0,0,0,24348,0,'Human Commoner to Human Commoner'),
|
|
(18927,6,4,'For the Horde!',12,7,100,274,0,0,23357,0,'Human Commoner to Human Commoner'),
|
|
(18927,6,5,'What do you think of the mask?',12,7,100,1,0,0,24339,0,'Human Commoner to Human Commoner'),
|
|
(18927,6,6,'You know... why DO we celebrate this holiday?',12,7,100,0,0,0,23287,0,'Human Commoner to Human Commoner'),
|
|
(18927,8,0,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,7,100,6,0,0,24341,0,'Human Commoner to Human Commoner'),
|
|
(18927,8,1,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,7,100,0,0,0,24341,0,'Human Commoner to Human Commoner'),
|
|
(18927,8,2,'I should take the tram to Ironforge and visit Greatfather Winter.',12,7,100,6,0,0,16032,0,'Human Commoner to Human Commoner'),
|
|
(18927,8,3,'Greatfather Winter will leave presents for everyone under the tree in Ironforge. I can\'t wait to get mine!',12,7,100,0,0,0,16422,0,'Human Commoner to Human Commoner'),
|
|
(18927,8,4,'Greatfather Winter will leave presents for everyone under the tree in Ironforge. I can\'t wait to get mine!',12,7,100,396,0,0,16422,0,'Human Commoner to Human Commoner'),
|
|
(18927,8,5,'I should take the tram to Ironforge and visit Greatfather Winter.',12,7,100,0,0,0,16032,0,'Human Commoner to Human Commoner'),
|
|
(18927,8,6,'Where are all those wonderful winter hats coming from?',12,7,100,0,0,0,24342,0,'Human Commoner to Human Commoner'),
|
|
(18927,8,7,'I should take the tram to Ironforge and visit Greatfather Winter.',12,7,100,396,0,0,16032,0,'Human Commoner to Human Commoner'),
|
|
(18929,0,0,'If only I had some wine to go with my cheese...',12,0,100,18,0,0,16093,0,'Kyrenna'),
|
|
(18929,1,0,'The hours would pass so much more sweetly.',12,0,100,0,0,0,16096,0,'Kyrenna'),
|
|
(18929,2,0,'Ooh what a dreadful job!',12,0,100,1,0,0,16094,0,'Kyrenna'),
|
|
(18929,3,0,'All day, surrounded by the stench of bad feet.',12,0,100,0,0,0,16095,0,'Kyrenna'),
|
|
(18929,4,0,'Why couldn\'t mother have chosen something else to dedicate herself to?',12,0,100,1,0,0,16097,0,'Kyrenna'),
|
|
(18929,5,0,'Cakes, pastries, even bread - anything but cheese!',12,0,100,0,0,0,16098,0,'Kyrenna'),
|
|
(18930,0,0,'Arrrhhh...Guards!',14,7,100,0,0,0,0,0,'Common Horde Flight Master'),
|
|
(18931,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Amish Wildhammer'),
|
|
(18934,0,0,'I hear that Blackmoore has been acting strange.',12,0,100,0,0,0,19560,0,'Durnholde Mage'),
|
|
(18934,0,1,'I\'m thinking of a vacation. I hear Hearthglen is nice.',12,0,100,0,0,0,19561,0,'Durnholde Mage'),
|
|
(18934,0,2,'Quitting time can\'t come too soon.',12,0,100,0,0,0,19562,0,'Durnholde Mage'),
|
|
(18934,1,0,'Blackmoore will have... your head!',12,0,100,0,0,0,19517,0,'Durnholde Mage'),
|
|
(18934,1,1,'Cursed scum!',12,0,100,0,0,0,19518,0,'Durnholde Mage'),
|
|
(18934,1,2,'I was just... following orders.',12,0,100,0,0,0,19515,0,'Durnholde Mage'),
|
|
(18934,1,3,'Why...?',12,0,100,0,0,0,13802,0,'Durnholde Mage'),
|
|
(18934,2,0,'Halt!',12,0,100,0,0,0,19171,0,'Durnholde Mage'),
|
|
(18934,2,1,'Stop them!',12,0,100,0,0,0,13822,0,'Durnholde Mage'),
|
|
(18934,2,2,'Surrender immediately!',12,0,100,0,0,0,19512,0,'Durnholde Mage'),
|
|
(18937,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Amerun Leafshade'),
|
|
(18939,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Brubeck Stormfoot'),
|
|
(18942,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Innalia'),
|
|
(18947,0,0,'Gah! Every time I load something into the wagon, it reappears here within moments!',12,0,100,6,0,0,16099,0,'Solanin'),
|
|
(18947,1,0,'I should have better than to have given Silanna that tome of cantrips.',12,0,100,1,0,0,16100,0,'Solanin'),
|
|
(18952,0,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bonechewer Scavenger'),
|
|
(18952,0,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bonechewer Scavenger'),
|
|
(18952,0,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bonechewer Scavenger'),
|
|
(18952,0,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bonechewer Scavenger'),
|
|
(18953,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Unoke Tenderhoof'),
|
|
(18956,0,0,'Thank you for freeing me, $n! I\'m going to make my way to Shattrath!',12,0,100,0,0,0,16049,0,'Lakka'),
|
|
(18966,0,0,'Soldiers of Azeroth, you now fight against the vile Burning Crusade. And the hopes and prayers of all Light-loving people march with you. In the company of our brave allies and brothers -in-arms you will hold your ground and break the demonic charge. You will stem the destructive tyranny that rages across so many worlds.',14,0,100,0,0,0,16625,0,'Justinius the Harbinger Aggro'),
|
|
(18966,0,1,'With each passing moment, I see the people of Azeroth prove again the reasons we have come. It is with solemn pride that I fight with you, and if I die this day, then I die among friends.',14,0,100,0,0,0,16633,0,'Justinius the Harbinger Aggro'),
|
|
(18966,0,2,'The demons should be in no doubt that we are their nemesis and, though they wish our destruction, it is we who bring about their ruin. Kazzak and his forces will be diminished and defeated by this coalition. And to do this, we must throw at them our bodies and hearts, for they seek no less than the obliteration of this world.',14,0,100,0,0,0,16627,0,'Justinius the Harbinger Aggro'),
|
|
(18966,0,3,'Fight on, good people of Azeroth. And take heart! Your brethren rush to this hellish portal and will soon throw themselves at these demons as you have so bravely done. May the Light keep you!',14,0,100,0,0,0,16933,0,'Justinius the Harbinger Aggro'),
|
|
(18966,0,4,'Behold the power of the Light! Grace and glory to the Alliance!',14,0,100,0,0,0,16286,0,'Justinius the Harbinger Aggro'),
|
|
(18969,0,0,'Hunters, to me! Let us show these demons what it is to fight and die in Azeroth!',14,0,100,0,0,0,16616,0,'MELGROMM_HIGHMOUNTAIN'),
|
|
(18969,0,1,'The spirits sing to us! They sing the song of battle!',14,0,100,0,0,0,16617,0,'MELGROMM_HIGHMOUNTAIN'),
|
|
(18969,0,2,'Strike true, brothers and sisters! Today our quarry is demons!',14,0,100,0,0,0,16618,0,'MELGROMM_HIGHMOUNTAIN'),
|
|
(18969,0,3,'Once again, we will show this Burning Legion that our world is not for the taking!',14,0,100,0,0,0,16620,0,'MELGROMM_HIGHMOUNTAIN'),
|
|
(18969,0,4,'These fiends will fail! For Azeroth!',14,0,100,0,0,0,16621,0,'MELGROMM_HIGHMOUNTAIN'),
|
|
(18969,0,5,'If it is our fate to die this day, then we will not go easy! Mark me, these demons will fall like wheat!',14,0,100,0,0,0,16622,0,'MELGROMM_HIGHMOUNTAIN'),
|
|
(18969,0,6,'Though your sinews tire and your blood flows from cuts and wounds to this sodden ground, you fight for the spirits of your world. No evil force can stand against us!',14,0,100,0,0,0,16624,0,'MELGROMM_HIGHMOUNTAIN'),
|
|
(18969,0,7,'My brethern, my commands-in-arms! I must go to seek the forces of the Horde and direct them here! Keep your spirits strong, brave hunters! Do not fall to the portal-spawned fiends!',14,0,100,0,0,0,16935,0,'MELGROMM_HIGHMOUNTAIN'),
|
|
(18976,0,0,'Work harder!',12,0,100,0,0,0,19592,0,'Urga\'zz say at waypoint'),
|
|
(18976,1,0,'Mine rock! Crack stone! Faster! Faster!',12,0,100,0,0,0,19593,0,'Urga\'zz say at waypoint'),
|
|
(18994,0,0,'More will take my place.',12,0,100,0,0,0,15167,0,'Infinite Executioner'),
|
|
(18994,0,1,'We will not be stopped!',12,0,100,0,0,0,15166,0,'Infinite Executioner'),
|
|
(18994,0,2,'Your efforts... are in vain.',12,0,100,0,0,0,15168,0,'Infinite Executioner'),
|
|
(18995,0,0,'We are not finished!',12,0,100,0,0,0,15174,0,'Infinite Vanquisher'),
|
|
(18999,0,0,'Hey, did you read the bounty on this wanted poster?',12,7,100,6,0,0,16969,0,'Allerian Defender'),
|
|
(18999,0,1,'The Bone Wastes! I don\'t care what\'s being offered as a reward, I\'m not going into the Bone Wastes!',12,7,100,6,0,0,16972,0,'Allerian Defender'),
|
|
(18999,0,2,'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!',12,7,100,6,0,0,16970,0,'Allerian Defender'),
|
|
(18999,0,3,'You want to go do the bounty off of this wanted poster after the shift is over?',12,7,100,6,0,0,16974,0,'Allerian Defender'),
|
|
(18999,0,4,'This wanted poster has a bounty on bonelashers. You think I should do that?',12,7,100,6,0,0,16971,0,'Allerian Defender'),
|
|
(18999,1,0,'Is that wanted poster all that you\'re going to talk about today?',12,7,100,1,0,0,16976,0,'Allerian Defender'),
|
|
(18999,1,1,'I\'m up to looking into that bounty after this shift.',12,7,100,1,0,0,16977,0,'Allerian Defender'),
|
|
(18999,1,2,'I could use the extra money.',12,7,100,1,0,0,16979,0,'Allerian Defender'),
|
|
(18999,1,3,'I don\'t know and I don\'t care.',12,7,100,1,0,0,16975,0,'Allerian Defender'),
|
|
(18999,1,4,'The bonelashers of the wastes are no laughing matter. I hear they carry diseases!',12,7,100,1,0,0,16978,0,'Allerian Defender'),
|
|
(19035,0,0,'Oh sweet, delicious, spotted eggs - you will be mine... ',12,0,100,0,0,0,16139,0,'Wazat'),
|
|
(19035,1,1,'If only I could get this blasted machine working!',12,0,100,0,0,0,16138,0,'Wazat'),
|
|
(19035,2,2,'They look so delicious...',12,0,100,0,0,0,16137,0,'Wazat'),
|
|
(19044,0,0,'Come.... and die.',14,0,100,0,0,11355,20116,0,'gruul SAY_AGGRO'),
|
|
(19044,1,0,'Scurry.',14,0,100,0,0,11356,20117,0,'gruul SAY_SLAM1'),
|
|
(19044,1,1,'No escape.',14,0,100,0,0,11357,20118,0,'gruul SAY_SLAM2'),
|
|
(19044,2,0,'Stay.',14,0,100,0,0,11358,20119,0,'gruul SAY_SHATTER1'),
|
|
(19044,2,1,'Beg for life.',14,0,100,0,0,11359,20120,0,'gruul SAY_SHATTER2'),
|
|
(19044,3,0,'No more.',14,0,100,0,0,11360,20121,0,'gruul SAY_SLAY1'),
|
|
(19044,3,1,'Unworthy.',14,0,100,0,0,11361,20122,0,'gruul SAY_SLAY2'),
|
|
(19044,3,2,'Die.',14,0,100,0,0,11362,20123,0,'gruul SAY_SLAY3'),
|
|
(19044,4,0,'Aaargh...',14,0,100,0,0,11363,0,0,'gruul SAY_DEATH'),
|
|
(19044,5,0,'%s grows in size!',16,0,100,0,0,0,18790,0,'gruul EMOTE_GROW'),
|
|
(19055,0,0,'Windroc Matriarch lets loose a terrifying shriek.',16,0,100,0,0,0,16149,0,'Windroc Matriarch'),
|
|
(19064,0,0,'',15,0,100,0,0,0,0,0,''),
|
|
(19138,0,0,'May it be so.',12,0,100,0,0,0,16780,0,'Anchorite Attendant'),
|
|
(19148,0,0,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,7,100,396,0,0,24352,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,0,1,'The Lunar Festival is a special time for us. We seek out our ancient elders, the Earthen, and pay homage to them.',12,7,100,396,0,0,16153,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,0,2,'Have you seen the fireworks? This is the best time of year to buy them.',12,7,100,0,0,0,24351,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,0,3,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,7,100,0,0,0,24349,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,0,4,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,7,100,0,0,0,24352,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,0,5,'The Lunar Festival is a special time for us. We seek out our ancient elders, the Earthen, and pay homage to them.',12,7,100,0,0,0,16153,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,0,6,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,7,100,0,0,0,24350,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,6,0,'I think I\'ve eaten too much candy...',12,7,100,0,0,0,24347,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,6,1,'Happy Hallow\'s End!',12,7,100,0,0,0,24346,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,8,0,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,7,100,0,0,0,24341,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,8,1,'Where are all those wonderful winter hats coming from?',12,7,100,274,0,0,24342,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,8,2,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,7,100,0,0,0,24340,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19148,8,3,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,7,100,0,0,0,24341,0,'Dwarf Commoner to Dwarf Commoner'),
|
|
(19166,0,0,'Any intruders must be eliminated!',14,0,100,0,0,0,16785,0,'Tempest-Forge Patroller'),
|
|
(19166,0,1,'Protect the Mechanar at all costs!',14,0,100,0,0,0,17913,0,'Tempest-Forge Patroller'),
|
|
(19169,0,0,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,1,100,0,0,0,24332,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,0,1,'Have you seen the fireworks? This is the best time of year to buy them.',12,1,100,0,0,0,24334,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,0,2,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,1,100,0,0,0,24333,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,0,3,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,1,100,0,0,0,24335,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,0,4,'The festival of the moon was ever more important to the kaldorei. The great festival of the druids is surely in full swing.',12,1,100,0,0,0,16171,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,4,0,'The Horde fires will never be extinguished!',12,1,100,4,0,0,24534,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,0,'Gaze upon my crazy tentacle-face and despair, Azerothian!',12,1,100,23,0,0,23356,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,1,'Next year, I\'m dressing up as either a corsair or an assassin.',12,1,100,1,0,0,24336,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,2,'I think I\'ve eaten too much candy...',12,1,100,0,0,0,24330,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,3,'What do you think of the mask?',12,1,100,1,0,0,24337,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,4,'We should go trick or treating later.',12,1,100,0,0,0,24331,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,5,'Happy Hallow\'s End!',12,1,100,0,0,0,24329,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,6,'This time of year is quite important to our Forsaken allies.',12,1,100,0,0,0,23288,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,7,'For the Alliance!',12,1,100,4,0,0,23351,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,8,'We should attend the next burning of the Wickerman.',12,1,100,0,0,0,23292,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,6,9,'What do you think of the mask?',12,1,100,273,0,0,24337,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,8,0,'Winter Veil has always been a human thing. To see the goblins and orcs take it up is rather strange.',12,1,100,0,0,0,16173,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,8,1,'Greatfather Winter will leave presents for everyone under the tree in Orgrimmar. I wonder what he\'ll bring me this year.',12,1,100,0,0,0,16464,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,8,2,'Greatfather Winter will leave presents for everyone under the tree in Orgrimmar. I wonder what he\'ll bring me this year.',12,1,100,6,0,0,16464,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19169,8,3,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,1,100,0,0,0,24323,0,'Blood Elf Commoner to Blood Elf Commoner'),
|
|
(19171,0,0,'It is no surprise that the people of this land hold a great festival of the moon. I should very much like to go to Moonglade to attend it.',12,7,100,6,0,0,17428,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,0,1,'Have you seen the fireworks? This is the best time of year to buy them.',12,7,100,274,0,0,24351,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,0,2,'Have you seen the fireworks? This is the best time of year to buy them.',12,7,100,0,0,0,24351,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,0,3,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,7,100,0,0,0,24352,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,0,4,'Have you seen the fireworks? This is the best time of year to buy them.',12,7,100,273,0,0,24351,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,0,5,'It is no surprise that the people of this land hold a great festival of the moon. I should very much like to go to Moonglade to attend it.',12,7,100,273,0,0,17428,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,0,6,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,7,100,0,0,0,24350,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,5,0,'To Brewfest!',12,7,100,5,0,0,23630,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,6,0,'What do you think of the mask?',12,7,100,1,0,0,24339,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,6,1,'You know... why DO we celebrate this holiday?',12,7,100,0,0,0,23287,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,6,2,'For the Horde!',12,7,100,4,0,0,23357,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,8,0,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,7,100,0,0,0,24341,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,8,1,'Where are all those wonderful winter hats coming from?',12,7,100,0,0,0,24342,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,8,2,'Greatfather Winter will leave presents for everyone under the tree in Ironforge. I can\'t wait to get mine!',12,7,100,0,0,0,16422,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19171,8,3,'It is my understanding that the people of the Alliance celebrate this Winter Veil in Ironforge.',12,7,100,0,0,0,16161,0,'Draenei Commoner to Draenei Commoner'),
|
|
(19172,0,0,'Have you seen the fireworks? This is the best time of year to buy them.',12,7,100,0,0,0,24351,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,0,1,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,7,100,0,0,0,24350,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,0,2,'Lunar Festival is the best time of year for fireworks!',12,7,100,0,0,0,16206,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,0,3,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,7,100,0,0,0,24352,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,6,0,'We should go trick or treating later.',12,7,100,0,0,0,24348,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,6,1,'Happy Hallow\'s End!',12,7,100,0,0,0,24346,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,6,2,'We should go trick or treating later.',12,7,100,1,0,0,24348,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,6,3,'Me got the mad voodoo, mon!',12,7,100,1,0,0,23361,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,8,0,'Greatfather Winter will leave presents for everyone under the tree in Ironforge. I can\'t wait to get mine!',12,7,100,0,0,0,16422,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,8,1,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,7,100,0,0,0,24340,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,8,2,'How embarrassing! Someone mistook me for one of Greatfather Winter\'s helpers.',12,7,100,0,0,0,16204,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,8,3,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,7,100,273,0,0,24340,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19172,8,4,'Where are all those wonderful winter hats coming from?',12,7,100,0,0,0,24342,0,'Gnome Commoner to Gnome Commoner'),
|
|
(19173,0,0,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,7,100,0,0,0,24350,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,0,1,'Have you seen the fireworks? This is the best time of year to buy them.',12,7,100,0,0,0,24351,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,0,2,'The Lunar Festival holds special meaning for the night elves. We seek out the wisdom of our elders across the world.',12,7,100,396,0,0,16156,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,0,3,'The Lunar Festival holds special meaning for the night elves. We seek out the wisdom of our elders across the world.',12,7,100,0,0,0,16156,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,0,4,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,7,100,0,0,0,24349,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,6,0,'Next year, I\'m dressing up as either a corsair or an assassin.',12,7,100,1,0,0,24338,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,6,1,'Happy Hallow\'s End!',12,7,100,0,0,0,24346,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,6,2,'We should go trick or treating later.',12,7,100,0,0,0,24348,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,6,3,'For the Horde!',12,7,100,4,0,0,23357,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,6,4,'Curse this twisting of the night. The candy\'s good, though.',12,7,100,0,0,0,23294,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,6,5,'You know... why DO we celebrate this holiday?',12,7,100,0,0,0,23287,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,6,6,'What do you think of the mask?',12,7,100,1,0,0,24339,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,6,7,'Next year, I\'m dressing up as either a corsair or an assassin.',12,7,100,1,0,0,24338,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,8,0,'It feels like everyone wants to kiss me under the mistletoe.',12,7,100,0,0,0,16158,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,8,1,'It feels like everyone wants to kiss me under the mistletoe.',12,7,100,396,0,0,16158,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,8,2,'Where are all those wonderful winter hats coming from?',12,7,100,0,0,0,24342,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,8,3,'Greatfather Winter will leave presents for everyone under the tree in Ironforge. I can\'t wait to get mine!',12,7,100,6,0,0,16422,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19173,8,4,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,7,100,0,0,0,24340,0,'Night Elf Commoner to Night Elf Commoner'),
|
|
(19175,0,0,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,1,100,0,0,0,24332,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,0,1,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,1,100,0,0,0,24335,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,0,2,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,1,100,0,0,0,24333,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,0,3,'Have you seen the fireworks? This is the best time of year to buy them.',12,1,100,274,0,0,24334,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,0,4,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,1,100,274,0,0,24335,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,5,0,'Where\'s me gold? Where\'s me beer? Where\'s me feet?',12,1,100,5,0,0,23352,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,0,'We should go trick or treating later.',12,1,100,0,0,0,24331,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,1,'Happy Hallow\'s End!',12,1,100,0,0,0,24329,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,2,'What do you think of the mask?',12,1,100,1,0,0,24337,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,3,'We should attend the next burning of the Wickerman.',12,1,100,0,0,0,23292,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,4,'We should go trick or treating later.',12,1,100,273,0,0,24331,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,5,'Where\'s me gold? Where\'s me beer? Where\'s me feet?',12,1,100,6,0,0,23352,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,6,'For the Alliance!',12,1,100,4,0,0,23351,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,7,'Where\'s me gold? Where\'s me beer? Where\'s me feet?',12,1,100,6,0,0,23352,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,8,'The Forsaken are right to celebrate their freedom.',12,1,100,0,0,0,23295,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,9,'I think I\'ve eaten too much candy...',12,1,100,396,0,0,24330,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,6,10,'I think I\'ve eaten too much candy...',12,1,100,0,0,0,24330,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,8,0,'Though we do not truly understand the traditions of Winter Veil, we have taken to them.',12,1,100,0,0,0,16164,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,8,1,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,1,100,0,0,0,24323,0,'Orc Commoner to Orc Commoner'),
|
|
(19175,8,2,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,1,100,6,0,0,24323,0,'Orc Commoner to Orc Commoner'),
|
|
(19176,0,0,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,1,100,0,0,0,24333,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,0,1,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,1,100,0,0,0,24332,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,0,2,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,1,100,0,0,0,24335,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,0,3,'Have you seen the fireworks? This is the best time of year to buy them.',12,1,100,0,0,0,24334,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,6,0,'What do you think of the mask?',12,1,100,1,0,0,24337,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,6,1,'Ishnu-dal-dieb.',12,1,100,3,0,0,23355,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,6,2,'For the Alliance!',12,1,100,4,0,0,23351,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,8,0,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,1,100,0,0,0,24323,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,8,1,'Greatfather Winter will leave presents for everyone under the tree in Orgrimmar. I wonder what he\'ll bring me this year.',12,1,100,0,0,0,16464,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,8,2,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,1,100,0,0,0,24324,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19176,8,3,'Greatfather Winter is only a wyvern\'s ride away to Orgrimmar.',12,1,100,0,0,0,16170,0,'Tauren Commoner to Tauren Commoner'),
|
|
(19177,0,0,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,1,100,0,0,0,24333,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,0,1,'Have you seen the fireworks? This is the best time of year to buy them.',12,1,100,0,0,0,24334,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,0,2,'We should go to Moonglade to see the druids\' great festival of the moon.',12,1,100,0,0,0,16211,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,0,3,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,1,100,0,0,0,24335,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,6,0,'Next year, I\'m dressing up as either a corsair or an assassin.',12,1,100,1,0,0,24336,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,6,1,'Happy Hallow\'s End!',12,1,100,0,0,0,24329,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,6,2,'What do you think of the mask?',12,1,100,1,0,0,24337,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,6,3,'Boo-hoo! I\'m a poor little gnome, and I don\'t have a capital ci... oh, wait.',12,1,100,1,0,0,23354,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,6,4,'Someone should make a candy with a chewy gnome center.',12,1,100,0,0,0,23297,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,6,5,'We should go trick or treating later.',12,1,100,0,0,0,24331,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,6,6,'I think I\'ve eaten too much candy...',12,1,100,0,0,0,24330,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,8,0,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,1,100,0,0,0,24323,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,8,1,'Greatfather Winter will leave presents for everyone under the tree in Orgrimmar. I wonder what he\'ll bring me this year.',12,1,100,0,0,0,16464,0,'Troll Commoner to Troll Commoner'),
|
|
(19177,8,2,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,1,100,0,0,0,24324,0,'Troll Commoner to Troll Commoner'),
|
|
(19178,0,0,'Have you seen the fireworks? This is the best time of year to buy them.',12,1,100,0,0,0,24334,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,0,1,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,1,100,0,0,0,24333,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,0,2,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,1,100,0,0,0,24335,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,0,3,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,1,100,396,0,0,24333,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,0,4,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,1,100,0,0,0,24332,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,0,5,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,1,100,6,0,0,24332,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,6,0,'We should go trick or treating later.',12,1,100,0,0,0,24331,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,6,1,'We should attend the next burning of the Wickerman.',12,1,100,0,0,0,23292,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,6,2,'For the Alliance!',12,1,100,4,0,0,23351,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,6,3,'Happy Hallow\'s End!',12,1,100,0,0,0,24329,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,6,4,'I think I\'ve eaten too much candy...',12,1,100,0,0,0,24330,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,6,5,'I think I\'ve eaten too much candy...',12,1,100,274,0,0,24330,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,0,'Winter Veil just isn\'t the same now, but going through the motions still makes me feel something.',12,1,100,0,0,0,16167,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,1,'Greatfather Winter will leave presents for everyone under the tree in Orgrimmar. I wonder what he\'ll bring me this year.',12,1,100,6,0,0,16464,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,2,'Where are all those wonderful winter hats coming from?',12,1,100,0,0,0,24325,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,3,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,1,100,0,0,0,24323,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,4,'Winter Veil just isn\'t the same now, but going through the motions still makes me feel something.',12,1,100,396,0,0,16167,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,5,'I hope I have a chance to visit with Greatfather Winter before Winter Veil is over.',12,1,100,273,0,0,24323,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,6,'Where are all those wonderful winter hats coming from?',12,1,100,273,0,0,24325,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,7,'Winter Veil just isn\'t the same now, but going through the motions still makes me feel something.',12,1,100,6,0,0,16167,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,8,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,1,100,273,0,0,24324,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19178,8,9,'Greatfather Winter will leave presents for everyone under the tree in Orgrimmar. I wonder what he\'ll bring me this year.',12,1,100,396,0,0,16464,0,'Forsaken Commoner to Forsaken Commoner'),
|
|
(19181,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Lemla Hopewing'),
|
|
(19188,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Raging Colossus'),
|
|
(19191,0,0,'What insolence! What arrogance! To believe you could defeat me on my own doorstep!',14,0,100,0,0,0,17653,0,'Arazzius the Cruel'),
|
|
(19191,1,0,'Master, I have failed...',14,0,100,0,0,0,16429,0,'Arazzius the Cruel'),
|
|
(19191,2,0,'Fool! You are a child playing in a world beyond your comprehension. Speak no more!',14,0,100,0,0,0,16858,0,'Arazzius the Cruel'),
|
|
(19191,3,0,'Your weapons are nothing to me! Relent!',14,0,100,0,0,0,16859,0,'Arazzius the Cruel'),
|
|
(19191,4,0,'You have confidence in your skills? Think carefully as the answer may surprise you.',14,0,100,0,0,0,16860,0,'Arazzius the Cruel'),
|
|
(19196,0,0,'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.',12,0,100,0,0,0,22060,0,'Cro Threadstrong'),
|
|
(19196,1,0,'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!',14,0,100,0,0,0,16296,0,'Cro Threadstrong'),
|
|
(19209,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,2384,0,'Summoned Cabal Deathsworn'),
|
|
(19216,0,0,'Friends, it is my great pleasure to welcome you to the temple today.',12,0,100,1,0,0,16735,0,'Grand Anchorite Almonen'),
|
|
(19216,1,0,'A\'dal has been most generous in his revelations to me, a humble servant of the Light.',12,0,100,0,0,0,16740,0,'Grand Anchorite Almonen'),
|
|
(19216,2,0,'In accordance with my divine calling, I must share these revealed truths to all who would hear.',12,0,100,0,0,0,16741,0,'Grand Anchorite Almonen'),
|
|
(19216,3,0,'It has been made known to me that inside each of us, the Light resides...',12,0,100,0,0,0,16742,0,'Grand Anchorite Almonen'),
|
|
(19216,4,0,'...that it is a gift, given freely to all naturally born beings.',12,0,100,0,0,0,16743,0,'Grand Anchorite Almonen'),
|
|
(19216,5,0,'It manifests itself as a feeling, small at first and easily ignored, that confirms truths and subtly prods one to do good.',12,0,100,0,0,0,16752,0,'Grand Anchorite Almonen'),
|
|
(19216,6,0,'Simple kindnesses, charitable deeds, service to those in need. These are all fruits of the Light.',12,0,100,0,0,0,16753,0,'Grand Anchorite Almonen'),
|
|
(19216,7,0,'It rewards those who heed its promptings with blessings, both seen and unseen.',12,0,100,1,0,0,16754,0,'Grand Anchorite Almonen'),
|
|
(19216,8,0,'Personal reservoirs of hope and faith are strengthened, and one\'s capacity for greater light increases.',12,0,100,0,0,0,16755,0,'Grand Anchorite Almonen'),
|
|
(19216,9,0,'Over the course of time, through obedience to the Light\'s guidance, one becomes more sensitive to its voice, and its power.',12,0,100,273,0,0,16756,0,'Grand Anchorite Almonen'),
|
|
(19216,10,0,'Great is the healing and blessing power of the Light\'s most diligent followers.',12,0,100,0,0,0,16757,0,'Grand Anchorite Almonen'),
|
|
(19216,11,0,'Sadly, there are those who wander through mortality in defiance of the Light.',12,0,100,1,0,0,16761,0,'Grand Anchorite Almonen'),
|
|
(19216,12,0,'From these the Light withdraws, until only darkness remains.',12,0,100,0,0,0,16762,0,'Grand Anchorite Almonen'),
|
|
(19216,13,0,'Where there is no light, despair, loathing and rage thrive.',12,0,100,5,0,0,16763,0,'Grand Anchorite Almonen'),
|
|
(19216,14,0,'We are born into a perilous age, where the forces of darkness are determined to bring about our destruction.',12,0,100,1,0,0,16764,0,'Grand Anchorite Almonen'),
|
|
(19216,15,0,'These are the times to find yourselves in unison with the Light.',12,0,100,5,0,0,16765,0,'Grand Anchorite Almonen'),
|
|
(19216,16,0,'Hear my words, and let the Light inside of you confirm the truth of them.',12,0,100,0,0,0,16766,0,'Grand Anchorite Almonen'),
|
|
(19216,17,0,'Embrace the light that is in you, my friends! Deny yourself all darkness...',12,0,100,5,0,0,16775,0,'Grand Anchorite Almonen'),
|
|
(19216,18,0,'We must endure these trying times faithfully, and one day we will find ourselves victorious.',12,0,100,5,0,0,16776,0,'Grand Anchorite Almonen'),
|
|
(19217,0,0,'Oh, another show already? Very well then...',12,0,100,1,0,0,17848,0,'Ravandwyr'),
|
|
(19217,1,0,'%s sighs audibly and glances at Sagan.',16,0,100,0,0,0,17849,0,'Ravandwyr'),
|
|
(19217,2,0,'I shall transform my familiar, Sagan, into something truly wondrous!',12,0,100,25,0,0,17855,0,'Ravandwyr'),
|
|
(19217,3,0,'And, for my next trick...',12,0,100,1,0,0,17850,0,'Ravandwyr'),
|
|
(19217,4,0,'A simple practical joke.',12,0,100,25,0,0,17877,0,'Ravandwyr'),
|
|
(19217,5,0,'Thank you for watching, everyone! If you\'d be so kind as to bring your non-irradiated currency to tomorrow\'s performance, I\'d appreciate it.',12,0,100,2,0,0,17856,0,'Ravandwyr'),
|
|
(19217,6,0,'I shall breathe fire!',12,0,100,25,0,0,17854,0,'Ravandwyr'),
|
|
(19218,0,0,'I predict a painful death.',14,0,100,0,0,11101,20034,0,'Gatewatcher Gyro-Kill - Aggro'),
|
|
(19218,1,0,'Your strategy was flawed.',14,0,100,0,0,11102,20035,0,'Gatewatcher Gyro-Kill - On Kill'),
|
|
(19218,1,1,'Yes, the only logical outcome.',12,0,100,0,0,11103,20036,0,'Gatewatcher Gyro-Kill - On Kill'),
|
|
(19218,2,0,'Measure twice; cut once.',14,0,100,0,0,11104,20037,0,'Gatewatcher Gyro-Kill - Sawblades'),
|
|
(19218,2,1,'If my division is correct... you should be quite dead.',14,0,100,0,0,11105,20038,0,'Gatewatcher Gyro-Kill - Sawblades'),
|
|
(19218,3,0,'An unforeseen... contingency.',14,0,100,0,0,11106,20039,0,'Gatewatcher Gyro-Kill - On Death'),
|
|
(19219,0,0,'You should split while you can.',14,0,100,0,0,11162,19952,0,'Mechano-Lord Capacitus - Aggro'),
|
|
(19219,1,0,'Go ahead, gimme your best shot. I can take it!',14,0,100,0,0,11166,19956,0,'Mechano-Lord Capacitus - Yells'),
|
|
(19219,2,0,'Think you can hurt me, huh? Think I\'m afraid a\' you?',14,0,100,0,0,11165,19955,0,'Mechano-Lord Capacitus - Yells'),
|
|
(19219,3,0,'Can\'t say I didn\'t warn you....',14,0,100,0,0,11163,19953,0,'Mechano-Lord Capacitus - Killing a player'),
|
|
(19219,3,1,'Damn, I\'m good!',14,0,100,0,0,11164,19954,0,'Mechano-Lord Capacitus - Killing a player'),
|
|
(19219,4,0,'Bully!',14,0,100,0,0,11167,19957,0,'Mechano-Lord Capacitus - Death'),
|
|
(19220,0,0,'We are on a strict timetable. You will not interfere!',14,0,100,0,0,11193,20041,0,'pathaleon SAY_AGGRO'),
|
|
(19220,1,0,'I\'m looking for a team player...',14,0,100,0,0,11197,18716,0,'pathaleon SAY_DOMINATION_1'),
|
|
(19220,1,1,'You work for me now!',14,0,100,0,0,11198,20040,0,'pathaleon SAY_DOMINATION_2'),
|
|
(19220,2,0,'Time to supplement my work force.',14,0,100,0,0,11196,18717,0,'pathaleon SAY_SUMMON'),
|
|
(19220,3,0,'I prefer to be hands-on...',14,0,100,0,0,11199,18725,0,'pathaleon SAY_ENRAGE'),
|
|
(19220,4,0,'A minor inconvenience.',14,0,100,0,0,11194,20042,0,'pathaleon SAY_SLAY_1'),
|
|
(19220,4,1,'Looks like you lose.',14,0,100,0,0,11195,20043,0,'pathaleon SAY_SLAY_2'),
|
|
(19220,5,0,'The project will... continue.',14,0,100,0,0,11200,20044,0,'pathaleon SAY_DEATH'),
|
|
(19220,6,0,'I have been waiting for you!',14,0,100,33,0,0,19059,0,'pathaleon SAY_APPEAR'),
|
|
(19221,0,0,'Don\'t value your life very much, do you?',14,0,100,0,0,11186,19959,0,'sepethrea SAY_AGGRO'),
|
|
(19221,1,0,'I am not alone.',14,0,100,0,0,11191,19965,0,'sepethrea SAY_SUMMON'),
|
|
(19221,2,0,'Think you can take the heat?',14,0,100,0,0,11189,19963,0,'sepethrea SAY_DRAGONS_BREATH_1'),
|
|
(19221,2,1,'Anar\'endal dracon!',14,0,100,0,0,11190,19964,0,'sepethrea SAY_DRAGONS_BREATH_2'),
|
|
(19221,3,0,'And don\'t come back!',14,0,100,0,0,11187,19961,0,'sepethrea SAY_SLAY1'),
|
|
(19221,3,1,'Endala finel endal!',14,0,100,0,0,11188,19962,0,'sepethrea SAY_SLAY2'),
|
|
(19221,4,0,'Anu... bala belore...alon.',14,0,100,0,0,11192,19966,0,'sepethrea SAY_DEATH'),
|
|
(19223,0,0,'I could have sworn I had more apples. Grok!',12,0,100,0,0,0,16307,0,'Granny Smith'),
|
|
(19223,1,0,'What is that poor orc yelling about? Someone should see what is going on.',12,0,100,0,0,0,16314,0,'Granny Smith'),
|
|
(19227,0,0,'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!',12,0,100,5,0,0,16318,0,'Griftah'),
|
|
(19227,0,1,'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\'?',12,0,100,5,0,0,16319,0,'Griftah'),
|
|
(19227,0,2,'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;!',12,0,100,5,0,0,16320,0,'Griftah'),
|
|
(19227,0,3,'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!',12,0,100,5,0,0,16321,0,'Griftah'),
|
|
(19227,0,4,'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!',12,0,100,5,0,0,16322,0,'Griftah'),
|
|
(19227,0,5,'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!',12,0,100,5,0,0,16323,0,'Griftah'),
|
|
(19227,0,6,'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!',12,0,100,5,0,0,16324,0,'Griftah'),
|
|
(19228,0,0,'Hey all! So how long until the jokes spawn?',12,0,100,6,0,0,16382,0,'Perry Gatner'),
|
|
(19228,0,1,'I just flew in from Ironforge and, Boy!, are my mount\'s wings tired!',12,0,100,1,0,0,16649,0,'Perry Gatner'),
|
|
(19228,0,2,'Hey folks, go easy on me... it\'s my first time.',12,0,100,24,0,0,16328,0,'Perry Gatner'),
|
|
(19228,0,3,'Thanks for coming out to see me! I hope you are ready for a good time, because I am.',12,0,100,21,0,0,16327,0,'Perry Gatner'),
|
|
(19228,0,4,'Whoa! Is all that applause for me? Thanks for coming out!',12,0,100,6,0,0,16326,0,'Perry Gatner'),
|
|
(19228,0,5,'What a good looking crowd. The dwarven women even shaved.',12,0,100,21,0,0,16648,0,'Perry Gatner'),
|
|
(19228,0,6,'Are you ready to laugh!',12,0,100,5,0,0,16329,0,'Perry Gatner'),
|
|
(19228,1,0,'I never met a tauren I didn\'t like...',12,0,100,1,0,0,16378,0,'Perry Gatner'),
|
|
(19228,2,0,'To eat!!',12,0,100,5,0,0,16379,0,'Perry Gatner'),
|
|
(19228,3,0,'Last week I was in Goldshire. Have you been there?',12,0,100,6,0,0,16651,0,'Perry Gatner'),
|
|
(19228,4,0,'That town\'s so small, I asked a kid to draw me a map. He drew it on the back of a Defias wanted poster...',12,0,100,1,0,0,16652,0,'Perry Gatner'),
|
|
(19228,5,0,'to scale!!',12,0,100,5,0,0,16653,0,'Perry Gatner'),
|
|
(19228,6,0,'Impersonation time!! I call this, \"The Silly Tauren.\"',12,0,100,6,0,0,16337,0,'Perry Gatner'),
|
|
(19228,7,0,'The comedian clears his throat.',16,0,100,0,0,0,16338,0,'Perry Gatner'),
|
|
(19228,8,0,'The comedian impersonates a tauren.',16,0,100,5,0,6386,16580,0,'Perry Gatner'),
|
|
(19228,9,0,'Here\'s a good one, why do watermelons have water in them? ',12,0,100,6,0,0,16333,0,'Perry Gatner'),
|
|
(19228,10,0,'Because they are planted in the spring!',12,0,100,5,0,0,16336,0,'Perry Gatner'),
|
|
(19228,11,0,'What\'s the deal with women? I mean they are always like...',12,0,100,6,0,0,16339,0,'Perry Gatner'),
|
|
(19228,12,0,'The comedian impersonates a human female.',16,0,100,5,0,6143,16583,0,'Perry Gatner'),
|
|
(19228,13,0,'And then gnomes are even worse! They are always saying stuff like...',12,0,100,6,0,0,16340,0,'Perry Gatner'),
|
|
(19228,14,0,'The comedian impersonates a gnome.',16,0,100,5,0,6133,16581,0,'Perry Gatner'),
|
|
(19228,15,0,'What time is it when an elekk sits on your fence?',12,0,100,6,0,0,16368,0,'Perry Gatner'),
|
|
(19228,16,0,'Time to get a new fence!!',12,0,100,5,0,0,16369,0,'Perry Gatner'),
|
|
(19228,17,0,'If I knew it was going to be like this, I\'d have worn my Greater Boots of Laughter.',12,0,100,6,0,0,16388,0,'Perry Gatner'),
|
|
(19228,17,1,'Apparently my reputation with you people is hostile.',12,0,100,6,0,0,16385,0,'Perry Gatner'),
|
|
(19228,17,2,'Wow! The laughs don\'t drop very often here, do they?',12,0,100,6,0,0,16389,0,'Perry Gatner'),
|
|
(19228,17,3,'Can I get a buff? I\'m dying up here.',12,0,100,6,0,0,16386,0,'Perry Gatner'),
|
|
(19228,17,4,'Come on! These jokes are epic!',12,0,100,6,0,0,16387,0,'Perry Gatner'),
|
|
(19228,18,0,'Hey! Hey! Hey! It\'s Raliq the drunk... His momma\'s so fat she didn\'t just make the front cover of Ogre Today...',12,0,100,25,0,0,16667,0,'Perry Gatner'),
|
|
(19228,19,0,'She made the back cover too!',12,0,100,5,0,0,16668,0,'Perry Gatner'),
|
|
(19228,20,0,'The gnomes used to be a nice respectful people...',12,0,100,1,0,0,16669,0,'Perry Gatner'),
|
|
(19228,21,0,'The other day I saw one walking down the street shouting, \"Once you go gnome, you never go home!\"',12,0,100,1,0,4415,16670,0,'Perry Gatner'),
|
|
(19228,22,0,'I love blood elf women. Especially when they say stuff like this...',12,0,100,6,0,0,16374,0,'Perry Gatner'),
|
|
(19228,23,0,'The comedian impersonates a blood elf.',16,0,100,5,0,9643,16582,0,'Perry Gatner'),
|
|
(19228,24,0,'So the blood elves think they\'re just one step away from ruling the world...',12,0,100,1,0,0,16682,0,'Perry Gatner'),
|
|
(19228,25,0,'Twelve steps is more like it!',12,0,100,5,0,0,16683,0,'Perry Gatner'),
|
|
(19228,26,0,'One last impersonation. It\'s tough, but let\'s see if you can guess who it is...',12,0,100,6,0,0,16351,0,'Perry Gatner'),
|
|
(19228,27,0,'The comedian impersonates an orc.',16,0,100,5,0,7195,16584,0,'Perry Gatner'),
|
|
(19228,28,0,'Now that the show\'s done, can someone run me through Scarlet Monestary?',12,0,100,6,0,0,16381,0,'Perry Gatner'),
|
|
(19228,28,1,'Thank you! Don\'t forget to tip your waiters! Good night folks.',12,0,100,0,0,0,16341,0,'Perry Gatner'),
|
|
(19228,28,2,'Well, it\'s time to take these comedic muscles elsewhere. Have a good night all!',12,0,100,23,0,0,16348,0,'Perry Gatner'),
|
|
(19228,28,3,'Is it over already? You\'ve been great folks. Walk safely and have a good night.',12,0,100,6,0,0,16343,0,'Perry Gatner'),
|
|
(19228,28,4,'Thank you everyone! And keep clapping, there is a fly in here and one of you are bound to get it! Good night!',12,0,100,21,0,0,16345,0,'Perry Gatner'),
|
|
(19228,29,0,'How many kobolds does it take to change a lantern wick?',12,0,100,6,0,0,16657,0,'Perry Gatner'),
|
|
(19228,30,0,'You no take candle!',12,0,100,5,0,0,16658,0,'Perry Gatner'),
|
|
(19228,31,0,'Goldshire\'s inn advertises a lakeside view...',12,0,100,1,0,0,16655,0,'Perry Gatner'),
|
|
(19228,32,0,'I saw a murloc swim by my window.',12,0,100,1,0,0,16656,0,'Perry Gatner'),
|
|
(19228,33,0,'Have you ever noticed that all those cute, orc kids look the same?',12,0,100,6,0,0,16331,0,'Perry Gatner'),
|
|
(19228,34,0,'It\'s too bad they don\'t stay cute. There must be some rite of passage in the Barrens called, \"Climb ugly tree and fall out.\"',12,0,100,0,0,0,16334,0,'Perry Gatner'),
|
|
(19228,35,0,'I\'ve heard that gnomes can grant wishes...',12,0,100,6,0,0,16375,0,'Perry Gatner'),
|
|
(19228,36,0,'Well I wish they\'d go away!',12,0,100,5,0,0,16376,0,'Perry Gatner'),
|
|
(19228,37,0,'Look who\'s here, it\'s Raliq the drunk... His momma\'s so fat dragons won\'t eat her...',12,0,100,25,0,0,16665,0,'Perry Gatner'),
|
|
(19228,38,0,'They don\'t know where to store the leftovers!',12,0,100,5,0,0,16666,0,'Perry Gatner'),
|
|
(19228,39,0,'My wife and I were happy for 23 years...',12,0,100,6,0,0,16370,0,'Perry Gatner'),
|
|
(19228,40,0,'And then we met!',12,0,100,5,0,0,16371,0,'Perry Gatner'),
|
|
(19228,41,0,'What do you call a broken boomerang?',12,0,100,6,0,0,16372,0,'Perry Gatner'),
|
|
(19228,42,0,'A stick!',12,0,100,5,0,0,16373,0,'Perry Gatner'),
|
|
(19228,43,0,'So this gnome tells a tauren that he\'s been to Molten Core.',12,0,100,6,0,0,16332,0,'Perry Gatner'),
|
|
(19228,44,0,'The tauren says, \"That\'s a load of bull.\"',12,0,100,5,0,0,16335,0,'Perry Gatner'),
|
|
(19228,45,0,'How desperate do you have to be for allies that you recruit your livestock?',12,0,100,6,0,0,16680,0,'Perry Gatner'),
|
|
(19228,46,0,'I own a dog, but I\'m not giving him a sword.',12,0,100,1,0,0,16681,0,'Perry Gatner'),
|
|
(19228,47,0,'Used to be you couldn\'t trust a goblin...',12,0,100,1,0,0,16671,0,'Perry Gatner'),
|
|
(19228,48,0,'Who am I kiddin\'? If you trade with goblins you\'d better have iron plating in your coinpurse.',12,0,100,6,0,0,16672,0,'Perry Gatner'),
|
|
(19228,49,0,'Is it just me, or is the Horde about the ugliest enemy we could find?',12,7,100,6,0,0,16678,0,'Perry Gatner'),
|
|
(19228,50,0,'Just so you guys don\'t feel left out, all I said was how attractive the blood elves are. It loses something in the translation.',12,1,100,6,0,0,16679,0,'Perry Gatner'),
|
|
(19228,51,0,'Hey, it\'s Raliq the drunk... His momma\'s so fat, when she flies to Blade\'s Edge they charged her by the pound!',12,0,100,1,0,0,16661,0,'Perry Gatner'),
|
|
(19255,0,0,'Yea, we got problems. I think that\'s crystal clear. The question is, what are we gonna do about it?',12,1,100,1,0,0,16392,0,'General Krakork'),
|
|
(19255,0,1,'Get used to it, girls. We\'re out here for the rest of our miserable lives as far as I\'m concerned. Welcome to Hellfire Peninsula, your new home.',12,1,100,1,0,0,16394,0,'General Krakork'),
|
|
(19255,0,2,'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!',12,1,100,1,0,0,16393,0,'General Krakork'),
|
|
(19255,0,3,'I\'m not gonna lie to you, soldiers. We\'re getting our butts kicked out there! Now which one of you is orc enough to do something about it?',12,1,100,1,0,0,16390,0,'General Krakork'),
|
|
(19255,0,4,'The warchief\'s put a price on Arazzius\'s head! As of right now, that no-good piece of demon refuse is enemy number one.',12,1,100,1,0,0,16391,0,'General Krakork'),
|
|
(19257,0,0,'INCOMING! Do not let them through! Focus fire! NOW, NOW, NOW!',12,0,100,0,0,0,16395,0,'Arcanist Torseldori'),
|
|
(19270,0,0,'If you are ready to laugh, head over to the World\'s End Tavern!',14,0,100,0,0,0,16380,0,'Shattrath Saul - Perry Gatner'),
|
|
(19270,0,1,'Check out the comedy stylings of Perry Gatner in just a few minutes!',14,0,100,0,0,0,16377,0,'Shattrath Saul - Perry Gatner'),
|
|
(19270,1,0,'TAUREN CHIEFTAINS! Playing LIVE, in the WORLD\'S END TAVERN! Be there, at the top of the hour! Banished from Shattrath? SNEAK BACK IN!',14,0,100,0,0,0,28504,1,'Shattrath Saul - L70ETC'),
|
|
(19270,1,1,'Are you ready to rock? Then head over to the World\'s End Tavern! The Tauren Chieftains start their show at the top of the hour.',14,0,100,0,0,0,28496,1,'Shattrath Saul - L70ETC'),
|
|
(19270,1,2,'Who? The Tauren Chieftains! What? A live performance! Where? The World\'s End Tavern! When? The top of the hour! BE THERE!',14,0,100,0,0,0,28502,1,'Shattrath Saul - L70ETC'),
|
|
(19270,1,3,'Now, in Shattrath City: The Tauren Chieftains! Playing in the World\'s End Tavern at the top of the hour!',14,0,100,0,0,0,28481,1,'Shattrath Saul - L70ETC'),
|
|
(19271,0,0,'Thank you all for coming tonight. Now put your hands together to welcome Shattrath\'s best, Perry Gatner!',12,0,100,21,0,0,16383,0,'Albert Quarksprocket'),
|
|
(19271,1,0,'Perry Gatner! What an act! The cantina is open all night long, so please, stay and enjoy yourselves!',12,0,100,21,0,0,16384,0,'Albert Quarksprocket'),
|
|
(19273,0,0,'Speak with Wing Commander Brack, $n. He\'ll outfit you with one of our armored wyvern destroyers. And, good luck!',12,0,100,25,0,0,17964,0,'Forward Commander To\'arch'),
|
|
(19283,0,0,'Please don\'t ignore us...',12,0,100,1,0,0,16613,0,'Vagrant'),
|
|
(19283,0,1,'Spare a copper, $G sir:madam;?',12,0,100,1,0,0,16611,0,'Vagrant'),
|
|
(19283,0,2,'Hey, $G man:lady;? Got some money? I got five kids to feed!',12,0,100,1,0,0,16612,0,'Vagrant'),
|
|
(19283,0,3,'Any spare copper?',12,0,100,0,0,0,16614,0,'Vagrant - Random Talk'),
|
|
(19294,0,0,'Up here on the hill, $n.',15,0,100,0,0,0,18293,0,'Earthbinder Galandria Nightbreeze'),
|
|
(19294,1,0,'I have an idea. Let\'s plant this shard in the ground and see what happens',12,0,100,0,0,0,18289,0,'Earthbinder Galandria Nightbreeze'),
|
|
(19294,2,0,'The evil emanating from the crystal shard has lured one of the colossi. Put it down quick!',12,0,100,0,0,0,18291,0,'Earthbinder Galandria Nightbreeze'),
|
|
(19308,0,0,'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.',12,7,100,5,0,0,16456,0,'Marshal Isildor'),
|
|
(19308,0,1,'How many more soldiers need to die before we start paying attention out there?',12,7,100,5,0,0,16453,0,'Marshal Isildor'),
|
|
(19308,0,2,'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.',12,7,100,5,0,0,16454,0,'Marshal Isildor'),
|
|
(19308,0,3,'I regret to inform you all that we sent home another ten soldiers today - in body bags.',12,7,100,1,0,0,16455,0,'Marshal Isildor'),
|
|
(19316,0,0,'Tear it down, soldiers! We\'re shippin\' this thing back to Stormwind!',12,7,100,22,0,0,16576,0,'Field Marshal Rohamus'),
|
|
(19316,0,1,'We\'re gonna melt this hunk of junk down and make weapons with the ingots! Let\'s see how the Legion likes a taste of fel reaver served up Alliance style!',12,7,100,22,0,0,16577,0,'Field Marshal Rohamus'),
|
|
(19316,0,2,'Well done, soldiers! We weren\'t about to let the filthy animals of the Horde show us up!',12,7,100,22,0,0,16578,0,'Field Marshal Rohamus'),
|
|
(19316,0,3,'Let them throw another one of these overgrown tin cans at us! We\'ll show them what the Alliance is made of!',12,7,100,22,0,0,16579,0,'Field Marshal Rohamus'),
|
|
(19317,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Drek\'Gol'),
|
|
(19346,0,0,'Anchorite Nindumen, I have a request to make of you.',12,0,100,0,0,0,16506,0,'Harbinger Erothem'),
|
|
(19346,1,0,'We\'ve just sent another inexperienced squad into Nagrand. Might you offer a prayer for them?',12,0,100,0,0,0,16507,0,'Harbinger Erothem'),
|
|
(19346,2,0,'May it be so.',12,0,100,0,0,0,16780,0,'Harbinger Erothem'),
|
|
(19354,0,0,'Work these Broken wretches to the bones, Illidari! If there\'s anything of value in this forsaken place we shall find it!',14,0,100,0,0,0,16472,0,'Arzeth the Merciless'),
|
|
(19354,0,1,'Do not allow these wretches a moment of rest! If there\'s an Ata\'mal crystal here then we shall find it!',14,0,100,0,0,0,16476,0,'Arzeth the Merciless'),
|
|
(19354,0,2,'Keep a close eye on this Broken scum! Far too many have escaped from us!',14,0,100,0,0,0,16474,0,'Arzeth the Merciless'),
|
|
(19354,0,3,'We will find what the Master is looking for! Failure is not an option!',14,0,100,0,0,0,16475,0,'Arzeth the Merciless'),
|
|
(19362,0,0,'If I see any lazy peons here, I\'ll load them into a catapult and launch them off to the Black Temple!',14,0,100,0,0,0,16557,0,'Kor\'kron Defender'),
|
|
(19362,0,1,'Any time any of you peons want to take a break, the graveyard is right over there.',12,0,100,0,0,0,16559,0,'Kor\'kron Defender'),
|
|
(19378,0,0,'Of course, my friend. How can I be of service to you?',12,0,100,0,0,0,16521,0,'Anchorite Nindumen'),
|
|
(19378,1,0,'A noble request. It would be an honor, Erothem.',12,0,100,0,0,0,16524,0,'Anchorite Nindumen'),
|
|
(19378,2,0,'My friends, please join me in humble supplication to the Light.',12,0,100,0,0,0,16526,0,'Anchorite Nindumen'),
|
|
(19378,3,0,'Light that we embrace, we beseech thee...',12,0,100,0,0,0,16531,0,'Anchorite Nindumen'),
|
|
(19378,4,0,'Into our struggle against the darkness we have sent our children.',12,0,100,0,0,0,16533,0,'Anchorite Nindumen'),
|
|
(19378,5,0,'Please bless and protect them, and grant them success over those who seek to do us harm...',12,0,100,0,0,0,16534,0,'Anchorite Nindumen'),
|
|
(19378,6,0,'Continue to bless this, our ancient home, we beg.',12,0,100,0,0,0,16535,0,'Anchorite Nindumen'),
|
|
(19378,7,0,'Bless us with tolerance for our elven visitors.',12,0,100,0,0,0,16536,0,'Anchorite Nindumen'),
|
|
(19378,8,0,'By the naaru, may it be so.',12,0,100,0,0,0,16778,0,'Anchorite Nindumen'),
|
|
(19380,0,0,'Hurry up with that axe, you! I want it sharp enough to cut the wind!',12,1,100,60,0,1040,16532,0,'Guard Untula to 0'),
|
|
(19380,0,1,'If you\'re no good at fixing, we\'ll see if you\'re good for eating. Now WORK!',12,1,100,5,0,0,16538,0,'Guard Untula to 0'),
|
|
(19380,1,0,'If you\'re no good at fixing, we\'ll see if you\'re good for eating. Now WORK!',12,0,100,36,0,0,16538,0,'Guard Untula'),
|
|
(19383,0,0,'I don\'t understand you!',12,7,100,18,0,0,16540,0,'Captured Gnome to Guard Untula'),
|
|
(19383,0,1,'Please don\'t beat me!',12,7,100,33,0,0,16541,0,'Captured Gnome to Guard Untula'),
|
|
(19383,1,0,'I don\'t understand you',12,7,100,0,0,0,0,0,'Captured Gnome'),
|
|
(19385,0,0,'Marshals... brothers and sisters of the sword. I\'d rather fight alongside you than an army of thousands. We are lions! You know what\'s waiting through these demons and beyond that Dark Portal? Immortality! Take it! ',14,0,100,0,0,0,16545,0,'Lord Marshal Raynor - On Spawn'),
|
|
(19385,1,0,'Everyone fights. No one quits.',12,0,100,0,0,0,16549,0,'Lord Marshal Raynor - On Spawn'),
|
|
(19385,1,1,'Let us therefore brace ourselves to our duty, and so bear ourselves, that if the Humans of Azeroth last for a thousand years, men will still say, \'This was their finest hour..',12,0,100,0,0,0,16546,0,'Lord Marshal Raynor - Random'),
|
|
(19385,1,2,'This day we fight!! By all that you hold dear in these good lands, I bid you stand, heroes of Azeroth!',12,0,100,0,0,0,16551,0,'Lord Marshal Raynor - Random'),
|
|
(19385,1,3,'Yes. Fight and you may die. Run and you will live, but for how long? The devils are upon us! And those not here, dying in their villages weeks from now, would they be willing to trade all the days from this day to that, for one chance to come here and stop these horrors from invading our world?',12,0,100,0,0,0,16548,0,'Lord Marshal Raynor - Random'),
|
|
(19385,1,4,'Hold your ground! Hold your ground! Sons of the Alliance! Of the Horde! My brothers and sisters! I see in your eyes the same fear that would wither my own heart. A day may come when our courage fails, when we forsake our friends and break our fellowships... but it is not this day!',12,0,100,0,0,0,16550,0,'Lord Marshal Raynor - Random'),
|
|
(19385,1,5,'We few, we happy few, we band of brothers and sisters. For those today that shed their blood with me. Shall be my kin; be they never so vile, This day shall gentle their conditions.',12,0,100,0,0,0,16552,0,'Lord Marshal Raynor - Random'),
|
|
(19385,1,6,'And those in Azeroth now a-bed shall think themselves accursed they were not here, And hold their valor cheap whiles any speaks that fought with us upon this dark day.',12,0,100,0,0,0,16553,0,'Lord Marshal Raynor - Random'),
|
|
(19385,1,7,'It is time for us as kingdoms and as individuals to set aside our long-standing feuds and unite. The tides of an unwinnable war are upon us, and we must seek refuge on higher ground, lest we be swept away by the flood of darkness.',12,0,100,0,0,0,16547,0,'Lord Marshal Raynor - Random'),
|
|
(19385,2,0,'Argent Dawn! We go to gather more aid! Fight on, brothers and sisters. And know that you will not long fight alone!',14,0,100,0,0,0,16934,0,'Lord Marshal Raynor - Despawn'),
|
|
(19392,0,0,'WE\'RE UNDER ATTACK! RUN FOR COVER!',14,0,100,0,0,0,16575,0,'Watch Commander Leonus'),
|
|
(19392,0,1,'INFERNALS! CLEAR THE COURTYARD!',14,0,100,0,0,0,16574,0,'Watch Commander Leonus'),
|
|
(19392,0,2,'INFERNAL RAIN ON THE RISE! TAKE COVER!',14,0,100,0,0,0,16573,0,'Watch Commander Leonus'),
|
|
(19394,0,0,'Bron! \'Ey, Bron! Hit me!',12,7,100,1,0,0,16586,0,'Barimoke Wildbeard'),
|
|
(19394,1,0,'Nae, that\'s fer wimps. Hit me with yer hammer!',12,7,100,274,0,0,16589,0,'Barimoke Wildbeard'),
|
|
(19394,2,0,'DO IT, YE PANSY!',12,7,100,5,0,0,16591,0,'Barimoke Wildbeard'),
|
|
(19394,3,0,'...THAT WAS GREAT!',12,7,100,5,0,0,16593,0,'Barimoke Wildbeard'),
|
|
(19395,0,0,'%s blinks, a perplexed expression crossing his face.',16,0,100,0,0,0,16587,0,'Bron Goldhammer'),
|
|
(19395,1,0,'What, with me fists?',12,7,100,6,0,0,16588,0,'Bron Goldhammer'),
|
|
(19395,2,0,'I\'m... not sure that\'s a good idea, \'Moke. Ye might get hurt...',12,7,100,1,0,0,16590,0,'Bron Goldhammer'),
|
|
(19395,3,0,'Er... \'Moke?',12,7,100,6,0,0,16592,0,'Bron Goldhammer'),
|
|
(19412,0,0,'A cool breeze caresses your face. Gentle, melodic humming resonates throughout the chamber.\n',16,0,100,0,0,0,16804,0,'D\'ore'),
|
|
(19419,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Raging Shardling'),
|
|
(19422,0,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bleeding Hollow Necrolyte'),
|
|
(19422,0,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bleeding Hollow Necrolyte'),
|
|
(19422,0,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bleeding Hollow Necrolyte'),
|
|
(19422,0,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bleeding Hollow Necrolyte'),
|
|
(19424,0,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bleeding Hollow Tormentor'),
|
|
(19424,0,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bleeding Hollow Tormentor'),
|
|
(19424,0,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bleeding Hollow Tormentor'),
|
|
(19424,0,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bleeding Hollow Tormentor'),
|
|
(19438,0,0,'My magical power can turn back time to before Thrall\'s death, but be careful. My power to manipulate time is limited.',12,0,100,1,0,0,16729,0,'Image of Erozion'),
|
|
(19438,1,0,'I have set back the flow of time just once more. If you fail to prevent Thrall\'s death, then all is lost.',12,0,100,1,0,0,0,0,'Image of Erozion'),
|
|
(19440,0,0,'You are spotted by the %s!',16,0,100,0,0,0,20141,0,'Eye of Grillok'),
|
|
(19442,0,0,'%s calls for his worgs.',16,0,100,0,0,0,17593,0,'Worg Master Kruush'),
|
|
(19442,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Worg Master Kruush'),
|
|
(19447,0,0,'Light, lead the fallen from untruth to truth, from darkness to Light and from death to immortality.',12,0,100,0,0,0,16769,0,'Brother Daniels'),
|
|
(19447,1,0,'Light be with you now and forever.',12,0,100,0,0,0,16770,0,'Brother Daniels'),
|
|
(19447,2,0,'Light, give me strength.',12,0,100,0,0,0,16767,0,'Brother Daniels'),
|
|
(19447,3,0,'The priest kneels in silent prayer.',16,0,100,0,0,0,16772,0,'Brother Daniels'),
|
|
(19453,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Sunfury Captain'),
|
|
(19456,0,0,'Haven\'t you done enough harm? Must you also disturb my slumber?',12,0,100,0,2000,0,16773,0,'Whitebark\'s Spirit - 19456'),
|
|
(19456,1,0,'What good does this violence serve? What is done is done. I have failed my people.',12,0,100,0,1000,0,16774,0,'Whitebark\'s Spirit - 19456'),
|
|
(19466,0,0,'Hold your tongue, knave! Do not dare use that tone with a priestess of the Light!',12,0,100,25,0,0,16873,0,'Exarch Orelis'),
|
|
(19466,1,0,'Even you must admit that your information from defectors is outdated and unreliable. Let us make calculated attacks on these manaforges and gather what information we can.',12,0,100,5,0,0,16890,0,'Exarch Orelis'),
|
|
(19467,0,0,'With all due respect, A\'dal sent us here to investigate Kael\'s activities, not mount a full-scaled attack.',12,0,100,0,0,0,16870,0,'Anchorite Karja'),
|
|
(19467,1,0,'The magistrix will be happy to know I\'m fluent in Thalassian. Your courtesy is not lost on me.',12,0,100,0,0,0,16875,0,'Anchorite Karja'),
|
|
(19467,2,0,'Back to the topic... we should focus our attention on these manaforges. We need to learn what the enemy is doing with them and why.',12,0,100,0,0,0,16876,0,'Anchorite Karja'),
|
|
(19468,0,0,'Look, sweetheart. No one\'s talking about storming Tempest Keep ourselves, but when we see a target of opportunity we have to take it.',12,0,100,0,0,0,16872,0,'Spymaster Thalodien'),
|
|
(19468,1,0,'...and just look at where that got us!',12,0,100,0,0,0,16889,0,'Spymaster Thalodien'),
|
|
(19468,2,0,'Finally some talk of action from the big guy!',12,0,100,1,0,0,16891,0,'Spymaster Thalodien'),
|
|
(19469,0,0,'I\'m surrounded by idiots!',12,10,100,5,0,0,16874,0,'Magistrix Larynna'),
|
|
(19469,1,0,'We\'ve told you all there is to know! Do you forget that many of us used to be trusted followers of Kael\'thas?',12,0,100,22,0,0,16883,0,'Magistrix Larynna'),
|
|
(19475,0,0,'It\'s coming along, Wafflefry. Haven\'t you got a product demonstration to do or something?',12,0,100,1,0,0,25086,0,'Harbinger Haronem'),
|
|
(19477,0,0,'The taskmaster\'s dead! Quick, Dreghoods! Run!',12,0,100,0,0,0,13372,0,'Dreghood Fleeing Warrior'),
|
|
(19477,0,1,'Flee! Flee!',12,0,100,0,0,0,13373,0,'Dreghood Fleeing Warrior'),
|
|
(19477,0,2,'This is our chance! Run for it!',12,0,100,0,0,0,13374,0,'Dreghood Fleeing Warrior'),
|
|
(19480,0,0,'What... What have I become? Arrrgghhh...',12,0,100,21,0,0,16835,0,'Darkened Spirit'),
|
|
(19493,0,0,'I told you only to summon me if that stupid elf returned! What\'s this? No matter, you won\'t detain me long.',12,0,100,0,0,0,17887,0,'Ekkorash the Inquisitor'),
|
|
(19510,0,0,'Intruders have breached the factory! Engage emergency defense protocol immediately!',14,0,100,0,0,0,17366,0,'Bloodwarder Centurion - Gauntlet Event'),
|
|
(19516,0,0,'Alert! You are marked for extermination.',14,0,100,0,0,11213,20906,0,'voidreaver SAY_AGGRO'),
|
|
(19516,1,0,'Extermination successful.',14,0,100,0,0,11215,20908,0,'voidreaver SAY_SLAY1'),
|
|
(19516,1,1,'Invasive lifeform no longer functional.',14,0,100,0,0,11216,20909,0,'voidreaver SAY_SLAY2'),
|
|
(19516,1,2,'Threat neutralized.',14,0,100,0,0,11217,20910,0,'voidreaver SAY_SLAY3'),
|
|
(19516,2,0,'Systems... shutting... d-o-w-n...',14,0,100,0,0,11214,20907,0,'voidreaver SAY_DEATH'),
|
|
(19516,3,0,'Alternative measure commencing...',14,0,100,0,0,11218,20911,0,'voidreaver SAY_POUNDING1'),
|
|
(19516,3,1,'Calculating force parameters...',14,0,100,0,0,11219,20912,0,'voidreaver SAY_POUNDING2'),
|
|
(19523,0,0,'Smash!',14,0,100,0,0,10306,14046,0,'O\'mrogg Left Head Aggro 1'),
|
|
(19523,1,0,'If you nice me let you live.',14,0,100,0,0,10308,14048,0,'O\'mrogg Left Head Aggro 2'),
|
|
(19523,2,0,'Me hungry!',14,0,100,0,0,10309,16918,0,'O\'mrogg Left Head Aggro 3'),
|
|
(19523,3,0,'You stay here. Me go kill someone else!',14,0,100,0,0,10303,16898,0,'O\'mrogg Left Head Beatdown'),
|
|
(19523,3,1,'We kill someone else!',14,0,100,0,0,10302,16895,0,'O\'mrogg Left Head Beatdown'),
|
|
(19523,3,2,'Me not like this one...',14,0,100,0,0,10300,14043,0,'O\'mrogg Left Head Beatdown'),
|
|
(19523,3,3,'We kill his friend!',14,0,100,0,0,10301,14045,0,'O\'mrogg Left Head Beatdown'),
|
|
(19523,4,0,'Me get bored.',14,0,100,0,0,10305,16902,0,'O\'mrogg Left Head Beatdown Reply'),
|
|
(19523,5,0,'Ha ha ha.',14,0,100,0,0,10304,16900,0,'O\'mrogg Left Head Beatdown Reply'),
|
|
(19523,6,0,'Hey...',14,0,100,0,0,10307,16917,0,'O\'mrogg Left Head Kill Reply'),
|
|
(19523,7,0,'This one die easy!',14,0,100,0,0,10310,16922,0,'O\'mrogg Left Head Kill'),
|
|
(19523,8,0,'This all... your fault!',14,0,100,0,0,10311,16924,0,'O\'mrogg Left Head Death'),
|
|
(19524,0,0,'Why don\'t you let me do the talking?',14,0,100,0,0,10317,14047,0,'O\'mrogg Right Head Aggro 1'),
|
|
(19524,1,0,'No, we will NOT let you live.',14,0,100,0,0,10318,16916,0,'O\'mrogg Right Head Aggro 2'),
|
|
(19524,2,0,'You\'re always hungry. That\'s why we so fat!',14,0,100,0,0,10319,16919,0,'O\'mrogg Right Head Aggro 3'),
|
|
(19524,3,0,'What are you doing?',14,0,100,0,0,10315,16901,0,'O\'mrogg Right Head Beatdown'),
|
|
(19524,3,1,'I\'m not done yet, idiot!',14,0,100,0,0,10313,16896,0,'O\'mrogg Right Head Beatdown'),
|
|
(19524,3,2,'Hey, you numbskull!',14,0,100,0,0,10312,14044,0,'O\'mrogg Right Head Beatdown'),
|
|
(19524,4,0,'Bored? He was almost dead!',14,0,100,0,0,10316,16903,0,'O\'mrogg Right Head Beatdown Reply'),
|
|
(19524,5,0,'That\'s not funny!',14,0,100,0,0,10314,16899,0,'O\'mrogg Right Head Beatdown Reply'),
|
|
(19524,6,0,'I\'m tired. You kill next one!',14,0,100,0,0,10320,16921,0,'O\'mrogg Right Head Kill'),
|
|
(19524,7,0,'That\'s because I do all the hard work!',14,0,100,0,0,10321,16923,0,'O\'mrogg Right Head Kill Reply'),
|
|
(19524,8,0,'I... hate... you.',14,0,100,0,0,10322,16925,0,'O\'mrogg Right Head Death'),
|
|
(19527,0,0,'%s absorbs the fire energy of the attack.',16,0,100,0,0,0,17105,0,'Vacillating Voidcaller'),
|
|
(19527,1,0,'%s absorbs the arcane energy of the attack.',16,0,100,0,0,0,17109,0,'Vacillating Voidcaller'),
|
|
(19527,2,0,'%s absorbs the frost energy of the attack.',16,0,100,0,0,0,17106,0,'Vacillating Voidcaller'),
|
|
(19527,3,0,'%s absorbs the holy energy of the attack.',16,0,100,0,0,0,17110,0,'Vacillating Voidcaller'),
|
|
(19527,4,0,'%s absorbs the nature energy of the attack.',16,0,100,0,0,0,17107,0,'Vacillating Voidcaller'),
|
|
(19527,5,0,'%s absorbs the shadow energy of the attack.',16,0,100,0,0,0,17108,0,'Vacillating Voidcaller'),
|
|
(19533,0,0,'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.',12,0,100,1,0,0,17004,0,'Dealer Aljaan'),
|
|
(19534,0,0,'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.',12,0,100,1,0,0,17002,0,'Dealer Digriz'),
|
|
(19535,0,0,'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!',12,0,100,0,0,0,17001,0,'Dealer Zijaad'),
|
|
(19541,0,0,'Good thing that we\'re surrounded by neighbors with excess machine parts.',12,0,20,1,0,0,17119,0,'Netherstorm Agent'),
|
|
(19541,0,1,'Maybe I should gather up some other agents and head out there after this shift?',12,0,20,1,0,0,17115,0,'Netherstorm Agent'),
|
|
(19541,0,2,'Hmm, arcane annihilators are pretty tough. I wonder if Papa Wheeler knows what he\'s asking for?',12,0,20,1,0,0,17116,0,'Netherstorm Agent'),
|
|
(19541,0,3,'Last time someone went out to try to collect the bounty on Netherock, all we got back was a compressed layer of foolhardy adventurer!',12,0,20,1,0,0,19660,0,'Netherstorm Agent'),
|
|
(19541,0,4,'Netherock?! That thing\'ll squish you flat with one step of its massive foot! No thanks!',12,0,20,1,0,0,19659,0,'Netherstorm Agent'),
|
|
(19543,0,0,'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...',12,0,100,0,0,0,16931,0,'Battle-Mage Dathric'),
|
|
(19544,0,0,'I can\'t possibly go out without my cloak. I hope it\'s in here...',12,0,100,0,0,0,16927,0,'Conjurer Luminrath'),
|
|
(19544,1,0,'There it is! I could\'ve sworn it wasn\'t here last time I checked...',12,0,100,0,0,0,16929,0,'Conjurer Luminrath'),
|
|
(19545,0,0,'Phew! There\'s my lucky hat. I\'ve been looking for it everywhere.',12,0,100,0,0,0,16926,0,'Cohlien Frostweaver'),
|
|
(19546,0,0,'I can\'t sleep without a good bedtime story. Now I\'m certain to rest well.',12,0,100,0,0,0,16932,0,'Abjurist Belmara'),
|
|
(19554,0,0,'You only hasten the inevitable. In time, all will be devoured!',14,0,100,0,0,0,18602,1,'Dimensius the All-Devouring'),
|
|
(19554,1,0,'Time only has meaning to mortals, insect. Dimensius is infinite!',14,0,100,0,0,0,18647,0,'Dimensius the All-Devouring'),
|
|
(19556,0,0,'War drums echo in the distance.',16,0,100,0,0,0,16980,2,'Thrall event starts - emote visible in the entire zone (Nagrand)'),
|
|
(19556,1,0,'At long last, I am home...',14,1,100,22,0,0,16996,2,'Thrall event starts - yell visible in the entire zone (Nagrand)'),
|
|
(19556,2,0,'Hellscream! Blessed ancestors! He is the mirrored reflection of Grom, Drek\'Thar.',12,1,100,25,0,0,17080,0,'Thrall meeting Garrosh, part 1'),
|
|
(19556,3,0,'I am sorry that I did not come sooner, young Hellscream. There is so much that I have to tell you about your father, but first you must tell me where I may find the Greatmother.',12,1,100,1,0,0,17096,0,'Thrall meeting Garrosh, part 1'),
|
|
(19556,4,0,'I thank you, Garrosh. We have much to discuss when I return from my visit with the Greatmother.',12,1,100,1,0,0,17100,0,'Thrall meeting Garrosh, part 1'),
|
|
(19556,5,0,'Greatmother...',12,1,100,1,0,0,17102,0,'Thrall meeting Greatmother, part 1'),
|
|
(19556,6,0,'Greatmother...Am I...',12,1,100,6,0,0,17113,0,'Thrall meeting Greatmother, part 1'),
|
|
(19556,7,0,'They... did not, Greatmother. They were killed shortly after I was born. I never knew them. I was raised as a slave. To this day, I carry the name of Thrall.',12,1,100,1,0,0,17122,0,'Thrall meeting Greatmother, part 1'),
|
|
(19556,8,0,'I have dreamed of this moment all my life, Greatmother. \'Till now, all I\'ve had were Orgrim\'s stories about my parents and their adventures on Draenor. He was my greatest teacher and dearest friend. He died a hero... They all died as heroes - and for all of them, a song of honor remains.',12,1,100,1,0,0,17928,0,'Thrall meeting Greatmother, part 1'),
|
|
(19556,9,0,'They died honorably, Greatmother.',12,1,100,273,0,0,17124,0,'Thrall meeting Greatmother, part 1'),
|
|
(19556,10,0,'He died our greatest hero. It was Grom who freed us all... I was by his side when he struck down Mannoroth and ended the curse forever.',12,1,100,1,0,0,17128,0,'Thrall meeting Greatmother, part 1'),
|
|
(19556,11,0,'Tell him? Greatmother, that boy\'s father died so that all of us could live free of the blood curse. I will tell him nothing. I will show him! Show him and any that would doubt Hellscream\'s resolve exactly what Grom Hellscream did for all orcs!',12,1,100,1,0,0,17132,0,'Thrall meeting Greatmother, part 1'),
|
|
(19556,12,0,'Please excuse me, Greatmother. I will return soon.',12,1,100,2,0,0,17133,0,'Thrall meeting Greatmother, part 1'),
|
|
(19556,13,0,'Garrosh, son of Hellscream, your father lived and died as our greatest hero. Honor me by allowing me to show you what your father sacrificed so that we could live free of the demon\'s grasp.',12,1,100,25,0,0,17134,0,'Thrall meeting Garrosh, part 2'),
|
|
(19556,14,0,'Spirits give me strength! Take from my soul these old wounds and expose them for all to see! Let this child know his father! Let these people know their savior!',12,1,100,25,0,0,17136,0,'Event at the blue circle'),
|
|
(19556,15,0,'%s places a hand on Garrosh\'s shoulder.',16,0,100,0,0,0,17172,0,'Event at the blue circle'),
|
|
(19556,16,0,'You need not thank me, Garrosh. Your father was a brother to me. I would do anything for you and the Mag\'har. I must now return to the Greatmother.',12,1,100,1,0,0,17173,0,'Event at the blue circle'),
|
|
(19556,17,0,'I have returned, Greatmother. Garrosh has found his heart and his fury.',12,1,100,1,0,0,17175,0,'Thrall meeting Greatmother, part 2'),
|
|
(19558,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Amilya Airheart'),
|
|
(19561,0,0,'I\'m blind, you stupid sow-spawn, not deaf. Don\'t even think about it.',12,1,100,1,0,0,16990,0,'Thrallmar Grunt'),
|
|
(19569,0,0,'I hope those blood elves across the way don\'t think that I\'m spying on them!',12,0,100,5,0,0,16952,0,'Netherologist Coppernickels'),
|
|
(19569,1,0,'If I were smart, I\'d be selling this research for a seat on the rocket ship. I have a feeling we\'re going to need to get out of here soon!',12,0,100,5,0,0,16955,0,'Netherologist Coppernickels'),
|
|
(19569,2,0,'If this is right, we don\'t have long! Oh well.',12,0,100,5,0,0,16953,0,'Netherologist Coppernickels'),
|
|
(19569,3,0,'This is the last time that I buy second-hand equipment from an ethereal!',12,0,100,5,0,0,16951,0,'Netherologist Coppernickels'),
|
|
(19570,0,0,'Oh no! The X-52 Nether-Rocket is being attacked! Guards! Guards!',14,0,100,5,0,0,17474,0,'Rocket-Chief Fuselage'),
|
|
(19579,0,0,'Phew! There\'s my lucky hat. I\'ve been looking for it everywhere.',12,0,100,1,0,0,16926,0,'Frostweaver gratitude'),
|
|
(19580,0,0,'I can\'t possibly go out without my cloak. I hope it\'s in here...',12,0,100,1,0,0,16927,0,'Luminrath gratitude'),
|
|
(19580,1,0,'There it is! I could\'ve sworn it wasn\'t here last time I checked...',12,0,100,1,0,0,16929,0,'Luminrath gratitude'),
|
|
(19606,0,0,'Someone come read this wanted poster to Grek. Grek can\'t read!',12,1,100,18,0,6941,16985,0,'Grek1'),
|
|
(19606,1,0,'Grek get drink!',12,1,100,7,0,0,19073,0,'Grek2'),
|
|
(19606,2,0,'Grek try!',12,0,100,5,0,0,17069,0,'Grek - Quest1'),
|
|
(19606,3,0,'This oil no good for Grek! What Grek look like to you, some weakling in robes?',12,0,100,6,0,0,17070,0,'Grek - Quest2'),
|
|
(19610,0,0,'A skunk! Eeeeeeeeeeeeeeeeeew! Don\'t touch me!',12,0,100,0,0,0,17857,0,'Irradiated Worker'),
|
|
(19610,1,0,'Get it away from me!',12,0,100,0,0,0,17858,0,'Irradiated Worker'),
|
|
(19610,2,0,'Show us a trick, Ravandwyr!',12,0,100,0,0,0,17852,0,'Irradiated Worker'),
|
|
(19610,3,0,'Let me outta here! Guys... guys?',12,0,100,0,0,0,17874,0,'Irradiated Worker'),
|
|
(19610,4,0,'Oh man, he got you good!',12,0,100,0,0,0,17875,0,'Irradiated Worker'),
|
|
(19610,5,0,'Remember how you\'re always telling us to chill?',12,0,100,11,0,0,17876,0,'Irradiated Worker'),
|
|
(19610,6,0,'That was the best trick ever! Ok, boys, let\'s go get a drink.',12,0,100,4,0,0,17853,0,'Irradiated Worker'),
|
|
(19610,7,0,'My eyebrows! You singed my eyebrows!',12,0,100,22,0,0,20285,0,'Irradiated Worker'),
|
|
(19610,8,0,'Don\'t worry. It\'s an improvement!',12,0,100,11,0,0,20286,0,'Irradiated Worker'),
|
|
(19616,0,0,'%s howls in response to Malukaz\'s call.',16,0,100,0,0,0,17051,0,'Terokkar Wolf Spirit'),
|
|
(19616,1,0,'%s expresses its approval.',16,0,100,0,0,0,17086,0,'Terokkar Wolf Spirit'),
|
|
(19622,0,0,'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!',14,0,100,0,0,11256,20195,0,'kaelthas SAY_INTRO'),
|
|
(19622,1,0,'Capernian will see to it that your stay here is a short one.',14,0,100,0,0,11257,19004,0,'kaelthas SAY_INTRO_CAPERNIAN'),
|
|
(19622,2,0,'Well done, you have proven worthy to test your skills against my master engineer, Telonicus.',14,0,100,0,0,11258,19005,0,'kaelthas SAY_INTRO_TELONICUS'),
|
|
(19622,3,0,'Let us see how your nerves hold up against the Darkener, Thaladred! ',14,0,100,0,0,11259,19006,0,'kaelthas SAY_INTRO_THALADRED'),
|
|
(19622,4,0,'You have persevered against some of my best advisors... but none can withstand the might of the Blood Hammer. Behold, Lord Sanguinar!',14,0,100,0,0,11260,19003,0,'kaelthas SAY_INTRO_SANGUINAR'),
|
|
(19622,5,0,'As you see, I have many weapons in my arsenal....',14,0,100,0,0,11261,19053,0,'kaelthas SAY_PHASE2_WEAPON'),
|
|
(19622,6,0,'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.',14,0,100,0,0,11262,19060,0,'kaelthas SAY_PHASE3_ADVANCE'),
|
|
(19622,7,0,'Alas, sometimes one must take matters into one\'s own hands. Balamore shanal!',14,0,100,0,0,11263,19195,0,'kaelthas SAY_PHASE4_INTRO2'),
|
|
(19622,8,0,'I have not come this far to be stopped! The future I have planned will not be jeopardized! Now you will taste true power!!',14,0,100,0,0,11273,20208,0,'kaelthas SAY_PHASE5_NUTS'),
|
|
(19622,9,0,'You will not prevail!',14,0,100,0,0,11270,20204,0,'kaelthas SAY_SLAY1'),
|
|
(19622,9,1,'You gambled. And lost.',14,0,100,0,0,11271,20205,0,'kaelthas SAY_SLAY2'),
|
|
(19622,9,2,'This was child\'s play.',14,0,100,0,0,11272,20206,0,'kaelthas SAY_SLAY3'),
|
|
(19622,10,0,'Obey me!',14,0,100,0,0,11268,20202,0,'kaelthas SAY_MINDCONTROL1'),
|
|
(19622,10,1,'Bow to my will.',14,0,100,0,0,11269,18259,0,'kaelthas SAY_MINDCONTROL2'),
|
|
(19622,11,0,'Let us see how you fare when your world is turned upside down.',14,0,100,0,0,11264,20198,0,'kaelthas SAY_GRAVITYLAPSE1'),
|
|
(19622,11,1,'Having trouble staying grounded?',14,0,100,0,0,11265,20199,0,'kaelthas SAY_GRAVITYLAPSE2'),
|
|
(19622,12,0,'Anar\'anel belore!',14,0,100,0,0,11267,20201,0,'kaelthas SAY_SUMMON_PHOENIX1'),
|
|
(19622,12,1,'By the power of the sun!',14,0,100,0,0,11266,20200,0,'kaelthas SAY_SUMMON_PHOENIX2'),
|
|
(19622,13,0,'For... Quel\'...Thalas!',14,0,100,0,0,11274,20207,0,'kaelthas SAY_DEATH'),
|
|
(19622,14,0,'%s begins to cast Pyroblast!',41,0,100,0,0,0,20775,0,'kaelthas EMOTE_PYROBLAST'),
|
|
(19632,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Lykul Stinger'),
|
|
(19635,0,0,'I love the smell of nether in the morning.',12,0,100,1,0,0,17179,0,'Captain Arathyn'),
|
|
(19635,1,0,'It smells like...',12,0,100,1,0,0,17180,0,'Captain Arathyn'),
|
|
(19635,2,0,'...victory.',12,0,100,15,0,0,17181,0,'Captain Arathyn'),
|
|
(19647,0,0,'%s roars in defiance.',16,0,100,15,0,0,17140,0,'Event at the blue circle'),
|
|
(19647,1,0,'No, old friend. You\'ve freed us all...',12,1,100,0,0,10631,17153,0,'Event at the blue circle'),
|
|
(19664,0,0,'Nothing like a tankard full to wash down one of my magnificent muffins.',12,0,100,0,0,0,18620,0,'Muffin Man Moser'),
|
|
(19664,1,0,'Yea, that hit the spot. Muffins for sale! Get your fresh muffins right here!',12,0,100,7,0,0,18621,0,'Muffin Man Moser'),
|
|
(19664,2,0,'I\'ve got muffins right over here. Come on over!',12,0,100,0,0,0,18616,0,'Muffin Man Moser'),
|
|
(19664,2,1,'Yea, yea, I\'m the muffin man. You know why? Because I sell muffins, that\'s why!',12,0,100,0,0,0,18617,0,'Muffin Man Moser'),
|
|
(19666,0,0,'Bravo! Bravo! Good show... I couldn\'t convince you to work for me, could I? No, I suppose the needless slaughter of my employees might negatively impact your employment application.',14,0,100,0,0,0,17241,0,'Shadow Lord Xiraxis'),
|
|
(19666,1,0,'Your plan was a good one, Sha\'heen, and you would have gotten away with it if not for one thing...',12,0,100,1,0,0,17243,0,'Shadow Lord Xiraxis'),
|
|
(19666,2,0,'Never underestimate the other ethereal\'s greed!',12,0,100,15,0,0,17244,0,'Shadow Lord Xiraxis'),
|
|
(19667,0,0,'Hail, Gezhe! Seventeen more orders have been placed in the Hara\'samid Sector. The markets of heavy veldarite have all but collapsed, as you predicted.',12,0,100,0,0,0,17184,0,'Consortium Nether Runner'),
|
|
(19667,0,1,'Heraazi exports are on the rise, sir. We\'ve already bribed the appropriate taxation officers and contraband will begin to arrive within days.',12,0,100,0,0,0,17186,0,'Consortium Nether Runner'),
|
|
(19667,1,0,'By your leave, sir.',12,0,100,0,0,0,17185,0,'Consortium Nether Runner'),
|
|
(19671,0,0,'%s checks to make sure his body is intact.',16,0,100,0,0,0,17228,0,'Cryo-Engineer Sha heen'),
|
|
(19671,1,0,'You made it! Well done, $r. Now if you\'ll excuse me, I have to get the rest of our crew inside.',12,0,100,1,0,0,17229,0,'Cryo-Engineer Sha heen'),
|
|
(19671,2,0,'%s expertly manipulates the control panel.',16,0,100,0,0,0,17230,0,'Cryo-Engineer Sha heen'),
|
|
(19671,3,0,'Let\'s not waste any time! Take anything that isn\'t nailed down to the floor and teleport directly to Stormspire! Chop chop!',12,0,100,1,0,0,17231,0,'Cryo-Engineer Sha heen'),
|
|
(19671,4,0,'This should\'t take very long. Just watch my back as I empty these nether collectors.',12,0,100,1,0,0,17246,0,'Cryo-Engineer Sha heen'),
|
|
(19671,5,0,'Fantastic! Let\'s move on, shall we?',12,0,100,1,0,0,17248,0,'Cryo-Engineer Sha heen'),
|
|
(19671,6,0,'Looking at these energy levels, Shaffar was set to make a killing!',12,0,100,0,0,0,17249,0,'Cryo-Engineer Sha heen'),
|
|
(19671,7,0,'That should do it...',12,0,100,0,0,0,17251,0,'Cryo-Engineer Sha heen'),
|
|
(19671,8,0,'Hrm, now where is the next collector?',12,0,100,1,0,0,17252,0,'Cryo-Engineer Sha heen'),
|
|
(19671,9,0,'Ah, there it is. Follow me, fleshling.',12,0,100,1,0,0,17254,0,'Cryo-Engineer Sha heen'),
|
|
(19671,10,0,'There can\'t be too many more of these collectors. Just keep me safe as I do my job.',12,0,100,0,0,0,17255,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,11,0,'What do we have here? I thought you said the area was secure? This is now the third attack? If we make it out of here, I will definitely be deducting this from your reward. Now don\'t just stand there, destroy them so I can get to that collector.',12,0,100,1,0,0,17256,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,12,0,'We\'re close to the exit. I\'ll let you rest for about thirty seconds, but then we\'re out of here.',12,0,100,1,0,0,17258,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,13,0,'Are you ready to go?',12,0,100,0,0,0,17260,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,14,0,'Ok break time is OVER. Let\'s go!',12,0,100,1,0,0,17261,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,15,0,'Oh really? And what might that be?',12,0,100,1,0,0,17263,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,16,0,'He was right, you know. I\'ll have to take that tag-line for my own... It\'s not like he\'ll have a use for it anymore!',12,0,100,1,0,0,17264,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,17,0,'Thanks and good luck!',12,0,100,1,0,0,17265,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,20,0,'%s checks to make sure his body is intact.',16,0,100,0,0,0,17228,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,21,0,'You made it! Well done, $r. Now if you\'ll excuse me, I have to get the rest of our crew inside.',12,0,100,0,0,0,17229,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,22,0,'%s expertly manipulates the control panel.',16,0,100,0,0,0,17230,0,'Cryo-Engineer Sha\'heen'),
|
|
(19671,23,0,'Let\'s not waste any time! Take anything that isn\'t nailed down to the floor and teleport directly to Stormspire! Chop chop!',12,0,100,0,0,0,17231,0,'Cryo-Engineer Sha\'heen'),
|
|
(19685,0,0,'Follow me, stranger. This won\'t take long.',12,0,100,0,0,0,17239,0,'kservant SAY_KHAD_SERV_0'),
|
|
(19685,1,0,'Shattrath was once the draenei capital of this world. Its name means \"dwelling of light.\"',15,0,100,0,0,0,17240,0,'kservant SAY_KHAD_SERV_1'),
|
|
(19685,2,0,'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.',15,0,100,0,0,0,17268,0,'kservant SAY_KHAD_SERV_2'),
|
|
(19685,3,0,'The city was left in ruins and darkness... until the Sha\'tar arrived.',15,0,100,0,0,0,17269,0,'kservant SAY_KHAD_SERV_3'),
|
|
(19685,4,0,'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.',15,0,100,0,0,0,17270,0,'kservant SAY_KHAD_SERV_4'),
|
|
(19685,5,0,'The Sha\'tar, or \"born from light\" are the naaru that came to Outland to fight the demons of the Burning Legion.',15,0,100,0,0,0,17242,0,'kservant SAY_KHAD_SERV_5'),
|
|
(19685,6,0,'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',15,0,100,0,0,0,17271,0,'kservant SAY_KHAD_SERV_6'),
|
|
(19685,7,0,'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.',15,0,100,0,0,0,17272,0,'kservant SAY_KHAD_SERV_7'),
|
|
(19685,8,0,'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.',15,0,100,0,0,0,17245,0,'kservant SAY_KHAD_SERV_8'),
|
|
(19685,9,0,'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',15,0,100,0,0,0,17274,0,'kservant SAY_KHAD_SERV_9'),
|
|
(19685,10,0,'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.',15,0,100,0,0,0,17247,0,'kservant SAY_KHAD_SERV_10'),
|
|
(19685,11,0,'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.\"',15,0,100,0,0,0,17275,0,'kservant SAY_KHAD_SERV_11'),
|
|
(19685,12,0,'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',15,0,100,0,0,0,17250,0,'kservant SAY_KHAD_SERV_12'),
|
|
(19685,13,0,'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.',15,0,100,0,0,0,17276,0,'kservant SAY_KHAD_SERV_13'),
|
|
(19685,14,0,'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.',15,0,100,0,0,0,17253,0,'kservant SAY_KHAD_SERV_14'),
|
|
(19685,15,0,'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.',15,0,100,0,0,0,17277,0,'kservant SAY_KHAD_SERV_15'),
|
|
(19685,16,0,'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',15,0,100,0,0,0,17278,0,'kservant SAY_KHAD_SERV_16'),
|
|
(19685,17,0,'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.',15,0,100,0,0,0,17257,0,'kservant SAY_KHAD_SERV_17'),
|
|
(19685,18,0,'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.',15,0,100,0,0,0,17279,0,'kservant SAY_KHAD_SERV_18'),
|
|
(19685,19,0,'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.',15,0,100,0,0,0,17280,0,'kservant SAY_KHAD_SERV_19'),
|
|
(19685,20,0,'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',15,0,100,0,0,0,17262,0,'kservant SAY_KHAD_SERV_20'),
|
|
(19685,21,0,'Good luck stranger, and welcome to Shattrath City.',15,0,100,0,0,0,17281,0,'kservant SAY_KHAD_SERV_21'),
|
|
(19701,0,0,'Death to the interlopers!',12,0,100,0,0,0,12837,0,'Bonechewer Evoker'),
|
|
(19701,0,1,'For Spinebreaker!',12,0,100,0,0,0,12838,0,'Bonechewer Evoker'),
|
|
(19701,0,2,'Your bones will be devoured!',12,0,100,0,0,0,12839,0,'Bonechewer Evoker'),
|
|
(19701,0,3,'Protect the Warchief at all costs!',12,0,100,0,0,0,12836,0,'Bonechewer Evoker'),
|
|
(19706,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Marshrock Threshalisk - EMOTE_STOP_PLAY_DEAD'),
|
|
(19710,0,0,'You have approximately five seconds to live.',14,0,100,0,0,11109,20033,0,'ironhand SAY_AGGRO_1'),
|
|
(19710,1,0,'With the precise angle and velocity...',14,0,100,0,0,11112,18662,0,'ironhand SAY_HAMMER_1'),
|
|
(19710,1,1,'Low-tech, yet quite effective.',14,0,100,0,0,11113,20029,0,'ironhand SAY_HAMMER_2'),
|
|
(19710,2,0,'A foregone conclusion.',14,0,100,0,0,11110,20031,0,'ironhand SAY_SLAY_1'),
|
|
(19710,2,1,'The processing will continue as scheduled!',14,0,100,0,0,11111,20032,0,'ironhand SAY_SLAY_2'),
|
|
(19710,3,0,'My calculations did not...',14,0,100,0,0,11114,20030,0,'ironhand SAY_DEATH_1'),
|
|
(19710,4,0,'%s raises his hammer menacingly...',41,0,100,0,0,0,20710,0,'ironhand EMOTE_HAMMER'),
|
|
(19720,0,0,'Time to teach you a lesson in manners, little $g boy:girl;!',12,0,100,0,0,0,17353,0,'\"Dirty\" Larry'),
|
|
(19720,1,0,'Now I\'m gonna give you to the count of \'3\' to get out of here before I sick the dogs on you.',12,0,100,0,0,0,17354,0,'\"Dirty\" Larry'),
|
|
(19720,2,0,'1...',12,0,100,0,0,0,29261,0,'\"Dirty\" Larry'),
|
|
(19720,3,0,'2...',12,0,100,0,0,0,29260,0,'\"Dirty\" Larry'),
|
|
(19720,4,0,'Time to meet your maker!',12,0,100,0,0,0,17357,0,'\"Dirty\" Larry'),
|
|
(19720,5,0,'Alright, we give up! Don\'t hurt us!',12,0,100,0,0,0,17361,0,'\"Dirty\" Larry'),
|
|
(19729,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Ironspine Threshalisk - EMOTE_STOP_PLAY_DEAD'),
|
|
(19730,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Ironspine Gazer - EMOTE_STOP_PLAY_DEAD'),
|
|
(19734,0,0,'%s throws a mushroom spore at $n.',16,0,100,0,0,0,18913,0,'Fungal Giant Unstable Shroom'),
|
|
(19737,0,0,'The ship\'s not ready yet. We still need to calibrate the fuse length to make sure that it doesn\'t burn out and leave you up there alone.',12,0,100,0,0,0,17414,0,'Engineering Crewmember'),
|
|
(19737,1,0,'Essentially, it\'s going to be a long, long time till we are ready to launch. Maybe you should just head back home to your family.',12,0,100,0,0,0,17417,0,'Engineering Crewmember'),
|
|
(19737,2,0,'Why not? A family can give you strength.',12,0,100,0,0,0,17420,0,'Engineering Crewmember'),
|
|
(19737,3,0,'Couldn\'t you raise them?',12,0,100,0,0,0,17422,0,'Engineering Crewmember'),
|
|
(19737,4,0,'Well, it\'s like I said; it\'s going to be a while before we get this ship ready for flight. We\'ll keep you informed.',12,0,100,0,0,0,17424,0,'Engineering Crewmember'),
|
|
(19738,0,0,'Hahaha! We\'re coming for you, little goblins!',14,0,100,0,0,0,17408,0,'Doomclaw - On Death'),
|
|
(19738,1,0,'Work harder, dogs!',12,0,100,0,0,0,17953,0,'Doomclaw - Random Say 1'),
|
|
(19738,1,1,'This is hard work. I feel like I need a vacation. You there, put your back into it!',12,0,100,0,0,0,17960,0,'Doomclaw - Random Say 2'),
|
|
(19738,1,2,'Faster, or you will taste The Claw!',12,0,100,0,0,0,17954,0,'Doomclaw - Random Say 3'),
|
|
(19747,0,0,'Make ready the chambers, another ally will soon join our ranks!',14,0,100,0,0,0,19416,0,'Baelmon the Hound-Master'),
|
|
(19747,1,0,'Our ally has arrived! Clear the way to the materialization chamber!',14,0,100,0,0,0,19417,0,'Baelmon the Hound-Master'),
|
|
(19747,2,0,'Now, proceed to the translocator. Forge Camp Wrath awaits your arrival!',14,0,100,0,0,0,19418,0,'Baelmon the Hound-Master'),
|
|
(19747,3,0,'Prepare yourself for eternal torture, mortal!',14,0,100,0,0,0,20366,0,'Baelmon the Hound-Master'),
|
|
(19747,3,1,'WHAT?! Who dares to disturb the Burning Legion?',14,0,100,0,0,0,20365,0,'Baelmon the Hound-Master'),
|
|
(19747,3,2,'I shall enjoy the smell of the grease from your marrow crackling over the fire!',14,0,100,0,0,0,20368,0,'Baelmon the Hound-Master'),
|
|
(19747,3,3,'Nothing will prevent your doom!',14,0,100,0,0,0,20367,0,'Baelmon the Hound-Master'),
|
|
(19747,3,4,'You DARE to attack me?!',14,0,100,0,0,0,20369,0,'Baelmon the Hound-Master'),
|
|
(19747,3,5,'You will suffer slowly until the end of time for this affront!',14,0,100,0,0,0,20370,0,'Baelmon the Hound-Master'),
|
|
(19747,4,0,'Release the hounds!',14,0,100,0,0,0,20395,0,'Baelmon the Hound-Master'),
|
|
(19763,0,0,'Thank goodness you got here, it was almost dinner time!',12,0,100,3,0,0,17407,0,'Manni'),
|
|
(19764,0,0,'I thought I was a goner for sure.',12,0,100,4,0,0,17409,0,'Moh'),
|
|
(19765,0,0,'Understood.',12,0,100,1,0,0,18146,0,'Coilskar Myrmidon'),
|
|
(19765,0,1,'We will not fail.',12,0,100,1,0,0,18410,0,'Coilskar Myrmidon'),
|
|
(19766,0,0,'I don\'t know which is worse, getting eaten by fel orcs or working for that slave master Razelcraz! Oh well, thanks anyways!',12,0,100,66,0,0,17410,0,'Jakk'),
|
|
(19767,0,0,'Stay alert!',12,0,100,1,0,0,17711,0,'Coilskar Sorceress'),
|
|
(19767,0,1,'Be wary of intruders.',12,0,100,1,0,0,17713,0,'Coilskar Sorceress'),
|
|
(19767,0,2,'We must not fail the master.',12,0,100,1,0,0,17715,0,'Coilskar Sorceress'),
|
|
(19776,0,0,'All my bags are packed, I\'m ready to go.',12,0,100,0,0,0,17413,0,'Experimental Pilot'),
|
|
(19776,1,0,'You need to do what? All this science, I don\'t understand... Look, this is just my job, five days a week.',12,0,100,0,0,0,17416,0,'Experimental Pilot'),
|
|
(19776,2,0,'I can\'t. I\'m not the man they think I am at home. Besides, I didn\'t bring them out here.',12,0,100,0,0,0,17419,0,'Experimental Pilot'),
|
|
(19776,3,0,'This isn\'t the kind of place to raise your kids. It\'s cold, and there\'d be no one to raise them.',12,0,100,0,0,0,17421,0,'Experimental Pilot'),
|
|
(19776,4,0,'Oh no, no, no... I\'m a rocket man.',12,0,100,0,0,0,17423,0,'Experimental Pilot'),
|
|
(19827,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Dark Conclave Ravenguard'),
|
|
(19830,0,0,'You cannot be serious! We are severely understaffed and can barely keep this manaforge functional!',12,0,100,6,0,0,18166,0,'dawnforge SAY_ARCANIST_ARDONIS_1'),
|
|
(19830,1,0,'Yes, my lord.',12,0,100,0,0,0,19189,0,'dawnforge SAY_ARCANIST_ARDONIS_2'),
|
|
(19831,0,0,'We need you to send reinforcements to Manaforge Duro, Ardonis. This is not a request, it\'s an order.',12,0,100,1,0,0,18165,0,'dawnforge SAY_COMMANDER_DAWNFORGE_1'),
|
|
(19831,1,0,'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!',12,0,100,0,0,0,18167,0,'dawnforge SAY_COMMANDER_DAWNFORGE_2'),
|
|
(19831,2,0,'My lord!',12,0,100,0,0,0,19186,0,'dawnforge SAY_COMMANDER_DAWNFORGE_3'),
|
|
(19831,3,0,'Yes, my lord.',12,0,100,0,0,0,19189,0,'dawnforge SAY_COMMANDER_DAWNFORGE_4'),
|
|
(19831,4,0,'See to it, Ardonis!',12,0,100,5,0,0,19190,0,'dawnforge SAY_COMMANDER_DAWNFORGE_5'),
|
|
(19832,0,0,'Oh no! What\'s that? Quickly, defend us with the Scrap Reaver X6000!!!',12,0,100,25,0,0,17456,0,'Doctor Vomisa, Ph.T.'),
|
|
(19847,0,0,'%s reads from the book of the dead.',16,0,100,0,0,0,17446,0,'Levixus'),
|
|
(19847,1,0,'Shane Dabiri, Lee, Alex T., Rob F., J. A. B., A. Mayberry!',12,8,100,15,0,0,17454,0,'Levixus'),
|
|
(19847,1,1,'Jeffrey Kaplan! Tom Chilton! Rob Pardo!',12,8,100,15,0,0,17447,0,'Levixus'),
|
|
(19847,1,2,'Justin Thavirat! Roman Kenney! Our entire awesome art and animation team!',12,8,100,15,0,0,17448,0,'Levixus'),
|
|
(19847,1,3,'Kevin Jordan and Jonathan LeCraft!',12,8,100,15,0,0,17453,0,'Levixus'),
|
|
(19847,1,4,'CHRIS METZEN!',12,8,100,15,0,0,17449,0,'Levixus'),
|
|
(19847,1,5,'Pat Nagle! World design team! Cory Stockton, Paul C., Jim Chadwick, Staats, Ed Hanes, Morris, Gotcher, Jesse!, Sarah B., Victor C., Dave A.! All of our amazing exterior artists!',12,8,100,15,0,0,17450,0,'Levixus'),
|
|
(19847,1,6,'Scott Mercer! Geoff, Wyatt, Joe, Travis, Kris, Steven! Brazie!',12,8,100,15,0,0,17451,0,'Levixus'),
|
|
(19847,1,7,'Luis, Brianna and Eric! Blizzard QA team! Of course our fans!',12,8,100,15,0,0,17452,0,'Levixus'),
|
|
(19849,0,0,'The %s, having fought the good fight, falls to pieces.',16,0,100,0,0,0,18587,0,'Scrap Reaver X6000'),
|
|
(19851,0,0,'I AM DEATH! PREPARE YOUR TOWN FOR ANNIHILATION!',14,0,100,0,0,0,17455,0,'Negatron'),
|
|
(19851,1,0,'YOUR SAD ATTEMPT AT CREATING A FEL REAVER TO STOP ME HAS FAILED! NOW, ON TO AREA 52!',14,0,100,0,0,0,17468,0,'Negatron'),
|
|
(19862,0,0,'Urtrak kill you!',12,0,100,0,0,0,17457,0,'Urtrak'),
|
|
(19864,0,0,'Vengeance is ours! Attack my brothers!',12,0,100,0,0,0,0,0,'Vengeful Unyielding Captain'),
|
|
(19872,0,0,'I must see the master at once!',12,0,100,5,0,0,13200,0,'Lady Catriona Von\'Indi - Out of Combat'),
|
|
(19872,0,1,'Where is the master?',12,0,100,5,0,0,13198,0,'Lady Catriona Von\'Indi - Out of Combat'),
|
|
(19872,0,2,'Where has the master gone?',12,0,100,5,0,0,13199,0,'Lady Catriona Von\'Indi - Out of Combat'),
|
|
(19872,0,3,'Why can we not talk to the master?',12,0,100,5,0,0,13201,0,'Lady Catriona Von\'Indi - Out of Combat'),
|
|
(19873,0,0,'I must see the master at once!',12,0,100,5,0,0,13200,0,'Lord Crispin Ference - Out of Combat'),
|
|
(19873,0,1,'Where is the master?',12,0,100,5,0,0,13198,0,'Lord Crispin Ference - Out of Combat'),
|
|
(19873,0,2,'Where has the master gone?',12,0,100,5,0,0,13199,0,'Lord Crispin Ference - Out of Combat'),
|
|
(19873,0,3,'Why can we not talk to the master?',12,0,100,5,0,0,13201,0,'Lord Crispin Ference - Out of Combat'),
|
|
(19874,0,0,'I must see the master at once!',12,0,100,5,0,0,13200,0,'Baron Rafe Dreuger - Out of Combat'),
|
|
(19874,0,1,'Where is the master?',12,0,100,5,0,0,13198,0,'Baron Rafe Dreuger - Out of Combat'),
|
|
(19874,0,2,'Where has the master gone?',12,0,100,5,0,0,13199,0,'Baron Rafe Dreuger - Out of Combat'),
|
|
(19874,0,3,'Why can we not talk to the master?',12,0,100,5,0,0,13201,0,'Baron Rafe Dreuger - Out of Combat'),
|
|
(19875,0,0,'I must see the master at once!',12,0,100,5,0,0,13200,0,'Baroness Dorothea Millstipe - Out of Combat'),
|
|
(19875,0,1,'Where is the master?',12,0,100,5,0,0,13198,0,'Baroness Dorothea Millstipe - Out of Combat'),
|
|
(19875,0,2,'Where has the master gone?',12,0,100,5,0,0,13199,0,'Baroness Dorothea Millstipe - Out of Combat'),
|
|
(19875,0,3,'Why can we not talk to the master?',12,0,100,5,0,0,13201,0,'Baroness Dorothea Millstipe - Out of Combat'),
|
|
(19876,0,0,'I must see the master at once!',12,0,100,5,0,0,13200,0,'Lord Robin Daris - Out of Combat'),
|
|
(19876,0,1,'Where is the master?',12,0,100,5,0,0,13198,0,'Lord Robin Daris - Out of Combat'),
|
|
(19876,0,2,'Where has the master gone?',12,0,100,5,0,0,13199,0,'Lord Robin Daris - Out of Combat'),
|
|
(19876,0,3,'Why can we not talk to the master?',12,0,100,5,0,0,13201,0,'Lord Robin Daris - Out of Combat'),
|
|
(19926,0,0,'Looks like I picked the wrong day to quit mana tapping...',12,0,100,1,0,0,17571,0,'Spellreaver Marathelle'),
|
|
(19932,0,0,'Something very, very disturbing. We\'re starting to see more of them across the timeways.',12,0,100,1,0,0,17542,0,'Andormu'),
|
|
(19932,1,0,'Nozari, I\'m not talking about a greedy wizard looking to improve his station in life by making a small adjustment to the past.',12,0,100,1,0,0,17544,0,'Andormu'),
|
|
(19932,2,0,'These beings aren\'t giving themselves the winning numbers for the Stormwind lottery, dear.',12,0,100,1,0,0,17545,0,'Andormu'),
|
|
(19932,3,0,'My apologies, Nozari. I have been a bit \'on edge\' as of late. These creatures are attempting to alter the timeways.',12,0,100,1,0,0,17547,0,'Andormu'),
|
|
(19932,4,0,'You do recall the last time that this occurred, yes? Let us hope that the master need not be involved.',12,0,100,1,0,0,17548,0,'Andormu'),
|
|
(19932,5,0,'Absolutely not. We must not place ourselves at risk. With the master away, we are all that is in place to keep the stream intact. Others are due to arrive any moment now. Heroes and adventurers from Azeroth...',12,0,100,1,0,0,17550,0,'Andormu'),
|
|
(19933,0,0,'Fascinating. What is it, Andormu?',12,0,100,1,0,0,17541,0,'Nozari'),
|
|
(19933,1,0,'Hrm, are they tampering with the timeways?',12,0,100,1,0,0,17543,0,'Nozari'),
|
|
(19933,2,0,'I hate it when you speak to me in that manner. I am your equal in every way, brother. Remember that the next time you are trapped amidst a temporal vortex, crying for help.',12,0,100,1,0,0,17546,0,'Nozari'),
|
|
(19933,3,0,'Shall we?',12,0,100,1,0,0,17549,0,'Nozari'),
|
|
(19933,4,0,'%s nods.',16,0,100,1,0,0,17551,0,'Nozari'),
|
|
(19938,0,0,'A flickering image of a female blood elf commander appears. From the surroundings, you can tell she must be inside Tempest Keep.',16,0,100,1,0,0,17529,0,'Image of Commander Sarannis'),
|
|
(19938,1,0,'The blood elf doesn\'t appear to be a magister, but perhaps she holds something that is the key to the tower\'s curse.',16,0,100,25,0,0,17530,0,'Image of Commander Sarannis'),
|
|
(19944,0,0,'%s makes a break for the nearest rune circle.',16,0,100,0,0,0,19473,0,'Lashh\'an Wing Guard - Run to circle'),
|
|
(19948,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bloodmaul Skirmisher on Aggro Text'),
|
|
(19948,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bloodmaul Skirmisher on Aggro Text'),
|
|
(19948,0,2,'Me angered. Raaah!',12,0,100,0,0,0,19894,0,'Bloodmaul Skirmisher on Aggro Text'),
|
|
(19948,0,3,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Bloodmaul Skirmisher on Aggro Text'),
|
|
(19948,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Skirmisher on death Quest 11000 complete'),
|
|
(19948,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Skirmisher on death Quest 11000 complete'),
|
|
(19948,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Skirmisher on death Quest 11000 complete'),
|
|
(19948,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Skirmisher on death Quest 11000 complete'),
|
|
(19948,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Skirmisher on death Quest 11000 complete'),
|
|
(19948,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Skirmisher on death Quest 11000 complete'),
|
|
(19952,0,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Bloodmaul Geomancer on Aggro Text'),
|
|
(19952,0,1,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bloodmaul Geomancer on Aggro Text'),
|
|
(19952,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Bloodmaul Geomancer on Aggro Text'),
|
|
(19952,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Geomancer on death Quest 11000 complete'),
|
|
(19952,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Geomancer on death Quest 11000 complete'),
|
|
(19952,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Geomancer on death Quest 11000 complete'),
|
|
(19952,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Geomancer on death Quest 11000 complete'),
|
|
(19952,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Geomancer on death Quest 11000 complete'),
|
|
(19952,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Geomancer on death Quest 11000 complete'),
|
|
(19957,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bloodmaul Brewmaster on Aggro Text'),
|
|
(19957,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bloodmaul Brewmaster on Aggro Text'),
|
|
(19957,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bloodmaul Brewmaster on Aggro Text'),
|
|
(19957,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Brewmaster on death Quest 11000 complete'),
|
|
(19957,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Brewmaster on death Quest 11000 complete'),
|
|
(19957,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Brewmaster on death Quest 11000 complete'),
|
|
(19957,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Brewmaster on death Quest 11000 complete'),
|
|
(19957,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Brewmaster on death Quest 11000 complete'),
|
|
(19957,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Brewmaster on death Quest 11000 complete'),
|
|
(19991,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bloodmaul Brute on Aggro Text'),
|
|
(19991,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bloodmaul Brute on Aggro Text'),
|
|
(19991,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bloodmaul Brute on Aggro Text'),
|
|
(19991,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Brute on death Quest 11000 complete'),
|
|
(19991,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Brute on death Quest 11000 complete'),
|
|
(19991,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Brute on death Quest 11000 complete'),
|
|
(19991,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Brute on death Quest 11000 complete'),
|
|
(19991,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Brute on death Quest 11000 complete'),
|
|
(19991,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Brute on death Quest 11000 complete'),
|
|
(19991,2,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Bloodmaul Brute on enrage'),
|
|
(19992,0,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Bloodmaul Shaman on Aggro Text'),
|
|
(19992,0,1,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bloodmaul Shaman on Aggro Text'),
|
|
(19992,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Bloodmaul Shaman on Aggro Text'),
|
|
(19992,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Shaman on death Quest 11000 complete'),
|
|
(19992,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Shaman on death Quest 11000 complete'),
|
|
(19992,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Shaman on death Quest 11000 complete'),
|
|
(19992,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Shaman on death Quest 11000 complete'),
|
|
(19992,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Shaman on death Quest 11000 complete'),
|
|
(19992,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Shaman on death Quest 11000 complete'),
|
|
(19993,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bloodmaul Mauler on Aggro Text'),
|
|
(19993,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bloodmaul Mauler on Aggro Text'),
|
|
(19993,0,2,'Me angered. Raaah!',12,0,100,0,0,0,19894,0,'Bloodmaul Mauler on Aggro Text'),
|
|
(19993,0,3,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Bloodmaul Mauler on Aggro Text'),
|
|
(19993,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Mauler on death Quest 11000 complete'),
|
|
(19993,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Mauler on death Quest 11000 complete'),
|
|
(19993,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Mauler on death Quest 11000 complete'),
|
|
(19993,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Mauler on death Quest 11000 complete'),
|
|
(19993,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Mauler on death Quest 11000 complete'),
|
|
(19993,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Mauler on death Quest 11000 complete'),
|
|
(19994,0,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Bloodmaul Warlock on Aggro Text'),
|
|
(19994,0,1,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bloodmaul Warlock on Aggro Text'),
|
|
(19994,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Bloodmaul Warlock on Aggro Text'),
|
|
(19994,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Warlock on death Quest 11000 complete'),
|
|
(19994,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Warlock on death Quest 11000 complete'),
|
|
(19994,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Warlock on death Quest 11000 complete'),
|
|
(19994,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Warlock on death Quest 11000 complete'),
|
|
(19994,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Warlock on death Quest 11000 complete'),
|
|
(19994,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Warlock on death Quest 11000 complete'),
|
|
(19995,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bladespire Brute on Aggro Text'),
|
|
(19995,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bladespire Brute on Aggro Text'),
|
|
(19995,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Brute on Aggro Text'),
|
|
(19995,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Brute on death Quest 11000 complete'),
|
|
(19995,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Brute on death Quest 11000 complete'),
|
|
(19995,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Brute on death Quest 11000 complete'),
|
|
(19995,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Brute on death Quest 11000 complete'),
|
|
(19995,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Brute on death Quest 11000 complete'),
|
|
(19995,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Brute on death Quest 11000 complete'),
|
|
(19995,4,0,'Ohh, look! Bloodmaul Brew! Mmmm...',12,0,100,16,0,0,18170,0,'Bladespire Brute to 21241'),
|
|
(19995,4,1,'Bloodmaul Brew? Me favorite!',12,0,100,16,0,0,18171,0,'Bladespire Brute to 21241'),
|
|
(19995,4,2,'Ohh, look! Bloodmaul Brew! Mmmm...',12,0,100,16,0,398,18170,0,'Bladespire Brute to 21241'),
|
|
(19995,4,3,'Mmmm, Bloodmaul Brew!',12,0,100,16,0,0,17844,0,'Bladespire Brute to 21241'),
|
|
(19995,5,0,'Ugh... Me not feel so guud.',12,0,100,92,0,0,18197,0,'Bladespire Brute to 21241'),
|
|
(19996,0,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Bladespire Battlemage on Aggro Text'),
|
|
(19996,0,1,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Battlemage on Aggro Text'),
|
|
(19996,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Bladespire Battlemage on Aggro Text'),
|
|
(19996,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Battlemage on death Quest 11000 complete'),
|
|
(19996,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Battlemage on death Quest 11000 complete'),
|
|
(19996,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Battlemage on death Quest 11000 complete'),
|
|
(19996,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Battlemage on death Quest 11000 complete'),
|
|
(19996,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Battlemage on death Quest 11000 complete'),
|
|
(19996,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Battlemage on death Quest 11000 complete'),
|
|
(19997,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bladespire Enforcer on Aggro Text'),
|
|
(19997,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bladespire Enforcer on Aggro Text'),
|
|
(19997,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Enforcer on Aggro Text'),
|
|
(19997,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Enforcer on death Quest 11000 complete'),
|
|
(19997,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Enforcer on death Quest 11000 complete'),
|
|
(19997,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Enforcer on death Quest 11000 complete'),
|
|
(19997,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Enforcer on death Quest 11000 complete'),
|
|
(19997,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Enforcer on death Quest 11000 complete'),
|
|
(19997,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Enforcer on death Quest 11000 complete'),
|
|
(19997,2,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Bladespire Enforcer on enrage'),
|
|
(19998,0,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Bladespire Shaman on Aggro Text'),
|
|
(19998,0,1,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Shaman on Aggro Text'),
|
|
(19998,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Bladespire Shaman on Aggro Text'),
|
|
(19998,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Shaman on death Quest 11000 complete'),
|
|
(19998,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Shaman on death Quest 11000 complete'),
|
|
(19998,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Shaman on death Quest 11000 complete'),
|
|
(19998,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Shaman on death Quest 11000 complete'),
|
|
(19998,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Shaman on death Quest 11000 complete'),
|
|
(19998,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Shaman on death Quest 11000 complete'),
|
|
(20031,0,0,'First squad is ready for battle!',14,0,0,0,0,0,18030,0,'Bloodwarder Legionnaire - First Squad'),
|
|
(20031,0,1,'All clear!',14,0,0,0,0,0,18031,0,'Bloodwarder Legionnaire - First Squad'),
|
|
(20031,0,2,'We stand ready to defend the Eye!',14,0,0,0,0,0,18032,0,'Bloodwarder Legionnaire - First Squad'),
|
|
(20031,1,0,'Second squad is ready to fight!',14,0,0,0,0,0,18035,0,'Bloodwarder Legionnaire - Second Squad'),
|
|
(20031,1,1,'The enemy will not get past us!',14,0,0,0,0,0,18036,0,'Bloodwarder Legionnaire - Second Squad'),
|
|
(20031,1,2,'Our blades and spells are at the ready!',14,0,0,0,0,0,18037,0,'Bloodwarder Legionnaire - Second Squad'),
|
|
(20031,2,0,'Third squad reporting in!',14,0,0,0,0,0,18038,0,'Bloodwarder Legionnaire - Third Squad'),
|
|
(20031,2,1,'We will show our enemies no quarter!',14,0,0,0,0,0,18039,0,'Bloodwarder Legionnaire - Third Squad'),
|
|
(20031,2,2,'Our defenses stand ready!',14,0,0,0,0,0,18040,0,'Bloodwarder Legionnaire - Third Squad'),
|
|
(20035,0,0,'As you were!',14,0,0,66,0,0,18045,0,'Bloodwarder Marshal'),
|
|
(20035,0,1,'Stand vigilant.',14,0,0,66,0,0,18046,0,'Bloodwarder Marshal'),
|
|
(20035,0,2,'Very well.',14,0,0,66,0,0,18047,0,'Bloodwarder Marshal'),
|
|
(20035,0,3,'Excellent work.',14,0,0,66,0,0,18048,0,'Bloodwarder Marshal'),
|
|
(20035,0,4,'Your conduct makes me proud.',14,0,0,66,0,0,18049,0,'Bloodwarder Marshal'),
|
|
(20040,0,0,'This unit is currently at ninety five percent operational efficiency.',12,0,0,0,0,0,17820,0,'Crystalcore Sentinel/Destroyer'),
|
|
(20040,0,1,'This unit is currently performing within normal parameters.',12,0,0,0,0,0,17821,0,'Crystalcore Sentinel/Destroyer'),
|
|
(20041,0,0,'This unit is currently at ninety five percent operational efficiency.',12,0,0,0,0,0,17820,0,'Crystalcore Sentinel/Destroyer'),
|
|
(20041,0,1,'This unit is currently performing within normal parameters.',12,0,0,0,0,0,17821,0,'Crystalcore Sentinel/Destroyer'),
|
|
(20042,0,0,'Golem. Command. Operational status report.',12,0,100,1,0,0,17818,0,'Tempest-Smith'),
|
|
(20042,1,0,'Golem movement appears to be within the specifications.',12,0,0,1,0,0,17839,0,'Tempest-Smith'),
|
|
(20042,1,1,'I\'ll be glad when final testing of this unit is complete.',12,0,0,1,0,0,17840,0,'Tempest-Smith'),
|
|
(20042,1,2,'After this mobility test, we\'ll only have the final weapons check to complete.',12,0,0,1,0,0,17841,0,'Tempest-Smith'),
|
|
(20060,0,0,'Blood for blood!',14,0,100,0,0,11152,20859,0,'sanguinar SAY_SANGUINAR_AGGRO'),
|
|
(20060,1,0,'NO! I... will... not...',14,0,100,0,0,11153,20858,0,'sanguinar SAY_SANGUINAR_DEATH'),
|
|
(20062,0,0,'The sin\'dorei reign supreme!',14,0,100,0,0,11117,20847,0,'capernian SAY_CAPERNIAN_AGGRO'),
|
|
(20062,1,0,'This is not over!',14,0,100,0,0,11118,20848,0,'capernian SAY_CAPERNIAN_DEATH'),
|
|
(20063,0,0,'Anar\'alah belore!',14,0,100,0,0,11157,21705,0,'telonicus SAY_TELONICUS_AGGRO'),
|
|
(20063,1,0,'More perils... await...',14,0,100,0,0,11158,20861,0,'telonicus SAY_TELONICUS_DEATH'),
|
|
(20064,0,0,'Prepare yourselves!',14,0,100,0,0,11203,35758,0,'thaladred SAY_THALADRED_AGGRO'),
|
|
(20064,1,0,'Forgive me, my prince! I have... failed.',14,0,100,0,0,11204,20904,0,'thaladred SAY_THALADRED_DEATH'),
|
|
(20064,2,0,'%s sets eyes on $n!',16,0,100,0,0,0,11074,0,'thaladred EMOTE_THALADRED_GAZE'),
|
|
(20071,0,0,'Let us hold our discussion in a more... private place. Follow me, $n.',12,0,100,1,0,0,17615,0,'Wind Trader Marid to Player'),
|
|
(20071,1,0,'You didn\'t really think I\'d do business with you again, did you? Sometimes, the best way to return to profitability is to know when to cut your losses.',12,0,100,1,0,0,17618,0,'Wind Trader Marid to Player'),
|
|
(20095,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Grimnok Battleborn on Aggro Text'),
|
|
(20095,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Grimnok Battleborn on Aggro Text'),
|
|
(20095,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Grimnok Battleborn on Aggro Text'),
|
|
(20095,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Grimnok Battleborn on death Quest 11000 complete'),
|
|
(20095,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Grimnok Battleborn on death Quest 11000 complete'),
|
|
(20095,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Grimnok Battleborn on death Quest 11000 complete'),
|
|
(20095,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Grimnok Battleborn on death Quest 11000 complete'),
|
|
(20095,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Grimnok Battleborn on death Quest 11000 complete'),
|
|
(20095,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Grimnok Battleborn on death Quest 11000 complete'),
|
|
(20095,2,0,'You! I see you! One of you, kill them!',14,0,100,0,0,0,18952,0,'Grimnok Battleborn OOC'),
|
|
(20095,2,1,'Don\'t let any of them escape, you dogs!',14,0,100,0,0,0,18948,0,'Grimnok Battleborn OOC'),
|
|
(20095,2,2,'I want these Alliance and Horde pigs dead!',14,0,100,0,0,0,18949,0,'Grimnok Battleborn OOC'),
|
|
(20095,2,3,'Get up there. March on Bladespire Hold. I want to adorn my tower with Gorr\'Dim\'s head!',14,0,100,0,0,0,18951,0,'Grimnok Battleborn OOC'),
|
|
(20098,0,0,'I\'m right here, daddy. You\'ve been asleep all day long. You sure must be tired!',12,10,100,1,0,0,17598,0,'Jane'),
|
|
(20098,1,0,'%s resumes playing on the beach.',16,10,100,0,0,0,17599,0,'Jane'),
|
|
(20100,0,0,'Was... Was it all a dream? Azuremyst, Bloodmyst, Zangarmarsh, Shadowmoon... even Zul\'Aman... Jane! Jane where are you!',12,10,100,1,0,0,17596,0,'Jessel'),
|
|
(20100,1,0,'Ah, wonderful. It was all just a dream...',12,10,100,1,0,0,17597,0,'Jessel'),
|
|
(20100,2,0,'%s wakes up, startled.',16,10,100,0,0,0,17595,0,'Jessel'),
|
|
(20101,0,0,'What have the netherwinds brought us?',12,0,100,0,0,0,16721,0,'Nether-Stalker'),
|
|
(20102,0,0,'During the Lunar Festival, we should take time to seek out our elders and consider their wisdom.',12,0,100,0,0,0,16466,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,0,1,'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.',12,0,100,0,0,0,16465,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,0,2,'Have you seen the fireworks? This is the best time of year to buy them.',12,0,100,0,0,0,16467,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,0,3,'The druids of Nighthaven are holding a great celebration in Moonglade for the Lunar Festival.',12,0,100,0,0,0,16468,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,1,1,'The Spirits of Competition have grown strong again.',12,0,100,0,0,0,26564,0,''),
|
|
(20102,6,0,'We should go trick or treating later.',12,0,100,0,0,0,23286,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,6,1,'There MUST be a way to make more money off of this holiday.',12,0,100,0,0,0,23299,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,6,2,'The innkeepers are mad to be giving away treats for free.',12,0,100,0,0,0,23300,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,6,3,'For the Alliance! Wait... the Horde! Wait... which was I again?',12,0,100,4,0,149,23364,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,8,0,'Where are all those wonderful winter hats coming from?',12,0,100,0,0,0,16503,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,8,1,'Ah, the Winter Wondervolt. What will we think of next?',12,0,100,0,0,0,16501,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,8,2,'The goblins of Smokywood Pastures always have such wonderful treats for sale this time of year.',12,0,100,0,0,0,16463,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20102,8,3,'Ah, the Winter Wondervolt. What will we think of next?',12,0,100,274,0,0,16501,0,'Goblin Commoner to Goblin Commoner'),
|
|
(20109,0,0,'%s goes into a rage after seeing its master fall in battle!',16,0,100,0,0,0,19437,0,'Lashh\'an Kalir - Enrage'),
|
|
(20129,0,0,'Greetings, $n. I will guide you through the cavern. Please try and keep up.',15,0,100,0,0,0,17656,0,'WHISPER_CUSTODIAN_1'),
|
|
(20129,1,0,'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',15,0,100,0,0,0,17657,0,'WHISPER_CUSTODIAN_2'),
|
|
(20129,2,0,'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',15,0,100,0,0,0,17658,0,'WHISPER_CUSTODIAN_3'),
|
|
(20129,3,0,'Follow me, please.',15,0,100,0,0,0,17668,0,'WHISPER_CUSTODIAN_4'),
|
|
(20129,4,0,'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.',15,0,100,0,0,0,17667,0,'WHISPER_CUSTODIAN_5'),
|
|
(20129,5,0,'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',15,0,100,0,0,0,17659,0,'WHISPER_CUSTODIAN_6'),
|
|
(20129,6,0,'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',15,0,100,0,0,0,17660,0,'WHISPER_CUSTODIAN_7'),
|
|
(20129,7,0,'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',15,0,100,0,0,0,17661,0,'WHISPER_CUSTODIAN_8'),
|
|
(20129,8,0,'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',15,0,100,0,0,0,17663,0,'WHISPER_CUSTODIAN_9'),
|
|
(20129,9,0,'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',15,0,100,0,0,0,17664,0,'WHISPER_CUSTODIAN_10'),
|
|
(20129,10,0,'This timeway collapsed and reformed. The result was Stratholme of yore. What could possibly be happening inside?',15,0,100,0,0,0,17669,0,'WHISPER_CUSTODIAN_11'),
|
|
(20129,11,0,'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',15,0,100,0,0,0,17662,0,'WHISPER_CUSTODIAN_12'),
|
|
(20129,12,0,'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',15,0,100,0,0,0,17665,0,'WHISPER_CUSTODIAN_13'),
|
|
(20129,13,0,'Our time is at an end, $n. I would wish you luck, if such a thing existed.\n',15,0,100,0,0,0,17666,0,'WHISPER_CUSTODIAN_14'),
|
|
(20132,0,0,'Do not make me laugh. Is this the mighty Aldor army that\'s come to defeat me?',14,0,100,11,0,0,18390,0,''),
|
|
(20132,1,0,'Yes, let us settle this. Before we begin, however, there\'s somebody I\'d like you to meet.',14,0,100,1,0,0,18392,0,''),
|
|
(20132,2,0,'Slay these dogs, Kaylaan! Earn your place in the Burning Legion!',14,0,100,25,0,0,18407,0,''),
|
|
(20132,3,0,'What are you waiting for? Finish them, young one. Let your hatred burn!',14,0,100,53,0,0,18408,0,''),
|
|
(20132,4,0,'You foolish old hag... Why would I do that when I can have you both?',14,0,100,0,0,0,18402,0,''),
|
|
(20132,5,0,'Oh, please! This is sickening; I\'m going to have to kill you all myself.',14,0,100,0,0,0,18406,0,''),
|
|
(20138,0,0,'You\'ll never get the ata\'mal crystal from me!',12,0,100,0,0,0,17790,0,'Culuthas'),
|
|
(20138,0,1,'I will use the power of the ata\'mal crystal to crush you!',12,0,100,0,0,0,17788,0,'Culuthas'),
|
|
(20138,0,2,'The ata\'mal crystal is mine!',12,0,100,0,0,0,17791,0,'Culuthas'),
|
|
(20140,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Sunfury Centurion'),
|
|
(20159,0,0,'If you think I\'ll betray my friend that easily, think again! Face me, you scoundrel!',12,1,100,0,0,0,17758,0,'Magister Aledis'),
|
|
(20159,1,0,'Spare my life! I will tell you about Arelion\'s secret.',12,1,100,0,0,0,17755,0,'Magister Aledis'),
|
|
(20201,0,0,'Stop! Do not go any further, mortal. You are ill-prepared to face the forces of the Infinite Dragonflight. Come, let me help you.',12,0,100,1,0,0,17814,0,'Saat'),
|
|
(20206,0,0,'%s digs in the dirt...',16,0,100,35,0,0,20312,0,'Fei Fei to Fei Fei Stash Bunny'),
|
|
(20206,1,0,'%s sniffs around, unsatisfied with this hiding spot.',16,0,100,0,0,0,20315,0,'Fei Fei to Fei Fei Stash Bunny'),
|
|
(20206,2,0,'%s looks for a hiding spot...',16,0,100,0,0,0,20316,0,'Fei Fei to Fei Fei Stash Bunny'),
|
|
(20206,3,0,'%s buries his treat!',16,0,100,0,0,0,20313,0,'Fei Fei to Fei Fei Stash Bunny'),
|
|
(20209,0,0,'Warning! %s emergency shutdown process initiated by $n. Shutdown will complete in two minutes.',16,0,100,0,0,0,18155,0,'manaforge_control EMOTE_START'),
|
|
(20209,1,0,'Emergency shutdown will complete in one minute.',16,0,100,0,0,0,18156,0,'manaforge_control EMOTE_60'),
|
|
(20209,2,0,'Emergency shutdown will complete in thirty seconds.',16,0,100,0,0,0,17884,0,'manaforge_control EMOTE_30'),
|
|
(20209,3,0,'Emergency shutdown will complete in ten seconds.',16,0,100,0,0,0,17885,0,'manaforge_control EMOTE_10'),
|
|
(20209,4,0,'Emergency shutdown complete.',16,0,100,0,0,0,17900,0,'manaforge_control EMOTE_COMPLETE'),
|
|
(20209,5,0,'Manaforge shutdown aborted. Resuming manaforge activity.',16,0,100,0,0,0,17886,0,'manaforge_control fail'),
|
|
(20216,0,0,'%s grows massively powerful!',16,0,100,0,0,0,20101,0,'Grulloc'),
|
|
(20216,1,0,'Grulloc having lots of fun!',14,0,100,0,0,0,19841,0,'Grulloc'),
|
|
(20216,2,0,'Me hungry!',14,0,100,0,0,0,19842,0,'Grulloc'),
|
|
(20216,3,0,'Me keep piggy as pet!',14,0,100,0,0,0,20259,0,'Grulloc'),
|
|
(20216,4,0,'Me like soft bacon!',14,0,100,0,0,0,20258,0,'Grulloc'),
|
|
(20216,5,0,'Mmm, other white meat!',14,0,100,0,0,0,19844,0,'Grulloc'),
|
|
(20216,6,0,'Piggy stop!',14,0,100,0,0,0,19845,0,'Grulloc'),
|
|
(20216,7,0,'Porkchops!',14,0,100,0,0,0,19857,0,'Grulloc'),
|
|
(20216,8,0,'Where piggy go?!',14,0,100,0,0,0,19846,0,'Grulloc'),
|
|
(20216,9,0,'You be Grulloc\'s friend!',14,0,100,0,0,0,19843,0,'Grulloc'),
|
|
(20218,0,0,'Stop the emergency shutdown! Kael will have our heads if he hears about this!',12,0,100,0,0,0,17931,0,'Sunfury Technician'),
|
|
(20218,0,1,'Stop this immediately!',12,0,100,0,0,0,18131,0,'Sunfury Technician'),
|
|
(20218,0,2,'The naaru\'s emergency shutdown will disable the manaforge permanently! It must be aborted!',12,0,100,0,0,0,17932,0,'Sunfury Technician'),
|
|
(20221,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Sunfury Flamekeeper'),
|
|
(20227,0,0,'Looks like it\'s time to let you out of this cage.',12,0,100,1,0,0,17925,0,'Apprentice Tedon'),
|
|
(20227,1,0,'Now, to put the neutralizing agent on it...',12,0,100,0,0,0,17934,0,'Apprentice Tedon'),
|
|
(20227,2,0,'Success!',12,0,100,71,0,0,17939,0,'Apprentice Tedon'),
|
|
(20232,0,0,'Welcome to Shatter Point, $n! I hope you survive the experience!',12,0,100,1,0,0,18272,0,'Wing Commander Gryphongar'),
|
|
(20234,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Runetog Wildhammer'),
|
|
(20239,0,0,'As the neutralizing agent mixes into the waters of the lake, the water that was irradiated by the crystal seems to clear.',16,0,100,0,0,0,17912,0,'Neutralizing Emote Placeholder'),
|
|
(20242,0,0,'Of course none of my goods are stolen. But if someone asks, you didn\'t get them from me!',12,0,100,1,0,0,17914,0,'Karaaz'),
|
|
(20242,0,1,'The latest blueprints, patterns and schematics are available right here. These instructions are so simple to follow they practically craft themselves!',12,0,100,1,0,0,17915,0,'Karaaz'),
|
|
(20242,0,2,'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!',12,0,100,1,0,0,17916,0,'Karaaz'),
|
|
(20242,0,3,'Pssst! I have something that might interest you, $n. It fell off a pack mule in Nagrand!',12,0,100,1,0,0,17917,0,'Karaaz'),
|
|
(20243,0,0,'The %s\'s mechanical heart begins to beat softly.',16,0,100,0,0,0,18271,0,'Scrapped Fel Reaver - Zapped Emote'),
|
|
(20244,0,0,'%s picks up a sea shell.',16,10,100,0,0,0,17922,0,'Nova'),
|
|
(20244,0,1,'%s holds a sea shell up to her ear.',16,10,100,0,0,0,17923,0,'Nova'),
|
|
(20244,0,2,'%s shakes the dirt loose from the shell.',16,10,100,0,0,0,17924,0,'Nova'),
|
|
(20244,1,0,'I think I can see the Sunwell from here!',12,10,100,1,0,0,17918,0,'Nova'),
|
|
(20244,1,1,'Can you really hear the ocean from one of these shells?',12,10,100,1,0,0,17919,0,'Nova'),
|
|
(20244,1,2,'Oooh! Look, a shiny one!',12,10,100,1,0,0,17920,0,'Nova'),
|
|
(20244,1,3,'Jane will love this one!',12,10,100,1,0,0,17921,0,'Nova'),
|
|
(20279,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Ragestone Threshalisk - EMOTE_STOP_PLAY_DEAD'),
|
|
(20280,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Ragestone Trampler - EMOTE_STOP_PLAY_DEAD'),
|
|
(20281,0,0,'Let\'s proceed at a brisk pace.',12,0,100,0,0,0,17941,0,'Drijya'),
|
|
(20281,1,0,'We\'ll start at that first energy pylon, straight ahead. Remember, try to keep them off of me.',12,0,100,25,0,0,17942,0,'Drijya'),
|
|
(20281,2,0,'I\'m done with this pylon. On to the next.',12,0,100,0,0,0,17943,0,'Drijya'),
|
|
(20281,3,0,'Alright, pylon two down. Now for the heat manifold.',12,0,100,0,0,0,17944,0,'Drijya'),
|
|
(20281,4,0,'That should do it. The teleporter should blow any second now!',12,0,100,0,0,0,17945,0,'Drijya'),
|
|
(20281,4,1,'Ok, let\'s get out of here!',12,0,100,0,0,0,15882,0,'Drijya'),
|
|
(20281,5,0,'Ok, let\'s get out of here!',12,0,100,0,0,0,17946,0,'Drijya'),
|
|
(20281,6,0,'Thank you, $N! I couldn\'t have done it without you. You\'ll let Gahruj know?',12,0,100,0,0,0,17949,0,'Drijya'),
|
|
(20281,7,0,'Keep them off me!',12,0,100,0,0,0,17950,0,'Drijya'),
|
|
(20281,8,0,'Very well. Before we head down there, take a moment to prepare yourself.',12,0,100,0,0,0,17940,0,'Drijya'),
|
|
(20283,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Marshrock Stomper - EMOTE_STOP_PLAY_DEAD'),
|
|
(20334,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bladespire Cook on Aggro Text'),
|
|
(20334,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bladespire Cook on Aggro Text'),
|
|
(20334,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Cook on Aggro Text'),
|
|
(20334,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Cook on death Quest 11000 complete'),
|
|
(20334,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Cook on death Quest 11000 complete'),
|
|
(20334,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Cook on death Quest 11000 complete'),
|
|
(20334,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Cook on death Quest 11000 complete'),
|
|
(20334,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Cook on death Quest 11000 complete'),
|
|
(20334,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Cook on death Quest 11000 complete'),
|
|
(20342,0,0,'Yea, Nat?',12,0,100,0,0,0,17967,0,'Hal McAllister'),
|
|
(20342,1,0,'Which one?',12,0,100,0,0,0,17969,0,'Hal McAllister'),
|
|
(20342,2,0,'It\'ll never happen, Nat.\n',12,0,100,0,0,0,17988,0,'Hal McAllister'),
|
|
(20342,2,1,'Impossible!\n',12,0,100,0,0,0,17989,0,'Hal McAllister'),
|
|
(20342,2,2,'I worry about you sometimes, Nat.',12,0,100,0,0,0,17990,0,'Hal McAllister'),
|
|
(20342,2,3,'No way.\n',12,0,100,0,0,0,17991,0,'Hal McAllister'),
|
|
(20342,2,4,'Nat, I\'ve heard a whopper or two in my day but that one takes the cake.\n',12,0,100,0,0,0,17992,0,'Hal McAllister'),
|
|
(20342,2,5,'What you got in that pipe, Nat?\n',12,0,100,0,0,0,17993,0,'Hal McAllister'),
|
|
(20342,2,6,'*Hal shakes his head* Nat, Nat, Nat...\n',12,0,100,0,0,0,17994,0,'Hal McAllister'),
|
|
(20342,2,7,'Shut up and fish, Nat.\n',12,0,100,0,0,0,17995,0,'Hal McAllister'),
|
|
(20344,0,0,'Hal...',12,0,100,0,0,0,17966,0,'Nat Pagle'),
|
|
(20344,1,0,'Had that dream again last night...',12,0,100,0,0,0,17968,0,'Nat Pagle'),
|
|
(20344,2,0,'That one dream... The crazy one. Remember?',12,0,100,0,0,0,17970,0,'Nat Pagle'),
|
|
(20344,3,0,'Tarren Mill is destroyed by some crazy force of undead and forever more becomes an enemy to Southshore.',12,0,100,0,0,0,17971,0,'Nat Pagle'),
|
|
(20344,4,0,'Could ya imagine such a thing, Hal? Could ya?',12,0,100,0,0,0,17972,0,'Nat Pagle'),
|
|
(20344,5,0,'That one where I\'m in Durnholde and that one orc that Blackmoore keeps as his personal slave breaks out...',12,0,100,0,0,0,17973,0,'Nat Pagle'),
|
|
(20344,6,0,'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\'.',12,0,100,0,0,0,17974,0,'Nat Pagle'),
|
|
(20344,7,0,'Crazy, isn\'t it?',12,0,100,0,0,0,17975,0,'Nat Pagle'),
|
|
(20344,8,0,'So I\'m on some mountain with some big ol\' tree. Bunch of elves runnin\' around all over...',12,0,100,0,0,0,17976,0,'Nat Pagle'),
|
|
(20344,9,0,'Out of nowhere, some 300 foot tall demon or somethin\' walks up and starts climbin\' the tree...',12,0,100,0,0,0,17977,0,'Nat Pagle'),
|
|
(20344,10,0,'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...',12,0,100,0,0,0,17978,0,'Nat Pagle'),
|
|
(20344,11,0,'In this dream, I was fishin\' master of the world. I moved to some place called Kalimdor...',12,0,100,0,0,0,17979,0,'Nat Pagle'),
|
|
(20344,12,0,'And people from all over the world come to me to pay homage... and learn to fish.',12,0,100,0,0,0,17980,0,'Nat Pagle'),
|
|
(20344,13,0,'I\'m like some kind of fishing god...',12,0,100,0,0,0,17981,0,'Nat Pagle'),
|
|
(20344,14,0,'I can\'t even believe this one... You know those two loud-mouthed ruffians, Foror and Tigule?',12,0,100,0,0,0,17982,0,'Nat Pagle'),
|
|
(20344,15,0,'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!',12,0,100,0,0,0,17983,0,'Nat Pagle'),
|
|
(20344,16,0,'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...',12,0,100,0,0,0,17984,0,'Nat Pagle'),
|
|
(20344,17,0,'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*',12,0,100,0,0,0,17985,0,'Nat Pagle'),
|
|
(20344,18,0,'But tragically, Arthas is consumed by the evil and becomes evil himself...',12,0,100,0,0,0,17986,0,'Nat Pagle'),
|
|
(20344,19,0,'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.',12,0,100,0,0,0,17987,0,'Nat Pagle'),
|
|
(20344,20,0,'That one where thousands of people are all watching us from up in the sky...',12,0,100,0,0,0,18060,0,'Nat Pagle'),
|
|
(20344,21,0,'We\'re like their puppets - we dance and cry and fight and say silly things for their amusement.\n',12,0,100,0,0,0,18061,0,'Nat Pagle'),
|
|
(20344,22,0,'Sometimes, even when I\'m awake, I think they\'re watching us. Maybe they\'re watching us right now...',12,0,100,0,0,0,18062,0,'Nat Pagle'),
|
|
(20345,0,0,'Keep your voices down. There are strangers about...',12,0,100,1,0,0,18084,0,' Mograine - 1'),
|
|
(20345,1,0,'Brothers and sisters, I have called you here today to discuss the fate of Lordaeron.',12,0,100,1,0,0,18085,0,' Mograine - 2'),
|
|
(20345,2,0,'I hear things... Things that should not be.',12,0,100,1,0,0,18087,0,' Mograine - 3'),
|
|
(20345,3,0,'The dead rise... Undead, from the frozen northlands. Whole cities have gone missing. I...',12,0,100,1,0,0,18088,0,' Mograine - 4'),
|
|
(20345,4,0,'I have heard that Northrend is lost...',12,0,100,274,0,0,18089,0,' Mograine - 5'),
|
|
(20345,5,0,'We must stand at the ready. I have faced undead before. They are ruthless killing machines, devoid of any emotion or compassion.',12,0,100,1,0,0,18091,0,' Mograine - 6'),
|
|
(20345,6,0,'Propose? I propose that we prepare. That we prepare our loved ones, family and friends for the possibility of an undead holocaust.',12,0,100,6,0,0,18095,0,' Mograine - 7'),
|
|
(20345,7,0,'And there is this...',12,0,100,6,0,0,18096,0,' Mograine - 8'),
|
|
(20345,8,0,'I have had this object in my possession for 10 years. Since Blackrock Spire...',12,0,100,1,0,0,18099,0,' Mograine - 9'),
|
|
(20345,9,0,'I wrested it free from the remains of an orc lieutenant - a dark caster... It is from their homeworld.',12,0,100,1,0,0,18100,0,' Mograine - 10'),
|
|
(20345,10,0,'Do not get too close. I laid a hand upon it once... Only once and never again. The memories of that day still linger.',12,0,100,1,0,0,18101,0,' Mograine - 11'),
|
|
(20345,11,0,'I surmise that this object is the living embodiment of shadows... darkness... It is a manifestation. It is a void.',12,0,100,1,0,0,18103,0,' Mograine - 12'),
|
|
(20345,12,0,'No, old friend, it is very relevant.',12,0,100,1,0,0,18107,0,' Mograine - 13'),
|
|
(20345,13,0,'Let me ask you this, brothers and sisters: Can good exist without evil? Can there be light without dark?',12,0,100,1,0,0,18108,0,' Mograine - 14'),
|
|
(20345,14,0,'And if that answer is no, then could it be possible that because this artifact exists, its polar opposite must also exist?',12,0,100,25,0,0,18109,0,' Mograine - 15'),
|
|
(20345,15,0,'Could you imagine what the material manifestation of the Light could do against the undead?',12,0,100,1,0,0,18110,0,' Mograine - 16'),
|
|
(20345,16,0,'It consumed the Light!',12,0,100,25,0,0,18117,0,' Mograine - 17'),
|
|
(20345,17,0,'BY THE LIGHT! Could it be? Could this be it?',12,0,100,5,0,0,18122,0,' Mograine - 18'),
|
|
(20345,18,0,'I must know... I will know.',12,0,100,5,0,0,18123,0,' Mograine - 19'),
|
|
(20345,19,0,'I... It... It is beautiful. What I felt when I touched it... The Light coursed through me and I through it... It healed my spirit.',12,0,100,1,0,0,18125,0,' Mograine - 20'),
|
|
(20345,20,0,'Let us never again speak of this day. Our enemies are many. They need not know we hold such artifacts.',12,0,100,1,0,0,18128,0,' Mograine - 21'),
|
|
(20345,21,0,'I have seen it... From this blessed crystal we will forge a weapon. This weapon will hold inside it a piece of each of us... And when it is used against undead, it shall cast them down. And in its wake, it will leave only ashes...',12,0,100,1,0,0,18129,0,' Mograine - 22'),
|
|
(20345,22,0,'%s lowers his voice to a whisper.',16,0,100,0,0,0,18086,0,' Emote - 1'),
|
|
(20345,23,0,'Gasps can be heard throughout the room.',16,0,100,0,0,0,18090,0,' Emote - 2'),
|
|
(20345,25,0,'%s unlocks the chest.',16,0,100,25,0,0,18097,0,' Emote - 4'),
|
|
(20345,26,0,'%s removes the gauntlet from his right arm and shows everyone his mangled hand.',16,0,100,0,0,0,18102,0,' Emote - 5'),
|
|
(20345,27,0,'%s shakes his head.',16,0,100,0,0,0,18106,0,' Emote - 6'),
|
|
(20345,28,0,'Shock then silence overtakes the crowd.',16,0,100,0,0,0,18113,0,' Emote - 7'),
|
|
(20345,29,0,'%s reaches out to touch the light crystal.',16,0,100,25,0,0,18124,0,' Emote - 8'),
|
|
(20345,30,0,'%s puts the crystal back inside the chest.',16,0,100,0,0,0,18127,0,' Emote - 9'),
|
|
(20346,0,0,'I do not see how this evil artifact is relevant to the undead. We must destroy it!',12,0,100,5,0,0,18104,0,' Isillien - 1'),
|
|
(20346,1,0,'Nonsense, Mograine! It must be destroyed!',12,0,100,5,0,0,18112,0,' Isillien - 2'),
|
|
(20346,2,0,'Your hand! It is healed!',12,0,100,25,0,0,18126,0,' Isillien - 3'),
|
|
(20346,3,0,'The Ashbringer...',12,0,100,66,0,0,18130,0,' Isillien - 4'),
|
|
(20347,0,0,'By the Light! What is it?',12,0,100,25,0,0,18098,0,' Abbendis - 1'),
|
|
(20347,1,0,'The Ashbringer...',12,0,100,66,0,0,18130,0,' Abbendis - 2'),
|
|
(20348,0,0,'Is... Is it getting lighter? Its coloration... It is changing.',12,0,100,1,0,0,18121,0,' Fairbanks - 1'),
|
|
(20348,1,0,'The Ashbringer...',12,0,100,66,0,0,18130,0,' Fairbanks - 2'),
|
|
(20349,0,0,'Aye, I\'ve battled them as well. We are ill-prepared as a kingdom to withstand such an assault.',12,0,100,1,0,0,18093,0,' Tirion - 1'),
|
|
(20349,1,0,'Impossible!',12,0,100,5,0,0,18118,0,' Tirion - 2'),
|
|
(20349,2,0,'The Ashbringer...',12,0,100,66,0,0,18130,0,' Tirion - 3'),
|
|
(20349,3,0,'%s nods.',16,0,100,0,0,0,18092,0,' Emote - 3'),
|
|
(20350,0,0,'Keep your voice down, Helcular. Strangers abound...',12,0,100,1,0,0,18033,0,'Kel\'Thuzad'),
|
|
(20350,1,0,'Necromancy. It is called necromancy. And yes, I have it within my power to bless you with this gift.',12,0,100,1,0,0,18042,0,'Kel\'Thuzad'),
|
|
(20350,2,0,'That is none of your concern, Helcular, as you are neither Kirin Tor nor a necromancer.',12,0,100,274,0,0,18044,0,'Kel\'Thuzad'),
|
|
(20350,3,0,'But to be perfectly frank, I do not give a damn what the Kirin Tor think! They are fools, set in their archaic ways.',12,0,100,1,0,0,18050,0,'Kel\'Thuzad'),
|
|
(20350,4,0,'%s nods.',16,0,100,0,0,0,18034,0,'Kel\'Thuzad'),
|
|
(20350,5,0,'In due time, Helcular... All in due time...',12,0,100,1,0,0,18052,0,'Kel\'Thuzad'),
|
|
(20351,0,0,'Avast, Ed! Lemme show ye me ship! *hic*',12,0,100,1,0,0,18064,0,'Captain Sanders'),
|
|
(20351,1,0,'I just be makin\' sure we wasn\'t followed! *hic*',12,0,100,5,0,0,18067,0,'Captain Sanders'),
|
|
(20351,2,0,'It be clear...',12,0,100,273,0,0,18068,0,'Captain Sanders'),
|
|
(20351,3,0,'Thar she be! Ain\'t she a beaut?',12,0,100,25,0,0,18069,0,'Captain Sanders'),
|
|
(20351,4,0,'That thar monster be yers, Ed? Arrr... She\'s a big\'un!',12,0,100,25,0,0,18071,0,'Captain Sanders'),
|
|
(20351,5,0,'Arrr, Ed! She definitely be seaworthy!',12,0,100,5,0,0,18073,0,'Captain Sanders'),
|
|
(20351,6,0,'Can ye keep a secret, Ed? Arr, dead men tell no tales!',12,0,100,6,0,0,18075,0,'Captain Sanders'),
|
|
(20351,7,0,'It be me treasure, Ed. Me life\'s work! Arrr... One white shirt fit fer a pirate king to be wearin\'!',12,0,100,1,0,0,18077,0,'Captain Sanders'),
|
|
(20351,8,0,'One red sash that ye can put on yer head or your britches. Pride o\' the fleet, that sash is...',12,0,100,1,0,0,18078,0,'Captain Sanders'),
|
|
(20351,9,0,'An\' last but certainly not least, one enormous bag! Big enough to fit eight whole apples! Eight, Ed! Can ye believe it!?',12,0,100,1,0,0,18079,0,'Captain Sanders'),
|
|
(20351,10,0,'Yarrr! Keep it down, Ed! Thar be scallywags about! Their scallywag ears be listenin\' for gasps like the one that just escaped yer lips!',12,0,100,1,0,0,18081,0,'Captain Sanders'),
|
|
(20351,11,0,'It be alright, Ed. Me booty be locked away good in that thar chest. No fool will ever have Cap\'n Sanders\'s treasure! Let\'s go get another drink. The spirits be runnin\' low.',12,0,100,1,0,0,18083,0,'Captain Sanders'),
|
|
(20352,0,0,'What do you propose, Mograine?',12,0,100,6,0,0,18094,0,' Doan - 1'),
|
|
(20352,1,0,'The Ashbringer...',12,0,100,66,0,0,18130,0,' Doan - 2'),
|
|
(20353,0,0,'%s nods.',16,0,100,273,0,0,18034,0,'Helcular'),
|
|
(20353,1,0,'So you can teach me this... this...',12,0,100,6,0,0,18041,0,'Helcular'),
|
|
(20353,2,0,'And the Kirin Tor? What have they to say of necromancy?',12,0,100,6,0,0,18043,0,'Helcular'),
|
|
(20353,3,0,'Then teach me, Kel\'Thuzad. Teach me everything you know...',12,0,100,1,0,0,18051,0,'Helcular'),
|
|
(20363,0,0,'%s collects some vegetables.',16,0,100,0,0,0,17997,0,'Caretaker Smithers'),
|
|
(20363,0,1,'%s digs into the dirt.',16,0,100,0,0,0,17998,0,'Caretaker Smithers'),
|
|
(20363,0,2,'%s moves a rock.',16,0,100,0,0,0,17999,0,'Caretaker Smithers'),
|
|
(20363,1,0,'I hate this place and everyone in it! Smithers do this! Smithers do that! Oh so I\'m a farmer now, eh? So I\'m gonna have to harvest stuff, eh? I hope one day this whole place becomes one big graveyard and all the loud-mouths are buried right damned here!',12,0,100,5,0,0,17996,0,'Caretaker Smithers'),
|
|
(20363,2,0,'Time for old Smithers to take a break...',12,0,100,0,0,0,18009,0,'Caretaker Smithers'),
|
|
(20363,3,0,'%s yawns.',16,0,100,0,0,0,18011,0,'Caretaker Smithers'),
|
|
(20363,4,0,'Welp, back to the grind.',12,0,100,1,0,0,18012,0,'Caretaker Smithers'),
|
|
(20365,0,0,'You there! Yes, you, peasant $g boy:girl;. Come quickly, I must tell you something... I must tell you about my greatness, lest such things are lost in the void!',12,0,100,25,0,0,18137,0,'Bartolo Ginsetti'),
|
|
(20365,1,0,'Ooooh, YAH! Gaze upon my rippling musculature. Bask in the glow of my physique.',12,0,100,23,0,0,18138,0,'Bartolo Ginsetti'),
|
|
(20372,0,0,'Indeed. What better way to symbolize the bond of friendship and brotherhood between Tarren Mill and Southshore by erecting this tower at the halfway point between both towns. Brilliant!',12,0,100,1,0,0,18161,0,'Jonathan Revah'),
|
|
(20376,0,0,'Look at it, Jon. It\'s glorious!',12,0,100,5,0,0,18160,0,'Jerry Carter'),
|
|
(20378,0,0,'This is madness! I\'ve had enough! ENOUGH!',12,0,100,5,0,0,18140,0,'Chef Jessen'),
|
|
(20378,1,0,'EVERYBODY LISTEN UP!',12,0,100,22,0,0,18141,0,'Chef Jessen'),
|
|
(20378,2,0,'I\'m speakin\' to you too, mister fancy britches Mograine! SHUT YER YAP!',12,0,100,25,0,0,18142,0,'Chef Jessen'),
|
|
(20378,3,0,'NOW, everybody in this bar is gonna keep the noise to a minimum or ol\' Jessen is gonna bust out his rollin\' pin and cleaver and go orc on all of ya! IS EVERYONE CLEAR?!!!',12,0,100,22,0,0,18143,0,'Chef Jessen'),
|
|
(20378,4,0,'AAAAAAaaaarrrrgh!!!!! SHUT IT!',12,0,100,15,0,0,18144,0,'Chef Jessen'),
|
|
(20400,0,0,'Lead the way, Sanders!',12,0,100,1,0,0,18065,0,'Captain Edward Hanes'),
|
|
(20400,1,0,'What are you doing, Sanders?',12,0,100,1,0,0,18066,0,'Captain Edward Hanes'),
|
|
(20400,2,0,'Aye, she\'s a beaut alright. And you parked her right next to my frigate! *hic*',12,0,100,1,0,0,18070,0,'Captain Edward Hanes'),
|
|
(20400,3,0,'Ayep! She\'s all mine... I\'m gonna sail her around the world. Across the sea!',12,0,100,1,0,0,18072,0,'Captain Edward Hanes'),
|
|
(20400,4,0,'Sanders, what have you got in that chest?',12,0,100,1,0,0,18074,0,'Captain Edward Hanes'),
|
|
(20400,5,0,'%s nods.',16,0,100,0,0,0,18076,0,'Captain Edward Hanes'),
|
|
(20400,6,0,'%s gasps.',16,0,100,0,0,0,18080,0,'Captain Edward Hanes'),
|
|
(20400,7,0,'I\'m sorry, Sanders. I\'ve just never seen such a bounty. It took me by surprise.',12,0,100,1,0,0,18082,0,'Captain Edward Hanes'),
|
|
(20401,0,0,'What\'ll it be?',12,0,100,1,0,0,18157,0,'Frances Lin'),
|
|
(20401,1,0,'I\'ll come back later.',12,0,100,1,0,0,18158,0,'Frances Lin'),
|
|
(20401,2,0,'More grog?',12,0,100,1,0,0,18159,0,'Frances Lin'),
|
|
(20415,0,0,'Mooooo...',12,0,100,0,0,0,18179,0,'Bessy calmly moo when quest starts'),
|
|
(20415,1,0,'Moooooooooo!',12,0,100,0,0,0,18180,0,'Bessy angry moo when being attacked'),
|
|
(20417,0,0,'Warning! %s emergency shutdown process initiated by $n. Shutdown will complete in two minutes.',16,0,100,0,0,0,18155,0,'manaforge_control EMOTE_START'),
|
|
(20417,1,0,'Emergency shutdown will complete in one minute.',16,0,100,0,0,0,18156,0,'manaforge_control EMOTE_60'),
|
|
(20417,2,0,'Emergency shutdown will complete in thirty seconds.',16,0,100,0,0,0,17884,0,'manaforge_control EMOTE_30'),
|
|
(20417,3,0,'Emergency shutdown will complete in ten seconds.',16,0,100,0,0,0,17885,0,'manaforge_control EMOTE_10'),
|
|
(20417,4,0,'Emergency shutdown complete.',16,0,100,0,0,0,17900,0,'manaforge_control EMOTE_COMPLETE'),
|
|
(20417,5,0,'Manaforge shutdown aborted. Resuming manaforge activity.',16,0,100,0,0,0,17886,0,'manaforge_control fail'),
|
|
(20418,0,0,'Warning! %s emergency shutdown process initiated by $n. Shutdown will complete in two minutes.',16,0,100,0,0,0,18155,0,'manaforge_control EMOTE_START'),
|
|
(20418,1,0,'Emergency shutdown will complete in one minute.',16,0,100,0,0,0,18156,0,'manaforge_control EMOTE_60'),
|
|
(20418,2,0,'Emergency shutdown will complete in thirty seconds.',16,0,100,0,0,0,17884,0,'manaforge_control EMOTE_30'),
|
|
(20418,3,0,'Emergency shutdown will complete in ten seconds.',16,0,100,0,0,0,17885,0,'manaforge_control EMOTE_10'),
|
|
(20418,4,0,'Emergency shutdown complete.',16,0,100,0,0,0,17900,0,'manaforge_control EMOTE_COMPLETE'),
|
|
(20418,5,0,'Manaforge shutdown aborted. Resuming manaforge activity.',16,0,100,0,0,0,17886,0,'manaforge_control fail'),
|
|
(20419,0,0,'When I get this hunk of junk up and running, I\'ll be able to walk the roads without fear of being jumped by bandits!',12,0,100,0,0,0,18132,0,'Zixil'),
|
|
(20419,0,1,'Just a few more swings and it\'ll be ready...',12,0,100,0,0,0,18133,0,'Zixil'),
|
|
(20419,0,2,'Maybe I can sell these things to other goblins? I\'ll be rich! Rich I say!',12,0,100,0,0,0,18134,0,'Zixil'),
|
|
(20419,0,3,'Yes, Zixil will be a household name! I\'ll corner the market!',12,0,100,0,0,0,18135,0,'Zixil'),
|
|
(20428,0,0,'These damned taxes are breaking my back. King Terenas must be losing his grip if he thinks all this reconstruction will boost the economy.',12,0,100,0,0,0,18201,0,'Hillsbrad Citizen - Group 1'),
|
|
(20428,1,0,'Prince Arthas? Please. Spends all his time chasing after Proudmoore\'s daughter, from what I hear. Boy\'s got more on his mind than affairs of state, I tell ya.\n',12,0,100,0,0,0,18203,0,'Hillsbrad Citizen - Group 1'),
|
|
(20428,2,0,'Aye, that\'s true. Uther - now there\'s a real hero for the people.',12,0,100,0,0,0,18205,0,'Hillsbrad Citizen - Group 1'),
|
|
(20429,0,0,'He hasn\'t been the same since the War. It\'s like he aged and became an old man overnight. That son of his, though - he\'ll make a fine king one day. \n',12,0,100,0,0,0,18202,0,'Hillsbrad Citizen - Group 1'),
|
|
(20429,1,0,'I\'m not so sure. I\'ve heard that he\'s being trained as a paladin. Terenas hopes the Silver Hand can teach him some discipline. If anyone can set Arthas straight, it\'d be old Uther.',12,0,100,0,0,0,18204,0,'Hillsbrad Citizen - Group 1'),
|
|
(20429,2,0,'So have you heard about Lieutenant Blackmoore\'s new gladiator? Some say he\'s unbeatable.',12,0,100,0,0,0,18206,0,'Hillsbrad Citizen - Group 2'),
|
|
(20429,3,0,'Win or lose, the Lieutenant must be crazy to keep a pet orc like that. Those ones can\'t be trusted. Animals, they are.\n',12,0,100,0,0,0,18208,0,'Hillsbrad Citizen - Group 2'),
|
|
(20430,0,0,'Aye, I seen \'im fight. He\'s an orc - big as they come. Lost a week\'s wages bettin\' against that one. Won\'t make that mistake again!',12,0,100,0,0,0,18207,0,'Hillsbrad Citizen - Group 2'),
|
|
(20430,1,0,'True. True. Light help him if that monster ever gets free!',12,0,100,0,0,0,18209,0,'Hillsbrad Citizen - Group 2'),
|
|
(20440,0,0,'Warning! %s emergency shutdown process initiated by $n. Shutdown will complete in two minutes.',16,0,100,0,0,0,18155,0,'manaforge_control EMOTE_START'),
|
|
(20440,1,0,'Emergency shutdown will complete in one minute.',16,0,100,0,0,0,18156,0,'manaforge_control EMOTE_60'),
|
|
(20440,2,0,'Emergency shutdown will complete in thirty seconds.',16,0,100,0,0,0,17884,0,'manaforge_control EMOTE_30'),
|
|
(20440,3,0,'Emergency shutdown will complete in ten seconds.',16,0,100,0,0,0,17885,0,'manaforge_control EMOTE_10'),
|
|
(20440,4,0,'Emergency shutdown complete.',16,0,100,0,0,0,17900,0,'manaforge_control EMOTE_COMPLETE'),
|
|
(20440,5,0,'Manaforge shutdown aborted. Resuming manaforge activity.',16,0,100,0,0,0,17886,0,'manaforge_control fail'),
|
|
(20454,0,0,'Prepare to enter oblivion, meddlers. You have unleashed a god!',14,0,100,0,0,0,18443,0,'Nexus-King Salhadaar'),
|
|
(20460,0,0,'You will not shut my manaforge down, scum!',14,0,100,0,0,0,18162,0,'Chief Engineer Gork lonn'),
|
|
(20464,2,0,'Bessy, you\'re home. Thank the Light!',12,0,100,0,0,0,18181,0,'Thadell say to Bessy'),
|
|
(20464,3,0,'Thank you for bringing back my Bessy, $N. I couldn\'t live without her!',12,0,100,0,0,0,0,0,'Thadell say to player'),
|
|
(20474,0,0,'Protect the conduit! Stop the intruders!',12,0,100,0,0,0,18441,0,'Ethereum Nexus-Stalker - Protect Conduct'),
|
|
(20482,0,0,'Hostiles detected. Ending transmission.',12,0,100,15,0,0,18190,0,'Image of Commander Ameer - On aggro'),
|
|
(20482,1,0,'Protectorate transmission complete.',12,0,100,0,0,0,18191,0,'Ameer - Quest rewarded'),
|
|
(20501,0,0,'%s attempts to split in two.',16,0,100,0,0,0,18912,0,'Seeping Sludge'),
|
|
(20501,1,0,'%s breaks down into globules!',16,0,100,0,0,0,18479,0,'Seeping Sludge'),
|
|
(20551,0,0,'I hope this damned thing works. *Araxes pounds on the portable transponder.*',12,0,100,1,0,0,18256,0,'Agent Araxes'),
|
|
(20551,1,0,'I\'m here, commander.',12,0,100,1,0,0,18267,0,'Agent Araxes'),
|
|
(20551,2,0,'We\'ve located the mark, commander. Ya-six and I have been separated. Requesting backup.',12,0,100,1,0,0,18268,0,'Agent Araxes'),
|
|
(20552,0,0,'Hey! Hey you! $R! Over there!',12,0,100,0,0,0,0,0,'Agent Ya-six'),
|
|
(20553,0,0,'Araxes, come in... Are you there Araxes? Visibility is nil. Warp storms blocking us.',12,0,100,1,0,0,18249,0,'Image of Commander Ameer'),
|
|
(20553,1,0,'Copy. Status report, soldier.',12,0,100,1,0,0,18250,0,'Image of Commander Ameer'),
|
|
(20553,2,0,'Copy that, Araxes. Backup is on the way. Hold your position. I repeat, hold your position.',12,0,100,1,0,0,18269,0,'Image of Commander Ameer'),
|
|
(20553,3,0,'Ameer, over and out.',12,0,100,1,0,0,18270,0,'Image of Commander Ameer'),
|
|
(20555,0,0,'Who dares place this affront upon the altar of Goc?',14,0,100,53,0,0,20381,0,'Goc'),
|
|
(20555,1,0,'Who dares rouse Goc from his restful slumber?',14,0,100,53,0,0,20317,0,'Goc'),
|
|
(20555,2,0,'Your name is as insignificant to me as the names of the thousands who have died under the might of Goc. I will crush you and $N',14,0,100,53,0,0,20321,0,'Goc'),
|
|
(20564,0,0,'Araxes! Send help! I\'m pinned down in the mines. I... I\'m not sure where I am exactly but I had the presence of mind to drop tracers on the ground behind me.',12,0,100,1,0,0,18281,0,'Image of Agent Ya-six'),
|
|
(20564,1,0,'I can\'t follow the tracers back out, too many flesh beasts in the way. Send someone in... Follow the tracers... Ya-six, out.',12,0,100,1,0,0,18282,0,'Image of Agent Ya-six'),
|
|
(20600,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Maggoc'),
|
|
(20603,0,0,'Arconus is close. I can feel him. Take the northwest passage. He should be just up and around the corner. Be ready to battle!',12,0,100,0,0,0,18310,0,'Reflection of Ya-six'),
|
|
(20603,1,0,'This is the wrong way. Arconus is at the other end of the mine. You\'re not chickening out, are you, fleshling? I won\'t follow a coward.',12,0,100,0,0,0,18304,0,'Reflection of Ya-six'),
|
|
(20607,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Craghide Basilisk - EMOTE_STOP_PLAY_DEAD'),
|
|
(20610,0,0,'%s calls for the aid of a nearby male!',16,0,100,0,0,0,19207,0,'Talbuk Doe'),
|
|
(20610,1,0,'%s seems to have weakened.',16,0,100,0,0,0,18606,0,'Talbuk Doe'),
|
|
(20677,0,0,'You\'ve freed me! The winds speak to my people once again and grant us their strength. I thank you, stranger.',12,0,100,1,0,0,18358,0,'Morod the Windstirrer'),
|
|
(20678,0,0,'I am free! I will ask the spirit of fire to return to us so that my people may have the courage to fight their masters! I thank you, $r.',12,0,100,15,0,0,18356,0,'Akoru the Firecaller'),
|
|
(20679,0,0,'I\'m free! The spirit of water returns to my people. It will bring us the wisdom we need to survive in this harsh land. I am in your debt, $n.',12,0,100,1,0,0,18357,0,'Aylaan the Waterwaker'),
|
|
(20680,0,0,'That Broken worm gave you that staff, didn\'t he? Did he also tell you he\'s the one that sold out his tribe? No matter, you will both pay for this!',14,0,100,0,0,0,18349,0,'Arzeth the Powerless'),
|
|
(20730,0,0,'Stupid, squishy $r. That weapon mine now! Give!',12,0,100,0,0,0,19510,0,'Glumdor - Steal Weapon'),
|
|
(20730,1,0,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Glumdor - Aggro'),
|
|
(20730,1,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Glumdor - Aggro'),
|
|
(20747,0,0,'%s begins to metamorphose...',16,0,100,0,0,0,18589,0,'Silkwing Larva'),
|
|
(20756,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bladespire Chef on Aggro Text'),
|
|
(20756,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bladespire Chef on Aggro Text'),
|
|
(20756,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Chef on Aggro Text'),
|
|
(20756,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Chef on death Quest 11000 complete'),
|
|
(20756,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Chef on death Quest 11000 complete'),
|
|
(20756,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Chef on death Quest 11000 complete'),
|
|
(20756,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Chef on death Quest 11000 complete'),
|
|
(20756,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Chef on death Quest 11000 complete'),
|
|
(20756,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Chef on death Quest 11000 complete'),
|
|
(20762,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Gur\'zil'),
|
|
(20763,0,0,'We\'re not too far from the Protectorate Watch Post, $n. This way!',12,0,100,0,0,0,18566,0,'Captured Protectorate Vanguard to Player'),
|
|
(20763,1,0,'Commander! This fleshling rescued me!',12,0,100,0,0,0,18567,0,'Captured Protectorate Vanguard to Player'),
|
|
(20763,2,0,'%s salutes Commander Ameer.',16,0,100,0,0,0,18568,0,'Captured Protectorate Vanguard to Player'),
|
|
(20765,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bladespire Crusher on Aggro Text'),
|
|
(20765,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bladespire Crusher on Aggro Text'),
|
|
(20765,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Crusher on Aggro Text'),
|
|
(20765,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Crusher on death Quest 11000 complete'),
|
|
(20765,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Crusher on death Quest 11000 complete'),
|
|
(20765,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Crusher on death Quest 11000 complete'),
|
|
(20765,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Crusher on death Quest 11000 complete'),
|
|
(20765,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Crusher on death Quest 11000 complete'),
|
|
(20765,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Crusher on death Quest 11000 complete'),
|
|
(20765,2,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bladespire Crusher on enrage'),
|
|
(20766,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bladespire Mystic on Aggro Text'),
|
|
(20766,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bladespire Mystic on Aggro Text'),
|
|
(20766,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Mystic on Aggro Text'),
|
|
(20766,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Mystic on death Quest 11000 complete'),
|
|
(20766,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Mystic on death Quest 11000 complete'),
|
|
(20766,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Mystic on death Quest 11000 complete'),
|
|
(20766,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Mystic on death Quest 11000 complete'),
|
|
(20766,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Mystic on death Quest 11000 complete'),
|
|
(20766,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Mystic on death Quest 11000 complete'),
|
|
(20768,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Gnosh Brognat on Aggro Text'),
|
|
(20768,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Gnosh Brognat on Aggro Text'),
|
|
(20768,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Gnosh Brognat on Aggro Text'),
|
|
(20768,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Gnosh Brognat on death Quest 11000 complete'),
|
|
(20768,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Gnosh Brognat on death Quest 11000 complete'),
|
|
(20768,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Gnosh Brognat on death Quest 11000 complete'),
|
|
(20768,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Gnosh Brognat on death Quest 11000 complete'),
|
|
(20768,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Gnosh Brognat on death Quest 11000 complete'),
|
|
(20768,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Gnosh Brognat on death Quest 11000 complete'),
|
|
(20774,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Farahlon Lasher'),
|
|
(20777,0,0,'%s seems to have weakened.',16,0,100,0,0,0,18606,0,'Talbuk Sir'),
|
|
(20778,0,0,'%s breaks down into globules!',16,0,100,0,0,0,18479,0,'Void Waste'),
|
|
(20780,0,1,'Light! Do not fail me!',12,0,100,274,0,0,18385,0,'Kaylaan'),
|
|
(20780,0,2,'Do not die on me, vindicator!',12,0,100,0,0,0,18386,0,'Kaylaan'),
|
|
(20780,0,3,'Kael\'thas and the Legion... just what we needed!',12,0,100,0,0,0,18387,0,'Kaylaan'),
|
|
(20780,1,0,'It is hopeless... I\'ve done all I can.',12,0,100,274,0,0,18594,0,'Kaylaan'),
|
|
(20780,1,1,'I\'ve failed. The Light has abandoned me.',12,0,100,274,0,0,18595,0,'Kaylaan'),
|
|
(20787,0,0,'You\'ve saved me, fleshling! Ameer will hear of this noble act.',12,0,100,0,0,0,18388,0,'Captain Tyralius'),
|
|
(20794,0,0,'My heart has been filled with hate since our sworn enemies were allowed into our city. I knew the one known as Voren\'thal before he was called a Seer. It was by his hand that my brother was slain.',12,0,100,0,0,0,18394,0,''),
|
|
(20794,1,0,'I turned that hate on the Illidari and the Burning Legion... but they weren\'t the ones who betrayed us. We were the naaru\'s chosen! We lived and died for them!',12,0,100,0,0,0,18395,0,''),
|
|
(20794,2,0,'Once the hatred in my heart became focused, everything became clear to me. Shattrath must be destroyed and the naaru with it.',12,0,100,0,0,0,18396,0,''),
|
|
(20794,3,0,'You are wrong, Adyen. My mind has never been clearer.',12,0,100,0,0,0,18398,0,''),
|
|
(20794,4,0,'Yes... master.',12,0,100,0,0,0,18409,0,''),
|
|
(20794,5,0,'Teacher...',12,0,100,0,0,0,18399,0,''),
|
|
(20794,6,0,'No! What have I done?',14,0,100,0,0,0,18404,0,''),
|
|
(20794,7,0,'Light grant me strength!',14,0,100,0,0,0,18405,0,''),
|
|
(20802,0,0,'Let\'s do this... Just keep me covered and I\'ll deliver the package.',12,0,100,0,0,0,18432,0,'Protectorate Demolitionist - Comienza escort'),
|
|
(20802,1,0,'By the second sun of K\'aresh, look at this place! I can only imagine what Salhadaar is planning. Come on, let\'s keep going.',12,0,100,0,0,0,18433,0,'Protectorate Demolitionist - Waypoint 1'),
|
|
(20802,2,0,'Look there, fleshling! Salhadaar\'s conduits! He\'s keeping well fed...',12,0,100,0,0,0,18435,0,'Protectorate Demolitionist - Waypoint 4'),
|
|
(20802,3,0,'Alright, keep me protected while I plant this disruptor. This shouldn\'t take very long..',12,0,100,0,0,0,18436,0,'Protectorate Demolitionist - Waypoint 6'),
|
|
(20802,4,0,'Done! Back up! Back up!',12,0,100,0,0,0,18437,0,'Protectorate Demolitionist - Disruptor'),
|
|
(20802,5,0,'Looks like my work here is done. Report to the holo-image of Ameer over at the transporter.',12,0,100,0,0,0,18442,0,'Protectorate Demolitionist - Waypoint 7'),
|
|
(20802,6,0,'I\'m under attack! I repeat, I am under attack!',12,0,100,0,0,0,18439,0,'Protectorate Demolitionist - Being attacked'),
|
|
(20802,6,1,'Keep these things off me!',12,0,100,0,0,0,18438,0,'Protectorate Demolitionist - Being attacked'),
|
|
(20812,0,0,'This is the last time I get caught! I promise! Bye!',12,0,100,0,0,0,15308,0,'corki NPC_CORKI_2'),
|
|
(20870,0,0,'Life energy to... consume.',14,0,100,0,0,11250,20045,0,'Zereketh The Unbound - Aggro Say'),
|
|
(20870,1,0,'This vessel is empty.',14,0,100,0,0,11251,20046,0,'Zereketh The Unbound - Player Death Say'),
|
|
(20870,1,1,'No... more... life.',14,0,100,0,0,11252,20047,0,'Zereketh The Unbound - Player Death Say'),
|
|
(20870,2,0,'The shadow... will engulf you.',14,0,100,0,0,11253,20048,0,'Zereketh The Unbound - Cast Shadow Nova Say'),
|
|
(20870,2,1,'Darkness... consumes all.',14,0,100,0,0,11254,20049,0,'Zereketh The Unbound - Cast Shadow Nova Say'),
|
|
(20870,3,0,'The Void... beckons.',14,0,100,0,0,11255,20050,0,'Zereketh The Unbound - On Death Say'),
|
|
(20873,0,0,'Void energy gathers at the base of the %s!',16,0,100,0,0,0,19392,0,'Negaton Warp-Master'),
|
|
(20875,0,0,'%s absorbs the fire energy of the attack.',16,0,100,0,0,0,17105,0,'Negaton Screamer'),
|
|
(20875,1,0,'%s absorbs the arcane energy of the attack.',16,0,100,0,0,0,17109,0,'Negaton Screamer'),
|
|
(20875,2,0,'%s absorbs the frost energy of the attack.',16,0,100,0,0,0,17106,0,'Negaton Screamer'),
|
|
(20875,3,0,'%s absorbs the holy energy of the attack.',16,0,100,0,0,0,17110,0,'Negaton Screamer'),
|
|
(20875,4,0,'%s absorbs the nature energy of the attack.',16,0,100,0,0,0,17107,0,'Negaton Screamer'),
|
|
(20875,5,0,'%s absorbs the shadow energy of the attack.',16,0,100,0,0,0,17108,0,'Negaton Screamer'),
|
|
(20885,0,0,'Don\'t worry about me; kill that worthless dullard instead!',14,0,100,1,0,11085,19979,0,'Dalliah the Doomsayer - Aggro Soccothrates First'),
|
|
(20885,1,0,'It is unwise to anger me!',14,0,100,0,0,11086,19978,0,'Dalliah the Doomsayer - Aggro'),
|
|
(20885,2,0,'Completely ineffective. Just like someone else I know.',14,0,100,0,0,11087,19980,0,'Dalliah the Doomsayer - Kill'),
|
|
(20885,2,1,'You chose the wrong opponent.',14,0,100,0,0,11088,19981,0,'Dalliah the Doomsayer - Kill'),
|
|
(20885,3,0,'Reap the whirlwind!',14,0,100,0,0,11089,19982,0,'Dalliah the Doomsayer - Cast Whirlwind'),
|
|
(20885,3,1,'I\'ll cut you to pieces!',14,0,100,0,0,11090,19983,0,'Dalliah the Doomsayer - Cast Whirlwind'),
|
|
(20885,4,0,'That is much better.',14,0,100,0,0,11091,19984,0,'Dalliah the Doomsayer - Cast Heal'),
|
|
(20885,4,1,'Ahh... just what I needed.',14,0,100,0,0,11092,19985,0,'Dalliah the Doomsayer - Cast Heal'),
|
|
(20885,5,0,'Now I\'m really angry.',14,0,100,0,0,11093,19986,0,'Dalliah the Doomsayer - Death'),
|
|
(20885,6,0,'More than you can handle, scryer?',14,0,100,1,0,11094,19987,0,'Dalliah the Doomsayer - Soccothrates at 25%'),
|
|
(20885,6,1,'I suppose I\'ll end up fighting them all myself.',14,0,100,1,0,11095,19988,0,'Dalliah the Doomsayer - Soccothrates at 25%'),
|
|
(20885,6,2,'I\'ve grown used to cleaning up your messes.',14,0,100,1,0,11096,19989,0,'Dalliah the Doomsayer - Soccothrates at 25%'),
|
|
(20885,7,0,'Congratulations. I\'ve wanted to do that for years.',14,0,100,66,0,11097,19990,0,'Dalliah the Doomsayer - Soccothratess dies'),
|
|
(20885,8,0,'Why would I call on you?',14,0,100,396,0,0,20055,0,'Dalliah the Doomsayer - Conversation with Soccothrates part 1'),
|
|
(20885,9,0,'When I need someone to prance around like an overstuffed peacock, I\'ll call on you.',14,0,100,396,0,0,20056,0,'Dalliah the Doomsayer - Conversation with Soccothrates part 2'),
|
|
(20885,10,0,'What would you know about commitment, sheet-sah?',14,0,100,396,0,0,20057,0,'Dalliah the Doomsayer - Conversation with Soccothrates part 3'),
|
|
(20886,0,0,'Have you come to kill Dalliah? Can I watch?',14,0,100,1,0,11237,19968,0,'Wrath-Scryer Soccothrates - Aggro Dalliah First'),
|
|
(20886,1,0,'At last, a target for my frustrations!',14,0,100,0,0,11238,19967,0,'Wrath-Scryer Soccothrates - Aggro'),
|
|
(20886,2,0,'Yes, that was quite satisfying.',14,0,100,0,0,11239,19969,0,'Wrath-Scryer Soccothrates - Kill'),
|
|
(20886,3,0,'On guard!',14,0,100,0,0,11241,19971,0,'Wrath-Scryer Soccothrates - Knock Away'),
|
|
(20886,3,1,'Defend yourself, for all the good it will do....',14,0,100,0,0,11242,19972,0,'Wrath-Scryer Soccothrates - Knock Away'),
|
|
(20886,4,0,'Knew this was... the only way out.',14,0,100,0,0,11243,19973,0,'Wrath-Scryer Soccothrates - Death'),
|
|
(20886,5,0,'Having problems, Dalliah? How nice.',14,0,100,1,0,11244,19974,0,'Wrath-Scryer Soccothrates - Dalliah at 25%'),
|
|
(20886,5,1,'This may be the end for you, Dalliah. What a shame that would be.',14,0,100,1,0,11245,19975,0,'Wrath-Scryer Soccothrates - Dalliah at 25%'),
|
|
(20886,5,2,'I suggest a new strategy: you draw their attacks while I gather reinforcements.',14,0,100,1,0,11246,19976,0,'Wrath-Scryer Soccothrates - Dalliah at 25%'),
|
|
(20886,6,0,'Finally! Well done!',14,0,100,66,0,11247,19977,0,'Wrath-Scryer Soccothrates - Dalliah dies'),
|
|
(20886,7,0,'Did you call on me?',14,0,100,397,0,11236,20051,0,'Wrath-Scryer Soccothrates - Conversation with Dalliah part 1'),
|
|
(20886,8,0,'To do your heavy lifting, most likely.',14,0,100,396,0,0,20052,0,'Wrath-Scryer Soccothrates - Conversation with Dalliah part 2'),
|
|
(20886,9,0,'Then I\'ll commit myself to ignoring you.',14,0,100,396,0,0,20053,0,'Wrath-Scryer Soccothrates - Conversation with Dalliah part 3'),
|
|
(20886,10,0,'You\'re the one who should be-- Wait, we have company...',14,0,100,396,0,0,20054,0,'Wrath-Scryer Soccothrates - Conversation with Dalliah part 4'),
|
|
(20904,0,0,'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!',14,0,100,0,0,11222,19103,0,'Warden Mellichar'),
|
|
(20904,1,0,'The naaru kept some of the most dangerous beings in existence here in these cells. Let me introduce you to another....',14,0,100,0,0,11223,19104,0,'Warden Mellichar'),
|
|
(20904,2,0,'Yes, yes... another! Your will is mine!',14,0,100,0,0,11224,19106,0,'Warden Mellichar'),
|
|
(20904,3,0,'Behold, yet another terrifying creature of incomprehensible power!',14,0,100,0,0,11225,19107,0,'Warden Mellichar'),
|
|
(20904,4,0,'What is this? A lowly gnome? I will do better, oh great one.',14,0,100,0,0,11226,19109,0,'Warden Mellichar'),
|
|
(20904,5,0,'Anarchy! Bedlam! Oh, you are so wise! Yes, I see it now, of course!',14,0,100,0,0,11227,19110,0,'Warden Mellichar'),
|
|
(20904,6,0,'One final cell remains. Yes, O great one, right away!',14,0,100,0,0,11228,19111,0,'Warden Mellichar'),
|
|
(20904,7,0,'Welcome, O great one. I am your humble servant.',14,0,100,0,0,11229,19114,0,'Warden Mellichar'),
|
|
(20905,0,0,'I\'m gonna cook ya, an\' then I\'m gonna eat ya!',14,0,100,0,0,0,19839,0,'Blazing Trickster'),
|
|
(20905,1,0,'I hope you all... die in pain!',14,0,100,0,0,0,19840,0,'Blazing Trickster'),
|
|
(20908,0,0,'You dare imprison me? You will die!',14,0,100,0,0,0,19831,0,'Akkiris Lightning-Waker'),
|
|
(20908,1,0,'You are... nothing!',14,0,100,0,0,0,19832,0,'Akkiris Lightning-Waker'),
|
|
(20909,0,0,'You shall be consumed by flame!',14,0,100,0,0,0,19833,0,'Sulfuron Magma-Thrower'),
|
|
(20909,1,0,'S-s-o-o... cold.',14,0,100,0,0,0,19834,0,'Sulfuron Magma-Thrower'),
|
|
(20910,0,0,'Pathetic, inferior mortals!',14,0,100,0,0,0,19835,0,'Twilight Drakonaar'),
|
|
(20910,1,0,'The black dragonflight will conquer all!',14,0,100,0,0,0,19837,0,'Twilight Drakonaar'),
|
|
(20911,0,0,'Pathetic, inferior mortals!',14,0,100,0,0,0,19835,0,'Blackwing Drakonaar'),
|
|
(20911,1,0,'The dragonflight will... devour you.',14,0,100,0,0,0,19836,0,'Blackwing Drakonaar'),
|
|
(20912,0,0,'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! ',14,0,100,0,0,11122,19112,0,'skyriss SAY_INTRO'),
|
|
(20912,1,0,'Bear witness to the agent of your demise!',14,0,100,0,0,11123,19113,0,'skyriss SAY_AGGRO'),
|
|
(20912,2,0,'Your fate is written.',14,0,100,0,0,11124,19813,0,'skyriss SAY_KILL_1'),
|
|
(20912,2,1,'The chaos I have sown here is but a taste....',14,0,100,0,0,11125,19814,0,'skyriss SAY_KILL_2'),
|
|
(20912,3,0,'You will do my bidding, weakling.',14,0,100,0,0,11127,19816,0,'skyriss SAY_MIND_1'),
|
|
(20912,3,1,'Your will is no longer your own.',14,0,100,0,0,11128,34363,0,'skyriss SAY_MIND_2'),
|
|
(20912,4,0,'Flee in terror.',14,0,100,0,0,11129,19818,0,'skyriss SAY_FEAR_1'),
|
|
(20912,4,1,'I will show you horrors undreamed of.',14,0,100,0,0,11130,19819,0,'skyriss SAY_FEAR_2'),
|
|
(20912,5,0,'We span the universe, as countless as the stars!',14,0,100,0,0,11131,19821,0,'skyriss SAY_IMAGE'),
|
|
(20912,6,0,'I am merely one of... infinite multitudes.',14,0,100,0,0,11126,19815,0,'skyriss SAY_DEATH'),
|
|
(20913,0,0,'Now to begin the repairs.',12,0,100,0,0,0,18651,0,'Tashar'),
|
|
(20913,1,0,'It\'s working! Ghabar will be pleased to hear the news.',12,0,100,0,0,0,18652,0,'Tashar'),
|
|
(20923,0,0,'Archers, form ranks! On my mark!',14,0,100,0,0,0,14310,0,'Blood Guard Porung'),
|
|
(20923,1,0,'Ready!',14,0,100,0,0,0,14311,0,'Blood Guard Porung'),
|
|
(20923,2,0,'Aim!',14,0,100,0,0,0,17910,0,'Blood Guard Porung'),
|
|
(20923,3,0,'Fire!',14,0,100,0,0,0,17911,0,'Blood Guard Porung'),
|
|
(20923,4,0,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Blood Guard Porung'),
|
|
(20924,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Grishnath Basilisk - EMOTE_STOP_PLAY_DEAD'),
|
|
(20925,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Scalded Basilisk - EMOTE_STOP_PLAY_DEAD'),
|
|
(20926,0,0,'You hear a faint echo....',16,0,100,0,0,0,18599,3,'When Access Panel is used'),
|
|
(20926,1,0,'You hear a loud rumble of metal grinding on stone...',16,0,100,0,0,0,18600,3,'When main door open'),
|
|
(20977,0,0,'Where in Bonzo\'s Brass Buttons am I? And who are-- yaaghh, that\'s one mother of a headache!',14,0,100,0,0,11171,19108,0,'Millhouse Manastorm'),
|
|
(20977,1,0,'\"Lowly\"? I don\'t care who you are, friend: no one refers to the mighty Millhouse Manastorm as \"lowly\"!',14,0,100,0,0,11172,19116,0,'Millhouse Manastorm'),
|
|
(20977,2,0,'I just need to get some things ready first. You guys go ahead and get started. I need to summon up some water....',14,0,100,0,0,11173,19117,0,'Millhouse Manastorm'),
|
|
(20977,3,0,'Fantastic! Next, some protective spells. Yeah, now we\'re cookin\'!',14,0,100,0,0,11174,19119,0,'Millhouse Manastorm'),
|
|
(20977,4,0,'And of course I\'ll need some mana. You guys are gonna love this; just wait....',14,0,100,0,0,11175,19120,0,'Millhouse Manastorm'),
|
|
(20977,5,0,'Aaalllriiiight!! Who ordered up an extra large can of whoop-ass?',14,0,100,0,0,11176,19121,0,'Millhouse Manastorm'),
|
|
(20977,6,0,'I didn\'t even break a sweat on that one!',14,0,100,0,0,11177,19824,0,'Millhouse Manastorm'),
|
|
(20977,6,1,'You guys feel free to jump in anytime.',14,0,100,0,0,11178,19825,0,'Millhouse Manastorm'),
|
|
(20977,7,0,'I\'m gonna light you up, sweet cheeks!',14,0,100,0,0,11179,19826,0,'Millhouse Manastorm'),
|
|
(20977,8,0,'Ice, ice baby.',14,0,100,0,0,11180,19827,0,'Millhouse Manastorm'),
|
|
(20977,9,0,'Heal me! For the love of all that\'s holy, heal me! I\'m dying!!',14,0,100,0,0,11181,19828,0,'Millhouse Manastorm'),
|
|
(20977,10,0,'You\'ll be hearing from my lawyer!',14,0,100,0,0,11182,19829,0,'Millhouse Manastorm'),
|
|
(20977,11,0,'Who\'s bad? Who\'s bad? That\'s right: we bad!',14,0,100,0,0,11183,19146,0,'Millhouse Manastorm'),
|
|
(20977,12,0,'I have no idea what goes on here, but I will gladly join your fight against this impudent imbecile!',14,0,100,0,0,0,19822,0,'Millhouse Manastorm'),
|
|
(20977,13,0,'Prepare to defend yourself, cretin!',14,0,100,0,0,0,19823,0,'Millhouse Manastorm'),
|
|
(20983,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Mutated Farahlon Lasher'),
|
|
(20985,0,0,'You heard the fleshling! MOVE OUT!',12,0,100,15,0,0,18642,0,'Captain Saeed'),
|
|
(20985,1,0,'Tell me when you are ready. We will attack on your command.',12,0,100,0,0,0,0,0,'Captain Saeed'),
|
|
(20985,2,0,'It\'s now or never, soldiers! Let\'s do this! For K\'aresh! For the Protectorate!',12,0,100,0,0,0,18644,0,'Captain Saeed'),
|
|
(20985,3,0,'The time for your destruction has finally come, Dimensius!',12,0,100,0,0,0,18645,0,'Captain Saeed'),
|
|
(20987,0,0,'%s stops playing dead and charges forward!',16,0,100,0,0,0,18325,0,'Ruuan Weald Basilisk - EMOTE_STOP_PLAY_DEAD'),
|
|
(21024,0,0,'Stand back, $n. The spirits may lash out.',12,0,100,1,0,0,18749,0,'Earthmender Torlok'),
|
|
(21024,1,0,'We wish to help you, spirit. We seek your wisdom.',12,0,100,1,0,0,18753,0,'Earthmender Torlok'),
|
|
(21024,2,0,'You are right, spirit. It was my people that did this to you. Allow us to make it right.',12,0,100,1,0,0,18757,0,'Earthmender Torlok'),
|
|
(21024,3,0,'Please tell us this: Who or what is Cyrukh?',12,0,100,1,0,0,18758,0,'Earthmender Torlok'),
|
|
(21024,4,0,'The... The fire lord? An elemental lord was unearthed? Of course... Gul\'dan you were a damned fool!',12,0,100,6,0,0,18760,0,'Earthmender Torlok'),
|
|
(21024,5,0,'There must be a way.',12,0,100,0,0,0,18762,0,'Earthmender Torlok'),
|
|
(21024,6,0,'Do not doubt my comrades and I, spirit. Tell us how to conjure the fire lord. My allies will destroy him.',12,0,100,1,0,0,18764,0,'Earthmender Torlok'),
|
|
(21024,7,0,'We will find these words. We will summon your master and we will destroy him.',12,0,100,1,0,0,18768,0,'Earthmender Torlok'),
|
|
(21024,8,0,'%s nods.',16,0,100,273,0,0,18756,0,'Earthmender Torlok'),
|
|
(21024,9,0,'Now to recover the lost words!',12,0,100,5,0,0,18778,0,'Earthmender Torlok'),
|
|
(21024,10,0,'%s bows.',16,0,100,2,0,0,18752,0,'Earthmender Torlok'),
|
|
(21024,11,0,'I hear what you hear, brother. Look behind you...',12,0,100,1,0,0,19336,0,'Earthmender Torlok to Cyrukh the Firelord'),
|
|
(21027,0,0,'Thank you, kind soul. You have freed me from the watery prison of Coilskar but many more are being held prisoner nearby. Will you assist me in freeing them as well?',12,0,100,2,0,0,18665,0,'Earthmender Wilda - Freed'),
|
|
(21027,1,0,'I sense the tortured spirits, $n. They are this way. Come quickly!',12,0,100,0,0,0,18668,0,'Earthmender Wilda - Escort Start'),
|
|
(21027,2,0,'Watch out!',12,0,100,0,0,0,18687,0,'Earthmender Wilda - Aggro'),
|
|
(21027,2,1,'Naga attackers! Defend yourself!',12,0,100,0,0,0,18688,0,'Earthmender Wilda - Aggro'),
|
|
(21027,3,0,'Grant me protection, $n. I must break through their foul magic!',12,0,100,0,0,0,18669,0,'Earthmender Wilda - Free Water Spirits'),
|
|
(21027,4,0,'Now we must find the exit.',12,0,100,1,0,0,18670,0,'Earthmender Wilda - Finished Water Spirits'),
|
|
(21027,5,0,'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.',12,0,100,0,0,0,18685,0,'Earthmender Wilda - Say Random'),
|
|
(21027,5,1,'Lady Vashj must answer for these atrocities. She must be brought to justice!',12,0,100,0,0,0,18684,0,'Earthmender Wilda - Say Random'),
|
|
(21027,5,2,'The tumultuous nature of the great waterways of Azeroth and Draenor are a direct result of tormented water spirits.',12,0,100,0,0,0,18675,0,'Earthmender Wilda - Say Random'),
|
|
(21027,5,3,'The naga do not respect nature. They twist and corrupt it to meet their needs. They live to agitate the spirits.',12,0,100,0,0,0,18673,0,'Earthmender Wilda - Say Random'),
|
|
(21027,6,0,'It shouldn\'t be much further, $n. The exit is just up ahead.',12,0,100,1,0,0,18671,0,'Earthmender Wilda - Escort Progress'),
|
|
(21027,7,0,'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...',12,0,100,0,0,0,18672,0,'Earthmender Wilda - Escort End'),
|
|
(21029,0,0,'Thank you, earthmender.',12,12,100,0,0,0,18664,0,'Captured Water Spirit - Earthmender Wilda Escort'),
|
|
(21039,0,0,'5...',41,0,100,0,0,0,18676,0,'Mana Bomb'),
|
|
(21039,1,0,'4...',41,0,100,0,0,0,24592,0,'Mana Bomb'),
|
|
(21039,2,0,'3...',41,0,100,0,0,0,29259,0,'Mana Bomb'),
|
|
(21039,3,0,'2...',41,0,100,0,0,0,29260,0,'Mana Bomb'),
|
|
(21039,4,0,'1...',41,0,100,0,0,0,29261,0,'Mana Bomb'),
|
|
(21044,0,0,'Kill them all!',12,0,100,0,0,0,18692,0,'Coilskar Assassin'),
|
|
(21044,0,1,'You will never essscape Coilssskarrr...',12,0,100,0,0,0,18693,0,'Coilskar Assassin'),
|
|
(21049,0,0,'You have damned us all... We are lost.',12,0,100,20,0,0,18700,0,'Spirit of the Past'),
|
|
(21049,0,1,'Stop! You must stop!',12,0,100,20,0,0,18698,0,'Spirit of the Past'),
|
|
(21049,0,2,'Do not do this, Gul\'dan! The elements will never forgive us!',12,0,100,20,0,0,18697,0,'Spirit of the Past'),
|
|
(21049,0,3,'Think of our younglings, Gul\'dan! You will destroy us all!',12,0,100,20,0,0,18699,0,'Spirit of the Past'),
|
|
(21049,0,4,'We will take from the land if it refuses to give!',12,0,100,15,0,0,18696,0,'Spirit of the Past'),
|
|
(21049,0,5,'Tear the land asunder, Gul\'dan! Sever the tie!',12,0,100,15,0,0,18694,0,'Spirit of the Past'),
|
|
(21049,0,6,'They have abandoned us! Do not forget!',12,0,100,15,0,0,18695,0,'Spirit of the Past'),
|
|
(21057,0,0,'Who dares to interrupt my operation?',14,0,100,0,0,0,18714,0,'Nexus-Prince Razaan'),
|
|
(21066,0,0,'%s whispers softly in reverent tones under her breath.',16,0,100,0,0,0,18715,0,'Rina Moonspring'),
|
|
(21104,0,0,'The sands of time shall be scattered to the winds!',14,0,100,0,0,0,15179,0,'Rift Keeper'),
|
|
(21104,0,1,'History is about to be rewritten!',14,0,100,0,0,0,15180,0,'Rift Keeper'),
|
|
(21104,0,2,'Let the siege begin!',14,0,100,0,0,0,15181,0,'Rift Keeper'),
|
|
(21104,1,0,'The rift must be protected!',12,0,100,0,0,0,15182,0,'Rift Keeper'),
|
|
(21104,1,1,'You are running out of time!',12,0,100,0,0,0,15183,0,'Rift Keeper'),
|
|
(21104,1,2,'Victory or death!',12,0,100,0,0,0,15184,0,'Rift Keeper'),
|
|
(21104,2,0,'You will never defeat us all!',12,0,100,0,0,0,15185,0,'Rift Keeper'),
|
|
(21104,2,1,'You will accomplish nothing!',12,0,100,0,0,0,15186,0,'Rift Keeper'),
|
|
(21104,2,2,'No! The rift...',12,0,100,0,0,0,15187,0,'Rift Keeper'),
|
|
(21107,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Rip Pedalslam'),
|
|
(21114,0,0,'YEOW!!',12,7,100,0,0,0,18798,0,'Station Technician'),
|
|
(21114,0,1,'I\'M ON FIRE!!!',12,7,100,0,0,0,18792,0,'Station Technician'),
|
|
(21114,0,2,'IT BURNS!!',12,7,100,0,0,0,18794,0,'Station Technician'),
|
|
(21114,0,3,'I\'M ON FIRE!!! AGAIN!!',12,7,100,0,0,0,18793,0,'Station Technician'),
|
|
(21114,0,4,'WHY ME!?!',12,7,100,0,0,0,18796,0,'Station Technician'),
|
|
(21114,0,5,'Not again...',12,7,100,0,0,0,18795,0,'Station Technician'),
|
|
(21114,0,6,'This is going to hurt in the morning.',12,0,100,0,0,0,18797,0,'Station Technician - On Burning'),
|
|
(21118,0,0,'LET\'S ROCK!!',14,7,100,0,0,0,19143,0,'Razak Ironsides - Ravager invasion event'),
|
|
(21118,1,0,'FIRE UP THE DEF GUNS!',14,7,100,0,0,0,19673,0,'Razak Ironsides - Ravager invasion event'),
|
|
(21118,2,0,'Where\'s our back up? I want them here now!',14,7,100,0,0,0,19140,0,'Razak Ironsides - Ravager invasion event'),
|
|
(21118,3,0,'Last push boys! Let \'em have it!',14,7,100,0,0,0,19453,0,'Razak Ironsides - Ravager invasion event'),
|
|
(21118,4,0,'Nice work soldiers! This is the last of them!',14,7,100,0,0,0,19455,0,'Razak Ironsides - Ravager invasion event'),
|
|
(21118,4,1,'This is the last of them. Don\'t get sloppy!',14,7,100,0,0,0,19454,0,'Razak Ironsides - Ravager invasion event'),
|
|
(21118,5,0,'We can handle it from here. Roughriders you are dismissed.',14,7,100,0,0,0,19674,0,'Razak Ironsides - Ravager invasion event'),
|
|
(21118,6,0,'Come on you apes. You want to live forever?',12,7,100,0,0,0,19095,0,'Razak Ironsides - Ravager invasion event random combat text'),
|
|
(21118,6,1,'Warm it up and give \'em everything you\'ve got.',12,7,100,0,0,0,19096,0,'Razak Ironsides - Ravager invasion event random combat text'),
|
|
(21118,6,2,'I only have one rule. Everyone fights. No one quits.',12,7,100,0,0,0,19093,0,'Razak Ironsides - Ravager invasion event random combat text'),
|
|
(21126,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Scale-Healer'),
|
|
(21126,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Scale-Healer'),
|
|
(21126,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Scale-Healer'),
|
|
(21126,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Scale-Healer'),
|
|
(21126,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Scale-Healer'),
|
|
(21127,0,0,'By Nazjatar\'s Depths!',12,0,100,0,0,0,16711,0,'Coilfang Tempest'),
|
|
(21127,0,1,'Die, warmblood!',12,0,100,0,0,0,16710,0,'Coilfang Tempest'),
|
|
(21127,0,2,'For the Master!',12,0,100,0,0,0,16708,0,'Coilfang Tempest'),
|
|
(21127,0,3,'Illidan reigns!',12,0,100,0,0,0,16709,0,'Coilfang Tempest'),
|
|
(21127,0,4,'My blood is like venom!',12,0,100,0,0,0,16712,0,'Coilfang Tempest'),
|
|
(21129,0,0,'Why have you captured us?',12,0,100,0,0,0,18750,0,'Scorned Spirit of Earth'),
|
|
(21129,1,0,'Fool! Cyrukh the fire lord! When the tie was severed, Cyrukh awoke. It is the tears of Cyrukh that fill this land with molten rock.',12,0,100,0,0,0,18759,0,'Scorned Spirit of Earth'),
|
|
(21129,2,0,'Yes... Yes... the words. The words of damnation. The words spoken by the dark one. Your master.',12,0,100,0,0,0,18766,0,'Scorned Spirit of Earth'),
|
|
(21129,3,0,'Talk. More talk... Now release us, mortal.',12,0,100,0,0,0,18769,0,'Scorned Spirit of Earth'),
|
|
(21130,0,0,'What is it that you hope to gain from this?',12,0,100,0,0,0,18751,0,'Scorned Spirit of Fire'),
|
|
(21130,1,0,'He is insane now. Driven mad during the shattering. There is no rest for the elements.',12,0,100,0,0,0,18761,0,'Scorned Spirit of Fire'),
|
|
(21130,2,0,'Yes... Gul\'dan...',12,0,100,0,0,0,18767,0,'Scorned Spirit of Fire'),
|
|
(21131,0,0,'Wisdom? It was your people that caused the insufferable wrath of Cyrukh.',12,0,100,0,0,0,18754,0,'Scorned Spirit of Water'),
|
|
(21131,1,0,'Yes, a way. Destroy Cyrukh. Destroy an elemental lord.',12,0,100,0,0,0,18763,0,'Scorned Spirit of Water'),
|
|
(21132,0,0,'Why should we help you? The world is ruined. Destroyed.',12,0,100,0,0,0,18755,0,'Scorned Spirit of Air'),
|
|
(21132,1,0,'You must utter the words...',12,0,100,0,0,0,18765,0,'Scorned Spirit of Air'),
|
|
(21134,0,0,'A deep, bone chilling voice echoes from the %s...',16,0,100,0,0,0,18774,0,'Eye of the Citadel'),
|
|
(21134,1,0,'How dare you trifle with my playthings, $n!',12,0,100,0,0,0,18775,0,'Eye of the Citadel'),
|
|
(21134,2,0,'The orcs in my citadel will drink your blood and dovour you!',12,0,100,0,0,0,18776,0,'Eye of the Citadel'),
|
|
(21136,0,0,'We are not finished!',12,0,100,0,0,0,15174,0,'Infinite Chronomancer'),
|
|
(21136,0,1,'Death to the Last Guardian!',12,0,100,0,0,0,15171,0,'Infinite Chronomancer'),
|
|
(21136,0,2,'We will not fail!',12,0,100,0,0,0,23332,0,'Infinite Chronomancer'),
|
|
(21137,0,0,'More will take my place.',12,0,100,0,0,0,15167,0,'Infinite Assassin'),
|
|
(21137,0,1,'Our time has come!',12,0,100,0,0,0,15163,0,'Infinite Assassin'),
|
|
(21137,0,2,'The wizard will fall!',12,0,100,0,0,0,15164,0,'Infinite Assassin'),
|
|
(21138,0,0,'More will take my place.',12,0,100,0,0,0,15167,0,'Infinite Executioner'),
|
|
(21138,0,1,'We will not be stopped!',12,0,100,0,0,0,15166,0,'Infinite Executioner'),
|
|
(21138,0,2,'Your efforts... are in vain.',12,0,100,0,0,0,15168,0,'Infinite Executioner'),
|
|
(21139,0,0,'We are not finished!',12,0,100,0,0,0,15174,0,'Infinite Vanquisher'),
|
|
(21139,0,1,'Death to the Last Guardian!',12,0,100,0,0,0,15171,0,'Infinite Vanquisher'),
|
|
(21139,0,2,'We will not fail!',12,0,100,0,0,0,23332,0,'Infinite Vanquisher'),
|
|
(21140,0,0,'The sands of time shall be scattered to the winds!',14,0,100,0,0,0,15179,0,'Rift Lord'),
|
|
(21140,0,1,'History is about to be rewritten!',14,0,100,0,0,0,15180,0,'Rift Lord'),
|
|
(21140,0,2,'Let the siege begin!',14,0,100,0,0,0,15181,0,'Rift Lord'),
|
|
(21140,1,0,'The rift must be protected!',12,0,100,0,0,0,15182,0,'Rift Lord'),
|
|
(21140,1,1,'You are running out of time!',12,0,100,0,0,0,15183,0,'Rift Lord'),
|
|
(21140,1,2,'Victory or death!',12,0,100,0,0,0,15184,0,'Rift Lord'),
|
|
(21140,2,0,'You will never defeat us all!',12,0,100,0,0,0,15185,0,'Rift Lord'),
|
|
(21140,2,1,'You will accomplish nothing!',12,0,100,0,0,0,15186,0,'Rift Lord');
|
|
INSERT INTO `creature_text` VALUES
|
|
(21140,2,2,'No! The rift...',12,0,100,0,0,0,15187,0,'Rift Lord'),
|
|
(21148,0,0,'The sands of time shall be scattered to the winds!',14,0,100,0,0,0,15179,0,'Rift Keeper'),
|
|
(21148,0,1,'History is about to be rewritten!',14,0,100,0,0,0,15180,0,'Rift Keeper'),
|
|
(21148,0,2,'Let the siege begin!',14,0,100,0,0,0,15181,0,'Rift Keeper'),
|
|
(21148,1,0,'The rift must be protected!',12,0,100,0,0,0,15182,0,'Rift Keeper'),
|
|
(21148,1,1,'You are running out of time!',12,0,100,0,0,0,15183,0,'Rift Keeper'),
|
|
(21148,1,2,'Victory or death!',12,0,100,0,0,0,15184,0,'Rift Keeper'),
|
|
(21148,2,0,'You will never defeat us all!',12,0,100,0,0,0,15185,0,'Rift Keeper'),
|
|
(21148,2,1,'You will accomplish nothing!',12,0,100,0,0,0,15186,0,'Rift Keeper'),
|
|
(21148,2,2,'No! The rift...',12,0,100,0,0,0,15187,0,'Rift Keeper'),
|
|
(21151,0,0,'ACK! That\'s the worst thing I\'ve ever tasted! I wouldn\'t let my ram drink that!',12,0,100,1,0,0,18830,0,'Borgrim Stouthammer'),
|
|
(21174,0,0,'Wretched, meddling insects! Release me, and perhaps I will grant you a merciful death!',14,0,100,0,0,10247,17339,3,'Magtheridon'),
|
|
(21174,0,1,'Vermin! Leeches! Take my blood and choke on it!',14,0,100,0,0,10248,17340,3,'Magtheridon'),
|
|
(21174,0,2,'Illidan is an arrogant fool! I will crush him and reclaim Outland as my own!',14,0,100,0,0,10249,17341,3,'Magtheridon'),
|
|
(21174,0,3,'Away, you mindless parasites! My blood is my own!',14,0,100,0,0,10250,17342,3,'Magtheridon'),
|
|
(21174,0,4,'How long do you believe your pathetic sorcery can hold me?',14,0,100,0,0,10251,17343,3,'Magtheridon'),
|
|
(21174,0,5,'My blood will be the end of you!',14,0,100,0,0,10252,17344,3,'Magtheridon'),
|
|
(21181,0,0,'Cyrukh has awoken!',14,0,100,0,0,0,19298,0,'Cyrukh the Firelord'),
|
|
(21181,1,0,'Cyrukh comes for you!',14,0,100,0,0,0,19301,0,'Cyrukh the Firelord'),
|
|
(21181,1,1,'You will suffer eternally!',14,0,100,0,0,0,19299,0,'Cyrukh the Firelord'),
|
|
(21181,1,2,'Those that dare play with fire will be incinerated!',14,0,100,0,0,0,19302,0,'Cyrukh the Firelord'),
|
|
(21181,1,3,'Little creature made of flesh, your wish is granted! Death comes for you!',14,0,100,0,0,0,19308,0,'Cyrukh the Firelord'),
|
|
(21193,0,0,'Learning to read is a thirsty business. A toast, eh?',12,1,100,0,0,0,19063,0,'Gralga'),
|
|
(21212,0,0,'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!',14,0,100,0,0,11531,20085,0,'vashj SAY_INTRO'),
|
|
(21212,1,0,'I\'ll split you from stem to stern!',14,0,100,0,0,11532,20088,0,'vashj SAY_AGGRO1'),
|
|
(21212,1,1,'Victory to Lord Illidan! ',14,0,100,0,0,11533,20089,0,'vashj SAY_AGGRO2'),
|
|
(21212,1,2,'I spit on you, surface filth!',14,0,100,0,0,11534,20091,0,'vashj SAY_AGGRO3'),
|
|
(21212,1,3,'Death to the outsiders!',14,0,100,0,0,11535,20090,0,'vashj SAY_AGGRO4'),
|
|
(21212,2,0,'I did not wish to lower myself by engaging your kind, but you leave me little choice...',14,0,100,0,0,11538,19679,0,'vashj SAY_PHASE1'),
|
|
(21212,3,0,'The time is now! Leave none standing! ',14,0,100,0,0,11539,20092,0,'vashj SAY_PHASE2'),
|
|
(21212,4,0,'You may want to take cover. ',14,0,100,0,0,11540,20210,0,'vashj SAY_PHASE3'),
|
|
(21212,5,0,'Straight to the heart!',14,0,100,0,0,11536,20086,0,'vashj SAY_BOWSHOT1'),
|
|
(21212,5,1,'Seek your mark!',14,0,100,0,0,11537,20087,0,'vashj SAY_BOWSHOT2'),
|
|
(21212,6,0,'Your time ends now!',14,0,100,0,0,11541,49785,0,'vashj SAY_SLAY1'),
|
|
(21212,6,1,'You have failed!',14,0,100,0,0,11542,20094,0,'vashj SAY_SLAY2'),
|
|
(21212,6,2,'Be\'lemer an-delei!',14,0,100,0,0,11543,20095,0,'vashj SAY_SLAY3'),
|
|
(21212,7,0,'Lord Illidan, I... I am... sorry.',14,0,100,0,0,11544,20096,0,'vashj SAY_DEATH'),
|
|
(21213,0,0,'Flood of the deep, take you!',14,0,100,0,0,11321,20931,0,'morogrim SAY_AGGRO'),
|
|
(21213,1,0,'By the tides!',14,0,100,0,0,11322,20933,0,'morogrim SAY_SUMMON1'),
|
|
(21213,1,1,'Destroy them, my subjects!',14,0,100,0,0,11323,20934,0,'morogrim SAY_SUMMON2'),
|
|
(21213,2,0,'There is nowhere to hide!',14,0,100,0,0,11324,20935,0,'morogrim SAY_SUMMON_BUBL1'),
|
|
(21213,2,1,'Soon it will be finished!',14,0,100,0,0,11325,20936,0,'morogrim SAY_SUMMON_BUBL2'),
|
|
(21213,3,0,'It is done!',14,0,100,0,0,11326,20937,0,'morogrim SAY_SLAY1'),
|
|
(21213,3,1,'Struggling only makes it worse.',14,0,100,0,0,11327,20938,0,'morogrim SAY_SLAY2'),
|
|
(21213,3,2,'Only the strong will survive.',14,0,100,0,0,11328,20939,0,'morogrim SAY_SLAY3'),
|
|
(21213,4,0,'Great currents of... Ageon...',14,0,100,0,0,11329,20940,0,'morogrim SAY_DEATH'),
|
|
(21213,5,0,'%s sends his enemies to their watery graves!',16,0,100,0,0,0,20701,0,'morogrim EMOTE_WATERY_GRAVE'),
|
|
(21213,6,0,'The violent earthquake has alerted nearby Murlocs!',41,0,100,0,0,0,20700,0,'morogrim EMOTE_EARTHQUAKE'),
|
|
(21213,7,0,'%s summons watery globules!',16,0,100,0,0,0,20703,0,'morogrim EMOTE_WATERY_GLOBULES'),
|
|
(21214,0,0,'Guards, attention! We have visitors....',14,0,100,0,0,11277,20000,0,'karathress SAY_AGGRO'),
|
|
(21214,1,0,'Your overconfidence will be your undoing! Guards, lend me your strength!',14,0,100,0,0,11278,19854,0,'karathress SAY_GAIN_BLESSING'),
|
|
(21214,2,0,'Go on, kill them! I\'ll be the better for it!',14,0,100,0,0,11279,19643,0,'karathress SAY_GAIN_ABILITY1'),
|
|
(21214,2,1,'I am more powerful than ever!',14,0,100,0,0,11280,19645,0,'karathress SAY_GAIN_ABILITY2'),
|
|
(21214,2,2,'More knowledge, more power!',14,0,100,0,0,11281,19644,0,'karathress SAY_GAIN_ABILITY3'),
|
|
(21214,3,0,'Land-dwelling scum!',14,0,100,0,0,11282,20001,0,'karathress SAY_SLAY1'),
|
|
(21214,3,1,'Alana be\'lendor!',14,0,100,0,0,11283,20002,0,'karathress SAY_SLAY2'),
|
|
(21214,3,2,'I am rid of you.',14,0,100,0,0,11284,20003,0,'karathress SAY_SLAY3'),
|
|
(21214,4,0,'Her... excellency... awaits.',14,0,100,0,0,11285,20004,0,'karathress SAY_DEATH'),
|
|
(21215,0,0,'Finally, my banishment ends!',14,0,100,0,0,11312,19596,0,'leotheras SAY_AGGRO'),
|
|
(21215,1,0,'Be gone, trifling elf. I am in control now!',14,0,100,0,0,11304,19595,0,'leotheras SAY_SWITCH_TO_DEMON'),
|
|
(21215,2,0,'We all have our demons....',14,0,100,0,0,11305,19597,0,'leotheras SAY_INNER_DEMONS'),
|
|
(21215,3,0,'I have no equal!',14,0,100,0,0,11306,19993,0,'leotheras SAY_DEMON_SLAY1'),
|
|
(21215,3,1,'Perish, mortal!',14,0,100,0,0,11307,19994,0,'leotheras SAY_DEMON_SLAY2'),
|
|
(21215,3,2,'Yes... yes!',14,0,100,0,0,11308,19995,0,'leotheras SAY_DEMON_SLAY3'),
|
|
(21215,4,0,'Kill, kill!',14,0,100,0,0,11314,19996,0,'leotheras SAY_NIGHTELF_SLAY1'),
|
|
(21215,4,1,'That\'s right, yes!',14,0,100,0,0,11315,19997,0,'leotheras SAY_NIGHTELF_SLAY2'),
|
|
(21215,4,2,'Who\'s the master now?',14,0,100,0,0,11316,19998,0,'leotheras SAY_NIGHTELF_SLAY3'),
|
|
(21215,5,0,'No... no! What have you done? I am the master! Do you hear me? I am... aaggh! Can\'t... contain him.',14,0,100,0,0,11313,19501,0,'leotheras SAY_FINAL_FORM'),
|
|
(21215,6,0,'At last I am liberated. It has been too long since I have tasted true freedom!',14,0,100,0,0,11309,19502,0,'leotheras SAY_FREE'),
|
|
(21215,7,0,'You cannot kill me, fools! I\'ll be back, I\'ll....',14,0,100,0,0,11317,19999,0,'leotheras SAY_DEATH'),
|
|
(21216,0,0,'I cannot allow you to interfere!',14,0,100,0,0,11289,20231,0,'hydross SAY_AGGRO'),
|
|
(21216,1,0,'Better, much better.',14,0,100,0,0,11290,19607,0,'hydross SAY_SWITCH_TO_CLEAN'),
|
|
(21216,2,0,'They have forced me to this....',14,0,100,0,0,11291,20235,0,'hydross SAY_CLEAN_SLAY1'),
|
|
(21216,2,1,'I had no choice.',14,0,100,0,0,11292,20236,0,'hydross SAY_CLEAN_SLAY2'),
|
|
(21216,3,0,'I am... released.',14,0,100,0,0,11293,20238,0,'hydross SAY_CLEAN_DEATH'),
|
|
(21216,4,0,'Aaghh, the poison...',14,0,100,0,0,11297,19606,0,'hydross SAY_SWITCH_TO_CORRUPT'),
|
|
(21216,5,0,'I will purge you from this place!',14,0,100,0,0,11298,20233,0,'hydross SAY_CORRUPT_SLAY1'),
|
|
(21216,5,1,'You are no better than they!',14,0,100,0,0,11299,20234,0,'hydross SAY_CORRUPT_SLAY2'),
|
|
(21216,6,0,'You... are the disease... not I...',14,0,100,0,0,11300,20239,0,'hydross SAY_CORRUPT_DEATH'),
|
|
(21217,0,0,'%s takes a deep breath!',41,0,100,0,0,0,20774,1,'The Lurker Below - EMOTE_SPOUT'),
|
|
(21218,0,0,'%s becomes enraged!',16,0,0,0,0,0,24144,0,'Vashj\'ir Honor Guard - Enrage'),
|
|
(21218,1,0,'We must work faster.',12,0,0,1,0,0,18878,0,'Vashj\'ir Honor Guard - Idle Random Talk'),
|
|
(21218,1,1,'Our work is not yet complete.',12,0,0,1,0,0,18879,0,'Vashj\'ir Honor Guard - Idle Random Talk'),
|
|
(21218,1,2,'You should be honored to be doing Lady Vashj\'s bidding.',12,0,0,1,0,0,18880,0,'Vashj\'ir Honor Guard - Idle Random Talk'),
|
|
(21218,1,3,'Lady Vashj expects our work to be done soon.',12,0,0,1,0,0,18881,0,'Vashj\'ir Honor Guard - Idle Random Talk'),
|
|
(21218,1,4,'Maintain focus.',12,0,0,1,0,0,18882,0,'Vashj\'ir Honor Guard - Idle Random Talk'),
|
|
(21218,1,5,'Steady the pumps.',12,0,0,1,0,0,18883,0,'Vashj\'ir Honor Guard - Idle Random Talk'),
|
|
(21218,1,6,'Keep those pumps working.',12,0,0,1,0,0,18884,0,'Vashj\'ir Honor Guard - Idle Random Talk'),
|
|
(21218,1,7,'We\'re in the home stretch now.',12,0,0,1,0,0,18885,0,'Vashj\'ir Honor Guard - Idle Random Talk'),
|
|
(21218,2,0,'Things are proceeding as planned.',12,0,0,1,0,0,18886,0,'Vashj\'ir Honor Guard - Dialogue Event 1'),
|
|
(21218,2,1,'The pumps are working magnificently.',12,0,0,1,0,0,18887,0,'Vashj\'ir Honor Guard - Dialogue Event 1'),
|
|
(21218,2,2,'Soon all of Draenor\'s water will be ours.',12,0,0,1,0,0,18888,0,'Vashj\'ir Honor Guard - Dialogue Event 1'),
|
|
(21218,2,3,'The reservoir fills nicely.',12,0,0,1,0,0,18889,0,'Vashj\'ir Honor Guard - Dialogue Event 1'),
|
|
(21218,2,4,'Purification seems to be ahead of schedule.',12,0,0,1,0,0,18890,0,'Vashj\'ir Honor Guard - Dialogue Event 1'),
|
|
(21218,2,5,'We appear to be on target.',12,0,0,1,0,0,18891,0,'Vashj\'ir Honor Guard - Dialogue Event 1'),
|
|
(21218,2,6,'If we can keep working at this rate, the Lady will be pleased.',12,0,0,1,0,0,18892,0,'Vashj\'ir Honor Guard - Dialogue Event 1'),
|
|
(21218,2,7,'We will be at capacity soon enough.',12,0,0,1,0,0,18893,0,'Vashj\'ir Honor Guard - Dialogue Event 1'),
|
|
(21218,3,0,'Keep everyone working efficiently.',12,0,0,1,0,0,18894,0,'Vashj\'ir Honor Guard - Dialogue Event 2'),
|
|
(21218,3,1,'Don\'t let the levels get too low.',12,0,0,1,0,0,18895,0,'Vashj\'ir Honor Guard - Dialogue Event 2'),
|
|
(21218,3,2,'Keep ample pressure on the southern pump.',12,0,0,1,0,0,18896,0,'Vashj\'ir Honor Guard - Dialogue Event 2'),
|
|
(21218,3,3,'Direct the flow from from the western bog.',12,0,0,1,0,0,18897,0,'Vashj\'ir Honor Guard - Dialogue Event 2'),
|
|
(21218,3,4,'Open the purification valves and continue work.',12,0,0,1,0,0,18898,0,'Vashj\'ir Honor Guard - Dialogue Event 2'),
|
|
(21218,3,5,'Make sure these Broken are thoroughly cleaned before touching the water.',12,0,0,1,0,0,18899,0,'Vashj\'ir Honor Guard - Dialogue Event 2'),
|
|
(21218,3,6,'Keep regulating the main valve to ensure steady flow.',12,0,0,1,0,0,18900,0,'Vashj\'ir Honor Guard - Dialogue Event 2'),
|
|
(21218,3,7,'Don\'t take your eyes off of these filthy Broken. I don\'t trust them.',12,0,0,1,0,0,18901,0,'Vashj\'ir Honor Guard - Dialogue Event 2'),
|
|
(21218,4,0,'You filthy little beings need to work faster!',12,0,0,1,0,0,18910,0,'Vashj\'ir Honor Guard - Technician Event Part 1'),
|
|
(21218,5,0,'FASTER!!!!',12,0,0,15,0,0,18911,0,'Vashj\'ir Honor Guard - Technician Event Part 2'),
|
|
(21220,0,0,'What\'s on your mind, sir?',12,0,0,0,0,0,18909,0,'Coilfang Priestess - Dialogue Event 1'),
|
|
(21220,1,0,'My thoughts exactly.',12,0,0,0,0,0,18902,0,'Coilfang Priestess - Dialogue Event 2'),
|
|
(21220,1,1,'I couldn\'t agree more.',12,0,0,0,0,0,18903,0,'Coilfang Priestess - Dialogue Event 2'),
|
|
(21220,1,2,'It\'s as if you were reading my mind.',12,0,0,0,0,0,18904,0,'Coilfang Priestess - Dialogue Event 2'),
|
|
(21220,1,3,'You speak the truth.',12,0,0,0,0,0,18905,0,'Coilfang Priestess - Dialogue Event 2'),
|
|
(21220,2,0,'Yessir.',12,0,0,0,0,0,18906,0,'Coilfang Priestess - Dialogue Event 3'),
|
|
(21220,2,1,'Right away, sir.',12,0,0,0,0,0,18907,0,'Coilfang Priestess - Dialogue Event 3'),
|
|
(21220,2,2,'I shall see to it, sir.',12,0,0,0,0,0,18908,0,'Coilfang Priestess - Dialogue Event 3'),
|
|
(21238,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bloodmaul Drudger on Aggro Text'),
|
|
(21238,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bloodmaul Drudger on Aggro Text'),
|
|
(21238,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bloodmaul Drudger on Aggro Text'),
|
|
(21238,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Drudger on death Quest 11000 complete'),
|
|
(21238,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Drudger on death Quest 11000 complete'),
|
|
(21238,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Drudger on death Quest 11000 complete'),
|
|
(21238,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Drudger on death Quest 11000 complete'),
|
|
(21238,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Drudger on death Quest 11000 complete'),
|
|
(21238,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Drudger on death Quest 11000 complete'),
|
|
(21238,2,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Bloodmaul Drudger on enrage'),
|
|
(21244,0,0,'Be on your guard! The enemy is on the prowl.',12,0,100,0,0,0,18845,0,'Bloodchewer Messenger'),
|
|
(21244,1,0,'There they are!',12,0,100,0,0,0,18846,0,'Bloodchewer Messenger'),
|
|
(21257,0,0,'Thank you, $n. Now, to perform the test...',12,0,100,1,0,0,19022,0,'Apothecary Zelana'),
|
|
(21257,1,0,'Ah, I see...',12,0,100,0,0,0,19023,0,'Apothecary Zelana'),
|
|
(21257,2,0,'Yes, this is unfortunate.',12,0,100,0,0,0,19024,0,'Apothecary Zelana'),
|
|
(21257,3,0,'$n, I have confirmed that this blood is from the Bonechewer clan of orcs, tainted with demonic power. I\'m afraid, however, that my current equipment can delve no deeper into this mystery...',12,0,100,1,0,0,19025,0,'Apothecary Zelana'),
|
|
(21279,0,0,'Please excuse me while I begin my tests...',12,0,100,1,0,0,19065,0,'Apothecary Albreck'),
|
|
(21279,1,0,'Interesting...',12,0,100,0,0,0,19066,0,'Apothecary Albreck'),
|
|
(21279,2,0,'But what is this?',12,0,100,0,0,0,19067,0,'Apothecary Albreck'),
|
|
(21279,3,0,'Oh, my!',12,0,100,0,0,0,19068,0,'Apothecary Albreck'),
|
|
(21279,4,0,'If my blood hadn\'t clotted long ago, it would be boiling with rage right now...',12,0,100,1,0,0,19069,0,'Apothecary Albreck'),
|
|
(21291,0,0,'I\'m through asking nicely, fish-man.',12,0,100,25,0,0,18954,0,'Grom\'tor, Son of Oronok'),
|
|
(21291,1,0,'Where is the Cipher of Damnation? I know a third of it is in this village.',12,0,100,6,0,0,18955,0,'Grom\'tor, Son of Oronok'),
|
|
(21291,2,0,'No... Of course not. What was I thinking? Why would you have a third of the Cipher of Damnation?',12,0,100,274,0,0,18958,0,'Grom\'tor, Son of Oronok'),
|
|
(21291,3,0,'I feel so stupid. Maybe I should unchain you and set you free?',12,0,100,11,0,0,18959,0,'Grom\'tor, Son of Oronok'),
|
|
(21291,4,0,'DO I HONESTLY LOOK THAT STUPID TO YOU, NAGA? NOW YOU FEEL PAIN!',12,0,100,5,0,0,18960,0,'Grom\'tor, Son of Oronok'),
|
|
(21291,5,0,'%s spits on the Coilskar naga.',16,0,100,5,0,0,18962,0,'Grom\'tor, Son of Oronok'),
|
|
(21291,6,0,'GET UP YOU ROTTEN PIECE OF TRASH! GET UP BEFORE I END YOU!',12,0,100,5,0,0,18963,0,'Grom\'tor, Son of Oronok'),
|
|
(21291,7,0,'I\'m listening...',12,0,100,273,0,0,18966,0,'Grom\'tor, Son of Oronok'),
|
|
(21293,0,0,'Hide! Hide before they see you! Back up!',15,0,100,0,0,0,19180,0,'Borak'),
|
|
(21293,1,0,'The time to strike is at hand. Terminate Icarius.',15,0,100,0,0,0,19181,0,'Borak'),
|
|
(21293,2,0,'You have it. Do not lose it again!',12,0,100,5,0,0,19183,0,'Borak'),
|
|
(21295,0,0,'Whhaaat... are you sssspeaking of, ssssoft-sskin?',12,0,100,1,0,0,18956,0,'Coilskar Commander'),
|
|
(21295,1,0,'The naga do nottt... have thissss... cipherrr...',12,0,100,1,0,0,18957,0,'Coilskar Commander'),
|
|
(21295,2,0,'Yesss... Yesss... Ssset me freee...',12,0,100,1,0,0,18961,0,'Coilskar Commander'),
|
|
(21295,3,0,'%s regains consciousness.',16,0,100,0,0,0,25036,0,'Coilskar Commander'),
|
|
(21295,4,0,'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...',12,0,100,1,0,0,18965,0,'Coilskar Commander'),
|
|
(21295,5,0,'COILSSSKARRR!',12,0,100,15,0,0,18967,0,'Coilskar Commander'),
|
|
(21296,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bladespire Champion on Aggro Text'),
|
|
(21296,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bladespire Champion on Aggro Text'),
|
|
(21296,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bladespire Champion on Aggro Text'),
|
|
(21296,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bladespire Champion on death Quest 11000 complete'),
|
|
(21296,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bladespire Champion on death Quest 11000 complete'),
|
|
(21296,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bladespire Champion on death Quest 11000 complete'),
|
|
(21296,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bladespire Champion on death Quest 11000 complete'),
|
|
(21296,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bladespire Champion on death Quest 11000 complete'),
|
|
(21296,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bladespire Champion on death Quest 11000 complete'),
|
|
(21298,0,0,'We will not fail.',12,0,0,1,0,0,18410,0,'Coilfang Serpentguard'),
|
|
(21298,0,1,'Understood.',12,0,0,1,0,0,18146,0,'Coilfang Serpentguard'),
|
|
(21299,0,0,'Be wary of intruders.',12,0,0,1,0,0,17713,0,'Coilfang Fathom-Witch'),
|
|
(21299,0,1,'We must not fail the master.',12,0,0,1,0,0,17715,0,'Coilfang Fathom-Witch'),
|
|
(21301,0,0,'What\'s on your mind, sir?',12,0,0,0,0,0,18909,0,'Coilfang Shatterer - Dialogue Event 1'),
|
|
(21301,1,0,'My thoughts exactly.',12,0,0,0,0,0,18902,0,'Coilfang Shatterer - Dialogue Event 2'),
|
|
(21301,1,1,'I couldn\'t agree more.',12,0,0,0,0,0,18903,0,'Coilfang Shatterer - Dialogue Event 2'),
|
|
(21301,1,2,'It\'s as if you were reading my mind.',12,0,0,0,0,0,18904,0,'Coilfang Shatterer - Dialogue Event 2'),
|
|
(21301,1,3,'You speak the truth.',12,0,0,0,0,0,18905,0,'Coilfang Shatterer - Dialogue Event 2'),
|
|
(21301,2,0,'Yessir.',12,0,0,0,0,0,18906,0,'Coilfang Shatterer - Dialogue Event 3'),
|
|
(21301,2,1,'Right away, sir.',12,0,0,0,0,0,18907,0,'Coilfang Shatterer - Dialogue Event 3'),
|
|
(21301,2,2,'I shall see to it, sir.',12,0,0,0,0,0,18908,0,'Coilfang Shatterer - Dialogue Event 3'),
|
|
(21310,0,0,'A flaming vortex takes shape.',16,0,100,0,0,0,19303,0,'Shadowmoon Valley Invisible Trigger (Tiny)'),
|
|
(21315,0,0,'The skies will darken and all will go quiet. Only then will you know the sweet serenity of death...',12,0,100,0,0,0,19291,0,'Ruul the Darkener'),
|
|
(21315,1,0,'Your world is at an end.',12,0,100,0,0,0,19290,0,'Ruul the Darkener'),
|
|
(21318,0,0,'I... I have died... I was in so much pain... engulfed in darkness... Can you see me, $r?',12,0,100,0,0,0,18993,0,'Spirit of Ar\'tor '),
|
|
(21319,0,0,'Puny $r cannot lift spear. Gor lift spear!',12,0,100,0,0,0,18980,0,'Gor Grimgut'),
|
|
(21319,0,1,'Hah! The Thunderspike is mine. Die!',12,0,100,0,0,0,18979,0,'Gor Grimgut'),
|
|
(21319,1,0,'Hah! The Thunderspike is mine. Die!',12,0,100,0,0,0,18979,0,'Gor Grimgut'),
|
|
(21326,0,0,'The %s appears very grateful to be free of the koi-koi spirit\'s influence.',16,0,100,0,0,0,19943,0,'Raven\'s Wood Leafbeard '),
|
|
(21332,0,0,'It is dying! The second part of the Cipher of Damnation is ours. I...',12,0,100,1,0,0,19040,0,'Spirit Hunter to Veneratus the Many'),
|
|
(21332,1,0,'I am fading... Return to Ar\'tor... Ret... rn... to...',12,0,100,1,0,0,19041,0,'Spirit Hunter to Veneratus the Many'),
|
|
(21397,0,0,'%s applauds lightly, smiling.',16,0,100,21,0,0,19078,0,'Aeman Brightsong'),
|
|
(21397,1,0,'How fortuitous. I believe this calls for some wine.',12,7,100,1,0,0,19079,0,'Aeman Brightsong'),
|
|
(21397,2,0,'A fine vintage in celebration of our salvation!',12,7,100,1,0,0,19080,0,'Aeman Brightsong'),
|
|
(21400,0,0,'We\'re saved? We\'re really saved?! YAHOO!',12,7,100,5,0,0,19076,0,'Eckert'),
|
|
(21400,1,0,'It\'s time to PARTY!',12,7,100,0,0,0,19077,0,'Eckert'),
|
|
(21409,0,0,'Halt!',12,0,100,1,0,0,19511,0,'Icarius'),
|
|
(21409,1,0,'Zarath you must return to the Black Temple at once! I... I seem to have misplaced Lord Illidan\'s orders. Quickly!',12,0,100,5,0,0,19173,0,'Icarius'),
|
|
(21409,2,0,'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!',12,0,100,1,0,0,19175,0,'Icarius'),
|
|
(21409,3,0,'Ah, sweet, sweet bloodthistle... Probably left behind by one of those filthy addicts at Eclipse Point.',12,0,100,1,0,0,19177,0,'Icarius'),
|
|
(21409,4,0,'Their loss is most definitely my gain...',12,0,100,275,0,0,19178,0,'Icarius'),
|
|
(21409,5,0,'%s puts the bundle of bloodthistle in his robe.',16,0,100,0,0,0,19179,0,'Icarius'),
|
|
(21409,6,0,'Ah, damn it all! Clever trap. Too bad you\'ll never live to tell the tale...',12,0,100,1,0,0,19184,0,'Icarius'),
|
|
(21410,0,0,'What is it, my lord?',12,0,100,6,0,0,19172,0,'Zarath'),
|
|
(21410,1,0,'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.',12,0,100,1,0,0,19174,0,'Zarath'),
|
|
(21410,2,0,'As you wish, my lord.',12,0,100,66,0,0,37953,0,'Zarath'),
|
|
(21411,0,0,'%s cracks the rotten egg open and - to the horror and dismay of all around him - begins to drink from its putrid core.',16,0,100,92,0,0,19098,0,'Tobias the Filth Gorger to Player'),
|
|
(21411,1,0,'That was life-changing... Excuse me for one minute.',12,0,100,273,0,0,19099,0,'Tobias the Filth Gorger to Player'),
|
|
(21411,2,0,'%s lets loose the most foul belch ever heard or smelled.',16,0,100,15,0,10593,19100,0,'Tobias the Filth Gorger to Player'),
|
|
(21411,3,0,'Ok then, back to business.',12,0,100,1,0,0,19101,0,'Tobias the Filth Gorger to Player'),
|
|
(21426,0,0,'Cavalry, let\'s roll out!',14,7,100,0,0,0,19458,0,'Gnome Defender 209 - Ravager invasion event'),
|
|
(21427,0,0,'You boys need some help?',14,7,100,0,0,0,19259,0,'Strider Jock - Ravager invasion event'),
|
|
(21466,0,0,'I will show you horrors undreamed of.',14,0,100,0,0,0,19819,0,'Harbinger Skyriss Illusion'),
|
|
(21466,0,1,'We span the universe, as countless as the stars!',14,0,100,0,0,0,19821,0,'Harbinger Skyriss Illusion'),
|
|
(21467,0,0,'I am merely one of... infinite multitudes.',14,0,100,0,0,0,19815,0,'Harbinger Skyriss Illusion'),
|
|
(21469,0,0,'Good, $n, you are under the spell\'s influence. I must analyze it quickly, then we can talk.',12,0,100,0,0,0,19158,0,'daranelle SAY_SPELL_INFLUENCE'),
|
|
(21502,0,0,'Doom Lord Kazzak will be pleased. You are to increase the pace of your attacks. Destroy the orcish and dwarven strongholds with all haste.',12,0,100,1,0,0,19150,0,'Razuun'),
|
|
(21502,1,0,'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.',12,0,100,1,0,0,19151,0,'Razuun'),
|
|
(21502,2,0,'Yes?',12,0,100,6,0,0,27076,0,'Razuun'),
|
|
(21502,3,0,'Crate? I didn\'t send you a crate, Jovaan. Don\'t you have more important things to worry about? Go see to them!',12,0,100,274,0,0,19281,0,'Razuun'),
|
|
(21504,0,0,'Indeed, it is not a request.',12,0,100,1,0,0,19185,0,'dawnforge SAY_PATHALEON_CULATOR_IMAGE_1'),
|
|
(21504,1,0,'Duro will be reinforced! Ultris was a complete disaster. I will NOT have that mistake repeated!',12,0,100,5,0,0,19187,0,'dawnforge SAY_PATHALEON_CULATOR_IMAGE_2'),
|
|
(21504,2,0,'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!',12,0,100,1,0,0,19188,0,'dawnforge SAY_PATHALEON_CULATOR_IMAGE_2_1'),
|
|
(21504,3,0,'I am returning to Tempest Keep. See to it that I do not have reason to return!',12,0,100,1,0,0,19191,0,'dawnforge SAY_PATHALEON_CULATOR_IMAGE_2_2'),
|
|
(21504,4,0,'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.',12,0,100,1,0,0,19162,0,'Pathaleon the Calculators Image'),
|
|
(21504,5,0,'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.',12,0,100,1,0,0,19163,0,'Pathaleon the Calculators Image'),
|
|
(21504,6,0,' I think that we should teach a lesson to both the Horde and the Alliance. One that they will not soon forget!',12,0,100,5,0,7274,19194,0,'Pathaleon the Calculators Image'),
|
|
(21504,7,0,'See to it that you do, Sharth, or I will personally see to your slow torture and death.',12,0,100,25,0,0,19165,0,'Pathaleon the Calculators Image'),
|
|
(21504,8,0,'I believe I may recognize them. Deal with this quickly, Sharth. Then take the mana bomb and destroy their town!',12,0,100,0,0,0,19170,0,'Pathaleon the Calculators Image'),
|
|
(21504,9,0,'And just what do you think you are doing? You dare to interfere with my master\'s experiment?',12,0,100,25,0,0,18369,0,'Pathaleon the Calculators Image'),
|
|
(21504,10,0,'Do you like what we\'ve done here? Perhaps we will drop these crystals from the sky all over Outland.',12,0,100,6,0,0,18370,0,'Pathaleon the Calculators Image'),
|
|
(21504,11,0,'I grow bored with your attempt to heal the land and quell the energies summoning and driving the colossi mad. Goliathon, King of the Colossi, Prince Kael\'thas and I demand that you defend the crystal!',12,0,100,0,0,0,18371,0,'Pathaleon the Calculators Image'),
|
|
(21504,12,0,'We will meet again soon.',12,0,100,1,0,0,18372,0,'Pathaleon the Calculators Image'),
|
|
(21504,13,0,'Rise, young Voldoun. Do not worry yourself with pleasantries. I come at the behest of our master, Prince Kael\'thas. He bids me to check on the progress of the mana bomb.',12,0,100,1,0,0,19157,0,'Pathaleon the Calculator\'s Image'),
|
|
(21504,20,0,'And just what do you think you are doing? You dare to interfere with my master\'s experiment? ',12,0,100,0,0,0,0,0,'Pathaleon the Calculator\'s Image'),
|
|
(21504,21,0,'Do you like what we\'ve done here? Perhaps we will drop these crystals from the sky all over Outland.',12,0,100,0,0,0,0,0,'Pathaleon the Calculator\'s Image'),
|
|
(21504,22,0,'I grow bored with your attempt to heal the land and quell the energies summoning and driving the colossi mad. Goliathon, King of the Colossi, Prince Kael\'thas and I demand that you defend the crystal!',12,0,100,0,0,0,0,0,'Pathaleon the Calculator\'s Image'),
|
|
(21504,23,0,'We will meet again soon.',12,0,100,0,0,0,18372,0,'Pathaleon the Calculator\'s Image'),
|
|
(21506,0,0,'Illidan\'s lapdogs! You will pay for my imprisonment with your lives!',14,0,100,0,0,0,19577,0,'Azaloth'),
|
|
(21514,0,0,'Who dares defile the altar of Gorgrom the Dragon-Eater?',14,0,100,0,0,0,20262,0,'Gorgrom the Dragon-Eater'),
|
|
(21514,1,0,'I will crush it and flay it and eat its meat and crack its bones one by one when I am done.',14,0,100,0,0,0,20264,0,'Gorgrom the Dragon-Eater'),
|
|
(21633,0,0,'Everything is in readiness, warbringer.',12,0,100,0,0,0,19274,0,'Jovaan'),
|
|
(21633,1,0,'Warbringer, that will require the use of all the hold\'s infernals. It may leave us vulnerable to a counterattack.',12,0,100,0,0,0,19275,0,'Jovaan'),
|
|
(21633,2,0,'It shall be as you say, warbringer. One last question, if I may...',12,0,100,6,0,0,19279,0,'Jovaan'),
|
|
(21633,3,0,'What\'s in the crate?',12,0,100,6,0,0,19280,0,'Jovaan'),
|
|
(21644,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Skettis Wing Guard'),
|
|
(21648,0,0,'Thank you, mortal.',12,11,100,0,0,0,19849,0,'mature netherwing drake SAY_JUST_EATEN'),
|
|
(21661,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Cabal Skirmisher'),
|
|
(21661,1,0,'The end comes for you!',12,0,100,0,0,0,16800,0,'Cabal Skirmisher'),
|
|
(21661,1,1,'You will not escape us so easily!',12,0,100,0,0,0,20165,0,'Cabal Skirmisher'),
|
|
(21661,1,2,'I shall be rewarded!',12,0,100,0,0,0,16803,0,'Cabal Skirmisher'),
|
|
(21661,1,3,'Ruin finds us all!',12,0,100,0,0,0,16798,0,'Cabal Skirmisher'),
|
|
(21661,1,4,'In Sargeras\' name!',12,0,100,0,0,0,16799,0,'Cabal Skirmisher'),
|
|
(21661,1,5,'I do as I must!',12,0,100,0,0,0,16801,0,'Cabal Skirmisher'),
|
|
(21661,1,6,'The Legion reigns!',12,0,100,0,0,0,16802,0,'Cabal Skirmisher'),
|
|
(21661,1,7,'You\'ll go nowhere, fool!',12,0,100,0,0,0,20164,0,'Cabal Skirmisher'),
|
|
(21685,0,0,'You do not fight alone, $n! Together, we will banish this spawn of hellfire!',14,0,100,0,0,0,19304,0,'Oronok Torn-heart'),
|
|
(21685,1,0,'We leave, then, Torlok. I have only one request...',12,0,100,1,0,0,19341,0,'Oronok Torn-heart'),
|
|
(21685,2,0,'The Torn-heart men give their weapons to Earthmender Torlok.',16,0,100,1,0,0,19342,0,'Oronok Torn-heart'),
|
|
(21685,3,0,'Give these to the heroes that made this possible.',12,0,100,1,0,0,19343,0,'Oronok Torn-heart'),
|
|
(21685,4,0,'We will set the elements free of your grasp by force!',14,0,100,0,0,0,19309,0,'Oronok Torn-heart'),
|
|
(21685,5,0,'We will fight when you are ready.',12,0,100,0,0,0,19310,0,'Oronok Torn-heart'),
|
|
(21685,6,0,'What say the elements, Torlok? I hear only silence.',12,0,100,1,0,0,19334,0,'Oronok Torn-heart'),
|
|
(21685,7,0,'They are redeemed! Then we have won?',12,0,100,5,0,0,19337,0,'Oronok Torn-heart'),
|
|
(21687,0,0,'Could... Could it be over? Is he destroyed?',12,0,100,0,0,0,19332,0,'Grom\'tor, Son of Oronok'),
|
|
(21690,0,0,'WARNING! WARNING! AWAY HOSTILE BEINGS! DO NOT HEAD UP THE RIDGE TO TOSHLEY\'S STATION!',12,0,100,35,0,0,19311,0,'R-3D0'),
|
|
(21694,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bog Overlord'),
|
|
(21699,0,0,'Release me immediately or face my wrath!',12,0,100,15,0,0,19395,0,'Maiev Shadowsong'),
|
|
(21699,1,0,'If we truly desire the same thing, Akama, then release me! If Illidan is to die, it shall be by my hand!',12,0,100,22,0,0,19407,0,'Maiev Shadowsong to Player'),
|
|
(21699,2,0,'Curse you, Akama! I am not a pawn in your game... my will is my own. When I unleash my wrath upon Illidan it will have nothing to do with your foolish scheme!',12,0,100,0,0,0,19409,0,'Maiev Shadowsong to Player'),
|
|
(21700,0,0,'Have no fear, $r. Just play along.',15,0,100,0,0,0,19402,0,'Akama to Player'),
|
|
(21700,1,0,'A mere nuisance, I assure you! Tell the Master his prisoner will not escape while Akama and his Deathsworn watch over her.',14,0,100,0,0,0,19403,0,'Akama to Player'),
|
|
(21700,2,0,'Forgive my harsh methods, but the Betrayer cannot learn of the truth. My secret must be kept at all costs!',12,0,100,0,0,0,19405,0,'Akama to Player'),
|
|
(21700,3,0,'In due time, Maiev. I\'ve spent years preparing to make my move - I can\'t afford to put my plans in peril by tipping my hand too soon.',12,0,100,0,0,0,19408,0,'Akama to Player'),
|
|
(21700,4,0,'The Heart of Fury... I witnessed its power long ago, when Velen wielded it. I feel the same power coursing through it right now!',12,0,100,0,0,0,19858,0,'Akama to Player'),
|
|
(21700,5,0,'With this crystal\'s powers, my Deathsworn and I... we\'d be unstoppable! We could destroy Illidan! We could... replace him as lords of Outland!',12,0,100,0,0,0,19859,0,'Akama to Player'),
|
|
(21700,6,0,'But that is not part of the vision I was granted... that is not... how my people will be freed.',12,0,100,0,0,0,19860,0,'Akama to Player'),
|
|
(21700,7,0,'Please, $n. You must take the Heart of Fury somewhere safe... you must take it to A\'dal!',12,0,100,0,0,0,19870,0,'Akama to Player'),
|
|
(21700,8,0,'Olum... old friend. It is good to see that you are safe.',12,0,100,6,0,11600,20490,0,'Akama to Player'),
|
|
(21700,9,0,'Illidan will become suspicious... that much is for certain. We will deal with it as we always do.',12,0,100,0,0,11601,20491,0,'Akama to Player'),
|
|
(21700,10,0,'You cannot... be serious, Olum. Your sacrifice has already been too great.',12,0,100,274,0,11602,20492,0,'Akama to Player'),
|
|
(21700,11,0,'It appears your mind is set then. We will guide you to the spirit world with as much kindness as we can.',12,0,100,396,0,11603,20493,0,'Akama to Player'),
|
|
(21700,12,0,'Farewell, dear friend. We shall meet you in the next world when our duties in this one are fulfilled.',12,0,100,0,0,11604,20494,0,'Akama to Player'),
|
|
(21700,13,0,'Master! We\'ve found the traitor who escaped Vashj! His body lies in front of me... lifeless!',12,0,100,0,0,11605,20495,0,'Akama to Player'),
|
|
(21700,14,0,'But, sire! You have misjudged my actions... I do have knowledge of someone close to you who plans to betray you. It is that dog, Kael\'thas! He has allied with Kil\'jaeden and intends to replace you as Lord of Outland!',12,0,100,0,0,11606,20496,0,'Akama to Player'),
|
|
(21700,15,0,'It will be done, my lord!',12,0,100,66,0,11607,20497,0,'Akama to Player'),
|
|
(21717,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Dragonmaw Wrangler'),
|
|
(21739,0,0,'Farewell, mortals... The earthmender knows what fire feels...',12,0,100,0,0,0,19340,0,'Redeemed Spirit of Earth'),
|
|
(21739,1,0,'It is now as it should be, shaman. You have done well.',12,0,100,0,0,0,19338,0,'Redeemed Spirit of Earth'),
|
|
(21740,0,0,'Yes... Well enough for the elements that are here, but the cipher is known to another... The spirits of fire are in turmoil... If this force is not stopped, the world where these mortals came from will cease.',12,0,100,0,0,0,19339,0,'Redeemed Spirit of Fire'),
|
|
(21767,0,0,'What $r dare harm those of my flock?',14,0,100,0,0,0,19398,0,'Harbinger of the Raven'),
|
|
(21768,0,0,'Mortals, here? What is the meaning of this, pathetic Broken!',14,0,100,0,0,0,19401,0,'Vagath to Player'),
|
|
(21768,1,0,'You\'d do well not to toy with me, Akama. Illidan has given me specific orders to keep a close watch on the Warden. If I find out you\'re hiding anything from me, I will crush you with my own hands!',12,0,100,0,0,0,19404,0,'Vagath to Player'),
|
|
(21769,0,0,'What is it that you want from me, shaman?',12,1,100,6,0,0,19608,0,'Overlord Or\'barokh'),
|
|
(21769,1,0,'Do you not have eyes? Did you not see the demons on our very doorstep? I do not have the soldiers to spare!',12,1,100,6,0,0,19609,0,'Overlord Or\'barokh'),
|
|
(21769,2,0,'Pray to your gods, shaman. Perhaps they will come to your aid. The Horde, however, cannot...',12,1,100,25,0,0,19610,0,'Overlord Or\'barokh'),
|
|
(21771,0,0,'Wit a reward like dis, how could they refuse, mon?',12,0,100,0,0,0,19413,0,'Warcaller Sardon Truslice'),
|
|
(21773,0,0,'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!',12,7,100,6,0,0,19612,0,'Thane Yoregar'),
|
|
(21780,0,0,'%s begins channeling power into Dimensius.',16,0,100,0,0,0,0,0,'Spawn of Dimensius'),
|
|
(21788,0,0,'We will never dissipate, mortal... Our fate is tied to Gorefiend...',15,0,100,0,0,0,19444,0,'Shadowmoon Zealot'),
|
|
(21788,0,1,'Pray that the chilling embrace of Teron Gorefiend does not reach out for you...',15,0,100,0,0,0,19445,0,'Shadowmoon Zealot'),
|
|
(21788,0,2,'It is you who have invaded our home. Gorefiend will avenge us!',15,0,100,0,0,0,19446,0,'Shadowmoon Zealot'),
|
|
(21788,0,3,'Gorefiend will have your head, interloper!',15,0,100,0,0,0,19447,0,'Shadowmoon Zealot'),
|
|
(21788,0,4,'We are bound here... eternally. It is the will of Gorefiend.',15,0,100,0,0,0,19448,0,'Shadowmoon Zealot'),
|
|
(21789,0,0,'I\'ve rigged a few control consoles down the slope. Get one quickly and take control of the fel reaver! You\'ll only have a limited amount of time.',12,0,100,0,0,0,19666,0,'Nakansi'),
|
|
(21790,0,0,'I\'ve rigged a few control consoles down the slope. Get one quickly and take control of the fel reaver! You\'ll only have a limited amount of time.',12,0,100,0,0,0,19666,0,'Plexi'),
|
|
(21795,0,0,'We will never dissipate, mortal... Our fate is tied to Gorefiend...',15,0,100,0,0,0,19444,0,'Shadowmoon Harbinger'),
|
|
(21795,0,1,'Pray that the chilling embrace of Teron Gorefiend does not reach out for you...',15,0,100,0,0,0,19445,0,'Shadowmoon Harbinger'),
|
|
(21795,0,2,'It is you who have invaded our home. Gorefiend will avenge us!',15,0,100,0,0,0,19446,0,'Shadowmoon Harbinger'),
|
|
(21795,0,3,'Gorefiend will have your head, interloper!',15,0,100,0,0,0,19447,0,'Shadowmoon Harbinger'),
|
|
(21795,0,4,'We are bound here... eternally. It is the will of Gorefiend.',15,0,100,0,0,0,19448,0,'Shadowmoon Harbinger'),
|
|
(21797,0,0,'Your body is mine! Our fates are forever intertwined.',12,0,100,25,0,0,19494,0,'Ancient Shadowmoon Spirit'),
|
|
(21797,1,0,'We will meet again... Someday.',12,0,100,0,0,0,19508,0,'Ancient Shadowmoon Spirit'),
|
|
(21797,2,0,'Death incarnate has been released upon the world once more! Teron Gorefiend has returned...',14,0,100,0,0,0,19509,0,'Ancient Shadowmoon Spirit'),
|
|
(21838,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Terokk'),
|
|
(21838,1,0,'Kwa! You cannot kill me, I am immortal!',14,0,100,0,0,0,24020,0,'Terokk'),
|
|
(21838,2,0,'%s becomes enraged as his shield shatters.',41,0,100,0,0,0,21328,0,'Terokk'),
|
|
(21838,3,0,'Who calls me to this world? The stars are not yet aligned... my powers fail me! You will pay for this!',14,0,100,0,0,0,21639,0,'Terokk'),
|
|
(21838,4,0,'Show me what you\'re made of, $n!',14,0,100,0,0,0,21327,0,'Terokk Chosen One'),
|
|
(21861,0,0,'From the darkest night shall rise again the raven, shall take flight in the shadows, shall reveal the nature of its kind. Prepare yourself for its coming, for the faithful shall be elevated to take flight with the raven, the rest be forgotten to walk upon the ground, clipped wings and shame.',15,0,100,0,0,0,19475,0,'The Voice of the Raven God - The First Prophecy'),
|
|
(21861,1,0,'Steel your minds and guard your thoughts. The dark wings will cloud and consume the minds of the weak, a flock of thralls whose feet may never leave the ground.',15,0,100,0,0,0,19476,0,'The Voice of the Raven God - The Second Prophecy'),
|
|
(21861,2,0,'The Old blood will flow once again with the coming of the raven, the return of the darkness in the skies. Scarlet night, and the rise of the old.',15,0,100,0,0,0,19477,0,'The Voice of the Raven God - The Third Prophecy'),
|
|
(21861,3,0,'The raven was struck down once for flying too high, unready. The eons have prepared the Dark Watcher for its ascent, to draw the dark cloak across the horizon.',15,0,100,0,0,0,19478,0,'The Voice of the Raven God - The Fourth Prophecy'),
|
|
(21867,0,0,'We will meet again... Someday.',12,0,100,273,0,0,19508,0,'Teron Gorefiend'),
|
|
(21867,1,0,'Death incarnate has been released upon the world once more! Teron Gorefiend has returned...',14,0,100,22,0,0,19509,0,'Teron Gorefiend'),
|
|
(21872,0,0,'Waste no time, fool! Use our power to kill those that stand in our way! Destroy Karsius before you are subdued!',15,0,100,1,0,0,19503,0,'The Voice of Gorefiend'),
|
|
(21873,0,0,'By Nazjatar\'s Depths! ',12,0,0,0,0,0,16711,0,'Coilfang Guardian'),
|
|
(21873,0,1,'Die, warmblood!',12,0,0,0,0,0,16710,0,'Coilfang Guardian'),
|
|
(21873,0,2,'For the Master!',12,0,0,0,0,0,16708,0,'Coilfang Guardian'),
|
|
(21873,0,3,'Illidan reigns! ',12,0,0,0,0,0,16709,0,'Coilfang Guardian'),
|
|
(21873,0,4,'My blood is like venom!',12,0,0,0,0,0,16712,0,'Coilfang Guardian'),
|
|
(21875,1,0,'At last I am liberated. It has been too long since I have tasted true freedom!',14,0,100,0,0,11309,19502,0,'leotheras SAY_FREE'),
|
|
(21877,0,0,'Your pathetic attempt to escape will be short lived, Gorefiend. Let the $g boy:girl, go and submit! Even with your armor and weapons, you cannot defeat the ancients!',12,0,100,1,0,0,19504,0,'Karsius the Ancient Watcher to Player'),
|
|
(21877,1,0,'What ... have you done...',14,0,100,0,0,0,19506,0,'Karsius the Ancient Watcher to Player'),
|
|
(21877,2,0,'Let this be a lesson to those that would do evil to our lands!',14,0,100,0,0,0,19505,0,'Karsius the Ancient Watcher when Teron Dies'),
|
|
(21894,0,0,'Who disturbs my slumber? That spear... I still carry the scar!',14,0,100,0,0,0,19599,0,'Xeleth - Yell on summon'),
|
|
(21907,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Cabal Initiate'),
|
|
(21925,0,0,'Feel my wrath, $r scum! You will not get away with this!',14,0,100,0,0,0,19598,0,'Avatar of Sathal SAY_AGGRO'),
|
|
(21983,0,0,'Yes, he\'s the second-in-command of the wyrmcult at the Blackwing Coven to the west.',12,0,100,1,0,0,19718,0,'Samia Inkling OOC text'),
|
|
(21998,0,0,'Speak quickly, $n. We haven\'t much time!',12,0,100,0,0,0,19675,0,'SAY_LAND'),
|
|
(22006,0,0,'Master... I\'ve failed you...',14,0,100,0,0,0,19820,0,'Shadowlord Deathwail'),
|
|
(22006,1,0,'You will never get the Heart of Fury! Its power belongs to Illidan!',14,0,100,0,0,0,19744,0,'Shadowlord Deathwail'),
|
|
(22006,2,0,'%s retrieves the Heart of Fury.',16,0,100,0,0,0,19830,0,'Shadowlord Deathwail'),
|
|
(22007,0,0,'Samia, do you know who Kolphis Darkscale is?',12,0,100,6,0,0,19717,0,'Tree Warden Chawn OOC text'),
|
|
(22011,0,0,'And... if we do not?',12,0,100,0,0,0,19695,0,'Corok the Mighty'),
|
|
(22012,0,0,'Lend us the strength of the giants of Shadowmoon, Corok. The master is a just ruler. He will be sure to take care of those that assisted in subduing the dissidents of this world.',12,0,100,0,0,0,19693,0,'Chancellor Bloodleaf'),
|
|
(22012,1,0,'Then you become enemies of my lord, Illidan. Enemies of Illidan are destroyed. Are your giants able to withstand an attack from the forces of Eclipse Point?',12,0,100,0,0,0,19696,0,'Chancellor Bloodleaf'),
|
|
(22012,2,0,'No... I did not think so...',12,0,100,0,0,0,19697,0,'Chancellor Bloodleaf'),
|
|
(22019,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Kolphis Darkscale'),
|
|
(22054,0,0,'Brashly you have attacked my children, Illidan! The pact is broken. Giant will never side with elf! NEVER!',14,0,100,0,0,0,19737,2,'Behemothon, King of the Colossi'),
|
|
(22054,1,0,'%s roars in defiance.',16,0,100,0,0,3685,19739,2,'Behemothon, King of the Colossi'),
|
|
(22059,0,0,'What is it, $r? Have you gathered some new information?',12,0,100,0,0,0,19742,0,'SAY_LAND'),
|
|
(22062,0,0,'Excellent! Fresh parts!',12,0,100,0,0,0,19887,0,'Dr. Whitherlimb - Aggro'),
|
|
(22062,1,0,'It is very kind of you to donate your organs!',12,0,100,0,0,0,19888,0,'Dr. Whitherlimb - Kill'),
|
|
(22062,1,1,'Be proud, your brain will be put to good use in one of my abominations.',12,0,100,0,0,0,19889,0,'Dr. Whitherlimb - Kill'),
|
|
(22082,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,2384,0,'Shadowmoon Slayer'),
|
|
(22083,0,0,'What is the meaning of this, Mor\'ghor?',12,0,100,0,0,0,21804,0,'overlord morghor LORD_ILLIDAN_SAY_1'),
|
|
(22083,1,0,'Silence!',12,1,100,0,0,0,32240,0,'overlord morghor LORD_ILLIDAN_SAY_2'),
|
|
(22083,2,0,'Blathering idiot. You incomprehensibly incompetent buffoon...\n',12,0,100,0,0,0,21808,0,'overlord morghor LORD_ILLIDAN_SAY_3'),
|
|
(22083,3,0,'THIS is your hero?',12,0,100,0,0,0,21809,0,'overlord morghor LORD_ILLIDAN_SAY_4'),
|
|
(22083,4,0,'You have been deceived, imbecile.',12,0,100,0,0,0,21810,0,'overlord morghor LORD_ILLIDAN_SAY_5'),
|
|
(22083,5,0,'This... whole... operation... HAS BEEN COMPROMISED!',12,0,100,0,0,0,21811,0,'overlord morghor LORD_ILLIDAN_SAY_6'),
|
|
(22083,6,0,'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.',12,0,100,0,0,0,21812,0,'overlord morghor LORD_ILLIDAN_SAY_7'),
|
|
(22103,0,0,'There, it is completed.',12,0,100,0,0,0,19808,0,'Baron Sablemane'),
|
|
(22105,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Decrepit Clefthoof'),
|
|
(22127,0,0,'It\'s a good thing I was able to make duplicates of the Felsworn Gas Mask.',12,0,100,1,0,0,20215,0,'Wildlord Antelarion'),
|
|
(22143,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Gordunni Back-Breaker'),
|
|
(22148,0,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Gordunni Head-Splitter'),
|
|
(22160,0,0,'Stupid puny thing. Me smash!',12,0,100,0,0,0,19892,0,'Bloodmaul Taskmaster on Aggro Text'),
|
|
(22160,0,1,'Me mad. You get smash in face!',12,0,100,0,0,0,19893,0,'Bloodmaul Taskmaster on Aggro Text'),
|
|
(22160,0,2,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bloodmaul Taskmaster on Aggro Text'),
|
|
(22160,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Taskmaster on death Quest 11000 complete'),
|
|
(22160,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Taskmaster on death Quest 11000 complete'),
|
|
(22160,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Taskmaster on death Quest 11000 complete'),
|
|
(22160,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Taskmaster on death Quest 11000 complete'),
|
|
(22160,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Taskmaster on death Quest 11000 complete'),
|
|
(22160,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Taskmaster on death Quest 11000 complete'),
|
|
(22160,2,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Bloodmaul Taskmaster on enrage'),
|
|
(22181,1,0,'The %s appears ready to be wrangled.',16,0,100,0,0,0,21366,0,'Aether Ray'),
|
|
(22199,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Slaag'),
|
|
(22252,0,0,'Me so hungry! YUM!',12,0,100,0,0,0,21120,0,'Dragonmaw Peon SAY_1'),
|
|
(22252,0,1,'It put the mutton in the stomach!',12,0,100,0,0,0,21121,0,'Dragonmaw Peon SAY_1'),
|
|
(22252,0,2,'Mmmm! FOOD!',12,0,100,0,0,0,21119,0,'Dragonmaw Peon SAY_1'),
|
|
(22252,0,3,'Time for eating?',12,0,100,0,0,0,21118,0,'Dragonmaw Peon SAY_1'),
|
|
(22252,1,0,'Hey...me not feel so good.',12,0,100,0,0,0,21122,0,'Dragonmaw Peon SAY_POISONED_1'),
|
|
(22252,1,1,'You is bad orc... baaad... or... argh!',12,0,100,0,0,0,21123,0,'Dragonmaw Peon SAY_POISONED_1'),
|
|
(22259,0,0,'Your end has come!',12,0,100,0,0,0,53515,0,'Hellfire Wardling'),
|
|
(22259,0,1,'An intruder! Begone!',12,0,100,0,0,0,20027,0,'Hellfire Wardling'),
|
|
(22259,0,2,'An intruder! Begone!',12,0,100,0,0,8152,20027,0,'Hellfire Wardling'),
|
|
(22259,0,3,'You will burn!',12,0,100,0,0,0,53513,0,'Hellfire Wardling'),
|
|
(22259,0,4,'Die!',12,0,100,0,0,0,53514,0,'Hellfire Wardling'),
|
|
(22259,0,5,'Your end has come!',12,0,100,0,0,8152,53515,0,'Hellfire Wardling'),
|
|
(22259,0,6,'Die!',12,0,100,0,0,8152,53514,0,'Hellfire Wardling'),
|
|
(22273,0,0,'Die, interloper! Your puny device cannot pierce the dark magics of Hellfire Citadel!',12,0,100,397,0,0,20020,0,'Fel Warden'),
|
|
(22281,0,0,'I am older than you can fathom. Show some respect!',14,0,100,0,0,0,21688,0,'Galvanoth - Random Yell on Spawn'),
|
|
(22281,0,1,'As I shall consume your flesh, so too shall the Burning Legion consume your people!',14,0,100,0,0,0,21689,0,'Galvanoth - Random Yell on Spawn'),
|
|
(22281,0,2,'I will make your death a quick one, $n.',14,0,100,0,0,0,21692,0,'Galvanoth - Random Yell on Spawn'),
|
|
(22281,0,3,'May whatever god you believe in have mercy on you. For I will show you none.',14,0,100,0,0,0,21694,0,'Galvanoth - Random Yell on Spawn'),
|
|
(22281,0,4,'Eager to die, are we?',14,0,100,0,0,0,21697,0,'Galvanoth - Random Yell on Spawn'),
|
|
(22281,0,5,'Your death is at hand, $n. Savor these last moments.',14,0,100,0,0,0,21702,0,'Galvanoth - Random Yell on Spawn'),
|
|
(22281,0,6,'You dare summon me? Your insolence will be punished.',14,0,100,0,0,0,21721,0,'Galvanoth - Random Yell on Spawn'),
|
|
(22293,0,0,'%s begins to sputter as its engine malfunctions.',16,0,100,0,0,0,20103,0,'Inactive Fel Reaver'),
|
|
(22304,0,0,'Get to work on those crystals!',12,0,100,0,0,0,21112,0,'Mo\'\'arg Extractor'),
|
|
(22304,0,1,'Move it! These crystals aren\'t going to collect themselves.',12,0,100,0,0,0,21114,0,'Mo\'\'arg Extractor'),
|
|
(22304,0,2,'These crystals will work. Get them!',12,0,100,0,0,0,21113,0,'Mo\'\'arg Extractor'),
|
|
(22304,1,0,'At least you didn\'\'t screw this batch up.',12,0,100,0,0,0,21116,0,'Mo\'\'arg Extractor'),
|
|
(22304,1,1,'I can\'\'t believe you\'\'ve actually done something right for once.',12,0,100,0,0,0,21117,0,'Mo\'\'arg Extractor'),
|
|
(22304,1,2,'You\'\'ve ruined this batch! Why must I work with you worthless Gan\'\'arg.',12,0,100,0,0,0,21115,0,'Mo\'\'arg Extractor'),
|
|
(22314,0,0,'Woot!',12,0,100,0,0,0,20110,0,'Captive Child'),
|
|
(22314,0,1,'I think those weird bird guys were going to eat us. Gross!',12,0,100,0,0,0,20114,0,'Captive Child'),
|
|
(22314,0,2,'Yay! We\'re free!',12,0,100,0,0,0,20109,0,'Captive Child'),
|
|
(22314,0,3,'Gross!',12,0,100,0,0,0,20115,0,'Captive Child'),
|
|
(22314,0,4,'Yay! We love you! You saved us!',12,0,100,0,0,0,20111,0,'Captive Child'),
|
|
(22339,0,0,'The %s flies up through the trees, free of Terokk\'s corruption.',16,0,100,0,0,0,20136,0,'Redeemed Hatchling'),
|
|
(22343,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Deathshadow Archon'),
|
|
(22366,0,0,'Thank you for allowing me to visit, $n. You have a very colorful soul, but it\'s a little brighter than I prefer... or I might have stayed longer!',15,0,100,0,0,0,20154,0,'Demoniac Visitation'),
|
|
(22373,0,0,'More Minions of Terokk are coming!',12,0,100,0,0,0,20266,0,'Defender Grashna'),
|
|
(22373,1,0,'The invaders persist! Hold them off!',12,0,100,0,0,0,20267,0,'Defender Grashna'),
|
|
(22373,2,0,'An Avatar of Terokk!! To arms!',12,0,100,0,0,0,20268,0,'Defender Grashna'),
|
|
(22373,3,0,'The Avatar of Terokk has been defeated! Death to Terokk! Death to Skettis!',12,0,100,0,0,0,20270,0,'Defender Grashna'),
|
|
(22373,4,0,'%s points to the sky above.',16,0,100,0,0,0,20157,0,'Defender Grashna'),
|
|
(22374,0,0,'Who dares slay one of my Kargath\'s commanders? You will pay for this... in flesh!',14,0,100,0,0,0,20156,0,'Hand of Kargath'),
|
|
(22377,0,0,'Let us leave this place. I\'ve had enough of these madmen!',12,0,100,0,0,0,20161,0,'Akuno'),
|
|
(22377,1,0,'Beware! More cultists come!',12,0,100,0,0,0,20162,0,'Akuno'),
|
|
(22377,2,0,'I can find my way from here. My friend Mekeda will reward you for your kind actions.',12,0,100,0,0,0,20163,0,'Akuno'),
|
|
(22378,0,0,'Speak, filthy refugee! What was your caravan doing in the Bone Wastes?',12,0,100,0,0,0,20160,0,'Cabal Interrogator'),
|
|
(22381,0,0,'Incompetent fools! Auchindoun should\'ve been ours... look at yourselves scrambling like rats!',12,0,100,0,0,0,20166,0,'Hathyss the Wicked'),
|
|
(22384,0,0,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Bloodmaul Soothsayer on Aggro Text'),
|
|
(22384,0,1,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1927,0,'Bloodmaul Soothsayer on Aggro Text'),
|
|
(22384,0,2,'I\'ll crush you!',12,0,100,0,0,0,1925,0,'Bloodmaul Soothsayer on Aggro Text'),
|
|
(22384,1,0,'Puny $r... you were a... horrible $g king : queen;.',12,0,100,0,0,0,21050,0,'Bloodmaul Soothsayer on death Quest 11000 complete'),
|
|
(22384,1,1,'Agh... me am...dead.',12,0,100,0,0,0,21032,0,'Bloodmaul Soothsayer on death Quest 11000 complete'),
|
|
(22384,1,2,'Me go to... Ogri\'la.',12,0,100,0,0,0,21033,0,'Bloodmaul Soothsayer on death Quest 11000 complete'),
|
|
(22384,1,3,'$G King : Queen; think... there really is... an Ogri\'la?',12,0,100,0,0,0,21049,0,'Bloodmaul Soothsayer on death Quest 11000 complete'),
|
|
(22384,1,4,'Me honored... $g king : queen; kill me.',12,0,100,0,0,0,21034,0,'Bloodmaul Soothsayer on death Quest 11000 complete'),
|
|
(22384,1,5,'$G King : Queen; $n, me die now.',12,0,100,0,0,0,21035,0,'Bloodmaul Soothsayer on death Quest 11000 complete'),
|
|
(22396,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,1191,0,'Draaca Longtail'),
|
|
(22424,0,0,'%s squawks and heads toward Veil Shalas. Hurry and follow!',16,0,100,0,0,0,20254,0,'Skywing'),
|
|
(22424,1,0,'%s pauses briefly before the tree and then heads inside.',16,0,100,0,0,0,20255,0,'Skywing'),
|
|
(22424,2,0,'%s seems to be looking for something. He wants you to follow.',16,0,100,0,0,0,20256,0,'Skywing'),
|
|
(22424,3,0,'%s flies to the platform below! You\'\'d better jump if you want to keep up. Hurry!',16,0,100,0,0,0,20257,0,'Skywing'),
|
|
(22424,4,0,'%s bellows a loud squawk!',16,0,100,0,0,0,20284,0,'Skywing'),
|
|
(22424,5,0,'Free at last from that horrible curse! Thank you! Please send word to Rilak the Redeemed that I am okay. My mission lies in Skettis. Terokk must be defeated!',12,0,100,0,0,0,20295,0,'Skywing'),
|
|
(22424,6,0,'%s wanders off into the distance.',16,0,100,0,0,0,20297,0,'Skywing'),
|
|
(22431,0,0,'It is time. The rite of exorcism will now commence...',12,0,100,0,0,0,20400,0,'Barada'),
|
|
(22431,1,0,'Prepare yourself. Do not allow the ritual to be interrupted or we may lose our patient...',12,0,100,0,0,0,20401,0,'Barada'),
|
|
(22431,2,0,'Back foul beings of darkness! You have no power here!',12,0,100,0,0,0,20404,0,'Barada'),
|
|
(22431,2,1,'The power of light compells you! Back to your pit!',12,0,100,0,0,0,0,0,'Anchorite Barada'),
|
|
(22431,2,2,'Be cleansed with Light, human! Let not the demonic corruption overwhelm you.',12,0,100,0,0,0,0,0,'Anchorite Barada'),
|
|
(22431,2,3,'The light is my guide... it is my sustenance!',12,0,100,0,0,0,20408,0,'Anchorite Barada'),
|
|
(22431,2,4,'I... must not... falter!',12,0,100,0,0,0,0,0,'Anchorite Barada'),
|
|
(22431,2,5,'In the name of the Light! It is Light that commands you! It is Light that flung you to the depths of darkness!',12,0,100,0,0,0,20406,0,'Anchorite Barada'),
|
|
(22431,3,0,'I... must not... falter',12,0,100,0,0,0,20407,0,'Barada'),
|
|
(22431,4,0,'The Light is my guide... it is my sustenance!',12,0,100,0,0,0,20408,0,'Barada'),
|
|
(22431,5,0,'The power of light compells you! Back to your pit!',12,0,100,0,0,0,20405,0,'Barada'),
|
|
(22431,6,0,'Be cleansed with Light, human! Let not the demonic corruption overwhelm you.',12,0,100,0,0,0,20403,0,'Barada'),
|
|
(22431,7,0,'Back! I cast you back... corruptor of faith! Author of pain! Do not return, or suffer the same fate as you did here today!',12,0,100,0,0,0,20419,0,'Barada'),
|
|
(22432,0,0,'Keep away. The fool is mine.',12,0,100,0,0,0,20402,0,'Colonel Jules'),
|
|
(22432,1,0,'Ah! Cease the incantations, Anchorite! Cease, or I will show you such pain that your pathetic people have never imagined!',12,0,100,0,0,0,20414,0,'Colonel Jules'),
|
|
(22432,1,1,'Give us time... Let the man die... I am no one... I am no one... Fear the anchorite... Fear the anchorite... Barada... Barada.',12,0,100,0,0,0,20411,0,'Colonel Jules'),
|
|
(22432,1,2,'This is fruitless, draenei! You and your little helper cannot wrest control of this pathetic human. He is mine!',12,0,100,0,0,0,0,0,'Colonel Jules'),
|
|
(22432,1,3,'I will tear your soul into morsels and slow roast them over demon fire.',12,0,100,0,0,0,0,0,'Colonel Jules'),
|
|
(22432,1,4,'All is lost, Anchorite! Abandon what hope remains.',12,0,100,0,0,0,0,0,'Colonel Jules'),
|
|
(22432,1,5,'I see your ancestors, Anchorite! They writhe and scream in the darkness... they are with us!',12,0,100,0,0,0,0,0,'Colonel Jules'),
|
|
(22432,2,0,'This is fruitless, draenei! You and your little helper cannot wrest control of this pathetic human. He is mine!',12,0,100,0,0,0,20416,0,'Colonel Jules'),
|
|
(22432,3,0,'I see your ancestors, Anchorite! They writhe and scream in the darkness... they are with us!',12,0,100,0,0,0,20415,0,'Colonel Jules'),
|
|
(22432,4,0,'I will tear your soul into morsels and slow roast them over demon fire.',12,0,100,0,0,0,20417,0,'Colonel Jules'),
|
|
(22444,0,0,'...',12,0,0,0,0,0,11044,0,''),
|
|
(22448,0,0,'I am Rexxar, son of the Mok\'Nathal, champion of the Horde.',14,0,100,397,0,0,20318,0,'Rexxar'),
|
|
(22448,1,0,'And their torment at your hands is at an end. By my name, I shall put an end to your life.',14,0,100,113,0,0,20319,0,'Rexxar'),
|
|
(22448,2,0,'Prepare yourself for the end.',14,0,100,15,0,0,20320,0,'Rexxar'),
|
|
(22448,3,0,'I could not have achieved this victory without you. We will speak back at Thunderlord Stronghold.',14,0,100,397,0,0,20326,0,'Rexxar'),
|
|
(22452,0,0,'You have brought me back too soon! I am weak yet... What is this! Who... It matters not! DIE!',12,0,100,1,0,0,20298,0,'Reanimated Exarch'),
|
|
(22454,0,0,'Vengeance will not be yours, $n!',12,0,100,15,0,0,20301,0,'Fel Spirit to Player'),
|
|
(22458,0,0,'Aright, listen up! Form a circle around me and move out!',12,0,100,0,0,0,20314,0,''),
|
|
(22458,1,0,'Aright, $r, just keep us safe from harm while we work. We\'ll pay you when we return.',12,0,100,0,0,0,20328,0,''),
|
|
(22458,2,0,'The dig site is just north of here.',12,0,100,0,0,0,20329,0,''),
|
|
(22458,3,0,'We\'re here! Start diggin\'!',12,0,100,0,0,0,20330,0,''),
|
|
(22458,4,0,'I think there\'s somethin\' buried here, beneath the sand!',12,0,100,396,0,0,20331,0,''),
|
|
(22458,5,0,'Almost got it!',12,0,100,396,0,0,20332,0,''),
|
|
(22458,6,0,'By Brann\'s brittle bananas! What is it!? It... It looks like a drum.',12,0,100,396,0,0,20333,0,''),
|
|
(22458,7,0,'Have ye gone mad? You expect me to leave behind a drum without first beatin\' on it? Not this son of Ironforge! No sir!',12,0,100,0,0,0,20337,0,''),
|
|
(22458,8,0,'Shut yer yaps! I\'m gonna bang on this drum and that\'s that!',12,0,100,0,0,0,20344,0,''),
|
|
(22458,9,0,'IN YOUR FACE! I told you there was somethin\' here!',12,0,100,0,0,0,20348,0,''),
|
|
(22458,10,0,'Don\'t just stand there! Help $g him:her; out!',12,0,100,0,0,0,20361,0,''),
|
|
(22458,11,0,'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.',12,0,100,0,0,0,20363,0,''),
|
|
(22458,12,0,'%s picks up the drum.',16,0,100,0,0,0,20362,0,'Chief Archaeologist Letoll'),
|
|
(22459,0,0,'Praise the naaru, I\'m saved. I will try to make it clear on my own.',12,0,100,1,0,0,20143,0,'Freed Sha\'tar Warrior'),
|
|
(22459,0,1,'I\'m hurt, but I can still run. Thank you, stranger.',12,0,100,1,0,0,20144,0,'Freed Sha\'tar Warrior'),
|
|
(22459,0,2,'My thanks, stranger.',12,0,100,1,0,0,20145,0,'Freed Sha\'tar Warrior'),
|
|
(22459,0,3,'I\'m too weak to fight with you. Please find my friends.',12,0,100,1,0,0,20146,0,'Freed Sha\'tar Warrior'),
|
|
(22459,1,0,'Praise the naaru, I\'m saved. I will try to make it clear on my own.',12,7,100,5,0,0,20143,0,'Freed Sha\'tar Warrior'),
|
|
(22459,1,1,'I\'m hurt, but I can still run. Thank you, stranger.',12,7,100,5,0,0,20144,0,'Freed Sha\'tar Warrior'),
|
|
(22459,1,2,'My thanks, stranger.',12,7,100,5,0,0,20145,0,'Freed Sha\'tar Warrior'),
|
|
(22459,1,3,'I\'m too weak to fight with you. Please find my friends.',12,7,100,5,0,0,20146,0,'Freed Sha\'tar Warrior'),
|
|
(22460,0,0,'%s uses the key to open the cage.',16,0,100,0,0,0,20307,0,'Spirit'),
|
|
(22464,0,0,'Wow... a drum.',12,0,100,0,0,0,20334,0,''),
|
|
(22464,1,0,'This discovery will surely rock the foundation of modern archaeology.',12,0,100,0,0,0,20335,0,''),
|
|
(22464,2,0,'Yea, great. Can we leave now? This desert is giving me hives.',12,0,100,0,0,0,20336,0,''),
|
|
(22464,3,0,'This reminds me of that one time where you made us search Silithus for evidence of sand gnomes.',12,0,100,0,0,0,20339,0,''),
|
|
(22464,4,0,'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?',12,0,100,0,0,0,20340,0,''),
|
|
(22464,5,0,'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?',12,0,100,0,0,0,20342,0,''),
|
|
(22464,6,0,'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.',12,0,100,0,0,0,20343,0,''),
|
|
(22464,7,0,'Say, do you guys hear that?',12,0,100,0,0,0,20346,0,''),
|
|
(22473,0,0,'It\'s only right that you know the name of the one who will take your life.',14,0,100,1,0,0,20323,0,'Baron Sablemane'),
|
|
(22473,1,0,'Baron Sablemane. It will be on your lips as you gasp your dying breath.',14,0,100,1,0,0,20324,0,'Baron Sablemane'),
|
|
(22473,2,0,'Let us begin.',14,0,100,15,0,0,20325,0,'Baron Sablemane'),
|
|
(22473,3,0,'We will speak again, but away from here.',14,0,100,1,0,0,20327,0,'Baron Sablemane'),
|
|
(22483,0,0,'AAAAEEEEEEIIIIIIII!!!!',12,7,100,5,0,0,20308,0,'Sand Gnome'),
|
|
(22483,0,1,'AHHHH-YAAA-YAAA-YAAA!!!',12,7,100,5,0,0,20309,0,'Sand Gnome'),
|
|
(22483,0,2,'AWOOOOGAAAA!',12,7,100,5,0,0,20310,0,'Sand Gnome'),
|
|
(22483,0,3,'AYYAYAAYAA!',12,7,100,5,0,0,20311,0,'Sand Gnome'),
|
|
(22484,0,0,'%s gathers the warp chaser\'s blood.',16,0,100,0,0,0,20371,0,'Zeppit - Gather blood'),
|
|
(22485,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Halu'),
|
|
(22515,1,0,'The Gate of the Blue Sapphire is under attack!',41,0,100,0,0,0,29296,3,'World Trigger - SOA - The Gate of the Blue Sapphire is under attack'),
|
|
(22515,2,0,'The Gate of the Green Emerald is under attack!',41,0,100,0,0,0,29297,3,'World Trigger - SOA - The Gate of the Green Emerald is under attack'),
|
|
(22515,3,0,'The Gate of the Red Sun is under attack!',41,0,100,0,0,0,29298,3,'World Trigger - SOA - The Gate of the Red Sun is under attack'),
|
|
(22515,4,0,'The Gate of the Purple Amethyst is under attack!',41,0,100,0,0,0,29299,3,'World Trigger - SOA - The Gate of the Purple Amethyst is under attack'),
|
|
(22515,5,0,'The Gate of the Yellow Moon is under attack!',41,0,100,0,0,0,29300,3,'World Trigger - SOA - The Gate of the Yellow Moon is under attack'),
|
|
(22515,6,0,'The Gate of the Yellow Moon was destroyed!',41,0,100,0,0,0,29304,3,'World Trigger - SOA - The Gate of the Yellow Moon was destroyed'),
|
|
(22515,7,0,'The Gate of the Purple Amethyst was destroyed!',41,0,100,0,0,0,29305,3,'World Trigger - SOA - The Gate of the Purple Amethyst was destroyed'),
|
|
(22515,8,0,'The Gate of the Red Sun was destroyed!',41,0,100,0,0,0,29306,3,'World Trigger - SOA - The Gate of the Red Sun was destroyed'),
|
|
(22515,9,0,'The Gate of the Green Emerald was destroyed!',41,0,100,0,0,0,29307,3,'World Trigger - SOA - The Gate of the Green Emerald was destroyed'),
|
|
(22515,10,0,'The Gate of the Blue Sapphire was destroyed!',41,0,100,0,0,0,29308,3,'World Trigger - SOA - The Gate of the Blue Sapphire was destroyed'),
|
|
(22515,11,0,'The Eastern Graveyard has been captured by the Alliance!',41,0,100,0,0,8212,29925,3,'World Trigger - SOA - The Eastern Graveyard has been captured by the Alliance'),
|
|
(22515,12,0,'The Western Graveyard has been captured by the Alliance!',41,0,100,0,0,8212,29926,3,'World Trigger - SOA - The Western Graveyard has been captured by the Alliance'),
|
|
(22515,13,0,'The Southern Graveyard has been captured by the Alliance!',41,0,100,0,0,8212,29927,3,'World Trigger - SOA - The Southern Graveyard has been captured by the Alliance'),
|
|
(22515,14,0,'The Eastern Graveyard has been captured by the Horde!',41,0,100,0,0,8174,29928,3,'World Trigger - SOA - The Eastern Graveyard has been captured by the Horde'),
|
|
(22515,15,0,'The Western Graveyard has been captured by the Horde!',41,0,100,0,0,8174,29929,3,'World Trigger - SOA - The Western Graveyard has been captured by the Horde'),
|
|
(22515,16,0,'The Southern Graveyard has been captured by the Horde!',41,0,100,0,0,8174,29930,3,'World Trigger - SOA - The Southern Graveyard has been captured by the Horde'),
|
|
(22515,17,0,'The relic chamber is under attack!',41,0,100,0,0,0,33072,3,'World Trigger - SOA - The relic chamber is under attack'),
|
|
(22515,18,0,'The chamber has been breached! The titan relic is vulnerable!',41,0,100,0,0,0,33073,3,'World Trigger - SOA - The chamber has been breached'),
|
|
(22515,19,0,'The Ancient Gate of the Keepers unlocks!',41,0,100,0,0,0,34401,0,'Ulduar - The Ancient Gate of the Keepers unlocks!'),
|
|
(22820,0,0,'Akama, my friend! Have you been informed? I was found out by Vashj\'s followers. Our secret is in peril!',12,0,100,0,0,11611,20498,0,'Seer Olum to Player'),
|
|
(22820,1,0,'Illidan is looking for me. I am not safe here... none of us are.',12,0,100,1,0,11612,20502,0,'Seer Olum to Player'),
|
|
(22820,2,0,'Illidan will find me and when he does... he will pry the Ashtongue secret from me - such is the power of the Betrayer! No... there is only one way. My usefulness to the cause has come to an end. I must venture into the spirit world!',12,0,100,6,0,11613,20499,0,'Seer Olum to Player'),
|
|
(22820,3,0,'My decision is final. I will not be dissuaded. I have devoted my life to our plan. To jeopardize it now would betray all who have died for the cause long before me.',12,0,100,274,0,11614,20500,0,'Seer Olum to Player'),
|
|
(22820,4,0,'I thank you, Akama. You honor me by allowing me this moment, surrounded by my brothers. Farewell, friend. Guide our people well.',12,0,100,2,0,11615,20501,0,'Seer Olum to Player'),
|
|
(22832,0,0,'There are few left in the world who can prepare the Ward of Waking, $N. We are fortunate that I am among them.',12,0,100,1,0,0,20516,0,'Morthis Whisperwing'),
|
|
(22832,1,0,'%s kneels, filling the vial with water from the moonwell.',16,0,100,0,0,0,20512,0,'Morthis Whisperwing'),
|
|
(22832,2,0,'%s combines the herbs with the moonwell water to create the Ward of Waking',16,0,100,0,0,0,20517,0,'Morthis Whisperwing'),
|
|
(22832,3,0,'The potion is finished. I can only hope Clintar forgives us for interrupting his sojourn in the Emerald Dream.',12,0,100,1,0,0,20513,0,'Morthis Whisperwing'),
|
|
(22834,0,0,'%s snaps up to a kneeling position, but seems as though he\'s somewhere else.',16,0,100,0,0,0,20523,0,'Clintar Dreamwalker (line 0)'),
|
|
(22834,1,0,'What are you doing in Ysera\'s realm, interloper? Leave us, I say! Your kind are not welcome here!',12,0,100,5,0,0,20524,0,'Clintar Dreamwalker (line 1)'),
|
|
(22834,2,0,'%s gets to his feet, beginning to recognize his surroundings.',16,0,100,0,0,0,20525,0,'Clintar Dreamwalker (line 2)'),
|
|
(22834,3,0,'You -- you\'re not one of them! Let\'s get out of sight before they find us! Hurry!',12,0,100,1,0,0,20538,0,'Clintar Dreamwalker (line 3)'),
|
|
(22834,4,0,'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!',12,0,100,1,0,0,20532,0,'Clintar Dreamwalker (line 4)'),
|
|
(22844,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Ashtongue Battlelord'),
|
|
(22861,0,0,'Come closer, demon! Death awaits!',12,0,100,0,0,0,0,0,'Lightsworn Vindicator'),
|
|
(22861,0,1,'Illidan\'s lapdogs! Destroy them all!',12,0,100,0,0,0,0,0,'Lightsworn Vindicator'),
|
|
(22861,0,2,'I\'ve a message for your master, scum!',12,0,100,0,0,0,20672,0,'Lightsworn Vindicator'),
|
|
(22862,0,0,'Come closer, demon! Death awaits!',12,0,100,0,0,0,20670,0,'Caalen'),
|
|
(22862,0,1,'Illidan\'s lapdogs! Destroy them all!',12,0,100,0,0,0,20669,0,'Caalen'),
|
|
(22862,0,2,'I\'ve a message for your master, scum!',12,0,100,0,0,0,20672,0,'Caalen'),
|
|
(22862,0,3,'Pathetic worm... your master\'s days are over!',12,0,100,0,0,0,20671,0,'Caalen'),
|
|
(22862,0,4,'For Xi\'ri! For the Sha\'tar!',12,0,100,0,0,0,20667,0,'Caalen'),
|
|
(22862,0,5,'Your end is at hand, Illidari!',12,0,100,0,0,0,20668,0,'Caalen'),
|
|
(22863,0,0,'Come closer, demon! Death awaits!',12,0,100,0,0,0,0,0,'Seasoned Magister'),
|
|
(22863,0,1,'Illidan\'s lapdogs! Destroy them all!',12,0,100,0,0,0,0,0,'Seasoned Magister'),
|
|
(22863,0,2,'I\'ve a message for your master, scum!',12,0,100,0,0,0,20672,0,'Seasoned Magister'),
|
|
(22864,0,0,'Onward, Scryers! Show Illidan\'s lackeys the temper of our steel!',14,0,100,0,0,0,20696,0,'Fyra Downstar'),
|
|
(22865,0,0,'You disappoint me, Akama. I wanted to question the treacherous worm myself! I\'m beginning to question your allegiance, Broken.',12,0,100,1,0,11608,20628,0,'Illidan\'s Presence to Player'),
|
|
(22865,1,0,'I do not sense lies in your voice, Akama. That Kael\'thas would betray me does not come as a big surprise - I\'m not as oblivious as some would think. That one of your own was involved with him puts your loyalties into question.',12,0,100,5,0,11609,20629,0,'Illidan\'s Presence to Player'),
|
|
(22865,2,0,'Send your Ashtongue into Tempest Keep and slay his most prized possession, the phoenix known as Al\'ar. I must know that you\'re not on his side. Do not think of betraying me, Broken. We both know who owns your soul!',12,0,100,1,0,11610,20630,0,'Illidan\'s Presence to Player'),
|
|
(22871,0,0,'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.',14,0,100,0,0,11512,21098,0,'Teron Gorefiend SAY_INTRO'),
|
|
(22871,1,0,'Vengeance is mine!',14,0,100,0,0,11513,21097,0,'Teron Gorefiend SAY_AGGRO'),
|
|
(22871,2,0,'I have use for you...',14,0,100,0,0,11514,21099,0,'Teron Gorefiend SAY_SLAY1'),
|
|
(22871,2,1,'It gets worse.',14,0,100,0,0,11515,21100,0,'Teron Gorefiend SAY_SLAY2'),
|
|
(22871,3,0,'What are you afraid of?',14,0,100,0,0,11517,21102,0,'Teron Gorefiend SAY_INCINERATE1'),
|
|
(22871,3,1,'You will show the proper respect!',14,0,100,0,0,11520,21105,0,'Teron Gorefiend SAY_INCINERATE2'),
|
|
(22871,4,0,'Death really isn\'t so bad.',14,0,100,0,0,11516,21101,0,'Teron Gorefiend SAY_DOOM_BLOSSOM1'),
|
|
(22871,4,1,'I have something for you...',14,0,100,0,0,11519,21104,0,'Teron Gorefiend SAY_DOOM_BLOSSOM2'),
|
|
(22871,5,0,'Give in.',14,0,100,0,0,11518,21103,0,'Teron Gorefiend SPELL_CRUSHING_SHADOWS'),
|
|
(22871,6,0,'The wheel... spins... again.',14,0,100,0,0,11521,21106,0,'Teron Gorefiend SAY_DEATH'),
|
|
(22887,0,0,'You will die in the name of Lady Vashj!',14,0,100,0,0,11450,21085,0,'najentus SAY_AGGRO'),
|
|
(22887,1,0,'Stick around...',14,0,100,0,0,11451,21089,0,'najentus SAY_NEEDLE1'),
|
|
(22887,1,1,'I\'ll deal with you later.',14,0,100,0,0,11452,21090,0,'najentus SAY_NEEDLE2'),
|
|
(22887,2,0,'Your success was short-lived!',14,0,100,0,0,11455,21091,0,'najentus SAY_SLAY1'),
|
|
(22887,2,1,'Time for you to go.',14,0,100,0,0,11456,21092,0,'najentus SAY_SLAY2'),
|
|
(22887,3,0,'Be\'lanen dalorai!',14,0,100,0,0,11453,21088,0,'najentus SAY_SPECIAL1'),
|
|
(22887,3,1,'Blood... will... flow!',14,0,100,0,0,11454,21087,0,'najentus SAY_SPECIAL2'),
|
|
(22887,4,0,'Bal, lamer zhita!',14,0,100,0,0,11457,21095,0,'najentus SAY_ENRAGE1'),
|
|
(22887,4,1,'My patience has run out! Die! Die!',14,0,100,0,0,11458,21096,0,'High Warlord Naj\'entus SAY_ENRAGE2'),
|
|
(22887,5,0,'Lord Illidan will... crush you!',14,0,100,0,0,11459,21093,0,'High Warlord Naj\'entus SAY_DEATH'),
|
|
(22898,0,0,'Supremus acquires a new target!',41,0,100,0,0,0,21959,0,'Supremus'),
|
|
(22898,1,0,'Supremus punches the ground in anger!',41,0,100,53,0,0,21019,0,'Supremus'),
|
|
(22898,2,0,'The ground begins to crack open!',41,0,100,0,0,0,21018,0,'Supremus'),
|
|
(22898,3,0,'%s goes into a berserker rage!',16,0,100,0,0,0,4428,0,'Supremus'),
|
|
(22910,0,0,'Argh! I will shred your soul and grind it to dust!',14,0,100,0,0,0,20726,0,'Skulloc Soulgrinder'),
|
|
(22911,0,0,'You dare summon me?',14,0,100,15,0,0,20773,0,'Vim\'gol the Vile'),
|
|
(22911,1,0,'Now me grow bigger and crush you!',14,0,100,0,0,0,21264,0,'Vim\'gol the Vile'),
|
|
(22916,0,0,'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!',12,0,100,0,0,0,20601,0,'clintar SAY_END'),
|
|
(22917,0,0,'Come, my minions. Deal with this traitor as he deserves!',14,0,100,0,0,11465,21251,0,'Illidan SAY_ILLIDAN_MINION'),
|
|
(22917,1,0,'Who shall be next to taste my blades?',14,0,100,0,0,11473,21499,0,'Illidan SAY_ILLIDAN_KILL'),
|
|
(22917,1,1,'This is too easy!',14,0,100,0,0,11472,21498,0,'Illidan SAY_ILLIDAN_KILL'),
|
|
(22917,2,0,'I will not be touched by rabble such as you!',14,0,100,0,0,11479,21252,0,'Illidan SAY_ILLIDAN_TAKEOFF'),
|
|
(22917,3,0,'Behold the Flames of Azzinoth!',14,0,100,0,0,11480,21275,0,'Illidan SAY_ILLIDAN_SUMMONFLAMES'),
|
|
(22917,4,0,'Stare into the eyes of the Betrayer!',14,0,100,0,0,11481,21497,0,'Illidan SAY_ILLIDAN_EYE_BLAST'),
|
|
(22917,5,0,'Behold the power... of the demon within!',14,0,100,0,0,11475,21066,0,'Illidan SAY_ILLIDAN_MORPH'),
|
|
(22917,6,0,'You\'ve wasted too much time, mortals. Now you shall fall.',14,0,100,0,0,11474,22036,0,'Illidan SAY_ILLIDAN_ENRAGE'),
|
|
(22917,7,0,'I can feel your hatred.',14,0,100,0,0,11467,0,0,'Illidan SAY_ILLIDAN_TAUNT'),
|
|
(22917,7,1,'Give in to your fear!',14,0,100,0,0,11468,0,0,'Illidan SAY_ILLIDAN_TAUNT'),
|
|
(22917,7,2,'You know nothing of power!',14,0,100,0,0,11469,21500,0,'Illidan SAY_ILLIDAN_TAUNT'),
|
|
(22917,7,3,'Such... arrogance!',14,0,100,0,0,11471,0,0,'Illidan SAY_ILLIDAN_TAUNT'),
|
|
(22917,8,0,'Akama. Your duplicity is hardly surprising. I should have slaughtered you and your malformed brethren long ago.',14,0,100,0,0,11463,20867,0,'Illidan SAY_ILLIDAN_DUPLICITY'),
|
|
(22917,9,0,'Boldly said. But I remain... unconvinced.',14,0,100,6,0,11464,20868,0,'Illidan SAY_ILLIDAN_UNCONVINCED'),
|
|
(22917,10,0,'You are not prepared!',14,0,100,406,0,11466,20884,0,'Illidan SAY_ILLIDAN_PREPARED'),
|
|
(22917,11,0,'Is this it, mortals? Is this all the fury you can muster?',14,0,100,0,0,11476,21068,0,'Illidan SAY_ILLIDAN_SHADOW_PRISON'),
|
|
(22917,12,0,'Maiev... How is it even possible?',14,0,100,1,0,11477,21069,0,'Illidan SAY_ILLIDAN_CONFRONT_MAIEV'),
|
|
(22917,13,0,'Feel the hatred of ten thousand years!',14,0,100,0,0,11470,21501,0,'Illidan SAY_ILLIDAN_FRENZY'),
|
|
(22917,14,0,'You have won... Maiev. But the huntress... is nothing without the hunt. You... are nothing... without me.',14,0,100,0,0,11478,21506,0,'Illidan SAY_ILLIDAN_DEFEATED'),
|
|
(22924,0,0,'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.',12,0,100,1,0,0,20752,0,'Arthorn Windsong'),
|
|
(22924,1,0,'This is it! This is really it -- the Book of the Raven!',12,0,100,1,0,0,20753,0,'Arthorn Windsong'),
|
|
(22924,2,0,'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...',12,0,100,1,0,0,20757,0,'Arthorn Windsong'),
|
|
(22924,3,0,'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!',12,0,100,1,0,0,20756,0,'Arthorn Windsong'),
|
|
(22924,4,0,'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!',12,0,100,1,0,0,20758,0,'Arthorn Windsong'),
|
|
(22924,5,0,'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!',12,0,100,1,0,0,21607,0,'Arthorn Windsong'),
|
|
(22928,0,0,' I... I am free! Ethereum were planning on torturing me until I gave in to their requests. I fear that, had you not come along, I would have surely given in to their torment.',12,0,100,0,0,0,20633,0,'Paxivi'),
|
|
(22928,1,0,' Know this, $r. Within Shaffar\'s chambers at the end of these tombs rests a creature of unimaginable power. It is held in check be the power of the stasis chamber. You must return to Ameer before you venture further if you wish to destroy it!',12,0,100,0,0,0,20634,0,'Paxivi'),
|
|
(22935,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Suralais Farwind'),
|
|
(22936,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Auhula'),
|
|
(22940,0,0,'Grok need help! Why no one help?',12,0,100,0,0,0,20648,0,'Grok'),
|
|
(22940,0,1,'If no one help, Grok smash!',12,0,100,0,0,0,20783,0,'Grok'),
|
|
(22940,1,0,'Grok get angry if puny ones not go to Blade\'s Edge and talk to Mog\'dorg!',12,0,100,0,0,0,20664,0,'Grok'),
|
|
(22940,1,1,'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.',12,0,100,0,0,0,20784,0,'Grok'),
|
|
(22940,1,2,'Mog\'dorg the Wizened tell Grok go to city, get help for Bloodmaul. Grok go.',12,0,100,0,0,0,20782,0,'Grok'),
|
|
(22940,2,0,'Me hungry. Fruit look tasty.',12,0,100,0,0,0,20781,0,'Grok'),
|
|
(22941,0,0,'All hail, $n, the new $G King : Queen; of the ogres!!!',12,0,100,0,0,0,20791,2,'Mog\'dorg the Wizened'),
|
|
(22947,0,0,'You play, you pay.',14,0,100,0,0,11501,21766,0,'shahraz SAY_TAUNT1'),
|
|
(22947,0,1,'I\'m not impressed.',14,0,100,0,0,11502,21767,0,'shahraz SAY_TAUNT2'),
|
|
(22947,0,2,'Enjoying yourselves?',14,0,100,0,0,11503,21768,0,'shahraz SAY_TAUNT3'),
|
|
(22947,1,0,'So... business or pleasure?',14,0,100,0,0,11504,21769,0,'shahraz SAY_AGGRO'),
|
|
(22947,2,0,'You seem a little tense...',14,0,100,0,0,11505,21770,0,'shahraz SAY_SPELL1'),
|
|
(22947,2,1,'Don\'t be shy.',14,0,100,0,0,11506,21771,0,'shahraz SAY_SPELL2'),
|
|
(22947,2,2,'I\'m all... yours.',14,0,100,0,0,11507,21772,0,'shahraz SAY_SPELL3'),
|
|
(22947,3,0,'Easy come, easy go.',14,0,100,0,0,11508,21774,0,'shahraz SAY_SLAY1'),
|
|
(22947,3,1,'So much for a happy ending.',14,0,100,0,0,11509,21776,0,'shahraz SAY_SLAY2'),
|
|
(22947,4,0,'Stop toying with my emotions!',14,0,100,0,0,11510,21357,0,'shahraz SAY_ENRAGE'),
|
|
(22947,5,0,'I wasn\'t finished.',14,0,100,0,0,11511,21777,0,'shahraz SAY_DEATH'),
|
|
(22947,6,0,'%s goes into a frenzy!',41,0,100,0,0,0,2384,0,'shahraz EMOTE_ENRAGE'),
|
|
(22947,7,0,'%s goes into a berserker rage!',16,0,100,0,0,0,4428,0,'shahraz EMOTE_BERSERK'),
|
|
(22948,0,0,'Horde will... crush you.',14,0,100,0,0,11432,21740,0,'bloodboil SOUND_AGGRO'),
|
|
(22948,1,0,'Time to feast.',14,0,100,0,0,11433,21741,0,'bloodboil SAY_SLAY1'),
|
|
(22948,1,1,'More! I want more!',14,0,100,0,0,11434,21742,0,'bloodboil SAY_SLAY2'),
|
|
(22948,2,0,'Drink your blood. Eat your flesh.',14,0,100,0,0,11435,21743,0,'bloodboil SAY_SPECIAL1'),
|
|
(22948,2,1,'I hunger.',14,0,100,0,0,11436,21744,0,'bloodboil SAY_SPECIAL2'),
|
|
(22948,3,0,'I\'ll rip the meat from your bones!',14,0,100,0,0,11438,21745,0,'bloodboil SAY_ENRAGE'),
|
|
(22948,3,1,'I\'ll rip the meat from your bones!',14,0,100,0,0,11438,21745,0,'bloodboil SAY_ENRAGE2'),
|
|
(22948,4,0,'Aaaahrg...',14,0,100,0,0,11439,0,0,'bloodboil SAY_DEATH'),
|
|
(22949,0,0,'I have better things to do...',14,0,100,0,0,11422,21734,0,'council gath AGGRO'),
|
|
(22949,1,0,'Enough games!',14,0,100,0,0,11428,21960,0,'council gath ENRAGE'),
|
|
(22949,2,0,'Enjoy your final moments.',14,0,100,0,0,11426,21738,0,'council gath SPECIAL1'),
|
|
(22949,2,1,'You are MINE!',14,0,100,0,0,11427,21739,0,'council gath SPECIAL2'),
|
|
(22949,3,0,'Selama am\'oronor!',14,0,100,0,0,11423,21735,0,'council gath SLAY'),
|
|
(22949,3,1,'Well done!',14,0,100,0,0,11424,3287,0,'council gath SLAY_SLAY2'),
|
|
(22949,4,0,'Well done!',14,0,100,0,0,11424,21736,0,'council gath SLAY_COMT'),
|
|
(22949,5,0,'Lord Illidan, I...',14,0,100,0,0,11425,21737,0,'council gath DEATH'),
|
|
(22950,0,0,'Common... such a crude language. Bandal!',14,0,100,0,0,11440,21724,0,'council zere AGGRO'),
|
|
(22950,1,0,'Shal\'mor sinabanal!',14,0,100,0,0,11446,21732,0,'council zere ENRAGE'),
|
|
(22950,2,0,'Diel fin\'al.',14,0,100,0,0,11444,21730,0,'council zere SPECIAL1'),
|
|
(22950,2,1,'Sha\'amoor ara mashal?',14,0,100,0,0,11445,21731,0,'council zere SPECIAL2'),
|
|
(22950,3,0,'Shorel\'aran.',14,0,100,0,0,11441,21725,0,'council zere SLAY'),
|
|
(22950,3,1,'Belesa menoor!',14,0,100,0,0,11442,21727,0,'council zere SLAY2'),
|
|
(22950,4,0,'Belesa menoor!',14,0,100,0,0,11442,21727,0,'council zere SLAY_COMT'),
|
|
(22950,5,0,'Diel ma\'ahn... orindel\'o.',14,0,100,0,0,11443,21729,0,'council zere DEATH'),
|
|
(22951,0,0,'Flee or die!',14,0,100,0,0,11482,21711,0,'council mala AGGRO'),
|
|
(22951,1,0,'For Quel\'Thalas! For the Sunwell!',14,0,100,0,0,11488,21717,0,'council mala ENRAGE'),
|
|
(22951,2,0,'No second chances!',14,0,100,0,0,11486,21716,0,'council mala SPECIAL1'),
|
|
(22951,2,1,'I\'m full of surprises!',14,0,100,0,0,11487,21719,0,'council mala SPECIAL2'),
|
|
(22951,3,0,'My work is done.',14,0,100,0,0,11483,21712,0,'council mala SLAY'),
|
|
(22951,3,1,'As it should be!',14,0,100,0,0,11484,0,0,'council mala SLAY2'),
|
|
(22951,4,0,'As it should be.',14,0,100,0,0,11484,21713,0,'council mala SLAY_COMT'),
|
|
(22951,5,0,'Destiny... awaits.',14,0,100,0,0,11485,21715,0,'council mala DEATH'),
|
|
(22952,0,0,'You wish to test me?',14,0,100,0,0,11524,21698,0,'council vera AGGRO'),
|
|
(22952,1,0,'You wish to kill me? You first!',14,0,100,0,0,11530,21707,0,'council vera ENRAGE'),
|
|
(22952,2,0,'You\'re not cut out for this.',14,0,100,0,0,11528,21704,0,'council vera SPECIAL1'),
|
|
(22952,2,1,'Anar\'alah belore!',14,0,100,0,0,11529,21705,0,'council vera SPECIAL2'),
|
|
(22952,3,0,'Valiant effort.',14,0,100,0,0,11525,21699,0,'council vera SLAY'),
|
|
(22952,3,1,'A glorious kill!',14,0,100,0,0,11526,21701,0,'council vera SLAY2'),
|
|
(22952,4,0,'A glorious kill!',14,0,100,0,0,11526,21701,0,'council vera SLAY_COMT'),
|
|
(22952,5,0,'You got... lucky.',14,0,100,0,0,11527,21703,0,'council vera DEATH'),
|
|
(22960,0,0,'Scout the area and report anything you see!',14,0,100,0,0,0,20814,0,'Dragonmaw Wyrmcaller'),
|
|
(22963,0,0,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Bonechewer Worker'),
|
|
(22963,0,1,'Lok narash!',12,0,100,0,0,0,16703,0,'Bonechewer Worker'),
|
|
(22963,0,2,'Lok\'tar Illadari!',12,0,100,0,0,0,16701,0,'Bonechewer Worker'),
|
|
(22963,0,3,'The blood is our power!',12,0,100,0,0,0,16700,0,'Bonechewer Worker'),
|
|
(22972,0,0,'%s looks at you for a moment, then motions for you to follow.',16,0,100,0,0,0,20689,0,'Cenarion Sparrowhawk'),
|
|
(22972,1,0,'%s surveys the ground for buried raven stones.',16,0,100,0,0,0,20675,0,'Cenarion Sparrowhawk'),
|
|
(22972,2,0,'%s locates a buried raven stone.',16,0,100,0,0,0,20676,0,'Cenarion Sparrowhawk'),
|
|
(22972,3,0,'%s doesn\'t seem to have had any luck finding raven stones nearby.',16,0,100,0,0,0,21065,0,'Cenarion Sparrowhawk'),
|
|
(22981,0,0,'Come closer, young one. There\'s nothing to fear from me or $n.',12,0,100,1,0,0,20738,0,'Watcher Elaira'),
|
|
(22981,1,0,'I\'m going to train you to help $N with very important task. After that, I promose you\'ll be free to return home.',12,0,100,1,0,0,20740,0,'Watcher Elaira'),
|
|
(22981,2,0,'You will hear the call when you are needed. Fly east, to Skettis, and wait there for $N\'s signal.',12,0,100,1,0,0,20751,0,'Watcher Elaira'),
|
|
(22982,0,0,'$n, do you feel the need -- the need for speed?',12,0,100,0,0,0,21886,0,'Skyguard Navigator'),
|
|
(22982,0,1,'$n, how\'s your mount holding up? Pretty rough up there these days?',12,0,100,0,0,0,21897,0,'Skyguard Navigator'),
|
|
(22982,0,3,'Heh, the skies aren\'t so friendly with $n flying them!',12,0,100,0,0,0,21895,0,'Skyguard Navigator'),
|
|
(22982,0,4,'$n, terror of the skies, how are you doing?',12,0,100,0,0,0,21893,0,'Skyguard Navigator'),
|
|
(22982,0,5,'Well, if it isn\'t our resident $g flyboy : flygirl;, $n. How\'s it going, ace?',12,0,100,0,0,0,21898,0,'Skyguard Navigator'),
|
|
(22982,0,6,'Hey, it\'s our ace flyer, $n!',12,0,100,0,0,0,21883,0,'Skyguard Navigator'),
|
|
(22984,0,0,'You hear a loud rumble of metal grinding on stone...',16,0,100,0,0,0,18600,3,'Black Temple Trigger - when High Warlord Naj\'entus dies - Emote'),
|
|
(22984,1,0,'The door to The Den of Mortal Delights has opened.',16,0,100,0,0,0,21494,3,'Black Temple Trigger - when Lower Temple Defeated - Emote'),
|
|
(22989,0,0,'I\'ve waited for this moment for years. Illidan and his lapdogs will be destroyed!',14,0,100,0,0,0,20743,0,'Maiev'),
|
|
(22989,1,0,'Meet your end, demon!',12,0,100,0,0,0,0,0,'Maiev'),
|
|
(22990,0,0,'Now is the time, Maiev! Unleash your wrath!',14,0,100,0,0,0,20742,0,'Akama'),
|
|
(22990,1,0,'Slay all who see us! Word must not get back to Illidan.',14,0,100,0,0,0,20744,0,'Akama'),
|
|
(22990,2,0,'Akama has no master, not anymore.',12,0,100,0,0,0,20746,0,'Akama'),
|
|
(22990,3,0,'Our plans are in danger already. It appears Maiev\'s decided to do things her own way.',12,0,100,0,0,0,20748,0,'Akama'),
|
|
(22990,3,1,'We must carry on with or without Maiev. Inside! Quickly!',12,0,100,0,0,0,0,0,'Akama'),
|
|
(22990,4,0,'%s\'s attention shifts to a crack along the temple\'s southern wall.',16,0,100,0,0,0,20749,0,'Akama'),
|
|
(22990,5,0,'We must carry on with or without Maiev. Inside! Quickly!',12,0,100,0,0,0,20750,0,'Akama'),
|
|
(22992,0,0,'Fool! The essence of the hawk will never be yours!',12,0,100,0,0,0,20767,0,'Guardian of the Hawk'),
|
|
(22992,1,0,'The time of the Raven is nigh, but yours will end here!',12,0,100,0,0,0,20768,0,'Guardian of the Hawk'),
|
|
(22993,0,0,'You dare to disturb the loyal followers of the Raven?',12,0,100,0,0,0,20769,0,'Guardian of the Eagle'),
|
|
(22993,1,0,'You will die for your hubris, $c!',12,0,100,0,0,0,20770,0,'Guardian of the Eagle'),
|
|
(22994,0,0,'The falcon is vanquished, doomed never to rise again! Your quest is futile!',12,0,100,0,0,0,20771,0,'Guardian of the Falcon'),
|
|
(22994,1,0,'The raven will return to us as foretold in the prophecy and you are powerless to stop it!',12,0,100,0,0,0,20772,0,'Guardian of the Falcon'),
|
|
(22997,0,0,'%s sets eyes on $n!',16,0,100,0,0,0,11074,0,'Flame of Azzinoth EMOTE_AZZINOTH_GAZE'),
|
|
(23002,0,0,'You, there! Hand over that moonstone and nobody gets hurt!',14,0,100,0,0,0,20715,0,'sprysprocket SAY_START'),
|
|
(23002,1,0,'Just chill!',15,0,100,0,0,0,21320,0,'sprysprocket SAY_WHISPER_CHILL'),
|
|
(23002,2,0,'All right, you win! I surrender! Just don\'t hurt me!',14,0,100,0,0,0,20720,0,'sprysprocket SAY_END'),
|
|
(23002,3,0,'%s takes the Southfury moonstone and escapes into the river. Follow her!',41,0,100,0,0,0,20708,0,'sprysprocket EMOTE_START'),
|
|
(23028,0,0,'I\'ve seen female Gnomes hit harder than you!',14,0,100,0,0,0,21354,0,'Bonechewer Taskmaster'),
|
|
(23028,0,1,'If you don\'t start throwing some real punches, you\'ll be cleaning the drake stalls for a year!',14,0,100,0,0,0,21356,0,'Bonechewer Taskmaster'),
|
|
(23028,0,2,'Stop your slacking and fight like a true fel orc!',14,0,100,0,0,0,21353,0,'Bonechewer Taskmaster'),
|
|
(23028,0,3,'You call that an offense? I\'ve seen more offensive tallstriders!',14,0,100,0,0,0,21355,0,'Bonechewer Taskmaster'),
|
|
(23028,1,0,'%s becomes increasingly enraged as he sees his allies fall in battle!',16,0,100,0,0,0,21352,0,'Bonechewer Taskmaster'),
|
|
(23030,0,0,'Permission to buzz the tower!',14,0,100,0,0,0,20826,0,'Dragonmaw Sky Stalker'),
|
|
(23030,0,1,'Dragonriders mount up!',14,0,100,0,0,0,20823,0,'Dragonmaw Sky Stalker'),
|
|
(23035,0,0,'Awaken, my children and assist your master!',14,0,100,0,0,0,20991,0,'Anzu - Summon Brood'),
|
|
(23035,1,0,'Your spells... ke-kaw... are weak magics... easy to turn against you...',15,0,100,0,0,0,21017,0,'Anzu - Spell Bomb'),
|
|
(23035,1,1,'Yes... cast your precious little spells, ak-a-ak!',15,0,100,0,0,0,21012,0,'Anzu - Spell Bomb'),
|
|
(23035,2,0,'Awaken, my children and assist your master!',14,0,100,0,0,0,20991,0,'Anzu'),
|
|
(23036,0,0,'%s cautiously approaches Wather Elaira.',16,0,100,0,0,0,20739,0,'Captive Sparrowhawk'),
|
|
(23038,0,0,'The arakkoa are hidden... everywhere!',12,0,100,0,0,0,21917,0,'Sky Commander Adaris'),
|
|
(23042,0,0,'Rest now, Adaris. You need to recover your strength.',12,0,100,0,0,0,21918,0,'Severin'),
|
|
(23047,0,0,'Yes Sir!',12,0,100,66,0,0,20705,0,'Shadowmoon Soldier'),
|
|
(23047,1,0,'Hut!',12,0,100,36,0,0,20716,0,'Shadowmoon Soldier'),
|
|
(23047,1,1,'Hoo-rah!',12,0,100,36,0,0,20717,0,'Shadowmoon Soldier'),
|
|
(23047,1,2,'Ahhhhhhhhhhhhhhhhhhh!',12,0,100,36,0,0,20718,0,'Shadowmoon Soldier'),
|
|
(23047,2,0,'Hut!',12,0,100,38,0,0,20716,0,'Shadowmoon Soldier'),
|
|
(23047,2,1,'Hoo-rah!',12,0,100,38,0,0,20717,0,'Shadowmoon Soldier'),
|
|
(23047,2,2,'Ahhhhhhhhhhhhhhhhhhh!',12,0,100,38,0,0,20718,0,'Shadowmoon Soldier'),
|
|
(23047,3,0,'Hut!',12,0,100,37,0,0,20716,0,'Shadowmoon Soldier'),
|
|
(23047,3,1,'Hoo-rah!',12,0,100,37,0,0,20717,0,'Shadowmoon Soldier'),
|
|
(23047,3,2,'Ahhhhhhhhhhhhhhhhhhh!',12,0,100,37,0,0,20718,0,'Shadowmoon Soldier'),
|
|
(23049,0,0,'Battle Stance! Prepare for an offensive rush!',14,0,100,0,0,0,21441,0,'Shadowmoon Weapon Master'),
|
|
(23049,1,0,'Berserker Stance! Attack them recklessly!',14,0,100,0,0,0,21443,0,'Shadowmoon Weapon Master'),
|
|
(23049,2,0,'Defensive Stance! Shield yourself against their blows and strike back!',14,0,100,0,0,0,21444,0,'Shadowmoon Weapon Master'),
|
|
(23049,3,0,'Prepare to march!',12,0,100,397,0,0,20856,0,'Shadowmoon Weapon Master'),
|
|
(23049,4,0,'Excellent!',12,0,100,21,0,0,20857,0,'Shadowmoon Weapon Master'),
|
|
(23049,5,0,'Attention!',12,0,100,66,0,0,20704,0,'Shadowmoon Weapon Master'),
|
|
(23049,6,0,'At ease soldiers!',12,0,100,1,0,0,20706,0,'Shadowmoon Weapon Master'),
|
|
(23049,7,0,'Weapons ready!',12,0,100,22,0,0,20711,0,'Shadowmoon Weapon Master'),
|
|
(23049,8,0,'Attack one!',12,0,100,36,0,0,20712,0,'Shadowmoon Weapon Master'),
|
|
(23049,9,0,'Attack two!',12,0,100,38,0,0,20713,0,'Shadowmoon Weapon Master'),
|
|
(23049,10,0,'Attack three!',12,0,100,37,0,0,20714,0,'Shadowmoon Weapon Master'),
|
|
(23054,0,0,'Your monkeys failed to finish the job, naaru. Beaten but alive... The same mistake was not made when we took command of your vessel.',14,0,100,1,0,0,20792,0,'Kael\'thas Sunstrider to Player'),
|
|
(23054,1,0,'All for what? Trinkets? You are too late. The preparations have already begun. Soon the master will make his return.',14,0,100,274,0,0,20793,0,'Kael\'thas Sunstrider to Player'),
|
|
(23054,2,0,'And there is nothing you or that fool, Illidan, can do to stop me! You have both served me in your own right - unwittingly.',14,0,100,1,0,0,20794,0,'Kael\'thas Sunstrider to Player'),
|
|
(23054,3,0,'Lay down your arms and succumb to the might of Kil\'jaeden!',14,0,100,14,0,0,20796,0,'Kael\'thas Sunstrider to Player'),
|
|
(23083,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Shadowmoon Riding Hound'),
|
|
(23089,0,0,'This door is all that stands between us and the Betrayer. Stand aside, friends.',12,0,100,1,0,0,21563,0,'SAY_AKAMA_DOOR'),
|
|
(23089,1,0,'I cannot do this alone...',12,0,100,274,0,0,21548,0,'SAY_AKAMA_ALONE'),
|
|
(23089,2,0,'I thank you for your aid, brothers. Our people will be redeemed!',12,0,100,66,0,0,21554,0,'SAY_AKAMA_SALUTE'),
|
|
(23089,3,0,'Be wary, friends. The Betrayer meditates in the court just beyond.',12,0,100,0,0,11388,21555,0,'SAY_AKAMA_BETRAYER'),
|
|
(23089,4,0,'We\'ve come to end your reign, Illidan. My people, and all of Outland, shall be free!',14,0,100,25,0,11389,20893,0,'SAY_AKAMA_FREE'),
|
|
(23089,5,0,'The time has come! The moment is at hand!',14,0,100,22,0,11380,20894,0,'SAY_AKAMA_TIME_HAS_COME'),
|
|
(23089,6,0,'I will deal with these mongrels! Strike now, friends! Strike at the Betrayer!',14,0,100,22,0,11390,21250,0,'SAY_AKAMA_MINIONS'),
|
|
(23089,7,0,'The Light will bless these dismal halls once again.... I swear it.',14,0,100,1,0,11387,21514,0,'SAY_AKAMA_LIGHT'),
|
|
(23089,8,0,'Those who\'ve defiled this temple have all been defeated. All but one!',12,0,100,1,0,0,21518,0,'SAY_AKAMA_COUNCIL_1'),
|
|
(23089,9,0,'Let us finish what we\'ve started. I will lead you to Illidan\'s abode once you\'ve recovered your strength.',12,0,100,1,0,0,21520,0,'SAY_AKAMA_COUNCIL_2'),
|
|
(23104,0,0,'The bogblossom explodes, spraying pollen wildly.',16,0,100,0,0,0,20932,0,'Bogblossom Bunny'),
|
|
(23128,0,0,'Anu belore dela\'na!',12,0,50,0,0,0,0,0,''),
|
|
(23134,0,0,'%s returns to stone.',16,0,100,0,0,0,20980,0,'Hawk Spirit'),
|
|
(23135,0,0,'%s returns to stone.',16,0,100,0,0,0,20980,0,'Falcon Spirit'),
|
|
(23136,0,0,'%s returns to stone.',16,0,100,0,0,0,20980,0,'Eagle Spirit'),
|
|
(23139,0,0,'Come, $n. Lord Stormrage awaits.',12,0,100,0,0,0,21798,0,'Overlord Mor\'ghor'),
|
|
(23139,1,0,'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!',14,0,100,0,0,0,21799,0,'Overlord Mor\'ghor'),
|
|
(23139,2,0,'Lord Illidan will be here shortly.',12,0,100,0,0,0,21800,0,'Overlord Mor\'ghor'),
|
|
(23139,3,0,'All hail Lord Illidan!',14,0,100,0,0,0,21802,0,'Overlord Mor\'ghor'),
|
|
(23139,4,0,'Lord Illidan, this is the Dragonmaw that I, and others, have told you about. He will lead us to victory!',12,0,100,0,0,0,21803,0,'Overlord Mor\'ghor'),
|
|
(23139,5,0,'But... My lord, I do not understand. $n... He is the orc that has...',12,0,100,0,0,0,21805,0,'Overlord Mor\'ghor'),
|
|
(23139,6,0,'It will be done, my lord.',12,0,100,0,0,0,21823,0,'Overlord Mor\'ghor'),
|
|
(23139,7,0,'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.',12,0,100,0,0,0,21824,0,'Overlord Mor\'ghor'),
|
|
(23139,8,0,'I will not drag this out any further than it needs, Lady Sinestra. You have bent my ear, now tell me what it is that you want from Dragonmaw.',12,0,100,0,0,0,21307,0,'Overlord Mor\'ghor'),
|
|
(23139,9,0,'The... The master? He lives?',12,0,100,0,0,0,21310,0,'Overlord Mor\'ghor'),
|
|
(23139,10,0,'%s stammers.',16,0,100,0,0,0,21313,0,'Overlord Mor\'ghor'),
|
|
(23139,11,0,'Ye... Yes, yes... Of course. We need only the crystals and ore from this place. There is... We will need mounts.',12,0,100,0,0,0,21314,0,'Overlord Mor\'ghor'),
|
|
(23141,0,0,'You will not harm the $g boy:girl;, Mor\'ghor! Quickly, $n, climb on my back!',12,0,100,0,0,0,21825,0,'Yarzill'),
|
|
(23146,0,0,'Who... Who is you?? What you want?',12,0,100,0,0,0,21300,0,'Dragonmaw Enforcer'),
|
|
(23146,1,0,'Yes... Yes we move now... Please no hurt us...',12,0,100,0,0,0,21302,0,'Dragonmaw Enforcer'),
|
|
(23152,0,0,'Pitiful wretches. You dared invade Illidan\'s temple? Very well, I shall make it your death bed!',14,0,100,0,0,0,20719,0,'Vagath'),
|
|
(23152,1,0,'You\'ve sealed you fate, Akama. The Master will learn from your betrayal!',14,0,100,0,0,0,20745,0,'Vagath'),
|
|
(23161,0,0,'Hear the voices below the earth! They call for your blood!',12,0,100,0,0,0,21904,0,'Darkscreecher Akkarai'),
|
|
(23161,1,0,'Consume $n, my children!',14,0,100,0,0,0,21076,0,'Darkscreecher Akkarai'),
|
|
(23162,0,0,'Furious winds envelop Vakkiz as he writhes menacingly towards you.',16,0,100,0,0,0,21905,0,'Vakkiz the Windrager'),
|
|
(23162,1,0,'%s\'s flesh shatters in an unearthly rage!',16,0,100,0,0,0,21075,0,'Vakkiz the Windrager'),
|
|
(23163,0,0,'%s bares her fangs and hisses menacingly at those around her.',16,0,100,0,0,0,21902,0,'Gezzarak the Huntress'),
|
|
(23163,1,0,'%s focuses on $n.',16,0,100,0,0,0,21077,0,'Gezzarak the Huntress'),
|
|
(23165,0,0,'You capture Karrog! Karrog smash you!',12,0,100,0,0,0,21903,0,'Karrog'),
|
|
(23165,1,0,'%s fixates on $n.',41,0,100,0,0,0,21074,0,'Karrog'),
|
|
(23191,0,0,'Broken of the Ashtongue tribe, your leader speaks!',14,0,100,15,0,0,21342,0,'Akama SAY_BROKEN_FREE_0'),
|
|
(23191,1,0,'The Betrayer no longer holds sway over us. His dark magic over the Ashtongue soul has been destroyed!',14,0,100,1,0,0,21343,0,'Akama SAY_BROKEN_FREE_1'),
|
|
(23191,2,0,'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!',14,0,100,397,0,0,21344,0,'Akama SAY_BROKEN_FREE_2'),
|
|
(23191,3,0,'I will not last much longer!',14,0,100,0,0,11385,21784,0,'Akama SAY_LOW_HEALTH'),
|
|
(23191,4,0,'No! Not yet!',14,0,100,0,0,11386,21785,0,'Akama SAY_DEAD'),
|
|
(23196,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bonechewer Behemoth'),
|
|
(23197,0,0,'That is for Naisha!',14,0,100,0,0,11493,21489,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_TAUNT'),
|
|
(23197,0,1,'Bleed as I have bled!',14,0,100,0,0,11494,0,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_TAUNT'),
|
|
(23197,0,2,'There shall be no prison for you this time!',14,0,100,0,0,11495,22208,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_TAUNT'),
|
|
(23197,0,3,'Meet your end, demon!',14,0,100,0,0,11500,0,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_TAUNT'),
|
|
(23197,1,0,'Their fury pales before mine, Illidan. We have some unsettled business between us.',14,0,100,6,0,11491,21070,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_APPEAR'),
|
|
(23197,2,0,'My long hunt is finally over. Today, Justice will be done!',14,0,100,5,0,11492,21071,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_JUSTICE'),
|
|
(23197,3,0,'There shall be no prison for you this time!',14,0,100,0,0,11495,22208,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_TRAP'),
|
|
(23197,4,0,'%s falls to the floor.',16,0,100,0,0,0,21317,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_DOWN'),
|
|
(23197,5,0,'It is finished. You are beaten.',14,0,100,0,0,11496,21507,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_FINISHED'),
|
|
(23197,6,0,'He\'s right. I feel nothing... I am... nothing.',14,0,100,0,0,11497,21508,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_OUTRO'),
|
|
(23197,7,0,'Farewell, champions.',14,0,100,0,0,11498,21509,0,'Maiev Shadowsong SAY_MAIEV_SHADOWSONG_FAREWELL'),
|
|
(23208,0,0,'Maybe one day $n will teach us a few of $g his : her; tricks?',12,0,100,0,0,0,21942,0,'Skyguard Pyrotechnician'),
|
|
(23222,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bonechewer Brawler'),
|
|
(23222,1,0,'I submit! You win this time...',12,0,100,16,0,0,21253,0,'Bonechewer Brawler'),
|
|
(23222,1,1,'Good fight!',12,0,100,16,0,0,21254,0,'Bonechewer Brawler'),
|
|
(23223,0,0,'Kill him!',12,0,100,0,0,0,21256,0,'Bonechewer Spectator'),
|
|
(23223,0,1,'You see that final blow! Awesome!',12,0,100,0,0,0,21255,0,'Bonechewer Spectator'),
|
|
(23223,0,2,'Weak!',12,0,100,0,0,0,21257,0,'Bonechewer Spectator'),
|
|
(23223,0,3,'Finish him off!',12,0,100,0,0,0,21258,0,'Bonechewer Spectator'),
|
|
(23224,0,0,'Hey! You try telling the future when someone\'s shaking up your house!',15,0,100,0,0,0,0,0,'Imp in a ball'),
|
|
(23224,0,1,'Yes, unless I have anything to do with it.',15,0,100,0,0,0,21157,0,''),
|
|
(23224,0,2,'I see that happening sometime between tomorrow and the next decade. Definitely.',15,0,100,0,0,0,21158,0,''),
|
|
(23224,0,3,'Looks good for you...and bad for me.',15,0,100,0,0,0,21160,0,''),
|
|
(23224,0,4,'I\'ve consulted my fellow imps, and we think YES, except for that one imp.',15,0,100,0,0,0,21161,0,''),
|
|
(23224,0,5,'The outlook is positive, but I\'m still negative.',15,0,100,0,0,0,21162,0,''),
|
|
(23224,0,6,'It pains me to say this, but \"Yes\".',15,0,100,0,0,0,21163,0,''),
|
|
(23224,0,7,'When dwarves fly! They do? Then yes!',15,0,100,0,0,0,21164,0,''),
|
|
(23224,0,8,'Sure, but you\'re not going to like it.',15,0,100,0,0,0,21165,0,''),
|
|
(23224,0,9,'Be quiet \'bout what you hear and see around here, $r.',15,0,100,0,0,0,21166,0,''),
|
|
(23224,0,10,'Unfortunately... yes.',15,0,100,0,0,0,21169,0,''),
|
|
(23224,0,11,'I can\'t see why not, although, I can\'t see a lot of things right now.',15,0,100,0,0,0,21170,0,''),
|
|
(23224,0,12,'I would bet your soul on it.',15,0,100,0,0,0,21171,0,''),
|
|
(23224,0,13,'Yes, but if anyone asks... It wasn\'t me who told you.',15,0,100,0,0,0,21172,0,''),
|
|
(23224,0,14,'Didn\'t you already ask that once? Yes already!',15,0,100,0,0,0,21173,0,''),
|
|
(23224,0,15,'Please... Is Kil\'jaeden red?',15,0,100,0,0,0,21175,0,''),
|
|
(23224,0,16,'Yeah, sure. You just keep thinking that.',15,0,100,0,0,0,21176,0,''),
|
|
(23224,0,17,'I suppose.',15,0,100,0,0,0,21177,0,''),
|
|
(23224,0,18,'Definitely.',15,0,100,0,0,0,21178,0,''),
|
|
(23224,0,19,'Jump three times and dance for ten minutes and it will definitely happen!',15,0,100,0,0,0,21179,0,''),
|
|
(23224,0,20,'Word on the peninsula is YES!',15,0,100,0,0,0,21180,0,''),
|
|
(23224,0,21,'Oh, that one\'s for sure.',15,0,100,0,0,0,21181,0,''),
|
|
(23224,0,22,'Yes, but not in the way you imagine.',15,0,100,0,0,0,21182,0,''),
|
|
(23224,0,23,'Yes, yes, a thousand times, yes already!',15,0,100,0,0,0,21183,0,''),
|
|
(23224,0,24,'Yes, now stop pestering me!',15,0,100,0,0,0,21184,0,''),
|
|
(23224,0,25,'The answer will be a yes if you let me out of here.',15,0,100,0,0,0,21185,0,''),
|
|
(23224,0,26,'It\'s as sure as the warts on my backside!',15,0,100,0,0,0,21186,0,''),
|
|
(23224,0,27,'The answer is yes in here, I don\'t see why it would be any different out there.',15,0,100,0,0,0,21187,0,''),
|
|
(23224,0,28,'Three words - \"ab - so - lutely\"!',15,0,100,0,0,0,21188,0,''),
|
|
(23224,0,29,'Yes, but I hoped I would never have to answer that.',15,0,100,0,0,0,21189,0,''),
|
|
(23224,0,30,'Ask me again later - I\'m trying to scratch my nose and it\'s hard to concentrate.',15,0,100,0,0,0,21190,0,''),
|
|
(23224,0,31,'Why should I answer that? Do you tell fortunes when people shake YOU?',15,0,100,0,0,0,21191,0,''),
|
|
(23224,0,32,'Yes, it will rain. That\'s not what you asked? Too bad!',15,0,100,0,0,0,21192,0,''),
|
|
(23224,0,33,'I\'m sorry, I can only speak Demonic.',15,0,100,0,0,0,21193,0,''),
|
|
(23224,0,34,'Yes! I mean no! I mean... which answer gets me out of here?',15,0,100,0,0,0,21194,0,''),
|
|
(23224,0,35,'Yes, No, Maybe so.',15,0,100,0,0,0,21195,0,''),
|
|
(23224,0,36,'It won\'t matter, you\'ll be dead by tomorrow.',15,0,100,0,0,0,21196,0,''),
|
|
(23224,0,37,'You should be asking \"Is that rogue behind me going to kill me?\"',15,0,100,0,0,0,21197,0,''),
|
|
(23224,0,38,'It\'s times like these that I wish I had a longer cooldown.',15,0,100,0,0,0,21198,0,''),
|
|
(23224,0,39,'%s shrugs. Who knows?',15,0,100,0,0,0,21199,0,''),
|
|
(23224,0,40,'It\'s like my mother always said: [Demonic] \"Razxx khaj jhashxx xashjx.\"',15,0,100,0,0,0,21205,0,''),
|
|
(23224,0,41,'%s is ignoring you.',15,0,100,0,0,0,21206,0,''),
|
|
(23224,0,42,'Why me? Why not a goblin, or a gnome...',15,0,100,0,0,0,21207,0,''),
|
|
(23224,0,43,'What happens in the twisting nether, stays in the twisting nether.',15,0,100,0,0,0,21208,0,''),
|
|
(23224,0,44,'Avoid taking unnecessary gambles. Your lucky numbers are two, two and half, and eleven-teen.',15,0,100,0,0,0,21209,0,''),
|
|
(23224,0,45,'Wouldn\'t you like to know?',15,0,100,0,0,0,21210,0,''),
|
|
(23224,0,46,'Oh, oh, oh! I can see this one clearly... Nah, lost it.',15,0,100,0,0,0,21211,0,''),
|
|
(23224,0,47,'This was NOT in my contract!',15,0,100,0,0,0,21212,0,''),
|
|
(23224,0,48,'XRA RAHKI MAZIZRA!',15,0,100,0,0,0,21213,0,''),
|
|
(23224,0,49,'4 8 15 16 23 42',15,0,100,0,0,0,21214,0,''),
|
|
(23224,0,50,'Are you making fun of me?',15,0,100,0,0,0,21215,0,''),
|
|
(23224,0,51,'What kind of imp do you think I am?',15,0,100,0,0,0,21216,0,''),
|
|
(23224,0,52,'Say please.',15,0,100,0,0,0,21217,0,''),
|
|
(23224,0,53,'Want to trade places?',15,0,100,0,0,0,21218,0,''),
|
|
(23224,0,54,'Do you ask this question to everything that\'s trapped in a ball?',15,0,100,0,0,0,21219,0,''),
|
|
(23224,0,55,'Hey! You try arranging furniture with some jerk shaking your house!',15,0,100,0,0,0,21220,0,''),
|
|
(23224,0,56,'I can make that happen. Just sign below the dotted line...',15,0,100,0,0,0,21221,0,''),
|
|
(23224,0,57,'Reply hazy and slightly damp. Dry thoroughly and try again.',15,0,100,0,0,0,21222,0,''),
|
|
(23224,0,58,'Concentrate (on releasing me from this infernal prison) and try again later.',15,0,100,0,0,0,21223,0,''),
|
|
(23224,0,59,'Please insert 25 silver pieces and try again.',15,0,100,0,0,0,21224,0,''),
|
|
(23224,0,60,'Are you my pal, Danny?',15,0,100,0,0,0,21225,0,''),
|
|
(23224,0,61,'You remember the time you tried to drill that hole in your head?',15,0,100,0,0,0,21226,0,''),
|
|
(23224,0,62,'Oh that\'s right, don\'t make any effort to make your own fortune!',15,0,100,0,0,0,21227,0,''),
|
|
(23224,0,63,'Two words - imp-possible!',15,0,100,0,0,0,21228,0,''),
|
|
(23224,0,64,'You need Arcane Intellect, because that answer is obvious! NO!',15,0,100,0,0,0,21229,0,''),
|
|
(23224,0,65,'Not on your life!',15,0,100,0,0,0,21230,0,''),
|
|
(23224,0,66,'I don\'t have to be a fortune-telling imp to know the answer to that one - NO!',15,0,100,0,0,0,21231,0,''),
|
|
(23224,0,67,'The odds are 32.33 (repeating of course) percent chance of success.',15,0,100,0,0,0,21232,0,''),
|
|
(23224,0,68,'When Blackrock freezes over!',15,0,100,0,0,0,21233,0,''),
|
|
(23224,0,69,'Hahahaha, you\'re kidding right?',15,0,100,0,0,0,21234,0,''),
|
|
(23224,0,70,'Inconceivable!',15,0,100,0,0,0,21235,0,''),
|
|
(23224,0,71,'My sources say \"no\". Before the torture, that is.',15,0,100,0,0,0,21236,0,''),
|
|
(23224,0,72,'That\'s about as likely as me getting out of this ball.',15,0,100,0,0,0,21237,0,''),
|
|
(23224,0,73,'You picked the wrong time to shake me today, buddy! Prepare for disappointment.',15,0,100,0,0,0,21238,0,''),
|
|
(23224,0,74,'Not unless you\'re some kind of super-person. And don\'t kid yourself, you\'re not.',15,0,100,0,0,0,21239,0,''),
|
|
(23224,0,75,'That\'s about as likely as me getting a date with a succubus.',15,0,100,0,0,0,21240,0,''),
|
|
(23224,0,76,'My fortune telling powers are immeasurable - your chances are though: NO CHANCE',15,0,100,0,0,0,21241,0,''),
|
|
(23224,0,77,'NO - and don\'t try shaking me again for a better answer!',15,0,100,0,0,0,21242,0,''),
|
|
(23224,0,78,'Yes is my answer...',15,0,100,0,0,0,21243,0,''),
|
|
(23224,0,79,'...NOT!',15,0,100,0,0,0,21244,0,''),
|
|
(23224,0,80,'I\'m gonna have to give this one the big N-O.',15,0,100,0,0,0,21245,0,''),
|
|
(23224,0,81,'The outlook is very bad - for YOU that is! Haha, take it!',15,0,100,0,0,0,21246,0,''),
|
|
(23224,0,82,'Survey says: BZZZT!',15,0,100,0,0,0,21247,0,''),
|
|
(23235,0,0,'How long must we wait?',12,0,100,0,0,0,21267,0,'Bonechewer Blade Fury'),
|
|
(23235,0,1,'I must feed!',12,0,100,0,0,0,21269,0,'Bonechewer Blade Fury'),
|
|
(23235,0,2,'One day, we will rule this dark temple.',12,0,100,0,0,0,21268,0,'Bonechewer Blade Fury'),
|
|
(23236,0,0,'How long must we wait?',12,0,100,0,0,0,21267,0,'Bonechewer Shield Disciple'),
|
|
(23236,0,1,'I must feed!',12,0,100,0,0,0,21269,0,'Bonechewer Shield Disciple'),
|
|
(23236,0,2,'One day, we will rule this dark temple.',12,0,100,0,0,0,21268,0,'Bonechewer Shield Disciple'),
|
|
(23237,0,0,'How long must we wait?',12,0,100,0,0,0,21267,0,'Bonechewer Blood Prophet'),
|
|
(23237,0,1,'I must feed!',12,0,100,0,0,0,21269,0,'Bonechewer Blood Prophet'),
|
|
(23237,0,2,'One day, we will rule this dark temple.',12,0,100,0,0,0,21268,0,'Bonechewer Blood Prophet'),
|
|
(23237,1,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bonechewer Blood Prophet'),
|
|
(23239,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Bonechewer Combatant'),
|
|
(23239,1,0,'I submit! You win this time...',12,0,100,16,0,0,21253,0,'Bonechewer Combatant'),
|
|
(23239,1,1,'Good fight!',12,0,100,16,0,0,21254,0,'Bonechewer Combatant'),
|
|
(23257,0,0,'Look who\'s here. It\'s $n, our top gun.',12,0,100,0,0,0,21885,0,'Skyguard Windcharger'),
|
|
(23257,0,1,'$n, terror of the skies, how are you doing?',12,0,100,0,0,0,21893,0,'Skyguard Windcharger'),
|
|
(23257,0,2,'A-TEN-HUT, officer $n on the deck!',12,0,100,0,0,0,21891,0,'Skyguard Windcharger'),
|
|
(23257,0,3,'$G Mister : Lady; $n, what an unexpected pleasure, $g sir : ma\'am;.',12,0,100,0,0,0,21890,0,'Skyguard Windcharger'),
|
|
(23257,0,4,'Heh, the skies aren\'t so friendly with $n flying them!',12,0,100,0,0,0,21895,0,'Skyguard Windcharger'),
|
|
(23257,0,5,'$n, you and I should race sometime.',12,0,100,0,0,0,21937,0,'Skyguard Windcharger'),
|
|
(23257,0,6,'$n, how\'s your mount holding up? Pretty rough up there these days?',12,0,100,0,0,0,21897,0,'Skyguard Windcharger'),
|
|
(23257,0,7,'Well one thing\'s for sure, $n\'s not a nugget any more!',12,0,100,0,0,0,21896,0,'Skyguard Windcharger'),
|
|
(23257,0,8,'Buzz the landing pad lately, $n?',12,0,100,0,0,0,21889,0,'Skyguard Windcharger'),
|
|
(23257,0,9,'The list of Skyguard members is long and distinguished. $n tops that list.',12,0,100,0,0,0,21939,0,'Skyguard Windcharger'),
|
|
(23282,0,0,'I believe that I shall feast upon both $r and ogre flesh tonight.',14,0,100,0,0,7274,21718,0,'Obsidia'),
|
|
(23284,0,0,'Step aside lest I add you as another adornment to my armor. Your leader and I have matters to attend...',12,0,100,0,0,0,21301,0,'Sinestra'),
|
|
(23284,1,0,'$s smiles.',16,0,100,0,0,0,21303,0,'Sinestra'),
|
|
(23284,2,0,'I thought you would see it my way...',12,0,100,0,0,0,21304,0,'Sinestra'),
|
|
(23284,3,0,'Overlord Mor\'ghor, I presume... A pleasure to finally make your acquaintance.',12,0,100,0,0,0,21305,0,'Sinestra'),
|
|
(23284,4,0,'I am Lady Sinestra.',12,0,100,0,0,0,21306,0,'Sinestra'),
|
|
(23284,5,0,'You have no doubt heard about Nefarian\'s failures on Azeroth... While he has fallen, the experiment continues. My master... He continues the work that his progeny began.',12,0,100,0,0,0,21308,0,'Sinestra'),
|
|
(23284,6,0,'$s nods.',16,0,100,0,0,0,21309,0,'Sinestra'),
|
|
(23284,7,0,'You were once a chief lieutenant, Mor\'ghor. Your work in Grim Batol is not easily forgotten.',12,0,100,0,0,0,21311,0,'Sinestra'),
|
|
(23284,8,0,'Now... We need the eggs that you recovered. The Netherwing eggs. They are, after all, a product of the master. We will pay whatever price that you ask.',12,0,100,0,0,0,21312,0,'Sinestra'),
|
|
(23284,9,0,'The master will be most pleased with this news. The Black Dragonflight will provide you all that you ask. You will be allowed to ride upon the backs of our drakes as needed. ',12,0,100,0,0,0,21315,0,'Sinestra'),
|
|
(23284,10,0,'I thank you for your graciousness, Mor\'ghor. I must now take my leave.',12,0,100,0,0,0,21316,0,'Sinestra'),
|
|
(23311,0,0,'ARGH! BOOTERANG!',12,0,100,0,0,0,21335,0,'Disobedient Dragonmaw Peon'),
|
|
(23311,0,1,'AYAYA! One day me have dat booterang...',12,0,100,0,0,0,21336,0,'Disobedient Dragonmaw Peon'),
|
|
(23311,0,2,'HEY! No more booterang! Me sorry! Me work!',12,0,100,0,0,0,21332,0,'Disobedient Dragonmaw Peon'),
|
|
(23311,0,3,'OOF! Booterang hurted me! Me tink work better den booterang!',12,0,100,0,0,0,21333,0,'Disobedient Dragonmaw Peon'),
|
|
(23311,0,4,'OWWWW! Ok, ok, me go back to work!',12,0,100,0,0,0,21331,0,'Disobedient Dragonmaw Peon'),
|
|
(23311,0,5,'WHY IT PUT DA BOOTERANG ON DA SKIN?? WHY??',12,0,100,0,0,0,21334,0,'Disobedient Dragonmaw Peon'),
|
|
(23311,0,6,'You is bad orc... baaad... or... argh!',12,0,100,0,0,0,21123,0,'Disobedient Dragonmaw Peon'),
|
|
(23311,0,7,'Hey... me not feel so good.',12,0,100,0,0,0,21122,0,'Disobedient Dragonmaw Peon - On Script Action'),
|
|
(23319,0,0,'Hail our leader! Hail Akama!',14,0,100,0,0,0,21350,0,'akama shade broken SAY_BROKEN_FREE_01'),
|
|
(23319,1,0,'Hail Akama!',14,0,100,0,0,0,21348,0,'akama shade broken SAY_BROKEN_FREE_02'),
|
|
(23330,0,0,'Permission to buzz the tower!',14,0,100,0,0,0,20826,0,'Dragonmaw Wind Reaver'),
|
|
(23330,0,1,'Dragonriders mount up!',14,0,100,0,0,0,20823,0,'Dragonmaw Wind Reaver'),
|
|
(23334,0,0,'Maybe one day $n will teach us a few of $g his : her; tricks?',12,0,100,0,0,0,21942,0,'Sky Commander Keller'),
|
|
(23335,0,0,'You\'re a peach! I\'ll make sure that the ray is properly cared for.',12,0,100,0,0,0,21371,0,'Skyguard Khatie'),
|
|
(23335,0,1,'Wow! Thanks for bringing it all the way back here. You didn\'t have to do that.',12,0,100,0,0,0,21370,0,'Skyguard Khatie'),
|
|
(23335,1,0,'Hey there, $c!$B$B<Khatie looks at you slyly.>$B$BAnytime you want to wrangle us up some more aether rays, you make sure to come and see me!',12,0,100,1,0,0,21583,0,'Skyguard Khatie Friendly'),
|
|
(23335,2,0,'You know, $n, it\'s such an honor to work with you!$B$BWhen you\'re not busy wrangling, maybe we could $g go out some place for dinner? : get together for a girl\'s night?;$B$BOh, did I mention that we can now get you to our base in the Skethyl Mountains real quick? If you want, speak with Skyguard Handler Irena about that.',12,0,100,1,0,0,21586,0,'Skyguard Khatie Honored'),
|
|
(23335,3,0,'So, you\'ve been around a lot, but we seem to keep missing each other for getting together after work.$B$BIs it me?$B$B<Khatie purposely cheers up.>$B$BAnyway, I just wanted to say that I... we really appreciate everything that you\'ve been doing for the Skyguard!',12,0,100,6,0,0,21587,0,'Skyguard Khatie Revered'),
|
|
(23335,4,0,'I hope you don\'t think I\'m a stalker, or anything like that, $n.$B$BI mean, I know that you\'re real famous within the Skyguard now, and well... I\'m sure that you wouldn\'t want to hang out with a lowly peon like me.$B$BBut, if you ever want to get together to just hang out, or even wrangle some more rays, drop by anytime! I\'ll be here.$B$BI miss you...',12,0,100,1,0,0,21588,0,'Skyguard Khatie Exalted'),
|
|
(23340,0,0,'I may be old but I can still take on a young whippersnapper like you, $N. Try not to fall behind...',12,0,100,0,0,0,21362,0,'Murg Oldie Mackjaw'),
|
|
(23340,1,0,'Well, you won... I guess.',12,0,100,0,0,0,21363,0,'Murg Oldie Mackjaw'),
|
|
(23342,0,0,'Trope will show you how to fly like a Dragonmaw... You will show Trope how to die like a scrub.',12,0,100,0,0,0,21418,0,'Trope the Filth-Belcher'),
|
|
(23342,1,0,'You did well. Certainly a surprise to Trope... Report back to Ja\'y.',12,0,100,0,0,0,21419,0,'Trope the Filth-Belcher'),
|
|
(23344,0,0,'Let\'s get this over with...',12,0,100,0,0,0,21421,0,'Corlok the Vet'),
|
|
(23344,1,0,'You put up a hell of a fight, newbie. Hell of a fight...',12,0,100,0,0,0,21422,0,'Corlok the Vet'),
|
|
(23345,0,0,'I\'m taking this back to the old school. I\'ll be the Alliance and you be Frostwolf Village. BOMBS AWAY!',12,0,100,0,0,0,21423,0,'Wing Commander Ichman'),
|
|
(23345,1,0,'Thank you for that... It was humbling to be served in such a manner.',12,0,100,0,0,0,21424,0,'Wing Commander Ichman'),
|
|
(23346,0,0,'You\'re in for a rough ride, $N. I hope you\'ve already made funeral arrangements.',12,0,100,0,0,0,21425,0,'Wing Commander Mulverick'),
|
|
(23346,1,0,'You\'re the best I\'ve ever seen. I can\'t believe I\'m saying this but you might have a chance against Skyshatter. And hey, if that doesn\'t go so well you can be my wing man...',12,0,100,0,0,0,21426,0,'Wing Commander Mulverick'),
|
|
(23348,0,0,'Prepare a funeral pyre! $N has challenged Skyshatter!',14,0,100,0,0,0,21430,0,'Captain Skyshatter'),
|
|
(23348,1,0,'I... I am undone... The new top orc is $N!',14,0,100,0,0,0,21431,0,'Captain Skyshatter'),
|
|
(23348,2,0,'I weep for you, $N. You really have no idea what you\'ve gotten yourself into...',12,0,100,0,0,0,21432,0,'Captain Skyshatter'),
|
|
(23353,0,0,'I am older than you can fathom. Show some respect!',14,0,100,0,0,0,21688,0,'Braxxus - Random Yell on Spawn'),
|
|
(23353,0,1,'As I shall consume your flesh, so too shall the Burning Legion consume your people!',14,0,100,0,0,0,21689,0,'Braxxus - Random Yell on Spawn'),
|
|
(23353,0,2,'I will make your death a quick one, $n.',14,0,100,0,0,0,21692,0,'Braxxus - Random Yell on Spawn'),
|
|
(23353,0,3,'May whatever god you believe in have mercy on you. For I will show you none.',14,0,100,0,0,0,21694,0,'Braxxus - Random Yell on Spawn'),
|
|
(23353,0,4,'Eager to die, are we?',14,0,100,0,0,0,21697,0,'Braxxus - Random Yell on Spawn'),
|
|
(23353,0,5,'Your death is at hand, $n. Savor these last moments.',14,0,100,0,0,0,21702,0,'Braxxus - Random Yell on Spawn'),
|
|
(23353,0,6,'You dare summon me? Your insolence will be punished.',14,0,100,0,0,0,21721,0,'Braxxus - Random Yell on Spawn'),
|
|
(23354,0,0,'I am older than you can fathom. Show some respect!',14,0,100,0,0,0,21688,0,'Mo arg Incinerator - Random Yell on Spawn'),
|
|
(23354,0,1,'As I shall consume your flesh, so too shall the Burning Legion consume your people!',14,0,100,0,0,0,21689,0,'Mo arg Incinerator - Random Yell on Spawn'),
|
|
(23354,0,2,'I will make your death a quick one, $n.',14,0,100,0,0,0,21692,0,'Mo arg Incinerator - Random Yell on Spawn'),
|
|
(23354,0,3,'May whatever god you believe in have mercy on you. For I will show you none.',14,0,100,0,0,0,21694,0,'Mo arg Incinerator - Random Yell on Spawn'),
|
|
(23354,0,4,'Eager to die, are we?',14,0,100,0,0,0,21697,0,'Mo arg Incinerator - Random Yell on Spawn'),
|
|
(23354,0,5,'Your death is at hand, $n. Savor these last moments.',14,0,100,0,0,0,21702,0,'Mo arg Incinerator - Random Yell on Spawn'),
|
|
(23354,0,6,'You dare summon me? Your insolence will be punished.',14,0,100,0,0,0,21721,0,'Mo arg Incinerator - Random Yell on Spawn'),
|
|
(23355,0,0,'I am older than you can fathom. Show some respect!',14,0,100,0,0,0,21688,0,'Zarcsin - Random Yell on Spawn'),
|
|
(23355,0,1,'As I shall consume your flesh, so too shall the Burning Legion consume your people!',14,0,100,0,0,0,21689,0,'Zarcsin - Random Yell on Spawn'),
|
|
(23355,0,2,'I will make your death a quick one, $n.',14,0,100,0,0,0,21692,0,'Zarcsin - Random Yell on Spawn'),
|
|
(23355,0,3,'May whatever god you believe in have mercy on you. For I will show you none.',14,0,100,0,0,0,21694,0,'Zarcsin - Random Yell on Spawn'),
|
|
(23355,0,4,'Eager to die, are we?',14,0,100,0,0,0,21697,0,'Zarcsin - Random Yell on Spawn'),
|
|
(23355,0,5,'Your death is at hand, $n. Savor these last moments.',14,0,100,0,0,0,21702,0,'Zarcsin - Random Yell on Spawn'),
|
|
(23355,0,6,'You dare summon me? Your insolence will be punished.',14,0,100,0,0,0,21721,0,'Zarcsin - Random Yell on Spawn'),
|
|
(23364,0,0,'The %s screams out for its mother.',16,0,100,0,0,431,21420,0,'Black Dragon Whelpling'),
|
|
(23370,0,0,'MULVERICK!',14,0,100,22,0,0,21429,0,'Dragonmaw Tower Controller'),
|
|
(23377,1,0,'Quickly! Use the flames and support ground troops. Its ancient magic should cleanse Terokk\'s shield.',14,0,100,0,0,0,24021,0,'Skyguard Ace'),
|
|
(23377,2,0,'Enemy sighted! Fall into formation and prepare for bombing maneuvers!',14,0,100,0,0,0,21439,0,'Skyguard Ace'),
|
|
(23377,3,0,'They did it! Enemy down! Return to base!',14,0,100,0,0,0,21437,0,'Skyguard Ace'),
|
|
(23377,4,0,'Abort mission! Our ground forces have been defeated.',14,0,100,0,0,0,21438,0,'Skyguard Ace Defeat'),
|
|
(23381,0,0,'That is a dangerous train of thought. If something was truly amiss, Soridormi would be the first to know.',12,0,100,274,0,0,21645,0,'Indormi'),
|
|
(23383,0,0,'Thanks for your help. Let\'s get out of here!',12,0,100,0,0,0,0,0,'Skyguard Prisoner'),
|
|
(23383,1,0,'Let\'s keep moving. I don\'t like this place.',12,0,100,0,0,0,0,0,'Skyguard Prisoner'),
|
|
(23383,2,0,'Thanks again. Sergeant Doryn will be glad to hear he has one less scout to replace this week.',12,0,100,0,0,0,0,0,'Skyguard Prisoner'),
|
|
(23392,0,0,'$n is an officer and a $g gentleman : gentlewoman;.',12,0,100,0,0,0,21940,0,'Skyguard Stable Master <Stable Master>'),
|
|
(23410,0,0,'You are not alone, Akama.',12,0,100,0,0,0,21545,0,'SAY_SPIRIT_ALONE'),
|
|
(23411,0,0,'Your people will always be with you!',12,0,100,0,0,0,21546,0,'SAY_SPIRIT_ALONE'),
|
|
(23418,0,0,'Pain and suffering are all that await you!',14,0,100,0,0,11415,21759,0,'SUFF_SAY_AGRO'),
|
|
(23418,1,0,'Don\'t leave me alone!',14,0,100,0,0,11416,21760,0,'SUFF_SAY_SLAY'),
|
|
(23418,1,1,'Look at what you made me do!',14,0,100,0,0,11417,21761,0,'SUFF_SAY_SLAY2'),
|
|
(23418,1,2,'I didn\'t ask for this!',14,0,100,0,0,11418,21762,0,'SUFF_SAY_SLAY3'),
|
|
(23418,2,0,'The pain is only beginning...',14,0,100,0,0,11419,21763,0,'SUFF_SAY_ENRAGE'),
|
|
(23418,2,1,'I didn\'t ask for this!',14,0,100,0,0,11418,21762,0,'essence SUFF_SAY_SLAY2'),
|
|
(23418,3,0,'I don\'t want to go back!',14,0,100,0,0,11420,21764,0,'SUFF_SAY_RECAP'),
|
|
(23418,4,0,'Now what do I do?',14,0,100,0,0,11421,21765,0,'SUFF_SAY_AFTER'),
|
|
(23418,5,0,'%s becomes enraged!',41,0,100,0,0,0,24144,0,'SUFF_EMOTE_ENRAGE'),
|
|
(23418,6,0,'%s becomes enraged!',41,0,100,0,0,0,7798,0,'essence SUFF_EMOTE_ENRAGE'),
|
|
(23419,0,0,'You can have anything you desire... for a price.',14,0,100,0,0,11408,21752,0,'DESI_SAY_FREED'),
|
|
(23419,1,0,'Fulfillment is at hand.',14,0,100,0,0,11409,21753,0,'DESI_SAY_SLAY1'),
|
|
(23419,1,1,'Yes, you\'ll stay with us now...',14,0,100,0,0,11410,21754,0,'DESI_SAY_SLAY2'),
|
|
(23419,1,2,'Your reach exceeds your grasp.',14,0,100,0,0,11412,21756,0,'DESI_SAY_SLAY3'),
|
|
(23419,2,0,'Be careful what you wish for.',14,0,100,0,0,11411,21755,0,'DESI_SAY_SPEC'),
|
|
(23419,3,0,'I won\'t be far!',14,0,100,0,0,11414,21758,0,'DESI_SAY_RECAP'),
|
|
(23419,4,0,'I\'ll be waiting.',14,0,100,0,0,11413,21757,0,'DESI_SAY_AFTER'),
|
|
(23420,0,0,'Beware: I live!',14,0,100,0,0,11399,21746,0,'ANGER_SAY_FREED'),
|
|
(23420,0,1,'So... foolish.',14,0,100,0,0,11400,21747,0,'essence ANGER_SAY_FREED2'),
|
|
(23420,1,0,'So... foolish.',14,0,100,0,0,11400,21747,0,'ANGER_SAY_FREED2'),
|
|
(23420,1,1,'Enough. No more.',14,0,100,0,0,11402,21748,0,'essence ANGER_SAY_SLAY2'),
|
|
(23420,2,0,'Enough! No more!',14,0,100,0,0,11402,21748,0,'ANGER_SAY_SEETHE'),
|
|
(23420,3,0,'%s seethes in anger!',14,0,100,0,0,0,21878,0,'ANGER_EMOTE_SEETHE'),
|
|
(23420,4,0,'On your knees!',14,0,100,0,0,11403,21749,0,'ANGER_SAY_SPEC'),
|
|
(23420,5,0,'Beware, coward!',14,0,100,0,0,11405,21751,0,'ANGER_SAY_SPITE'),
|
|
(23420,6,0,'I won\'t... be... ignored!',14,0,100,0,0,11404,21750,0,'ANGER_SAY_DEATH'),
|
|
(23434,0,0,'Defenders, show these mongrels the fury of a Scryer!',14,0,100,22,0,0,21632,0,'Commander Hobb'),
|
|
(23434,1,0,'Stand tall, soldiers. Show them no quarter!',14,0,100,1,0,0,0,0,'Commander Hobb'),
|
|
(23434,2,0,'Victory to the Scryers! The Dragonmaw have been defeated!',14,0,100,0,0,0,21663,0,'Commander Hobb'),
|
|
(23437,0,0,'Do you think the rumors about the Infinite Dragonflight are true? I\'ve sensed it... the familiarity.',12,0,100,1,0,0,21646,0,'Indormi'),
|
|
(23439,0,0,'%s feeds on the freshly-killed warp chaser.',16,0,100,35,0,0,21657,0,'Hungry Nether Ray'),
|
|
(23440,0,0,'BURN IT DOWN!',14,0,100,0,0,0,21656,0,'Dragonmaw Skybreaker'),
|
|
(23440,0,1,'KILL THEM ALL!',14,0,100,0,0,0,1690,0,'Dragonmaw Skybreaker'),
|
|
(23440,1,0,'For the Dragonmaw!',12,0,100,0,0,0,1937,0,'Dragonmaw Skybreaker'),
|
|
(23440,1,1,'Long live the Dragonmaw! Die you worthless $N!',12,0,100,0,0,0,0,0,'Dragonmaw Skybreaker'),
|
|
(23440,1,2,'Your bones will break under my boot, $N',12,0,100,0,0,0,0,0,'Dragonmaw Skybreaker'),
|
|
(23441,0,0,'BURN IT DOWN!',14,0,100,0,0,0,21656,0,'Dragonmaw Skybreaker'),
|
|
(23441,0,1,'KILL THEM ALL!',14,0,100,0,0,0,1690,0,'Dragonmaw Skybreaker'),
|
|
(23441,1,0,'For the Dragonmaw!',12,0,100,0,0,0,1937,0,'Dragonmaw Skybreaker'),
|
|
(23441,1,1,'Long live the Dragonmaw! Die you worthless $N!',12,0,100,0,0,0,0,0,'Dragonmaw Skybreaker'),
|
|
(23441,1,2,'Your bones will break under my boot, $N',12,0,100,0,0,0,0,0,'Dragonmaw Skybreaker'),
|
|
(23452,0,0,'The Dragonmaw must be stopped...',14,0,100,22,0,0,21685,0,'Commander Arcus to Player'),
|
|
(23452,1,0,'Stand tall, soldiers. Show them no quarter!',12,0,100,5,0,0,21633,0,'Commander Arcus to Player'),
|
|
(23452,2,0,'Victory to the Aldor! The Dragonmaw have been defeated!',14,0,100,0,0,0,21728,0,'Commander Arcus to Commander Arcus'),
|
|
(23467,0,0,'What is the meaning of this, Mor\'ghor?',12,0,100,0,0,0,21804,0,'Illidan'),
|
|
(23467,1,0,'SILENCE!',12,0,100,0,0,0,21807,0,'Illidan'),
|
|
(23467,2,0,'Blathering idiot. You incomprehensibly incompetent buffoon...',12,0,100,0,0,0,21808,0,'Illidan'),
|
|
(23467,3,0,'THIS is your hero?',12,0,100,0,0,0,21809,0,'Illidan'),
|
|
(23467,4,0,'You have been deceived, imbecile.',12,0,100,0,0,0,21810,0,'Illidan'),
|
|
(23467,5,0,'This... whole... operation... HAS BEEN COMPROMISED!',12,0,100,0,0,0,21811,0,'Illidan'),
|
|
(23467,6,0,'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.',12,0,100,0,0,0,21812,0,'Illidan'),
|
|
(23504,0,0,'Brewfest is almost here!',12,0,100,0,0,0,21966,0,'Brewfest Setup Crew'),
|
|
(23504,0,1,'Can\'t you see I\'ve got work to do here?',12,0,100,0,0,0,21967,0,'Brewfest Setup Crew'),
|
|
(23504,0,2,'Won\'t be long now until the Brewfest starts! Come back later and check to see if we\'re done.',12,0,100,0,0,0,21968,0,'Brewfest Setup Crew'),
|
|
(23504,0,3,'I can\'t wait until we\'re done setting up. Then I can kick back and enjoy the festivities.',12,0,100,0,0,0,21969,0,'Brewfest Setup Crew'),
|
|
(23504,0,4,'Brewfest is a non-stop party. Setting up for it, though, is non-stop work!',12,0,100,0,0,0,21970,0,'Brewfest Setup Crew'),
|
|
(23543,0,0,'Harken, cur! Tis you I spurn! Now feel... the burn!',12,0,100,0,0,0,22587,0,'Shade of Horseman Talk 0'),
|
|
(23543,1,0,'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!',14,0,100,0,0,11966,22022,0,'Shade of Horseman Talk 1'),
|
|
(23543,2,0,'The sky is dark. The fire burns. You strive in vain as Fate\'s wheel turns.',14,0,100,0,0,12570,22034,0,'Shade of Horseman Talk 2'),
|
|
(23543,3,0,'The town still burns. A cleansing fire! Time is short, I\'ll soon retire!',14,0,100,0,0,12571,22035,0,'Shade of Horseman Talk 3'),
|
|
(23543,4,0,'Fire consumes! You\'ve tried and failed. Let there be no doubt, justice prevailed!',14,0,100,0,0,11967,22026,0,'Shade of Horseman Talk 4'),
|
|
(23543,5,0,'My flames have died, left not a spark! I shall send you now to the lifeless dark!',14,0,100,0,0,11968,22027,0,'Shade of Horseman Talk 5'),
|
|
(23543,6,0,'So eager you are, for my blood to spill. Yet to vanquish me, \'tis my head you must kill!',14,0,100,0,0,11969,22757,0,'Shade of Horseman Talk 6'),
|
|
(23557,0,0,'Get on ya knees and bow.... to da fang and claw!',14,0,100,0,0,12020,23612,0,'Halazzi - Aggro'),
|
|
(23557,1,0,'You gonna leave in pieces!',14,0,100,0,0,0,23616,0,'Halazzi - Saber'),
|
|
(23557,1,1,'Me gonna carve ya now!',14,0,100,0,0,0,23615,0,'Halazzi - Saber'),
|
|
(23557,2,0,'Me gonna carve ya now!',14,0,100,0,0,12021,23615,0,'Halazzi - Split'),
|
|
(23557,3,0,'Spirit, come back to me!',14,0,100,0,0,12022,22964,0,'Halazzi - Merge'),
|
|
(23557,4,0,'You can\'t fight da power!',14,0,100,0,0,12026,23613,0,'Halazzi - Killed unit'),
|
|
(23557,4,1,'Ya all gonna fail!',14,0,100,0,0,12027,23614,0,'Halazzi - Killed unit'),
|
|
(23557,5,0,'Chaga... choka\'jinn.',14,0,100,0,0,12028,23611,0,'Halazzi - Death'),
|
|
(23557,6,0,'Whatch you be doing? Pissin\' yourselves...',14,0,100,0,0,12025,0,0,'Halazzi - Death'),
|
|
(23560,0,0,'Not now, Mack. I be in no mood for your drunken pawing. Off with ya!',12,0,0,274,0,0,22207,0,'Ameenah to Mack'),
|
|
(23560,0,1,'Beat it, Mack! Else I\'ll have Budd cook ya fer my hounds....',12,0,0,274,0,0,22212,0,'Ameenah to Mack'),
|
|
(23560,0,2,'There be nuthin\' here to drink, Mack. Away with ya!',12,0,0,274,0,0,22213,0,'Ameenah to Mack'),
|
|
(23560,0,3,'Go jump in the lake, won\'t ya Mack? I smelled ya before I saw ya....',12,0,0,274,0,0,22214,0,'Ameenah to Mack'),
|
|
(23564,0,0,'%s loses all self control and begins to attack friend and foe alike!',16,0,100,0,0,0,23081,0,'Plagued Dragonflayer Tribesman'),
|
|
(23566,0,0,'It would be a shame to let these leaflets go to waste, wouldn\'t it?',12,7,100,0,0,0,22105,0,'Calia Hastings'),
|
|
(23566,1,0,'With just a little creative editing, these are much more useful...',12,7,100,0,0,0,22107,0,'Calia Hastings'),
|
|
(23567,0,0,'Mysterious hoofprints, scorched shields, stray badges... how do we make sense of all this?',12,0,100,6,0,0,22038,0,'Inspector Tarem'),
|
|
(23569,0,0,'Hmm... old coins... ugly jewelry...',12,7,100,0,0,0,22160,0,'Renn McGill'),
|
|
(23569,1,0,'More ugly jewelry... letters home... I\'m beginning to give up hope!',12,7,100,0,0,0,22161,0,'Renn McGill'),
|
|
(23569,2,0,'Hey... what\'s this? A pair of manacles and not just any. These are enchanted. This cargo, it wasn\'t a thing... it was a person!',12,7,100,0,0,0,22162,0,'Renn McGill'),
|
|
(23573,0,0,'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...',12,0,100,1,0,0,22379,0,'Krixil Slogswitch'),
|
|
(23574,0,0,'I be da predator! You da prey...',14,0,100,0,0,12013,23235,0,'Akil\'zon On Aggro'),
|
|
(23574,1,0,'Feed, me bruddahs!',14,0,100,0,0,12014,23931,0,'Akil\'zon On Summon'),
|
|
(23574,2,0,'Your death gonna be quick, strangers. You shoulda never come to this place....',14,0,100,0,0,12015,23308,0,'Akil\'zon Intro'),
|
|
(23574,3,0,'All you be doin\' is wastin\' me time!',14,0,100,0,0,12016,23236,0,'Akil\'zon On Enrage'),
|
|
(23574,4,0,'Ya got nothin\'!',14,0,100,0,0,12017,23234,0,'Akil\'zon On Player Kill'),
|
|
(23574,4,1,'Stop your cryin\'!',14,0,100,0,0,12018,23233,0,'Akil\'zon On Player Kill'),
|
|
(23574,5,0,'You can\'t... kill... me spirit!',14,0,100,0,0,12019,23232,0,'Akil\'zon On Dearh'),
|
|
(23576,0,0,'Get da move on, guards! It be killin\' time!',14,0,100,0,0,12066,22144,1,'Nalorakk - YELL_NALORAKK_WAVE1'),
|
|
(23576,1,0,'Guards, go already! Who you more afraid of, dem... or me?',14,0,100,0,0,12067,22146,1,'Nalorakk - YELL_NALORAKK_WAVE2'),
|
|
(23576,2,0,'Ride now! Ride out dere and bring me back some heads!',14,0,100,0,0,12068,22151,1,'Nalorakk - YELL_NALORAKK_WAVE3'),
|
|
(23576,3,0,'I be losin\' me patience! Go on: make dem wish dey was never born!',14,0,100,0,0,12069,22155,1,'Nalorakk - YELL_NALORAKK_WAVE4'),
|
|
(23576,4,0,'You be dead soon enough!',14,0,100,0,0,12070,23166,1,'Nalorakk - YELL_AGGRO'),
|
|
(23576,5,0,'I bring da pain!',14,0,100,0,0,12071,23167,1,'Nalorakk - YELL_SURGE'),
|
|
(23576,6,0,'You call on da beast, you gonna get more dan you bargain for!',14,0,100,0,0,12072,23168,1,'Nalorakk - YELL_SHIFTEDTOBEAR '),
|
|
(23576,7,0,'Make way for da Nalorakk!',14,0,100,0,0,12073,23169,1,'Nalorakk - YELL_SHIFTEDTOTROLL'),
|
|
(23576,8,0,'You had your chance; now it be too late!',14,0,100,0,0,12074,23170,1,'Nalorakk - YELL_BERSERK'),
|
|
(23576,9,0,'Now whatchoo got to say?',14,0,100,0,0,12075,23171,1,'Nalorakk - YELL_KILL_ONE'),
|
|
(23576,10,0,'Da Amani gonna rule again!',14,0,100,0,0,12076,23172,1,'Nalorakk - YELL_KILL_TWO'),
|
|
(23576,11,0,'I... be waitin\' on da udda side....',14,0,100,0,0,12077,23173,1,'Nalorakk - YELL_DEATH'),
|
|
(23576,12,0,'What could be better than servin\' da bear spirit for eternity? Come closer now. Bring your souls to me!',14,0,100,0,0,12078,23305,1,'Nalorakk - YELL_NALORAKK_EVENT1'),
|
|
(23576,13,0,'I smell you, strangers. Don\'t be delayin\' your fate. Come to me now. I make your sacrifice quick.',14,0,100,0,0,12079,23306,1,'Nalorakk - YELL_NALORAKK_EVENT1'),
|
|
(23576,14,0,'Mua-ha-ha!',14,0,100,0,0,0,22145,1,'Nalorakk - RUN AWAY'),
|
|
(23576,15,0,'%s transforms into a bear!',16,0,100,0,0,0,24263,1,'Nalorakk - EMOTE BEAR'),
|
|
(23577,0,0,'Get on ya knees and bow.... to da fang and claw!',14,0,100,0,0,12020,23612,0,'Halazzi - SAY_AGGRO'),
|
|
(23577,1,0,'You can fight da power!',14,0,100,0,0,12026,0,0,'Halazzi - SAY_KILL'),
|
|
(23577,1,1,'Ya all gonna fail!',14,0,100,0,0,12027,23614,0,'Halazzi - SAY_KILL'),
|
|
(23577,2,0,'Me gonna carve ya now!',14,0,100,0,0,12023,23615,0,'Halazzi - SAY_SABER'),
|
|
(23577,2,1,'You gonna leave in pieces!',14,0,100,0,0,12024,23616,0,'Halazzi - SAY_SABER'),
|
|
(23577,3,0,'I fight wit untamed spirit....',14,0,100,0,0,12021,0,0,'Halazzi - SAY_SPLIT'),
|
|
(23577,4,0,'Spirit, come back to me!',14,0,100,0,0,12022,22964,0,'Halazzi - SAY_MERGE'),
|
|
(23577,5,0,'Chaga... chokajinn.',14,0,100,0,0,12028,0,0,'Halazzi - SAY_DEATH'),
|
|
(23578,0,0,'Spirits of da wind be your doom!',14,0,100,0,0,12031,23590,0,'janalai SAY_AGGRO'),
|
|
(23578,1,0,'I burn ya now!',14,0,100,0,0,12032,23589,0,'janalai SAY_FIRE_BOMBS'),
|
|
(23578,2,0,'Where ma hatcha? Get to work on dem eggs!',14,0,100,0,0,12033,23528,0,'janalai SAY_SUMMON_HATCHER'),
|
|
(23578,3,0,'I show you strength... in numbers.',14,0,100,0,0,12034,22838,0,'janalai SAY_ALL_EGGS'),
|
|
(23578,4,0,'You done run outta time!',14,0,100,0,0,12035,23588,0,'janalai SAY_BERSERK'),
|
|
(23578,5,0,'It all be over now, mon!',14,0,100,0,0,12036,23585,0,'janalai SAY_SLAY_1'),
|
|
(23578,5,1,'Tazaga-choo!',14,0,100,0,0,12037,23586,0,'janalai SAY_SLAY_2'),
|
|
(23578,6,0,'Zul\'jin... got a surprise for you....',14,0,100,0,0,12038,23587,0,'janalai SAY_DEATH'),
|
|
(23578,7,0,'Come, strangers. The spirit of da dragonhawk be hungry for worthy souls.',14,0,100,0,0,12039,23314,0,'janalai SAY_EVENT_STRANGERS'),
|
|
(23578,8,0,'Come, friends. Your bodies gonna feed ma hatchlings, and your souls gonna fill me with power!',14,0,100,0,0,12040,23313,0,'janalai SAY_EVENT_FRIENDS'),
|
|
(23579,0,0,'You said Brogg could stay here! You promised Brogg you\'d help regain Stonemaul clan mound!',12,0,100,1,0,0,22589,0,'Brogg'),
|
|
(23579,1,0,'But this the only building that fit Brogg! Goblins make buildings too small!',12,0,100,1,0,0,22591,0,'Brogg'),
|
|
(23586,0,0,'Invaders! Sound the alarm!',14,0,100,0,0,12104,23109,0,'Amani\'shi Scout'),
|
|
(23597,0,0,'More intruders! Sound da alarm!',14,0,100,25,0,12104,23252,0,'Amani\'shi Guardian - Gong Event Say'),
|
|
(23600,0,0,'Hmm... I wonder...',12,0,100,0,0,0,22042,0,'Apprentice Morlann'),
|
|
(23600,1,0,'Now, where is it?',12,0,100,6,0,0,22045,0,'Apprentice Morlann'),
|
|
(23600,2,0,'Stupid mages... always using the last of a reagent and never replacing it.',12,0,100,1,0,0,22043,0,'Apprentice Morlann'),
|
|
(23601,0,0,'Is he complaining about the reagents again? Does he even remember how he left the summoning tomes last time?',12,0,100,6,0,0,22044,0,'Apprentice Garion'),
|
|
(23602,0,0,'It\'s good to see you defending Theramore with pride, friend.',12,7,100,25,0,0,22050,0,'Deserter Agitator'),
|
|
(23602,0,1,'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.',12,7,100,1,0,0,22051,0,'Deserter Agitator'),
|
|
(23602,0,2,'Wouldn\'t you like to bring those days back? I have some friends who know just the way to do that...',12,7,100,1,0,0,22052,0,'Deserter Agitator'),
|
|
(23602,1,0,'These people will know Admiral Proudmoore for the true hero he was!',12,7,100,5,0,0,22048,0,'Deserter Agitator'),
|
|
(23602,1,1,'You can\'t stop us from exposing the truth about Jaina\'s cowardice!',12,7,100,5,0,0,22047,0,'Deserter Agitator'),
|
|
(23602,1,2,'If you think you can stop us, you\'re mistaken, \'friend.\'',12,7,100,5,0,0,22046,0,'Deserter Agitator'),
|
|
(23602,1,3,'It\'s people like you who weaken the Alliance and invite the Horde to take away all we\'ve fought for!',12,7,100,5,0,0,22049,0,'Deserter Agitator'),
|
|
(23616,0,0,'%s howls in delight at the sight of his lunch!',16,0,100,0,0,0,22068,0,'kyle EMOTE_SEE_LUNCH'),
|
|
(23616,1,0,'%s eats his lunch.',16,0,100,0,0,0,22069,0,'kyle EMOTE_EAT_LUNCH'),
|
|
(23618,0,0,'Where is that dog?',12,0,100,0,0,11796,22166,0,'Ahab Wheathoof'),
|
|
(23618,0,1,'I miss my dog so much!',12,0,100,0,0,11798,22168,0,'Ahab Wheathoof'),
|
|
(23618,0,2,'Will you help me find my dog?',12,0,100,0,0,11797,22167,0,'Ahab Wheathoof'),
|
|
(23622,2,0,'%s thanks you with a special dance.',16,0,100,0,0,0,22070,0,'kyle EMOTE_DANCE'),
|
|
(23651,0,0,'Suffer, insect!',12,0,100,0,0,0,22701,0,'Dragonflayer Tribesman'),
|
|
(23651,0,1,'My life for Ymiron!',12,0,100,0,0,0,22702,0,'Dragonflayer Tribesman'),
|
|
(23651,0,2,'For Ymiron!',12,0,100,0,0,0,22697,0,'Dragonflayer Tribesman'),
|
|
(23651,0,3,'Beg for your life...',12,0,100,0,0,0,22698,0,'Dragonflayer Tribesman'),
|
|
(23651,0,4,'Your end draws closer!',12,0,100,0,0,0,22699,0,'Dragonflayer Tribesman'),
|
|
(23651,0,5,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Dragonflayer Tribesman'),
|
|
(23656,0,0,'Good! Good! You are still alive. More fun for me!',12,0,100,1,0,0,23538,0,'Dragonflayer Rune-Seer to Valgarde Captive'),
|
|
(23656,0,1,'These outsiders are weak and easily crushed.',12,0,100,1,0,0,23536,0,'Dragonflayer Rune-Seer to 0'),
|
|
(23656,0,2,'They are hardier than I would expect for their size.',12,0,100,1,0,0,23539,0,'Dragonflayer Rune-Seer to Valgarde Captive'),
|
|
(23658,0,0,'Suffer, insect!',12,0,100,0,0,0,22701,0,'Dragonflayer Death Weaver'),
|
|
(23658,0,1,'My life for Ymiron!',12,0,100,0,0,0,22702,0,'Dragonflayer Death Weaver'),
|
|
(23658,0,2,'For Ymiron!',12,0,100,0,0,0,22697,0,'Dragonflayer Death Weaver'),
|
|
(23658,0,3,'Beg for your life...',12,0,100,0,0,0,22698,0,'Dragonflayer Death Weaver'),
|
|
(23658,0,4,'Your end draws closer!',12,0,100,0,0,0,22699,0,'Dragonflayer Death Weaver'),
|
|
(23658,0,5,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Dragonflayer Death Weaver'),
|
|
(23660,0,0,'Suffer, insect!',12,0,100,0,0,0,22701,0,'Dragonflayer Thane'),
|
|
(23660,0,1,'My life for Ymiron!',12,0,100,0,0,0,22702,0,'Dragonflayer Thane'),
|
|
(23660,0,2,'For Ymiron!',12,0,100,0,0,0,22697,0,'Dragonflayer Thane'),
|
|
(23660,0,3,'Beg for your life...',12,0,100,0,0,0,22698,0,'Dragonflayer Thane'),
|
|
(23660,0,4,'Your end draws closer!',12,0,100,0,0,0,22699,0,'Dragonflayer Thane'),
|
|
(23660,0,5,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Dragonflayer Thane'),
|
|
(23661,0,0,'Die, maggot!',12,0,100,1,0,0,30501,0,'Winterskon Tribesman'),
|
|
(23661,0,1,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Tribesman'),
|
|
(23661,0,2,'Haraak foln!',12,0,100,1,0,0,30506,0,'Winterskon Tribesman'),
|
|
(23661,0,3,'I spit on you!',12,0,100,1,0,0,30503,0,'Winterskon Tribesman'),
|
|
(23661,0,4,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Tribesman'),
|
|
(23661,0,5,'I will feed you to the dogs!',12,0,100,1,0,0,30499,0,'Winterskon Tribesman'),
|
|
(23661,0,6,'I will take pleasure in gutting you!',12,0,100,1,0,0,30498,0,'Winterskon Tribesman'),
|
|
(23661,0,7,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Tribesman'),
|
|
(23661,0,8,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Tribesman'),
|
|
(23661,0,9,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Tribesman'),
|
|
(23661,0,10,'Sniveling pig!',12,0,100,1,0,0,30504,0,'Winterskon Tribesman'),
|
|
(23661,0,11,'There will be no everlasting life for you!',12,0,100,1,0,0,22822,0,'Winterskon Tribesman'),
|
|
(23661,0,12,'Ugglin oo bjorr!',12,0,100,1,0,0,30505,0,'Winterskon Tribesman'),
|
|
(23661,0,13,'YAAARRRGH!',12,0,100,1,0,0,24847,0,'Winterskon Tribesman'),
|
|
(23661,0,14,'You come to die!',12,0,100,1,0,0,30507,0,'Winterskon Tribesman'),
|
|
(23661,0,15,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Tribesman'),
|
|
(23661,0,16,'Your entrails will make a fine necklace.',12,0,100,1,0,0,30500,0,'Winterskon Tribesman'),
|
|
(23661,0,17,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Tribesman'),
|
|
(23662,0,0,'Die, maggot!',12,0,100,1,0,0,30501,0,'Winterskon Woodsman'),
|
|
(23662,0,1,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Woodsman'),
|
|
(23662,0,2,'Haraak foln!',12,0,100,1,0,0,30506,0,'Winterskon Woodsman'),
|
|
(23662,0,3,'I spit on you!',12,0,100,1,0,0,30503,0,'Winterskon Woodsman'),
|
|
(23662,0,4,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Woodsman'),
|
|
(23662,0,5,'I will feed you to the dogs!',12,0,100,1,0,0,30499,0,'Winterskon Woodsman'),
|
|
(23662,0,6,'I will take pleasure in gutting you!',12,0,100,1,0,0,30498,0,'Winterskon Woodsman'),
|
|
(23662,0,7,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Woodsman'),
|
|
(23662,0,8,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Woodsman'),
|
|
(23662,0,9,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Woodsman'),
|
|
(23662,0,10,'Sniveling pig!',12,0,100,1,0,0,30504,0,'Winterskon Woodsman'),
|
|
(23662,0,11,'There will be no everlasting life for you!',12,0,100,1,0,0,22822,0,'Winterskon Woodsman'),
|
|
(23662,0,12,'Ugglin oo bjorr!',12,0,100,1,0,0,30505,0,'Winterskon Woodsman'),
|
|
(23662,0,13,'YAAARRRGH!',12,0,100,1,0,0,24847,0,'Winterskon Woodsman'),
|
|
(23662,0,14,'You come to die!',12,0,100,1,0,0,30507,0,'Winterskon Woodsman'),
|
|
(23662,0,15,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Woodsman'),
|
|
(23662,0,16,'Your entrails will make a fine necklace.',12,0,100,1,0,0,30500,0,'Winterskon Woodsman'),
|
|
(23662,0,17,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Woodsman'),
|
|
(23663,0,0,'Die, maggot!',12,0,100,1,0,0,30501,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,1,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,2,'Haraak foln!',12,0,100,1,0,0,30506,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,3,'I spit on you!',12,0,100,1,0,0,30503,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,4,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,5,'I will feed you to the dogs!',12,0,100,1,0,0,30499,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,6,'I will take pleasure in gutting you!',12,0,100,1,0,0,30498,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,7,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,8,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,9,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,10,'Sniveling pig!',12,0,100,1,0,0,30504,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,11,'There will be no everlasting life for you!',12,0,100,1,0,0,22822,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,12,'Ugglin oo bjorr!',12,0,100,1,0,0,30505,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,13,'YAAARRRGH!',12,0,100,1,0,0,24847,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,14,'You come to die!',12,0,100,1,0,0,30507,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,15,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,16,'Your entrails will make a fine necklace.',12,0,100,1,0,0,30500,0,'Winterskon Shield_Maiden'),
|
|
(23663,0,17,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Shield_Maiden'),
|
|
(23663,1,0,'Come on, stop trying to hit me and hit me already!',12,0,100,1,0,0,22934,0,'Winterskon Shield_Maiden'),
|
|
(23663,1,1,'I train better against a target dummy.',12,0,100,1,0,0,22928,0,'Winterskon Shield_Maiden'),
|
|
(23663,1,2,'Practice or not, you\'re going to spit teeth!',12,0,100,1,0,0,22933,0,'Winterskon Shield_Maiden'),
|
|
(23663,1,3,'When the little ones come, I won\'t hold back like I am with you.',12,0,100,1,0,0,22930,0,'Winterskon Shield_Maiden'),
|
|
(23663,1,4,'You practice as if you\'re still asleep.',12,0,100,1,0,0,22929,0,'Winterskon Shield_Maiden'),
|
|
(23663,1,5,'You spar like a girl!',12,0,100,1,0,0,22927,0,'Winterskon Shield_Maiden'),
|
|
(23663,1,6,'Your sparring is feeble!',12,0,100,1,0,0,22932,0,'Winterskon Shield_Maiden'),
|
|
(23664,0,0,'Die, maggot!',12,0,100,1,0,0,30501,0,'Winterskon Warrior'),
|
|
(23664,0,1,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Warrior'),
|
|
(23664,0,2,'Haraak foln!',12,0,100,1,0,0,30506,0,'Winterskon Warrior'),
|
|
(23664,0,3,'I spit on you!',12,0,100,1,0,0,30503,0,'Winterskon Warrior'),
|
|
(23664,0,4,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Warrior'),
|
|
(23664,0,5,'I will feed you to the dogs!',12,0,100,1,0,0,30499,0,'Winterskon Warrior'),
|
|
(23664,0,6,'I will take pleasure in gutting you!',12,0,100,1,0,0,30498,0,'Winterskon Warrior'),
|
|
(23664,0,7,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Warrior'),
|
|
(23664,0,8,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Warrior'),
|
|
(23664,0,9,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Warrior'),
|
|
(23664,0,10,'Sniveling pig!',12,0,100,1,0,0,30504,0,'Winterskon Warrior'),
|
|
(23664,0,11,'There will be no everlasting life for you!',12,0,100,1,0,0,22822,0,'Winterskon Warrior'),
|
|
(23664,0,12,'Ugglin oo bjorr!',12,0,100,1,0,0,30505,0,'Winterskon Warrior'),
|
|
(23664,0,13,'YAAARRRGH!',12,0,100,1,0,0,24847,0,'Winterskon Warrior'),
|
|
(23664,0,14,'You come to die!',12,0,100,1,0,0,30507,0,'Winterskon Warrior'),
|
|
(23664,0,15,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Warrior'),
|
|
(23664,0,16,'Your entrails will make a fine necklace.',12,0,100,1,0,0,30500,0,'Winterskon Warrior'),
|
|
(23664,0,17,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Warrior'),
|
|
(23664,1,0,'Come on, stop trying to hit me and hit me already!',12,0,100,1,0,0,22934,0,'Winterskon Warrior'),
|
|
(23664,1,1,'I train better against a target dummy.',12,0,100,1,0,0,22928,0,'Winterskon Warrior'),
|
|
(23664,1,2,'Practice or not, you\'re going to spit teeth!',12,0,100,1,0,0,22933,0,'Winterskon Warrior'),
|
|
(23664,1,3,'Sure you don\'t need a break, old woman?',12,0,100,1,0,0,22931,0,'Winterskon Warrior'),
|
|
(23664,1,4,'When the little ones come, I won\'t hold back like I am with you.',12,0,100,1,0,0,22930,0,'Winterskon Warrior'),
|
|
(23664,1,5,'You practice as if you\'re still asleep.',12,0,100,1,0,0,22929,0,'Winterskon Warrior'),
|
|
(23664,1,6,'You spar like a girl!',12,0,100,1,0,0,22927,0,'Winterskon Warrior'),
|
|
(23664,1,7,'Your sparring is feeble!',12,0,100,1,0,0,22932,0,'Winterskon Warrior'),
|
|
(23665,0,0,'Die, maggot!',12,0,100,1,0,0,30501,0,'Winterskon Raider'),
|
|
(23665,0,1,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Raider'),
|
|
(23665,0,2,'Haraak foln!',12,0,100,1,0,0,30506,0,'Winterskon Raider'),
|
|
(23665,0,3,'I spit on you!',12,0,100,1,0,0,30503,0,'Winterskon Raider'),
|
|
(23665,0,4,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Raider'),
|
|
(23665,0,5,'I will feed you to the dogs!',12,0,100,1,0,0,30499,0,'Winterskon Raider'),
|
|
(23665,0,6,'I will take pleasure in gutting you!',12,0,100,1,0,0,30498,0,'Winterskon Raider'),
|
|
(23665,0,7,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Raider'),
|
|
(23665,0,8,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Raider'),
|
|
(23665,0,9,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Raider'),
|
|
(23665,0,10,'Sniveling pig!',12,0,100,1,0,0,30504,0,'Winterskon Raider'),
|
|
(23665,0,11,'There will be no everlasting life for you!',12,0,100,1,0,0,22822,0,'Winterskon Raider'),
|
|
(23665,0,12,'Ugglin oo bjorr!',12,0,100,1,0,0,30505,0,'Winterskon Raider'),
|
|
(23665,0,13,'YAAARRRGH!',12,0,100,1,0,0,24847,0,'Winterskon Raider'),
|
|
(23665,0,14,'You come to die!',12,0,100,1,0,0,30507,0,'Winterskon Raider'),
|
|
(23665,0,15,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Raider'),
|
|
(23665,0,16,'Your entrails will make a fine necklace.',12,0,100,1,0,0,30500,0,'Winterskon Raider'),
|
|
(23665,0,17,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Raider'),
|
|
(23665,1,0,'Come on, stop trying to hit me and hit me already!',12,0,100,1,0,0,22934,0,'Winterskon Raider'),
|
|
(23665,1,1,'I train better against a target dummy.',12,0,100,1,0,0,22928,0,'Winterskon Raider'),
|
|
(23665,1,2,'Practice or not, you\'re going to spit teeth!',12,0,100,1,0,0,22933,0,'Winterskon Raider'),
|
|
(23665,1,3,'Sure you don\'t need a break, old woman?',12,0,100,1,0,0,22931,0,'Winterskon Raider'),
|
|
(23665,1,4,'When the little ones come, I won\'t hold back like I am with you.',12,0,100,1,0,0,22930,0,'Winterskon Raider'),
|
|
(23665,1,5,'You practice as if you\'re still asleep.',12,0,100,1,0,0,22929,0,'Winterskon Raider'),
|
|
(23665,1,6,'You spar like a girl!',12,0,100,1,0,0,22927,0,'Winterskon Raider'),
|
|
(23665,1,7,'Your sparring is feeble!',12,0,100,1,0,0,22932,0,'Winterskon Raider'),
|
|
(23666,0,0,'Die, maggot!',12,0,100,1,0,0,30501,0,'Winterskon Berserker'),
|
|
(23666,0,1,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Berserker'),
|
|
(23666,0,2,'Haraak foln!',12,0,100,1,0,0,30506,0,'Winterskon Berserker'),
|
|
(23666,0,3,'I spit on you!',12,0,100,1,0,0,30503,0,'Winterskon Berserker'),
|
|
(23666,0,4,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Berserker'),
|
|
(23666,0,5,'I will feed you to the dogs!',12,0,100,1,0,0,30499,0,'Winterskon Berserker'),
|
|
(23666,0,6,'I will take pleasure in gutting you!',12,0,100,1,0,0,30498,0,'Winterskon Berserker'),
|
|
(23666,0,7,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Berserker'),
|
|
(23666,0,8,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Berserker'),
|
|
(23666,0,9,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Berserker'),
|
|
(23666,0,10,'Sniveling pig!',12,0,100,1,0,0,30504,0,'Winterskon Berserker'),
|
|
(23666,0,11,'There will be no everlasting life for you!',12,0,100,1,0,0,22822,0,'Winterskon Berserker'),
|
|
(23666,0,12,'Ugglin oo bjorr!',12,0,100,1,0,0,30505,0,'Winterskon Berserker'),
|
|
(23666,0,13,'YAAARRRGH!',12,0,100,1,0,0,24847,0,'Winterskon Berserker'),
|
|
(23666,0,14,'You come to die!',12,0,100,1,0,0,30507,0,'Winterskon Berserker'),
|
|
(23666,0,15,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Berserker'),
|
|
(23666,0,16,'Your entrails will make a fine necklace.',12,0,100,1,0,0,30500,0,'Winterskon Berserker'),
|
|
(23666,0,17,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Berserker'),
|
|
(23666,1,0,'Come on, stop trying to hit me and hit me already!',12,0,100,1,0,0,22934,0,'Winterskon Berserker'),
|
|
(23666,1,1,'I train better against a target dummy.',12,0,100,1,0,0,22928,0,'Winterskon Berserker'),
|
|
(23666,1,2,'Practice or not, you\'re going to spit teeth!',12,0,100,1,0,0,22933,0,'Winterskon Berserker'),
|
|
(23666,1,3,'Sure you don\'t need a break, old woman?',12,0,100,1,0,0,22931,0,'Winterskon Berserker'),
|
|
(23666,1,4,'When the little ones come, I won\'t hold back like I am with you.',12,0,100,1,0,0,22930,0,'Winterskon Berserker'),
|
|
(23666,1,5,'You practice as if you\'re still asleep.',12,0,100,1,0,0,22929,0,'Winterskon Berserker'),
|
|
(23666,1,6,'You spar like a girl!',12,0,100,1,0,0,22927,0,'Winterskon Berserker'),
|
|
(23666,1,7,'Your sparring is feeble!',12,0,100,1,0,0,22932,0,'Winterskon Berserker'),
|
|
(23667,0,0,'Die, maggot!',12,0,100,1,0,0,30501,0,'Winterskon Rune_Seer'),
|
|
(23667,0,1,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Rune_Seer'),
|
|
(23667,0,2,'Haraak foln!',12,0,100,1,0,0,30506,0,'Winterskon Rune_Seer'),
|
|
(23667,0,3,'I spit on you!',12,0,100,1,0,0,30503,0,'Winterskon Rune_Seer'),
|
|
(23667,0,4,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Rune_Seer'),
|
|
(23667,0,5,'I will feed you to the dogs!',12,0,100,1,0,0,30499,0,'Winterskon Rune_Seer'),
|
|
(23667,0,6,'I will take pleasure in gutting you!',12,0,100,1,0,0,30498,0,'Winterskon Rune_Seer'),
|
|
(23667,0,7,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Rune_Seer'),
|
|
(23667,0,8,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Rune_Seer'),
|
|
(23667,0,9,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Rune_Seer'),
|
|
(23667,0,10,'Sniveling pig!',12,0,100,1,0,0,30504,0,'Winterskon Rune_Seer'),
|
|
(23667,0,11,'There will be no everlasting life for you!',12,0,100,1,0,0,22822,0,'Winterskon Rune_Seer'),
|
|
(23667,0,12,'Ugglin oo bjorr!',12,0,100,1,0,0,30505,0,'Winterskon Rune_Seer'),
|
|
(23667,0,13,'YAAARRRGH!',12,0,100,1,0,0,24847,0,'Winterskon Rune_Seer'),
|
|
(23667,0,14,'You come to die!',12,0,100,1,0,0,30507,0,'Winterskon Rune_Seer'),
|
|
(23667,0,15,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Rune_Seer'),
|
|
(23667,0,16,'Your entrails will make a fine necklace.',12,0,100,1,0,0,30500,0,'Winterskon Rune_Seer'),
|
|
(23667,0,17,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Rune_Seer'),
|
|
(23668,0,0,'Die, maggot!',12,0,100,1,0,0,30501,0,'Winterskon Rune_Caster'),
|
|
(23668,0,1,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Rune_Caster'),
|
|
(23668,0,2,'Haraak foln!',12,0,100,1,0,0,30506,0,'Winterskon Rune_Caster'),
|
|
(23668,0,3,'I spit on you!',12,0,100,1,0,0,30503,0,'Winterskon Rune_Caster'),
|
|
(23668,0,4,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Rune_Caster'),
|
|
(23668,0,5,'I will feed you to the dogs!',12,0,100,1,0,0,30499,0,'Winterskon Rune_Caster'),
|
|
(23668,0,6,'I will take pleasure in gutting you!',12,0,100,1,0,0,30498,0,'Winterskon Rune_Caster'),
|
|
(23668,0,7,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Rune_Caster'),
|
|
(23668,0,8,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Rune_Caster'),
|
|
(23668,0,9,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Rune_Caster'),
|
|
(23668,0,10,'Sniveling pig!',12,0,100,1,0,0,30504,0,'Winterskon Rune_Caster'),
|
|
(23668,0,11,'There will be no everlasting life for you!',12,0,100,1,0,0,22822,0,'Winterskon Rune_Caster'),
|
|
(23668,0,12,'Ugglin oo bjorr!',12,0,100,1,0,0,30505,0,'Winterskon Rune_Caster'),
|
|
(23668,0,13,'YAAARRRGH!',12,0,100,1,0,0,24847,0,'Winterskon Rune_Caster'),
|
|
(23668,0,14,'You come to die!',12,0,100,1,0,0,30507,0,'Winterskon Rune_Caster'),
|
|
(23668,0,15,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Rune_Caster'),
|
|
(23668,0,16,'Your entrails will make a fine necklace.',12,0,100,1,0,0,30500,0,'Winterskon Rune_Caster'),
|
|
(23668,0,17,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Rune_Caster'),
|
|
(23670,0,0,'For Ymiron!',12,0,100,1,0,0,22813,0,'Winterskon Elder'),
|
|
(23670,0,1,'I will break you!',12,0,100,1,0,0,22823,0,'Winterskon Elder'),
|
|
(23670,0,2,'I\'ll eat your heart!',12,0,100,1,0,0,30508,0,'Winterskon Elder'),
|
|
(23670,0,3,'Look what\'s come to play.',12,0,100,1,0,0,22820,0,'Winterskon Elder'),
|
|
(23670,0,4,'My life for Ymiron!',12,0,100,1,0,0,22815,0,'Winterskon Elder'),
|
|
(23670,0,5,'You tiny creatures disgust me!',12,0,100,1,0,0,22816,0,'Winterskon Elder'),
|
|
(23670,0,6,'Your race is a disease upon the world!',12,0,100,1,0,0,22824,0,'Winterskon Elder'),
|
|
(23671,0,0,'You think I do not know what you are trying to do? You think I haven\'t been watching you?',14,0,100,1,0,0,22787,0,'Halfdan the Ice-Hearted'),
|
|
(23671,1,0,'You will not stop my ascension, tiny $r. Time to die!',14,0,100,1,0,0,22788,0,'Halfdan the Ice-Hearted'),
|
|
(23671,2,0,'No! You will not defeat me!',14,0,100,0,0,0,22789,0,'Halfdan the Ice-Hearted'),
|
|
(23671,3,0,'No! You will not defeat me!',14,0,100,1,1000,0,22789,0,'Halfdan'),
|
|
(23672,0,0,'Halt! Identify yourself immediately!',12,9,100,0,0,0,23903,0,'Garde'),
|
|
(23672,0,1,'This section is off-limits!',12,9,100,0,0,0,23904,0,'Garde'),
|
|
(23672,0,2,'I\'ve never seen one of you around here.',12,9,100,0,0,0,23905,0,'Garde'),
|
|
(23672,0,3,'Hold it! Stop!',12,9,100,0,0,0,23906,0,'Garde'),
|
|
(23672,0,4,'Stop!! Stop!!! Scrap metal moves itself now?',12,9,100,0,0,0,23907,0,'Garde'),
|
|
(23672,1,2,'Right... my bad. Now where was I?',12,9,100,0,0,0,23910,0,'Garde'),
|
|
(23672,1,3,'All hail the great creator!',12,9,100,0,0,0,23911,0,'Garde'),
|
|
(23672,1,4,'You\'re right, of course. Carry on.',12,9,100,0,0,0,23912,0,'Garde'),
|
|
(23672,1,5,'Forgive my insolence!',12,9,100,0,0,0,23913,0,'Garde'),
|
|
(23672,1,6,'We will double our efforts!',12,9,100,0,0,0,23915,0,'Garde'),
|
|
(23672,2,0,'Destroy earthen infestation.',12,9,100,0,0,0,23921,0,'Garde'),
|
|
(23672,2,1,'Wrong answer!',12,9,100,0,0,0,23908,0,'Garde'),
|
|
(23673,0,0,'Halt! Identify yourself immediately!',12,9,100,0,0,0,23903,0,'Garde'),
|
|
(23673,0,1,'This section is off-limits!',12,9,100,0,0,0,23904,0,'Garde'),
|
|
(23673,0,2,'I\'ve never seen one of you around here.',12,9,100,0,0,0,23905,0,'Garde'),
|
|
(23673,0,3,'Hold it! Stop!',12,9,100,0,0,0,23906,0,'Garde'),
|
|
(23673,0,4,'Stop!! Stop!!! Scrap metal moves itself now?',12,9,100,0,0,0,23907,0,'Garde'),
|
|
(23673,1,2,'Right... my bad. Now where was I?',12,9,100,0,0,0,23910,0,'Garde'),
|
|
(23673,1,3,'All hail the great creator!',12,9,100,0,0,0,23911,0,'Garde'),
|
|
(23673,1,4,'You\'re right, of course. Carry on.',12,9,100,0,0,0,23912,0,'Garde'),
|
|
(23673,1,5,'Forgive my insolence!',12,9,100,0,0,0,23913,0,'Garde'),
|
|
(23673,1,6,'We will double our efforts!',12,9,100,0,0,0,23915,0,'Garde'),
|
|
(23673,2,0,'Destroy earthen infestation.',12,9,100,0,0,0,23921,0,'Garde'),
|
|
(23673,2,1,'Wrong answer!',12,9,100,0,0,0,23908,0,'Garde'),
|
|
(23675,0,0,'Halt! Identify yourself immediately!',12,9,100,0,0,0,23903,0,'Garde'),
|
|
(23675,0,1,'This section is off-limits!',12,9,100,0,0,0,23904,0,'Garde'),
|
|
(23675,0,2,'I\'ve never seen one of you around here.',12,9,100,0,0,0,23905,0,'Garde'),
|
|
(23675,0,3,'Hold it! Stop!',12,9,100,0,0,0,23906,0,'Garde'),
|
|
(23675,0,4,'Stop!! Stop!!! Scrap metal moves itself now?',12,9,100,0,0,0,23907,0,'Garde'),
|
|
(23675,1,2,'Right... my bad. Now where was I?',12,9,100,0,0,0,23910,0,'Garde'),
|
|
(23675,1,3,'All hail the great creator!',12,9,100,0,0,0,23911,0,'Garde'),
|
|
(23675,1,4,'You\'re right, of course. Carry on.',12,9,100,0,0,0,23912,0,'Garde'),
|
|
(23675,1,5,'Forgive my insolence!',12,9,100,0,0,0,23913,0,'Garde'),
|
|
(23675,1,6,'We will double our efforts!',12,9,100,0,0,0,23915,0,'Garde'),
|
|
(23675,2,0,'Destroy earthen infestation.',12,9,100,0,0,0,23921,0,'Garde'),
|
|
(23675,2,1,'Wrong answer!',12,9,100,0,0,0,23908,0,'Garde'),
|
|
(23678,0,0,'%s appears weak!',16,0,100,0,0,0,23041,0,'Chill Nymph'),
|
|
(23678,1,0,'I knew Lurielle would send help! Thank you, friend, and give Lurielle my thanks as well!',12,0,100,1,0,0,23044,0,'Chill Nymph'),
|
|
(23678,1,1,'Where am I? What happened to me? You... you freed me?',12,0,100,1,0,0,23043,0,'Chill Nymph'),
|
|
(23678,1,2,'Thank you. I thought I would die without seeing my sisters again!',12,0,100,1,0,0,23042,0,'Chill Nymph'),
|
|
(23682,0,0,'It is over, your search is done. Let fate choose now, the righteous one.',14,0,100,0,0,11961,22261,0,'Headless Horseman - TALK_ENTRANCE'),
|
|
(23682,1,0,'Here\'s my body, fit and pure! Now, your blackened souls I\'ll cure!',14,0,100,0,0,12567,22271,0,'Headless Horseman - TALK_REJOINED'),
|
|
(23682,2,0,'Harken, cur! Tis you I spurn! Now feel... the burn!',12,0,100,0,0,0,22587,0,'Headless Horseman - TALK_CONFLAGRATION'),
|
|
(23682,3,0,'Soldiers arise, stand and fight! Bring victory at last to this fallen knight!',14,0,100,0,0,11963,23861,0,'Headless Horseman - TALK_SPROUTING_PUMPKINS'),
|
|
(23682,4,0,'This end have I reached before. What new adventure lies in store?',14,0,100,0,0,11964,23455,0,'Headless Horseman - TALK_DEATH'),
|
|
(23682,5,0,'Your body lies beaten, battered and broken! Let my curse be your own, fate has spoken!',14,0,100,0,0,11962,40546,0,'Headless Horseman - TALK_PLAYER_DEATH'),
|
|
(23685,0,0,'YOU WANT DRINK?! WE GOT DRINK!',14,0,100,0,0,0,28559,0,'Gordok Brew Barker'),
|
|
(23685,0,1,'HEY YOU! DRINK OGRE BREWS! MAKE YOU BIG AND STRONG!',14,0,100,0,0,0,28560,0,'Gordok Brew Barker'),
|
|
(23685,0,2,'YOU TRY DA\' BEST, NOW TRY DA\' REST! OGRE BREW!!',14,0,100,0,0,0,28561,0,'Gordok Brew Barker'),
|
|
(23712,0,0,'What\'s happening?',12,7,100,18,0,0,22177,0,'Touring Orphan'),
|
|
(23712,0,1,'I want to go back to the orphanage!',12,7,100,18,0,0,22344,0,'Touring Orphan'),
|
|
(23712,0,2,'Matron! Is that bad man going to eat us?',12,7,100,18,0,0,22345,0,'Touring Orphan'),
|
|
(23712,0,3,'If my dad were alive, he would put out the fires!',12,7,100,18,0,0,22346,0,'Touring Orphan'),
|
|
(23712,0,4,'If my mom were alive, she would put out the fires!',12,7,100,18,0,0,22347,0,'Touring Orphan'),
|
|
(23718,0,0,'Well, helllooo there, pretty thing...',12,0,0,2,0,0,22204,0,'Mack to Ameenah'),
|
|
(23718,0,1,'Well now, what vision of loveliness is this?',12,0,0,2,0,0,22215,0,'Mack to Ameenah'),
|
|
(23718,0,2,'Ahh, my precious Ameenah! How wonderful to see you again.',12,0,0,2,0,0,22216,0,'Mack to Ameenah'),
|
|
(23718,1,0,'Playing hard to get today, I see.... Very well, perhaps I\'ll find you in a better mood later.',12,0,0,1,0,0,22205,0,'Mack to Ameenah'),
|
|
(23718,1,1,'Whatever you say, princess. But yer simply postponing the inevitable....',12,0,0,1,0,0,22209,0,'Mack to Ameenah'),
|
|
(23718,1,2,'Now why would ya wanna go an\' break poor Mack\'s heart? When I return, I\'ll pray ye\'ve changed yer way of thinkin\'....',12,0,0,1,0,0,22210,0,'Mack to Ameenah'),
|
|
(23718,1,3,'Yer wearin down, princess. I can sense it!',12,0,0,1,0,0,22211,0,'Mack to Ameenah'),
|
|
(23718,2,0,'Hmm, don\'t mind if I do!',12,0,0,0,0,0,22206,0,'Mack'),
|
|
(23718,2,1,'Mmm, nuthin a little lubrication won\'t fix!',12,0,0,0,0,0,22218,0,'Mack'),
|
|
(23718,2,2,'Never drink before 5 o\'clock, momma used to say. Well, momma, it\'s bound to be 5 o\'clock somewhere!',12,0,0,0,0,0,22219,0,'Mack'),
|
|
(23718,2,3,'Hrmph. I never liked her anyway....',12,0,0,0,0,0,22217,0,'Mack'),
|
|
(23718,3,0,'<cough> Ugh...',12,0,0,0,0,0,22220,0,'Mack'),
|
|
(23718,3,1,'Whooo! Like daddy used to say, just makin room fer more! Heh.',12,0,0,0,0,0,22221,0,'Mack'),
|
|
(23718,3,2,'Ooohh. Somethin\'s not agreein\' with the tummy today...',12,0,0,0,0,0,22222,0,'Mack'),
|
|
(23718,4,0,'Hmmm, p\'rhaps I\'ll rest these old bones for a bit.',12,0,0,0,0,0,22223,0,'Mack'),
|
|
(23720,0,0,'Thank you! There\'s no telling what those brutes would\'ve done to me.',12,0,100,18,0,0,22438,0,'Theramore Prisoner'),
|
|
(23728,0,0,'%s clears his throat.',16,7,100,0,0,0,22737,0,'Guard Captain Zorek'),
|
|
(23728,1,0,'I look across this base and all I see is fear... Are you gonna be scared when the Lich King\'s armies are sittin\' pretty in Stormwind? Ironforge? NO! You\'re not. And do you know why? Because you\'ll be dead, that\'s why.',12,7,100,1,0,0,22738,0,'Guard Captain Zorek'),
|
|
(23728,2,0,'So when you\'re feeling that tinglin\' sensation at the base of your spine and you\'re \'bout ready to wet your pants, embrace it. Let it enrage you. That fear is the only thing that\'s gonna keep you breathin\'.',12,7,100,25,0,0,22739,0,'Guard Captain Zorek'),
|
|
(23728,3,0,'Am I clear? Do you understand what I\'m sayin\'? I don\'t wanna have to send any more coffins or letters home.',12,7,100,6,0,0,22740,0,'Guard Captain Zorek'),
|
|
(23734,0,0,'That should slow the infection down a little.',12,7,100,1,0,0,22251,0,'Anchorite Yazmina'),
|
|
(23734,1,0,'I can only hope the treatment will work.',12,7,100,1,0,0,22828,0,'Anchorite Yazmina'),
|
|
(23734,2,0,'I just don\'t have the medical supplies I need to properly treat all of you.',12,7,100,1,0,5495,22829,0,'Anchorite Yazmina'),
|
|
(23734,3,0,'Oh my, let me change those bandages!',12,7,100,5,0,0,22250,0,'Anchorite Yazmina'),
|
|
(23734,4,0,'Don\'t worry, soldier. Yazmina is going to take care of you.',12,7,100,1,0,0,22830,0,'Anchorite Yazmina'),
|
|
(23734,5,0,'%s shakes her head.',16,7,100,274,0,0,22831,0,'Anchorite Yazmina'),
|
|
(23736,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Pricilla Winterwind'),
|
|
(23739,0,0,'Don\'t let those monsters through the gate! Stand firm, soldiers!',12,0,100,0,0,0,22692,0,'Valgarde Defender'),
|
|
(23739,0,1,'FIRE! FIRE!',12,0,100,0,0,0,22689,0,'Valgarde Defender'),
|
|
(23739,0,2,'Shoot it between the eyes! Those beasts are vulnerable there!',12,0,100,0,0,0,22690,0,'Valgarde Defender'),
|
|
(23739,0,3,'Invader incoming!',12,0,100,0,0,0,22691,0,'Valgarde Defender'),
|
|
(23739,0,4,'It\'s coming right for us!',12,0,100,0,0,0,22688,0,'Valgarde Defender'),
|
|
(23748,0,0,'Turgore! Get up and help me unload, you lazy peon!',12,0,0,60,0,0,22252,0,'Kurzel to Turgore'),
|
|
(23748,1,0,'Useless orc! Just you wait, one day I\'ll drop somethin in yer grog that you\'ll NEVER wake up from....',12,0,0,0,0,0,22253,0,'Kurzel to Turgore'),
|
|
(23762,0,0,'Well, Marge, I\'ve actually been looking for a way to tell you this....',12,0,0,1,0,0,22255,0,'Brend to Marge'),
|
|
(23762,1,0,'Try as I might, I can\'t seem to drink you pretty!',12,0,0,1,0,0,22256,0,'Brend to Marge'),
|
|
(23762,2,0,'Lissen Marge, I thought I told ya never to bother me when I be drinkin\'....',12,0,0,396,0,0,22268,0,'Brend to Marge'),
|
|
(23762,3,0,'Hey Morgom, looks like Margie here be needin\' some attention. What\'dya say?',12,0,0,0,0,0,22269,0,'Brend to Morgom'),
|
|
(23764,0,0,'Say, Brend, why is it that you never make eyes at me?',12,0,0,396,0,0,22254,0,'Marge to Brend'),
|
|
(23764,1,0,'Say, Brend, whisper me somethin\' sweet, will ya?',12,0,0,0,0,0,22265,0,'Marge to Brend'),
|
|
(23764,2,0,'But Brend, yer always drinkin\'!',12,0,0,0,0,0,22266,0,'Marge to Brend'),
|
|
(23764,3,0,'Oohhhh. How dare you!',12,0,0,5,0,0,22258,0,'Marge to Brend'),
|
|
(23764,4,0,'Let that be a lesson to ya....',12,0,0,0,0,0,22259,0,'Marge to Brend'),
|
|
(23764,5,0,'Filthy orc!',12,0,0,0,0,0,22267,0,'Marge to Morgom'),
|
|
(23766,0,0,'Zug Zug!',12,0,0,0,0,0,22270,0,'Morgom'),
|
|
(23768,1,0,'James? James... No, you\'re not James, but I know who you are...',12,0,100,1,0,0,22244,0,'Lynn Hyal'),
|
|
(23768,2,0,'You\'re the one who tracked down the brutes who did this to us.',12,0,100,1,0,0,22245,0,'Lynn Hyal'),
|
|
(23768,3,0,'I tried so hard to tell Jim... to tell anyone... who was behind this, but I couldn\'t find a way...',12,0,100,1,0,0,22246,0,'Lynn Hyal'),
|
|
(23768,4,0,'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.',12,0,100,1,0,0,22247,0,'Lynn Hyal'),
|
|
(23768,5,0,'I don\'t know when we\'ll see Daddy again, Jimmy, but I know he loves you and he misses you very much.',12,0,100,0,0,0,22249,0,'Lynn Hyal'),
|
|
(23769,1,0,'Mommy, when will we see Daddy again?',12,0,100,1,0,0,22248,0,'Jimmy Hyal'),
|
|
(23775,0,0,'% laughs.',16,0,100,0,0,11965,37127,0,'Head of the Horseman - TALK_LAUGH'),
|
|
(23775,0,1,'% laughs.',16,0,100,0,0,11975,37127,0,'Head of the Horseman - TALK_LAUGH'),
|
|
(23775,0,2,'% laughs.',16,0,100,0,0,11976,37127,0,'Head of the Horseman - TALK_LAUGH'),
|
|
(23775,1,0,'Get over here, you idiot!',12,0,100,0,0,0,22415,0,'Head of the Horseman - TALK_LOST_HEAD'),
|
|
(23778,0,0,'Keep them split from their main force!',14,0,100,0,0,0,22382,0,'Dark Ranger Lyana'),
|
|
(23778,0,1,'Cover fire, now!',14,0,100,0,0,0,22381,0,'Dark Ranger Lyana'),
|
|
(23778,0,2,'Keep firing! Cut off their reinforcements!',14,0,100,0,0,0,22380,0,'Dark Ranger Lyana'),
|
|
(23780,0,0,'Archers at the ready! Hold your fire!',14,0,100,0,0,0,22662,0,'High Executor Anselm'),
|
|
(23780,1,0,'What fool dares to enter her majesty\'s dominion unannounced?',14,0,100,0,0,0,22663,0,'High Executor Anselm'),
|
|
(23780,2,0,'Is that all you\'ve come to say?',12,0,100,0,0,0,22686,0,'High Executor Anselm'),
|
|
(23780,3,0,'Send these scumbags back to hell! Fire at will!',14,0,100,0,0,0,22687,0,'High Executor Anselm'),
|
|
(23780,4,0,'Is that all you\'ve come to say?',12,0,100,0,0,0,22686,0,'High Executor Anselm'),
|
|
(23782,0,0,'Reports from the test on the enemy fleet have come in, sir!',12,0,100,1,0,0,22793,0,'Apothecary Ravien'),
|
|
(23782,1,0,'Well... the good news is we forced the reinforcements to turn back.',12,0,100,6,0,0,22794,0,'Apothecary Ravien'),
|
|
(23782,2,0,'The plague was not quite... fatal. However, reports of harmful effects include nausea, loss of equilibrium and severe stomach pain.',12,0,100,274,0,0,22795,0,'Apothecary Ravien'),
|
|
(23782,3,0,'Yes, sir!',12,0,100,273,0,0,22796,0,'Apothecary Ravien'),
|
|
(23784,0,0,'You couldn\'t have come at a better time! Let\'s get out of here.',12,1,100,0,0,0,22485,0,'Apothecary Hanes'),
|
|
(23784,1,0,'Yes, let us leave... but not before we leave our Alliance hosts something to remember us by!',12,1,100,0,0,0,22486,0,'Apothecary Hanes'),
|
|
(23784,2,0,'They have limited supplies in this camp. It would be a real shame if something were to happen to them.',12,1,100,0,0,0,22487,0,'Apothecary Hanes'),
|
|
(23784,3,0,'Ah, yes... watch it burn!',12,1,100,0,0,0,22489,0,'Apothecary Hanes'),
|
|
(23784,4,0,'We\'re almost done!',12,1,100,0,0,0,22490,0,'Apothecary Hanes'),
|
|
(23784,5,0,'That\'ll teach you to mess with an apothecary, you motherless Alliance dogs!',14,1,100,0,0,0,22491,0,'Apothecary Hanes'),
|
|
(23784,6,0,'Let\'s high-tail it out of here.',12,1,100,0,0,0,22492,0,'Apothecary Hanes'),
|
|
(23784,7,0,'Don\'t shoot! Apothecary coming through!',14,1,100,0,0,0,22493,0,'Apothecary Hanes'),
|
|
(23784,8,0,'We\'re in your debt, friend. Speak to Lysander at Vengeance Landing; he will arrange a suitable reward for you.',12,1,100,0,0,0,22494,0,'Apothecary Hanes'),
|
|
(23786,0,0,'Me crush puny friend of dragons!',12,0,100,15,0,0,22416,0,'Stonemaul Spirit'),
|
|
(23786,0,1,'You leave Stonemaul lands now!',12,0,100,15,0,0,22417,0,'Stonemaul Spirit'),
|
|
(23786,0,2,'Why you wake ghost? Where other Stonemauls?!',12,0,100,15,0,0,22418,0,'Stonemaul Spirit'),
|
|
(23786,1,0,'Raaar!!! Me smash $r!',12,0,100,0,0,0,1925,0,'Stonemaul Spirit'),
|
|
(23786,1,1,'Me smash! You die!',12,0,100,0,0,0,1926,0,'Stonemaul Spirit'),
|
|
(23786,1,2,'I\'ll crush you!',12,0,100,0,0,0,1927,0,'Stonemaul Spirit'),
|
|
(23789,0,0,'Pitiful mortal, Onyxia answers to no one!',14,0,100,0,0,0,22285,0,'Smolderwing'),
|
|
(23789,1,0,'Your pathetic challenge has not gone unnoticed. I shall enjoy toying with you before you die.',14,0,100,0,0,0,22286,0,'Smolderwing'),
|
|
(23795,0,0,'No way!',12,0,100,15,0,0,22397,0,'Dark Iron Antagonist SAY_ANTAGONIST_1'),
|
|
(23795,0,1,'NO!',12,0,100,15,0,0,22399,0,'Dark Iron Antagonist SAY_ANTAGONIST_1'),
|
|
(23795,0,2,'Not on your life',12,0,100,15,0,0,22398,0,'Dark Iron Antagonist SAY_ANTAGONIST_1'),
|
|
(23795,1,0,'Yeah!',12,0,100,15,0,0,22393,0,'Dark Iron Antagonist SAY_ANTAGONIST_2'),
|
|
(23795,1,1,'You said it!',12,0,100,15,0,0,22395,0,'Dark Iron Antagonist SAY_ANTAGONIST_2'),
|
|
(23795,1,2,'Damn straight!',12,0,100,15,0,0,22396,0,'Dark Iron Antagonist SAY_ANTAGONIST_2'),
|
|
(23795,1,3,'Right!',12,0,100,15,0,0,22394,0,'Dark Iron Antagonist SAY_ANTAGONIST_2'),
|
|
(23795,2,0,'Never cross a Dark Iron, $C.',12,0,50,0,0,0,1934,0,'Dark Iron Antagonist to Player'),
|
|
(23795,2,1,'Feel the power of the Dark Iron Dwarves!',12,0,50,0,0,0,1936,0,'Dark Iron Antagonist to Player'),
|
|
(23837,0,0,'Scrying upon many insignificant situations within Icecrown, you stumble upon something interesting...',42,0,100,0,0,0,31493,0,'Eye of Lich King Ambient'),
|
|
(23837,1,0,'There is a noise from behind you!',41,0,100,0,0,0,25215,0,'ELM General Purpose Bunny'),
|
|
(23842,0,0,'Uh...?',12,7,100,1,0,0,23103,0,'Westguard Defender to Player'),
|
|
(23842,0,1,'Interesting.',12,7,100,1,0,0,23107,0,'Westguard Defender to Player'),
|
|
(23842,0,2,'Yikes.',12,7,100,0,0,0,23104,0,'Westguard Defender to Player'),
|
|
(23842,0,3,'Is he okay?',12,7,100,0,0,0,23105,0,'Westguard Defender to Player'),
|
|
(23842,0,4,'Captain\'s not gonna like this.',12,7,100,0,0,0,23106,0,'Westguard Defender to Player'),
|
|
(23842,0,5,'Whoa.',12,7,100,0,0,0,23108,0,'Westguard Defender to Player'),
|
|
(23842,1,0,'I didn\'t know they could do that.',12,7,100,1,0,0,23096,0,'Westguard Defender to Player'),
|
|
(23842,1,1,'That\'s... special.',12,7,100,1,0,0,23097,0,'Westguard Defender to Player'),
|
|
(23842,1,2,'Heh, cool!',12,7,100,1,0,0,23094,0,'Westguard Defender to Player'),
|
|
(23842,1,3,'That\'s the new Forsaken plague?',12,7,100,1,0,0,23098,0,'Westguard Defender to Player'),
|
|
(23842,1,4,'What kind of sicko are you?',12,7,100,1,0,0,23095,0,'Westguard Defender to Player'),
|
|
(23842,1,5,'Oh, sick!',12,7,100,1,0,0,23091,0,'Westguard Defender to Player'),
|
|
(23842,1,6,'I feel ill.',12,7,100,1,0,0,23093,0,'Westguard Defender to Player'),
|
|
(23842,1,7,'That did NOT just happen!',12,7,100,1,0,0,23092,0,'Westguard Defender to Player'),
|
|
(23843,0,0,'I brought you a housewarming gift, Jarl.',12,0,100,1,0,0,22348,0,'Mordant Grimsby'),
|
|
(23843,1,0,'Go on, open it. I think you\'ll like it.',12,0,100,25,0,0,22349,0,'Mordant Grimsby'),
|
|
(23843,2,0,'Jarl?',12,0,100,0,0,0,22350,0,'Mordant Grimsby'),
|
|
(23843,3,0,'Jarl, you haven\'t been yourself ever since I arrived. What\'s going on?',12,0,100,1,0,0,22352,0,'Mordant Grimsby'),
|
|
(23843,4,0,'I came out here to visit you, Jarl! And I find you living in an empty cabin in the middle of nowhere, babbling about frogs? You\'re hopeless!',12,0,100,5,0,0,22354,0,'Mordant Grimsby'),
|
|
(23844,0,0,'Is he okay?',12,0,100,1,0,0,23105,0,'Westguard Officer - Say'),
|
|
(23859,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Greer Orehammer'),
|
|
(23861,0,0,'The darkness... the corruption... they came too quickly for anyone to know...',12,0,15,25,0,0,22362,0,'Restless Apparition'),
|
|
(23861,0,1,'It is too late for us, living one. Take yourself and your friend away from here before you both are... claimed...',12,0,15,25,0,0,22365,0,'Restless Apparition'),
|
|
(23861,0,2,'Go away, whoever you are! Witch Hill is mine... mine!',12,0,15,25,0,0,22359,0,'Restless Apparition'),
|
|
(23861,0,3,'The darkness will consume all... all the living...',12,0,15,25,0,0,22364,0,'Restless Apparition'),
|
|
(23861,0,4,'The manor... someone else... will soon be consumed...',12,0,15,25,0,0,22361,0,'Restless Apparition'),
|
|
(23861,0,5,'Why have you come here, outsider? You will only find pain! Our fate will be yours...',12,0,15,25,0,0,22363,0,'Restless Apparition'),
|
|
(23861,0,6,'It was... terrible... the demon...',12,0,15,25,0,0,22360,0,'Restless Apparition'),
|
|
(23861,0,7,'It is too late for Jarl... its hold is too strong...',12,0,100,0,0,0,22366,0,'Restless Apparition - On Script Action'),
|
|
(23863,0,0,'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!',14,0,100,0,0,12090,0,0,'Zul\'jin YELL_INTRO'),
|
|
(23863,1,0,'Nobody badduh dan me!',14,0,100,0,0,12091,0,0,'Zul\'jin YELL_AGGRO'),
|
|
(23863,2,0,'Got me some new tricks... like me brudda bear....',14,0,100,0,0,12092,23175,0,'Zul\'jin YELL_TRANSFORM_TO_BEAR'),
|
|
(23863,3,0,'Dere be no hidin\' from da eagle!',14,0,100,0,0,12093,23176,0,'Zul\'jin YELL_TRANSFORM_TO_EAGLE'),
|
|
(23863,4,0,'Let me introduce you to me new bruddas: fang and claw!',14,0,100,0,0,12094,23177,0,'Zul\'jin YELL_TRANSFORM_TO_LYNX'),
|
|
(23863,5,0,'Ya don\' have to look to da sky to see da dragonhawk!',14,0,100,0,0,12095,23178,0,'Zul\'jin YELL_TRANSFORM_TO_DRAGONHAWK'),
|
|
(23863,6,0,'Fire kill you just as quick!',14,0,100,0,0,12096,23179,0,'Zul\'jin YELL_FIRE_BREATH'),
|
|
(23863,7,0,'You too slow! Me too strong!',14,0,100,0,0,12097,0,0,'Zul\'jin YELL_BERSERK'),
|
|
(23863,8,0,'Da Amani di chuka!',14,0,100,0,0,12098,23181,0,'Zul\'jin YELL_KILL'),
|
|
(23863,8,1,'Lot more going to fall like you.',14,0,100,0,0,12099,23182,0,'Zul\'jin YELL_KILL'),
|
|
(23863,9,0,'Mebbe me fall... but da Amani empire... never going to die.',14,0,100,0,0,12100,23183,0,'Zul\'jin YELL_DEATH'),
|
|
(23864,0,0,'This land was mine long before your wretched kind set foot here.',14,0,100,0,0,0,22370,0,'zelfrax SAY_ZELFRAX1'),
|
|
(23864,1,0,'All who venture here belong to me, including you!',14,0,100,0,0,0,22371,0,'zelfrax SAY_ZELFRAX2'),
|
|
(23872,0,0,'This is an insult! An affront! They deny us participation in time-honored dwarven traditions!',12,0,100,15,0,0,22376,0,'Coren Direbrew SAY_INTRO'),
|
|
(23872,1,0,'Are we going to hide in our mountain and let those swill-peddlers have their little shindig without us?!',12,0,100,15,0,0,22388,0,'Coren Direbrew SAY_INTRO2'),
|
|
(23872,2,0,'DAMN RIGHT! We\'ll show \'em why you don\'t cross the Dark Iron dwarves!',12,0,100,15,0,0,22389,0,'Coren Direbrew SAY_INTRO3'),
|
|
(23872,3,0,'You\'ll pay for this insult, $c!',12,0,100,15,0,0,25921,0,'Coren Direbrew SAY_INSULT'),
|
|
(23896,0,0,'You might wanna stand back. Fish guttin\' is a dirty job.',12,0,100,1,0,0,22392,0,'\"Dirty\" Michael Crowe'),
|
|
(23900,0,0,'We did it! We\'ve defeated Tethyr!',14,0,100,0,0,0,22633,0,'Theramore Marksman'),
|
|
(23905,0,0,'Marksmen, form up and take your positions!',14,0,100,0,0,0,22447,0,'Major Mills'),
|
|
(23905,1,0,'Prepare to fire upon my command! Ready, aim...',14,0,100,0,0,0,22448,0,'Major Mills'),
|
|
(23905,2,0,'FIRE AT WILL!',14,0,100,0,0,0,22449,0,'Major Mills'),
|
|
(23905,3,0,'We did it! We\'ve defeated Tethyr!',14,0,100,0,0,0,22633,0,'Major Mills'),
|
|
(23905,4,0,'We defeated the sea monster!',14,0,100,0,0,0,22634,0,'Major Mills'),
|
|
(23931,0,0,'The ring will overflow with the blood of the interlopers! Oluf has come!',14,0,100,0,0,0,22972,0,'Oluf the Violent'),
|
|
(23931,1,0,'The ancient cipher falls to the ground.',41,0,100,0,0,0,23016,0,'Oluf the Violent'),
|
|
(23941,0,0,'I surrender! Stay your blade!',12,0,100,5,0,0,22469,0,'Gavis Greyshield'),
|
|
(23941,1,0,'I will go with you. Just spare my men. They\'re good lads who\'ve only made a mistake...',12,0,100,1,0,0,22470,0,'Gavis Greyshield'),
|
|
(23953,1,0,'Your blood is mine!',14,0,0,7,0,13221,22736,0,'Prince Keleseth - SAY_START_COMBAT'),
|
|
(23953,2,0,'Aranal, ledel! Their fate shall be yours!',14,0,0,0,0,13224,22729,0,'Prince Keleseth - SAY_SUMMON_SKELETONS'),
|
|
(23953,3,0,'Not so fast.',14,0,0,0,0,13222,22734,0,'Prince Keleseth - SAY_FROST_TOMB'),
|
|
(23953,4,0,'%s casts Frost Tomb on $n.',41,0,0,0,0,0,27152,0,'Prince Keleseth - SAY_FROST_TOMB_EMOTE'),
|
|
(23953,5,0,'I join... the night.',14,0,0,0,0,13225,29592,0,'Prince Keleseth - SAY_DEATH'),
|
|
(23953,6,0,'Darkness waits.',14,0,0,0,0,13223,29591,0,'Prince Keleseth - SAY_KILL'),
|
|
(23954,0,0,'I\'ll paint my face with your blood!',14,0,100,0,0,13207,29974,0,'Ingvar the Plunderer - SAY_AGGRO_1'),
|
|
(23954,1,0,'Mjul orm agn gjor!',14,0,100,0,0,13212,29978,0,'Ingvar the Plunderer - SAY_SLAY_1'),
|
|
(23954,2,0,'My life for the... death god!',14,0,100,0,0,13213,29976,0,'Ingvar the Plunderer - SAY_DEATH_1'),
|
|
(23954,3,0,'I return! A second chance to carve your skull!',14,0,100,0,0,13209,29977,0,'Ingvar the Plunderer - SAY_AGGRO_2'),
|
|
(23954,4,0,'I am a warrior born!',14,0,100,0,0,13214,29975,0,'Ingvar the Plunderer - SAY_SLAY_2'),
|
|
(23954,5,0,'No! I can do... better! I can...',14,0,100,0,0,13211,29979,0,'Ingvar the Plunderer - SAY_DEATH_2'),
|
|
(23954,6,0,'%s roars!',41,0,100,0,0,0,14029,0,'ingvar EMOTE_ROAR'),
|
|
(23963,0,0,'Fire!',14,7,100,25,0,0,17911,0,'Sergeant Lorric'),
|
|
(23967,0,0,'Ahahaha! I must find the secrets!',12,7,100,0,0,0,22495,0,'Deranged Explorer'),
|
|
(23967,0,1,'I don\'t want to know anymore. Make me forget!',12,7,100,0,0,0,22496,0,'Deranged Explorer'),
|
|
(23967,0,2,'When one studies and digs, one reveals the truth.',12,7,100,0,0,0,22497,0,'Deranged Explorer'),
|
|
(23967,0,3,'We\'re safe; IT will never reach us here!',12,7,100,0,0,0,22498,0,'Deranged Explorer'),
|
|
(23967,0,4,'The end is nigh! That Which Must Not Be Named is almost free!',12,7,100,0,0,0,22499,0,'Deranged Explorer'),
|
|
(23967,0,5,'IT\'s coming! HIDE!',12,7,100,0,0,0,22500,0,'Deranged Explorer'),
|
|
(23967,0,6,'If only there were more time!',12,7,100,0,0,0,22501,0,'Deranged Explorer'),
|
|
(23967,0,7,'Forgive me oh great one. I did not mean to learn the truth!',12,7,100,0,0,0,22502,0,'Deranged Explorer'),
|
|
(23967,0,8,'The truth shall set you free. Like us, you will be with IT forever!',12,7,100,0,0,0,22503,0,'Deranged Explorer'),
|
|
(23967,0,9,'Now that you know the truth, I can\'t let you leave!',12,7,100,0,0,0,22504,0,'Deranged Explorer'),
|
|
(23967,0,10,'It\'ll all be over soon. Soon you will be in the embrace of That Which Must Not Be Named!',12,7,100,0,0,0,22505,0,'Deranged Explorer'),
|
|
(23967,0,11,'Intruder! You were sent to destroy us!',12,7,100,0,0,0,22506,0,'Deranged Explorer'),
|
|
(23967,0,12,'You cannot leave... IT mustn\'t find us!',12,7,100,0,0,0,22507,0,'Deranged Explorer'),
|
|
(23967,0,13,'If you\'re here, then IT might be close behind!',12,7,100,0,0,0,22508,0,'Deranged Explorer'),
|
|
(23967,0,14,'I will put an end to your life before you realize the horrible truth!',12,7,100,0,0,0,22509,0,'Deranged Explorer'),
|
|
(23967,0,15,'Now you\'ll have to join us... permanently!',12,7,100,0,0,0,22510,0,'Deranged Explorer'),
|
|
(23971,0,0,'What\'s happening?',12,1,100,18,0,0,22533,0,'Traveling Orphan'),
|
|
(23971,0,1,'I want to go back to the orphanage!',12,1,100,18,0,0,22534,0,'Traveling Orphan'),
|
|
(23971,0,2,'Matron! Is that bad man going to eat us?',12,1,100,18,0,0,22535,0,'Traveling Orphan'),
|
|
(23971,0,3,'If my dad were alive, he would put out the fires!',12,1,100,18,0,0,22536,0,'Traveling Orphan'),
|
|
(23971,0,4,'If my mom were alive, she would put out the fires!',12,1,100,18,0,0,22537,0,'Traveling Orphan'),
|
|
(23975,0,0,'Fire grant me vision...',12,7,100,20,0,0,22661,0,'Thoralius the Wise'),
|
|
(23975,1,0,'Water grant me serenity...',12,7,100,20,0,0,22664,0,'Thoralius the Wise'),
|
|
(23975,2,0,'%s inhales the wispy smoke tendrils emanating from the burner.',16,7,100,0,0,0,22666,0,'Thoralius the Wise'),
|
|
(23975,3,0,'Thank you, spirits.',12,7,100,2,0,0,22670,0,'Thoralius the Wise'),
|
|
(23980,0,0,'I return! A second chance to carve your skull!',14,0,100,0,0,13209,29977,0,'Ingvar the Plunderer - SAY_AGGRO_2'),
|
|
(23980,1,0,'I am a warrior born!',14,0,100,0,0,13214,29975,0,'Ingvar the Plunderer - SAY_SLAY_2'),
|
|
(23980,2,0,'No! I can do... better! I can...',14,0,100,0,0,13211,29979,0,'Ingvar the Plunderer - SAY_DEATH_2'),
|
|
(23989,0,0,'I\'ll eat your heart!',12,0,100,0,0,13542,30508,0,'Gjalerbron Sleep-Watcher'),
|
|
(23989,0,1,'YAAARRRGH!',12,0,100,0,0,13542,22700,0,'Gjalerbron Sleep-Watcher'),
|
|
(23989,0,2,'I will take pleasure in gutting you!',12,0,100,0,0,13533,30498,0,'Gjalerbron Sleep-Watcher'),
|
|
(23989,0,3,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Gjalerbron Sleep-Watcher'),
|
|
(23989,0,4,'There will be no everlasting life for you!',12,0,100,0,0,0,22822,0,'Gjalerbron Sleep-Watcher'),
|
|
(23989,0,5,'Sniveling pig!',12,0,100,0,0,0,30504,0,'Gjalerbron Sleep-Watcher'),
|
|
(23989,0,6,'Haraak foln!',12,0,100,0,0,0,30506,0,'Gjalerbron Sleep-Watcher'),
|
|
(23990,0,0,'I spit on you!',12,0,100,0,0,13538,30503,0,'Gjalerbron Rune-Caster'),
|
|
(23990,0,1,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Gjalerbron Rune-Caster'),
|
|
(23990,0,2,'Look what\'s come to play.',12,0,100,0,0,0,22820,0,'Gjalerbron Rune-Caster'),
|
|
(23990,0,3,'Your entrails will make a fine necklace.',12,0,100,0,0,13535,30500,0,'Gjalerbron Rune-Caster'),
|
|
(23991,0,0,'I will feed you to the dogs!',12,0,100,0,0,13534,30499,0,'Gjalerbron Warrior'),
|
|
(23991,0,1,'I\'ll eat your heart!',12,0,100,0,0,13542,30508,0,'Gjalerbron Warrior'),
|
|
(23991,0,2,'Look what\'s come to play.',12,0,100,0,0,13542,22820,0,'Gjalerbron Warrior'),
|
|
(23991,0,3,'My life for Ymiron!',12,0,100,0,0,0,22702,0,'Gjalerbron Warrior'),
|
|
(23991,0,4,'I spit on you!',12,0,100,0,0,13538,30503,0,'Gjalerbron Warrior'),
|
|
(23991,0,5,'You tiny creatures disgust me!',12,0,100,0,0,0,22816,0,'Gjalerbron Warrior'),
|
|
(23991,0,6,'You tiny creatures disgust me!',12,0,100,0,0,13542,22816,0,'Gjalerbron Warrior'),
|
|
(23991,0,7,'Your entrails will make a fine necklace.',12,0,100,0,0,13535,30500,0,'Gjalerbron Warrior'),
|
|
(23991,0,8,'YAAARRRGH!',12,0,100,0,0,13535,22700,0,'Gjalerbron Warrior'),
|
|
(23991,0,9,'For Ymiron!',12,0,100,0,0,0,22697,0,'Gjalerbron Warrior'),
|
|
(23995,0,0,'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!',12,0,100,1,0,0,22588,0,'Axle'),
|
|
(23995,1,0,'Yes, we said you can stay here, but this building is our headquarters! All of our manuals and blueprints are stored here!',12,0,100,1,0,0,22590,0,'Axle'),
|
|
(23995,2,0,'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!',12,0,100,1,0,0,22592,0,'Axle'),
|
|
(24014,0,0,'You too will serve the Lich King.',12,0,100,0,0,0,23663,0,'Necrolord'),
|
|
(24014,0,1,'There\'s always room for one more.',12,0,100,0,0,13542,23669,0,'Necrolord'),
|
|
(24014,0,2,'Your life for the Lich King!',12,0,100,0,0,0,23667,0,'Necrolord'),
|
|
(24014,0,3,'So eager to die are we?',12,0,100,0,0,0,23662,0,'Necrolord'),
|
|
(24014,0,4,'Hello, little one. Come to play?',12,0,100,0,0,0,23666,0,'Necrolord'),
|
|
(24014,0,5,'I have so many wonders to show you.',12,0,100,0,0,0,23668,0,'Necrolord'),
|
|
(24014,0,6,'Excellent, another sacrificial lamb.',12,0,100,0,0,0,23661,0,'Necrolord'),
|
|
(24014,0,7,'There\'s always room for one more.',12,0,100,0,0,0,23669,0,'Necrolord'),
|
|
(24014,0,8,'Plucked ripe off the vine.',12,0,100,0,0,0,23678,0,'Necrolord'),
|
|
(24015,0,0,'Your remains will be fed TO the sharks of Daggercap!',14,0,100,0,0,0,23619,0,'Winterskorn Defender'),
|
|
(24015,0,1,'The sacrifices NOW bring themselves TO us? Have you NO sense!?',14,0,100,0,0,0,23618,0,'Winterskorn Defender'),
|
|
(24015,0,2,'You dare challenge Winterskorn?! I will impale you ON your own puny flag!',14,0,100,0,0,0,23617,0,'Winterskorn Defender'),
|
|
(24016,0,0,'Drive this scum from the Vrykul homeland!',14,0,100,0,0,0,22868,0,'Ulf the Bloodletter'),
|
|
(24018,0,0,'Foolish child, you will not stop what I have set in motion! Now, meet your doom!',12,0,100,0,0,0,23694,0,'Necro Overlord Mezhen - SAY_AGGRO'),
|
|
(24023,0,0,'Give me your souls that I might slay the enemy!',14,0,100,0,0,13774,22622,0,'Queen Angerboda'),
|
|
(24023,1,0,'You will not stop my work here! My husband-king will awaken!',14,0,100,0,0,13775,22636,0,'Queen Angerboda'),
|
|
(24023,2,0,'The ritual proceeds too slowly. More sacrifices are needed!',14,0,100,0,0,0,23802,0,'Queen Angerboda'),
|
|
(24023,2,1,'Soon, my love. Soon you will waken and all of Azeroth will know fear!',14,0,100,0,0,0,23795,0,'Queen Angerboda'),
|
|
(24023,2,2,'Awaken, Ymiron, the time of your continued reign is nigh.',14,0,100,0,0,0,23796,0,'Queen Angerboda'),
|
|
(24023,2,3,'Double your efforts! King Ymiron will awaken and then he will ascend!',14,0,100,0,0,0,23799,0,'Queen Angerboda'),
|
|
(24023,2,4,'Sleep no longer, my love. With the might of the Lich King behind you, the world will tremble.',14,0,100,0,0,0,23797,0,'Queen Angerboda'),
|
|
(24023,2,5,'Why is this ritual taking so long? Your master promised that your assistance would speed the process!',14,0,100,0,0,0,23798,0,'Queen Angerboda'),
|
|
(24029,0,0,'Did you really think that by facing me, you have any hope of saving your friends?',12,0,100,0,0,0,23696,0,'Wyrmcaller Vile'),
|
|
(24032,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Celea Frozenmane'),
|
|
(24035,0,0,'Please, let me out of here!',12,0,100,0,0,0,22637,0,'Gjalerbron Prisoner'),
|
|
(24035,0,1,'The key... you have to find the key!',12,0,100,0,0,0,22638,0,'Gjalerbron Prisoner'),
|
|
(24035,0,2,'I think I saw a key on one of those vrykul.',12,0,100,0,0,0,22639,0,'Gjalerbron Prisoner'),
|
|
(24035,0,3,'I don\'t want to be taken down into the catacombs!',12,0,100,0,0,0,22640,0,'Gjalerbron Prisoner'),
|
|
(24035,0,4,'I don\'t want to be sacrificed!',12,0,100,0,0,0,22641,0,'Gjalerbron Prisoner'),
|
|
(24035,0,5,'They\'re performing unholy rites down in the catacombs, and I\'m about to be the sacrifice!',12,0,100,0,0,0,22642,0,'Gjalerbron Prisoner'),
|
|
(24035,0,6,'Is there no hero to rescue me?',12,0,100,0,0,0,22643,0,'Gjalerbron Prisoner'),
|
|
(24035,0,7,'This is the end.',12,0,100,0,0,0,22644,0,'Gjalerbron Prisoner'),
|
|
(24035,0,8,'I think I saw a key on one of those Gjalerbron vrykul up top.',12,0,100,0,0,0,23649,0,'Gjalerbron Prisoner'),
|
|
(24035,0,9,'Thank goodness for you',12,0,100,0,0,0,22652,0,'Gjalerbron Prisoner'),
|
|
(24035,0,10,'Thank you. I will not forget this',12,0,100,0,0,0,22646,0,'Gjalerbron Prisoner'),
|
|
(24035,0,11,'The key... you have to find the key',12,0,100,0,0,0,22638,0,'Gjalerbron Prisoner'),
|
|
(24035,0,12,'The vrykul are evil and must be destroyed',12,0,100,0,0,0,22650,0,'Gjalerbron Prisoner'),
|
|
(24035,0,13,'They\'re performing unholy rites down in the catacombs, and I\'m about to be the sacrifice',12,0,100,0,0,0,22642,0,'Gjalerbron Prisoner'),
|
|
(24035,0,14,'This is the end.',12,0,100,0,0,0,22644,0,'Gjalerbron Prisoner'),
|
|
(24035,0,15,'You have to put a stop to this madness before it\'s too late',12,0,100,0,0,0,22648,0,'Gjalerbron Prisoner'),
|
|
(24035,0,16,'You saved my life',12,0,100,0,0,0,22651,0,'Gjalerbron Prisoner'),
|
|
(24035,1,0,'Oh, thank you, thank you!',12,0,100,0,0,0,22645,0,'Gjalerbron Prisoner'),
|
|
(24035,1,1,'Thank you. I will not forget this!',12,0,100,0,0,0,22646,0,'Gjalerbron Prisoner'),
|
|
(24035,1,2,'Avenge my friends who have already been sacrificed!',12,0,100,0,0,0,22647,0,'Gjalerbron Prisoner'),
|
|
(24035,1,3,'You have to put a stop to this madness before it\'s too late!',12,0,100,0,0,0,22648,0,'Gjalerbron Prisoner'),
|
|
(24035,1,4,'My thanks to you, hero!',12,0,100,0,0,0,22649,0,'Gjalerbron Prisoner'),
|
|
(24035,1,5,'The vrykul are evil and must be destroyed!',12,0,100,0,0,0,22650,0,'Gjalerbron Prisoner'),
|
|
(24035,1,6,'You saved my life!',12,0,100,0,0,0,22651,0,'Gjalerbron Prisoner'),
|
|
(24035,1,7,'Thank goodness for you!',12,0,100,0,0,0,22652,0,'Gjalerbron Prisoner'),
|
|
(24041,0,0,'Ah, but it is you who intrudes on our master\'s territory. He could wipe you out in an instant for that transgression alone! Arthas does not have much love or patience for his escaped slaves.',12,0,100,0,0,0,22665,0,'Prince Keleseth'),
|
|
(24041,1,0,'But... he has learned of your victory over Stormwind\'s North Fleet and thinks you have potential. Potential to see reason and abandon Sylvanas\' childish rebellion.',12,0,100,0,0,0,22669,0,'Prince Keleseth'),
|
|
(24041,2,0,'Arthas is prepared to offer you power beyond your imagination. The puny army you lead here would pale in comparison to the phalanxes at your command if you returned to the Scourge\'s embrace.',12,0,100,0,0,0,22671,0,'Prince Keleseth'),
|
|
(24041,3,0,'Behold the Vrykul! A race that has perfected war and destruction to the point of an art form. Already they\'ve cast their lot with the Lich King! Their dwellings surround you and their numbers are easily five times yours.',12,0,100,0,0,0,22722,0,'Prince Keleseth'),
|
|
(24041,4,0,'The choice is yours, Anselm. Return to the Lich King\'s army and fight alongside them or remain loyal to your so-called queen and suffer their wrath as they drive you from their homelands!',12,0,100,0,0,0,22723,0,'Prince Keleseth'),
|
|
(24041,5,0,'Such a futile gesture.',12,0,100,0,0,0,22758,0,'Prince Keleseth'),
|
|
(24041,6,0,'Listen to your men\'s dying breaths as I drink in their souls!',12,0,100,0,0,0,22766,0,'Prince Keleseth'),
|
|
(24041,7,0,'This will not be the last you hear of me. I will return to spit on your corpse after Utgarde\'s armies have descended upon you!',12,0,100,0,0,0,22764,0,'Prince Keleseth'),
|
|
(24042,0,0,'$N\'s concoction is ruined. A new one must be created from scratch.',16,0,100,0,0,0,23540,0,'Generic Trigger LAB'),
|
|
(24042,1,0,'The failed concoction spills on the floor and appears to come to life!',16,0,100,0,0,0,23071,0,'Generic Trigger LAB'),
|
|
(24051,0,0,'Suffer, insect!',12,0,100,0,0,0,22701,0,'Dragonflayer Invader'),
|
|
(24051,0,1,'My life for Ymiron!',12,0,100,0,0,0,22702,0,'Dragonflayer Invader'),
|
|
(24051,0,2,'For Ymiron!',12,0,100,0,0,0,22697,0,'Dragonflayer Invader'),
|
|
(24051,0,3,'Beg for your life...',12,0,100,0,0,0,22698,0,'Dragonflayer Invader'),
|
|
(24051,0,4,'Your end draws closer!',12,0,100,0,0,0,22699,0,'Dragonflayer Invader'),
|
|
(24051,0,5,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Dragonflayer Invader'),
|
|
(24052,0,0,'We don\'t shoe no mules here. \'Sides, it\'s strictly expedition business right now.',12,7,100,1,0,0,23562,0,'Eldrim Mounder'),
|
|
(24052,1,0,'Not my problem! If yer so antsy to get yerself a house built, do it \'ere in the fort and quit yer whinin\'!',12,7,100,274,0,0,23564,0,'Eldrim Mounder'),
|
|
(24052,2,0,'Now, if you\'d be so kind as to get your ass away from my forge...',12,7,100,25,0,0,23566,0,'Eldrim Mounder'),
|
|
(24061,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'James Ormsby'),
|
|
(24068,0,0,'Ingvar! Your pathetic failure will serve as a warning to all... you are damned! Arise and carry out the master\'s will!',14,0,100,0,0,13754,29980,0,'Annhylde the Caller to Ingvar the Plunderer'),
|
|
(24068,1,0,'Ingvar! Your pathetic failure will serve as a warning to all... you are damned! Arise and carry out the master\'s will!',14,0,100,0,0,13754,29980,0,'ingvar YELL_ANNHYLDE_2'),
|
|
(24077,0,0,'%s groans.',16,0,100,0,0,0,22743,0,'Impaled Valgarde Scout'),
|
|
(24077,0,1,'%s screams in agony as the harpoon is removed.',16,0,100,0,0,0,22744,0,'Impaled Valgarde Scout'),
|
|
(24077,0,2,'%s whimpers.',16,0,100,0,0,0,22745,0,'Impaled Valgarde Scout'),
|
|
(24077,1,0,'Don\'t let my death go unavenged, stranger... give ... them... hell...',12,0,100,0,0,0,22752,0,'Impaled Valgarde Scout'),
|
|
(24077,1,1,'I\'m done for... too much blood lost... Forget about me, tell Keller... People still alive inside...',12,0,100,0,0,0,22749,0,'Impaled Valgarde Scout'),
|
|
(24077,1,2,'Not... no... Our people... Wrymskull... some live...',12,0,100,0,0,0,22747,0,'Impaled Valgarde Scout'),
|
|
(24077,1,3,'My injuries are too great. I won\'t make it... Our citizenry held in cages... ritual...',12,0,100,0,0,0,22748,0,'Impaled Valgarde Scout'),
|
|
(24077,1,4,'They left us here impaled as a warning to the others... Several still alive... prisoners of...',12,0,100,0,0,0,22751,0,'Impaled Valgarde Scout'),
|
|
(24077,1,5,'My family must know... I... for them... always for them...',12,0,100,0,0,0,22750,0,'Impaled Valgarde Scout'),
|
|
(24078,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Dragonflayer Metalworker'),
|
|
(24080,0,0,'I spit on you!',12,0,100,0,0,0,30503,0,'Dragonflayer Weaponsmith'),
|
|
(24118,0,0,'How unfortunate, Halfdan.',14,0,100,0,0,0,22791,0,'Val\'kyr Observer'),
|
|
(24118,1,0,'We find you unworthy of ascension, Halfdan. Let your soul know oblivion!',14,0,100,0,0,0,22792,0,'Val\'kyr Observer'),
|
|
(24120,0,0,'Someone shoot that bat down!',14,0,100,0,0,0,22835,0,'North Fleet Reservist'),
|
|
(24120,0,1,'That liquid... it reeks!',14,0,100,0,0,0,22837,0,'North Fleet Reservist'),
|
|
(24120,0,2,'I don\'t feel so good...',14,0,100,0,0,0,22836,0,'North Fleet Reservist'),
|
|
(24120,0,3,'It was awful... I dreamt I was fighting against my friends.',12,0,66,0,0,0,35293,0,'North Fleet Reservist'),
|
|
(24120,0,4,'Help! My eyes!',14,0,33,0,0,0,22834,0,'North Fleet Reservist'),
|
|
(24123,0,0,'These are all excellent. It\'s going to be hard to choose just one.',12,0,100,1,0,0,22854,0,'Nokoma Snowseer'),
|
|
(24123,1,0,'I think I\'ve found the one I\'ll use. Now I have to begin the task of carving it. I don\'t think it\'s going to be easy. I don\'t even know what a female yeti\'s mating call sounds like!',12,0,100,396,0,0,22855,0,'Nokoma Snowseer'),
|
|
(24123,2,0,'I\'ve got most of the basic carving done, but it needs to be tested before I can continue. Are you willing to help me with that, $n?',12,0,100,396,0,0,22856,0,'Nokoma Snowseer'),
|
|
(24126,0,0,'Excellent. What\'s the lowdown? Do we have a bodycount?',12,0,100,11,0,0,22797,0,'Apothecary Lysander'),
|
|
(24126,1,0,'Well, spit it out! What\'s the bad news?',12,0,100,1,0,0,22798,0,'Apothecary Lysander'),
|
|
(24126,2,0,'Severe stomach pain?',12,0,100,5,0,0,22800,0,'Apothecary Lysander'),
|
|
(24126,3,0,'SEVERE STOMACH PAIN?',14,0,100,15,0,0,22801,0,'Apothecary Lysander'),
|
|
(24126,4,0,'We are the Royal Apothecary Society! Inducing belly aches is not part of our job description!',12,0,100,0,0,0,22802,0,'Apothecary Lysander'),
|
|
(24126,5,0,'Am I surrounded by amateurs? I want a full analysis of the new strain by tomorrow morning! Get on it, Ravien!',12,0,100,25,0,0,22803,0,'Apothecary Lysander'),
|
|
(24126,6,0,'We were making progress with our plague in Undercity. All of a sudden our strains keep failing!',12,0,100,5,0,0,22406,0,'Apothecary Lysander'),
|
|
(24126,6,1,'The last ten strains from Undercity... all of them worthless!',12,0,100,5,0,0,22403,0,'Apothecary Lysander'),
|
|
(24126,6,2,'I cannot work under these conditions! We need a viable strain!',12,0,100,5,0,0,22404,0,'Apothecary Lysander'),
|
|
(24131,0,0,'Why not? Just think how much better it\'ll look with the hatchlings to either side --',12,0,100,0,0,0,23549,0,'Trapper Jethan'),
|
|
(24131,1,0,'What? I\'m just sayin\' that\'s how we do things in Grizzly Hills.',12,0,100,0,0,0,23551,0,'Trapper Jethan'),
|
|
(24139,0,0,'Y\'hear that, Jethan? You\'re not getting that Steelfeather trophy now that we know she\'s a mother.',12,0,100,0,0,0,23548,0,'Gil Grisert'),
|
|
(24139,1,0,'Jethan!',12,0,100,0,0,0,23550,0,'Gil Grisert'),
|
|
(24144,0,0,'Get on ya knees and bow.... to da fang and claw!',14,0,100,0,0,12020,23612,0,'Halazzi - SAY_AGGRO'),
|
|
(24144,1,0,'You can fight da power!',14,0,100,0,0,12026,0,0,'Halazzi - SAY_KILL'),
|
|
(24144,1,1,'Ya all gonna fail!',14,0,100,0,0,12027,23614,0,'Halazzi - SAY_KILL'),
|
|
(24144,2,0,'Me gonna carve ya now!',14,0,100,0,0,12023,23615,0,'Halazzi - SAY_SABER'),
|
|
(24144,2,1,'You gonna leave in pieces!',14,0,100,0,0,12024,23616,0,'Halazzi - SAY_SABER'),
|
|
(24144,3,0,'I fight wit untamed spirit....',14,0,100,0,0,12021,0,0,'Halazzi - SAY_SPLIT'),
|
|
(24144,4,0,'Spirit, come back to me!',14,0,100,0,0,12022,22964,0,'Halazzi - SAY_MERGE'),
|
|
(24144,5,0,'Chaga... chokajinn.',14,0,100,0,0,12028,0,0,'Halazzi - SAY_DEATH'),
|
|
(24151,0,0,'What did you do with the people of this village!?',12,7,100,5,0,0,22882,0,'Daegarn'),
|
|
(24151,0,1,'What do you want with me?',12,7,100,5,0,0,22880,0,'Daegarn'),
|
|
(24151,0,2,'Release me, cowards! I\'ll show you what a dwarf is made of!',12,7,100,5,0,0,22881,0,'Daegarn'),
|
|
(24152,0,0,'Wait a minute...',12,0,100,5,0,0,22958,0,'Apothecary Malthus'),
|
|
(24152,1,0,'It\'s just...',12,0,100,6,0,0,22959,0,'Apothecary Malthus'),
|
|
(24152,2,0,'Beer! Mere beer!',12,0,100,1,0,0,22960,0,'Apothecary Malthus'),
|
|
(24152,3,0,'There\'s absolutely nothing out of the ordinary about it.',12,0,100,1,0,0,22961,0,'Apothecary Malthus'),
|
|
(24152,4,0,'You! Not a word to Grick about this! Do you hear me?',12,0,100,25,0,0,22962,0,'Apothecary Malthus'),
|
|
(24155,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Tobias Sarkhoff'),
|
|
(24161,0,0,'Enemies of the Winterskorn, you will be torn limb from limb!',14,0,100,0,0,0,22867,0,'Oric the Baleful'),
|
|
(24162,0,0,'Gunnar, son of Thorvard, has arrived! Prepare to meet your demise!',14,0,100,0,0,0,22863,0,'Gunnar Thorvardsson'),
|
|
(24168,0,0,'AGH! Not again with the sprayin\'!',12,6,100,0,0,0,22869,0,'Micah Stonebreaker'),
|
|
(24168,0,1,'What\'s that n- AGH!',12,6,100,0,0,0,22870,0,'Micah Stonebreaker'),
|
|
(24168,0,2,'Brann\'s beard, just STOP!',12,6,100,0,0,0,22871,0,'Micah Stonebreaker'),
|
|
(24168,0,3,'The dwarf coughs, sputters, and shivers in the cage.',16,0,100,0,0,0,22872,0,'Micah Stonebreaker'),
|
|
(24168,0,4,'A low, despairing moan escapes the caged dwarf.',16,0,100,0,0,0,22873,0,'Micah Stonebreaker'),
|
|
(24168,0,5,'%s shakes the bars of the cage weakly.',16,0,100,0,0,0,22874,0,'Micah Stonebreaker'),
|
|
(24168,0,6,'%s slumps against the cage bars dejectedly.',16,0,100,0,0,0,22875,0,'Micah Stonebreaker'),
|
|
(24173,0,0,'Are YOU the one who interrupted my dinner? Well, are you?',12,0,100,1,0,0,22876,0,'Frostgore'),
|
|
(24173,1,0,'You\'re too ugly and scrawny to be a female yeti! And now you\'re making me mad...',12,0,100,25,0,0,22877,0,'Frostgore'),
|
|
(24175,0,0,'Akil\'zon, the invaders approach!',14,0,100,5,0,0,22971,0,'Amani\'shi Lookout'),
|
|
(24177,0,1,'Light... light so bright...',12,0,50,0,0,0,22900,0,'Decomposing Ghoul - On spell hit'),
|
|
(24177,0,2,'ARGHHHH...',12,0,50,0,0,0,22899,0,'Decomposing Ghoul - On spell hit'),
|
|
(24177,0,3,'Away... go...',12,0,50,0,0,0,22902,0,'Decomposing Ghoul - On spell hit'),
|
|
(24177,0,4,'Bad light... hurt...',12,0,50,0,0,0,22901,0,'Decomposing Ghoul - On spell hit'),
|
|
(24177,0,5,'BURNS! IT BURNS!',12,0,50,0,0,0,22898,0,'Decomposing Ghoul - On spell hit'),
|
|
(24177,1,1,'So... Hungry...',12,0,50,0,0,0,22893,0,'Decomposing Ghoul - OOC'),
|
|
(24177,1,2,'Closer... come closer...',12,0,50,0,0,0,22896,0,'Decomposing Ghoul - OOC'),
|
|
(24177,1,3,'FEED ME...',12,0,50,0,0,0,22894,0,'Decomposing Ghoul - OOC'),
|
|
(24177,1,4,'FOOD! EAT YOU!',12,0,50,0,0,0,22895,0,'Decomposing Ghoul - OOC'),
|
|
(24177,1,5,'BRAINNNS!',12,0,50,0,0,0,22892,0,'Decomposing Ghoul - OOC'),
|
|
(24178,0,0,'%s wakes up from the smell of fresh meat!',16,0,100,15,0,0,0,0,'Shatterhorn on aggro line and roar at same time'),
|
|
(24198,0,0,'%s loses all self control and begins to attack friend or foe alike!',16,0,100,0,0,0,0,0,'Plagued Dragonflayer Handler'),
|
|
(24199,0,0,'%s loses all self control and begins to attack friend and foe alike!',16,0,100,0,0,0,23081,0,'Plagued Dragonflayer Handler'),
|
|
(24200,0,0,'Dalronn! See if you can muster the nerve to join my attack!',14,0,100,0,0,13229,29531,0,'skarvald YELL_SKARVALD_AGGRO'),
|
|
(24200,1,0,'Not... over... yet.',14,0,100,0,0,13230,29534,0,'skarvald YELL_SKARVALD_DAL_DIED'),
|
|
(24200,2,0,'A warrior\'s death.',14,0,100,0,0,13231,29535,0,'skarvald YELL_SKARVALD_SKA_DIEDFIRST'),
|
|
(24200,3,0,'Jarggn olkt!',14,0,100,0,0,13232,29532,0,'skarvald YELL_SKARVALD_KILL'),
|
|
(24200,4,0,'Pfagh! What sort of necromancer lets death stop him? I knew you were worthless!',14,0,100,0,0,13233,29533,0,'skarvald YELL_SKARVALD_DAL_DIEDFIRST'),
|
|
(24201,0,0,'By all means, don\'t assess the situation, you halfwit! Just jump into the fray!',14,0,100,0,0,13199,29527,0,'dalronn YELL_DALRONN_AGGRO'),
|
|
(24201,1,0,'See... you... soon.',14,0,100,0,0,13200,29529,0,'dalronn YELL_DALRONN_SKA_DIED'),
|
|
(24201,2,0,'There\'s no... greater... glory.',14,0,100,0,0,13201,29530,0,'dalronn YELL_DALRONN_DAL_DIEDFIRST'),
|
|
(24201,3,0,'You may serve me yet.',14,0,100,0,0,13202,29526,0,'dalronn YELL_DALRONN_KILL'),
|
|
(24201,4,0,'Skarvald, you incompetent slug! Return and make yourself useful!',14,0,100,0,0,13203,29528,0,'dalronn YELL_DALRONN_SKA_DIEDFIRST'),
|
|
(24211,0,0,'Blessings of the spirits of the land and air upon you.',12,1,100,1,0,0,22947,0,'Freed Winterhoof Longrunner'),
|
|
(24211,0,1,'I must return. Good hunting to you.',12,1,100,1,0,0,22946,0,'Freed Winterhoof Longrunner'),
|
|
(24211,0,2,'I owe you a life debt, stranger.',12,1,100,1,0,0,22952,0,'Freed Winterhoof Longrunner'),
|
|
(24211,0,3,'Strange ghosts walk the land. Be careful!',12,1,100,1,0,0,22950,0,'Freed Winterhoof Longrunner'),
|
|
(24211,0,4,'Thank you, stranger.',12,1,100,1,0,0,22945,0,'Freed Winterhoof Longrunner'),
|
|
(24211,0,5,'They took us one by one. I\'m sure there are other survivors.',12,1,100,1,0,0,22951,0,'Freed Winterhoof Longrunner'),
|
|
(24211,0,6,'We should never have traveled through the Rivenwood. Everyone knows this!',12,1,100,1,0,0,22949,0,'Freed Winterhoof Longrunner'),
|
|
(24211,0,7,'You saved me from certain death. I owe you.',12,1,100,1,0,0,22948,0,'Freed Winterhoof Longrunner'),
|
|
(24213,0,0,'More souls for the Lich King! Come, little ones! Come!',14,0,100,0,0,0,23019,0,'Firjus the Soul Crusher'),
|
|
(24214,0,0,'Good... More flesh for the harvest...',14,0,100,0,0,0,22975,0,'Yorus the Flesh Harvester'),
|
|
(24215,0,0,'Firjus was unworthy! Test your battle progress against a true soldier of the Lich King!',14,0,100,0,0,0,0,0,'Jlarborn the Strategist'),
|
|
(24216,0,0,'Beg for your life...',12,0,100,0,0,0,22698,0,'Dragonflayer Berserker'),
|
|
(24216,0,1,'Suffer, insect!',12,0,100,0,0,0,22701,0,'Dragonflayer Berserker'),
|
|
(24216,0,2,'Your end draws closer!',12,0,100,0,0,0,22699,0,'Dragonflayer Berserker'),
|
|
(24216,0,3,'My life for Ymiron!',12,0,100,0,0,0,22702,0,'Dragonflayer Berserker'),
|
|
(24216,0,4,'For Ymiron!',12,0,100,0,0,0,22697,0,'Dragonflayer Berserker'),
|
|
(24216,0,5,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Dragonflayer Berserker'),
|
|
(24216,1,0,'Take me! I am ready to die!',12,0,100,0,0,0,22953,0,'Dragonflayer Berserker'),
|
|
(24216,1,1,'We battle for the glory of Ymiron! We die in the name of the Lich King!',12,0,100,0,0,0,22957,0,'Dragonflayer Berserker'),
|
|
(24216,1,2,'Drink in their misery, brother!',12,0,100,0,0,0,22954,0,'Dragonflayer Berserker'),
|
|
(24216,1,3,'Stand and be judged!',12,0,100,0,0,0,22955,0,'Dragonflayer Berserker'),
|
|
(24216,1,4,'May you die in the Lich King\'s favor!',12,0,100,0,0,0,22956,0,'Dragonflayer Berserker'),
|
|
(24238,0,0,'[Crude Vrykul] Bjorns mottar haelgond sygar!',14,0,100,0,0,0,23008,0,'Bjorn Halgurdsson'),
|
|
(24238,1,0,'No one speaks of my mother in that manner!',14,0,100,0,0,0,23009,0,'Bjorn Halgurdsson'),
|
|
(24238,2,0,'Drive the invaders out! For Queen Angerboda!',14,0,100,0,0,0,23062,0,'Bjorn Halgurdsson'),
|
|
(24238,2,1,'Fight without fear and the Val\'kyr will reward you!',14,0,100,0,0,0,23063,0,'Bjorn Halgurdsson'),
|
|
(24238,2,2,'The Winterskorn tribe will prevail!',14,0,100,0,0,0,23061,0,'Bjorn Halgurdsson'),
|
|
(24239,0,0,'Da shadow gonna fall on you....',14,0,100,0,0,12041,23591,1,'Hex Lord Malacrass - YELL_AGGRO'),
|
|
(24239,1,0,'Dis a nightmare ya don\' wake up from!',14,0,100,0,0,12043,23593,1,'Hex Lord Malacrass - YELL_KILL_ONE'),
|
|
(24239,2,0,'Azzaga choogo zinn!',14,0,100,0,0,12044,23594,1,'Hex Lord Malacrass - YELL_KILL_TWO'),
|
|
(24239,3,0,'Darkness comin\' for you....',14,0,100,0,0,12046,23596,1,'Hex Lord Malacrass - YELL_DRAIN_POWER'),
|
|
(24239,4,0,'Your soul gonna bleed!',14,0,100,0,0,12047,23597,1,'Hex Lord Malacrass - YELL_SPIRIT_BOLTS'),
|
|
(24239,5,0,'Dis not... da end for me!',14,0,100,0,0,12051,23601,1,'Hex Lord Malacrass - YELL_DEATH'),
|
|
(24248,0,0,'%s turns to face you.',16,0,100,0,0,0,23102,0,'The Lich King'),
|
|
(24248,1,0,'%s grins. ',16,0,100,11,0,14820,23146,0,'The Lich King'),
|
|
(24248,2,0,'Shamanism has brought you here... Its scent permeates the air. *The Lich King laughs* I was once a shaman.',12,0,100,0,0,14742,23147,0,'The Lich King'),
|
|
(24248,3,0,'No, minion. This one is not ready.',12,0,100,274,0,14743,23148,0,'The Lich King'),
|
|
(24248,4,0,'Do you feel it, mortal? Death seeps through me, enveloping all that I touch. With just a snap of my finger your soul will languish in damnation for all eternity.',12,0,100,1,0,14744,23149,0,'The Lich King'),
|
|
(24248,5,0,'But... It is not yet your time to serve the Lich King. Yes, a greater destiny awaits you. Power... You must become more powerful before you are to serve me.',12,0,100,1,0,14745,23150,0,'The Lich King'),
|
|
(24248,6,0,'Now watch, val\'kyr. Observe as I apply pressure. Can you see that it is not yet ripe? Watch as it pops and falls lifeless to the floor.',12,0,100,1,0,14746,23151,0,'The Lich King'),
|
|
(24248,7,0,'Persistence or stupidity? It matters not. Let this be a lesson learned, mortal!',12,0,100,1,0,14747,27351,0,'The Lich King'),
|
|
(24249,0,0,'Beg for your life...',12,0,100,0,0,0,22698,0,'Dragonflayer Soulreaver'),
|
|
(24249,0,1,'Suffer, insect!',12,0,100,0,0,0,22701,0,'Dragonflayer Soulreaver'),
|
|
(24249,0,2,'Your end draws closer!',12,0,100,0,0,0,22699,0,'Dragonflayer Soulreaver'),
|
|
(24249,0,3,'My life for Ymiron!',12,0,100,0,0,0,22815,0,'Dragonflayer Soulreaver'),
|
|
(24249,0,4,'For Ymiron!',12,0,100,0,0,0,22813,0,'Dragonflayer Soulreaver'),
|
|
(24249,0,5,'YAAARRRGH!',12,0,100,0,0,0,22814,0,'Dragonflayer Soulreaver'),
|
|
(24249,1,0,'I sacrifice this human in the name of our dark master!',12,0,100,53,0,0,23082,0,'Dragonflayer Soulreaver'),
|
|
(24249,1,1,'Take me, val\'kyr! I am ready to be judged!',12,0,100,53,0,0,23083,0,'Dragonflayer Soulreaver'),
|
|
(24249,1,2,'I am ready to die!',12,0,100,53,0,0,23084,0,'Dragonflayer Soulreaver'),
|
|
(24250,0,0,'Beg for your life...',12,0,100,0,0,0,22698,0,'Dragonflayer Fleshripper'),
|
|
(24250,0,1,'Suffer, insect!',12,0,100,0,0,0,22701,0,'Dragonflayer Fleshripper'),
|
|
(24250,0,2,'Your end draws closer!',12,0,100,0,0,0,22699,0,'Dragonflayer Fleshripper'),
|
|
(24250,0,3,'My life for Ymiron!',12,0,100,0,0,0,22815,0,'Dragonflayer Fleshripper'),
|
|
(24250,0,4,'For Ymiron!',12,0,100,0,0,0,22813,0,'Dragonflayer Fleshripper'),
|
|
(24250,0,5,'YAAARRRGH!',12,0,100,0,0,0,24847,0,'Dragonflayer Fleshripper'),
|
|
(24250,1,0,'The interlopers will be stopped, my lord.',12,0,100,0,0,0,22859,0,'Dragonflayer Fleshripper'),
|
|
(24250,1,1,'One among us will ascend on this day.',12,0,100,0,0,0,22860,0,'Dragonflayer Fleshripper'),
|
|
(24250,1,2,'My life for the Dread King!',12,0,100,0,0,0,22857,0,'Dragonflayer Fleshripper'),
|
|
(24250,2,0,'I should be in Utgarde Keep, battling at Ingvar\'s side! Instead I am charged to guard little maggots like you.',12,0,100,0,0,0,23076,0,'Dragonflayer Fleshripper'),
|
|
(24250,2,1,'Why we don\'t just kill you is beyond my understanding.',12,0,100,0,0,0,23077,0,'Dragonflayer Fleshripper'),
|
|
(24250,2,2,'Ingvar has plans for you, little one.',12,0,100,0,0,0,23078,0,'Dragonflayer Fleshripper'),
|
|
(24250,2,3,'Your time in the Ring of Judgment comes soon, maggot.',12,0,100,0,0,0,23079,0,'Dragonflayer Fleshripper'),
|
|
(24251,0,0,'The mixture! It moves!',14,0,100,0,0,0,23101,0,'Chief Plaguebringer Harris'),
|
|
(24251,0,1,'It\'s alive!',14,0,100,0,0,0,23099,0,'Chief Plaguebringer Harris'),
|
|
(24251,0,2,'Steady your hand, you fool! Those are rare components you\'re spilling on the floor!',14,0,100,0,0,0,23100,0,'Chief Plaguebringer Harris'),
|
|
(24252,0,0,'The foot bone\'s connected to the... hip bone! The hip bone\'s connected to this... other bone! Hmmmhmmmmhmmm...',12,1,100,0,0,0,23066,0,'\"Hacksaw\" Jenny'),
|
|
(24252,0,1,'It\'s hard work putting these things together!',12,1,100,0,0,0,23065,0,'\"Hacksaw\" Jenny'),
|
|
(24271,0,0,'Halt! Identify yourself immediately!',12,9,100,0,0,0,23903,0,'Garde'),
|
|
(24271,0,1,'This section is off-limits!',12,9,100,0,0,0,23904,0,'Garde'),
|
|
(24271,0,2,'I\'ve never seen one of you around here.',12,9,100,0,0,0,23905,0,'Garde'),
|
|
(24271,0,3,'Hold it! Stop!',12,9,100,0,0,0,23906,0,'Garde'),
|
|
(24271,0,4,'Stop!! Stop!!! Scrap metal moves itself now?',12,9,100,0,0,0,23907,0,'Garde'),
|
|
(24271,1,2,'Right... my bad. Now where was I?',12,9,100,0,0,0,23910,0,'Garde'),
|
|
(24271,1,3,'All hail the great creator!',12,9,100,0,0,0,23911,0,'Garde'),
|
|
(24271,1,4,'You\'re right, of course. Carry on.',12,9,100,0,0,0,23912,0,'Garde'),
|
|
(24271,1,5,'Forgive my insolence!',12,9,100,0,0,0,23913,0,'Garde'),
|
|
(24271,1,6,'We will double our efforts!',12,9,100,0,0,0,23915,0,'Garde'),
|
|
(24271,2,0,'Destroy earthen infestation.',12,9,100,0,0,0,23921,0,'Garde'),
|
|
(24271,2,1,'Wrong answer!',12,9,100,0,0,0,23908,0,'Garde'),
|
|
(24271,3,0,'Continue deconstruction.',12,9,100,0,0,0,23919,0,'Garde'),
|
|
(24271,3,1,'Do not loiter.',12,9,100,0,0,0,23918,0,'Garde'),
|
|
(24271,3,2,'Work must continue. Double your efforts.',12,9,100,0,0,0,23916,0,'Garde'),
|
|
(24271,3,3,'Brontes sees all.',12,9,100,0,0,0,23917,0,'Garde'),
|
|
(24271,3,4,'Reinforcements en route. Function must be unabated.',12,9,100,0,0,0,23920,0,'Garde'),
|
|
(24271,3,5,'Do you bring word from the creator?',12,9,100,0,0,0,23914,0,'Garde'),
|
|
(24271,3,6,'All hail the great creator.',12,9,100,0,0,0,23898,0,'Garde'),
|
|
(24277,0,0,'Enough of this charade!',12,0,100,0,0,0,23064,0,'Garwal'),
|
|
(24283,0,0,'Right, that should do it. I think ...hic.',12,7,100,396,0,0,23086,0,'Peppy Wrongnozzle to Player'),
|
|
(24284,0,0,'The vrykul clutches at his throat as he begins to gag and thrash about.',16,0,100,53,0,0,23087,0,'Dragonflayer Vrykul Prisoner to Player'),
|
|
(24314,0,0,'So then we too are cursed?',12,0,100,1,0,0,23116,0,'Ancient Male Vrykul'),
|
|
(24314,1,0,'%s points to the infant.',16,0,100,0,0,0,23117,0,'Ancient Male Vrykul'),
|
|
(24314,2,0,'The gods have forsaken us! We must dispose of it before Ymiron is notified!',12,0,100,53,0,0,23119,0,'Ancient Male Vrykul'),
|
|
(24314,3,0,'Then what are we to do, wife? The others cannot find out. Should they learn of this aberration, we will all be executed.',12,0,100,1,0,0,23121,0,'Ancient Male Vrykul'),
|
|
(24315,0,0,'%s sobs.',16,0,100,0,0,0,23118,0,'Ancient Female Vrykul'),
|
|
(24315,1,0,'NO! You cannot! I beg of you! It is our child!',12,0,100,0,0,0,23120,0,'Ancient Female Vrykul'),
|
|
(24315,2,0,'I... I will hide it. I will hide it until I find it a home, far away from here...',12,0,100,0,0,0,23122,0,'Ancient Female Vrykul'),
|
|
(24321,0,0,'%s motions for silence.',16,0,100,397,0,0,23130,0,'King Ymiron emote'),
|
|
(24321,1,0,'Vrykul, your king implores you to listen!',14,0,100,22,0,0,23134,0,'King Ymiron yell'),
|
|
(24321,2,0,'The crowd gasps in horror.',16,0,100,53,0,0,23136,0,'King Ymiron emote'),
|
|
(24321,3,0,'Even now, in our darkest hour, they mock us!',14,0,100,22,0,0,23137,0,'King Ymiron yell'),
|
|
(24321,4,0,'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...',14,0,100,22,0,0,23138,0,'King Ymiron yell'),
|
|
(24321,5,0,'Ymiron has toiled. Long have I sat upon my throne and thought hard of our plight. There is only one answer... one reason...',14,0,100,22,0,0,23139,0,'King Ymiron yell'),
|
|
(24321,6,0,'For who but the titans themselves could bestow such a curse? What could have such power?',14,0,100,1,0,0,23140,0,'King Ymiron yell'),
|
|
(24321,7,0,'And the answer is nothing... For it is the titans that have cursed us!',14,0,100,53,0,0,23141,0,'King Ymiron yell'),
|
|
(24321,8,0,'The crowd cheers.',16,0,100,0,0,0,23144,0,'King Ymiron'),
|
|
(24321,9,0,'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!',14,0,100,53,0,0,23143,0,'King Ymiron yell'),
|
|
(24321,10,0,'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!',14,0,100,1,0,0,23145,0,'King Ymiron yell'),
|
|
(24322,0,0,'Silence!',14,1,100,1,0,0,32240,0,'Ancient Citizen of Nifflevar yell'),
|
|
(24322,1,0,'Show them mercy, my king! They are of our flesh and blood!',14,0,100,53,0,0,23128,0,'Ancient Citizen of Nifflevar yell'),
|
|
(24322,2,0,'All hail our glorious king, Ymiron!',14,0,100,53,0,0,23123,0,'Ancient Citizen of Nifflevar yell'),
|
|
(24323,0,0,'Show the abberations no mercy, Ymiron!',14,0,100,1,0,0,23125,0,'Ancient Citizen of Nifflevar yell'),
|
|
(24323,1,0,'They weaken us! Our strength is dilluted by their very existence! Destroy them all!',14,0,100,113,0,0,23129,0,'Ancient Citizen of Nifflevar yell'),
|
|
(24327,0,0,'Shall we prepare it for you, my lord?',12,0,100,0,0,0,23152,0,'Val\'kyr Soulclaimer'),
|
|
(24358,0,0,'Suit yourself. At least five of you must assist me if we\'re to get inside. Follow me....',14,0,100,1,0,0,24294,0,'Harrison Jones - Gong Event Say 0'),
|
|
(24358,1,0,'According to my calculations, if enough of us bang the gong at once the seal on these doors will break and we can enter.',14,0,100,1,0,0,24295,0,'Harrison Jones - Gong Event Say 1'),
|
|
(24362,0,0,'They keep their tools in boxes that look like this. Look for them near the pavilions.',12,0,100,25,0,0,23552,0,'Longrunner Pembe'),
|
|
(24362,1,0,'I\'m only going to carve the runes I think will give you command over a giant.',12,0,100,1,0,0,23246,0,'Longrunner Pembe'),
|
|
(24362,2,0,'I\'m omitting the runes for \"north\" and \"west\" because I\'m not sure how they impact the giant. I\'m also including a rune to limit how long you can control it.',12,0,100,0,0,0,23247,0,'Longrunner Pembe'),
|
|
(24362,3,0,'There we go, the Rune of Command... hopefully. Not nearly as vicious as its Iron Dwarf cousin, but functional.',12,0,100,1,0,0,23248,0,'Longrunner Pembe'),
|
|
(24366,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Nizzle'),
|
|
(24371,0,0,'I have fallen! Fear not, brethren! Let nothing keep you from the Stoneforge!',14,0,100,0,0,0,23530,0,'Megalith'),
|
|
(24375,0,0,'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.',14,0,100,0,0,0,23241,0,'Harrison Jones - Gong Event Say 2'),
|
|
(24375,1,0,'In fact, it would be best if you just stay here. You\'d only get in my way....',14,0,100,0,0,0,23242,0,'Harrison Jones - Gong Event Say 3'),
|
|
(24381,0,0,'Arise from the earth, my brothers!',12,0,100,0,0,0,23311,0,'Megalithe'),
|
|
(24381,1,0,'Our iron masters have a mission for us!',12,0,100,0,0,0,23312,0,'Megalithe'),
|
|
(24381,2,0,'Follow me into the mountains to carry out the plan of the masters!',12,0,100,0,0,0,23315,0,'Megalithe'),
|
|
(24381,3,0,'We will not fail!',12,0,100,0,0,0,23332,0,'Megalithe'),
|
|
(24397,0,0,'Greetings, kind stranger, and thank you for your selfless act.',12,0,100,1,0,0,23346,0,'SAY_MANNUTH_0'),
|
|
(24397,1,0,'These heathens have robbed me of my belongings, but I can offer you this charm I took from my captors.',12,0,100,1,0,0,23347,0,'SAY_MANNUTH_1'),
|
|
(24397,2,0,'May it serve you well, $n.',12,0,100,1,0,0,23369,0,'SAY_MANNUTH_2'),
|
|
(24397,3,0,'Farewell.',12,0,100,1,0,0,23348,0,'SAY_MANNUTH_3'),
|
|
(24403,0,0,'Hmm, thank you stranger.',12,0,100,1,0,0,23373,0,'SAY_DEEZ_0'),
|
|
(24403,1,0,'I fear I have nothing but this old chest I discovered here. You\'re welcome to it.',12,0,100,1,0,0,23374,0,'SAY_DEEZ_1'),
|
|
(24403,2,0,'I hope you find its contents... useful.',12,0,100,1,0,0,23375,0,'SAY_DEEZ_2'),
|
|
(24403,3,0,'Until we next meet....',12,0,100,1,0,0,23376,0,'SAY_DEEZ_3'),
|
|
(24404,0,0,'Oooh! It\'s about time someone rescued me....',12,0,100,1,0,0,23379,0,'SAY_GALATHRYN_0'),
|
|
(24404,1,0,'I suppose I should be grateful. Please, take this. I want nothing to remind me of this place.',12,0,100,1,0,0,23380,0,'SAY_GALATHRYN_1'),
|
|
(24404,2,0,'I took it from one of these trolls as I was captured. Maybe you can find a way to use it against them.',12,0,100,1,0,0,23381,0,'SAY_GALATHRYN_2'),
|
|
(24404,3,0,'I\'ve had quite enough of this place. Goodbye.',12,0,100,1,0,0,23382,0,'SAY_GALATHRYN_3'),
|
|
(24405,0,0,'Thank you!',12,0,100,17,0,0,37237,0,'Adarrah'),
|
|
(24405,1,1,'Ahhh, finally!',12,0,100,1,0,0,23383,0,'SAY_ADARRAH_0'),
|
|
(24405,2,1,'Say, I found this charm just before they caught me. Maybe it\'ll do you some good here....',12,0,100,1,0,0,23384,0,'SAY_ADARRAH_1'),
|
|
(24405,3,1,'I hope it helps. These vile beasts simply must be stopped!',12,0,100,1,0,0,23385,0,'SAY_ADARRAH_2'),
|
|
(24405,4,1,'Good luck to you!',12,0,100,1,0,0,23386,0,'SAY_ADARRAH_3'),
|
|
(24406,0,0,'Woohoo! I\'m saved! I thank you, $n.',12,0,100,1,0,0,23391,0,'SAY_FUDGERICK_0'),
|
|
(24406,1,0,'Oh, my. What IS that smell - oh wait, heh, whoops! Guess my senses will take a little time to get readjusted.',12,0,100,1,0,0,23392,0,'SAY_FUDGERICK_1'),
|
|
(24406,2,0,'My apologies, friends. Here, now. This should help to cover the expenses involved in my rescue.',12,0,100,1,0,0,23393,0,'SAY_FUDGERICK_2'),
|
|
(24406,3,0,'See ya later!',12,0,100,1,0,0,23394,0,'SAY_FUDGERICK_3'),
|
|
(24407,0,0,'Well, now. What a pleasant turn of events.',12,0,100,1,0,0,23387,0,'SAY_DARWEN_0'),
|
|
(24407,1,0,'It\'s most fortunate for you that you rescued me, and not one of these other poor sots.',12,0,100,1,0,0,23388,0,'SAY_DARWEN_1'),
|
|
(24407,2,0,'Please accept my payment, as well as my gratitude, for your trouble.',12,0,100,1,0,0,23389,0,'SAY_DARWEN_2'),
|
|
(24407,3,0,'Be well, $n.',12,0,100,1,0,0,23390,0,'SAY_DARWEN_3'),
|
|
(24408,0,0,'Oh, can it be? I... I\'m free of that hideous curse?',12,0,100,1,0,0,23401,0,'SAY_GUNTER_0'),
|
|
(24408,1,0,'Words cannot express my gratitude, $n. Thank you for your kindness.',12,0,100,1,0,0,23402,0,'SAY_GUNTER_1'),
|
|
(24408,2,0,'As you can see, I have but little after these savages got hold of me, but you\'re welcome to what I have. Come, have a look.',12,0,100,1,0,0,23403,0,'SAY_GUNTER_2'),
|
|
(24409,0,0,'Mmmm, flies! Even better now that I can taste them.',12,0,100,1,0,0,23405,0,'SAY_KYREN_0'),
|
|
(24409,1,0,'Nice to be back among the unliving, thanks to you.',12,0,100,1,0,0,23406,0,'SAY_KYREN_1'),
|
|
(24409,2,0,'Perhaps I am able to offer something of interest to you? Come, see if there\'s anything you like.',12,0,100,1,0,0,23407,0,'SAY_KYREN_2'),
|
|
(24445,0,0,'Weee! I\'m a girl again!',12,0,100,1,0,0,23411,0,'SAY_MITZI_0'),
|
|
(24445,1,0,'Thank you for rescuing me. I simply hate being a yucky frog!',12,0,100,1,0,0,23412,0,'SAY_MITZI_1'),
|
|
(24445,2,0,'I\'m really not supposed to talk to strangers, but you\'ve been so nice to me. Here\'s a special something I found just before I was kidnapped.',12,0,100,1,0,0,23413,0,'SAY_MITZI_2'),
|
|
(24445,3,0,'I should go now. Be careful!',12,0,100,1,0,0,23414,0,'SAY_MITZI_3'),
|
|
(24448,0,0,'Aww, nuts! You\'ve ruined everything!',12,0,100,1,0,0,23417,0,'SAY_CHRISTIAN_0'),
|
|
(24448,1,0,'Do you have any idea how neat it is to hop that far?',12,0,100,1,0,0,23418,0,'SAY_CHRISTIAN_1'),
|
|
(24448,2,0,'Oh well, I was starting to miss my pals anyway - they\'re not gunna believe this! Oh, here - you can have this, I found it playin\' hide and seek.',12,0,100,1,0,0,23419,0,'SAY_CHRISTIAN_2'),
|
|
(24448,3,0,'Let\'s see if I can still make that sound....',12,0,100,1,0,0,23420,0,'SAY_CHRISTIAN_3'),
|
|
(24453,0,0,'Hrmmph. Thanks all the same, but I didn\'t need any help.',12,0,100,1,0,0,23421,0,'SAY_BRENNAN_0'),
|
|
(24453,1,0,'I was working on a cantrip that would counteract my predicament and I was very close to finding a <CROOAAK>... Oh my!',12,0,100,1,0,0,23422,0,'SAY_BRENNAN_1'),
|
|
(24453,2,0,'Well, I suppose I do owe you a little something - here, take one of these. I\'ve got lots.',12,0,100,1,0,0,23423,0,'SAY_BRENNAN_2'),
|
|
(24453,3,0,'You may want to consider leaving this place. I think being transformed into a frog is one of the better things that can happen to one here.',12,0,100,1,0,0,23424,0,'SAY_BRENNAN_3'),
|
|
(24455,0,0,'Oh! Back to my beautiful self? How lovely! I thought I would be a frog forever.',12,0,100,1,0,0,23425,0,'SAY_HOLLEE_0'),
|
|
(24455,1,0,'It was just terrible. I was all slimy, and I kept licking my eyes!',12,0,100,1,0,0,23426,0,'SAY_HOLLEE_1'),
|
|
(24455,2,0,'Thank goodness you came along when you did. Please, take one of these troll boxes to remember me by.',12,0,100,1,0,0,23427,0,'SAY_HOLLEE_2'),
|
|
(24455,3,0,'I never want to see this nasty pond again. Thank you, $n. I\'ll never forget you!',12,0,100,1,0,0,23428,0,'SAY_HOLLEE_3'),
|
|
(24458,0,0,'I\'ve been saving this just for you, big boy!',12,0,100,0,0,0,23457,0,'Lydell'),
|
|
(24473,0,0,'Gargoyle attack! Grab yer rifles, men!',14,7,100,0,0,0,23410,0,'Lead Archaeologist Malzie - On Quest \'Steel Gate Patrol\' Accepted'),
|
|
(24480,0,0,'I thought you\'d never ask!',15,0,100,0,0,0,23477,0,'Mojo'),
|
|
(24480,0,1,'I promise not to give you warts...',15,0,100,0,0,0,23480,0,'Mojo'),
|
|
(24480,0,2,'This won\'t take long, did it?',15,0,100,0,0,0,23479,0,'Mojo'),
|
|
(24480,0,3,'Now that\'s what I call froggy-style!',15,0,100,0,0,0,23478,0,'Mojo'),
|
|
(24480,0,4,'Listen, $n, I know of a little swamp not too far from here....',15,0,100,0,0,0,23482,0,'Mojo'),
|
|
(24480,0,5,'Your lily pad or mine?',15,0,100,0,0,0,23483,0,'Mojo'),
|
|
(24480,0,6,'Feelin\' a little froggy, are ya?',15,0,100,0,0,0,23484,0,'Mojo'),
|
|
(24480,0,7,'There\'s just never enough Mojo to go around...',15,0,100,0,0,0,23481,0,'Mojo'),
|
|
(24484,0,0,'Dark Iron dwarves!',12,0,100,0,0,0,0,0,'Brewfest Reveler'),
|
|
(24484,0,1,'Run! It\'s the Dark Iron dwarves!',12,0,100,0,0,0,0,0,'Brewfest Reveler'),
|
|
(24484,0,2,'They\'re after the beer!',12,0,100,0,0,0,22673,0,'Brewfest Reveler'),
|
|
(24484,0,3,'Someone has to save the beer!',12,0,100,0,0,0,22674,0,'Brewfest Reveler'),
|
|
(24484,0,4,'If you value your beer, run for it!',12,0,100,0,0,0,22675,0,'Brewfest Reveler'),
|
|
(24525,0,0,'Ku into me carver, ye ugly croaker! Ku and show me who dares cross me brethren!',12,0,100,0,0,0,25734,0,'Zeh\'gehn'),
|
|
(24525,1,0,'Dis a rankin\' set, mon, no scurvy dog gonna kass-kass me buckos an\' walk aweh! ',12,0,100,0,0,0,23581,0,'Zeh\'gehn'),
|
|
(24528,0,0,'How much\'ll it cost me to get my mules shod?',12,7,100,6,0,0,23561,0,'Brune Grayblade'),
|
|
(24528,1,0,'You don\'t understand! If I\'m not ready to go soon, all the good homesteading land will be taken!',12,7,100,1,0,0,23563,0,'Brune Grayblade'),
|
|
(24528,2,0,'That, sir, is a mule!',12,7,100,25,0,0,23567,0,'Brune Grayblade'),
|
|
(24530,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Amani Elder Lynx'),
|
|
(24531,0,0,'Yes, darling. You realize you\'ll be eating dire ram mutton for dinner until the crops are planted...',12,7,100,1,0,0,23608,0,'Gavin Ward'),
|
|
(24531,1,0,'I\'d rather listen to his braying than yours, dear.',12,7,100,0,0,0,23610,0,'Gavin Ward'),
|
|
(24531,2,0,'Of course, darling.',12,7,100,1,0,0,23606,0,'Gavin Ward'),
|
|
(24532,0,0,'And I don\'t want our land to have any of those horrible wolves, or giants, or ugly rams!',12,7,100,1,0,0,23607,0,'Sabetta Ward'),
|
|
(24532,1,0,'I\'d sooner butcher that mule of yours! Why did you bring that beast in here, anyway?',12,7,100,5,0,0,23609,0,'Sabetta Ward'),
|
|
(24532,2,0,'Remember, honey, we need to get a plot of land with a nice hot spring.',12,7,100,1,0,0,23605,0,'Sabetta Ward'),
|
|
(24534,0,0,'Welcome to Fort Wildervar, brave homesteaders! There\'s a whole continent out there just waiting to be claimed!',12,7,100,1,0,0,23570,0,'Marrod Silvertongue'),
|
|
(24534,1,0,'True, Northrend is a hard land, but our people are strong, hardy, and equal to the task!',12,7,100,0,0,0,23571,0,'Marrod Silvertongue'),
|
|
(24534,2,0,'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!',12,7,100,1,0,0,23572,0,'Marrod Silvertongue'),
|
|
(24534,3,0,'But, you will not be alone out there. My men and I have prepared pack mules carrying the supplies you\'ll need most.',12,7,100,1,0,0,23573,0,'Marrod Silvertongue'),
|
|
(24534,4,0,'Axes, picks, seed, nails, food, blankets, water... it\'s all there, waiting for you. I think you\'ll find my prices quite reasonable, too.',12,7,100,25,0,0,23574,0,'Marrod Silvertongue'),
|
|
(24534,5,0,'There are more than enough to go around. Should you need other goods, don\'t hesitate to ask!',12,7,100,1,0,0,23575,0,'Marrod Silvertongue'),
|
|
(24534,6,0,'Now, my loyal custo... err, friends, go forth and conquer this land for our people!',12,7,100,274,0,0,23576,0,'Marrod Silvertongue'),
|
|
(24536,0,0,'Oh, we\'re from Blackrock Mountain,',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,1,0,'We\'ve come ta drink yer brew!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,2,0,'Dark Iron dwarves, they do not lie,',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,3,0,'And so yeh know it\'s true!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,4,0,'Yeh will not try our bitter,',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,5,0,'Yeh will not serve our ale!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,6,0,'But have Brewfest without our lot?',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,7,0,'Just try it, and ye\'ll fail!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,8,0,'So lift a mug to Coren,',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,9,0,'And Hurley Blackbreath too!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,10,0,'This drink is weak, without much kick,',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,11,0,'But oi! At least it\'s brew!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,12,0,'We\'ll drink yer stout and lager,',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,13,0,'Drain all the pints and kegs!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,14,0,'We\'ll drink and brawl and brawl and drink,',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,15,0,'\'til we can\'t feel our legs!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,16,0,'And when the brew\'s all missin\'',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,17,0,'Ta Shadowforge we\'ll hop',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,18,0,'A bitter toast ta Ragnaros...',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24536,19,0,'... but bring him not a drop!',12,0,100,0,0,0,0,0,'Dark Iron Herald - Brewfest Dark Iron Attack'),
|
|
(24537,0,0,'I don\'t know much about art... but I know what I like!',12,0,100,6,0,0,23578,0,'Handsome Terry'),
|
|
(24539,0,0,'Do not test me, scurvy dog! I\'m trained in the way of the Blood Knights!',12,0,100,0,0,0,23810,0,'Silvermoon Hary - start to fight'),
|
|
(24539,1,0,'I\'ll pay! I\'ll pay! Eeeek! Please don\'t hurt me!',12,0,100,0,0,0,23812,0,'Silvermoon Hary - second gossip'),
|
|
(24547,0,0,'%s devours his master\'s body.',16,0,100,0,0,0,23854,0,'Hozzer'),
|
|
(24547,0,1,'%s devours his master\'s body.',16,0,100,0,0,3403,23854,0,'Hozzer'),
|
|
(24560,0,0,'Annihilate them.',14,0,100,0,0,12395,25430,0,'delrissa SAY_AGGRO'),
|
|
(24560,1,0,'Oh, the horror!',14,0,100,0,0,12398,25432,0,'delrissa LackeyDeath1'),
|
|
(24560,2,0,'Well aren\'t you lucky?',14,0,100,0,0,12400,25433,0,'delrissa LackeyDeath2'),
|
|
(24560,3,0,'Now I\'m getting annoyed.',14,0,100,0,0,12401,25434,0,'delrissa LackeyDeath3'),
|
|
(24560,4,0,'Lackeys be damned! I\'ll finish you myself!',14,0,100,0,0,12403,25435,0,'delrissa LackeyDeath4'),
|
|
(24560,5,0,'I call that a good start.',14,0,100,0,0,12405,25436,0,'delrissa PlayerDeath1'),
|
|
(24560,6,0,'I could have sworn there were more of you...',14,0,100,0,0,12407,25437,0,'delrissa PlayerDeath2'),
|
|
(24560,7,0,'Not really much of a \"group\" anymore, is it?',14,0,100,0,0,12409,25438,0,'delrissa PlayerDeath3'),
|
|
(24560,8,0,'One is such a lonely number.',14,0,100,0,0,12410,25439,0,'delrissa PlayerDeath4'),
|
|
(24560,9,0,'It\'s been a kick, really.',14,0,100,0,0,12411,25440,0,'delrissa PlayerDeath5'),
|
|
(24560,10,0,'Not what I had... planned.',14,0,100,0,0,12397,25431,0,'delrissa SAY_DEATH'),
|
|
(24635,0,0,'Suffer, insect!',12,0,100,0,0,0,22701,0,'Dragonflayer Harpooner'),
|
|
(24635,0,1,'My life for Ymiron!',12,0,100,0,0,0,22702,0,'Dragonflayer Harpooner'),
|
|
(24635,0,2,'For Ymiron!',12,0,100,0,0,0,22697,0,'Dragonflayer Harpooner'),
|
|
(24635,0,3,'Beg for your life...',12,0,100,0,0,0,22698,0,'Dragonflayer Harpooner'),
|
|
(24635,0,4,'Your end draws closer!',12,0,100,0,0,0,22699,0,'Dragonflayer Harpooner'),
|
|
(24635,0,5,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Dragonflayer Harpooner'),
|
|
(24639,0,0,'Keep quiet, will you? If anyone catches on, we\'re both dead.',15,0,100,0,0,0,23818,0,'Olga, the Scalawag Wench'),
|
|
(24639,1,0,'All right, fellas! Who ordered the spiced rum? Was it you, Jackie boy?',12,0,100,0,0,0,23819,0,'Olga, the Scalawag Wench'),
|
|
(24639,2,0,'It\'s ok, sweetheart. This one\'s on the house.',12,0,100,0,0,0,23820,0,'Olga, the Scalawag Wench'),
|
|
(24642,0,0,'Nothin\' finer than enjoying a fine beverage and the company of some fine buckos... hic!',12,0,100,1,0,0,23657,0,'Drunken Northsea Pirate'),
|
|
(24642,0,1,'...that scurvy dog had two peg legs, a hook for a left hand, two glass eyes and a wooden nose!',12,0,100,153,0,0,23660,0,'Drunken Northsea Pirate'),
|
|
(24642,0,2,'Nothin\' finer than enjoying a fine beverage and the company of some fine buckos... hic!',12,0,100,153,0,0,23657,0,'Drunken Northsea Pirate'),
|
|
(24642,0,3,'Whatcha lookin\' at, ye bilge rat? Har, har.... just kiddin\' with ye, mate!',12,0,100,6,0,0,23656,0,'Drunken Northsea Pirate'),
|
|
(24642,0,4,'Nothin\' finer than enjoying a fine beverage and the company of some fine buckos... hic!',12,0,100,22,0,0,23657,0,'Drunken Northsea Pirate'),
|
|
(24642,0,5,'...that scurvy dog had two peg legs, a hook for a left hand, two glass eyes and a wooden nose!',12,0,100,22,0,0,23660,0,'Drunken Northsea Pirate'),
|
|
(24642,0,6,'I \'eard Terry fenced one of \'em pictures for a thousand gold. Maybe I can get in some of that artwork dealin\' too!',12,0,100,22,0,0,23671,0,'Drunken Northsea Pirate'),
|
|
(24642,0,7,'I \'eard Terry fenced one of \'em pictures for a thousand gold. Maybe I can get in some of that artwork dealin\' too!',12,0,100,6,0,0,23671,0,'Drunken Northsea Pirate'),
|
|
(24642,0,8,'Kiss the gunner\'s daughter? Why I haven\'t ever met the lass...',12,0,100,153,0,0,23670,0,'Drunken Northsea Pirate'),
|
|
(24642,0,9,'Whatcha lookin\' at, ye bilge rat? Har, har.... just kiddin\' with ye, mate!',12,0,100,153,0,0,23656,0,'Drunken Northsea Pirate'),
|
|
(24642,0,10,'Grab a seat and \'ave a drink, mate! Grab me one while yer at it!',12,0,100,6,0,0,23659,0,'Drunken Northsea Pirate'),
|
|
(24642,0,11,'Grab a seat and \'ave a drink, mate! Grab me one while yer at it!',12,0,100,153,0,0,23659,0,'Drunken Northsea Pirate'),
|
|
(24642,0,12,'Nothin\' finer than enjoying a fine beverage and the company of some fine buckos... hic!',12,0,100,6,0,0,23657,0,'Drunken Northsea Pirate'),
|
|
(24642,0,13,'...that scurvy dog had two peg legs, a hook for a left hand, two glass eyes and a wooden nose!',12,0,100,6,0,0,23660,0,'Drunken Northsea Pirate'),
|
|
(24642,0,14,'Kiss the gunner\'s daughter? Why I haven\'t ever met the lass...',12,0,100,6,0,0,23670,0,'Drunken Northsea Pirate'),
|
|
(24642,0,15,'Whatcha lookin\' at, ye bilge rat? Har, har.... just kiddin\' with ye, mate!',12,0,100,22,0,0,23656,0,'Drunken Northsea Pirate'),
|
|
(24642,0,16,'\"Yaaaaaaaaaarrr... it\'s driving me insane!\" Wait... that\'s not quite how it goes...',12,0,100,22,0,0,23658,0,'Drunken Northsea Pirate'),
|
|
(24642,0,17,'I \'eard Terry fenced one of \'em pictures for a thousand gold. Maybe I can get in some of that artwork dealin\' too!',12,0,100,153,0,0,23671,0,'Drunken Northsea Pirate'),
|
|
(24642,0,18,'I \'eard Terry fenced one of \'em pictures for a thousand gold. Maybe I can get in some of that artwork dealin\' too!',12,0,100,1,0,0,23671,0,'Drunken Northsea Pirate'),
|
|
(24642,0,19,'...so he says \"Of course I\'m not seeing double! I\'ve only got one eye!\"',12,0,100,6,0,0,23665,0,'Drunken Northsea Pirate'),
|
|
(24642,0,20,'Grab a seat and \'ave a drink, mate! Grab me one while yer at it!',12,0,100,22,0,0,23659,0,'Drunken Northsea Pirate'),
|
|
(24642,0,21,'...so he says \"Of course I\'m not seeing double! I\'ve only got one eye!\"',12,0,100,1,0,0,23665,0,'Drunken Northsea Pirate'),
|
|
(24642,0,22,'\"Yaaaaaaaaaarrr... it\'s driving me insane!\" Wait... that\'s not quite how it goes...',12,0,100,1,0,0,23658,0,'Drunken Northsea Pirate'),
|
|
(24642,0,23,'\"Yaaaaaaaaaarrr... it\'s driving me insane!\" Wait... that\'s not quite how it goes...',12,0,100,22,0,0,23658,0,'Drunken Northsea Pirate'),
|
|
(24642,1,0,'What ...hic?!',12,0,100,5,0,0,23834,0,'Drunken Northsea Pirate'),
|
|
(24642,2,0,'That\'s it... no more grog for me!',12,0,100,1,0,0,23835,0,'Drunken Northsea Pirate'),
|
|
(24664,0,0,'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?',14,0,100,0,0,12413,25386,0,'kaelthas MT SAY_AGGRO'),
|
|
(24664,1,0,'Vengeance burns!',14,0,100,0,0,12415,25388,0,'kaelthas MT SAY_PHOENIX'),
|
|
(24664,2,0,'Felomin Ashal! ',14,0,100,0,0,12417,25389,0,'kaelthas MT SAY_FLAMESTRIKE'),
|
|
(24664,3,0,'I\'ll turn your world... upside... down.',14,0,100,0,0,12418,25390,0,'kaelthas MT SAY_GRAVITY_LAPSE'),
|
|
(24664,4,0,'Master, grant me strength.',14,0,100,0,0,12419,25391,0,'kaelthas MT SAY_TIRED'),
|
|
(24664,5,0,'Do not get... too comfortable.',14,0,100,0,0,12420,25392,0,'kaelthas MT SAY_RECAST_GRAVITY'),
|
|
(24664,6,0,'My demise accomplishes nothing! The master will have you! You will drown in your own blood! The world shall burn! Aaaghh!',14,0,100,0,0,12421,25393,0,'kaelthas MT SAY_DEATH'),
|
|
(24664,7,0,'Oh no, he was merely an instrument, a stepping stone to a much larger plan! It has all led to this... and this time you will not interfere!',14,0,100,0,0,0,25387,0,'kaelthas MT SAY_AGGRO_2'),
|
|
(24669,0,0,'Interference with the wakening ritual causes the vrykul to die.',16,0,100,0,0,0,31589,0,'Dormant Vrykul emote text'),
|
|
(24669,0,1,'The vrykul dies from being awakened improperly.',16,0,100,0,0,0,31588,0,'Dormant Vrykul emote text'),
|
|
(24669,0,2,'The incorrect application of the awakening rod causes the dormant vrykul to expire.',16,0,100,0,0,0,31590,0,'Dormant Vrykul emote text'),
|
|
(24688,0,0,'Get away from my crystals!',12,0,100,0,0,0,23847,0,'Wretched Skulker'),
|
|
(24688,0,1,'I\'ll never stop. Never...',12,0,100,0,0,0,23842,0,'Wretched Skulker'),
|
|
(24688,0,2,'It seethes and burns...',12,0,100,0,0,0,23841,0,'Wretched Skulker'),
|
|
(24688,0,3,'It\'s MINE!',12,0,100,0,0,0,23845,0,'Wretched Skulker'),
|
|
(24688,0,4,'The power! More, more, more!',12,0,100,0,0,0,23840,0,'Wretched Skulker'),
|
|
(24688,0,5,'You wish to steal the power! Die!',12,0,100,0,0,0,0,0,'Wretched Skulker'),
|
|
(24689,0,0,'Get away from my crystals!',12,0,100,0,0,0,23847,0,'Wretched Bruiser'),
|
|
(24689,0,1,'I\'ll never stop. Never...',12,0,100,0,0,0,23842,0,'Wretched Bruiser'),
|
|
(24689,0,2,'It seethes and burns...',12,0,100,0,0,0,23841,0,'Wretched Bruiser'),
|
|
(24689,0,3,'It\'s MINE!',12,0,100,0,0,0,23845,0,'Wretched Bruiser'),
|
|
(24689,0,4,'The power! More, more, more!',12,0,100,0,0,0,23840,0,'Wretched Bruiser'),
|
|
(24689,0,5,'You wish to steal the power! Die!',12,0,100,0,0,0,0,0,'Wretched Bruiser'),
|
|
(24690,0,0,'Get away from my crystals!',12,0,100,0,0,0,23847,0,'Wretched Husk'),
|
|
(24690,0,1,'I\'ll never stop. Never...',12,0,100,0,0,0,23842,0,'Wretched Husk'),
|
|
(24690,0,2,'It seethes and burns...',12,0,100,0,0,0,23841,0,'Wretched Husk'),
|
|
(24690,0,3,'It\'s MINE!',12,0,100,0,0,0,23845,0,'Wretched Husk'),
|
|
(24690,0,4,'The power! More, more, more!',12,0,100,0,0,0,23840,0,'Wretched Husk'),
|
|
(24690,0,5,'You wish to steal the power! Die!',12,0,100,0,0,0,0,0,'Wretched Husk'),
|
|
(24703,0,0,'The Scourge has us surrounded. We can hold the village for awhile, but if we can\'t defeat them, they will overrun us.',12,0,100,5,0,0,24791,0,'Chieftain Wintergale'),
|
|
(24703,1,0,'The time has come to act. We must decide how to deal with the Scourge before it consumes us.',12,0,100,1,0,0,24807,0,'Chieftain Wintergale'),
|
|
(24703,2,0,'I won\'t sacrifice my warriors for romantic notions of glorious death on the battlefield. What use is fighting for survival if no one survives?',12,0,100,1,0,0,24798,0,'Chieftain Wintergale'),
|
|
(24703,3,0,'There will be a time for battle, Durm. But first, we must find a way to even the odds. What would you have me do, Aeire?',12,0,100,6,0,0,24799,0,'Chieftain Wintergale'),
|
|
(24703,4,0,'What is your honor worth, Durm? Your life? Mine? The life of blind old Greatfather Mahan, who raised you from childhood?',12,0,100,1,0,0,24802,0,'Chieftain Wintergale'),
|
|
(24703,5,0,'Honor is meaningless to a dead man. A warrior may throw himself into battle for honor\'s sake, but a chieftain is responsible for far more. We will follow Sage Aeire\'s plan and continue to defend our village.',12,0,100,1,0,0,24803,0,'Chieftain Wintergale'),
|
|
(24703,6,0,'Aeire, $n has brought your hides. Please, take them before they make me ill.',12,0,100,25,0,0,24810,0,'Chieftain Wintergale'),
|
|
(24706,0,0,'The choice is clear. We must attack. I know the odds are against us, but Taunka do not go quietly to the slaughter.',12,0,100,25,0,0,24792,0,'Durm Icehide'),
|
|
(24706,1,0,'I\'ll die with my axes in my hands and drenched in the blood of our foes!',12,0,100,53,0,0,24793,0,'Durm Icehide'),
|
|
(24706,2,0,'A dishonorable scheme.',12,0,100,274,0,0,24801,0,'Durm Icehide'),
|
|
(24709,0,0,'The ancestors knew a way to confound an enemy\'s senses. We could use this knowledge to discover the Scourge\'s weakness or strike at their commanders. Without their leaders, the Scourge would fall before our warriors.',12,0,100,1,0,0,24800,0,'Sage Aeire'),
|
|
(24709,1,0,'I\'ll take those. We can\'t have the mighty chieftain cowering in fear of a few hides.',12,0,100,11,0,0,24811,0,'Sage Aeire'),
|
|
(24710,0,0,'Right! Let\'s try this so-called dire brew...',12,0,100,0,0,0,27418,0,'Ipfelkofer Ironkeg'),
|
|
(24710,1,0,'By Bronzebeard\'s beard! What a drink!',12,0,100,0,0,0,27419,0,'Ipfelkofer Ironkeg'),
|
|
(24710,2,0,'$n, this beer... well, it might be the best of Brewfest!',12,0,100,15,0,0,27421,0,'Ipfelkofer Ironkeg'),
|
|
(24710,3,0,'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!',12,0,100,274,0,0,27420,0,'Ipfelkofer Ironkeg'),
|
|
(24710,4,0,'Ho there, and welcome to Brewfest!',12,7,100,3,0,0,23691,0,'Ipfelkofer Ironkeg'),
|
|
(24710,4,1,'Hello, friend! Welcome to the Brewfest Grounds!',12,7,100,3,0,0,23692,0,'Ipfelkofer Ironkeg'),
|
|
(24710,4,2,'Hail, good $c! Welcome to Ironforge\'s annual Brewfest celebration!',12,7,100,3,0,0,23693,0,'Ipfelkofer Ironkeg'),
|
|
(24711,0,0,'Well time\'s money, and time\'s wasting! Let\'s have that drink...',12,0,100,1,0,0,27435,0,'Tapper Swindlekeg'),
|
|
(24711,1,0,'Wow! This really greases the steamplugs!',12,0,100,1,0,0,27436,0,'Tapper Swindlekeg'),
|
|
(24711,2,0,'If I were an honest goblin, I\'d say this was the best beer of the festival...',12,0,100,1,0,0,27437,0,'Tapper Swindlekeg'),
|
|
(24711,3,0,'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!',12,0,100,1,0,0,27438,0,'Tapper Swindlekeg'),
|
|
(24711,4,0,'Hey there, and welcome to Brewfest. Come in and have a drink or three!',12,0,100,3,0,0,23698,0,'Tapper Swindlekeg'),
|
|
(24711,4,1,'What\'s up, friend? Welcome to the Brewfest Grounds! Now go buy some drinks!',12,0,100,3,0,0,23700,0,'Tapper Swindlekeg'),
|
|
(24711,4,2,'Hey hey, it\'s another $c! Welcome to my annual Brewfest celebration... now go feast and drink some!',12,0,100,3,0,0,23701,0,'Tapper Swindlekeg'),
|
|
(24713,0,0,'Curse that frog! Yes, I joined the Southsea crew - you want to make something of it, mate? I\'ll cut you down here and now!',12,0,100,0,0,0,23690,0,'\"Crowleg\" Dan'),
|
|
(24717,0,0,'WHOA, WHOA, WHOA! Hold everything fellas!',12,7,100,0,0,0,23875,0,'Stanwad'),
|
|
(24717,1,0,'Oh dear lords of stone and steel, what... I repeat... WHAT are ya gonna do with that?',12,7,100,0,0,0,23878,0,'Stanwad'),
|
|
(24717,2,0,'The dwarves all burst out in laughter.',16,7,100,0,0,0,23876,0,'Stanwad'),
|
|
(24718,0,0,'Man, that will never work. The iron dwarves are never gonna fall for that hunk o\' junk!',12,7,100,0,0,0,23880,0,'Lebronski'),
|
|
(24718,1,0,'What do you think you\'re doing, man? Lebronski does NOT appreciate you dragging your loose metal parts all over his rug.',12,7,100,0,0,0,23890,0,'Lebronski'),
|
|
(24718,2,0,'Far out, man. This bucket of bolts might make it after all...',12,7,100,0,0,0,23891,0,'Lebronski'),
|
|
(24719,0,0,'I\'m cryin\' here! Please, make the funny stop!',12,7,100,0,0,0,23885,0,'Gwendolyn'),
|
|
(24720,0,0,'If only our pappy were alive to see this!',12,0,100,0,0,0,23889,0,'Needlemeyer'),
|
|
(24723,0,0,'You only waste my time!',14,0,100,0,0,12378,25423,0,'selin SAY_AGGRO'),
|
|
(24723,1,0,'My hunger knows no bounds!',14,0,100,0,0,12381,25424,0,'selin SAY_ENERGY'),
|
|
(24723,2,0,'Yes!! I am a god!',14,0,100,0,0,12382,25425,0,'selin SAY_EMPOWERED'),
|
|
(24723,3,0,'Enough distractions!',14,0,100,0,0,12388,25428,0,'selin SAY_KILL_1'),
|
|
(24723,3,1,'I am invincible!',14,0,100,0,0,12385,34142,0,'selin SAY_KILL_2'),
|
|
(24723,4,0,'No... more, I must have more!!',14,0,100,0,0,12383,25426,0,'selin SAY_DEATH'),
|
|
(24723,5,0,'%s begins to channel from the nearby Fel Crystal. Destroy it!',41,0,100,0,0,0,23753,0,'selin EMOTE_CRYSTAL'),
|
|
(24730,0,0,'With the power of the horn, I bind you to its wielder\'s will!',12,0,100,0,0,0,24963,0,'Wind Tamer Barah to Player'),
|
|
(24742,0,0,'Yarrrrrrr! Ye\'ll never get me spyglass, bilgesucker!',14,0,100,0,0,3403,23705,0,'\"Mad\" Jonah Sterling'),
|
|
(24742,0,1,'Yarrrrrrr! Ye\'ll never get me spyglass, bilgesucker!',14,0,100,0,0,0,23705,0,'\"Mad\" Jonah Sterling'),
|
|
(24742,1,0,'Is this how you repay your master, you fleabag? Arrrrrgghh!!',14,0,100,0,0,0,23851,0,'\"Mad\" Jonah Sterling to Hozzer'),
|
|
(24742,1,1,'Is this how you repay your master, you fleabag? Arrrrrgghh!!',14,0,100,0,0,3403,23851,0,'\"Mad\" Jonah Sterling to Hozzer'),
|
|
(24744,0,0,'Drain... life!',14,0,100,0,0,12389,25623,0,'vexallus SAY_AGGRO'),
|
|
(24744,1,0,'Un...con...tainable.',14,0,100,0,0,12392,25626,0,'vexallus SAY_ENERGY'),
|
|
(24744,2,0,'Un...leash.',14,0,100,0,0,12390,25625,0,'vexallus SAY_OVERLOAD'),
|
|
(24744,3,0,'Con...sume.',14,0,100,0,0,12393,25627,0,'vexallus SAY_KILL'),
|
|
(24744,4,0,'Vexallus discharges pure energy!',41,0,100,0,0,0,23752,0,'vexallus EMOTE_DISCHARGE_ENERGY'),
|
|
(24744,5,0,'Vexallus overloads!',41,0,100,0,0,0,23781,0,'Vexallus - EMOTE_OVERLOAD'),
|
|
(24779,0,0,'Tonight we feast on you!',12,0,100,0,0,0,23806,0,'Dragonflayer Ambusher'),
|
|
(24779,0,1,'Such easy prey...',12,0,100,0,0,0,23805,0,'Dragonflayer Ambusher'),
|
|
(24779,0,2,'Who\'s hunting who?',12,0,100,0,0,0,23804,0,'Dragonflayer Ambusher'),
|
|
(24784,0,0,'There we go, $n! This fat\'ll do the trick fer sure! And now for some real swabbin\'!',12,0,100,1,0,0,23831,0,'Scuttle Frostprow'),
|
|
(24784,1,0,'Look at \'em go! Spotless!',12,0,100,4,0,0,23832,0,'Scuttle Frostprow'),
|
|
(24788,0,0,'Sure thing, love. Put it on Harry\'s tab, will ya? He owes me a drink!',12,0,100,0,0,0,23830,0,'Jack Adams'),
|
|
(24788,1,0,'Free rum? Why... that\'s me favorite kind!',12,0,100,0,0,0,23821,0,'Jack Adams'),
|
|
(24788,2,0,'Sweet Neptulon! That was... one drink... too many!',12,0,100,0,0,0,23822,0,'Jack Adams'),
|
|
(24788,3,0,'<Discreetly search the pirate\'s pockets for Taruk\'s payment.>',16,0,100,0,0,0,23824,0,'Jack Adams'),
|
|
(24788,4,0,'What are you lot looking at? Pour me another drink!',12,0,100,5,0,0,23825,0,'Jack Adams'),
|
|
(24790,0,0,'Yarrrr! If it\'s me treasure yer lookin\' for... yer gonna have to fight for it!',12,0,100,1,0,0,23833,0,'Black Conrad\'s Ghost'),
|
|
(24790,1,1,'Yarrrrr... dead again!',12,0,100,0,0,0,23848,0,'Black Conrad\'s Ghost'),
|
|
(24796,0,0,'Yer dead, landlubber!',12,0,100,0,0,0,23843,0,'Spectral Sailor'),
|
|
(24797,0,0,'The reef cow and her new bull find true love.',16,0,100,0,0,0,23859,0,'Reef Cow to Attracted Reef Bull'),
|
|
(24806,0,0,'Launching.',12,0,100,0,0,0,23860,0,'Iron Rune Construct'),
|
|
(24807,0,0,'Behold my perfect creation!',12,7,100,0,0,0,23873,0,'Walt'),
|
|
(24807,1,0,'You\'re out of your element, Lebronski! Uncalled for! Those iron dwarves won\'t know what hit \'em! Now why don\'t you get back to uncovering the mystery of the gigantic turd on your rug and leave the real scientists to their work! ',12,7,100,0,0,0,23883,0,'Walt'),
|
|
(24823,0,0,'Model U-9207 Iron Rune Construct does not appreciate your tone of voice. Commencing total annihilation of your rug, Lebronski.',12,0,100,0,0,0,23892,0,'Iron Rune Construct'),
|
|
(24825,0,0,'Alert! Alert! Construct senses that enemies have breeched our defenses. Increase pace.',12,9,100,0,0,0,23895,0,'GOLEM'),
|
|
(24825,0,1,'Construct class carrier reporting for duty. Primary function: Overseeing.',12,9,100,0,0,0,23896,0,'GOLEM'),
|
|
(24825,0,2,'There is nothing to see here. Proceed with your mandated duties.',12,9,100,0,0,0,23897,0,'GOLEM'),
|
|
(24825,0,3,'To interfere with construct\'s function results in termination. Move along.',12,9,100,0,0,0,23899,0,'GOLEM'),
|
|
(24825,0,4,'Construct must not be questioned by iron dwarf servant. Commence deconstruction.',12,9,100,0,0,0,23900,0,'GOLEM'),
|
|
(24825,0,5,'Construct is not authorized to communicate with lesser beings. Being must double their efforts.',12,9,100,0,0,0,23901,0,'GOLEM'),
|
|
(24825,0,6,'Did you lose your wallet? Construct has found wallet with overabundance of currency.',12,9,100,0,0,0,23902,0,'GOLEM'),
|
|
(24825,1,0,'Launching.',12,0,100,0,0,0,23860,0,'Iron Rune Construct'),
|
|
(24830,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Stonevault Pillager'),
|
|
(24833,0,0,'Thank you, Mr. Kowalski! You may return to your post to oversee docking!',12,7,100,0,0,0,23945,0,'Captain \"Stash\" Torgoley'),
|
|
(24833,1,0,'Well done, all. Please bring us safely to our next port. ',12,7,100,0,0,0,23946,0,'Captain \"Stash\" Torgoley'),
|
|
(24835,0,0,'Thank you, Mr. Henders.',12,7,100,0,0,0,23942,0,'First Mate Kowalski'),
|
|
(24835,1,0,'Bring us into port, please, Mr. Mehran.',12,7,100,0,0,0,23943,0,'First Mate Kowalski'),
|
|
(24835,2,0,'Captain Stash! We\'ll be arriving shortly, sir!',12,7,100,0,0,0,23944,0,'First Mate Kowalski'),
|
|
(24837,0,0,'Aye aye, Mr. Kowalski.',12,0,100,0,0,0,23951,0,'Navigator Mehran'),
|
|
(24838,0,0,'Land ho, Mr. Kowalski! Port is in sight, sir!',12,7,100,0,0,0,23941,0,'Sailor Henders'),
|
|
(24844,0,0,'Be still, mortals, and hearken to my words.',14,0,100,0,0,0,23936,3,'Kalecgos - SAY_KALECGOS_SPAWN'),
|
|
(24844,1,0,'Madrigosa deserved a far better fate. You did what had to be done, but this battle is far from over!',14,0,100,0,0,0,25261,3,'Kalecgos (SWP) - SAY_KALECGOS_MADRIGOSA'),
|
|
(24847,0,0,'The sound of thunder roars throughout the cavern.',41,9,100,0,0,0,23927,0,'LOKEN'),
|
|
(24847,1,0,'Come, minions! Your master calls!',14,9,100,0,0,0,23922,0,'LOKEN'),
|
|
(24847,2,0,'The work of your brothers in the Storm Peaks has reached a frenzied pace. Soon, Father will be freed.',14,9,100,0,0,0,23923,0,'LOKEN'),
|
|
(24847,3,0,'Your brothers to the north have subjugated the stone behemoths and set them on the path to Ulduar. Soon, the remaining defenses of the Pantheon will be neutralized.',14,9,100,0,0,0,23924,0,'LOKEN'),
|
|
(24847,4,0,'The three fissures opened by the mortals of this region must be silenced. The earth hears and sees what we do and will continue to interfere with our efforts if the way is not closed.',14,9,100,0,0,0,23925,0,'LOKEN'),
|
|
(24847,5,0,'Bury this place! Your master demands it!',14,9,100,0,0,0,23926,0,'LOKEN'),
|
|
(24847,6,0,'The sound of thunder dissipates.',41,9,100,0,0,0,23928,0,'LOKEN'),
|
|
(24850,0,0,'Aggh!! No longer will I be a slave to Malygos! Challenge me and you will be destroyed!',14,0,100,0,0,12422,25496,2,'kalecgos SAY_EVIL_AGGRO'),
|
|
(24850,1,0,'In the name of Kil\'jaeden!',14,0,100,0,0,12425,25499,2,'kalecgos SAY_EVIL_SLAY1'),
|
|
(24850,1,1,'You were warned!',14,0,100,0,0,12426,25500,2,'kalecgos SAY_EVIL_SLAY2'),
|
|
(24850,2,0,'I am forever in your debt. Once we have triumphed over Kil\'jaeden, this entire world will be in your debt as well.',12,0,100,0,0,12431,25263,2,'kalecgos SAY_OUTRO1'),
|
|
(24850,3,0,'Kil\'jaeden must be destroyed!',14,0,100,0,0,12433,25502,2,'SAY_OUTRO_2'),
|
|
(24850,4,0,'Sathrovarr drives Kalecgos into a crazed rage!',41,0,100,0,0,0,24983,2,'kalecgos SAY_ENRAGE'),
|
|
(24850,5,0,'Kalecgos drives Sathrovarr into a crazed rage!',41,0,100,0,0,0,0,0,'kalecgos SAY_KALEC_ENRAGE_SATH'),
|
|
(24850,6,0,'I will purge you!',14,0,100,0,0,0,25497,2,'kalecgos SAY_ARCANE_BUFFET'),
|
|
(24850,6,1,'Your pain has only begun!',14,0,100,0,0,0,25498,2,'kalecgos SAY_ARCANE_BUFFET'),
|
|
(24852,0,0,'Launching.',12,0,100,0,0,0,23860,0,'Iron Rune Construct'),
|
|
(24852,1,0,'System failure in 3... 2...',12,0,100,0,0,0,23930,0,'Iron Rune Construct'),
|
|
(24874,0,0,'Your offering has come too late, little one. Can you feel the mist closing in upon you? The Kvaldir return...',12,0,100,0,0,0,24430,0,'Fengir the Disgraced'),
|
|
(24874,1,0,'From sundered ground the sacrament was stolen. The Shield of Aesirites is lost. Unrest will be eternal.',12,0,100,0,0,0,23970,0,'Fengir the Disgraced'),
|
|
(24875,0,0,'My brothers have awoken. Your efforts are wasted...\n',12,0,100,0,0,0,24429,0,'Windan of the Kvaldir'),
|
|
(24875,1,0,'The anguish of ten-thousand years awaits any foolish enough to don the Ancient Armor of the Kvaldir. Beware the mist and fog, mortals; for with them comes your end.',12,0,100,0,0,0,23973,0,'Windan of the Kvaldir'),
|
|
(24876,0,0,'From the mist and fog the Kvaldir approach. Flee while you still breathe the air of the living...',12,0,100,0,0,0,24433,0,'Rodin the Reckless'),
|
|
(24876,1,0,'The Staff of Storm\'s Fury pilfered. A curse upon this land! The storms will never cease!',12,0,100,0,0,0,23971,0,'Rodin the Reckless'),
|
|
(24877,0,0,'Look to the seas, as your doom comes with the swell of tides.\n',12,0,100,0,0,0,24432,0,'Isuldof Iceheart'),
|
|
(24877,1,0,'The Frozen Heart of Isuldof will consume this land until it is returned. Woe unto those that hold the heart as the curse of frozen blood besets them...',12,0,100,0,0,0,23972,0,'Isuldof Iceheart'),
|
|
(24877,2,0,'%s laughs.',16,0,100,0,0,0,2047,0,'Isuldof Iceheart'),
|
|
(24882,0,0,'Puny lizard! Death is the only answer you\'ll find here!',14,0,100,0,0,12458,25222,0,'brutallus YELL_INTRO'),
|
|
(24882,1,0,'Bagh! Your magic is weak!',14,0,100,0,0,12459,25223,0,'brutallus YELL_INTRO_BREAK_ICE'),
|
|
(24882,2,0,'I will crush you!',14,0,100,0,0,12460,31795,0,'brutallus YELL_INTRO_CHARGE'),
|
|
(24882,3,0,'That was fun.',14,0,100,0,0,12461,46444,0,'brutallus YELL_INTRO_KILL_MADRIGOSA'),
|
|
(24882,4,0,'Come try your luck!',14,0,100,0,0,12462,25220,0,'brutallus YELL_INTRO_TAUNT'),
|
|
(24882,5,0,'Ah, more lambs to the slaughter!',14,0,100,0,0,12463,25628,0,'brutallus YELL_AGGRO'),
|
|
(24882,6,0,'Perish, insect!',14,0,100,0,0,12464,25629,0,'brutallus YELL_KILL1'),
|
|
(24882,6,1,'You are meat!',14,0,100,0,0,12465,25630,0,'brutallus YELL_KILL2'),
|
|
(24882,6,2,'Too easy!',14,0,100,0,0,12466,25631,0,'brutallus YELL_KILL3'),
|
|
(24882,7,0,'Bring the fight to me!',14,0,100,0,0,12467,25632,0,'brutallus YELL_LOVE1'),
|
|
(24882,7,1,'Another day, another glorious battle!',14,0,100,0,0,12468,25633,0,'brutallus YELL_LOVE2'),
|
|
(24882,7,2,'I live for this!',14,0,100,0,0,12469,25634,0,'brutallus YELL_LOVE3'),
|
|
(24882,8,0,'So much for a real challenge. Die!',14,0,100,0,0,12470,25635,0,'brutallus YELL_BERSERK'),
|
|
(24882,9,0,'Agghh! Well done! Now this gets... interesting...',14,0,100,0,0,12471,25636,0,'brutallus YELL_DEATH'),
|
|
(24891,0,0,'I need... your help! Cannot... resist him much longer!',14,0,100,0,0,12428,23981,2,'kalecgos SAY_GOOD_AGGRO'),
|
|
(24891,1,0,'Agghh!! Help me before I lose my mind!',14,0,100,0,0,12429,23982,2,'kalecgos SAY_GOOD_NEAR_DEATH1'),
|
|
(24891,2,0,'Hurry! There is not much of me left!',14,0,100,0,0,12430,23983,2,'kalecgos SAY_GOOD_NEAR_DEATH2'),
|
|
(24891,3,0,'Madrigosa deserved a far better fate. You did what had to be done, but this battle is far from over!',14,0,100,0,0,12439,24993,2,'kalec - SAY_GOOD_MADRIGOSA - when you kill Felmyst'),
|
|
(24892,0,0,'There will be no reprieve! My work here is nearly finished!',14,0,100,0,0,12451,25504,2,'sathrovarr SAY_SATH_AGGRO'),
|
|
(24892,1,0,'Piteous mortal!',14,0,100,0,0,12455,25508,2,'sathrovarr SAY_SATH_SLAY1'),
|
|
(24892,1,1,'Haven\'t you heard? I always win!',14,0,100,0,0,12456,25509,2,'sathrovarr SAY_SATH_SLAY2'),
|
|
(24892,2,0,'I\'m never on the... losing... side!',14,0,100,0,0,12452,25505,2,'sathrovarr SAY_SATH_DEATH'),
|
|
(24892,3,0,'Your misery is my delight!',14,0,100,0,0,12453,25506,2,'sathrovarr SAY_SATH_SPELL1'),
|
|
(24892,4,0,'I will watch you bleed!',14,0,100,0,0,12454,25507,2,'sathrovarr SAY_SATH_SPELL2'),
|
|
(24895,0,0,'Hold, friends! There is information to be had before this devil meets his fate!',14,0,100,0,0,12472,25221,0,'madrigosa YELL_MADR_ICE_BARRIER'),
|
|
(24895,1,0,'Where is Anveena, demon? What has become of Kalec?',14,0,100,0,0,12473,25226,0,'madrigosa YELL_MADR_INTRO'),
|
|
(24895,2,0,'You will tell me where they are!',14,0,100,0,0,12474,25227,0,'madrigosa YELL_MADR_ICE_BLOCK'),
|
|
(24895,3,0,'Speak! I grow weary of asking! ',14,0,100,0,0,12475,25228,0,'madrigosa YELL_MADR_TRAP'),
|
|
(24895,4,0,'Malygos, my lord... I did my... best.',14,0,100,0,0,12476,25229,0,'madrigosa YELL_MADR_DEATH'),
|
|
(24900,0,0,'Its power courses through me! I AM A GOD!',12,0,100,0,0,0,23977,0,'Abdul the Insane'),
|
|
(24900,0,1,'ABDUL IS STRONG LIKE BULL!',12,0,100,0,0,0,23978,0,'Abdul the Insane'),
|
|
(24900,1,0,'The fury of the Vrykul will consume you!',12,0,100,0,0,0,23976,0,'Abdul the Insane'),
|
|
(24900,1,1,'ARE YOU CHALLENGING ME? I HAVE THE STRENGTH OF TEN MEN!',12,0,100,0,0,0,23979,0,'Abdul the Insane'),
|
|
(24910,0,0,'It may\'ave won in life, but it won\'t be winnin\' in the afterlife! FIRE!',14,0,100,0,0,0,24029,0,'Captain Ellis'),
|
|
(24910,0,1,'Fire! Fire for the booty, me hearties!',14,0,100,0,0,0,24028,0,'Captain Ellis'),
|
|
(24910,0,2,'Fire! Fire, ya yella sea dogs!',14,0,100,0,0,0,23997,0,'Captain Ellis'),
|
|
(24911,0,0,'Take that, landlubber!',14,0,100,4,0,0,24047,0,'Cursed Sea Dog'),
|
|
(24911,0,1,'Yo-ho-ho, and a bottle of gnomish spirits!',14,0,100,4,0,0,24044,0,'Cursed Sea Dog'),
|
|
(24911,0,2,'The booty be ours!',14,0,100,4,0,0,24048,0,'Cursed Sea Dog'),
|
|
(24911,0,3,'Rum and wenches for all!',14,0,100,4,0,0,24046,0,'Cursed Sea Dog'),
|
|
(24911,0,4,'Take that, landlubber!',14,0,100,92,0,0,24047,0,'Cursed Sea Dog'),
|
|
(24911,0,5,'Rum and wenches for all!',14,0,100,92,0,0,24046,0,'Cursed Sea Dog'),
|
|
(24911,0,6,'Yo-ho-ho, and a bottle of gnomish spirits!',14,0,100,92,0,0,24044,0,'Cursed Sea Dog'),
|
|
(24911,0,7,'The booty be ours!',14,0,100,92,0,0,24048,0,'Cursed Sea Dog'),
|
|
(24911,0,8,'Thar she blows!',14,0,100,4,0,0,24045,0,'Cursed Sea Dog'),
|
|
(24960,0,0,'Mine! You shall not take this place!',12,10,100,0,0,0,24005,0,'Wretched Devourer'),
|
|
(24966,0,0,'Get away, this place is ours!',12,10,100,0,0,0,24004,0,'Wretched Fiend'),
|
|
(24972,0,0,'Core overload detected. System malfunction detected...',12,0,100,0,0,0,24008,0,'Erratic Sentry'),
|
|
(24981,0,0,'Deployment successful. Trespassers will be neutralized.',12,0,100,0,0,0,24016,0,'converted sentry SAY_CONVERTED_1'),
|
|
(24981,0,1,'Objective acquired. Initiating security routines.',12,0,100,0,0,0,24014,0,'converted sentry SAY_CONVERTED_2'),
|
|
(24992,0,0,'Sorlof\'s booty falls to the floor.',41,0,100,0,0,0,24032,0,'The Big Gun'),
|
|
(25032,0,0,'$n, it\'s very good to see you again!',12,0,100,0,0,0,24086,0,'Eldara Dawnrunner'),
|
|
(25032,0,1,'Everyone look, it\'s $n!',12,0,100,0,0,0,24087,0,'Eldara Dawnrunner'),
|
|
(25032,0,2,'Dawnblade, demons and naga beware, $n is back.',12,0,100,0,0,0,24088,0,'Eldara Dawnrunner'),
|
|
(25032,0,3,'$G Milord : Milady;, $n, we are fortunate to have you here with us.',12,0,100,0,0,0,24089,0,'Eldara Dawnrunner'),
|
|
(25032,0,4,'The Shattered Sun Offensive is lucky to have $n on our side.',12,0,100,0,0,0,24098,0,'Eldara Dawnrunner'),
|
|
(25032,0,5,'If it weren\'t for $n, we\'d all be long dead.',12,0,100,0,0,0,24099,0,'Eldara Dawnrunner'),
|
|
(25032,0,6,'$n, thank you again for helping us. We couldn\'t have achieved any of this without you.',12,0,100,0,0,0,24100,0,'Eldara Dawnrunner'),
|
|
(25032,0,7,'$Three cheers for $n!',12,0,100,0,0,0,24102,0,'Eldara Dawnrunner'),
|
|
(25032,0,8,'It\'s an honor to serve with you, $n.',12,0,100,0,0,0,24103,0,'Eldara Dawnrunner'),
|
|
(25032,0,9,'If I were one of those Dawnblade blood elves, I\'d be swimming away from the island now that $n is here.',12,0,100,0,0,0,24106,0,'Eldara Dawnrunner'),
|
|
(25032,0,10,'How many wretched do you think $n has put out of their misery?',12,0,100,0,0,0,24107,0,'Eldara Dawnrunner'),
|
|
(25032,0,11,'Snap to attention, $n, one of our finest, is here!',12,0,100,0,0,0,24108,0,'Eldara Dawnrunner'),
|
|
(25032,0,12,'Welcome back, $n.',12,0,100,0,0,0,24110,0,'Eldara Dawnrunner'),
|
|
(25032,0,13,'There\'s our $g hero : heroine; right there! How are you doing, $n?',12,0,100,0,0,0,24111,0,'Eldara Dawnrunner'),
|
|
(25032,0,14,'I guarantee that without $n, this whole offensive would have been a failure.',12,0,100,0,0,0,24112,0,'Eldara Dawnrunner'),
|
|
(25032,0,15,'No matter what, your efforts will always be exalted here, $n!',12,0,100,0,0,0,24113,0,'Eldara Dawnrunner'),
|
|
(25032,0,16,'Lay waste to the demons on the Dead Scar lately, $n?',12,0,100,0,0,0,24115,0,'Eldara Dawnrunner'),
|
|
(25032,0,17,'$n, one of these days I want to buy you a drink.',12,0,100,0,0,0,24116,0,'Eldara Dawnrunner'),
|
|
(25032,0,18,'$n, you have no idea what a relief it is to see you!',12,0,100,0,0,0,24119,0,'Eldara Dawnrunner'),
|
|
(25032,0,19,'What a coincidence... we were just talking about you, $n!',12,0,100,0,0,0,24120,0,'Eldara Dawnrunner'),
|
|
(25032,0,20,'Who needs sentries? $n is here!',12,0,100,0,0,0,24121,0,'Eldara Dawnrunner'),
|
|
(25032,0,21,'Hey, $n, try to leave some of the glory for us, would ya?',12,0,100,0,0,0,24122,0,'Eldara Dawnrunner'),
|
|
(25032,0,22,'Do not fight the enemy unprepared, $n. I can provide you with very powerful items... provided you have proven yourself to us.',12,0,100,0,0,0,24302,0,'Eldara Dawnrunner'),
|
|
(25032,0,23,'I don\'t even want to think about what\'ll happen here if $n ever decides not to come back.',12,0,100,0,0,0,24117,0,'Eldara Dawnrunner'),
|
|
(25038,0,0,'Glory to Kil\'jaeden! Death to all who oppose!',14,0,100,0,0,12477,25637,0,'felmyst - YELL_BIRTH'),
|
|
(25038,1,0,'I kill for the master!',14,0,100,0,0,12480,25640,0,'felmyst - YELL_KILL1'),
|
|
(25038,1,1,'The end has come!',14,0,100,0,0,12481,38040,0,'felmyst - YELL_KILL2'),
|
|
(25038,2,0,'Choke on your final breath!',14,0,100,0,0,12478,25638,0,'felmyst - YELL_BREATH'),
|
|
(25038,3,0,'I am stronger than ever before!',14,0,100,0,0,12479,25639,0,'felmyst - YELL_TAKEOFF'),
|
|
(25038,4,0,'No more hesitation! Your fates are written!',14,0,100,0,0,12482,25642,0,'felmyst - YELL_BERSERK'),
|
|
(25038,5,0,'Kil\'jaeden will... prevail!',14,0,100,0,0,12483,25643,0,'felmyst - YELL_DEATH'),
|
|
(25038,6,0,'%s takes a deep breath...',41,0,100,0,0,0,24548,2,'felmyst - EMOTE_BREATH - When she flies and casts'),
|
|
(25132,0,0,'Shattered Sun scum! Fire at will!',14,0,100,0,0,0,24175,0,'Sunblade Lookout'),
|
|
(25144,0,0,'Dragonhawk incoming from the west! Shoot that $c down!',12,0,100,0,0,0,24173,0,'Shattered Sun Bombardier'),
|
|
(25144,0,1,'Keep your eye on the demons. We\'re not concerned with killing Scourge today.',14,0,100,0,0,0,24184,0,'Shattered Sun Bombardier'),
|
|
(25162,0,0,'Attention!',12,0,100,0,0,0,26245,0,'Drill Sergeant Bahduum'),
|
|
(25162,1,0,'Alright, quiet down. We have a lot to do and very little time to do it in, people.',12,0,100,0,0,0,24210,0,'Drill Sergeant Bahduum'),
|
|
(25162,2,0,'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.',12,0,100,0,0,0,24211,0,'Drill Sergeant Bahduum'),
|
|
(25162,3,0,'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!',12,0,100,0,0,0,24212,0,'Drill Sergeant Bahduum'),
|
|
(25162,4,0,'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.',12,0,100,0,0,0,24213,0,'Drill Sergeant Bahduum'),
|
|
(25162,5,0,'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.',12,0,100,0,0,0,24214,0,'Drill Sergeant Bahduum'),
|
|
(25162,6,0,'If none of you ladies have any questions, you can get further instructions and assignments from your squad leaders. That\'s it. Good luck!',12,0,100,0,0,0,24215,0,'Drill Sergeant Bahduum'),
|
|
(25162,7,0,'Attention!',12,0,100,0,0,0,26245,0,'Drill Sergeant Bahduum'),
|
|
(25162,8,0,'Welcome to the Sunwell. Despite the mild temperatures and scenic vistas, you\'re not on vacation, ladies and gentlemen!',12,0,100,0,0,0,24216,0,'Drill Sergeant Bahduum'),
|
|
(25162,9,0,'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.',12,0,100,0,0,0,24217,0,'Drill Sergeant Bahduum'),
|
|
(25162,10,0,'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.',12,0,100,0,0,0,24218,0,'Drill Sergeant Bahduum'),
|
|
(25162,11,0,'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.',12,0,100,0,0,0,24219,0,'Drill Sergeant Bahduum'),
|
|
(25162,12,0,'Warriors will be deployed to hold key positions, while you marksmen will be assigned to keep the enemy fliers at bay.',12,0,100,0,0,0,24220,0,'Drill Sergeant Bahduum'),
|
|
(25162,13,0,'I\'m awaiting orders on your specific assignments. In the meantime, stay here and be ready to move at a moment\'s notice!',12,0,100,0,0,0,24221,0,'Drill Sergeant Bahduum'),
|
|
(25162,14,0,'Attention!',12,0,100,0,0,0,26245,0,'Drill Sergeant Bahduum'),
|
|
(25162,15,0,'Hello to you new recruits. I\'m Drill Sergeant Bahduum. For the next few days, you\'re going to receive orientation.',12,0,100,0,0,0,24195,0,'Drill Sergeant Bahduum'),
|
|
(25162,16,0,'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.',12,0,100,0,0,0,24196,0,'Drill Sergeant Bahduum'),
|
|
(25162,17,0,'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.',12,0,100,0,0,0,24197,0,'Drill Sergeant Bahduum'),
|
|
(25162,18,0,'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.',12,0,100,0,0,0,24198,0,'Drill Sergeant Bahduum'),
|
|
(25162,19,0,'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.',12,0,100,0,0,0,24199,0,'Drill Sergeant Bahduum'),
|
|
(25162,20,0,'That\'s all I have to say for now. Stay focused, boys and girls.',12,0,100,0,0,0,24200,0,'Drill Sergeant Bahduum'),
|
|
(25165,0,0,'Misery...',14,0,100,0,0,12484,0,0,'eredar - YELL_INTRO_SAC_1'),
|
|
(25165,1,0,'Confusion...',14,0,100,0,0,0,0,0,'eredar - YELL_INTRO_SAC_3'),
|
|
(25165,2,0,'Mistrust...',14,0,100,0,0,0,0,0,'eredar - YELL_INTRO_SAC_5'),
|
|
(25165,3,0,'These are the hallmarks...',14,0,100,0,0,0,0,0,'eredar - YELL_INTRO_SAC_7'),
|
|
(25165,4,0,'I... fade.',14,0,100,0,0,0,25522,0,'eredar - YELL_SAC_DEAD'),
|
|
(25165,5,0,'Sacrolash directs Shadow Nova at $n.',41,0,100,0,0,0,24424,0,'eredar - EMOTE_SHADOW_NOVA'),
|
|
(25165,6,0,'Time is a luxury you no longer possess!',14,0,100,0,0,0,25521,0,'eredar - YELL_ENRAGE'),
|
|
(25165,7,0,'Alythess! Your fire burns within me!',14,0,100,0,0,12488,24452,0,'eredar - YELL_SISTER_ALYTHESS_DEAD'),
|
|
(25165,8,0,'Shadows engulf.',14,0,100,0,0,12486,25519,0,'eredar - YELL_SAC_KILL_1'),
|
|
(25165,8,1,'Ee-nok Kryul!',14,0,100,0,0,12487,25520,0,'eredar - YELL_SAC_KILL_2'),
|
|
(25165,9,0,'Shadow to the aid of fire!',14,0,100,0,0,12485,24423,0,'eredar - YELL_SHADOW_NOVA'),
|
|
(25166,0,0,'Depravity...',14,0,100,0,0,0,0,0,'eredar - YELL_INTRO_ALY_2'),
|
|
(25166,1,0,'Hatred...',14,0,100,0,0,0,0,0,'eredar - YELL_INTRO_ALY_4'),
|
|
(25166,2,0,'Chaos...',14,0,100,0,0,0,44549,0,'eredar - YELL_INTRO_ALY_6'),
|
|
(25166,3,0,'These are the pillars...',14,0,100,0,0,0,0,0,'eredar - YELL_INTRO_ALY_8'),
|
|
(25166,4,0,'Alythess directs Conflagration at $n.',41,0,100,0,0,0,24426,0,'eredar - EMOTE_CONFLAGRATION'),
|
|
(25166,5,0,'Fires consume.',14,0,100,0,0,12490,25514,0,'eredar - YELL_ALY_KILL_1'),
|
|
(25166,5,1,'Edir harach!',14,0,100,0,0,12491,25515,0,'eredar - YELL_ALY_KILL_2'),
|
|
(25166,6,0,'Der\'ek... manul.',14,0,100,0,0,12494,25518,0,'eredar - YELL_ALY_DEAD'),
|
|
(25166,7,0,'Sacrolash!',14,0,100,0,0,12492,25516,0,'eredar - YELL_SISTER_SACROLASH_DEAD'),
|
|
(25166,8,0,'Fire to the aid of shadow!',14,0,100,0,0,12489,25513,0,'eredar - YELL_CANFLAGRATION'),
|
|
(25166,9,0,'Your luck has run its course!',14,0,100,0,0,12493,25517,0,'eredar - YELL_BERSERK'),
|
|
(25197,0,0,'There, $n, now you will be able to speak with, and understand, the Winterfin murlocs.',12,0,100,1,0,0,24428,0,'King Mrgl-Mrgl'),
|
|
(25201,0,0,'$G Da-da : Ma-ma;?',12,0,100,0,0,0,24446,0,'Winterfin Tadpole'),
|
|
(25201,0,1,'Alurglgl.',12,0,100,0,0,0,24447,0,'Winterfin Tadpole'),
|
|
(25201,0,2,'Me go home?',12,0,100,0,0,0,24448,0,'Winterfin Tadpole'),
|
|
(25201,0,3,'Play!',12,0,100,0,0,0,24449,0,'Winterfin Tadpole'),
|
|
(25201,0,4,'You not $g da-da : ma-ma;!',12,0,100,0,0,0,24457,0,'Winterfin Tadpole'),
|
|
(25208,0,0,'Together we will fight our way out of here. Are you ready?',12,0,100,0,0,0,24310,0,'Lurgglbr'),
|
|
(25208,1,0,'You can\'t hold me against my will! You\'ve all been brainwashed!',12,0,100,0,0,0,24316,0,'Lurgglbr'),
|
|
(25208,2,0,'This is far enough. I can make it on my own from here.',12,0,100,0,0,0,24312,0,'Lurgglbr'),
|
|
(25208,3,0,'Thank you for rescuing me, $r. Please tell the king that I am back.',12,0,100,0,0,0,24313,0,'Lurgglbr'),
|
|
(25210,0,0,'I am the Keymaster. Are you the Gatekeeper?',12,0,100,0,0,0,0,0,'Keymaster Urmgrgl'),
|
|
(25211,0,0,'Psst... $r, over here! Next to the dead whale.',15,0,100,0,0,0,24450,0,'Cleaver Bmurglbrm'),
|
|
(25216,0,0,'%s attempts to run away in fear!',16,0,100,0,0,0,1150,0,'combat Flee'),
|
|
(25220,0,0,'Miner.',12,7,100,66,0,0,24377,0,'Civilian Recruit to Generic Quest Trigger - LAB'),
|
|
(25220,0,1,'Farmhand, sir.',12,7,100,66,0,0,24373,0,'Civilian Recruit to Generic Quest Trigger - LAB'),
|
|
(25220,0,2,'Tailor.',12,7,100,66,0,0,24374,0,'Civilian Recruit to Generic Quest Trigger - LAB'),
|
|
(25220,0,3,'Blacksmith.',12,7,100,66,0,0,24375,0,'Civilian Recruit to Generic Quest Trigger - LAB'),
|
|
(25220,0,4,'Carpenter.',12,7,100,66,0,0,24371,0,'Civilian Recruit to Generic Quest Trigger - LAB'),
|
|
(25220,0,5,'Shipwright.',12,7,100,66,0,0,24372,0,'Civilian Recruit to Generic Quest Trigger - LAB'),
|
|
(25220,0,6,'Mason, sir.',12,7,100,66,0,0,24376,0,'Civilian Recruit to Generic Quest Trigger - LAB'),
|
|
(25220,0,7,'Cook.',12,7,100,66,0,0,24378,0,'Civilian Recruit to Generic Quest Trigger - LAB'),
|
|
(25222,0,0,'What did you do before you came to Northrend, then?',12,7,100,0,0,0,24386,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,0,1,'State your profession.',12,7,100,0,0,0,24382,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,0,2,'Yes, then. What is your trade?',12,7,100,0,0,0,24383,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,0,3,'Your previous line of work, recruit?',12,7,100,0,0,0,24385,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,0,4,'Your profession?',12,7,100,0,0,0,24384,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,1,0,'Yes, you\'re well seasoned in your field of work. Report to the civilian liaison at once, we need more like you!',12,7,100,273,0,0,24361,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,1,1,'I thought we had enough in your line of work, but it looks like we have some openings. Report to the civilian liaison.',12,7,100,273,0,0,24360,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,1,2,'I do have some openings in your line of work. Report to the civilian liaison.',12,7,100,273,0,0,24359,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,1,3,'Yeah. We could use some more of you. Report to the civilian liaison for work assignment.',12,7,100,273,0,0,24358,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,2,0,'Not anymore! Here\'s your sword. Report to the barracks for duty!',12,7,100,397,0,0,24363,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,2,1,'Afraid not, friend. Here\'s your sword and shield. Report to the barracks for duty.',12,7,100,397,0,0,24365,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,2,2,'You\'re breaking my heart - I\'ve quotas to fill, you know? Can you wield a sword? Off to the barracks.',12,7,100,397,0,0,24367,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,2,3,'With a sword arm like that? I\'m afraid we need you in the front lines, my friend. Report to the barracks.',12,7,100,397,0,0,24366,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,2,4,'Looks like we have room for one more... no, my mistake. That\'s a seven not a one. Hope you\'re good with a sword - report to the barracks.',12,7,100,397,0,0,24368,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,3,0,'Next, please!',12,7,100,22,0,0,24370,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,3,1,'Keep it moving, people.',12,7,100,22,0,0,24369,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25222,3,2,'Next!',12,7,100,22,0,0,24357,0,'Recruitment Officer Carven to Generic Quest Trigger - LAB'),
|
|
(25237,0,0,'%s grunts.',16,1,100,0,0,0,24491,0,'Garrosh Hellscream'),
|
|
(25237,1,0,'Shipping lanes... supplies... You bore me to death! We need nothing more than the warrior spirit of the Horde, Saurfang! Now that we are firmly entrenched in this frozen wasteland, nothing shall stop us!',12,1,100,1,0,0,24492,0,'Garrosh Hellscream'),
|
|
(25237,2,0,'Propose? I will show you what I propose!',12,1,100,6,0,0,24494,0,'Garrosh Hellscream'),
|
|
(25237,3,0,'There... Now we now have a shipping lane.',12,1,100,1,0,0,24495,0,'Garrosh Hellscream'),
|
|
(25237,4,0,'And just for good measure...',12,1,100,5,0,0,24496,0,'Garrosh Hellscream'),
|
|
(25237,5,0,'Do not speak to me of consequences, old one. ',12,1,100,25,0,0,24501,0,'Garrosh Hellscream'),
|
|
(25237,6,0,'But surely you cannot think that those children were born into innocence? They would have grown up and taken arms against us!',12,1,100,5,0,0,24512,0,'Garrosh Hellscream'),
|
|
(25237,7,0,'How have you managed to survive for so long, Saurfang? Not fallen victim to your own memories?',12,1,100,6,0,0,24518,0,'Garrosh Hellscream'),
|
|
(25242,0,0,'$g Sir:Ma\'am;, my life for the Horde!',12,1,100,0,0,0,25267,0,'Warsong Battleguard'),
|
|
(25242,0,1,'Welcome back, champion.',12,1,100,0,0,0,25268,0,'Warsong Battleguard'),
|
|
(25242,0,2,'It is an honor to serve along your side, $g sir:ma\'am;.',12,1,100,0,0,0,25269,0,'Warsong Battleguard'),
|
|
(25242,0,3,'Lok\'tar ogar!',12,1,100,0,0,0,25270,0,'Warsong Battleguard'),
|
|
(25242,0,4,'Throm-Ka, hero!',12,1,100,0,0,0,25271,0,'Warsong Battleguard'),
|
|
(25242,0,5,'With your strength and determination, we cannot fail!',12,1,100,0,0,0,25272,0,'Warsong Battleguard'),
|
|
(25242,0,6,'There walks a hero!',12,1,100,0,0,0,25273,0,'Warsong Battleguard'),
|
|
(25242,0,7,'It\'s $n! Bow your heads!',12,1,100,0,0,0,25274,0,'Warsong Battleguard'),
|
|
(25242,0,8,'%s cheers at you.',16,1,100,0,0,0,25275,0,'Warsong Battleguard'),
|
|
(25243,0,0,'$g Sir:Ma\'am;, my life for the Horde!',12,1,100,0,0,0,25267,0,'Warsong Honor Guard'),
|
|
(25243,0,1,'Welcome back, champion.',12,1,100,0,0,0,25268,0,'Warsong Honor Guard'),
|
|
(25243,0,2,'It is an honor to serve along your side, $g sir:ma\'am;.',12,1,100,0,0,0,25269,0,'Warsong Honor Guard'),
|
|
(25243,0,3,'Lok\'tar ogar!',12,1,100,0,0,0,25270,0,'Warsong Honor Guard'),
|
|
(25243,0,4,'Throm-Ka, hero!',12,1,100,0,0,0,25271,0,'Warsong Honor Guard'),
|
|
(25243,0,5,'With your strength and determination, we cannot fail!',12,1,100,0,0,0,25272,0,'Warsong Honor Guard'),
|
|
(25243,0,6,'There walks a hero!',12,1,100,0,0,0,25273,0,'Warsong Honor Guard'),
|
|
(25243,0,7,'It\'s $n! Bow your heads!',12,1,100,0,0,0,25274,0,'Warsong Honor Guard'),
|
|
(25243,0,8,'%s cheers at you.',16,1,100,0,0,0,25275,0,'Warsong Honor Guard'),
|
|
(25245,0,0,'You lads know the drill. No alcohol to servicemen on duty. You want the general to kill me himself?',12,7,100,274,0,0,24744,0,'James Deacon'),
|
|
(25245,1,0,'All right, all right... but you didn\'t get these from me!',12,7,100,6,0,0,24745,0,'James Deacon'),
|
|
(25248,0,0,'Well...',12,0,100,0,0,0,25243,0,'hidden cultist SAY_HIDDEN_CULTIST_1'),
|
|
(25248,1,0,'Finally! This charade is over... Arthas give me strength!',12,0,100,0,0,0,25245,0,'hidden cultist SAY_HIDDEN_CULTIST_2'),
|
|
(25248,2,0,'You don\'t know who you\'re messing with, $c! Death beckons!',12,0,100,0,0,0,25246,0,'hidden cultist SAY_HIDDEN_CULTIST_3'),
|
|
(25248,3,0,'I suppose this is it, then? I won\'t go down quietly!',12,0,100,0,0,0,25244,0,'hidden cultist SAY_HIDDEN_CULTIST_4'),
|
|
(25250,0,0,'What... what happened to me?',12,7,100,0,0,14196,25841,0,'thassarian SAY_ARLOS_1'),
|
|
(25250,1,0,'Ugh! My head won\'t stop spinning...',12,7,100,0,0,14197,25847,0,'thassarian SAY_ARLOS_2'),
|
|
(25250,2,0,'Your offer will be carefully considered, harbinger. In the meantime we will make use of your delegation in an advisory role.',12,7,100,1,0,0,24790,0,'General Arlos'),
|
|
(25251,0,0,'Thassarian! You\'re alive!',14,0,100,0,0,14489,25842,0,'thassarian SAY_LERYSSA_1'),
|
|
(25251,1,0,'I thought... I thought you were... dead.',12,0,100,0,0,14490,25843,0,'thassarian SAY_LERYSSA_2'),
|
|
(25251,2,0,'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!',12,0,100,0,0,14491,25848,0,'thassarian SAY_LERYSSA_3'),
|
|
(25251,3,0,'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...',12,0,100,0,0,14492,25849,0,'thassarian SAY_LERYSSA_4'),
|
|
(25256,0,0,'We are surrounded... Our enemies press in from all sides, young Hellscream.',12,1,100,1,0,0,24486,0,'High Overlord Saurfang'),
|
|
(25256,1,0,'The Scourge descends like locust from the north.',12,1,100,25,0,0,24487,0,'High Overlord Saurfang'),
|
|
(25256,2,0,'The Alliance holds the only secure shipping lane in this region, and even that is at risk of being lost to those dreaded mists.',12,1,100,25,0,0,24488,0,'High Overlord Saurfang'),
|
|
(25256,3,0,'Our only viable port for resupply is held by the Forsaken on the other side of this blasted continent!',12,1,100,1,0,0,24489,0,'High Overlord Saurfang'),
|
|
(25256,4,0,'Anything our zeppelins cannot haul must be brought in by ship and travel the length of Northrend to reach us.',12,1,100,1,0,0,24490,0,'High Overlord Saurfang'),
|
|
(25256,5,0,'Siege engines, ammunition, heavy armor... How do you propose to shatter the walls of Icecrown without those?',12,1,100,1,0,0,24493,0,'High Overlord Saurfang'),
|
|
(25256,6,0,'So the prodigal son has spoken!',12,1,100,5,0,0,24497,0,'High Overlord Saurfang'),
|
|
(25256,7,0,'Your father\'s blood runs strong in you, Hellscream. Impatient as always... Impatient and reckless.',12,1,100,1,0,0,24498,0,'High Overlord Saurfang'),
|
|
(25256,8,0,'You rush headlong into all-out war without a thought of the consequences.',12,1,100,1,0,0,24500,0,'High Overlord Saurfang'),
|
|
(25256,9,0,'I drank of the same blood your father did, Garrosh. Mannoroth\'s cursed venom pumped through my veins as well.',12,1,100,1,0,0,24502,0,'High Overlord Saurfang'),
|
|
(25256,10,0,'I drove my weapons into the bodies and minds of my enemies.',12,1,100,1,0,0,24503,0,'High Overlord Saurfang'),
|
|
(25256,11,0,'And while Grom died a glorious death - freeing us all from the blood curse - he could not wipe away the terrible memory of our past.',12,1,100,1,0,0,24504,0,'High Overlord Saurfang'),
|
|
(25256,12,0,'His act could not erase the horrors we committed. ',12,1,100,274,0,0,24505,0,'High Overlord Saurfang'),
|
|
(25256,13,0,'%s pauses.',16,1,100,0,0,0,24506,0,'High Overlord Saurfang'),
|
|
(25256,14,0,'The winter after the curse was lifted, hundreds of veteran orcs like me were lost to despair.',12,1,100,1,0,0,24507,0,'High Overlord Saurfang'),
|
|
(25256,15,0,'Our minds were finally free, yes... Free to relive all of the unthinkable acts that we had performed under the Legions\' influence.',12,1,100,273,0,0,24508,0,'High Overlord Saurfang'),
|
|
(25256,16,0,'%s nods.',16,1,100,273,0,0,24509,0,'High Overlord Saurfang'),
|
|
(25256,17,0,'I think it was the sounds of the draenei children that unnerved most of them... You never forget...',12,1,100,1,0,0,24510,0,'High Overlord Saurfang'),
|
|
(25256,18,0,'Have you ever been to Jaggedswine Farm? When the swine are of age for the slaughter... It\'s that sound. The sound of the swine being killed... It resonates the loudest. Those are hard times for us older veterans.',12,1,100,6,0,0,24511,0,'High Overlord Saurfang'),
|
|
(25256,19,0,'%s shakes his head.',16,1,100,274,0,0,24513,0,'High Overlord Saurfang'),
|
|
(25256,20,0,'I am not speaking solely of the children of our enemies...',12,1,100,1,0,0,24515,0,'High Overlord Saurfang'),
|
|
(25256,21,0,'%s pauses.',16,1,100,1,0,0,24506,0,'High Overlord Saurfang'),
|
|
(25256,22,0,'I won\'t let you take us down that dark path again, young Hellscream. I\'ll kill you myself before that day comes...',12,1,100,274,0,0,24516,0,'High Overlord Saurfang'),
|
|
(25256,23,0,'I don\'t eat pork...',12,1,100,274,0,0,24519,0,'High Overlord Saurfang'),
|
|
(25256,24,0,'%s spits.',16,1,100,0,0,0,24520,0,'High Overlord Saurfang'),
|
|
(25258,0,0,'One last drink before we head to the front?',12,7,100,1,0,0,24475,0,'Footman Rob'),
|
|
(25258,1,0,'Barkeep! Bring out your strongest ale. We\'re off to the front.',12,7,100,1,0,0,24478,0,'Footman Rob'),
|
|
(25258,2,0,'You\'ll surely make an exception for us, eh? We might not come back.',12,7,100,1,0,0,24479,0,'Footman Rob'),
|
|
(25258,3,0,'I guess that\'s it then. Off we go.',12,7,100,1,0,0,24482,0,'Footman Rob'),
|
|
(25259,0,0,'Sure, why not?',12,7,100,6,0,0,24476,0,'Footman George'),
|
|
(25260,0,0,'Hey, guys! Wait up!',12,7,100,0,0,0,24761,0,'Footman Mitch'),
|
|
(25261,0,0,'That was the worst beer I\'ve ever had.',12,7,100,0,0,0,24483,0,'Footman Chuck'),
|
|
(25270,0,0,'HOORAY! ME FREE!',12,1,20,0,0,0,24627,0,'Warsong Peon'),
|
|
(25270,0,1,'Tanks, buddy!',12,1,20,0,0,0,24628,0,'Warsong Peon'),
|
|
(25270,0,2,'Mister Mortuus gonna be so mad! Me go home now.',12,1,20,0,0,0,24629,0,'Warsong Peon'),
|
|
(25270,0,3,'Why it keep telling me to put da lotion in da basket? Me no like da lotion!',12,1,20,0,0,0,24630,0,'Warsong Peon'),
|
|
(25270,0,4,'Huh? Where me at? Dis don\'t look good! Me run now!',12,1,20,0,0,0,24626,0,'Warsong Peon'),
|
|
(25274,0,0,'Keep \'em hot you big dummy!',12,1,100,0,0,0,25133,0,'Armorer Orkuruk'),
|
|
(25274,0,1,'Those weapons ain\'t gonna build themselves! Faster!',12,1,100,0,0,0,25134,0,'Armorer Orkuruk'),
|
|
(25274,0,2,'You call that a hammer strike? What kind of amateurs am I workin\' with here?',12,1,100,0,0,0,25135,0,'Armorer Orkuruk'),
|
|
(25274,0,3,'You keep that garbage up and I\'ll ship you back to your momma in a box with a note strapped to your chest that reads: FAILURE.',12,1,100,0,0,0,25136,0,'Armorer Orkuruk'),
|
|
(25274,0,4,'And WHAT are our soldiers supposed to do with that shoddy piece of junk?',12,1,100,0,0,0,25137,0,'Armorer Orkuruk'),
|
|
(25274,0,5,'You\'re an embarassment to this entire operation! Pack up your stuff and get out!',12,1,100,0,0,0,25138,0,'Armorer Orkuruk'),
|
|
(25285,0,0,'Give the word, general. I will have two regiments at your disposal in a month\'s time.',12,7,100,0,0,0,24787,0,'Harbinger Vurenn'),
|
|
(25285,1,0,'Very well, general. Should you change your mind, my people will be more than willing to provide military assistance.',12,7,100,0,0,0,24788,0,'Harbinger Vurenn'),
|
|
(25286,0,0,'Yes sir!',12,1,100,0,0,0,24522,0,'Warsong Wind Rider'),
|
|
(25288,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Turida Coldwind'),
|
|
(25289,0,0,'Aye, solja! Lift off time!',12,1,100,1,0,0,24521,0,'Wind Master To\'bor'),
|
|
(25301,0,0,'Our troops, general, consist mostly of villagers and peasants. Good men, but not quite rid of the prejudices and superstitions of their upbringing. They\'re not ready to fight alongside our more exotic allies.',12,7,100,1,0,0,24789,0,'Counselor Talbot'),
|
|
(25301,1,0,'My liege, the infiltration and control of the Alliance power structure by our cultists is well underway.',12,0,100,0,0,14211,25357,0,'Talbot - Last Rites'),
|
|
(25301,2,0,'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.',12,0,100,0,0,14212,25358,0,'Talbot - Last Rites'),
|
|
(25301,3,0,'Allow me to take care of the intruders, lord. I will feed their entrails to the maggots.',12,0,100,1,0,14213,25361,0,'Talbot - Last Rites'),
|
|
(25301,4,0,'Yes, my lord!',12,0,100,1,0,14214,25365,0,'Talbot - Last Rites'),
|
|
(25315,0,0,'Nooooooooooooo!',14,0,100,0,0,12527,0,0,'KJ - SAY_KJ_DEATH'),
|
|
(25315,1,0,'Another step toward destruction!',14,0,100,0,0,12501,25549,0,'KJ - SAY_KJ_SLAY1'),
|
|
(25315,1,1,'Anakh Kyree!',14,0,100,0,0,12502,25550,0,'KJ - SAY_KJ_SLAY2'),
|
|
(25315,2,0,'Who can you trust!',14,0,100,0,0,12503,25551,0,'KJ - SAY_KJ_REFLECTION1'),
|
|
(25315,2,1,'The enemy is among you!',14,0,100,0,0,12504,25552,0,'KJ - SAY_KJ_REFLECTION2'),
|
|
(25315,3,0,'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!',14,0,100,0,0,12500,24808,0,'KJ - SAY_KJ_EMERGE'),
|
|
(25315,4,0,'CHAOS!',14,0,100,0,0,12505,29058,0,'KJ - SAY_KJ_DARKNESS1'),
|
|
(25315,4,1,'DESTRUCTION!',14,0,100,0,0,12506,29059,0,'KJ - SAY_KJ_DARKNESS2'),
|
|
(25315,4,2,'OBLIVION!',14,0,100,0,0,12507,34140,0,'KJ - SAY_KJ_DARKNESS3'),
|
|
(25315,5,0,'I will not be denied! This world shall fall!',14,0,100,0,0,12508,24754,0,'KJ - SAY_KJ_PHASE3'),
|
|
(25315,6,0,'Do not harbor false hope! You cannot win!',14,0,100,0,0,12509,24825,0,'KJ - SAY_KJ_PHASE4'),
|
|
(25315,7,0,'Aggghh! The powers of the Sunwell... turn... against me! What have you done? What have you done???',14,0,100,0,0,12510,25199,0,'KJ - SAY_KJ_PHASE5'),
|
|
(25315,8,0,'Kil\'jaeden begins to channel dark energy.',41,0,100,0,0,0,25705,0,'KJ - EMOTE_KJ_DARKNESS'),
|
|
(25317,0,0,'What\'s the matter, $c? Think you\'re too good to stand in line with the rest of us?',12,0,100,0,0,0,24758,0,'Civilian Recruit to Player'),
|
|
(25317,1,0,'This is harder than it looks.',12,7,100,0,0,0,26488,0,'Civilian Recruit'),
|
|
(25317,1,1,'Did that seem okay?',12,7,100,0,0,0,26487,0,'Civilian Recruit'),
|
|
(25317,1,2,'My arm is getting sore.',12,7,100,0,0,0,26491,0,'Civilian Recruit'),
|
|
(25317,1,3,'Hmm....',12,7,100,0,0,0,26492,0,'Civilian Recruit'),
|
|
(25317,1,4,'I think I\'m starting to get the hang of this.',12,7,100,0,0,0,26490,0,'Civilian Recruit'),
|
|
(25317,1,5,'This isn\'t easy.',12,7,100,0,0,0,26489,0,'Civilian Recruit'),
|
|
(25317,2,0,'You aren\'t going to let me sleep are you?',12,7,100,0,0,0,26497,0,'Civilian Recruit'),
|
|
(25317,2,1,'Are you going to be doing this for much longer?',12,7,100,0,0,0,26502,0,'Civilian Recruit'),
|
|
(25317,2,2,'Could you try to be a little quieter?',12,7,100,0,0,0,26500,0,'Civilian Recruit'),
|
|
(25317,3,0,'I just don\'t want to let anyone down.',12,7,100,0,0,0,26494,0,'Civilian Recruit'),
|
|
(25317,3,1,'I need to do something to keep myself busy.',12,7,100,0,0,0,26495,0,'Civilian Recruit'),
|
|
(25317,3,2,'I\'m just nervous. Sorry.',12,7,100,0,0,0,26493,0,'Civilian Recruit'),
|
|
(25319,0,0,'Strike now heroes, while he is weakened! Vanquish the Deceiver!',14,0,100,0,0,12449,25822,0,'KJ - SAY_KALECGOS_ENCOURAGE'),
|
|
(25319,1,0,'I will channel my powers into the orbs! Be ready!',14,0,100,0,0,12440,24822,0,'KJ - SAY_KALECGOS_READY1'),
|
|
(25319,2,0,'I have empowered another orb! Use it quickly!',14,0,100,0,0,12441,25542,0,'KJ - SAY_KALECGOS_READY2'),
|
|
(25319,2,1,'Another orb is ready! Make haste!',14,0,100,0,0,12442,25543,0,'KJ - SAY_KALECGOS_READY2'),
|
|
(25319,3,0,'Another orb is ready! Make haste!',14,0,100,0,0,12442,25543,0,'KJ - SAY_KALECGOS_READY3'),
|
|
(25319,4,0,'I have channeled all I can! The power is in your hands!',14,0,100,0,0,12443,24824,0,'KJ - SAY_KALECGOS_READY4'),
|
|
(25319,5,0,'Anveena, you must awaken! This world needs you!',14,0,100,0,0,12445,25190,0,'KJ - SAY_KALECGOS_AWAKEN'),
|
|
(25319,6,0,'You must let go! You must become what you were always meant to be! The time is now Anveena!',14,0,100,0,0,12446,25191,0,'KJ - SAY_KALECGOS_LETGO'),
|
|
(25319,7,0,'Anveena I love you! Focus on my voice! Come back for me now! Only you can cleanse the Sunwell!',14,0,100,0,0,12447,25192,0,'KJ - SAY_KALECGOS_FOCUS'),
|
|
(25319,8,0,'Yes Anveena! Let fate embrace you now!',14,0,100,0,0,12448,25193,0,'KJ - SAY_KALECGOS_FATE'),
|
|
(25319,9,0,'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.',14,0,100,0,0,12450,25194,0,'KJ - SAY_KALECGOS_GOODBYE'),
|
|
(25319,10,0,'You are not alone! The blue dragonflight shall help you vanquish the Deceiver!',14,0,100,0,0,12438,25541,0,'KJ - SAY_KALECGOS_JOIN'),
|
|
(25321,0,0,'Thank you for freeing me! May the tides always favor you.',12,0,100,1,0,0,24596,0,'Kaskala Craftman'),
|
|
(25321,0,1,'Do not allow Kaskala to forget what has happened here.',12,0,100,1,0,0,24598,0,'Kaskala Craftman'),
|
|
(25322,0,0,'May the ancestors always aid you, $c, as you have aided me.',12,0,100,1,0,0,24601,0,'Kaskala Shaman'),
|
|
(25322,0,1,'Thank you, $c. May the winds and seas always deliver you safely.',12,0,100,1,0,0,24599,0,'Kaskala Shaman'),
|
|
(25324,0,1,'What is it you need?',12,0,100,1,1500,0,25739,0,'Earthen ring guide'),
|
|
(25324,0,2,'Have you discovered something?',12,0,100,1,1500,0,25740,0,'Earthen ring guide'),
|
|
(25324,0,3,'The elemental spirits are restless...',12,0,100,1,1500,0,25741,0,'Earthen ring guide'),
|
|
(25334,0,0,'%s gains fuel.',41,0,100,0,0,0,26171,0,'Horde Siege Tank'),
|
|
(25335,0,0,'$n is going to join us on our assault. Let us bring peace to my ancestors!',12,1,100,396,0,0,24561,0,'Longrunner Proudhoof'),
|
|
(25335,1,0,'WE STRIKE!',14,1,100,15,0,0,24562,0,'Longrunner Proudhoof'),
|
|
(25335,2,0,'An ambush. Return them to their rest!',12,1,100,5,0,0,24563,0,'Longrunner Proudhoof'),
|
|
(25335,3,0,'Regain your strength. The place where Steeljaw was felled is just ahead.',12,1,100,396,0,0,24564,0,'Longrunner Proudhoof'),
|
|
(25335,4,0,'There\'s the dog\'s banner and there\'s his corpse. What\'s that? He\'s upon us!',12,1,100,25,0,0,24565,0,'Longrunner Proudhoof'),
|
|
(25335,5,0,'You fought well. Now go north to your orc outpost and inform Overlord Bor\'gorok of our success!',12,1,100,113,0,0,24566,0,'Longrunner Proudhoof'),
|
|
(25339,0,0,'Oh no... they\'ve shackled his spirit!',12,1,100,5,0,0,24683,0,'Spirit Talker Snarlfang'),
|
|
(25359,0,0,'I\'m freed! Thank you.',12,1,100,0,0,0,24575,0,'Force-Commander Steeljaw'),
|
|
(25372,0,0,'Enemies spotted! Attack while I try to activate a Protector!',14,0,100,0,0,0,25202,0,'Sunblade Scout'),
|
|
(25379,0,0,'Try to not lose this one, $n. It is important that we at least try and keep up appearances with the Alliance.',15,1,100,0,0,0,24977,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,1,0,'Look at \'em, Ug. You know what those are?',12,1,100,25,0,0,24631,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,2,0,'Those...',12,1,100,25,0,0,24633,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,3,0,'Those are cowards.',12,1,100,1,0,0,24634,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,4,0,'%s shakes his head.',16,1,100,274,0,0,24636,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,5,0,'No, blood of my blood, they are soldiers of the Alliance. Our sworn enemies.',12,1,100,1,0,0,24637,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,6,0,'They are here because they do not wish to defend their homes... their families...',12,1,100,1,0,0,24639,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,7,0,'They have given up and surrendered - willingly - to us.',12,1,100,1,0,0,24640,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,8,0,'Ug\'thor, they are afraid to die.',12,1,100,1,0,0,24641,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,9,0,'%s laughs.',16,1,100,11,0,0,24646,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,10,0,'That\'s right, Ug. Victory or death!',12,1,100,273,0,0,24647,0,'Warden Nork Bloodfrenzy'),
|
|
(25379,11,0,'[In Broken Common] Hear boy, cowards? Boy die! Boy die for freedom!',12,0,100,273,0,0,24648,0,'Warden Nork Bloodfrenzy'),
|
|
(25380,0,0,'And remember, $n, the bloodspore powder can be used to weaken all magnataur in Gammoth.',15,0,100,0,0,0,24994,0,'Primal Mighthorn'),
|
|
(25381,0,0,'How positively awful! You were totally incapacitated? Weak? Hot flashes?',15,0,100,21,0,0,24992,0,'Bloodmage Laurith'),
|
|
(25396,0,0,'You cannot stop us all!',12,0,100,0,0,0,31650,0,'Naxxanar Skeletal Mage'),
|
|
(25396,0,1,'Your death will soon follow....',12,0,100,0,0,0,13926,0,'Naxxanar Skeletal Mage'),
|
|
(25401,0,0,'%s armed.',16,0,100,0,0,0,24590,0,'Seaforium Depth Charge'),
|
|
(25401,1,0,'Detonation in 5...',16,0,100,0,0,0,24591,0,'Seaforium Depth Charge'),
|
|
(25401,2,0,'4...',16,0,100,0,0,0,24592,0,'Seaforium Depth Charge'),
|
|
(25401,3,0,'3...',16,0,100,0,0,0,24593,0,'Seaforium Depth Charge'),
|
|
(25401,4,0,'2...',16,0,100,0,0,0,24594,0,'Seaforium Depth Charge'),
|
|
(25401,5,0,'1...',16,0,100,0,0,0,24595,0,'Seaforium Depth Charge'),
|
|
(25416,0,0,'Who dares?!',12,0,0,0,0,0,24675,0,''),
|
|
(25416,1,0,'Stop!',12,0,0,0,0,0,34706,0,''),
|
|
(25416,2,0,'Tell Imperean that I will consider a cessation of hostilities. But first, Churn must stop his watery intrusions upon my rise!',12,0,0,0,0,0,24667,0,''),
|
|
(25416,3,0,'I grow bored with you. Begone!',12,0,0,0,0,0,24668,0,''),
|
|
(25418,0,0,'I... submit. As long as Simmer agrees to stop boiling my pool, I agree to an armistice.',12,0,0,0,0,0,24670,0,''),
|
|
(25418,1,0,'Now, remove yourself from my presence. You would be wise not to come within sight of me again.',12,0,0,0,0,0,24671,0,''),
|
|
(25418,2,0,'WAIT... NO MORE!',12,0,0,0,0,0,24669,0,''),
|
|
(25426,0,0,'No, popo. They look kind of like the pigs. Are they pigs?',12,1,100,1,0,0,24632,0,'Ug\'thor Bloodfrenzy'),
|
|
(25426,1,0,'Are they cowardly pigs, popo?',12,1,100,1,0,0,24635,0,'Ug\'thor Bloodfrenzy'),
|
|
(25426,2,0,'But popo, what are they afraid of? Why are they here?',12,1,100,1,0,0,24638,0,'Ug\'thor Bloodfrenzy'),
|
|
(25426,3,0,'%s scratches his head.',16,1,100,0,0,0,24642,0,'Ug\'thor Bloodfrenzy'),
|
|
(25426,4,0,'I... I don\'t understand, popo.',12,1,100,1,0,0,24643,0,'Ug\'thor Bloodfrenzy'),
|
|
(25426,5,0,'%s puffs out his chest and stands on his tip-toes.',16,1,100,0,0,0,24644,0,'Ug\'thor Bloodfrenzy'),
|
|
(25426,6,0,'Lok\'tar ogar, popo!',12,1,100,1,0,0,24645,0,'Ug\'thor Bloodfrenzy'),
|
|
(25428,0,0,'Kada nu batteka, oht!',12,0,100,0,0,0,24652,0,'Magmoth Shaman'),
|
|
(25428,0,1,'Etu Magmothregar, cha!',12,0,100,0,0,0,24650,0,'Magmoth Shaman'),
|
|
(25428,0,2,'KAGANISHU!',12,0,100,0,0,0,24658,0,'Magmoth Shaman'),
|
|
(25428,0,3,'Grr... na su ka Magmoth!',12,0,100,0,0,0,24651,0,'Magmoth Shaman - On Aggro'),
|
|
(25429,0,0,'Kada nu batteka, oht!',12,0,100,0,0,0,24652,0,'Magmoth Forager'),
|
|
(25429,0,1,'Etu Magmothregar, cha!',12,0,100,0,0,0,24650,0,'Magmoth Forager'),
|
|
(25429,0,2,'KAGANISHU!',12,0,100,0,0,0,24658,0,'Magmoth Forager'),
|
|
(25429,0,3,'Grr... na su ka Magmoth!',12,0,100,0,0,0,24651,0,'Magmoth Forager - On Aggro'),
|
|
(25432,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Mate of Magmothregar'),
|
|
(25456,0,0,'KAGANISHU!',12,0,100,0,0,0,24658,0,'Vision of Kaganishu'),
|
|
(25465,0,0,'You only delay the inevitable! The dread citadel rises in the east as the armies of the dead march from the heart of Icecrown!',14,0,100,0,0,0,26163,0,'Kelthuzad Borean Tundra'),
|
|
(25467,0,0,'No hurt the lifegiver!',12,0,100,0,4000,0,24689,0,'Bloodspore Harvester'),
|
|
(25467,0,1,'Protect lifegiver!',12,0,100,0,4000,0,24691,0,'Bloodspore Harvester'),
|
|
(25467,0,2,'No touch spores!',12,0,100,0,4000,0,24690,0,'Bloodspore Harvester'),
|
|
(25468,0,0,'No hurt the lifegiver!',12,0,100,0,4000,0,24689,0,'Bloodspore Roaster'),
|
|
(25468,0,1,'Protect lifegiver!',12,0,100,0,4000,0,24691,0,'Bloodspore Roaster'),
|
|
(25468,0,2,'No touch spores!',12,0,100,0,4000,0,24690,0,'Bloodspore Roaster'),
|
|
(25470,0,0,'No hurt the lifegiver!',12,0,100,0,4000,0,24689,0,'Bloodspore Firestarter'),
|
|
(25470,0,1,'Protect lifegiver!',12,0,100,0,4000,0,24691,0,'Bloodspore Firestarter'),
|
|
(25470,0,2,'No touch spores!',12,0,100,0,4000,0,24690,0,'Bloodspore Firestarter'),
|
|
(25470,1,3,'Protect lifegiver!',14,0,100,0,4000,0,24691,0,'Bloodspore Firestarter'),
|
|
(25475,0,0,'What am I supposed to do without tools, Gorge!',12,1,100,18,0,0,24701,0,'Mobu'),
|
|
(25475,0,1,'Can\'t fix somethin\' as complicated as a tank without the proper equipment, buddy!',12,1,100,1,0,0,24702,0,'Mobu'),
|
|
(25475,0,2,'Have you heard anything from Warsong? We gonna be gettin\' some supplies soon?',12,1,100,0,0,0,24703,0,'Mobu'),
|
|
(25475,0,3,'I wanna go home... Take off this uniform and leave the Horde!',12,1,100,0,0,0,24704,0,'Mobu'),
|
|
(25478,0,0,'Pathetic fool! A servant of Malygos would sooner die than aid an enemy....',12,0,100,0,0,0,24735,0,'imprisoned beryl sorcerer SAY_IMPRISIONED_BERYL_1'),
|
|
(25478,1,0,'Aargh! Do your worst, $c! I\'ll tell you NOTHING!',12,0,100,0,0,0,24736,0,'imprisoned beryl sorcerer SAY_IMPRISIONED_BERYL_2'),
|
|
(25478,2,0,'Aahhhh! Release me! I am of no use to you. I swear it!',12,0,100,0,0,0,24737,0,'imprisoned beryl sorcerer SAY_IMPRISIONED_BERYL_3'),
|
|
(25478,3,0,'Stop! I beg you, please stop. Please....',12,0,100,0,0,0,24738,0,'imprisoned beryl sorcerer SAY_IMPRISIONED_BERYL_4'),
|
|
(25478,4,0,'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!',12,0,100,0,0,0,24739,0,'imprisoned beryl sorcerer SAY_IMPRISIONED_BERYL_5'),
|
|
(25478,5,0,'I\'ve given you the information, $r! You\'re wasting your time....',12,0,100,0,0,0,24756,0,'imprisoned beryl sorcerer SAY_IMPRISIONED_BERYL_6'),
|
|
(25478,6,0,'Noooo! This torture is inhumane! You have what you want... why don\'t you just kill me?',12,0,100,0,0,0,24755,0,'imprisoned beryl sorcerer SAY_IMPRISIONED_BERYL_7'),
|
|
(25486,0,0,'Intruders! Do not let them into the Sanctum!',14,0,100,0,0,0,25482,0,'Shadowsword Vanquisher'),
|
|
(25496,0,0,'Become ashes in the mist!',12,0,50,53,0,0,24719,0,'Kvaldir Mist Lord'),
|
|
(25496,0,1,'The subjugation of these people has only just begun... so much time for fun and games.',12,0,50,53,0,0,24718,0,'Kvaldir Mist Lord'),
|
|
(25496,0,2,'Burn, land dweller! BURN!',12,0,50,53,0,0,24717,0,'Kvaldir Mist Lord'),
|
|
(25504,0,0,'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?',12,0,100,0,0,0,24747,0,'mootoo the younger SAY_1'),
|
|
(25504,1,0,'Watch out for the monsters!Which way should we go first? Let\'s try this way...',12,0,100,0,0,0,27243,0,'mootoo the younger SAY_2'),
|
|
(25504,2,0,'What could this be?',12,0,100,0,0,0,27245,0,'mootoo the younger SAY_3'),
|
|
(25504,3,0,'There\'s no sign of it ending! Where could my father be?',12,0,100,0,0,0,24748,0,'mootoo the younger SAY_4'),
|
|
(25504,4,0,'Father! You\'re safe!',12,0,100,0,0,0,24749,0,'mootoo the younger SAY_5'),
|
|
(25507,0,0,'Enemy presence detected.',14,0,100,0,0,0,25203,0,'Sunblade Protector - On Aggro'),
|
|
(25507,1,0,'Local proximity threat detected. Exiting energy conservation mode.',14,0,100,0,0,0,25201,0,'Sunblade Protector - Activated'),
|
|
(25507,2,0,'Unit is now operational and attacking targets.',14,0,100,0,0,0,25206,0,'Sunblade Protector - Activated'),
|
|
(25507,3,0,'Unit entering energy conservation mode.',14,0,100,0,0,0,25200,0,'Sunblade Protector - Just Reached Home'),
|
|
(25510,0,0,'The Serpent\'s Maw is engulfed in tuskarr fire!',41,0,100,0,0,0,24722,0,'1st Kvaldir Vessel (The Serpent\'s Maw)'),
|
|
(25511,0,0,'The Kur Drakkar is engulfed in tuskarr fire!',41,0,100,0,0,0,24723,0,'2nd Kvaldir Vessel (The Kur Drakkar)'),
|
|
(25512,0,0,'Bor\'s Hammer is engulfed in tuskarr fire!',41,0,100,0,0,0,24724,0,'3rd Kvaldir Vessel (Bor\'s Hammer)'),
|
|
(25513,0,0,'Bor\'s Anvil is engulfed in tuskarr fire!',41,0,100,0,0,0,24725,0,'4th Kvaldir Vessel (Bor\'s Anvil)'),
|
|
(25514,0,0,'Frozen and destroyed. This is all your fleshy corpse is good for.',12,0,100,0,0,0,24727,0,'Rocknar'),
|
|
(25514,0,1,'You are not welcome here. Die!',12,0,100,0,0,0,24728,0,'Rocknar'),
|
|
(25514,0,2,'Your presence unbalances the land. You must be removed!',12,0,100,0,0,0,24729,0,'Rocknar'),
|
|
(25521,0,0,'Send in the next pair of prisoners, let them fight to see who lives!',14,0,100,0,0,0,24823,0,'Skadir Longboatsman'),
|
|
(25521,1,0,'You may have survived for our amusement, but now, you shall die at our hands!',14,0,100,0,0,0,24819,0,'Skadir Longboatsman'),
|
|
(25522,0,0,'I shall draw your soul into the mist!',12,0,100,0,0,0,24846,0,'Skadir Raider'),
|
|
(25522,0,1,'YAAARRRGH!',12,0,100,0,0,0,24847,0,'Skadir Raider'),
|
|
(25522,0,2,'Be consumed by the mist!',12,0,100,0,0,0,24848,0,'Skadir Raider'),
|
|
(25522,0,3,'Look what\'s lost its way...',12,0,100,0,0,0,24849,0,'Skadir Raider'),
|
|
(25522,0,4,'I will heave your carcass into the ocean myself!',12,0,100,0,0,0,24850,0,'Skadir Raider'),
|
|
(25522,0,5,'You\'re not even fit to be fed to Leviroth.',12,0,100,0,0,0,24851,0,'Skadir Raider'),
|
|
(25522,0,6,'You\'ve strayed too far from your comfortable soil, $r.',12,0,100,0,0,0,24852,0,'Skadir Raider'),
|
|
(25584,0,0,'What is the meaning of this disturbance?!',14,0,100,0,0,0,24812,0,'Inquisitor Salrand to Beryl Point InvisMan'),
|
|
(25584,1,0,'Who dares interrupt my work!? Show yourself, coward!',14,0,100,0,0,0,24820,0,'Inquisitor Salrand to Beryl Point InvisMan'),
|
|
(25584,2,0,'I\'ve destroyed the key! Your cherished archmage belongs to Malygos!',12,0,100,0,0,0,24816,0,'Inquisitor Salrand'),
|
|
(25589,0,0,'I AM NOT AN APPETIZER!',12,7,100,0,0,0,24780,0,'bonker togglevolt'),
|
|
(25589,1,0,'I\'ll make you a deal: if you get me out of here alive, you\'ll get a reward larger than you can imagine!',12,7,100,0,0,0,24768,0,'bonker togglevolt'),
|
|
(25596,0,0,'%s is cured!',16,0,100,0,0,0,24885,0,'Infected Kodo Beast'),
|
|
(25602,0,0,'Now, $n, let us release their souls and hear what they have to say.',12,0,100,1,0,0,25204,0,'Greatmother Taiga'),
|
|
(25602,1,0,'This is dire news indeed!',12,0,100,1,0,0,25211,0,'Greatmother Taiga'),
|
|
(25607,0,0,'Here\'s your kodo, Torp!',12,0,100,0,0,0,24881,0,'Farmer Torp'),
|
|
(25607,0,1,'Door-to-door kodo delivery!',12,0,100,0,0,0,24882,0,'Farmer Torp'),
|
|
(25607,1,0,'YES! It worked!',12,0,100,0,0,0,24883,0,'Farmer Torp'),
|
|
(25607,1,1,'Great job!',12,0,100,0,0,0,24884,0,'Farmer Torp'),
|
|
(25608,0,0,'All my plans have led to this!',14,0,100,0,0,12495,25544,0,'KJ - SAY_KJ_OFFCOMBAT1'),
|
|
(25608,0,1,'Stay on task, do not waste time!',14,0,100,0,0,12496,25545,0,'KJ - SAY_KJ_OFFCOMBAT2'),
|
|
(25608,0,2,'I have waited long enough!',14,0,100,0,0,12497,25546,0,'KJ - SAY_KJ_OFFCOMBAT3'),
|
|
(25608,0,3,'Fail me and suffer for eternity!',14,0,100,0,0,12498,25547,0,'KJ - SAY_KJ_OFFCOMBAT4'),
|
|
(25608,0,4,'Drain the girl! Drain her power until there is nothing but a vacant shell!',14,0,100,0,0,12499,25548,0,'KJ - SAY_KJ_OFFCOMBAT5'),
|
|
(25610,0,0,'Don\'t let them turn me into one of those aberrations!',12,1,100,1,0,0,24828,0,'Scourge Prisoner'),
|
|
(25610,0,1,'Kill me... Kill me now!',12,1,100,1,0,0,24829,0,'Scourge Prisoner'),
|
|
(25610,0,2,'Somebody please... Help...',12,1,100,1,0,0,24827,0,'Scourge Prisoner'),
|
|
(25610,0,3,'Don\'t let them turn me into one of those aberrations!',12,1,100,1,0,0,24828,0,'Scourge Prisoner'),
|
|
(25610,1,0,'Freedom at last! I must return to Warsong Hold at once!',12,1,100,1,0,0,24832,0,'Scourge Prisoner'),
|
|
(25610,1,1,'I am forever indebted to you, friend.',12,1,100,1,0,0,24834,0,'Scourge Prisoner'),
|
|
(25610,1,2,'Thank you, friend.',12,1,100,1,0,0,24831,0,'Scourge Prisoner'),
|
|
(25610,1,3,'You have my thanks, stranger.',12,1,100,1,0,0,24833,0,'Scourge Prisoner'),
|
|
(25618,0,0,'Is this it? Is this all the mighty Horde could muster?',12,0,100,6,0,0,24911,0,'Varidus the Flenser'),
|
|
(25618,1,0,'Pathetic.',12,0,100,11,0,0,35768,0,'Varidus the Flenser'),
|
|
(25618,2,0,'I\'ve never understood your type. The hero...',12,0,100,1,0,0,24913,0,'Varidus the Flenser'),
|
|
(25618,3,0,'Why won\'t you just let go? Why do you fight the inevitable?',12,0,100,6,0,0,24914,0,'Varidus the Flenser'),
|
|
(25618,4,0,'The Lich King cannot be stopped. Accept it.',12,0,100,274,0,0,24915,0,'Varidus the Flenser'),
|
|
(25618,5,0,'This world is coming to an end. Let. It. Burn.',12,0,100,397,0,0,24916,0,'Varidus the Flenser'),
|
|
(25618,6,0,'Take $g him:her; away and prepare $g him:her; for reanimation.',12,0,100,1,0,0,24917,0,'Varidus the Flenser'),
|
|
(25618,7,0,'What\'s this now?',12,0,100,1,0,0,24921,0,'Varidus the Flenser'),
|
|
(25618,8,0,'Then you are a fool.',12,0,100,25,0,0,24926,0,'Varidus the Flenser'),
|
|
(25618,9,0,'You? A lone orc? Against me and...',12,0,100,397,0,0,24928,0,'Varidus the Flenser'),
|
|
(25618,10,0,'RISE!',14,0,100,0,0,0,31198,0,'Varidus the Flenser'),
|
|
(25618,11,0,'I will reanimate them all as servants of the Lich King! Bring them here...',14,0,100,0,0,0,24836,0,'Varidus the Flenser'),
|
|
(25629,0,0,'Foolish elemental slave! You an your master will pay for your medding!',14,0,100,0,0,0,24956,0,'Lord Kryxix'),
|
|
(25629,1,0,'Feebleminded tinkerer, do you really think your pathetic creation can stop me?',14,0,100,0,0,0,24998,0,'Lord Kryxix'),
|
|
(25678,0,0,'Ah, good... more parts!',14,0,100,0,0,0,24872,0,'Part of the Doctor Razorgin on aggro lines'),
|
|
(25678,0,1,'Fresh meat!',14,0,100,0,0,0,24871,0,'Part of the Doctor Razorgin on aggro lines'),
|
|
(25678,0,2,'The doctor is in!',14,0,100,0,0,0,24870,0,'Part of the Doctor Razorgin on aggro lines'),
|
|
(25678,0,3,'I recommened evisceration!',14,0,100,0,0,0,24873,0,'Part of the Doctor Razorgin on aggro lines'),
|
|
(25678,1,0,'Clear!',14,0,100,0,0,0,24867,0,'Part of the Doctor Razorgin ooc lines'),
|
|
(25678,1,1,'It\'s no good... you need more work first.',14,0,100,0,0,0,24869,0,'Part of the Doctor Razorgin ooc lines'),
|
|
(25678,1,2,'Live, damn you!',14,0,100,0,0,0,24868,0,'Part of the Doctor Razorgin ooc lines'),
|
|
(25682,0,0,'You cannot stop us!',12,0,100,0,0,0,24875,0,'Lich-Lord Chillwinter'),
|
|
(25682,0,1,'Die!',12,0,100,0,0,0,24874,0,'Lich-Lord Chillwinter - On Aggro'),
|
|
(25682,0,2,'Filthy breather!',12,0,100,0,0,0,24876,0,'Lich-Lord Chillwinter - On Aggro'),
|
|
(25697,0,0,'The Ice Stone has melted!',14,0,100,0,0,0,24895,0,'Luma Skymother - SAY_PLAYER_1'),
|
|
(25697,1,0,'Ahune, your strength grows no more!',14,0,100,0,0,0,24893,0,'Luma Skymother - SAY_PLAYER_2'),
|
|
(25697,2,0,'Your frozen reign will not come to pass!',14,0,100,0,0,0,24894,0,'Luma Skymother - SAY_PLAYER_3'),
|
|
(25729,0,0,'This is it, $n. The start of the end of the world. And you\'re here to see it off...',12,1,100,1,0,0,24909,0,'Shadowstalker Getry'),
|
|
(25729,1,0,'Let\'s go...',12,1,100,0,0,0,24910,0,'Shadowstalker Getry'),
|
|
(25729,2,0,'I... I can\'t believe it... Saurfang... I... I am honored... honored to have fought along side you, sir.',12,1,100,0,0,0,24933,0,'Shadowstalker Getry'),
|
|
(25729,3,0,'You should return to Warsong Hold now, friend. Hellscream will surely want to hear of what just happened here... of Saurfang...',12,1,100,0,0,0,24934,0,'Shadowstalker Getry'),
|
|
(25729,4,0,'Farewell...',12,0,100,0,0,0,24937,0,'Shadowstalker Getry'),
|
|
(25729,5,0,'%s nods.',16,0,0,273,0,0,24935,0,''),
|
|
(25740,0,0,'Ahune Retreats. His defenses diminish.',41,0,100,0,0,0,24931,0,'ahune EMOTE_RETREAT'),
|
|
(25740,1,0,'Ahune will soon resurface.',41,0,100,0,0,0,24932,0,'ahune EMOTE_RESURFACE'),
|
|
(25745,0,0,'The Earthen Ring\'s Assault Begins.',41,0,100,0,0,0,24930,1,'Ahune Bunny - EMOTE_EARTHEN_ASSAULT'),
|
|
(25749,0,0,'I\'ll rip your shriveled heart out with my bare hands before any harm comes to $n, necromancer.',12,1,100,5,0,0,24918,0,'High Overlord Saurfang'),
|
|
(25749,1,0,'You were never alone, $n.',12,1,100,1,0,0,24919,0,'High Overlord Saurfang'),
|
|
(25749,2,0,'This world that you seek to destroy is our home.',12,1,100,1,0,0,24920,0,'High Overlord Saurfang'),
|
|
(25749,3,0,'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.',12,1,100,1,0,0,24924,0,'High Overlord Saurfang'),
|
|
(25749,4,0,'A fool who is about to end you, necrolord. There will be nothing left of you for the Lich King to reanimate!',12,1,100,397,0,0,24927,0,'High Overlord Saurfang'),
|
|
(25749,5,0,'%s\'s eyes glow red for a brief moment.',16,0,100,0,0,0,11563,0,'High Overlord Saurfang'),
|
|
(25749,6,0,'Is that the best you can do?',12,0,100,0,0,0,13130,0,'High Overlord Saurfang'),
|
|
(25749,7,0,'You\'ll make no mention of me. Either of you!',12,1,100,0,0,0,24938,0,'High Overlord Saurfang'),
|
|
(25751,0,0,'I\'ll rip your shriveled heart out with my bare hands before any harm comes to $n, necromancer.',12,1,100,5,0,0,24918,0,'High Overlord Saurfang'),
|
|
(25751,1,0,'You were never alone, $n.',12,1,100,1,0,0,24919,0,'High Overlord Saurfang'),
|
|
(25751,2,0,'This world that you seek to destroy is our home.',12,1,100,1,0,0,24920,0,'High Overlord Saurfang'),
|
|
(25751,3,0,'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.',12,1,100,1,0,0,24924,0,'High Overlord Saurfang'),
|
|
(25751,4,0,'A fool who is about to end you, necrolord. There will be nothing left of you for the Lich King to reanimate!',12,1,100,397,0,0,24927,0,'High Overlord Saurfang'),
|
|
(25751,5,0,'%s\'s eyes glow red for a brief moment.',16,0,100,0,0,0,11563,0,'High Overlord Saurfang'),
|
|
(25751,6,0,'Is that the best you can do?',12,0,100,0,0,0,13130,0,'High Overlord Saurfang'),
|
|
(25751,7,0,'You\'ll make no mention of me. Either of you!',12,1,100,0,0,0,24938,0,'High Overlord Saurfang'),
|
|
(25753,0,0,'Warning! Warning! Intruder alert! Intruder alert!',12,0,100,0,0,0,4142,0,'Sentry-bot 57-K'),
|
|
(25753,0,1,'You have been detected. You will be assimilated or eliminated.',12,0,100,0,0,0,24981,0,'Sentry-bot 57-K'),
|
|
(25753,0,2,'Activate counter-measures. Repel intruder.',12,0,100,0,0,0,24979,0,'Sentry-bot 57-K'),
|
|
(25754,0,0,'Ahune Retreats. His defenses diminish.',41,0,100,0,0,0,24931,1,'Earthen Ring Flamecaller - EMOTE_RETREAT'),
|
|
(25754,1,0,'Ahune will soon resurface.',41,0,100,0,0,0,24932,1,'Earthen Ring Flamecaller - EMOTE_RESURFACE'),
|
|
(25758,0,0,'Incoming $r flier! Shoot $g him : her; down!',12,0,100,0,0,0,27839,0,'Defendo-tank 66D'),
|
|
(25759,0,0,'Thank you, $r. I will take this miserable cur from you now.',12,1,100,1,0,0,24966,0,'Valiance Keep Officer'),
|
|
(25773,0,1,'I survived and I\'m flesh again!',12,7,0,0,0,0,24984,0,''),
|
|
(25773,0,2,'But... but... I was perfect!',12,7,0,0,0,0,24970,0,''),
|
|
(25773,0,3,'Where am I? Who are you? What\'s that strange feeling?',12,7,0,0,0,0,24971,0,''),
|
|
(25773,0,4,'I\'m flesh and blood again! Thank you, $c!',12,7,0,0,0,0,24967,0,''),
|
|
(25783,0,0,'I\'m flesh and blood again. That\'s all that matters!',12,7,100,5,0,0,24988,0,'Fizzcrank Survivor'),
|
|
(25784,0,0,'I thank you, friend of Dalaran.',12,0,100,0,0,0,24995,0,'Archmage Evanor'),
|
|
(25784,1,0,'We mustn\'t tarry here... stay close - I\'ll take us somewhere safe.',12,0,100,0,0,0,24996,0,'Archmage Evanor'),
|
|
(25801,0,0,'Your impetuousness will be your end!',12,0,100,0,0,0,25103,0,'Nedar'),
|
|
(25801,0,1,'You dare challenge Nedar, lord of the tundral!?',12,0,100,0,0,0,25102,0,'Nedar'),
|
|
(25801,0,2,'You don\'t stand a chance!',12,0,100,0,0,0,25104,0,'Nedar'),
|
|
(25802,0,0,'You challenge Kaw, destroyer of mammoths? Then face me and feel my thunder!',14,0,100,22,0,0,25071,0,'Kaw the Mammoth Destroyer'),
|
|
(25802,1,0,'Kaw\'s halberd breaks in two and falls to the ground!',41,0,100,0,0,930,25087,0,'Kaw the Mammoth Destroyer'),
|
|
(25804,0,0,'You seek to deafen me? Pathetic... Wait... What\'s that sound?',12,0,100,0,0,0,25120,0,'Harold Lane'),
|
|
(25806,0,0,'Now THIS is a sport!',12,0,100,0,0,0,25022,0,'Loot Crazed Poacher'),
|
|
(25806,0,1,'KILL KILL KILL!!!!!!!',12,0,100,0,0,0,25019,0,'Loot Crazed Poacher'),
|
|
(25806,0,2,'I\'m sure ol\' Hemet can do something with your bones!',12,0,100,0,0,0,25017,0,'Loot Crazed Poacher'),
|
|
(25806,0,3,'Give it up, little beast!',12,0,100,0,0,0,25023,0,'Loot Crazed Poacher'),
|
|
(25806,0,4,'Just fifty more hooves and I\'ll have the new gun!',12,0,100,0,0,0,25018,0,'Loot Crazed Poacher'),
|
|
(25806,0,5,'No way! Rhino head helmet for the low, low price of thirty rhino heads? I\'ll take two at those prices!',12,0,100,0,0,0,25116,0,'Loot Crazed Poacher'),
|
|
(25806,0,6,'I wonder what Nesingwary will give me for your hide!',12,0,100,0,0,0,25016,0,'Loot Crazed Poacher'),
|
|
(25806,0,7,'It\'s gonna be veal tonight!',12,0,100,0,0,0,25020,0,'Loot Crazed Poacher'),
|
|
(25806,0,8,'Nesingwary is going to go broke if he keeps this up! Lane probably has no idea what he\'s doing!',12,0,100,0,0,0,25117,0,'Loot Crazed Poacher'),
|
|
(25807,0,0,'Are you crazy? You\'re about to blow us sky high! I\'ll take care of this wreck once everything else is finished.',12,0,100,0,0,0,25043,0,'Iggy Tailspin Cogtoggle'),
|
|
(25808,0,0,' Do you think us fools! You\'re covered in animal blood!',12,0,100,5,4000,0,25052,0,'D.E.H.T.A. Enforcer'),
|
|
(25808,0,1,' BUTCHER! DIE!',12,0,100,5,4000,0,25053,0,'D.E.H.T.A. Enforcer'),
|
|
(25808,0,2,' Calf killer! Murderer! You will pay for this!',12,0,100,5,4000,0,25054,0,'D.E.H.T.A. Enforcer'),
|
|
(25809,0,0,' Do you think us fools! You\'re covered in animal blood!',12,0,100,5,4000,0,25052,0,'Archdruid Lathorius <D.E.H.T.A.>'),
|
|
(25809,0,1,' BUTCHER! DIE!',12,0,100,5,4000,0,25053,0,'Archdruid Lathorius <D.E.H.T.A.>'),
|
|
(25809,0,2,' Calf killer! Murderer! You will pay for this!',12,0,100,5,4000,0,25054,0,'Archdruid Lathorius <D.E.H.T.A.>'),
|
|
(25810,0,0,' Do you think us fools! You\'re covered in animal blood!',12,0,100,5,4000,0,25052,0,'Hierophant Cenius <D.E.H.T.A.>'),
|
|
(25810,0,1,' BUTCHER! DIE!',12,0,100,5,4000,0,25053,0,'Hierophant Cenius <D.E.H.T.A.>'),
|
|
(25810,0,2,' Calf killer! Murderer! You will pay for this!',12,0,100,5,4000,0,25054,0,'Hierophant Cenius <D.E.H.T.A.>'),
|
|
(25811,0,0,' Do you think us fools! You\'re covered in animal blood!',12,0,100,5,4000,0,25052,0,'Zaza <D.E.H.T.A.>'),
|
|
(25811,0,1,' BUTCHER! DIE!',12,0,100,5,4000,0,25053,0,'Zaza <D.E.H.T.A.>'),
|
|
(25811,0,2,' Calf killer! Murderer! You will pay for this!',12,0,100,5,4000,0,25054,0,'Zaza <D.E.H.T.A.>'),
|
|
(25812,0,0,' Do you think us fools! You\'re covered in animal blood!',12,0,100,5,4000,0,25052,0,'Killinger the Den Watcher <D.E.H.T.A.>'),
|
|
(25812,0,1,' BUTCHER! DIE!',12,0,100,5,4000,0,25053,0,'Killinger the Den Watcher <D.E.H.T.A.>'),
|
|
(25812,0,2,' Calf killer! Murderer! You will pay for this!',12,0,100,5,4000,0,25054,0,'Killinger the Den Watcher <D.E.H.T.A.>'),
|
|
(25814,1,1,'We are Mechagnome... resistance is futile.',12,0,0,0,0,0,25000,0,''),
|
|
(25814,1,2,'The flesh is weak. We will make you better, stronger... faster.',12,0,0,0,0,0,25002,0,''),
|
|
(25814,1,3,'We can decurse you, we have the technology.',12,0,0,0,0,0,25003,0,''),
|
|
(25819,0,0,' Do you think us fools! You\'re covered in animal blood!',12,0,100,5,4000,0,25052,0,'D.E.H.T.A. Enforcer'),
|
|
(25819,0,1,' BUTCHER! DIE!',12,0,100,5,4000,0,25053,0,'D.E.H.T.A. Enforcer'),
|
|
(25819,0,2,' Calf killer! Murderer! You will pay for this!',12,0,100,5,4000,0,25054,0,'D.E.H.T.A. Enforcer'),
|
|
(25827,0,0,'Well...',12,0,100,0,0,0,25243,0,'hidden cultist SAY_HIDDEN_CULTIST_1'),
|
|
(25827,1,0,'Finally! This charade is over... Arthas give me strength!',12,0,100,0,0,0,25245,0,'hidden cultist SAY_HIDDEN_CULTIST_2'),
|
|
(25827,2,0,'You don\'t know who you\'re messing with, $c! Death beckons!',12,0,100,0,0,0,25246,0,'hidden cultist SAY_HIDDEN_CULTIST_3'),
|
|
(25827,3,0,'I suppose this is it, then? I won\'t go down quietly!',12,0,100,0,0,0,25244,0,'hidden cultist SAY_HIDDEN_CULTIST_4'),
|
|
(25828,0,0,'Well...',12,0,100,0,0,0,25243,0,'hidden cultist SAY_HIDDEN_CULTIST_1'),
|
|
(25828,1,0,'Finally! This charade is over... Arthas give me strength!',12,0,100,0,0,0,25245,0,'hidden cultist SAY_HIDDEN_CULTIST_2'),
|
|
(25828,2,0,'You don\'t know who you\'re messing with, $c! Death beckons!',12,0,100,0,0,0,25246,0,'hidden cultist SAY_HIDDEN_CULTIST_3'),
|
|
(25828,3,0,'I suppose this is it, then? I won\'t go down quietly!',12,0,100,0,0,0,25244,0,'hidden cultist SAY_HIDDEN_CULTIST_4'),
|
|
(25830,0,0,'Twonky!',12,0,100,0,0,0,25012,0,'Twonky - On aggro'),
|
|
(25831,0,0,'ED-210 online!',12,0,100,0,0,0,25013,0,'ED-210 - Just summoned'),
|
|
(25832,0,0,'I am the herald of Mechazod. You will be decursed!',12,0,100,0,0,0,25014,0,'Max Blasto - Just summoned'),
|
|
(25833,0,0,'Your meddling is at an end. Mechazod will relieve your curse once I am done with you.',12,0,100,0,0,0,25015,0,'The Grinder - Just summoned'),
|
|
(25834,0,0,'You were looking for me, child? Why do you come to kill me, $n? I only wish to help.',12,0,100,6,0,0,25024,0,'Gearmaster Mechazod'),
|
|
(25834,1,0,'Now that I have been reassembled, we can return to a time of perfection... the time of the Titans!',12,0,100,1,0,0,25025,0,'Gearmaster Mechazod'),
|
|
(25834,2,0,'But, I can see it in your eyes, hear it in your pulse rate. You would destroy me despite my offer of immortality!',12,0,100,25,0,0,25026,0,'Gearmaster Mechazod'),
|
|
(25834,3,0,'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!',12,0,100,25,0,0,25027,0,'Gearmaster Mechazod'),
|
|
(25835,0,0,'It\'s a miracle! The beast skinned itself!',12,0,100,0,0,0,25029,0,'Nesingwary Trapper'),
|
|
(25835,0,1,'Jackpot!',12,0,100,0,0,0,25034,0,'Nesingwary Trapper'),
|
|
(25835,0,2,'Stupid beasts!',12,0,100,0,0,0,25030,0,'Nesingwary Trapper'),
|
|
(25835,0,3,'This is the last one that I need for the set of Nesingwary steak knives!',12,0,100,0,0,0,25031,0,'Nesingwary Trapper'),
|
|
(25836,0,0,'Mother of pearl!',12,0,100,0,0,0,25037,0,'Loot Crazed Diver'),
|
|
(25836,0,1,'Clam skin dress shirt here I come!',12,0,100,0,0,0,25038,0,'Loot Crazed Diver'),
|
|
(25836,0,2,'The clam has given up the goods!',12,0,100,0,0,0,25039,0,'Loot Crazed Diver'),
|
|
(25836,0,3,'BAM!',12,0,100,0,0,0,25040,0,'Loot Crazed Diver'),
|
|
(25837,0,0,'Bring forth the imps!',14,0,100,0,0,0,25050,0,'Shadowsword Commander'),
|
|
(25838,0,0,' Do you think us fools! You\'re covered in animal blood!',12,0,100,5,4000,0,25052,0,'Hierophant Liandra <D.E.H.T.A.>'),
|
|
(25838,0,1,' BUTCHER! DIE!',12,0,100,5,4000,0,25053,0,'Hierophant Liandra <D.E.H.T.A.>'),
|
|
(25838,0,2,' Calf killer! Murderer! You will pay for this!',12,0,100,5,4000,0,25054,0,'Hierophant Liandra <D.E.H.T.A.>'),
|
|
(25849,0,0,'It\'s really going to work this time... right?',12,0,100,6,0,0,25143,0,'Fezzix Geartwist'),
|
|
(25849,1,0,'It works, Dorain! Look! It actually works...',12,0,100,4,0,0,25148,0,'Fezzix Geartwist'),
|
|
(25849,2,0,'Here I goooooooooo!',12,0,100,0,0,0,25150,0,'Fezzix Geartwist'),
|
|
(25849,3,0,'OUCH!',12,0,100,0,0,0,25151,0,'Fezzix Geartwist'),
|
|
(25849,4,0,'I give up! So much for goblin ingenuity!',12,0,100,5,0,0,25152,0,'Fezzix Geartwist'),
|
|
(25850,0,0,'%s trumpets in approval!',16,0,100,0,0,0,25046,0,'Trapped Mammoth Calf'),
|
|
(25863,0,0,'You are not allowed to interfere!',12,0,100,1,1500,0,25098,0,'Twilight Firesworn'),
|
|
(25866,0,0,'The elements will crush you!',12,0,100,1,1500,0,25100,0,'Twilight Speaker Viktor'),
|
|
(25885,0,0,'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!',12,0,100,1,0,0,25085,0,'Whirligig Wafflefry'),
|
|
(25885,1,0,'Be the first on your block to own the incredible Electrostatic Maculation Blaster!',12,0,100,1,0,0,25073,0,'Whirligig Wafflefry'),
|
|
(25885,2,0,'Derived from cutting edge Shattered Sun Offensive military technology, it blasts away stubborn stains with ease!',12,0,100,1,0,0,25074,0,'Whirligig Wafflefry'),
|
|
(25885,3,0,'Wine stains, grass stains, even pet stains are no match for the Electrostatic Maculation Blaster!',12,0,100,1,0,0,25075,0,'Whirligig Wafflefry'),
|
|
(25885,4,0,'Don\'t wait! Order now and receive my Ultra-Kinetic Waffle Iron at no additional charge!',12,0,100,1,0,0,25076,0,'Whirligig Wafflefry'),
|
|
(25924,0,0,'Our vision will be realized!',12,0,100,1,1500,0,25099,0,'Twilight Speaker Viktor'),
|
|
(25949,0,0,'These stones should be the last of them. Our coordination with Neptulon\'s forces will be impeccable.',12,0,100,1,0,0,25123,0,'Briatha'),
|
|
(25949,1,0,'And your own preparations? Will the Frost Lord have a path to the portal?',12,0,100,1,0,0,25126,0,'Briatha'),
|
|
(25949,2,0,'The ritual in Coilfang will bring Ahune through once he is fully prepared, and the resulting clash between Firelord and Frostlord will rend the foundations of this world. Our ultimate goals are in reach at last....',12,0,100,1,0,0,25128,0,'Briatha'),
|
|
(25951,0,0,'Yess. The Tidehunter will be pleased at this development. The Firelord\'s hold will weaken.',12,0,100,1,0,0,25124,0,'Heretic Emissary'),
|
|
(25951,1,0,'Skar\'this has informed us well. We have worked our way into the slave pens and await your cryomancerss.',12,0,100,1,0,0,25127,0,'Heretic Emissary'),
|
|
(25969,0,0,'Brr...',12,0,0,0,0,0,0,0,''),
|
|
(25979,0,0,'Now THIS is a sport!',12,0,100,0,0,0,25022,0,'Loot Crazed Hunter'),
|
|
(25979,0,1,'KILL KILL KILL!!!!!!!',12,0,100,0,0,0,25019,0,'Loot Crazed Hunter'),
|
|
(25979,0,2,'I\'m sure ol\' Hemet can do something with your bones!',12,0,100,0,0,0,25017,0,'Loot Crazed Hunter'),
|
|
(25979,0,3,'Give it up, little beast!',12,0,100,0,0,0,25023,0,'Loot Crazed Hunter'),
|
|
(25979,0,4,'Just fifty more hooves and I\'ll have the new gun!',12,0,100,0,0,0,25018,0,'Loot Crazed Hunter'),
|
|
(25979,0,5,'No way! Rhino head helmet for the low, low price of thirty rhino heads? I\'ll take two at those prices!',12,0,100,0,0,0,25116,0,'Loot Crazed Hunter'),
|
|
(25979,0,6,'I wonder what Nesingwary will give me for your hide!',12,0,100,0,0,0,25016,0,'Loot Crazed Hunter'),
|
|
(25979,0,7,'It\'s gonna be veal tonight!',12,0,100,0,0,0,25020,0,'Loot Crazed Hunter'),
|
|
(25979,0,8,'Nesingwary is going to go broke if he keeps this up! Lane probably has no idea what he\'s doing!',12,0,100,0,0,0,25117,0,'Loot Crazed Hunter'),
|
|
(25983,0,0,'Fezzix, I think we\'ve solved your little engine problem.',12,0,100,1,0,0,25132,0,'Dorain Frosthoof'),
|
|
(25986,0,0,'The Ore Cart squeaks against the rails as it is released.',16,0,100,0,0,0,25416,0,'Ore Cart'),
|
|
(26045,0,0,'You will not master me, puny $r!',12,0,100,0,0,0,25149,0,'Storm Tempest'),
|
|
(26046,0,0,'I serve only the master now.',14,0,100,0,0,12511,25195,0,'KJ - SAY_ANVEENA_IMPRISONED'),
|
|
(26046,1,0,'But I\'m... lost. I cannot find my way back.',14,0,100,0,0,12512,25196,0,'KJ - SAY_ANVEENA_LOST'),
|
|
(26046,2,0,'Kalec... Kalec?',14,0,100,0,0,12513,25197,0,'KJ - SAY_ANVEENA_KALEC'),
|
|
(26046,3,0,'The nightmare is over! The spell is broken! Goodbye Kalec, my love!',14,0,100,0,0,12514,25198,0,'KJ - SAY_ANVEENA_GOODBYE'),
|
|
(26073,0,0,'Who disturbs my meditation?!',14,0,100,15,0,0,24619,0,'High Priest Talet-Kha'),
|
|
(26076,0,0,'What is the meaning of this?! I have not yet finished my feast!',14,0,100,1,1000,0,24586,0,'Nafarset on activation'),
|
|
(26097,0,0,'Thank you for saving us. We accidentally uncovered the pieces of Gearmaster Mechazod and reassembled him.',12,0,100,0,0,0,25205,0,'Fizzcrank Gnome Ghost'),
|
|
(26097,1,0,'In return, he \'de-cursed\' us, saying that we were being \'fixed\' by returning us to the state of being mechanical constructs.',12,0,100,0,0,0,25207,0,'Fizzcrank Gnome Ghost'),
|
|
(26097,2,0,'He claims that all creations of the Titans fall prey to what he calls, \'The Curse of Flesh\'. He says that the original gnomes were once mechagnomes.',12,0,100,0,0,0,25208,0,'Fizzcrank Gnome Ghost'),
|
|
(26097,3,0,'He\'s quite insane! Someone must put a stop to his madness before it\'s too late for everyone!',12,0,100,0,0,0,25209,0,'Fizzcrank Gnome Ghost'),
|
|
(26116,0,0,'You will not stop the Frost Lord from entering this world, mortal. The Tidehunter\'s might will crush that of Ragnaros once and for all, leaving your land a frozen paradise!',12,0,100,1,2000,0,25372,0,'Frostwave Lieutenant intro speech'),
|
|
(26117,0,0,'Easy now, drakeling.',12,0,100,0,0,0,25325,0,'Raelorasz - say_drake_0'),
|
|
(26117,1,0,'A wonderful specimen.',12,0,100,0,0,0,25324,0,'Raelorasz - say_drake_1'),
|
|
(26117,1,1,'Sleep now, young one....',12,0,100,0,0,0,25323,0,'Raelorasz - say_drake_2'),
|
|
(26117,1,2,'Yes, this one should advance my studies nicely....',12,0,100,0,0,0,25326,0,'say_drake_3'),
|
|
(26117,2,0,'Keristrasza! I wish that circumstances allowed for a more fitting welcome. Fate has been kind to return you to us.',12,0,100,5,0,0,25464,0,'Raelorasz'),
|
|
(26117,3,0,'Malygos - in the open? I hadn\'t dared hope for an opportunity such as this. I\'ll assemble our bretheren at once!',12,0,100,1,0,0,25467,0,'Raelorasz'),
|
|
(26117,4,0,'Of course, my lady. Until we meet again...',12,0,100,1,0,0,25468,0,'Raelorasz'),
|
|
(26125,0,0,'...',12,0,0,0,0,0,11044,0,''),
|
|
(26126,0,0,'Die mortal!',12,0,50,0,0,0,0,0,''),
|
|
(26165,0,0,'Death will be only the beginning of your torture.',12,0,100,0,0,0,24855,0,'Damned Taunka Spirit'),
|
|
(26167,0,0,'%s cries.',16,1,100,18,0,0,25304,0,'Taunka\'le Evacuee'),
|
|
(26167,1,0,'Stop!',12,1,100,5,0,0,25294,0,'Taunka\'le Evacuee'),
|
|
(26167,2,0,'Look out!',12,1,100,0,0,0,25299,0,'Taunka\'le Evacuee'),
|
|
(26167,3,0,'%s points northeast.',16,1,100,25,0,0,25311,0,'Taunka\'le Evacuee'),
|
|
(26167,4,0,'The smoke in the distance... It is Wartook. He is trying to tell us something...',12,1,100,1,0,0,25312,0,'Taunka\'le Evacuee'),
|
|
(26167,5,0,'%s expertly identifies the messages hidden within the smoke signals.',16,1,100,20,0,0,25315,0,'Taunka\'le Evacuee'),
|
|
(26167,6,0,'No... It cannot be true...',12,1,100,274,0,0,25313,0,'Taunka\'le Evacuee'),
|
|
(26167,7,0,'Icemist... Not Icemist... NO!!! Come quickly, hero! Follow me!',12,1,100,15,0,0,25314,0,'Taunka\'le Evacuee'),
|
|
(26170,0,0,'Leryssa!',14,0,100,0,0,14664,25359,0,'thassarian SAY_THASSARIAN_1'),
|
|
(26170,1,0,'What have you done to my sister, you motherless elf scum!?',14,0,100,0,0,14665,25360,0,'thassarian SAY_THASSARIAN_2'),
|
|
(26170,2,0,'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.',12,0,100,53,0,14666,25366,0,'thassarian SAY_THASSARIAN_3'),
|
|
(26170,3,0,'Leryssa... you... you\'re all right!',12,0,100,0,0,14667,25844,0,'thassarian SAY_THASSARIAN_4'),
|
|
(26170,4,0,'I cannot return home with you just yet, Leryssa. I am not quite done with the Scourge.',12,0,100,0,0,14668,25845,0,'thassarian SAY_THASSARIAN_5'),
|
|
(26170,5,0,'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.',12,0,100,0,0,14669,25846,0,'thassarian SAY_THASSARIAN_6'),
|
|
(26170,6,0,'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.',12,0,100,0,0,14670,25850,0,'thassarian SAY_THASSARIAN_7'),
|
|
(26170,7,0,' Speak, Lich! Undeath won\'t save you from what I\'ll put you through!',12,0,100,0,4000,0,25321,0,'Thassarian'),
|
|
(26171,0,0,' Please... all our orders come from Naxxanar... me and my men are kept in the dark!',12,0,100,0,0,0,25353,0,'High Deathpriest Isidorus'),
|
|
(26171,0,1,' Mercy! You were once with us! DO you not remember?',12,0,100,0,0,0,25355,0,'High Deathpriest Isidorus'),
|
|
(26171,0,2,' I beg you, death knight! Keep your minion away from me! I\'ll do anything!',12,0,100,0,0,0,25354,0,'High Deathpriest Isidorus'),
|
|
(26178,0,0,'You will not stop the Frost Lord from entering this world, mortal. The Tidehunter\'s might will crush that of Ragnaros once and for all, leaving your land a frozen paradise!',12,0,100,1,2000,0,25372,0,'Hailstone Lieutenant intro speech'),
|
|
(26179,0,0,'Victory or death! For the Horde!',14,1,100,15,0,0,25667,0,'Taunka\'le Refugee'),
|
|
(26184,0,0,'Victory or death! For the Horde!',14,1,100,15,0,0,25667,0,'Taunka\'le Refugee'),
|
|
(26185,0,0,' You worship death, little man? Death is here!',12,0,100,35,0,0,25347,0,'Lurid'),
|
|
(26185,0,1,' Master... you want... I kill puny priest? Make painful, yes?',12,0,100,35,0,0,25345,0,'Lurid'),
|
|
(26185,0,2,' Yes, weakling... beg Lurid for life!',12,0,100,35,0,0,25346,0,'Lurid'),
|
|
(26185,1,0,' You Arthas lapdog? You die!',12,0,100,0,0,0,25835,0,'Lurid'),
|
|
(26185,1,1,' Time to kill!',12,0,100,0,0,0,17565,0,'Lurid'),
|
|
(26185,1,2,' Lurid could get used... to working with you.',12,0,100,0,0,0,25837,0,'Lurid'),
|
|
(26185,1,3,' It\'s about time! Lurid was getting bored.',12,0,100,0,0,0,25834,0,'Lurid'),
|
|
(26185,1,4,' This not... end well for you!',12,0,100,0,0,0,25836,0,'Lurid'),
|
|
(26189,0,0,' The ziggurat\'s lost! Flee to the temple!',12,0,100,0,0,0,25350,0,'Fleeing Cultist'),
|
|
(26189,0,1,' The death knight... he\'s mad!',12,0,100,0,0,0,25349,0,'Fleeing Cultist'),
|
|
(26189,0,2,' Arthas save us - we\'re doomed!',12,0,100,0,0,0,25348,0,'Fleeing Cultist'),
|
|
(26196,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Loguhn'),
|
|
(26199,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Snowfall Glade Den Mother'),
|
|
(26203,0,0,'Your progress in this region has been impressive, blood prince. I am pleased.',12,0,100,0,0,14756,25362,0,'thassarian SAY_LICH_1'),
|
|
(26203,1,0,'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?',12,0,100,0,0,14757,25363,0,'thassarian SAY_LICH_2'),
|
|
(26203,2,0,'Do not fail me, San\'layn. Return to Icecrown with this fool\'s head or do not bother to return.',12,0,100,1,0,14758,25364,0,'thassarian SAY_LICH_3'),
|
|
(26204,0,0,'You will not stop the Frost Lord from entering this world, mortal. The Tidehunter\'s might will crush that of Ragnaros once and for all, leaving your land a frozen paradise!',12,0,100,1,2000,0,25372,0,'Chillwind Lieutenant intro speech'),
|
|
(26206,0,0,'Raelorasz, it is good to see you again.',12,0,100,2,0,0,25463,0,'Keristrasza'),
|
|
(26206,1,0,'Fate, it seems, has been more than kind. A blow has been dealt to Malygos. When he learns of it, I am confident he will leave the safety of the Nexus.',12,0,100,1,0,0,25466,0,'Keristrasza'),
|
|
(26206,2,0,'Prepare them well, Raelorasz. Malygos\' power is like nothing they\'ve seen. We will likely only delay his plans with this diversion.',12,0,100,1,0,0,25469,0,'Keristrasza'),
|
|
(26206,3,0,'Farewell, Raelorasz.',12,0,100,1,0,0,25472,0,'Keristrasza'),
|
|
(26214,0,0,'You will not stop the Frost Lord from entering this world, mortal. The Tidehunter\'s might will crush that of Ragnaros once and for all, leaving your land a frozen paradise!',12,0,100,1,2000,0,25372,0,'Frigid Lieutenant intro speech'),
|
|
(26215,0,0,'You will not stop the Frost Lord from entering this world, mortal. The Tidehunter\'s might will crush that of Ragnaros once and for all, leaving your land a frozen paradise!',12,0,100,1,2000,0,25372,0,'Glacial Lieutenant intro speech'),
|
|
(26216,0,0,'You will not stop the Frost Lord from entering this world, mortal. The Tidehunter\'s might will crush that of Ragnaros once and for all, leaving your land a frozen paradise!',12,0,100,1,2000,0,25372,0,'Glacial Templar intro speech'),
|
|
(26237,0,0,'Stay close to me, $n. I could not bear for any harm to come to you.',12,0,100,1,0,0,25474,0,'Keristrasza'),
|
|
(26237,1,0,'MALYGOS!!',14,0,100,15,0,7274,25475,0,'Keristrasza'),
|
|
(26237,2,0,'Come, Lord of Magic, and recover your precious consort....',14,0,100,1,0,0,25477,0,'Keristrasza'),
|
|
(26237,3,0,'...what remains of her!',14,0,100,0,0,0,25478,0,'Keristrasza'),
|
|
(26237,4,0,'Come, $n. Let us see the fruits of our efforts.',12,0,100,0,0,0,25479,0,'Keristrasza'),
|
|
(26237,5,0,'Hurry, $n! Flee! Live to finish what we\'ve begun here....',12,0,100,0,0,0,25491,0,'Keristrasza'),
|
|
(26237,6,0,'Never!',14,0,100,0,0,0,25489,0,'Keristrasza'),
|
|
(26246,0,0,'Mortal heroes - your victory here today was foretold long ago. My brother\'s anguished cry of defeat will echo across the universe - bringing renewed hope to all those who still stand against the Burning Crusade.',12,0,100,1,0,12515,25403,0,'Prophet Velen'),
|
|
(26246,1,0,'As the Legion\'s final defeat draws ever-nearer, stand proud in the knowledge that you have saved worlds without number from the flame.',12,0,100,1,0,12516,0,0,'Prophet Velen'),
|
|
(26246,2,0,'Just as this day marks an ending, so too does it herald a new beginning...',12,0,100,1,0,12517,0,0,'Prophet Velen'),
|
|
(26246,3,0,'The creature Entropius, whom you were forced to destroy, was once the noble naaru, M\'uru. In life, M\'uru channeled vast energies of LIGHT and HOPE. For a time, a misguided few sought to steal those energies...',12,0,100,1,0,12518,25407,0,'Prophet Velen'),
|
|
(26246,4,0,'Then fortunate it is, that I have reclaimed the noble naaru\'s spark from where it fell! Where faith dwells, hope is never lost, young blood elf.',12,0,100,1,0,12519,25409,0,'Prophet Velen'),
|
|
(26246,5,0,'Gaze now, mortals - upon the HEART OF M\'URU! Unblemished. Bathed by the light of Creation - just as it was at the Dawn.',12,0,100,1,0,12520,25411,0,'Prophet Velen'),
|
|
(26246,6,0,'In time, the light and hope held within - will rebirth more than this mere fount of power... Mayhap, they will rebirth the soul of a nation.',12,0,100,1,0,12521,0,0,'Prophet Velen'),
|
|
(26246,7,0,'Salvation, young one. It waits for us all.',12,0,100,1,0,12522,25414,0,'Prophet Velen'),
|
|
(26246,8,0,'Farewell...',12,0,100,0,0,12523,24937,0,'Prophet Velen'),
|
|
(26247,0,0,'Our arrogance was unpardonable. We damned one of the most noble beings of all. We may never atone for this sin.',12,0,100,1,0,12524,25408,0,'Lady Liadrin'),
|
|
(26247,1,0,'Can it be?',12,0,100,1,0,12525,25410,0,'Lady Liadrin'),
|
|
(26247,2,0,'Blessed ancestors! I feel it... so much love... so much grace... there are... no words... impossible to describe...',12,0,100,1,0,12526,25413,0,'Lady Liadrin'),
|
|
(26280,0,0,'I cannot.',12,0,100,396,0,0,25912,0,'Dragonblight Mage Hunter'),
|
|
(26280,0,1,'No.',12,0,100,396,0,0,25913,0,'Dragonblight Mage Hunter'),
|
|
(26280,0,2,'You\'ll have to be patient.',12,0,100,396,0,0,25914,0,'Dragonblight Mage Hunter'),
|
|
(26280,0,3,'Goramosh is busy with a ritual right now.',12,0,100,396,0,0,25915,0,'Dragonblight Mage Hunter'),
|
|
(26280,0,4,'My orders are that you must wait here.',12,0,100,396,0,0,25916,0,'Dragonblight Mage Hunter'),
|
|
(26280,0,5,'The master will be with you momentarily.',12,0,100,396,0,0,25917,0,'Dragonblight Mage Hunter'),
|
|
(26280,0,6,'It won\'t be long now.',12,0,100,396,0,0,25918,0,'Dragonblight Mage Hunter'),
|
|
(26280,0,7,'My apologies, ambassador. My orders were quite clear.',12,0,100,396,0,0,25919,0,'Dragonblight Mage Hunter'),
|
|
(26287,0,0,'Thel\'zan\'s phylactery drops to the ground beneath Icestorm',41,0,100,0,0,0,27125,0,'Icestorm'),
|
|
(26293,0,0,'The Hulking Jormungar falters for a moment, opening its mouth wide.',41,0,100,0,0,0,25961,0,'Hulking Jormungar'),
|
|
(26310,0,0,'Keristrasza! You\'ve bested my consort... and now YOU shall take her place!',14,0,100,0,0,0,25485,0,'Malygos'),
|
|
(26321,0,0,'The %s gives you its thanks.',16,0,100,0,0,1525,26039,0,'Lothalor Ancient'),
|
|
(26334,0,0,'Constructs, defend the capital at all costs!',14,0,100,0,0,0,25483,0,'Forgemaster Damrath'),
|
|
(26334,0,1,'To battle, my children! Show the enemy no mercy!',14,0,100,0,0,0,25484,0,'Forgemaster Damrath'),
|
|
(26334,0,2,'Crush the children of stone, my iron brethren!',14,0,100,0,0,0,25487,0,'Forgemaster Damrath'),
|
|
(26334,0,3,'For the thane! For Loken!',14,0,100,0,0,0,25486,0,'Forgemaster Damrath'),
|
|
(26349,0,0,'You\'re too late! The accord has been negotiated. Only the details remain. Small details... like you!',12,0,100,0,0,0,25716,0,'Goramosh'),
|
|
(26379,0,0,'We will walk together, $n.',12,1,100,1,0,0,26131,0,'Overlord Agmar'),
|
|
(26379,1,0,'Welcome to the Horde, High Chief. Lok\'tar ogar!',12,1,100,2,0,0,26141,0,'Overlord Agmar'),
|
|
(26379,2,0,'FOR THE HORDE!',14,1,100,15,0,0,26142,0,'Overlord Agmar'),
|
|
(26401,0,0,'Thank you again, $n, for this delectable incense.',12,0,100,1,1000,0,25699,0,'Summer Scorchling'),
|
|
(26401,1,0,'%s devours the incense. It\'s ravenous!',16,0,100,1,1000,0,25717,0,'Summer Scorchling'),
|
|
(26401,2,0,'So good! So packed with energy!',12,0,100,1,1000,0,25718,0,'Summer Scorchling'),
|
|
(26401,3,0,'It has everything a growing scorchling needs!',12,0,100,1,1000,0,25719,0,'Summer Scorchling'),
|
|
(26401,4,0,'I can feel the power SURGING within me!',12,0,100,1,1000,0,25730,0,'Summer Scorchling'),
|
|
(26401,5,0,'%s bellows with laughter!',16,0,100,1,1000,0,25720,0,'Summer Scorchling'),
|
|
(26401,6,0,'Now! Finally! Our plans can take effect!',12,0,100,1,1000,0,25721,0,'Summer Scorchling'),
|
|
(26401,7,0,'KNEEL, LITTLE MORTAL! KNEEL BEFORE THE MIGHT OF THE HERALD OF RAGNAROS!',12,0,100,1,1000,0,25722,0,'Summer Scorchling'),
|
|
(26401,8,0,'YOU WILL ALL PERISH IN FLAMES!',12,0,100,1,1000,0,25723,0,'Summer Scorchling'),
|
|
(26401,9,0,'%s blinks...',16,0,100,1,1000,0,25724,0,'Summer Scorchling'),
|
|
(26401,10,0,'Ah. I was merely jesting...',12,0,100,1,1000,0,25725,0,'Summer Scorchling'),
|
|
(26417,0,0,'Children of iron, lend me your blades!',12,0,100,0,0,0,25981,0,'Runed Giant'),
|
|
(26417,0,1,'Crush the small one!',12,0,100,0,0,0,25979,0,'Runed Giant'),
|
|
(26417,0,2,'Iron masters, aid me in this battle!',12,0,100,0,0,0,25967,0,'Runed Giant'),
|
|
(26417,0,3,'The enemy grows stronger! Aid me!',12,0,100,0,0,0,25982,0,'Runed Giant'),
|
|
(26417,0,4,'We will destroy you, puny creature!',12,0,100,0,0,0,25980,0,'Runed Giant'),
|
|
(26420,0,0,'Ah, yes. Loken is well known to me.',12,0,100,0,0,0,26267,0,'Gavrock'),
|
|
(26420,1,0,'It is he who commands the sons of iron in their war against us.',12,0,100,0,0,0,26268,0,'Gavrock'),
|
|
(26420,2,0,'From his hiding place, he oversees their preparations for war with the goal of exterminating the stone giants!',12,0,100,0,0,0,26269,0,'Gavrock'),
|
|
(26421,0,0,'The %s is angered by your request and attacks!',16,0,100,0,0,0,26042,0,'emote text'),
|
|
(26421,1,0,'Breaking off a piece of its bark, the %s hands it to you before departing.',16,0,100,0,0,0,26041,0,'emote text'),
|
|
(26437,0,0,'Amidst the tragedy and chaos, this place stands defiantly against the Scourge! It is good to be Horde.',12,1,100,113,0,0,25727,0,'Taunka Soldier'),
|
|
(26445,0,0,'Shall return to the cradle of iron and stone.',12,0,100,0,0,0,25686,0,'Rune Plate'),
|
|
(26445,1,0,'Return to Ulduar, nestled in the embrace of the storm.',12,0,100,0,0,0,25688,0,'Rune Plate'),
|
|
(26445,2,0,'Greatest of the Maker\'s children, arise and claim your birthright.',12,0,100,0,0,0,25690,0,'Rune Plate'),
|
|
(26450,0,0,'The fallen of Pal\'ea will not rest, son. Find the naga priestess!',12,0,100,1,0,0,25684,0,'Ariut'),
|
|
(26484,0,0,'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!',12,0,100,0,0,0,26266,0,'Hugh Glass'),
|
|
(26484,1,0,'That\'s not something Limpy Joe would ask! But yeah, I know Loken.',12,0,100,0,0,0,26265,0,'Hugh Glass'),
|
|
(26484,2,0,'By the Light, you killed Limpy Joe and took the meat! How did you know where to find us?',12,0,100,5,0,0,26639,0,'Hugh Glass'),
|
|
(26484,3,0,'Well, if you\'ve come to kill me, too, can you at least wait until I\'ve fed Griselda? Poor girl hasn\'t eaten in days.',12,0,100,20,0,0,26642,0,'Hugh Glass'),
|
|
(26484,4,0,'Here, girl. I\'ve got one last meal for you before Limpy Joe\'s killer does us in!',12,0,100,22,0,0,26643,0,'Hugh Glass'),
|
|
(26484,5,0,'How could you kill poor, defenseless old Joe? And why did you bring the meat back?',12,0,100,6,0,0,26645,0,'Hugh Glass'),
|
|
(26484,6,0,'You\'re an enigma, that\'s what you are... And let me tell you, enigmas and I don\'t get along....',12,0,100,1,0,0,26646,0,'Hugh Glass'),
|
|
(26484,7,0,'I think you\'d best leave before Griselda decides she\'s in the mood for dessert.',12,0,100,25,0,0,26647,0,'Hugh Glass'),
|
|
(26484,8,0,'Wake up, Griselda. Here, girl.',12,0,100,0,0,0,25700,0,'Hugh Glass'),
|
|
(26484,9,0,'They\'ll never find us here, will they? We won\'t let them get us like they got Limpy Joe and Flannel McGee!',12,0,100,5,0,0,25701,0,'Hugh Glass'),
|
|
(26484,9,1,'No, we escaped from those monsters! They\'re nothing like us, Griselda.',12,0,100,1,0,0,25702,0,'Hugh Glass'),
|
|
(26484,9,2,'We\'re hunters, you and I. No wolfmen here, no ma\'am.',12,0,100,274,0,0,25703,0,'Hugh Glass'),
|
|
(26484,9,3,'Keep an eye out for them, girl! Don\'t let them get us!',12,0,100,25,0,0,25704,0,'Hugh Glass'),
|
|
(26496,0,0,'You will tell your commander that I will not wait a moment longer! Does he want this alliance or not?!',12,0,100,396,0,0,25707,0,'Wind Trader Mu\'fah'),
|
|
(26496,0,1,'I have been waiting here for an eternity since our last meeting! When will Goramosh be done with his ritual?',12,0,100,396,0,0,25708,0,'Wind Trader Mu\'fah'),
|
|
(26496,0,2,'This is insufferable! I represent a nexus-prince, I am not to be made to wait! Goramosh should be waiting on me!',12,0,100,15,0,0,25710,0,'Wind Trader Mu\'fah'),
|
|
(26496,0,3,'I was personally assured by Malygos that your commander would make the details of this accord his top priority. Now let me pass!',12,0,100,15,0,0,25711,0,'Wind Trader Mu\'fah'),
|
|
(26496,0,4,'If I have to wait much longer, I will be forced to reconsider the proposed accord between the Ethereum and the Blue Dragonflight!',12,0,100,15,0,0,25712,0,'Wind Trader Mu\'fah'),
|
|
(26496,0,5,'You are nothing but an underling! I will not wait a moment longer! Escort me to Goramosh immediately!',12,0,100,396,0,0,25713,0,'Wind Trader Mu\'fah'),
|
|
(26496,0,6,'Yes, yes, I am given to understand that the ley line has already been diverted. I will wait no longer... summon Goramosh this instant!',12,0,100,15,0,0,25735,0,'Wind Trader Mu\'fah'),
|
|
(26496,0,7,'Your surge needle appears to have worked perfectly. Surely Goramosh now has time to speak further of the proposed accord?',12,0,100,396,0,0,25736,0,'Wind Trader Mu\'fah'),
|
|
(26496,1,0,'What\'s this, more delays?!',12,0,100,0,0,0,25715,0,'Wind Trader Mu\'fah'),
|
|
(26497,0,0,'Arthas! You can\'t just--',12,0,100,0,0,12837,27326,0,'culling SAY_PHASE113'),
|
|
(26497,1,0,'I\'m sorry, Arthas. I can\'t watch you do this.',12,0,100,0,0,12838,27330,0,'culling SAY_PHASE117'),
|
|
(26499,0,0,'Glad you could make it, Uther.',12,0,100,0,0,12828,27314,0,'culling SAY_PHASE101'),
|
|
(26499,1,0,'As if I could forget. Listen, Uther, there\'s something about the plague you should know...',12,0,100,0,0,12829,27316,0,'culling SAY_PHASE103'),
|
|
(26499,2,0,'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!',12,0,100,0,0,12830,27317,0,'culling SAY_PHASE104'),
|
|
(26499,3,0,'This entire city must be purged.',12,0,100,0,0,12831,27319,0,'culling SAY_PHASE106'),
|
|
(26499,4,0,'Damn it, Uther! As your future king, I order you to purge this city!',12,0,100,0,0,12832,27321,0,'culling SAY_PHASE108'),
|
|
(26499,5,0,'Then I must consider this an act of treason.',12,0,100,0,0,12833,27323,0,'culling SAY_PHASE110'),
|
|
(26499,6,0,'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.',12,0,100,0,0,12834,27325,0,'culling SAY_PHASE112'),
|
|
(26499,7,0,'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!',12,0,100,0,0,12835,27327,0,'culling SAY_PHASE114'),
|
|
(26499,8,0,'Jaina?',12,0,100,0,0,12836,27329,0,'culling SAY_PHASE116'),
|
|
(26499,9,0,'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!',14,0,100,0,0,14327,27466,0,'culling SAY_PHASE118'),
|
|
(26499,10,0,'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.',12,0,100,0,0,14293,27535,0,'culling SAY_PHASE201'),
|
|
(26499,11,0,'I can only help you with a clean death.',12,0,100,0,0,14294,27548,0,'culling SAY_PHASE203'),
|
|
(26499,12,0,'That was just the beginning.',12,0,100,0,0,14295,27553,0,'culling SAY_PHASE205'),
|
|
(26499,13,0,'I won\'t allow it, Mal\'Ganis! Better that these people die by my hand than serve as your slaves in death!',14,0,100,0,0,14296,27577,0,'culling SAY_PHASE208'),
|
|
(26499,14,0,'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.',14,0,100,0,0,14885,27584,0,'culling SAY_PHASE209'),
|
|
(26499,15,0,'Champions, meet me at the Town Hall at once. We must take the fight to Mal\'Ganis.',14,0,100,0,0,14297,28890,0,'culling SAY_PHASE210'),
|
|
(26499,16,0,'Follow me, I know the way through.',12,0,100,0,0,14298,27800,0,'culling SAY_PHASE301'),
|
|
(26499,17,0,'Yes, I\'m glad I could get to you before the plague.',12,0,100,0,0,14299,27812,0,'culling SAY_PHASE303'),
|
|
(26499,18,0,'What is this sorcery?',12,0,100,0,0,14300,27814,0,'culling SAY_PHASE304'),
|
|
(26499,19,0,'Mal\'Ganis appears to have more than Scourge in his arsenal. We should make haste.',12,0,100,0,0,14301,27840,0,'culling SAY_PHASE306. NEEDS VERIFICATION'),
|
|
(26499,20,0,'More vile sorcery! Be ready for anything!',12,0,100,0,0,14302,27882,0,'culling SAY_PHASE307'),
|
|
(26499,21,0,'Let\'s move on.',12,0,100,0,0,14303,36010,0,'culling SAY_PHASE308'),
|
|
(26499,22,0,'Watch your backs: they have us surrounded in this hall.',12,0,100,0,0,14304,27901,0,'culling SAY_PHASE309'),
|
|
(26499,23,0,'One less obstacle to deal with.',12,0,100,0,0,0,31356,0,'culling SAY_PHASE310. NEEDS VERIFICATION'),
|
|
(26499,24,0,'Mal\'Ganis is not making this easy.',12,0,100,0,0,14305,27902,0,'culling SAY_PHASE311'),
|
|
(26499,25,0,'They\'re very persistent.',12,0,100,0,0,14306,27904,0,'culling SAY_PHASE312'),
|
|
(26499,26,0,'What else can he put in my way?',12,0,100,0,0,14307,27905,0,'culling SAY_PHASE313'),
|
|
(26499,27,0,'I do what I must for Lordaeron, and neither your words nor your actions will stop me.',12,0,100,0,0,14309,27916,0,'culling SAY_PHASE315'),
|
|
(26499,28,0,'The quickest path to Mal\'Ganis lies behind that bookshelf ahead.',12,0,100,0,0,14308,27906,0,'culling SAY_PHASE401'),
|
|
(26499,29,0,'This will only take a moment.',12,0,100,0,0,14310,28040,0,'culling SAY_PHASE402'),
|
|
(26499,30,0,'I\'m relieved this secret passage still works.',12,0,100,0,0,14311,28041,0,'culling SAY_PHASE403'),
|
|
(26499,31,0,'Let\'s move through here as quickly as possible. If the undead don\'t kill us, the fires might.',12,0,100,0,0,14312,28562,0,'culling SAY_PHASE404'),
|
|
(26499,32,0,'Rest a moment and clear your lungs, but we must move again soon.',12,0,100,0,0,14313,28045,0,'culling SAY_PHASE405'),
|
|
(26499,33,0,'That\'s enough; we must move again. Mal\'Ganis awaits.',12,0,100,0,0,14314,28047,0,'culling SAY_PHASE406'),
|
|
(26499,34,0,'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.',12,0,100,0,0,14315,28048,0,'culling SAY_PHASE407'),
|
|
(26499,35,0,'Justice will be done.',12,0,100,0,0,14316,28563,0,'culling SAY_PHASE501'),
|
|
(26499,36,0,'We\'re going to finish this right now, Mal\'Ganis. Just you... and me.',12,0,100,0,0,14317,28520,0,'culling SAY_PHASE502'),
|
|
(26499,37,0,'I\'ll hunt you to the ends of the earth if I have to! Do you hear me? To the ends of the earth!',12,0,100,0,0,14318,28529,0,'culling SAY_PHASE503'),
|
|
(26499,38,0,'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.',12,0,100,0,0,14319,28530,0,'culling SAY_PHASE504'),
|
|
(26499,39,0,'I can\'t afford to spare you.',12,0,100,0,0,0,31355,0,'culling SAY_PHASE305_1'),
|
|
(26500,0,0,'I\'ll be waitin\' for ya, mon.',15,0,100,0,0,0,25877,0,'Image of Drakuru'),
|
|
(26520,0,0,'Thank you again, $n, for this delectable incense.',12,0,100,1,1000,0,25699,0,'Festival Scorchling'),
|
|
(26520,1,0,'%s devours the incense. It\'s ravenous!',16,0,100,1,1000,0,25717,0,'Festival Scorchling'),
|
|
(26520,2,0,'So good! So packed with energy!',12,0,100,1,1000,0,25718,0,'Festival Scorchling'),
|
|
(26520,3,0,'It has everything a growing scorchling needs!',12,0,100,1,1000,0,25719,0,'Festival Scorchling'),
|
|
(26520,4,0,'I can feel the power SURGING within me!',12,0,100,1,1000,0,25730,0,'Festival Scorchling'),
|
|
(26520,5,0,'%s bellows with laughter!',16,0,100,1,1000,0,25720,0,'Festival Scorchling'),
|
|
(26520,6,0,'Now! Finally! Our plans can take effect!',12,0,100,1,1000,0,25721,0,'Festival Scorchling'),
|
|
(26520,7,0,'KNEEL, LITTLE MORTAL! KNEEL BEFORE THE MIGHT OF THE HERALD OF RAGNAROS!',12,0,100,1,1000,0,25722,0,'Festival Scorchling'),
|
|
(26520,8,0,'YOU WILL ALL PERISH IN FLAMES!',12,0,100,1,1000,0,25723,0,'Festival Scorchling'),
|
|
(26520,9,0,'%s blinks...',16,0,100,1,1000,0,25724,0,'Festival Scorchling'),
|
|
(26520,10,0,'Ah. I was merely jesting...',12,0,100,1,1000,0,25725,0,'Festival Scorchling'),
|
|
(26527,0,0,'Oh, no! Adventurers, something awful has happened! A colleague of mine has been captured by the Infinite Dragonflight, and they\'re doing something horrible to him! Keeping Arthas is still your highest priority, but if you act fast you could help save a Guardian of Time!',15,0,100,0,0,0,32670,3,'Chromie'),
|
|
(26527,1,0,'Adventurers, you must hurry! The Guardian of Time cannot last for much longer!',15,0,100,0,0,0,32678,3,'Chromie'),
|
|
(26527,2,0,'I can barely sense the Guardian of Time! His timeline is fading quickly!',15,0,100,0,0,0,32679,3,'Chromie'),
|
|
(26528,0,0,'Watch your tone with me, boy. You may be the prince, but I\'m still your superior as a paladin!',12,0,100,0,0,12839,27315,0,'culling SAY_PHASE102'),
|
|
(26528,1,0,'What?',12,0,100,0,0,12840,38871,0,'culling SAY_PHASE105'),
|
|
(26528,2,0,'How can you even consider that? There\'s got to be some other way.',12,0,100,0,0,12841,27320,0,'culling SAY_PHASE107'),
|
|
(26528,3,0,'You are not my king yet, boy! Nor would I obey that command even if you were!',12,0,100,0,0,12842,27322,0,'culling SAY_PHASE109'),
|
|
(26528,4,0,'Treason? Have you lost your mind, Arthas?',12,0,100,0,0,12843,27324,0,'culling SAY_PHASE111'),
|
|
(26528,5,0,'You\'ve just crossed a terrible threshold, Arthas.',12,0,100,0,0,12844,27328,0,'culling SAY_PHASE115'),
|
|
(26529,0,0,'Play time!',14,0,100,0,0,13428,27716,0,'meathook SAY_AGGRO'),
|
|
(26529,1,0,'Boring...',14,0,100,0,0,13430,29943,0,'meathook SAY_SLAY_1'),
|
|
(26529,1,1,'Why you stop moving?',14,0,100,0,0,13431,29944,0,'meathook SAY_SLAY_2'),
|
|
(26529,1,2,'Get up! Me not done!',14,0,100,0,0,13432,29945,0,'meathook SAY_SLAY_3'),
|
|
(26529,2,0,'New toys!',14,0,100,0,0,13429,29942,0,'meathook SAY_SPAWN'),
|
|
(26529,3,0,'This not fun...',14,0,100,0,0,13433,29941,0,'meathook SAY_DEATH'),
|
|
(26530,0,0,'Ah, the entertainment has arrived!',14,0,100,0,0,13472,29947,0,'salramm SAY_AGGRO'),
|
|
(26530,1,0,'You are too late, champion of Lordaeron. The dead shall have their day.',14,0,100,0,0,13471,27717,0,'salramm SAY_SPAWN'),
|
|
(26530,2,0,'The fun is just beginning!',14,0,100,0,0,13473,29948,0,'salramm SAY_SLAY_1'),
|
|
(26530,2,1,'Ah! Quality materials.',14,0,100,0,0,13474,29949,0,'salramm SAY_SLAY_2'),
|
|
(26530,2,2,'Don\'t worry; I\'ll make good use of you!',14,0,100,0,0,13475,29950,0,'salramm SAY_SLAY_3'),
|
|
(26530,3,0,'You only advance... the master\'s plan...',14,0,100,0,0,13483,29946,0,'salramm SAY_DEATH'),
|
|
(26530,4,0,'BOOM! Hahahahah...',14,0,100,0,0,13478,29953,0,'salramm SAY_EXPLODE_GHOUL_1'),
|
|
(26530,4,1,'Blood... destruction... EXHILARATING!',14,0,100,0,0,13479,29954,0,'salramm SAY_EXPLODE_GHOUL_2'),
|
|
(26530,5,0,'I want a sample...',14,0,100,0,0,13480,29955,0,'salramm SAY_STEAL_FLESH_1'),
|
|
(26530,5,1,'Such strength... it must be mine!',14,0,100,0,0,13481,29956,0,'salramm SAY_STEAL_FLESH_2'),
|
|
(26530,5,2,'Your flesh betrays you.',14,0,100,0,0,13482,29957,0,'salramm SAY_STEAL_FLESH_3'),
|
|
(26530,6,0,'Say hello to some friends of mine.',14,0,100,0,0,13476,29951,0,'salramm SAY_SUMMON_GHOULS_1'),
|
|
(26530,6,1,'Come, citizens of Stratholme! Meet your \"saviors.\"',14,0,100,0,0,13477,29952,0,'salramm SAY_SUMMON_GHOULS_2'),
|
|
(26531,0,0,'%s is entranced by the sun\'s reflection on Zeh\'gehn\'s knife.',16,0,100,0,0,0,25732,0,'Mesmerized Frog'),
|
|
(26531,1,0,'%s croaks eagerly while directing its gaze to the docked ship.',16,0,100,0,0,0,25733,0,'Mesmerized Frog'),
|
|
(26532,0,0,'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.',14,0,100,0,0,13408,27911,0,'epoch SAY_INTRO | culling SAY_PHASE314'),
|
|
(26532,1,0,'We\'ll see about that, young prince.',14,0,100,0,0,13409,27920,0,'epoch SAY_AGGRO'),
|
|
(26532,2,0,'Tick tock, tick tock...',14,0,100,0,0,13410,30451,0,'epoch SAY_TIME_WARP_1'),
|
|
(26532,2,1,'Not quick enough!',14,0,100,0,0,13411,30452,0,'epoch SAY_TIME_WARP_2'),
|
|
(26532,2,2,'Let\'s get this over with.',14,0,100,0,0,13412,30453,0,'epoch SAY_TIME_WARP_3'),
|
|
(26532,3,0,'There is no future for you.',14,0,100,0,0,13413,30454,0,'epoch SAY_SLAY_1'),
|
|
(26532,3,1,'This is the hour of our greatest triumph!',14,0,100,0,0,13414,30455,0,'epoch SAY_SLAY_2'),
|
|
(26532,3,2,'You were destined to fail.',14,0,100,0,0,13415,30456,0,'epoch SAY_SLAY_3'),
|
|
(26532,4,0,'',12,0,100,0,0,13416,0,0,'epoch SAY_DEATH'),
|
|
(26533,0,0,'Yes, this is the beginning. I\'ve been waiting for you, young prince. I am Mal\'Ganis.',14,0,100,0,0,14410,27574,0,'malganis SAY_INTRO_1 | culling SAY_PHASE206'),
|
|
(26533,1,0,'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.',14,0,100,0,0,14411,27575,0,'malganis SAY_INTRO_2 | culling SAY_PHASE207'),
|
|
(26533,2,0,'This will be a fine test, Prince Arthas.',14,0,100,0,0,14413,31344,0,'malganis SAY_AGGRO'),
|
|
(26533,3,0,'All too easy.',14,0,100,0,0,14416,31347,0,'malganis SAY_KILL_1'),
|
|
(26533,3,1,'The Dark Lord is displeased with your interference.',14,0,100,0,0,14417,31348,0,'malganis SAY_KILL_2'),
|
|
(26533,3,2,'It is Prince Arthas I want, not you!',14,0,100,0,0,14418,31349,0,'malganis SAY_KILL_3'),
|
|
(26533,4,0,'Anakh kyree!',14,0,100,0,0,14422,30412,0,'malganis SAY_SLAY_1'),
|
|
(26533,4,1,'My Onslaught will wash over the Lich King\'s forces!',14,0,100,0,0,14423,30413,0,'malganis SAY_SLAY_2'),
|
|
(26533,4,2,'Your death is in vain, tiny mortal.',14,0,100,0,0,14424,30414,0,'malganis SAY_SLAY_3'),
|
|
(26533,4,3,'Your time has come to an end.',14,0,100,0,0,14425,30415,0,'malganis SAY_SLAY_4'),
|
|
(26533,5,0,'Time out.',14,0,100,0,0,14414,31345,0,'malganis SAY_SLEEP_1'),
|
|
(26533,5,1,'You seem tired.',14,0,100,0,0,14415,31346,0,'malganis SAY_SLEEP_2'),
|
|
(26533,6,0,'Gah! I spent too much time in that weak little shell.',14,0,100,0,0,14426,30275,0,'malganis SAY_30HEALTH'),
|
|
(26533,7,0,'Kirel narak! I am Mal\'Ganis. I AM ETERNAL!',14,0,100,0,0,14427,30276,0,'malganis SAY_15HEALTH'),
|
|
(26533,8,0,'ENOUGH! I waste my time here. I must gather my strength on the homeworld.',14,0,100,0,0,14428,30277,0,'malganis SAY_ESCAPE_SPEECH_1'),
|
|
(26533,9,0,'You\'ll never defeat the Lich King without my forces. I\'ll have my revenge... on him AND you!',14,0,100,0,0,14429,30278,0,'malganis SAY_ESCAPE_SPEECH_2'),
|
|
(26533,10,0,'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.',14,0,100,0,0,14412,28528,0,'malganis SAY_OUTRO'),
|
|
(26537,0,0,'The zeppelin to Warsong Hold has just arrived! All aboard for Borean Tundra!',14,0,100,0,0,0,29549,0,'Greeb Ramrocket'),
|
|
(26538,0,0,'The zeppelin to Orgrimmar has just arrived! All aboard for Durotar!',14,0,100,0,0,0,29551,0,'Nargo Screwbore'),
|
|
(26539,0,0,'The zeppelin to Vengeance Landing has just arrived! All aboard for Howling Fjord!',14,0,100,0,0,0,29540,0,'Meefi Farthrottle'),
|
|
(26540,0,0,'The zeppelin to Undercity has just arrived! All aboard for Tirisfal Glades!',14,0,100,0,0,0,29545,0,'Drenk Spannerspark'),
|
|
(26544,0,0,'For Drak\'Tharon!',12,0,100,0,0,0,27331,0,'Warlord Zim\'bo'),
|
|
(26544,1,0,'Zim\'bo must live to slay our betrayer!',12,0,100,0,0,0,27332,0,'Warlord Zim\'bo'),
|
|
(26544,2,0,'Zim\'bo cannot be stopped! Da keep must be liberated!',12,0,100,0,0,0,27333,0,'Warlord Zim\'bo'),
|
|
(26544,3,0,'You be dyin\' along with all dese scourge!',12,0,100,0,0,0,27334,0,'Warlord Zim\'bo'),
|
|
(26544,4,0,'Betrayed by one of our own we were. Disgraced....',12,0,100,0,0,0,27335,0,'Warlord Zim\'bo'),
|
|
(26544,5,0,'Ah, more essence to capture...',12,0,100,0,0,0,27336,0,'Warlord Zim\'bo'),
|
|
(26564,0,0,'Faster! Faster! These armaments must be delivered to the Kor\'kron Vanguard TODAY!',12,1,100,0,0,0,25775,0,'Borus Ironbender'),
|
|
(26564,0,1,'I will happily replace you all with goblins! Do not fail me!',12,1,100,0,0,0,25776,0,'Borus Ironbender'),
|
|
(26564,0,2,'Overlord Agmar demands more of us! We must not disappoint!',12,1,100,0,0,0,25777,0,'Borus Ironbender'),
|
|
(26564,0,3,'Don\'t make me jump off of this crate! I will beat your head in, orc.',12,1,100,0,0,0,25778,0,'Borus Ironbender'),
|
|
(26566,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Narzun Skybreaker'),
|
|
(26568,0,0,'Don\'t be shy, elfy. Don\'t you feel dis burnin\' love formin\' between us?',12,1,100,0,0,0,25790,0,'Zebu\'tan'),
|
|
(26568,1,0,'Lookie what Zebu\'tan got for you! Roses for da rose!',12,1,100,0,0,0,25782,0,'Zebu\'tan'),
|
|
(26568,2,0,'%s grumbles.',16,0,100,0,0,0,25783,0,'Zebu\'tan'),
|
|
(26568,3,0,'Hey pretty lady, Zebu\'tan got two rugs over here! Why don\'t you come on over and keep he warm, eh?',12,1,100,0,0,0,25781,0,'Zebu\'tan'),
|
|
(26568,4,0,'Dis troll tink you got a crush on he! Come on over!',12,1,100,0,0,0,25789,0,'Zebu\'tan'),
|
|
(26569,0,0,'Get lost, creep!',12,1,100,0,0,0,25787,0,'Alys Vol\'tyr'),
|
|
(26569,1,0,'Ewwww!',12,1,100,0,0,0,25785,0,'Alys Vol\'tyr'),
|
|
(26569,2,0,'Not if you were the last troll on Azeroth!',12,1,100,0,0,0,25784,0,'Alys Vol\'tyr'),
|
|
(26569,2,1,'I\'ve got a man! Now take a hike!',12,1,100,0,0,0,25788,0,'Alys Vol\'tyr'),
|
|
(26569,3,0,'Never!',12,1,100,0,0,0,25786,0,'Alys Vol\'tyr'),
|
|
(26582,0,0,'Drak\'Tharon be lost, mon!',12,0,100,0,0,0,25857,0,'Horrified Drakkari'),
|
|
(26582,0,1,'Da Scourge be everywhere, mon!',12,0,100,0,0,0,25853,0,'Horrified Drakkari'),
|
|
(26582,0,2,'Every troll for himself, mon!',12,0,100,0,0,0,25855,0,'Horrified Drakkari'),
|
|
(26582,0,3,'Ruuun!',12,0,100,0,0,0,25859,0,'Horrified Drakkari'),
|
|
(26583,0,0,'Drak\'Tharon be lost, mon!',12,0,100,0,0,0,25857,0,'Horrified Drakkari'),
|
|
(26583,0,1,'Da Scourge be everywhere, mon!',12,0,100,0,0,0,25853,0,'Horrified Drakkari'),
|
|
(26583,0,2,'Every troll for himself, mon!',12,0,100,0,0,0,25855,0,'Horrified Drakkari'),
|
|
(26583,0,3,'Ruuun!',12,0,100,0,0,0,25859,0,'Horrified Drakkari'),
|
|
(26588,0,0,'Um... I think one of those wolves is back...',12,0,100,0,0,0,25803,0,'emily SAY_WORGHAGGRO1'),
|
|
(26588,1,0,'He\'s going for Mr. Floppy!',12,0,100,0,0,0,25804,0,'emily SAY_WORGHAGGRO2'),
|
|
(26588,2,0,'Oh, no! Look, it\'s another wolf, and it\'s a biiiiiiig one!',12,0,100,0,0,0,25806,0,'emily SAY_WORGRAGGRO3'),
|
|
(26588,3,0,'He\'s gonna eat Mr. Floppy! You gotta help Mr. Floppy! You just gotta!',12,0,100,0,0,0,26892,0,'emily SAY_WORGRAGGRO4'),
|
|
(26588,4,0,'There\'s a big meanie attacking Mr. Floppy! Help!',12,0,100,0,0,0,26893,0,'emily SAY_RANDOMAGGRO'),
|
|
(26588,5,0,'Let\'s get out of here before more wolves find us!',12,0,100,0,0,0,25805,0,'emily SAY_VICTORY1'),
|
|
(26588,6,0,'Don\'t go toward the light, Mr. Floppy!',12,0,100,0,0,0,25809,0,'emily SAY_VICTORY2'),
|
|
(26588,7,0,'Mr. Floppy, you\'re ok! Thank you so much for saving Mr. Floppy!',12,0,100,0,0,0,25810,0,'emily SAY_VICTORY3'),
|
|
(26588,8,0,'I think I see the camp! We\'re almost home, Mr. Floppy! Let\'s go!',12,0,100,0,0,0,26894,0,'emily SAY_VICTORY4'),
|
|
(26588,9,0,'Mr. Floppy revives',15,0,100,0,0,0,0,0,'emily TEXT_EMOTE_WP1'),
|
|
(26588,10,0,'The Ravenous Worg chomps down on Mr. Floppy',15,0,100,0,0,0,0,0,'emily TEXT_EMOTE_AGGRO'),
|
|
(26588,11,0,'Are you ready, Mr. Floppy? Stay close to me and watch out for those wolves!',12,0,100,0,0,0,25802,0,'emily SAY_QUEST_ACCEPT'),
|
|
(26588,12,0,'Thank you for helping me to get back to the camp. Go tell Walter that I\'m safe now!',12,0,100,0,0,0,26891,0,'emily SAY_QUEST_COMPLETE'),
|
|
(26593,0,0,'Perfect. As long as you don\'t go hacking and slashing your way through, they\'ll never know the difference.',12,0,100,0,0,0,26606,0,'Serinar'),
|
|
(26594,0,0,'You\'ve successfully freed your spirit! You can serve as my eyes. Together we\'ll get to the bottom of this.',15,0,100,0,0,0,25811,0,'Spiritual Insight'),
|
|
(26594,1,0,'You\'re coming up on the village now. Keep your eyes peeled.',15,0,100,0,0,0,25813,0,'Spiritual Insight'),
|
|
(26594,2,0,'What\'s happened to the lake bed? Strange power is pouring out of it.',15,0,100,0,0,0,25815,0,'Spiritual Insight'),
|
|
(26594,3,0,'No... no! My people are all dead spirits or deranged!',15,0,100,0,0,0,25817,0,'Spiritual Insight'),
|
|
(26594,4,0,'Elder Mana\'loa, the statue there, sees you. This is a good sign!',15,0,100,0,0,0,25818,0,'Spiritual Insight'),
|
|
(26594,5,0,'Come back, $N. If you\'re out of your body for too long, you run the risk of not being able to return. We have much to discuss.',15,0,100,0,0,0,25819,0,'Spiritual Insight'),
|
|
(26602,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Kara Thricestar'),
|
|
(26604,0,0,'Shcourged trooolls roashting....',12,0,100,396,0,0,27290,0,'Mack Fearsen'),
|
|
(26604,1,0,'...on an open fire.....',12,0,100,396,0,0,27291,0,'Mack Fearsen'),
|
|
(26604,2,0,'That\'s it! Far as I got... Whatd\'ya think?',12,0,100,396,0,0,27292,0,'Mack Fearsen'),
|
|
(26605,0,0,'You have made a fatal mistake, mortal... There isss no essscape...',12,0,100,0,0,0,25860,0,'Anub\'ar Underlord'),
|
|
(26608,0,0,'Give in, Taunka! Your will cannot hold out against the Scourge!',14,0,100,15,0,0,25952,0,'Under-King Anub\'et\'kan'),
|
|
(26608,0,1,'Leave no survivors!',14,0,100,15,0,0,25951,0,'Under-King Anub\'et\'kan'),
|
|
(26608,0,2,'Tear this pitiful village apart!',14,0,100,15,0,0,25950,0,'Under-King Anub\'et\'kan'),
|
|
(26608,1,0,'Your freedom will be short lived, Icemist!',14,0,100,15,0,0,25959,0,'Under-King Anub\'et\'kan'),
|
|
(26608,2,0,'Insolent mortal! You will be consumed!',14,0,100,15,0,0,25964,0,'Under-King Anub\'et\'kan'),
|
|
(26608,3,0,'ARRGGH!! It cannot be! How...',14,0,100,15,0,0,25965,0,'Under-King Anub\'et\'kan'),
|
|
(26608,4,0,'Anub\'et\'kan is defeated! Take a fragment of his husk as proof of your victory!',41,0,100,0,0,0,25999,0,'Under-King Anub\'et\'kan'),
|
|
(26626,0,0,'Don\'t be so quick to escape! I have a parting gift....',14,0,100,0,0,0,26474,0,'Scourge Reanimator'),
|
|
(26626,1,0,'Rise my warriors and fight for your new liege!',14,0,100,0,0,0,26464,0,'Scourge Reanimator'),
|
|
(26626,2,0,'Please enjoy their company, the Lich King sends his regards!',14,0,100,0,0,0,26473,0,'Scourge Reanimator'),
|
|
(26630,0,0,'Mo\' guts! Mo\' blood! Mo\' food!',14,0,100,0,0,13181,30041,0,'trollgore SAY_AGGRO'),
|
|
(26630,1,0,'Me gonna carve you and eat you!',14,0,100,0,0,13185,30042,0,'trollgore SAY_KILL'),
|
|
(26630,2,0,'So hungry! Must feed!',14,0,100,0,0,13182,30043,0,'trollgore SAY_CONSUME'),
|
|
(26630,3,0,'Corpse go boom!',14,0,100,0,0,13184,30044,0,'trollgore SAY_EXPLODE'),
|
|
(26630,4,0,'Aaaargh...',14,0,100,0,0,13183,0,0,'trollgore SAY_DEATH'),
|
|
(26631,0,0,'The chill you feel is the herald of your doom!',14,0,100,0,0,13173,26932,0,'novos SAY_AGGRO'),
|
|
(26631,1,0,'Such is the fate of all who oppose the Lich King!',14,0,100,0,0,13175,28035,0,'novos SAY_KILL'),
|
|
(26631,2,0,'Your efforts... are in vain.',14,0,100,0,0,13174,28034,0,'novos SAY_DEATH'),
|
|
(26631,3,0,'Bolster my defenses! Hurry, curse you!',14,0,100,0,0,13176,26933,0,'novos SAY_NECRO_ADD'),
|
|
(26631,4,0,'Surely you can see the futility of it all!',14,0,100,0,0,13177,27777,0,'novos SAY_REUBBLE_1'),
|
|
(26631,4,1,'Just give up and die already!',14,0,100,0,0,13178,30036,0,'novos SAY_REUBBLE_2'),
|
|
(26631,5,0,'%s calls for assistance!',41,0,100,0,0,0,29588,0,'Novos the Summoner - EMOTE_SUMMONING_ADDS'),
|
|
(26632,0,0,'Tharon\'ja sees all! The work of mortals shall not end the eternal dynasty!',14,0,100,0,0,13862,29606,0,'tharon ja SAY_AGGRO'),
|
|
(26632,1,0,'As Tharon\'ja predicted!',14,0,100,0,0,13863,29611,0,'tharon ja SAY_KILL_1'),
|
|
(26632,1,1,'As it was written!',14,0,100,0,0,13864,29612,0,'tharon ja SAY_KILL_2'),
|
|
(26632,2,0,'Your flesh serves Tharon\'ja now!',14,0,100,0,0,13865,29613,0,'tharon ja SAY_FLESH_1'),
|
|
(26632,2,1,'Tharon\'ja has a use for your mortal shell!',14,0,100,0,0,13866,29614,0,'tharon ja SAY_FLESH_2'),
|
|
(26632,3,0,'No! A taste... all too brief!',14,0,100,0,0,13867,29615,0,'tharon ja SAY_SKELETON_1'),
|
|
(26632,3,1,'Agghh!! Tharon\'ja will have more!',14,0,100,0,0,13868,29616,0,'tharon ja SAY_SKELETON_2'),
|
|
(26632,4,0,'Im... impossible! Tharon\'ja is eternal! Tharon\'ja... is....',14,0,100,0,0,13869,29617,0,'tharon ja SAY_DEATH'),
|
|
(26635,0,0,'Help mon! There\'s too many of dem!',14,0,100,0,0,0,26538,0,'Risen Drakkari Warrior'),
|
|
(26635,1,0,'Backup! We need backup!',14,0,100,0,0,0,26537,0,'Risen Drakkari Warrior'),
|
|
(26648,0,0,'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?',14,0,100,33,0,11557,25854,0,'Oacha\'noa'),
|
|
(26648,1,0,'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.',14,0,100,33,0,11557,25863,0,'Oacha\'noa'),
|
|
(26648,2,0,'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.',14,0,100,33,0,11557,25864,0,'Oacha\'noa'),
|
|
(26648,3,0,'Though you are compelled, the choice, and the last step before you leap, are yours. You have twenty more seconds to decide.',14,0,100,33,0,11557,25865,0,'Oacha\'noa'),
|
|
(26648,4,0,'I\'m rather curious as to what will happen, should you ignore this and NOT jump into the water.',14,0,100,33,0,11557,0,0,'Oacha\'noa'),
|
|
(26648,5,0,'Well done, $n. Your display of respect is duly noted. Now, I have information for you that you must convey to the Kalu\'ak.',14,0,100,33,0,11557,25867,0,'Oacha\'noa'),
|
|
(26648,6,0,'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.',15,0,100,0,0,0,25868,0,'Oacha\'noa'),
|
|
(26648,7,0,'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.',15,0,100,0,0,0,25869,0,'Oacha\'noa'),
|
|
(26648,8,0,'Now swim back with the knowledge I have granted you. Do what you can for them, $r.',15,0,100,0,0,0,25870,0,'Oacha\'noa'),
|
|
(26648,9,0,'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!',14,0,100,33,0,11557,25866,0,'Oacha\'noa'),
|
|
(26649,0,0,'Pssst... Over here, by the mailbox. Come quickly and make sure you aren\'t followed.',15,0,100,0,0,0,25823,0,'Borus Ironbender'),
|
|
(26653,0,0,'Betrayers! The day of reckoning comes and with it comes your end! See then if your Lich King saves you from the ancient one\'s judgement! Now you die!',12,0,100,0,0,0,25861,0,'Kilix the Unraveler'),
|
|
(26654,0,0,'Release me, fiends!',12,0,100,15,0,0,25828,0,'Roanauk Icemist'),
|
|
(26654,0,1,'Pray to whatever gods you believe in that I am never freed!',12,0,100,15,0,0,25829,0,'Roanauk Icemist'),
|
|
(26654,1,0,'I... am... FREE!',14,0,100,22,0,0,25954,0,'Roanauk Icemist'),
|
|
(26654,2,0,'What have they done to my people...',12,0,100,6,0,0,25955,0,'Roanauk Icemist'),
|
|
(26654,3,0,'You will face the full fury of the ancestors for what you have done, monster!',14,0,100,22,0,0,25956,0,'Roanauk Icemist'),
|
|
(26654,4,0,'Rebirth comes, my brothers... Rise... Rise and fight once more.',12,0,100,0,0,0,25957,0,'Roanauk Icemist'),
|
|
(26654,5,0,'FOR ICEMIST! FOR THE TAUNKA!',14,0,100,0,0,0,25958,0,'Roanauk Icemist'),
|
|
(26654,6,0,'Come down and face me, insect!',14,0,100,15,0,0,25962,0,'Roanauk Icemist'),
|
|
(26654,7,0,'Then I will force you down! Wind grant me flight!',14,0,100,15,0,0,25963,0,'Roanauk Icemist'),
|
|
(26660,0,0,'About time! Get that lumber and get moving. The horde won\'t be up there fighting forever, there\'s money to be made!',12,0,100,25,1000,0,26079,0,'Xink'),
|
|
(26666,0,0,'Stay your blade, Chieftain. He may yet have value to us.',12,0,100,1,0,0,26875,0,'Scout Vor\'takh'),
|
|
(26666,1,0,'Remember the dwarven journal that was discovered? Well, this dwarf could be exactly what we need to track down Brann Bronzebeard and capture him.',12,0,100,1,0,0,26878,0,'Scout Vor\'takh'),
|
|
(26666,2,0,'You will if you wish to keep your head attached to your shoulders.',12,0,100,1,0,0,26880,0,'Scout Vor\'takh'),
|
|
(26666,3,0,'Does that satisfy you, Tormak?',12,0,100,6,0,0,26881,0,'Scout Vor\'takh'),
|
|
(26668,0,0,'The sensation is... beyond my imagining. I am yours to command, my king.',14,0,0,0,0,13857,29686,0,'Svala Sorrowgrave SAY_DIALOG_WITH_ARTHAS_2'),
|
|
(26668,1,0,'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!',14,0,0,0,0,13858,29687,0,'Svala Sorrowgrave SAY_DIALOG_WITH_ARTHAS_3'),
|
|
(26668,2,0,'I will vanquish your soul!',14,0,0,0,0,13842,29672,0,'Svala Sorrowgrave SAY_AGGRO'),
|
|
(26668,3,0,'You were a fool to challenge the power of the Lich King!',14,0,0,0,0,13845,29675,0,'Svala Sorrowgrave SAY_SLAY_1'),
|
|
(26668,3,1,'Your will is done, my king!',14,0,0,0,0,13847,29676,0,'Svala Sorrowgrave SAY_SLAY_2'),
|
|
(26668,3,2,'Another soul for my master!',14,0,0,0,0,13848,29677,0,'Svala Sorrowgrave SAY_SLAY_3'),
|
|
(26668,4,0,'Nooo! I did not come this far... to...',14,0,0,0,0,13855,29683,0,'Svala Sorrowgrave SAY_DEATH'),
|
|
(26668,5,0,'Your death approaches....',14,0,0,0,0,13850,29678,0,'Svala Sorrowgrave SAY_SACRIFICE_1'),
|
|
(26668,5,1,'Go now to my master!',14,0,0,0,0,13851,29679,0,'Svala Sorrowgrave SAY_SACRIFICE_2'),
|
|
(26668,5,2,'Your end is inevitable.',14,0,0,0,0,13852,29680,0,'Svala Sorrowgrave SAY_SACRIFICE_3'),
|
|
(26668,5,3,'Yor-guul mak!',14,0,0,0,0,13853,29681,0,'Svala Sorrowgrave SAY_SACRIFICE_4'),
|
|
(26668,5,4,'Any last words?',14,0,0,0,0,13854,29682,0,'Svala Sorrowgrave SAY_SACRIFICE_5'),
|
|
(26687,0,0,'What this place? I will destroy you!',12,0,100,0,0,0,31447,0,'Gortok Palehoof SAY_AGGRO'),
|
|
(26687,1,0,'You die! That what master wants.',12,0,100,0,0,0,31452,0,'Gortok Palehoof SAY_SLAY_1'),
|
|
(26687,1,1,'An easy task!',12,0,100,0,0,0,31453,0,'Gortok Palehoof SAY_SLAY_2'),
|
|
(26693,0,0,'What mongrels dare intrude here? Look alive, my brothers! A feast for the one that brings me their heads!',14,0,100,0,0,13497,31454,0,'skadi SAY_AGGRO'),
|
|
(26693,1,0,'Not so brash now, are you?',14,0,100,0,0,13504,31461,0,'skadi SAY_KILL_1'),
|
|
(26693,1,1,'I\'ll mount your skull from the highest tower!\n',14,0,100,0,0,13505,31462,0,'skadi SAY_KILL_2'),
|
|
(26693,2,0,'Skadi the Ruthless is within range of the harpoon launchers!',41,0,100,0,0,0,27809,0,'skadi EMOTE_RANGE'),
|
|
(26693,3,0,'ARGH! You call that... an attack? I\'ll... show... aghhhh...',14,0,100,0,0,13506,31463,0,'skadi SAY_DEATH'),
|
|
(26693,4,0,'Skadi the Ruthless is within range of the harpoon launchers!',41,0,100,0,0,0,27809,0,'skadi EMOTE_RANGE'),
|
|
(26693,5,0,'You motherless knaves! Your corpses will make fine morsels for my new drake!',14,0,100,0,0,13507,31459,0,'skadi SAY_DRAKE_DEATH'),
|
|
(26693,6,0,'Sear them to the bone!',14,0,100,0,0,13498,0,0,'skadi SAY_DRAKE_BREATH_1'),
|
|
(26693,6,1,'Go now! Leave nothing but ash in your wake!',14,0,100,0,0,13499,0,0,'skadi SAY_DRAKE_BREATH_2'),
|
|
(26693,6,2,'Cleanse our sacred halls with flame!',14,0,100,0,0,13500,0,0,'skadi SAY_DRAKE_BREATH_3'),
|
|
(26723,0,0,'Preserve? Why? There\'s no truth in it. No no no... only in the taking! I see that now!',14,0,100,0,0,13450,26176,0,'keristrasza SAY_AGGRO'),
|
|
(26723,1,0,'Now we\'ve come to the truth!',14,0,100,0,0,13453,29620,0,'keristrasza SAY_SLAY'),
|
|
(26723,2,0,'Finish it! Finish it! Kill me, or I swear by the Dragonqueen you\'ll never see daylight again!',14,0,100,0,0,13452,29619,0,'keristrasza SAY_ENRAGE'),
|
|
(26723,3,0,'Dragonqueen... Life-Binder... preserve... me.',14,0,100,0,0,13454,29621,0,'keristrasza SAY_DEATH'),
|
|
(26723,4,0,'Stay. Enjoy your final moments.',14,0,100,0,0,13451,29618,0,'keristrasza SAY_CRYSTAL_NOVA'),
|
|
(26723,5,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Keristrasza'),
|
|
(26731,0,0,'You know what they say about curiosity....',14,0,100,0,0,13319,29593,0,'grand magus telestra SAY_AGGRO'),
|
|
(26731,1,0,'Death becomes you.',14,0,100,0,0,13324,29597,0,'grand magus telestra SAY_KILL'),
|
|
(26731,2,0,'Damn the... luck.',14,0,100,0,0,13320,29598,0,'grand magus telestra SAY_DEATH'),
|
|
(26731,3,0,'Now to finish the job!',14,0,100,0,0,13323,29596,0,'grand magus telestra SAY_MERGE'),
|
|
(26731,4,0,'There\'s plenty of me to go around.',14,0,100,0,0,13321,29595,0,'grand magus telestra SAY_SPLIT_1'),
|
|
(26731,4,1,'I\'ll give you more than you can handle!',14,0,100,0,0,13322,29594,0,'grand magus telestra SAY_SPLIT_2'),
|
|
(26762,0,0,'Keep them away from the focus!',12,0,100,0,0,0,25934,0,'Captain Emmy Malin'),
|
|
(26763,0,0,'Chaos beckons.',14,0,100,0,0,13186,29599,0,'anomalus SAY_AGGRO'),
|
|
(26763,1,0,'Of course.',14,0,100,0,0,13187,29604,0,'anomalus SAY_DEATH'),
|
|
(26763,2,0,'Reality... unwoven.',14,0,100,0,0,13188,29601,0,'anomalus SAY_RIFT'),
|
|
(26763,2,1,'Indestructible.',14,0,100,0,0,13189,29602,0,'anomalus SAY_RIFT'),
|
|
(26763,3,0,'Indestructible.',14,0,100,0,0,13189,29602,0,'anomalus SAY_SHIELD'),
|
|
(26763,4,0,'%s opens a Chaotic Rift!',41,0,100,0,0,0,27362,0,'Anomalus'),
|
|
(26763,5,0,'%s shields himself and diverts his power to the rifts!',41,0,100,0,0,0,27363,0,'Anomalus'),
|
|
(26769,0,0,'I gladly die for the master...',12,0,100,0,0,0,25937,0,''),
|
|
(26769,0,1,'Your victory is meaningless.',12,0,100,0,0,0,25938,0,''),
|
|
(26769,0,3,'Anub\'et\'kan will... end you.',12,0,100,0,0,0,25936,0,''),
|
|
(26769,0,4,'I will rise again, more powerful... much... more...',12,0,100,0,0,0,25939,0,''),
|
|
(26770,0,0,'I gladly die for the master...',12,0,100,0,0,0,25937,0,''),
|
|
(26770,0,1,'Your victory is meaningless.',12,0,100,0,0,0,25938,0,''),
|
|
(26770,0,3,'Anub\'et\'kan will... end you.',12,0,100,0,0,0,25936,0,''),
|
|
(26770,0,4,'I will rise again, more powerful... much... more...',12,0,100,0,0,0,25939,0,''),
|
|
(26771,0,0,'I gladly die for the master...',12,0,100,0,0,0,25937,0,''),
|
|
(26771,0,1,'Your victory is meaningless.',12,0,100,0,0,0,25938,0,''),
|
|
(26771,0,3,'Anub\'et\'kan will... end you.',12,0,100,0,0,0,25936,0,''),
|
|
(26771,0,4,'I will rise again, more powerful... much... more...',12,0,100,0,0,0,25939,0,''),
|
|
(26783,0,0,'I thought I was doomed. Thank you for freeing me.',12,0,100,0,0,0,26051,0,'Free At Last (12099)'),
|
|
(26783,0,1,'You have my gratitude.',12,0,100,0,0,0,26049,0,'Free At Last (12099)'),
|
|
(26783,0,2,'I never thought I\'d be free from that terrible spell!',12,0,100,0,0,0,26050,0,'Free At Last (12099)'),
|
|
(26783,0,3,'Thank you, small one.',12,0,100,0,0,0,26048,0,'Free At Last (12099)'),
|
|
(26786,0,0,'For the glory of Loken!',12,0,100,0,0,0,25984,0,'Iron Rune Avenger'),
|
|
(26786,0,1,'No one will keep us from our destiny!',12,0,100,0,0,0,25983,0,'Iron Rune Avenger'),
|
|
(26786,0,2,'You are a fool to fight Kurun\'s hopeless battle!',12,0,100,0,0,0,25986,0,'Iron Rune Avenger'),
|
|
(26786,0,3,'You will pay for your interference!',12,0,100,0,0,0,25985,0,'Iron Rune Avenger'),
|
|
(26786,0,4,'Your life is forfeit, ally of stone!',12,0,100,0,0,0,25987,0,'Iron Rune Avenger'),
|
|
(26793,0,0,'Crystalline Frayer begins to emerge from its Seed Pod',16,0,100,0,0,0,0,0,'Crystalline Frayer'),
|
|
(26794,1,0,'Noo!',14,0,0,0,0,13328,29605,0,'ormorok SAY_AGGRO'),
|
|
(26794,2,0,'Aaggh!',14,0,0,0,0,13330,29608,0,'ormorok SAY_DEATH'),
|
|
(26794,3,0,'Back!',14,0,0,0,0,13331,29609,0,'ormorok SAY_REFLECT'),
|
|
(26794,4,0,'Bleed!',14,0,0,0,0,13332,29610,0,'ormorok SAY_CRYSTAL_SPIKES'),
|
|
(26794,5,0,'Kill!',14,0,0,0,0,13329,29607,0,'ormorok SAY_KILL'),
|
|
(26794,6,0,'%s goes into a frenzy!',41,0,100,0,0,0,38630,0,'Ormorok the Tree-Shaper'),
|
|
(26796,0,0,'What? Where in the-- don\'t just stand around lads; kill somebody!',14,0,100,0,0,13193,29627,0,'Commander Stoutbeard'),
|
|
(26796,1,0,'Now we\'re gettin\' someplace!',14,0,100,0,0,13195,29628,0,'Commander Stoutbeard'),
|
|
(26796,2,0,'Is that all you\'ve...',14,0,100,0,0,13194,29629,0,'Commander Stoutbeard'),
|
|
(26798,0,0,'What is this? Mok-thorin ka! Kill them!',14,0,100,0,0,13458,29622,0,'Commander Kolurg'),
|
|
(26798,1,0,'Our task is not yet done!',14,0,100,0,0,13459,29623,0,'Commander Kolurg'),
|
|
(26798,2,0,'Gaagh...',14,0,100,0,0,13460,29624,0,'Commander Kolurg'),
|
|
(26810,0,0,'Gather, brothers and sisters.',12,1,100,1,0,0,26136,0,'Roanauk Icemist'),
|
|
(26810,1,0,'%s reads from the scroll as the other Taunka gather around him.',16,1,100,0,0,0,26130,0,'Roanauk Icemist'),
|
|
(26810,2,0,'Lok\'tar ogar! Victory or death - it is these words that bind me to the Horde! For they are the most sacred and fundamental of truths to any warrior of the Horde.',12,1,100,1,0,0,26137,0,'Roanauk Icemist'),
|
|
(26810,3,0,'I give my flesh and blood freely to the Warchief. I am the instrument of my Warchief\'s desire. I am a weapon of my Warchief\'s command!',12,1,100,1,0,0,26138,0,'Roanauk Icemist'),
|
|
(26810,4,0,'From this moment until the end of days I live and die - For the Horde!',12,1,100,1,0,0,26139,0,'Roanauk Icemist'),
|
|
(26810,5,0,'For my Taunka brothers and sisters! FOR THE HORDE!',14,1,100,388,0,0,26140,0,'Roanauk Icemist'),
|
|
(26811,0,0,'I could sleep forever, mon....',12,0,100,0,0,0,26149,0,'Ancient Drakkari Warmonger'),
|
|
(26811,0,1,'Finally, I can be restin\'...',12,0,100,0,0,0,26151,0,'Ancient Drakkari Warmonger'),
|
|
(26811,0,2,'Free at last, mon.',12,0,100,0,0,0,26148,0,'Ancient Drakkari Warmonger'),
|
|
(26811,0,3,'Where\'s mah mummy?',12,0,100,0,0,0,26150,0,'Ancient Drakkari Warmonger'),
|
|
(26812,0,0,'I could sleep forever, mon....',12,0,100,0,0,0,26149,0,'Ancient Drakkari Soothsayer'),
|
|
(26812,0,1,'Finally, I can be restin\'...',12,0,100,0,0,0,26151,0,'Ancient Drakkari Soothsayer'),
|
|
(26812,0,2,'Free at last, mon.',12,0,100,0,0,0,26148,0,'Ancient Drakkari Soothsayer'),
|
|
(26812,0,3,'Where\'s mah mummy?',12,0,100,0,0,0,26150,0,'Ancient Drakkari Soothsayer'),
|
|
(26814,0,0,'Alright, kid. Stay behind me and you\'ll be fine.',12,0,100,60,0,0,26027,0,'Harrison Jones'),
|
|
(26814,1,0,'Their ceremonial chamber, where I was to be sacrificed...',12,0,100,396,0,0,26028,0,'Harrison Jones'),
|
|
(26814,2,0,'Time to put an end to all this!',12,0,100,0,0,0,26029,0,'Harrison Jones'),
|
|
(26814,3,0,'You\'re free to go, miss.',12,0,100,0,0,0,26057,0,'Harrison Jones'),
|
|
(26814,4,0,'Odd. That usually does it.',12,0,100,396,0,0,26030,0,'Harrison Jones'),
|
|
(26814,5,0,'Just as well, I\'ve had enough of this place.',12,0,100,0,0,0,26053,0,'Harrison Jones'),
|
|
(26814,6,0,'What\'s this?',12,0,100,0,0,0,26036,0,'Harrison Jones'),
|
|
(26814,7,0,'Aww, not a snake!',12,0,100,0,0,0,26037,0,'Harrison Jones'),
|
|
(26814,8,0,'Listen, kid. I can handle this thing. You just watch my back!',12,0,100,0,0,0,26065,0,'Harrison Jones'),
|
|
(26814,9,0,'See ya \'round, kid!',12,0,100,0,0,0,26066,0,'Harrison Jones'),
|
|
(26815,0,0,'Ya shouldn\'a taken the boat north, mon!',12,0,100,0,0,0,25993,0,'Lieutenant Ta\'zinni'),
|
|
(26817,0,0,'I\'ll blast those gnomish wannabes back to the scrap heap!',12,7,100,0,0,0,24944,0,'Fizzcrank Fighter'),
|
|
(26817,0,1,'What? You\'re sending me back there?!',12,7,100,0,0,0,24942,0,'Fizzcrank Fighter'),
|
|
(26828,0,0,'You test my patience, you now see the true might of the Blue.',12,0,100,0,0,0,28122,0,'Magister Keldonus'),
|
|
(26828,1,0,'My lady, the surge needle is fully operational.',12,0,100,1,0,0,26020,0,'Magister Keldonus'),
|
|
(26828,2,0,'The ley line beneath this night elf temple is now flowing into the Azure Dragonshrine. Our brothers should have all the power they need to crush our enemies.',12,0,100,0,0,0,26024,0,'Magister Keldonus'),
|
|
(26828,3,0,'I live only to serve the master, my lady.',12,0,100,1,0,0,26022,0,'Magister Keldonus to Magister Keldonus'),
|
|
(26832,0,0,'You have done well, Keldonus. Lord Malygos will be quite pleased with your progress.',12,0,100,1,0,0,26021,0,'Grand Magus Telestra to Magister Keldonus'),
|
|
(26832,1,0,'Deal with this interruption, Keldonus. After you are through, bring me the head of the one they call $n. I will decorate my chambers with $g his:her; skull.',12,0,100,397,0,0,26025,0,'Grand Magus Telestra to Player'),
|
|
(26832,2,0,'This transgression against the Blue Dragonflight has been noted. I will take extra pleasure in separating the life energy from your body!',12,0,100,1,0,0,26026,0,'Grand Magus Telestra to Player'),
|
|
(26844,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Lilleth Radescu'),
|
|
(26845,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Junter Weiss'),
|
|
(26846,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Kareg'),
|
|
(26847,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Omu Spiritbreeze'),
|
|
(26848,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Kimbiza'),
|
|
(26850,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Numo Spiritbreeze'),
|
|
(26852,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Kragh'),
|
|
(26853,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Makki Wintergale'),
|
|
(26859,0,0,'Don\'t ya worry, man. Just leave it to Rokhan. She be comin\'.',12,0,100,0,0,0,0,0,''),
|
|
(26860,0,0,'I\'ve never seen you so eager to cause harm to someone, sister. Such a pleasant development... very well, go!',12,0,100,25,0,0,26229,0,'Conqueror Krenna to Player'),
|
|
(26860,1,0,'That spineless troll has failed me for the last time. Anthis! Break his legs!',12,0,100,53,0,0,26227,0,'Conqueror Krenna to Player'),
|
|
(26861,0,0,'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!',14,0,100,0,0,13609,31464,0,'King Ymirom SAY_AGGRO'),
|
|
(26861,1,0,'Your death is only the beginning.',14,0,100,0,0,13614,31469,0,'King Ymirom SAY_SLAY_1'),
|
|
(26861,1,1,'You have failed your people!\n',14,0,100,0,0,13615,31470,0,'King Ymirom SAY_SLAY_2'),
|
|
(26861,1,2,'There is a reason I am king!\n',14,0,100,0,0,13616,31471,0,'King Ymirom SAY_SLAY_3'),
|
|
(26861,1,3,'Breathe no more!',14,0,100,0,0,13617,31472,0,'King Ymirom SAY_SLAY_4'),
|
|
(26861,2,0,'What... awaits me... now?',14,0,100,0,0,13618,31473,0,'King Ymirom SAY_DEATH'),
|
|
(26861,3,0,'Bjorn of the Black Storm! Honor me now with your presence!',14,0,100,0,0,13610,31465,0,'King Ymirom SAY_SUMMON_BJORN'),
|
|
(26861,4,0,'Haldor of the Rocky Cliffs! Grant me your strength!',14,0,100,0,0,13611,31466,0,'King Ymirom SAY_SUMMON_HALDOR'),
|
|
(26861,5,0,'Ranulf of the Screaming Abyss! Snuff these maggots with darkest night!',14,0,100,0,0,13612,31467,0,'King Ymirom SAY_SUMMON_RANULF'),
|
|
(26861,6,0,'Tor of the Brutal Siege, bestow your might upon me!',14,0,100,0,0,13613,31468,0,'King Ymirom SAY_SUMMON_TORGYN'),
|
|
(26862,0,0,'At once, my lady!',12,0,100,0,0,0,26228,0,'Anthis to Player'),
|
|
(26876,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Samuel Clearbook'),
|
|
(26877,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Derek Rammel'),
|
|
(26878,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Rodney Wells'),
|
|
(26879,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Tomas Riverwell'),
|
|
(26880,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Vana Grey'),
|
|
(26881,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Palena Silvercloud'),
|
|
(26893,0,0,'%s takes a deep breath!',41,0,100,0,0,0,20774,1,'Grauf - Emote'),
|
|
(26893,1,0,'Skadi the Ruthless is within range of the harpoon launchers!',41,0,100,0,0,0,27809,1,'Skadi Emote'),
|
|
(26902,0,0,'How dare you summon me without an offering!',42,0,0,0,0,0,26098,0,'Essence of Warlord Jin\'arrak'),
|
|
(26917,0,0,'Mortal champions have long used these weapons to combat evil. I see no reason to keep the swords from them in this battle.',12,0,100,1,0,0,37781,0,'Alexstrasza the Life-Binder'),
|
|
(26917,2,0,'If I was in my dragon form, there wouldn\'t be any room for anyone else, little one.',12,0,0,0,0,0,34635,0,''),
|
|
(26919,0,0,'Dey be stronger then I expect mon, attack dem!',12,0,100,0,0,0,28896,0,'Drak\'aguul - Between 0-30% Health - Call For Help'),
|
|
(26919,1,0,'Wait for me orders, I handle dis myself!',12,0,100,0,0,0,28897,0,'Drak\'aguul - On Aggro - Order soldiers to wait'),
|
|
(26920,0,0,'You\'ll pay for this!',12,0,100,25,0,0,26090,0,'Overseer Durval'),
|
|
(26920,0,1,'Fool! You\'ll never get away with this!',12,0,100,25,0,0,26091,0,'Overseer Durval'),
|
|
(26920,0,2,'You dare to defy the sons of iron?',12,0,100,25,0,0,26092,0,'Overseer Durval'),
|
|
(26920,0,3,'What do you think you\'re doing?',12,0,100,25,0,0,26089,0,'Overseer Durval'),
|
|
(26921,0,0,'You\'ll pay for this!',12,0,100,25,0,0,26090,0,'Overseer Korgan'),
|
|
(26921,0,1,'Fool! You\'ll never get away with this!',12,0,100,25,0,0,26091,0,'Overseer Korgan'),
|
|
(26921,0,2,'You dare to defy the sons of iron?',12,0,100,25,0,0,26092,0,'Overseer Korgan'),
|
|
(26921,0,3,'What do you think you\'re doing?',12,0,100,25,0,0,26089,0,'Overseer Korgan'),
|
|
(26922,0,0,'You\'ll pay for this!',12,0,100,25,0,0,26090,0,'Overseer Lochli'),
|
|
(26922,0,1,'Fool! You\'ll never get away with this!',12,0,100,25,0,0,26091,0,'Overseer Lochli'),
|
|
(26922,0,2,'You dare to defy the sons of iron?',12,0,100,25,0,0,26092,0,'Overseer Lochli'),
|
|
(26922,0,3,'What do you think you\'re doing?',12,0,100,25,0,0,26089,0,'Overseer Lochli'),
|
|
(26923,0,0,'You\'ll pay for this!',12,0,100,25,0,0,26090,0,'Overseer Brunon'),
|
|
(26923,0,1,'Fool! You\'ll never get away with this!',12,0,100,25,0,0,26091,0,'Overseer Brunon'),
|
|
(26923,0,2,'You dare to defy the sons of iron?',12,0,100,25,0,0,26092,0,'Overseer Brunon'),
|
|
(26923,0,3,'What do you think you\'re doing?',12,0,100,25,0,0,26089,0,'Overseer Brunon'),
|
|
(26935,0,0,'I\'m old enough to shoot beasts like you right between the eyes... at twice this distance.',12,0,100,0,0,0,26110,0,'Sasha'),
|
|
(26935,1,0,'Don\'t you dare talk about my father, monster. He was twice the man you\'ll ever be.',12,0,100,0,0,0,26113,0,'Sasha'),
|
|
(26935,2,0,'I\'d rather be dead than be one of you! You think you\'re still human? You\'re... animals!',12,0,100,0,0,0,26112,0,'Sasha'),
|
|
(26935,3,0,'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.',12,0,100,0,0,0,26884,0,'Sasha'),
|
|
(26935,4,0,'Where is Anya?',12,0,100,0,0,0,26889,0,'Sasha'),
|
|
(26935,5,0,'There is one last thing. I need to know where Arugal is.',12,0,100,0,0,0,26890,0,'Sasha'),
|
|
(26935,6,0,'Anya!! You\'re all right!',12,0,100,0,0,0,26915,0,'Sasha'),
|
|
(26935,7,0,'Badmoon? You mean Bloodmoon?',12,0,100,0,0,0,26916,0,'Sasha'),
|
|
(26935,8,0,'Don\'t worry, sister... no one can hurt you now.',12,0,100,0,0,0,26917,0,'Sasha'),
|
|
(26971,0,0,'How old are you, lass?',12,0,100,0,0,0,26107,0,'Anatoly'),
|
|
(26971,1,0,'You won\'t get away with this, you know? You\'re just a kid.',12,0,100,0,0,0,26106,0,'Anatoly'),
|
|
(26971,2,0,'Your father was weak, Sasha... he didn\'t have the guts to do what had to be done.',12,0,100,0,0,0,26109,0,'Anatoly'),
|
|
(26971,3,0,'We\'ll all end up serving the Lich King, kid. Better this way than becoming a rotten corpse.',12,0,100,0,0,0,26108,0,'Anatoly'),
|
|
(26971,4,0,'Stop! Do not shoot! Do not hurt Tatjana!',12,0,100,0,0,0,26885,0,'Anatoly'),
|
|
(26971,5,0,'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?',12,0,100,0,0,0,26886,0,'Anatoly'),
|
|
(26971,6,0,'Forgive me, Tatjana... ',12,0,100,0,0,0,26887,0,'Anatoly'),
|
|
(26971,7,0,'Nothing you can do can compare to what Arugal can do to us! I will tear you apart myself!',12,0,100,0,0,0,26888,0,'Anatoly'),
|
|
(27002,0,0,'I\'ll consume your flesh and pick my teeth with your bones!',14,0,100,0,0,0,26336,0,'Grom\'thar the Thunderbringer'),
|
|
(27002,1,0,'You\'re no magnataur! Where... did you... find... such strength?',14,0,100,0,0,0,26337,0,'Grom\'thar the Thunderbringer'),
|
|
(27003,0,0,'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?',14,0,100,0,0,0,26544,0,'Dregmar Runebrand - yell'),
|
|
(27003,1,0,'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.',14,0,100,0,0,0,26186,0,'Dregmar Runebrand yell'),
|
|
(27003,2,0,'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. ',14,0,100,0,0,0,26187,0,'Dregmar Runebrand yell'),
|
|
(27004,0,0,'Hah! My slaves brought back a real meal this time!',14,0,100,0,0,0,26162,0,'Icefist'),
|
|
(27005,0,0,'Hah! My slaves brought back a real meal this time!',14,0,100,0,0,0,26188,0,'Chilltusk'),
|
|
(27010,0,0,'All these folks are keeping me busy. Take this horse over to your stables.',12,7,100,396,0,0,26522,0,'Celidh Aletracker to Jimmy the Stable Boy'),
|
|
(27017,0,0,'Initiating energy collection.',12,0,100,0,0,0,26153,0,'War Golem'),
|
|
(27017,1,0,'Energy collection complete.',12,0,100,0,0,0,26154,0,'War Golem'),
|
|
(27037,0,0,'No, please! Don\'t!',12,0,100,430,0,0,27112,0,'Hidetrader Jun\'ik to Player'),
|
|
(27047,0,0,'',16,0,100,0,0,0,0,0,'Invisible Stalker (Floating Only)'),
|
|
(27052,0,0,'I... I do not know.',12,2,100,0,0,0,29544,0,'Naohain'),
|
|
(27054,0,0,'%s beams, unaware that she is teasing him, answering in his thickly-accented Common.',16,0,100,0,0,0,29550,0,'Modoru'),
|
|
(27054,1,0,'Well! You see, was gift from Grandmother Oluba. She hand-weave from finest silk on Draenor! Am quite proud of, yes.',12,7,100,0,0,0,29552,0,'Modoru'),
|
|
(27055,0,0,'%s huffs with annoyance, glaring briefly at Sentinel Sweetspring before turning away with her nose in the air.',16,0,100,0,0,0,29557,0,'Sentinel Amberline'),
|
|
(27056,0,0,'%s grins at Sentinel Amberline across the camp, waggling her long eyebrows suggestively.',16,0,100,0,0,0,29555,0,'Sentinel Sweetspring'),
|
|
(27056,1,0,'%s peers at Modoru\'s Draenic robes.',16,0,100,0,0,0,27085,0,'Sentinel Sweetspring'),
|
|
(27056,2,0,'Pssst. Naohain. Why does Modoru still wear those ridiculous robes? He looks like some interdimensional bumpkin who stumbled out of Ammen Vale not six hours past.',12,2,100,0,0,0,27086,0,'Sentinel Sweetspring'),
|
|
(27056,3,0,'Say, Modoru. Where did you get those... ah... \"wonderful\" robes of yours, hmmm?',12,7,100,0,0,0,29546,0,'Sentinel Sweetspring'),
|
|
(27056,4,0,'Oh. Oh... I see. How nice!',12,7,100,0,0,0,29547,0,'Sentinel Sweetspring'),
|
|
(27056,5,0,'%s bites back a laugh.',16,0,100,0,0,0,29548,0,'Sentinel Sweetspring'),
|
|
(27061,0,0,'Xink\'s Shredder ready and available for woodland destruction.',16,0,100,0,0,0,26166,0,'Xink\'s Shredder'),
|
|
(27061,1,0,'Xink\'s Shredder security features activated. Returning to base.',16,0,100,0,0,0,26167,0,'Xink\'s Shredder'),
|
|
(27071,0,0,'I know, I know. Back in the bucket....',12,0,100,0,0,0,26351,0,'Benjamin Jacobs // Benjamin Jacobs'),
|
|
(27102,0,0,'Let me take care of it, sister.',12,0,100,0,0,0,27108,0,'Gorgonna to Player'),
|
|
(27102,1,0,'What were you thinking, provoking her like that?',15,0,100,0,0,0,27109,0,'Gorgonna to Player'),
|
|
(27102,2,0,'I used good judgment when you showed none. I don\'t want to see you lead us into ruin, Krenna!',12,0,100,0,0,0,27027,0,'Gorgonna to Player'),
|
|
(27102,3,0,'We\'ll see about that.',12,0,100,0,0,0,27028,0,'Gorgonna to Player'),
|
|
(27102,4,0,'You... half-idiot! You really did it this time. I\'m going to have to make it look like your leg\'s broken.',12,0,100,0,0,0,27110,0,'Gorgonna to Player'),
|
|
(27102,5,0,'Now don\'t move if you ever want to walk again!',12,0,100,0,0,0,27111,0,'Gorgonna to Player'),
|
|
(27113,0,0,'Thank you for rescuing me, but the others are still held on the tiers above!',12,0,100,1,0,0,26189,0,'Prospector Gann'),
|
|
(27114,0,0,'Thank goodness! I was worried they were going to press me into service in their war against the stone giants!',12,0,100,1,0,0,26190,0,'Prospector Torgan'),
|
|
(27115,0,0,'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.',12,0,100,1,0,0,26191,0,'Prospector Varana'),
|
|
(27119,0,0,'%s snickers, nuzzling into Sentinel Sweetspring\'s ankles.',16,0,100,0,0,0,29553,0,'Snowpaw'),
|
|
(27123,0,0,'Run away!',12,0,100,0,0,0,26179,0,'Icefist Forager'),
|
|
(27123,0,1,'I don\'t wanna die!',12,0,100,0,0,0,26180,0,'Icefist Forager'),
|
|
(27123,0,2,'Big guy will save us!',12,0,100,0,0,0,26181,0,'Icefist Forager'),
|
|
(27123,0,3,'Ahh!!!',12,0,100,0,0,0,26182,0,'Icefist Forager'),
|
|
(27123,0,4,'They\'re everywhere!',12,0,100,0,0,0,26183,0,'Icefist Forager'),
|
|
(27163,0,1,'Keep \'em off me for about 15 seconds and this thing is as good as dead.',12,7,100,0,0,0,26854,0,'7th Legion Siege Engineer'),
|
|
(27163,0,2,'Cover me!',12,7,100,0,0,0,26852,0,'7th Legion Siege Engineer'),
|
|
(27163,0,3,'When I\'m done with this plague wagon it\'ll look like a goblin built it! Keep me safe!',12,7,100,0,0,0,26855,0,'7th Legion Siege Engineer'),
|
|
(27163,0,4,'Keep the bad guys off me!',12,7,100,0,0,0,26853,0,'7th Legion Siege Engineer'),
|
|
(27163,1,0,'%s deftly assembles a strange machine.',16,7,100,0,0,0,26856,0,'7th Legion Siege Engineer'),
|
|
(27163,2,0,'That oughta do it! Just a few more seconds now.',12,7,100,0,0,0,26858,0,'7th Legion Siege Engineer'),
|
|
(27171,0,0,'Run away!',12,0,100,0,0,0,26179,0,'Chilltusk Forager'),
|
|
(27171,0,1,'I don\'t wanna die!',12,0,100,0,0,0,26180,0,'Chilltusk Forager'),
|
|
(27171,0,2,'Big guy will save us!',12,0,100,0,0,0,26181,0,'Chilltusk Forager'),
|
|
(27171,0,3,'Ahh!!!',12,0,100,0,0,0,26182,0,'Chilltusk Forager'),
|
|
(27171,0,4,'They\'re everywhere!',12,0,100,0,0,0,26183,0,'Chilltusk Forager'),
|
|
(27199,0,0,'Finally, a worthy offering!',41,0,0,0,0,0,26425,0,'Warlord Jinarrak - Say Text'),
|
|
(27199,1,0,'Ahhh! What be happenin\' to me, mon?',41,0,0,0,0,0,26212,0,'Warlord Jinarrak - Say Text'),
|
|
(27199,2,0,'How dare you summon me without an offering!',41,0,0,0,0,0,26098,0,'Warlord Jinarrak - Say Text'),
|
|
(27202,0,0,'Abbendis will see you purged!',12,0,100,0,0,0,26399,0,'Onslaught Raven Priest'),
|
|
(27202,0,1,'You are impure!',12,0,100,0,0,0,26393,0,'Onslaught Raven Priest'),
|
|
(27202,0,2,'Gah! What are you doing?',12,0,100,5,0,7256,26637,0,'Onslaught Raven Priest'),
|
|
(27202,1,0,'I sense the taint of this land in you, footman. Report to the Bishop before the start of your next shift.',12,0,100,0,0,0,26256,0,'Onslaught Raven Priest'),
|
|
(27202,1,1,'Your protection is strong, child. Continue your work.',12,0,100,0,0,0,26390,0,'Onslaught Raven Priest'),
|
|
(27202,1,2,'The Grand Admiral himself has come to see to our dedication. If I see you slacking on your post again, I will gut you myself.',12,0,100,0,0,0,26655,0,'Onslaught Raven Priest'),
|
|
(27202,1,3,'You require the Bishop\'s blessing. Go to him soon.',12,0,100,0,0,0,26391,0,'Onslaught Raven Priest'),
|
|
(27202,2,0,'HELP! HELP! THIS $g MAN : WOMAN; HAS STOLEN MY IMAGE!',12,0,100,0,0,0,26543,0,'Onslaught Raven Priest'),
|
|
(27203,0,0,'Be purified by steel!',12,0,100,0,0,0,26404,0,'Onslaught Footman'),
|
|
(27203,0,1,'By the Light!',12,0,100,0,0,0,26403,0,'Onslaught Footman'),
|
|
(27203,0,2,'In the name of the Light!',12,0,100,0,0,0,26402,0,'Onslaught Footman'),
|
|
(27203,0,3,'You will be cleansed!',12,0,100,0,0,0,26401,0,'Onslaught Footman'),
|
|
(27209,0,0,'Come to play?',12,0,100,0,0,0,26472,0,'Torturer LeCraft'),
|
|
(27209,1,0,'Ow! I\'ll tell you NOTHING, filthy $r!',15,0,100,0,0,0,26480,0,'Torturer LeCraft'),
|
|
(27209,2,0,'Wait... WAIT! What is it that you want to know?! I know you\'re the $c named $n.',15,0,100,0,0,0,26481,0,'Torturer LeCraft'),
|
|
(27209,3,0,'OW...NO! We know that you\'ve been stealing our armor and weapons and horses!',15,0,100,0,0,0,26482,0,'Torturer LeCraft'),
|
|
(27209,4,0,'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?!',15,0,100,0,0,0,26483,0,'Torturer LeCraft'),
|
|
(27209,5,0,'AHHHHHHHHH! Please... we know... that you... have a spy... disguised as... one of us! There... that\'s all that I know. Please... mercy... STOP!',15,0,100,0,0,0,26484,0,'Torturer LeCraft'),
|
|
(27209,6,0,'Please... stop. I\'ll do... anything....',15,0,100,0,0,0,26498,0,'Torturer LeCraft'),
|
|
(27209,7,0,'I beg you... no more.',15,0,100,0,0,0,26504,0,'Torturer LeCraft'),
|
|
(27209,8,0,'OWWWWWWWW!',15,0,100,0,0,0,26507,0,'Torturer LeCraft'),
|
|
(27209,9,0,'You won\'t get... anything else... out of me!',15,0,100,0,0,0,26506,0,'Torturer LeCraft'),
|
|
(27209,10,0,'They all... begged... for their... lives!',15,0,100,0,0,0,26501,0,'Torturer LeCraft'),
|
|
(27209,11,0,'I TOLD YOU... I don\'t know... anything... else!',15,0,100,0,0,0,26496,0,'Torturer LeCraft'),
|
|
(27209,12,0,'Just... end it.',15,0,100,0,0,0,26499,0,'Torturer LeCraft'),
|
|
(27210,0,0,'Now I\'ll show you the REAL power of the Onslaught!',12,0,100,0,0,14192,27593,0,'High General Abbendis'),
|
|
(27210,1,0,'You\'ve come to test the might of the Onslaught?',14,0,100,6,0,14188,27596,0,'High General Abbendis'),
|
|
(27210,1,1,'Deal with this intrusion quickly. I don\'t have time for this!',14,0,100,5,0,14189,27597,0,'High General Abbendis'),
|
|
(27210,1,2,'You may want to rethink your actions, fool.',14,0,100,25,0,14190,27598,0,'High General Abbendis'),
|
|
(27210,1,3,'Am I going to have to deal with this intrusion myself?',14,0,100,6,0,14191,27599,0,'High General Abbendis'),
|
|
(27211,0,0,'About time!',12,0,100,0,0,0,26292,0,'Onslaught Executioner'),
|
|
(27211,1,0,'Any last words you impure mongrel?',12,0,100,0,0,0,26293,0,'Onslaught Executioner'),
|
|
(27211,2,0,'On second thought, I don\'t care. Burn in hell wretch!',12,0,100,0,0,0,26294,0,'Onslaught Executioner'),
|
|
(27211,3,0,'Hah! That never gets old.',12,0,100,0,0,0,26295,0,'Onslaught Executioner'),
|
|
(27212,0,0,'You\'re late, overseer.',12,0,100,51,0,0,26232,0,'Image of Loken'),
|
|
(27212,1,0,'Destiny will not wait. Your craftsmen must increase their production of the war golems before the stone giant leader and his army reach Ulduar.',12,0,100,51,0,0,26233,0,'Image of Loken'),
|
|
(27212,2,0,'Tell your rune-smiths to continue converting what stone giants you can. Those that will not submit must be destroyed.',12,0,100,51,0,0,26234,0,'Image of Loken'),
|
|
(27212,3,0,'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.',12,0,100,51,0,0,26235,0,'Image of Loken'),
|
|
(27212,4,0,'Return to your duties, overseer. Be certain to impress upon your workers the urgency of their tasks.',12,0,100,51,0,0,26236,0,'Image of Loken'),
|
|
(27221,0,0,'Let\'s see if this works.',12,0,100,1,0,0,26239,0,'Tormak the Scarred'),
|
|
(27221,1,0,'You are among the Taunka of Camp Oneqwah, dwarf.',12,0,100,1,0,0,26251,0,'Tormak the Scarred'),
|
|
(27221,2,0,'If you agree to help us against our mutual enemy, you will come to no harm here.',12,0,100,1,0,0,26252,0,'Tormak the Scarred'),
|
|
(27221,3,0,'Think about it, prospector, but make up your mind swiftly. We must act soon.',12,0,100,25,0,0,26253,0,'Tormak the Scarred'),
|
|
(27221,4,0,'I\'ll admit, dwarf, I was pleasantly surprised to see your plan succeed.',12,0,100,1,0,0,26871,0,'Tormak the Scarred'),
|
|
(27221,5,0,'We can\'t just let you return to your companions and we can\'t take you with us...',12,0,100,1,0,0,26873,0,'Tormak the Scarred'),
|
|
(27221,6,0,'He will live so long as he proves useful. I\'d be careful if I was you, dwarf.',12,0,100,273,0,0,26882,0,'Tormak the Scarred'),
|
|
(27224,0,0,'But why?',12,0,100,0,0,0,26727,0,'Forgotten Knight'),
|
|
(27224,0,1,'It was all lies...',12,0,100,0,0,0,26728,0,'Forgotten Knight'),
|
|
(27224,0,2,'You gave us your word, betrayer!',12,0,100,0,0,0,26725,0,'Forgotten Knight'),
|
|
(27224,0,3,'Our prince has forsaken us! All is lost!',12,0,100,0,0,0,26724,0,'Forgotten Knight'),
|
|
(27224,0,4,'You lying wretch, Arthas! You doomed us all!',12,0,100,0,0,0,26723,0,'Forgotten Knight'),
|
|
(27224,0,5,'Our lives were worth far more than your blood feud...',12,0,100,0,0,0,26726,0,'Forgotten Knight'),
|
|
(27225,0,0,'But why?',12,0,100,0,0,0,26727,0,'Forgotten Rifleman'),
|
|
(27225,0,1,'It was all lies...',12,0,100,0,0,0,26728,0,'Forgotten Rifleman'),
|
|
(27225,0,2,'You gave us your word, betrayer!',12,0,100,0,0,0,26725,0,'Forgotten Rifleman'),
|
|
(27225,0,3,'Our prince has forsaken us! All is lost!',12,0,100,0,0,0,26724,0,'Forgotten Rifleman'),
|
|
(27225,0,4,'You lying wretch, Arthas! You doomed us all!',12,0,100,0,0,0,26723,0,'Forgotten Rifleman'),
|
|
(27225,0,5,'Our lives were worth far more than your blood feud...',12,0,100,0,0,0,26726,0,'Forgotten Rifleman'),
|
|
(27227,0,0,'Where... where am I?',12,0,100,0,0,0,26240,0,'Prospector Rokar'),
|
|
(27227,1,0,'Wait a minute here! You promised to spare me if I helped you. I held up my end o\' the bargain!',12,0,100,5,0,0,26874,0,'Prospector Rokar'),
|
|
(27227,2,0,'By the Light, Brann\'s alive? I\'d never help you capture him!',12,0,100,1,0,0,26879,0,'Prospector Rokar'),
|
|
(27234,0,0,'You are being misled! The Onslaught is all lies! The Scourge and the Forsaken are not our enemies! Wake up!',14,0,100,5,0,0,26596,0,'Blacksmith Goodman'),
|
|
(27235,0,0,'Renounce the Scarlet Onslaught! Don\'t listen to the lies of the high general and the grand admiral any longer!',14,0,100,5,0,0,26598,0,'Lead Cannoneer Zierhut'),
|
|
(27236,0,0,'Abbendis is nothing but a harlot and Grand Admiral Westwind is selling her cheap like he sold us out!',14,0,100,5,0,0,26599,0,'Stable Master Mercer'),
|
|
(27237,0,0,'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!',14,0,100,5,0,0,26597,0,'Commander Jordan'),
|
|
(27238,0,0,'My beautiful mill. You! You\'ll die for this!',12,0,100,0,0,0,26418,0,'Foreman Kaleiki'),
|
|
(27246,0,0,'It is good that you have come my child. The Light\'s protection has worn thin on you.',12,0,100,0,0,0,26271,0,'Bishop Street'),
|
|
(27246,1,0,'It is done. Serve the Light well.',12,0,100,0,0,0,26272,0,'Bishop Street'),
|
|
(27246,2,0,'How dare you interrupt our righteous work?!',12,0,100,0,0,0,26405,0,'Bishop Street'),
|
|
(27247,0,0,'Hey, who rang the bell?',12,0,100,0,0,0,26610,0,'Devout Bodyguard'),
|
|
(27248,0,0,'Schlemiel!',12,0,100,5,0,0,26273,0,'Apothecary Vicky Levine'),
|
|
(27248,1,0,'Apparently you flubbed this batch of blight. What do you have to say for yourself?',12,0,100,5,0,0,26275,0,'Apothecary Vicky Levine'),
|
|
(27248,2,0,'Sorry? SORRY?! Here\'s sorry for you!',12,0,100,5,0,0,26279,0,'Apothecary Vicky Levine'),
|
|
(27248,3,0,'Oops. I guess it IS working! That\'s odd.',12,0,100,6,0,0,26280,0,'Apothecary Vicky Levine'),
|
|
(27248,4,0,'I\'m gonna need a cleanup and a new assistant over here!',12,0,100,5,0,0,26289,0,'Apothecary Vicky Levine'),
|
|
(27250,0,0,'Huh?',12,0,100,6,0,0,26274,0,'Junior Apothecary Schlemiel'),
|
|
(27250,1,0,'But... I followed your instructions precisely! Sorry?',12,0,100,6,0,0,26277,0,'Junior Apothecary Schlemiel'),
|
|
(27250,2,0,'Eep!',12,0,100,34,0,1368,26281,0,'Junior Apothecary Schlemiel'),
|
|
(27277,0,0,'Alright Ben. We\'ve retrieved the amberseeds again. You know the drill.',12,0,100,0,0,0,26350,0,'Master Woodsman Anderhol // Master Woodsman Anderhol'),
|
|
(27299,0,0,'Tell me if this hurts.',12,0,100,0,0,0,26296,0,'Initiate Greer'),
|
|
(27299,0,1,'Let\'s try this one out...',12,0,100,0,0,0,26298,0,'Initiate Greer'),
|
|
(27299,0,2,'I think I\'ve got it this time..',12,0,100,0,0,0,26297,0,'Initiate Greer'),
|
|
(27299,1,0,'How\'d that feel?',12,0,100,0,0,0,26299,0,'Initiate Greer'),
|
|
(27299,1,1,'Was that potent enough?',12,0,100,0,0,0,26302,0,'Initiate Greer'),
|
|
(27299,1,2,'Do you think that will get some answers?',12,0,100,0,0,0,26300,0,'Initiate Greer'),
|
|
(27299,2,0,'Hmm...',12,0,100,0,0,0,26304,0,'Initiate Greer'),
|
|
(27299,2,1,'True, our enemies would show us no mercy.',12,0,100,0,0,0,26320,0,'Initiate Greer'),
|
|
(27299,2,2,'True, but how far should we push? At what point are we no better than our enemies?',12,0,100,0,0,0,26319,0,'Initiate Greer'),
|
|
(27300,0,0,'You need more bite. Do not show our enemies any mercy.',12,0,100,0,0,0,26305,0,'Initiate Vernon'),
|
|
(27300,0,1,'The more pain we can inflict, the quicker we can get our answers.',12,0,100,0,0,0,26306,0,'Initiate Vernon'),
|
|
(27315,0,0,'HELP! HELP!',12,0,100,0,0,0,26342,0,'Helpless Wintergarde Villager'),
|
|
(27315,0,1,'I\'ll die before I let one of you fiends turn me!',12,0,100,0,0,0,26347,0,'Helpless Wintergarde Villager'),
|
|
(27315,0,2,'THEY\'RE TRYING TO KILL ME! HELP!',12,0,100,0,0,0,26346,0,'Helpless Wintergarde Villager'),
|
|
(27315,0,3,'Where did this all come from! Somebody help!',12,0,100,0,0,0,26348,0,'Helpless Wintergarde Villager'),
|
|
(27315,0,4,'YOU\'LL NEVER CATCH ME, FIENDS!',12,0,100,0,0,0,26343,0,'Helpless Wintergarde Villager'),
|
|
(27315,1,0,'Are you sure you know how to fly this thing? Feels a little wobbly.',12,0,100,0,0,0,26359,0,'Helpless Wintergarde Villager'),
|
|
(27315,1,1,'For the love of the Light, get me out of here!',12,0,100,0,0,0,26344,0,'Helpless Wintergarde Villager'),
|
|
(27315,1,2,'I don\'t mean to sound ungrateful, but could you fly a little closer to the ground? I hate heights!',12,0,100,0,0,0,26360,0,'Helpless Wintergarde Villager'),
|
|
(27315,1,3,'I picked a bad day to stop drinking!',12,0,100,0,0,0,26345,0,'Helpless Wintergarde Villager'),
|
|
(27315,1,4,'I\'m gettin\' a little woozy... Oooooof...',12,0,100,0,0,0,26364,0,'Helpless Wintergarde Villager'),
|
|
(27315,1,5,'Who woulda thought that we\'d have this problem again? Oh wait, EVERYBODY DID!',12,0,100,0,0,0,26349,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,0,'How can I ever repay you for this, friend?',12,0,100,0,0,0,26363,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,1,'HURRAY!',12,0,100,0,0,0,26382,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,2,'Kindness is not lost with this one, Urik. Thank you, hero!',12,0,100,0,0,0,26383,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,3,'My shop\'s doors will always be open to you, friend.',12,0,100,0,0,0,26385,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,4,'Safe at last! Thank you, stranger!',12,0,100,0,0,0,26381,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,5,'Thanks for your help, hero!',12,0,100,0,0,0,26357,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,6,'We made it! We actually made it!',12,0,100,0,0,0,26384,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,7,'You are my guardian angel! Like a white knight you flew in from the heavens and lifted me from the pit of damnation!',12,0,100,0,0,0,26362,0,'Helpless Wintergarde Villager'),
|
|
(27315,2,8,'You saved my life! Thanks!',12,0,100,0,0,0,26358,0,'Helpless Wintergarde Villager'),
|
|
(27316,0,0,'Stand back, $n, the beast might lash out and harm you.',12,7,100,396,0,0,26800,0,'Inquisitor Hallard'),
|
|
(27316,1,0,'GODFREY! Hear me, fiend! Hear me, for I am the Light, here to deliver you from evil!',12,7,100,5,0,0,26801,0,'Inquisitor Hallard'),
|
|
(27316,2,0,'Good. I have your attention, then, Godfrey?',12,7,100,396,0,0,26803,0,'Inquisitor Hallard'),
|
|
(27316,3,0,'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?',12,7,100,1,0,0,26804,0,'Inquisitor Hallard'),
|
|
(27316,4,0,'Then it is option two.',12,7,100,1,0,0,26809,0,'Inquisitor Hallard'),
|
|
(27316,5,0,'I say a prayer for you now, lost soul. May the Light take you gracefully.',12,7,100,68,4000,0,26810,0,'Inquisitor Hallard'),
|
|
(27316,6,0,'Let the sermon begin.',12,7,100,1,0,0,26811,0,'Inquisitor Hallard'),
|
|
(27316,7,0,'LIGHT TAKE YOU, BEAST!',12,7,100,0,0,0,26812,0,'Inquisitor Hallard'),
|
|
(27316,8,0,'BURN IN HOLY FIRE!',12,7,100,0,0,0,26816,0,'Inquisitor Hallard'),
|
|
(27316,9,0,'LET THE LIGHT IN, GODFREY GOODARD!',12,7,100,0,0,0,26814,0,'Inquisitor Hallard'),
|
|
(27316,10,0,'May the power of Light compel you!',12,7,100,0,0,0,26813,0,'Inquisitor Hallard'),
|
|
(27316,11,0,'I thought you would see the Light, Godfrey... Now speak quickly, fiend. What does it say?',12,7,100,396,0,0,26824,0,'Inquisitor Hallard'),
|
|
(27316,12,0,'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!',12,7,100,6,0,0,26826,0,'Inquisitor Hallard'),
|
|
(27316,13,0,'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.',12,7,100,6,0,0,26829,0,'Inquisitor Hallard'),
|
|
(27316,14,0,'You let us worry about how we kill the monster, Godfrey.',12,7,100,396,0,0,26830,0,'Inquisitor Hallard'),
|
|
(27316,15,0,'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.\"',12,7,100,1,0,0,26833,0,'Inquisitor Hallard'),
|
|
(27316,16,0,'Let\'s you and I have a chat about some things, Godfrey.',12,7,100,1,0,0,26834,0,'Inquisitor Hallard'),
|
|
(27328,0,0,'Stay behind me, $r. I will do my best to protect you.',12,0,100,0,0,0,26373,0,'Tur Ragepaw'),
|
|
(27328,1,0,'My freedom means nothing if we fail to save Ursoc. Make haste, $n.',12,0,100,0,0,0,26374,0,'Tur Ragepaw'),
|
|
(27328,2,0,'I will watch over you and your allies, $r.',12,0,100,0,0,0,26375,0,'Tur Ragepaw'),
|
|
(27328,3,0,'Ursoc, brother of Ursol and guardian of the furbolg tribes... show yourself!',12,0,100,0,0,0,26427,0,'Tur Ragepaw'),
|
|
(27328,4,0,'Reset',14,0,100,0,0,0,0,0,'Tur Ragepaw - DEBUG 1'),
|
|
(27336,0,0,'HELP! HELP!',12,0,100,0,0,0,26342,0,'Helpless Wintergarde Villager'),
|
|
(27336,0,1,'I\'ll die before I let one of you fiends turn me!',12,0,100,0,0,0,26347,0,'Helpless Wintergarde Villager'),
|
|
(27336,0,2,'THEY\'RE TRYING TO KILL ME! HELP!',12,0,100,0,0,0,26346,0,'Helpless Wintergarde Villager'),
|
|
(27336,0,3,'Where did this all come from! Somebody help!',12,0,100,0,0,0,26348,0,'Helpless Wintergarde Villager'),
|
|
(27336,0,4,'YOU\'LL NEVER CATCH ME, FIENDS!',12,0,100,0,0,0,26343,0,'Helpless Wintergarde Villager'),
|
|
(27336,1,0,'Are you sure you know how to fly this thing? Feels a little wobbly.',12,0,100,0,0,0,26359,0,'Helpless Wintergarde Villager'),
|
|
(27336,1,1,'For the love of the Light, get me out of here!',12,0,100,0,0,0,26344,0,'Helpless Wintergarde Villager'),
|
|
(27336,1,2,'I don\'t mean to sound ungrateful, but could you fly a little closer to the ground? I hate heights!',12,0,100,0,0,0,26360,0,'Helpless Wintergarde Villager'),
|
|
(27336,1,3,'I picked a bad day to stop drinking!',12,0,100,0,0,0,26345,0,'Helpless Wintergarde Villager'),
|
|
(27336,1,4,'I\'m gettin\' a little woozy... Oooooof...',12,0,100,0,0,0,26364,0,'Helpless Wintergarde Villager'),
|
|
(27336,1,5,'Who woulda thought that we\'d have this problem again? Oh wait, EVERYBODY DID!',12,0,100,0,0,0,26349,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,0,'How can I ever repay you for this, friend?',12,0,100,0,0,0,26363,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,1,'HURRAY!',12,0,100,0,0,0,26382,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,2,'Kindness is not lost with this one, Urik. Thank you, hero!',12,0,100,0,0,0,26383,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,3,'My shop\'s doors will always be open to you, friend.',12,0,100,0,0,0,26385,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,4,'Safe at last! Thank you, stranger!',12,0,100,0,0,0,26381,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,5,'Thanks for your help, hero!',12,0,100,0,0,0,26357,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,6,'We made it! We actually made it!',12,0,100,0,0,0,26384,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,7,'You are my guardian angel! Like a white knight you flew in from the heavens and lifted me from the pit of damnation!',12,0,100,0,0,0,26362,0,'Helpless Wintergarde Villager'),
|
|
(27336,2,8,'You saved my life! Thanks!',12,0,100,0,0,0,26358,0,'Helpless Wintergarde Villager'),
|
|
(27344,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Bat Handler Adeline'),
|
|
(27349,0,0,'The %s moans but seems otherwise unaffected by the blight.',16,0,100,0,0,0,26389,0,'Scarlet Onslaught Prisoner'),
|
|
(27351,0,0,'Go with the Light, friend.',12,0,100,0,0,0,26419,0,'Argent Crusade Rifleman'),
|
|
(27351,0,1,'Light take you!',12,0,100,0,0,0,26423,0,'Argent Crusade Rifleman'),
|
|
(27351,0,2,'Ooooh! I think that one\'s head exploded.',12,0,100,0,0,0,0,0,'Argent Crusade Rifleman'),
|
|
(27351,0,3,'They were once people... Now? Undead monsters with an appetite for flesh!',12,0,100,0,0,0,26421,0,'Argent Crusade Rifleman'),
|
|
(27355,0,0,'No... NO! What have you done?! So many ancient wyrms wasted... what magic could do this? ',14,0,100,1,0,0,26555,0,'Rothin the Decaying <Cult of the Damned>'),
|
|
(27355,1,0,'Foolish errand $G boy:girl;... you will die for interrupting my work!',14,0,100,1,0,0,26547,0,'Rothin the Decaying <Cult of the Damned>'),
|
|
(27355,2,0,'This is not the end... death only... strengthens... ',14,0,100,1,0,0,26669,0,'Rothin the Decaying <Cult of the Damned>'),
|
|
(27359,0,0,'Good of you to come, champion! The beast almost had me!',12,7,0,0,0,0,26470,0,'Trapped Wintergarde Villager'),
|
|
(27359,0,1,'Finally! A hero has come!',12,7,0,0,0,0,26469,0,'Trapped Wintergarde Villager'),
|
|
(27359,0,2,'Thank you, kind soul.',12,7,0,0,0,0,26467,0,'Trapped Wintergarde Villager'),
|
|
(27359,0,3,'I\'ll never forget you, friend.',12,7,0,0,0,0,26468,0,'Trapped Wintergarde Villager'),
|
|
(27364,0,0,'Hey Celidh! Do you have any pets you want me to take over to the stable?',12,7,100,0,0,0,26428,0,'Jimmy the Stable Boy'),
|
|
(27364,1,0,'Let\'s go boy.',12,7,100,0,0,0,26432,0,'Jimmy the Stable Boy'),
|
|
(27364,2,0,'If I were king, I\'d have a horse like you. I\'d make sure you didn\'t get lost, and I bet you\'d make sure I never got lost.',12,7,100,0,0,0,26478,0,'Jimmy the Stable Boy'),
|
|
(27364,3,0,'We\'d be best friends. I bet me and Anduin would also be best friends, too. Friends are important. ',12,7,100,0,0,0,26479,0,'Jimmy the Stable Boy'),
|
|
(27364,4,0,'I\'ll take you to some other horses. You probably miss being around other horses. They can be your friend too.',12,7,100,0,0,0,26486,0,'Jimmy the Stable Boy'),
|
|
(27373,0,0,'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. ',12,0,100,0,0,0,26436,0,'Spirit of Ursoc'),
|
|
(27373,1,0,'You know their kind as old gods. Beware Yogg-Saron, the beast with a thousand maws. His evil extends beyond Vordrassil\'s roots.',12,0,100,0,0,0,26437,0,'Spirit of Ursoc'),
|
|
(27376,0,0,'What do you mean my time has come?! I\'ll kill you where you stand!',12,1,100,0,0,0,26449,0,'Deathguard Schneider before going hostile'),
|
|
(27376,1,0,'Hey, over here!',12,0,100,0,0,0,53162,0,'Deathguard Schneider upon LoS'),
|
|
(27378,0,0,'You can\'t possibly mean to.... I\'ll write you up for this, $c!',12,1,100,0,0,0,26450,0,'Senior Scrivener Barriga before going hostile'),
|
|
(27378,1,0,'If you\'d be so kind, please let me out of here!',12,1,100,0,0,0,26452,0,'Senior Scrivener Barriga upon LoS'),
|
|
(27379,0,0,'No! I beg you! Please don\'t kill me!',12,1,100,0,0,0,26454,0,'Engineer Burke before going hostile'),
|
|
(27379,1,0,'Can someone let me out of here? I need to get back to Venomspite and finish my shift.',12,1,100,0,0,0,26453,0,'Engineer Burke upon LoS'),
|
|
(27381,0,0,'What is the meaning of this?! Stop! I\'ll double whatever they\'re paying you!',12,1,100,0,0,0,26458,0,'Chancellor Amai before going hostile'),
|
|
(27381,1,0,'I just arrived in Venomspite. How could I have possibly wronged you?',12,1,100,0,0,0,26459,0,'Chancellor Amai upon Los'),
|
|
(27383,0,0,'I was... once like you. Mortal. Soft. Only flesh and bone. WEAK AND TIMID!',14,0,100,0,0,0,27157,0,'Thel zan the Duskbringer'),
|
|
(27383,1,0,'Our lord, Arthas saw in me the frailty of man.',14,0,100,0,0,0,27159,0,'Thel zan the Duskbringer'),
|
|
(27383,2,0,'\"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.',14,0,100,0,0,0,27160,0,'Thel zan the Duskbringer'),
|
|
(27383,3,0,'So serve him I did... Were it not for me the glorious dread citadel of Naxxramas may never have returned to Northrend.',14,0,100,0,0,0,27161,0,'Thel zan the Duskbringer'),
|
|
(27383,4,0,'But enough talk... You have fought hard and come from the distant reaches of this world to face the Duskbringer. I shall not disappoint...',14,0,100,0,0,0,27162,0,'Thel zan the Duskbringer'),
|
|
(27383,5,0,'Just as our lord saved me, so too shall I save you!',14,0,100,0,0,0,27163,0,'Thel zan the Duskbringer'),
|
|
(27383,6,0,'THIS WILL BE THE LAST TIME YOU UTTER THAT NAME, PALADIN! Breathe your dying breath!',14,0,100,0,0,0,27176,0,'Thel zan the Duskbringer'),
|
|
(27383,7,0,'Rise, my minions! Your master commands it!',14,0,100,0,0,0,27164,0,'Thel zan the Duskbringer'),
|
|
(27389,0,0,'By all means, don\'t assess the situation, you halfwit! Just jump into the fray!',14,0,100,0,0,13199,29527,0,'dalronn YELL_DALRONN_AGGRO'),
|
|
(27389,1,0,'See... you... soon.',14,0,100,0,0,13200,29529,0,'dalronn YELL_DALRONN_SKA_DIED'),
|
|
(27389,2,0,'There\'s no... greater... glory.',14,0,100,0,0,13201,29530,0,'dalronn YELL_DALRONN_DAL_DIEDFIRST'),
|
|
(27389,3,0,'You may serve me yet.',14,0,100,0,0,13202,29526,0,'dalronn YELL_DALRONN_KILL'),
|
|
(27389,4,0,'Skarvald, you incompetent slug! Return and make yourself useful!',14,0,100,0,0,13203,29528,0,'dalronn YELL_DALRONN_SKA_DIEDFIRST'),
|
|
(27390,0,0,'Dalronn! See if you can muster the nerve to join my attack!',14,0,100,0,0,13229,29531,0,'skarvald YELL_SKARVALD_AGGRO'),
|
|
(27390,1,0,'Not... over... yet.',14,0,100,0,0,13230,29534,0,'skarvald YELL_SKARVALD_DAL_DIED'),
|
|
(27390,2,0,'A warrior\'s death.',14,0,100,0,0,13231,29535,0,'skarvald YELL_SKARVALD_SKA_DIEDFIRST'),
|
|
(27390,3,0,'Jarggn olkt!',14,0,100,0,0,13232,29532,0,'skarvald YELL_SKARVALD_KILL'),
|
|
(27390,4,0,'Pfagh! What sort of necromancer lets death stop him? I knew you were worthless!',14,0,100,0,0,13233,29533,0,'skarvald YELL_SKARVALD_DAL_DIEDFIRST'),
|
|
(27405,0,0,'What\'s going on here, sarge?',12,0,100,0,0,0,26541,0,'Onslaught Footman'),
|
|
(27406,0,0,'I don\'t know. Better kill them both to be on the safe side!',12,0,100,0,0,0,26542,0,'Onslaught Footman'),
|
|
(27411,0,0,'Were you bitten?',12,7,100,6,0,0,26640,0,'Freed Alliance Scout Say1'),
|
|
(27411,1,1,'Answer me! Were you bloody bitten?',14,7,100,22,0,0,26641,0,'Freed Alliance Scout Yell'),
|
|
(27411,2,2,'You don\'t even know, do you? The trappers? They\'re not human... we have to get out of here! Come, quick!',12,7,100,0,0,0,26539,0,'Freed Alliance Scout Say2'),
|
|
(27411,3,3,'Take Ducal\'s horse, he\'s one of them now!',12,7,100,0,0,0,26540,0,'Freed Alliance Scout Say3'),
|
|
(27411,4,4,'There\'s lamp oil in the back - make use of it. The fiends hate fire!',12,7,100,0,0,0,26644,0,'Freed Alliance Scout Say4'),
|
|
(27430,0,0,'The Destructive Ward gains in power.',41,0,100,0,0,0,26601,0,'Destructive Ward'),
|
|
(27430,1,0,'The Destructive Ward is fully charged!',41,0,100,0,0,0,26602,0,'Destructive Ward'),
|
|
(27439,0,0,'I know a place nearby where we can speak in private, my child. Follow me.',12,0,100,1,0,0,26629,0,'High Abbot Landgren'),
|
|
(27439,1,0,'Did you think that I could not see through your flimsy disguise, $N?',12,0,100,6,0,0,26631,0,'High Abbot Landgren'),
|
|
(27439,2,0,'There is much that you do not understand, $R. The Master sees all.',12,0,100,1,0,0,26632,0,'High Abbot Landgren'),
|
|
(27439,3,0,'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.',12,0,100,25,0,0,26633,0,'High Abbot Landgren'),
|
|
(27439,4,0,'No. I will leave this world in a manner of my own choosing. And I will return, the grand admiral\'s will permitting!',12,0,100,274,0,0,26634,0,'High Abbot Landgren'),
|
|
(27439,5,0,'AAAEEEEIIIiiiiiiiiiiiiiiiiiiiiiiiiiiii........................................',12,0,100,0,0,2943,26636,0,'High Abbot Landgren'),
|
|
(27440,0,0,'The nerubian siege outside is chilling, Sagai. There seems to be no end to them.',12,0,100,1,0,0,26618,0,'Argah'),
|
|
(27440,1,0,'That\'s right... I recovered munitions from the quarry just yesterday for that purpose.',12,0,100,1,0,0,26620,0,'Argah'),
|
|
(27440,2,0,'I hope the charges are set soon. Everyone could use a respite.',12,0,100,1,0,0,26621,0,'Argah'),
|
|
(27440,3,0,'Saurfang is here, Sagai! Saurfang! The brother of Broxigar himself, here to aid our efforts!',12,0,100,1,0,0,26623,0,'Argah'),
|
|
(27441,0,0,'Yah. It be dem sinkholes. You see dem? Dere be talk of blowin\' dem up, cavin\' dem in.',12,0,100,1,0,0,26619,0,'Sagai'),
|
|
(27441,1,0,'You got dat right.',12,0,100,1,0,0,26622,0,'Sagai'),
|
|
(27441,2,0,'Yah. Hellscream, he be a fierce one, but too eager to prove himself, I be thinkin\'. It be good Saurfang be here, for sure.',12,0,100,1,0,0,26688,0,'Sagai'),
|
|
(27447,0,0,'There will be no mercy!',14,0,0,0,0,13649,31813,0,''),
|
|
(27447,1,1,'Blast them! Destroy them!',14,0,0,0,0,13650,31814,0,''),
|
|
(27447,2,2,'%s calls an Azure Ring Captain!',41,0,0,0,0,0,33077,0,''),
|
|
(27447,3,3,'They are... too strong! Underestimated their... fortitude.',14,0,0,0,0,13655,31819,0,''),
|
|
(27447,4,0,'Intruders, your victory will be short-lived. I am Commander Varos Cloudstrider. My drakes control the skies and protect this conduit. I will see to it personally that the Oculus does not fall into your hands!',14,0,100,0,0,13648,31812,3,'Varos Cloudstrider SAY_VAROS_INTRO_TEXT'),
|
|
(27455,0,0,'Captain, why are the guards not at their posts?',12,0,100,6,0,12725,26714,0,'Prince Arthas'),
|
|
(27455,1,0,'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',12,0,100,5,0,12726,26716,0,'Prince Arthas'),
|
|
(27455,2,0,'Burned down to their frames! No one goes home until our job here is done!\n',12,0,100,15,0,12727,26718,0,'Prince Arthas'),
|
|
(27455,3,0,'Spare me, Muradin. You weren\'t there to see what Mal\'Ganis did to my homeland.\n',12,0,100,1,0,12728,26732,0,'Prince Arthas'),
|
|
(27455,4,0,'Behold, Muradin, our salvation, Frostmourne.\n',12,0,100,1,0,12729,27207,0,'Prince Arthas'),
|
|
(27455,5,0,'I would gladly bear any curse to save my homeland.\n',12,0,100,1,0,12730,27211,0,'Prince Arthas'),
|
|
(27455,6,0,'Damn the men! Nothing shall prevent me from having my revenge, old friend. Not even you.\n',12,0,100,5,0,12731,27214,0,'Prince Arthas'),
|
|
(27455,7,0,'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',12,0,100,396,0,12732,27215,0,'Prince Arthas'),
|
|
(27455,8,0,'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.',12,0,100,0,0,12732,0,0,'Prince Arthas'),
|
|
(27461,0,0,'NOOOOO! Mother! We\'ll avenge you!',12,0,100,0,0,0,26686,0,'Bambina'),
|
|
(27462,0,0,'A skunk, rabbit, and a fawn travelling together. Now thats something you don\'t see every day. No matter, i\'ll be dining on venison tonight!',12,0,100,0,0,0,0,0,'Westfall Brigade Hunter'),
|
|
(27463,0,0,'Ahh.... better.',12,0,100,0,0,0,26657,0,'wounded skirmisher RANDOM_SAY_1'),
|
|
(27463,0,1,'Whoa - I nearly died there. Thank you, $r!',12,0,100,0,0,0,26659,0,'wounded skirmisher RANDOM_SAY_2'),
|
|
(27463,0,2,'Thank you, $c.',12,0,100,0,0,0,26656,0,'wounded skirmisher RANDOM_SAY_3'),
|
|
(27476,0,0,'I apologize, emissary, but the prince is away on an errand. Wha brings you to this desolate place?',12,0,100,1,3000,12719,26709,0,'Valonforth 0 - Q: The Truth Shall Set Us Free'),
|
|
(27476,1,0,'We\'re to just pick up and leave?',12,0,100,6,1500,12720,26711,0,'Valonforth 1 - Q: The Truth Shall Set Us Free'),
|
|
(27476,2,0,'To hell with the undead! We\'ll cut our way through the woods, men!',12,0,100,22,3000,12721,26713,0,'Valonforth 2 - Q: The Truth Shall Set Us Free'),
|
|
(27476,3,0,'Well, milord, your father had our troops recalled at Lord Uther\'s request.',12,0,100,1,3000,12722,26715,0,'Valonforth 3 - Q: The Truth Shall Set Us Free'),
|
|
(27480,0,0,'Isn\'t that a bit much, lad?\n',12,0,100,6,0,12733,26717,0,'Muradin'),
|
|
(27480,1,0,'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',12,0,100,1,0,12734,26731,0,'Muradin'),
|
|
(27480,2,0,'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',12,0,100,0,0,12735,27209,0,'Muradin'),
|
|
(27480,3,0,'Leave it be, Arthas. Forget this business and lead your men home.\n',12,0,100,396,0,12736,27212,0,'Muradin'),
|
|
(27480,4,0,'O\' my head... Wh... Where am I?\n',12,0,100,0,0,0,27217,0,'Muradin'),
|
|
(27480,5,0,'Who... Who am I?\n',12,0,100,0,0,0,27218,0,'Muradin'),
|
|
(27482,0,0,'I\'d nearly given up. You\'ve given me new life!',12,0,50,0,0,0,26684,0,'Wounded Westfall Infantry say text'),
|
|
(27482,0,1,'Bless you, friend. I nearly expired....',12,0,50,0,0,0,26682,0,'Wounded Westfall Infantry say text'),
|
|
(27482,0,2,'Without your help, I surely would have died....',12,0,50,0,0,0,26685,0,'Wounded Westfall Infantry say text'),
|
|
(27482,0,3,'Thank you, $r!',12,0,50,0,0,0,26683,0,'Wounded Westfall Infantry say text'),
|
|
(27483,0,0,'%s raises his claws menacingly!',41,0,100,0,0,0,0,0,'King Dred'),
|
|
(27492,0,0,'By royal edict, you men are to return to Lordaeron immediately. Lord Uther has convinced the king to recall this expedition.',12,0,100,25,3500,12723,26710,0,'Alliance Emissary 0 - Q: The Truth Shall Set Us Free'),
|
|
(27492,1,0,'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.',12,0,100,378,4000,12724,26712,0,'Alliance Emissary 1 - Q: The Truth Shall Set Us Free'),
|
|
(27539,0,0,'Every warrior that falls is one more for our mighty army. There is no victory against us.',14,0,100,0,0,0,0,0,'Frigid Necromancer'),
|
|
(27539,0,1,'Rise... rise and feast on their flesh!',14,0,100,0,0,0,26836,0,'Frigid Necromancer'),
|
|
(27539,0,2,'The time of the dragons is over...',14,0,100,0,0,0,26837,0,'Frigid Necromancer'),
|
|
(27539,0,3,'There is no hope. You will fail.',14,0,100,0,0,0,0,0,'Frigid Necromancer'),
|
|
(27539,0,4,'You will find no peace in death, wyrms!',14,0,100,0,0,0,26835,0,'Frigid Necromancer'),
|
|
(27539,0,5,'Your struggle is meaningless. You will all fall before the endless Scourge!',14,0,100,0,0,0,0,0,'Frigid Necromancer'),
|
|
(27551,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Enraged Apparition'),
|
|
(27570,0,0,'We\'re all gonna die!',12,0,100,0,0,0,26848,0,'venture co straggler SAY1'),
|
|
(27570,0,1,'Gotta get out of here!',12,0,100,0,0,0,26847,0,'venture co straggler SAY2'),
|
|
(27570,0,2,'No way I\'m stickin\' around!',12,0,100,0,0,0,26851,0,'venture co straggler SAY3'),
|
|
(27570,0,3,'Forget this! I\'m going home!',12,0,100,0,0,0,26850,0,'venture co straggler SAY4'),
|
|
(27570,0,4,'I didn\'t sign up for this!',12,0,100,0,0,0,26849,0,'venture co straggler SAY5'),
|
|
(27577,0,0,'%s growls.',16,0,100,0,0,409,26802,0,'Mayor Godfrey'),
|
|
(27577,1,0,'%s hisses!',16,0,100,0,0,410,26805,0,'Mayor Godfrey'),
|
|
(27577,2,0,'Tell you nothing, preacher.',12,0,100,1,0,0,26806,0,'Mayor Godfrey'),
|
|
(27577,3,0,'What can you do to me that Kel\'Thuzad has not? That the Lich King will not?',12,0,100,1,0,0,26807,0,'Mayor Godfrey'),
|
|
(27577,4,0,'The book is your salvation, yes... but nothing will you know! NOTHING I SAY! NOTHING! ',12,0,100,1,0,0,26808,0,'Mayor Godfrey'),
|
|
(27577,5,0,'No more LIGHT! NO MORE! I BEG YOU!',12,0,100,0,0,0,26822,0,'Mayor Godfrey'),
|
|
(27577,6,0,'Never felt hurt like this!',12,0,100,0,0,0,26823,0,'Mayor Godfrey'),
|
|
(27577,7,0,'It tells of the coming apocalypse. How this world will burn and be reborn from death.',12,0,100,1,0,0,26825,0,'Mayor Godfrey'),
|
|
(27577,8,0,'NOOOO!!! I tell you! I tell you everything!',12,0,100,39,0,0,26827,0,'Mayor Godfrey'),
|
|
(27577,9,0,'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...',12,0,100,1,0,0,26828,0,'Mayor Godfrey'),
|
|
(27577,10,0,'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!',12,0,100,1,0,0,26831,0,'Mayor Godfrey'),
|
|
(27577,11,0,'You cannot stop Thel\'zan! He bears the dark gift, bestowed upon him by the Lich King himself!',12,0,100,1,0,0,26832,0,'Mayor Godfrey'),
|
|
(27588,0,0,'Without you we\'d be lost. Thanks for the ride!',12,7,100,0,0,0,26844,0,'7th Legion Elite'),
|
|
(27588,0,1,'For the Alliance and Lord Fordragon!',12,7,100,0,0,0,26841,0,'7th Legion Elite'),
|
|
(27588,0,2,'HOO-WAH! The cavalry has arrived!',12,7,100,0,0,0,26842,0,'7th Legion Elite'),
|
|
(27588,0,3,'Great driving, soldier! Not a scratch on us!',12,7,100,0,0,0,26843,0,'7th Legion Elite'),
|
|
(27588,1,0,'I think I see one of their plague wagons!',12,0,100,0,0,0,26971,0,'7th Legion Elite'),
|
|
(27588,1,1,'Did I ever tell you soldiers about the time I destroyed the Thandol Span? Yep, weren\'t no dark irons destroyed that bridge! Was me!',12,7,100,0,0,0,26972,0,'7th Legion Elite'),
|
|
(27588,1,2,'It doesn\'t make any sense. Why don\'t they just fly Naxxramas over Wintergarde Keep and blow it up? I mean, that\'s what I would do if I were Kel\'Thuzad.',12,7,100,0,0,0,26973,0,'7th Legion Elite'),
|
|
(27588,1,3,'I wonder if we\'ll ever solve the mystery of the strange ore. There\'s gotta be some use for it!',12,0,100,0,0,0,26974,0,'7th Legion Elite'),
|
|
(27588,1,4,'Hey, do any of you know McGoyver over at Valgarde? He\'s my uncle. You know what his title is? Pro. Yea, just \"Pro.\" I want to be a pro too.',12,0,100,0,0,0,26975,0,'7th Legion Elite'),
|
|
(27588,1,5,'Something straight up stinks in here! It\'s definitely not me. Gnomes smell like butter and sunshine. Not like those dwarves that smell like they were born from a trogg\'s armpit! None of you are dwarves, are you?',12,0,100,0,0,0,26976,0,'7th Legion Elite'),
|
|
(27588,1,6,'I used to know a dwarf that claimed gnomes evolved from beneath the earth. That we all started out as sand gnomes. What a load of nonsense! Sand gnomes? PUH-LEASE!',12,0,100,0,0,0,26977,0,'7th Legion Elite'),
|
|
(27588,1,7,'I\'ve never seen destruction like this...',12,0,100,0,0,0,26978,0,'7th Legion Elite'),
|
|
(27588,1,8,'Keep the chatter down, people. We need to stay alert!',12,0,100,0,0,0,26979,0,'7th Legion Elite'),
|
|
(27588,1,9,'The smell of death covers every inch of this place.',12,0,100,0,0,0,26980,0,'7th Legion Elite'),
|
|
(27588,1,10,'Driver, I hear you single handedly airlifted our villagers out of this hell-hole. Is that true?',12,0,100,0,0,0,26981,0,'7th Legion Elite'),
|
|
(27588,1,11,'So does anyone know anything about Thel\'zan? Who is he? How did he come to leading the Scourge armies on the ground?',12,0,100,0,0,0,26982,0,'7th Legion Elite'),
|
|
(27588,1,12,'Look at this mess... The Scourge will pay for this!',12,0,100,0,0,0,26983,0,'7th Legion Elite'),
|
|
(27588,1,13,'Where are all the corpses? What have they done to our people?',12,0,100,0,0,0,26984,0,'7th Legion Elite'),
|
|
(27588,1,14,'I hope I\'m alive to see Arthas get what\'s coming to him.',12,0,100,0,0,0,26985,0,'7th Legion Elite'),
|
|
(27588,2,0,'Reporting for duty, sir!',12,7,100,0,0,0,26954,0,'7th Legion Elite'),
|
|
(27619,0,0,'Rise, Arugal! The power of the Lich King commands you!',12,0,100,0,0,0,26865,0,'Prince Valanar - Silverpine'),
|
|
(27624,0,0,'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.',12,0,100,0,0,0,26867,0,'Prince Theraldis - Silverpine'),
|
|
(27629,0,0,'Are you ready for battle, $c?',15,0,100,0,0,0,29966,0,'Wyrmrest Defender'),
|
|
(27629,0,1,'Take us into battle, $n!',15,0,100,0,0,0,26908,0,'Wyrmrest Defender'),
|
|
(27629,0,2,'Shall we destabilize the shrine first or disable the enemy?',15,0,100,0,0,0,29964,0,'Wyrmrest Defender'),
|
|
(27629,0,3,'We\'ve been expecting you, $n. Now we have the upper hand.',15,0,100,0,0,0,29965,0,'Wyrmrest Defender'),
|
|
(27629,0,4,'I can\'t believe the blues would attack us. Let\'s give some of it back!',15,0,100,0,0,0,29961,0,'Wyrmrest Defender'),
|
|
(27629,0,5,'I am ready. Let\'s defend the temple!',15,0,100,0,0,0,29960,0,'Wyrmrest Defender'),
|
|
(27629,0,6,'Where to first?',15,0,100,0,0,0,29962,0,'Wyrmrest Defender'),
|
|
(27629,0,7,'Your reputation precedes you, $n. This should be interesting.',15,0,100,0,0,0,29963,0,'Wyrmrest Defender'),
|
|
(27629,1,0,'I never thought that I\'d be riding into battle with a $r on my back.',15,0,100,0,0,0,27376,0,'Wyrmrest Defender'),
|
|
(27629,1,1,'Another blue down. We make a great team!',15,0,100,0,0,0,27374,0,'Wyrmrest Defender'),
|
|
(27629,1,2,'With you and I working together, this battle will be over in no time.',15,0,100,0,0,0,27375,0,'Wyrmrest Defender'),
|
|
(27629,1,3,'Malygos has clearly gone insane.',15,0,100,0,0,0,27380,0,'Wyrmrest Defender'),
|
|
(27629,1,4,'Nice one, kid.',15,0,100,0,0,0,27373,0,'Wyrmrest Defender'),
|
|
(27629,1,5,'I\'ve never seen anything like this before. I\'m glad that you\'re here.',15,0,100,0,0,0,27379,0,'Wyrmrest Defender'),
|
|
(27629,1,6,'I\'m glad you saw that one!',15,0,100,0,0,0,27377,0,'Wyrmrest Defender'),
|
|
(27629,1,7,'Just hang on. We\'ll get through this.',15,0,100,0,0,0,27378,0,'Wyrmrest Defender'),
|
|
(27629,2,0,'We should get out of here. I need to renew!',42,0,100,0,3000,0,28879,0,'Wyrmrest Defender'),
|
|
(27631,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Angrathar Aberration on enrage'),
|
|
(27646,0,0,'You won\'t eat me, will you?',12,0,100,0,0,0,26914,0,'Anya'),
|
|
(27646,1,0,'Sister! The mean men were going to take me to Badmoon Isle. They wanted to turn me into one of them.',12,0,100,0,0,0,26918,0,'Anya'),
|
|
(27646,2,0,'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!',12,0,100,0,0,0,26919,0,'Anya'),
|
|
(27654,0,0,'The prisoners shall not go free! The word of Malygos is law!',14,0,100,0,0,13594,31793,0,'drakos SAY_AGGRO'),
|
|
(27654,1,0,'A fitting punishment.',14,0,100,0,0,13602,31801,0,'drakos SAY_KILL_1'),
|
|
(27654,1,1,'Sentence executed!',14,0,100,0,0,13603,31802,0,'drakos SAY_KILL_2'),
|
|
(27654,1,2,'Another casualty of war!',14,0,100,0,0,13604,31803,0,'drakos SAY_KILL_3'),
|
|
(27654,2,0,'The war... goes on.',14,0,100,0,0,13605,31804,0,'drakos SAY_DEATH'),
|
|
(27654,3,0,'It is too late to run!',14,0,100,0,0,13598,31797,0,'drakos SAY_PULL_1'),
|
|
(27654,3,1,'Gather \'round....',14,0,100,0,0,13599,31798,0,'drakos SAY_PULL_2'),
|
|
(27654,3,2,'None shall escape!',14,0,100,0,0,13600,31799,0,'drakos SAY_PULL_3'),
|
|
(27654,3,3,'I condemn you to death!',14,0,100,0,0,13601,31800,0,'drakos SAY_PULL_4'),
|
|
(27654,4,0,'Tremble, worms!',14,0,100,0,0,13595,31794,0,'drakos SAY_STOMP_1'),
|
|
(27654,4,1,'I will crush you!',14,0,100,0,0,13596,31795,0,'drakos SAY_STOMP_2'),
|
|
(27654,4,2,'Can you fly?',14,0,100,0,0,13597,31796,0,'drakos SAY_STOMP_3'),
|
|
(27655,0,0,'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!',14,0,100,1,0,13635,27411,0,'Mage-Lord Urom - SAY_SUMMON_1'),
|
|
(27655,1,0,'Clearly my pets failed. Perhaps another demonstration is in order.',14,0,100,1,0,13636,27413,0,'Mage-Lord Urom - SAY_SUMMON_2'),
|
|
(27655,2,0,'Still you fight. Still you cling to misguided principles. If you survive, you\'ll find me in the center ring.',14,0,100,1,0,13637,27414,0,'Mage-Lord Urom - SAY_SUMMON_3'),
|
|
(27655,3,0,'Poor blind fools!',14,0,100,0,0,13638,27412,0,'Mage-Lord Urom - SAY_AGGRO'),
|
|
(27655,4,0,'%s begins to cast Empowered Arcane Explosion!',41,0,100,0,0,0,27903,0,'Mage-Lord Urom - EMOTE_ARCANE_EXPLOSION'),
|
|
(27655,5,0,'A taste... just a small taste... of the Spell-Weaver\'s power!',14,0,100,0,0,13639,31829,0,'Mage-Lord Urom - SAY_ARCANE_EXPLOSION'),
|
|
(27655,5,1,'So much unstable energy... but worth the risk to destroy you!',14,0,100,0,0,13640,31830,0,'Mage-Lord Urom - SAY_ARCANE_EXPLOSION'),
|
|
(27655,6,0,'Everything I have done... has been for Azeroth....',14,0,100,0,0,13644,31834,0,'Mage-Lord Urom - SAY_DEATH'),
|
|
(27655,7,0,'If only you understood!',14,0,100,0,0,13641,31831,0,'Mage-Lord Urom - SAY_PLAYER_KILL'),
|
|
(27655,7,1,'Now do you see? Do you?!',14,0,100,0,0,13642,31832,0,'Mage-Lord Urom - SAY_PLAYER_KILL'),
|
|
(27655,7,2,'Unfortunate, but necessary.',14,0,100,0,0,13643,31833,0,'Mage-Lord Urom - SAY_PLAYER_KILL'),
|
|
(27656,0,0,'Simpletons! You cannot comprehend the forces you have set in motion. The ley line conduit will not be disrupted! Your defeat shall be absolute!',14,0,100,0,0,13622,31841,3,'Ley-Guardian Eregos - SAY_SPAWN'),
|
|
(27656,1,0,'You brash interlopers are out of your element! I will ground you!',14,0,100,0,0,13623,31873,0,'Ley-Guardian Eregos - SAY_AGGRO'),
|
|
(27656,2,0,'Such insolence... such arrogance... must be PUNISHED!',14,0,100,0,0,13624,31874,0,'Ley-Guardian Eregos - SAY_ENRAGE'),
|
|
(27656,3,0,'It\'s a long way down....',14,0,100,0,0,13628,31878,0,'Ley-Guardian Eregos - SAY_KILL'),
|
|
(27656,3,1,'BACK to the earth with you!',14,0,100,0,0,13629,31879,0,'Ley-Guardian Eregos - SAY_KILL'),
|
|
(27656,3,2,'Enjoy the fall!',14,0,100,0,0,13630,31880,0,'Ley-Guardian Eregos - SAY_KILL'),
|
|
(27656,4,0,'Savor this small victory, foolish little creatures. You and your dragon allies have won this battle, but we will win... the Nexus War.',14,0,100,0,0,13631,31881,0,'Ley-Guardian Eregos - SAY_DEATH'),
|
|
(27656,5,0,'We command the arcane! It shall not be used against us!',14,0,100,0,0,13626,31876,0,'Ley-Guardian Eregos - SAY_SHIELD'),
|
|
(27656,5,1,'It is trivial to extinguish your fire!',14,0,100,0,0,13627,31877,0,'Ley-Guardian Eregos - SAY_SHIELD'),
|
|
(27656,5,2,'No magic of nature will help you now!',14,0,100,0,0,13625,31875,0,'Ley-Guardian Eregos - SAY_SHIELD'),
|
|
(27658,0,0,'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.',12,0,100,1,3500,0,26937,0,'Belgaristrasz - On freed'),
|
|
(27683,0,0,'I\'ve lived here and kept this shrine with the blessing of the Alexstrasza for longer than I can remember. In its darkest hour, I\'ve failed... I fell at the feet of that damned death knight... Bloodbane.',12,0,100,0,0,0,26939,0,'Remnant of Dahlia Suntouch'),
|
|
(27683,1,0,'Dahlia spits on the ground at the thought of the name.',16,0,100,0,0,0,26943,0,'Remnant of Dahlia Suntouch'),
|
|
(27683,2,0,'The Lich King is stretching his hand far now... fearlessly treading on the most sacred lands of all of the flights. He intends to force us to action.',12,0,100,0,0,0,26940,0,'Remnant of Dahlia Suntouch'),
|
|
(27683,3,0,'My time is done... I offered myself to Alexstrasza in life, but I have nothing left to offer in death. She will need a new keeper for her shrine.',12,0,100,0,0,0,26941,0,'Remnant of Dahlia Suntouch'),
|
|
(27683,4,0,'And thank you... thank you for freeing me from the shackles of the damned. You are a hero... I know you will go on to great deeds.',12,0,100,0,0,0,26942,0,'Remnant of Dahlia Suntouch'),
|
|
(27683,5,0,'The Remnant of Dahlia Suntouch fades away...',16,0,100,0,0,0,26944,0,'Remnant of Dahlia Suntouch'),
|
|
(27692,0,0,'%s flies away.',16,0,100,1,0,2858,25992,0,'Emerald - On take off'),
|
|
(27692,1,0,'Welcome Friend. Keep your head down and hold on tight!',15,0,100,1,0,0,28136,0,'Emerald - On welcome'),
|
|
(27692,2,0,'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!',15,0,100,1,0,0,28255,0,'Emerald - On explaining abilities'),
|
|
(27692,3,0,'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!',15,0,100,1,0,0,28259,0,'Emerald - On ultimate ability unlocked'),
|
|
(27692,4,0,'I\'m badly injured! I can\'t take much more of this!',15,0,100,1,0,0,28257,0,'Emerald - On below 40%'),
|
|
(27692,5,0,'$3486W Centrifuge Constructs remain. We must find and destroy them to disable Varos Cloudstrider\'s protective shield. The constructs should be about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29518,0,'Emerald - Say gps 10 constructs'),
|
|
(27692,6,0,'One Centrifuge Construct remains. We must find and destroy it to disable Varos Cloudstrider\'s protective shield. The construct should be about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29519,0,'Emerald - Say gps 1 construct'),
|
|
(27692,7,0,'The shield is down; Varos is vulnerable! Defeating him should disperse the Azure Ring Guardians and allow us access to the upper bands. Varos is on a floating platform about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29520,0,'Emerald - Say gps Varos'),
|
|
(27692,8,0,'Mage-Lord Urom is our next target. He should be hiding on one of the floating platforms on the Band of Transmutation, near the top of The Oculus. Be warned, Urom is a powerful conjurer; he may not be alone.',15,0,100,0,0,0,29521,0,'Emerald - Say gps Lord Urom'),
|
|
(27692,9,0,'Ley-Guardian Eregos is all that now stands between us and control of The Oculus. He\'s flying above the Band of Alignment, at the very top of The Oculus. Eregos is incredibly powerful; stay on my back when we engage him and leave the fighting to me.',15,0,100,0,0,0,29522,0,'Emerald - Say gps Eregos'),
|
|
(27692,10,0,'We\'ve wrested control of The Oculus from the forces of Malygos. You\'re not getting any lighter, little one. My wings itch for the open sky.',15,0,100,0,0,0,29523,0,'Emerald - Say gps End'),
|
|
(27705,0,0,'Ah, I love the smell of Stonard! It smells like... like... orc sweat. And rot. Still, combined, the effect can be quite pleasant! It\'s an acquired scent.',12,0,100,1,0,0,26992,0,'Lorrin Foxfire'),
|
|
(27705,0,1,'While visitors complain about the exceptionally humid air, I find it helps my complexion! Dry skin is unflattering.',12,0,100,1,0,0,26993,0,'Lorrin Foxfire'),
|
|
(27705,0,2,'It is a shame, a dreadful shame, that my brethren cannot see what benefits come from truly steeping oneself in a culture.',12,0,100,6,0,0,26994,0,'Lorrin Foxfire'),
|
|
(27705,0,3,'Here I am, in a rough-hewn stone tower squatting on marshy, muddy ground while clouds of midges fly unchecked through the open doorways, standing amongst hunched, greenskin figures of dubious hygiene and coarse manners. I\'ve never been happier.',12,0,100,1,0,0,26995,0,'Lorrin Foxfire'),
|
|
(27705,0,4,'Before I was stationed out here, I\'d only heard about the rejuvenating effects a mudbath can have on skin. When I first tripped over a tree root, I was exposed to the full benefits! Amazing what nature can do, even without a bit of magic to help it along.',12,0,100,1,0,0,26996,0,'Lorrin Foxfire'),
|
|
(27705,0,5,'To this day, I ponder why I, myself, was chosen for this particular station. I can only imagine my superior felt I was uniquely suited to the task and would quickly become accustomed to the quaint culture of the Horde found herein, but I heard a truly mean-spirited rumor that it may be because I talk too much.',12,0,100,6,0,0,26997,0,'Lorrin Foxfire'),
|
|
(27705,1,0,'You need to learn to appreciate your surroundings, Cersei!',12,0,100,5,0,0,27007,0,'Lorrin Foxfire'),
|
|
(27713,0,0,'What is it?',12,0,100,0,0,0,27143,0,'7th Legion Elite'),
|
|
(27713,0,1,'Is this the end? If we stop this bastard now, is victory assured at the Wrathgate?',12,0,100,0,0,0,27146,0,'7th Legion Elite'),
|
|
(27713,0,2,'Let it be known that it has been an honor and a privilege fighting alongside all of you.',12,0,100,0,0,0,27148,0,'7th Legion Elite'),
|
|
(27713,0,3,'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.',12,0,100,0,0,0,27150,0,'7th Legion Elite'),
|
|
(27713,0,4,'Come on... Let\'s get this over with!',12,0,100,0,0,0,27149,0,'7th Legion Elite'),
|
|
(27713,0,5,'It looks like a gateway to hell!',12,0,100,0,0,0,27144,0,'7th Legion Elite'),
|
|
(27713,0,6,'I\'m getting a little worried. Where is this hero that is supposed to lead us into battle?',12,0,100,0,0,0,27147,0,'7th Legion Elite'),
|
|
(27713,0,7,'If I don\'t make it back to Wintergarde, let my family know that I did my best and that I love them...',12,0,100,0,0,0,27145,0,'7th Legion Elite'),
|
|
(27713,1,0,'It\'s the Highlord!',12,0,100,0,0,0,27178,0,'7th Legion Elite'),
|
|
(27719,0,0,'Ladies and gentlemen, gather round the Conquest Pit! Witness the battle of $r versus bear and place your bets with confidence!',14,0,100,0,0,0,27017,0,'Grennix Shivwiggle - Quest Accepted'),
|
|
(27719,1,0,'Just when you think you\'ve seen it all! $n will square off with an authentic Grizzly Hills crazed furbolg in front of your very eyes here at the Conquest Pit! Place your bets, folks!',14,0,100,0,0,0,27018,0,'Grennix Shivwiggle - Quest Accepted'),
|
|
(27719,2,0,'Gather round, folks! Grab a warm drink and find a good seat for you\'re about to witness a showdown between $r and machine!',14,0,100,0,0,0,27019,0,'Grennix Shivwiggle - Quest Accepted'),
|
|
(27719,3,0,'Straight out of Thor Modan and made of 100 percent authentic... metal... here is Rustblood, the lightning-powered iron golem!',14,0,100,0,0,0,27020,0,'Grennix Shivwiggle - Spawn'),
|
|
(27719,4,0,'Ladies and gentlemen... gather round the pit!',14,0,100,0,0,0,27014,0,'Grennix Shivwiggle - Quest Accepted'),
|
|
(27719,5,0,'In one corner we have... $n, truly a world class $c. Slayer of reptiles, mammals, mechanical constructs and the odd dragon...kin. You\'ve never seen another $r like $g him : her;.',14,0,100,0,0,0,27015,0,'Grennix Shivwiggle - Spawn'),
|
|
(27719,6,0,'In the other corner, a serial killer, mass defenestrator, sentenced to death multiple times by noose and by blunt instrument! Horgrenn... Hellcleave! Ladies and gentlemen... place your bets!',14,0,100,0,0,0,27016,0,'Grennix Shivwiggle - Spawn'),
|
|
(27719,7,0,'Ladies and gentlemen! Well... let\'s just say you don\'t want to miss this one!',14,0,100,0,0,0,27032,0,'Grennix Shivwiggle - Quest Accepted'),
|
|
(27726,0,0,'I used good judgment when you showed none. I don\'t want to see you lead us into ruin, Krenna!',12,0,100,0,0,0,27027,0,'Gorgonna - Say 0'),
|
|
(27726,1,1,'It doesn\'t have to end this way, you know?',12,0,100,0,0,0,27026,0,'Gorgonna - Say 1'),
|
|
(27726,2,2,'We\'ll see about that.',12,0,100,0,0,0,27028,0,'Gorgonna - Say 2'),
|
|
(27726,3,3,'Why... why sister? Why did it have to come to this?',12,0,100,0,0,0,27033,0,'Gorgonna - Say 3'),
|
|
(27727,0,0,'You went behind my back. You neglected my orders. You will pay the price.',12,0,100,0,0,0,27030,0,'Conqueror Krenna - Say 0'),
|
|
(27727,1,1,'Enough talk. By the time I\'m through with you, not even the worgs are going to want to go near your corpse.',12,0,100,0,0,0,27031,0,'Conqueror Krenna - Say 1'),
|
|
(27755,0,0,'%s flies away.',16,0,100,1,0,2858,25992,0,'Amber - On take off'),
|
|
(27755,1,0,'Welcome Friend. Keep your head down and hold on tight!',15,0,100,1,0,0,28136,0,'Amber - On welcome'),
|
|
(27755,2,0,'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!',15,0,100,1,0,0,28256,0,'Amber - On explaining abilities'),
|
|
(27755,3,0,'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!',15,0,100,1,0,0,28258,0,'Amber - On ultimate ability unlocked'),
|
|
(27755,4,0,'I\'m badly injured! I can\'t take much more of this!',15,0,100,1,0,0,28257,0,'Amber - On below 40%'),
|
|
(27755,5,0,'$3486W Centrifuge Constructs remain. We must find and destroy them to disable Varos Cloudstrider\'s protective shield. The constructs should be about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29518,0,'Amber - Say gps 10 constructs'),
|
|
(27755,6,0,'One Centrifuge Construct remains. We must find and destroy it to disable Varos Cloudstrider\'s protective shield. The construct should be about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29519,0,'Amber - Say gps 1 construct'),
|
|
(27755,7,0,'The shield is down; Varos is vulnerable! Defeating him should disperse the Azure Ring Guardians and allow us access to the upper bands. Varos is on a floating platform about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29520,0,'Amber - Say gps Varos'),
|
|
(27755,8,0,'Mage-Lord Urom is our next target. He should be hiding on one of the floating platforms on the Band of Transmutation, near the top of The Oculus. Be warned, Urom is a powerful conjurer; he may not be alone.',15,0,100,0,0,0,29521,0,'Amber - Say gps Lord Urom'),
|
|
(27755,9,0,'Ley-Guardian Eregos is all that now stands between us and control of The Oculus. He\'s flying above the Band of Alignment, at the very top of The Oculus. Eregos is incredibly powerful; stay on my back when we engage him and leave the fighting to me.',15,0,100,0,0,0,29522,0,'Amber - Say gps Eregos'),
|
|
(27755,10,0,'We\'ve wrested control of The Oculus from the forces of Malygos. You\'re not getting any lighter, little one. My wings itch for the open sky.',15,0,100,0,0,0,29523,0,'Amber - Say gps End'),
|
|
(27756,0,0,'%s flies away.',16,0,100,1,0,2858,25992,0,'Ruby - On take off'),
|
|
(27756,1,0,'Welcome Friend. Keep your head down and hold on tight!',15,0,100,1,0,0,28136,0,'Ruby - On welcome'),
|
|
(27756,2,0,'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!',15,0,100,1,0,0,28254,0,'Ruby - On explaining abilities'),
|
|
(27756,3,0,'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!',15,0,100,1,0,0,28260,0,'Ruby - On ultimate ability unlocked'),
|
|
(27756,4,0,'I\'m badly injured! I can\'t take much more of this!',15,0,100,1,0,0,28257,0,'Ruby - On below 40%'),
|
|
(27756,5,0,'$3486W Centrifuge Constructs remain. We must find and destroy them to disable Varos Cloudstrider\'s protective shield. The constructs should be about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29518,0,'Ruby - Say gps 10 constructs'),
|
|
(27756,6,0,'One Centrifuge Construct remains. We must find and destroy it to disable Varos Cloudstrider\'s protective shield. The construct should be about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29519,0,'Ruby - Say gps 1 construct'),
|
|
(27756,7,0,'The shield is down; Varos is vulnerable! Defeating him should disperse the Azure Ring Guardians and allow us access to the upper bands. Varos is on a floating platform about halfway up The Oculus, on the Band of Acceleration.',15,0,100,0,0,0,29520,0,'Ruby - Say gps Varos'),
|
|
(27756,8,0,'Mage-Lord Urom is our next target. He should be hiding on one of the floating platforms on the Band of Transmutation, near the top of The Oculus. Be warned, Urom is a powerful conjurer; he may not be alone.',15,0,100,0,0,0,29521,0,'Ruby - Say gps Lord Urom'),
|
|
(27756,9,0,'Ley-Guardian Eregos is all that now stands between us and control of The Oculus. He\'s flying above the Band of Alignment, at the very top of The Oculus. Eregos is incredibly powerful; stay on my back when we engage him and leave the fighting to me.',15,0,100,0,0,0,29522,0,'Ruby - Say gps Eregos'),
|
|
(27756,10,0,'We\'ve wrested control of The Oculus from the forces of Malygos. You\'re not getting any lighter, little one. My wings itch for the open sky.',15,0,100,0,0,0,29523,0,'Ruby - Say gps End'),
|
|
(27784,0,0,'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.',12,7,100,0,0,0,27054,0,'Commander Eligor Dawnbringer - Pinnacle of Naxxramas'),
|
|
(27784,1,0,'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.',12,7,100,0,0,0,27053,0,'Commander Eligor Dawnbringer - Death knight wing of Naxxramas'),
|
|
(27784,2,0,'Next, I shall speak of the blighted abomination wing of Naxxramas. There, the Scourge develop the strongest and most hideous aberrations of their armies.',12,7,100,0,0,0,27052,0,'Commander Eligor Dawnbringer - Blighted abomination wing of Naxxramas'),
|
|
(27784,3,0,'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.',12,7,100,0,0,0,27051,0,'Commander Eligor Dawnbringer - Accursed spider wing of Naxxramas'),
|
|
(27784,4,0,'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.',12,7,100,0,0,0,27050,0,'Commander Eligor Dawnbringer - Dread plague wing of Naxxramas'),
|
|
(27784,5,0,'I shall leave this image on display for your perusal. Study your opponents\' strengths, for a creature\'s strength can also be its weakness.',12,7,100,0,0,0,27059,0,'Commander Eligor Dawnbringer - End of talk'),
|
|
(27784,6,0,'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.',12,7,100,0,0,0,27079,0,'Commander Eligor Dawnbringer'),
|
|
(27784,7,0,'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.',12,7,100,0,0,0,27080,0,'Commander Eligor Dawnbringer'),
|
|
(27784,8,0,'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. ',12,7,100,0,0,0,27081,0,'Commander Eligor Dawnbringer'),
|
|
(27784,9,0,'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. ',12,7,100,0,0,0,27082,0,'Commander Eligor Dawnbringer'),
|
|
(27784,10,0,'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.',12,7,100,0,0,0,27060,0,'Commander Eligor Dawnbringer'),
|
|
(27784,11,0,'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.',12,7,100,0,0,0,27061,0,'Commander Eligor Dawnbringer'),
|
|
(27784,12,0,'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. ',12,7,100,0,0,0,27062,0,'Commander Eligor Dawnbringer'),
|
|
(27784,13,0,'The next, Lady Blaumeux, calls forth the power of shadows, drawing the souls of the living into the voracious embrace.',12,7,100,0,0,0,27063,0,'Commander Eligor Dawnbringer'),
|
|
(27784,14,0,'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.',12,7,100,0,0,0,27064,0,'Commander Eligor Dawnbringer'),
|
|
(27784,15,0,'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.',12,7,100,0,0,0,27065,0,'Commander Eligor Dawnbringer'),
|
|
(27784,16,0,'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...',12,0,100,0,0,0,27074,0,'Commander Eligor Dawnbringer'),
|
|
(27784,17,0,'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.',12,7,100,0,0,0,27075,0,'Commander Eligor Dawnbringer'),
|
|
(27784,18,0,'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.',12,7,100,0,0,0,27077,0,'Commander Eligor Dawnbringer'),
|
|
(27784,19,0,'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. ',12,7,100,0,0,0,27078,0,'Commander Eligor Dawnbringer'),
|
|
(27784,20,0,'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.',12,7,100,0,0,0,27066,0,'Commander Eligor Dawnbringer'),
|
|
(27784,21,0,'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. ',12,7,100,0,0,0,27070,0,'Commander Eligor Dawnbringer'),
|
|
(27784,22,0,'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.',12,7,100,0,0,0,27073,0,'Commander Eligor Dawnbringer'),
|
|
(27784,23,0,'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. ',12,7,100,0,0,0,27055,0,'Commander Eligor Dawnbringer'),
|
|
(27784,24,0,'Observe, Heigan the Unclean. The mastermind behind the plague cauldrons that turned the wilderness of Azeroth into the Plaguelands. ',12,7,100,0,0,0,27056,0,'Commander Eligor Dawnbringer'),
|
|
(27784,25,0,'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.',12,7,100,0,0,0,27057,0,'Commander Eligor Dawnbringer'),
|
|
(27784,26,0,'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. ',12,7,100,0,0,0,27058,0,'Commander Eligor Dawnbringer'),
|
|
(27788,0,0,'I was almost ghoul bait! Thanks for the rescue!',12,0,100,0,0,0,27097,0,'Injured 7th Legion Soldier'),
|
|
(27788,0,1,'It\'s a good thing you came along, ally! We were done for!',12,0,100,0,0,0,27098,0,'Injured 7th Legion Soldier'),
|
|
(27788,0,2,'Thanks for the cover fire! It\'s a MADHOUSE down there!',12,0,100,0,0,0,27095,0,'Injured 7th Legion Soldier'),
|
|
(27788,0,3,'Wow, I thought I was a goner! Thanks, friend!',12,0,100,0,0,0,27096,0,'Injured 7th Legion Soldier'),
|
|
(27842,0,0,'Bat gizzards again for the gnomes tonight...',12,1,100,1,0,0,27129,0,'Fenrick Barlowe text'),
|
|
(27842,0,1,'What do they expect, making the bats come in at that angle? Broken necks and gamey bat stew, that\'s what they get.',12,1,100,1,0,0,27127,0,'Fenrick Barlowe text'),
|
|
(27842,0,2,'\'We like the trees, Fenrick. They provide cover.\' They won\'t let me chop them down, either.',12,1,100,1,0,0,27126,0,'Fenrick Barlowe text'),
|
|
(27842,0,3,'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...',12,33,100,1,0,0,27128,0,'Fenrick Barlowe text'),
|
|
(27842,1,0,'Guards help!',14,0,100,0,0,0,30163,0,'Common Horde Flight Master'),
|
|
(27843,0,0,'I\'ll flush her out, $N! You just be ready for her when she comes in!',12,0,100,1,0,0,27120,0,'Wyrmbait'),
|
|
(27844,0,0,'FIRE! FIRE! BRING HER DOWN!',14,0,100,0,0,0,27123,0,'Legion Commander Tyralion'),
|
|
(27851,0,0,'The walls of Frostmourne Cavern shudder and shake.',41,0,100,0,0,0,27196,0,'Thel\'zan Spell Dummy'),
|
|
(27857,0,0,'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!',12,0,100,0,0,0,27155,0,'Legion Commander Yorik'),
|
|
(27857,1,0,'It is this phylactery, Thel\'zan\'s phylactery - that is the key to this victory!',12,0,100,0,0,0,27156,0,'Legion Commander Yorik'),
|
|
(27857,2,0,'LEGION, STEADY YOURSELVES!',12,0,100,0,0,0,27158,0,'Legion Commander Yorik'),
|
|
(27858,0,0,'Honor, courage, compassion and justice! Those were once the virtues you fought for as a cleric of the Argent Dawn, Thel\'zan.',14,0,100,0,0,0,27173,0,'Highlord Bolvar Fordragon'),
|
|
(27858,1,0,'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!',14,0,100,0,0,0,27174,0,'Highlord Bolvar Fordragon'),
|
|
(27858,2,0,'So how, then, did Father Inigo Montoy, bastion of virtue for the Argent Dawn, become the embodiment of that which he hated most?',12,0,100,0,0,0,27175,0,'Highlord Bolvar Fordragon'),
|
|
(27858,3,0,'Now, be free and join the battle! Let us end this together!',12,0,100,0,0,0,27182,0,'Highlord Bolvar Fordragon'),
|
|
(27858,4,0,'Victory for the Alliance!',14,0,100,0,0,0,27180,0,'Highlord Bolvar Fordragon'),
|
|
(27858,5,0,'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!',12,0,100,0,0,0,27181,0,'Highlord Bolvar Fordragon'),
|
|
(27871,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Flesheating Ghoul'),
|
|
(27876,0,0,'Yes, Sergeant Morigan.',12,0,100,273,0,0,27202,0,''),
|
|
(27876,0,1,'Yes, sir.',12,0,100,273,0,0,27201,0,''),
|
|
(27876,1,0,'No, Sergeant.',12,0,100,1,0,0,27198,0,''),
|
|
(27876,1,1,'No, sir.',12,0,100,1,0,0,27199,0,''),
|
|
(27877,0,0,'Mr. Perelli, if you happen across any signs of Scourge activity or shady dealings in your travels, let the nearest Lordaeron soldier know.',12,0,100,6,0,0,27197,0,''),
|
|
(27877,1,0,'Mr. Perelli, I know you travel around quite a bit hawking your goods. Surely you\'ve heard rumors or information about the Scourge?',12,0,100,6,0,0,27192,0,''),
|
|
(27877,2,0,'Mr. Perelli, have these goods been under your supervision at all times?',12,0,100,6,0,0,27194,0,''),
|
|
(27877,3,0,'You wouldn\'t happen to have any canned turtle soup from Hillsbrad, would you?',12,0,100,6,0,0,27195,0,''),
|
|
(27877,4,0,'Mr. Perelli, have you seen any signs of the undead? Any information you can provide would be appreciated by Prince Arthas.',12,0,100,6,0,0,27191,0,''),
|
|
(27877,5,0,'Do you plan on leaving the area soon if we have further questions?',12,0,100,6,0,0,27193,0,''),
|
|
(27885,0,0,'Strawberries! Oh wait, they\'re not in season.',12,0,100,1,0,0,27222,0,''),
|
|
(27885,0,1,'I need to make something healthy for him, he\'s still not recovered from that illness from last week.',12,0,100,1,0,0,27221,0,''),
|
|
(27885,0,2,'I\'ve got plenty of cured bacon, but he had some for breakfast.',12,0,100,1,0,0,27220,0,''),
|
|
(27885,0,3,'Let\'s see, we had chicken last night.',12,0,100,1,0,0,27219,0,''),
|
|
(27887,0,0,'Off we go!',12,7,100,0,0,0,27225,0,'Valgarde Gryphon Rider'),
|
|
(27887,1,0,'Here ya go, friend! Icehammer is right inside that vrykul building! Give \'em hell!',12,7,100,0,0,0,27228,0,'Valgarde Gryphon Rider'),
|
|
(27899,1,0,'Hey there, $n, don\'t be alarmed. It\'s me... you... from the future. I\'m here to help.',15,0,100,396,0,0,27239,0,'Future You'),
|
|
(27899,2,0,'Heads up... here they come. I\'ll help as much as I can. Let\'s just keep them off of the hourglass!',15,0,100,396,0,0,27251,0,'Future You'),
|
|
(27899,3,0,'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!',15,0,100,0,0,0,27306,0,'Future You'),
|
|
(27899,4,0,'I can\'t believe that I used to wear that.',15,0,100,0,0,0,27301,0,'Future You'),
|
|
(27899,5,0,'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.',15,0,100,0,0,0,27311,0,'Future You'),
|
|
(27899,6,0,'Wow, I\'d forgotten how inexperienced I used to be.',15,0,100,0,0,0,27307,0,'Future You'),
|
|
(27899,7,0,'Look at you fight; no wonder I turned to drinking.',15,0,100,0,0,0,27304,0,'Future You'),
|
|
(27899,8,0,'What? Am I here alone. We both have a stake in this, you know!',15,0,100,0,0,0,27305,0,'Future You'),
|
|
(27899,9,0,'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!',15,0,100,0,0,0,27313,0,'Future You'),
|
|
(27899,10,0,'Wish I could remember how many of the Infinite Dragonflight were going to try to stop you. This fight was so long ago.',15,0,100,0,0,0,27312,0,'Future You'),
|
|
(27899,11,0,'Look, $n, the hourglass has revealed Nozdormu!',15,0,100,25,0,0,27275,0,'Future You'),
|
|
(27899,12,0,'Farewell, $n. Keep us alive and get some better equipment!',15,0,100,0,0,0,27287,0,'Future You'),
|
|
(27907,0,0,'I wasn\'t even supposed to be hree today!',12,0,100,1,0,0,27256,0,''),
|
|
(27907,0,1,'This grain shipment has been nothing but trouble!',12,0,100,14,0,0,27254,0,''),
|
|
(27907,0,2,'I knew I should have secured the wagon lock better when I was in Andorhal.',12,0,100,1,0,0,27253,0,''),
|
|
(27907,0,3,'I\'m going to lose my on time bonus because of this!',12,0,100,5,0,0,27255,0,''),
|
|
(27914,0,0,'I have arrived. Shall we set to work, then?',12,0,100,0,0,0,27295,0,'Ethereal Soul-Trader'),
|
|
(27914,1,0,'Ah, more essence to capture...',12,0,100,0,0,0,27336,0,'Ethereal Soul-Trader'),
|
|
(27914,2,0,'Here is your share.',12,0,100,0,0,0,27341,0,'Ethereal Soul-Trader'),
|
|
(27915,0,0,'Good work with the crates! Come talk to me in front of Stratholme for your next assignment!',15,0,0,0,0,0,30509,3,'Chromie - SAY_EVENT_START'),
|
|
(27915,1,0,'Adventurers you must hurry! The Guardian of Time cannot last for much longer!',15,0,0,0,0,0,0,0,'Chromie - SAY_EVENT_TIME_GUARDIAN_FADING'),
|
|
(27915,2,0,'I can barely sense the Guardian of Time! His timeline if fading quickly!',15,0,0,0,0,0,0,0,'Chromie - SAY_EVENT_TIME_GUARDIAN_FADING'),
|
|
(27923,0,0,'Hang on to your hat, $n! To Scalawag we go!',12,0,100,0,0,0,27272,0,'Lou the Cabin Boy'),
|
|
(27923,1,0,'YAAARRRRR! Here we be, matey! Scalawag Point!',12,0,100,0,0,0,27273,0,'Lou the Cabin Boy'),
|
|
(27928,0,0,'You can leave my sight, squire, before I slay you. Again.',12,0,100,0,0,0,28104,0,'Siouxsie the Banshee'),
|
|
(27928,0,1,'No. Away with you, worm.',12,0,100,0,0,0,28105,0,'Siouxsie the Banshee'),
|
|
(27928,0,2,'Get away from me, Edwards, lest I behead you.',12,0,100,0,0,0,28102,0,'Siouxsie the Banshee'),
|
|
(27933,0,0,'Enjoy the ride! It\'s a one way trip!',12,0,100,3,0,0,27337,0,'Alanya'),
|
|
(27951,0,0,'Kill them Abbendis! Do not fail me!',14,0,100,25,0,14198,27354,0,'Admiral Barean Westwind'),
|
|
(27951,1,0,'The grand admiral studies you a moment through narrowed eyes.',16,0,100,0,0,0,27355,0,'Admiral Barean Westwind'),
|
|
(27951,2,0,'You served your purpose.',12,0,100,0,0,14199,27357,0,'Admiral Barean Westwind'),
|
|
(27951,3,0,'I will see you in Icecrown, weakling... if you live that long!',12,0,100,0,0,14200,27358,0,'Admiral Barean Westwind'),
|
|
(27975,0,0,'You shouldn\'t have come... now you will die!',14,0,100,0,0,13487,29563,0,'maiden of grief SAY_AGGRO'),
|
|
(27975,1,0,'Why must it be this way?',14,0,100,0,0,13488,29564,0,'maiden of grief SAY_SLAY_1'),
|
|
(27975,1,1,'You had it coming!',14,0,100,0,0,13489,29566,0,'maiden of grief SAY_SLAY_2'),
|
|
(27975,1,2,'My burden grows heavier...',14,0,100,0,0,13490,29567,0,'maiden of grief SAY_SLAY_3'),
|
|
(27975,1,3,'This is your fault!',14,0,100,0,0,13491,29568,0,'maiden of grief SAY_SLAY_4'),
|
|
(27975,2,0,'I hope you all rot! I never... wanted... this.',14,0,100,0,0,13493,29574,0,'maiden of grief SAY_DEATH'),
|
|
(27975,3,0,'So much lost time... that you\'ll never get back!',14,0,100,0,0,13492,29570,0,'maiden of grief SAY_STUN'),
|
|
(27977,0,0,'Crush....',14,0,100,0,0,14176,29556,0,'krystallus SAY_AGGRO'),
|
|
(27977,1,0,'Ha.... ha... hah....',14,0,100,0,0,14177,29558,0,'krystallus SAY_KILL'),
|
|
(27977,2,0,'Uuuuhhhhhhhhhh......',14,0,100,0,0,14179,29560,0,'krystallus SAY_DEATH'),
|
|
(27977,3,0,'Break.... you....',14,0,100,0,0,14178,29559,0,'krystallus SAY_SHATTER'),
|
|
(27978,0,0,'Soft, vulnerable shells. Brief fragile lives. You cannot escape the curse of flesh!',14,0,100,0,0,14180,29582,0,'Sjonnir SAY_AGGRO'),
|
|
(27978,1,0,'Flesh is no match for iron!',14,0,100,0,0,14182,29584,0,'Sjonnir SAY_SLAY_1'),
|
|
(27978,1,1,'Armies of iron will smother the world!',14,0,100,0,0,14183,29585,0,'Sjonnir SAY_SLAY_2'),
|
|
(27978,1,2,'Folvynn buul hrom onn!',12,0,100,0,0,0,29583,0,'Sjonnir SAY_SLAY_3'),
|
|
(27978,2,0,'Loken will not rest... until the forge is retaken! You change... nothing!',14,0,100,0,0,14184,29586,0,'Sjonnir SAY_DEATH'),
|
|
(27986,0,0,'Aye, I\'ll try it.',12,0,100,273,0,0,28549,0,'Hemet Nesingwary'),
|
|
(27986,1,0,'That\'s exactly what I needed!',12,0,100,92,0,0,28550,0,'Hemet Nesingwary'),
|
|
(27986,2,0,'It\'s got my vote! That\'ll put hair on your chest like nothing else will.',12,0,100,1,0,0,28551,0,'Hemet Nesingwary'),
|
|
(27986,3,0,'What a fight you missed, Dorian! It was one for the ages!',12,0,100,5,0,0,28026,0,'Hemet Nesingwary'),
|
|
(27986,4,0,'There we were, riding into battle at full speed on the back of Stampy...',12,0,100,5,0,0,28027,0,'Hemet Nesingwary'),
|
|
(27986,5,0,'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?',12,0,100,0,0,0,34687,0,'Hemet Nesingwary'),
|
|
(27987,0,0,'Over here, to the southeast. I see they got you too...',14,0,100,0,0,0,27610,0,'Monte Muzzleshot'),
|
|
(27990,0,0,'You\'re too late, $n. Another visitor from Dalaran came asking after information about the same prismatic dragon blades.',12,0,100,1,0,0,37769,0,'Krasus'),
|
|
(27990,1,0,'From your description, I\'m certain that the book I loaned our visitor could allow you to easily identify the weapon.',12,0,100,25,0,0,37770,0,'Krasus'),
|
|
(27990,2,0,'I\'m afraid you\'ll have to ask the -- Well, perhaps Kalecgos can help.',12,0,100,1,0,0,37772,0,'Krasus'),
|
|
(27990,3,0,'$n may have found the remains of a prismatic blade, Kalecgos. Will you offer your help to our visitor?',12,0,100,1,0,0,37773,0,'Krasus'),
|
|
(27990,4,0,'You believe our allies will not be able to control the power of the swords?',12,0,100,1,0,0,37778,0,'Krasus'),
|
|
(27990,5,0,'As will we all.',12,0,100,25,0,0,37785,0,'Krasus'),
|
|
(27990,6,0,'Please, mortal, speak with Arcanist Tybalin in Dalaran. He may be able to negotiate with the Sunreavers for access to the book.',12,0,100,1,0,0,37873,0,'Krasus'),
|
|
(27990,7,0,'Please, mortal, seek out Magister Hathorel in Dalaran. He might be able to negotiate with the Silver Covenant for access to the book.',12,0,100,1,0,0,37874,0,'Krasus'),
|
|
(27990,8,0,'Rest assured, Kekek, she is the queen of the dragons. We often take the forms of smaller beings when we work with them.',12,0,0,0,0,0,34665,0,''),
|
|
(27992,0,0,'The longhouse is destroyed! Alarms can be heard in the distance.',41,0,100,0,0,0,23623,0,'It Goes to 11...'),
|
|
(27992,1,0,'Direct hit on the Dockhouse! Dragonflyer Defenders have been alerted!',41,0,100,0,0,0,0,0,'It Goes to 11...'),
|
|
(27992,2,0,'The Vrykul Storage facility is up in flames! Dragonflyer Defenders have been alerted!',41,0,100,0,0,0,0,0,'It Goes to 11...'),
|
|
(27996,0,1,'Across this vast expanse rest the bones of my ancestors. Their spirits have ascended to the Chamber of the Aspects.',12,0,100,0,0,0,27394,0,'WYRMREST VANQUISHER'),
|
|
(27996,0,2,'Galakrond was the progenitor of dragonkind. It was from Galakrond that the Titans shaped the five Aspects.',12,0,100,0,0,0,27396,0,'WYRMREST VANQUISHER'),
|
|
(27996,0,3,'It truly is a shame that the blue dragonflight has chosen such a heartless, cold path. It pains me greatly to do battle with Malygos\'s children.',12,0,100,0,0,0,27400,0,'WYRMREST VANQUISHER'),
|
|
(27996,0,4,'The queen and her council have been speaking lately of a disaster at Ulduar. Something has happened in Storm Peaks!',12,0,100,0,0,0,27399,0,'WYRMREST VANQUISHER'),
|
|
(27996,0,5,'Today is a good day, friend. Long has it been since I have left Wyrmrest Temple, free to fly across the great Dragonblight.',12,0,100,0,0,0,27398,0,'WYRMREST VANQUISHER'),
|
|
(27996,0,6,'What the Scourge has done here will reverberate throughout our world. The aberrations must be stopped!',12,0,100,0,0,0,27395,0,'WYRMREST VANQUISHER'),
|
|
(27996,1,0,'You must remember that I have yet to mature into an elder wyrm. I must eat to renew my strength!',12,0,100,0,0,0,27397,0,'WYRMREST VANQUISHER'),
|
|
(27996,2,0,'I have been called back to Wyrmrest, ally. Farewell!',12,0,100,0,0,0,27404,0,'WYRMREST VANQUISHER'),
|
|
(28006,0,0,'You think you\'ve won, mortal? Face the unbridled power of Antiok!',14,0,100,0,0,0,27415,0,'Antiok Yell1'),
|
|
(28006,0,1,'Behold! The Scythe of Antiok!',14,0,100,0,0,0,27416,0,'Antiok Yell2'),
|
|
(28006,1,0,'Soon, the bones of Galakrond will rise from their eternal slumber and wreak havoc upon this world!',14,0,100,0,0,0,27406,0,'Antiok Yell3'),
|
|
(28006,1,1,'The Lich King demands more frost wyrms be sent to Angrathar! Meet his demands or face my wrath!',14,0,100,0,0,0,27408,0,'Antiok Yell4'),
|
|
(28006,1,2,'Faster, dogs! We mustn\'t relent in our assault against the interlopers!',14,0,100,0,0,0,27405,0,'Antiok Yell5'),
|
|
(28006,1,3,'Attackers are upon us! Let none through to this ancient grave!',14,0,100,0,0,0,27409,0,'Antiok Yell6'),
|
|
(28006,1,4,'Hear me, minions! Hear your lord, Antiok! Double your efforts or pay the consequences of failure!',14,0,100,0,0,0,27407,0,'Antiok Yell7'),
|
|
(28006,2,0,'Soon, the bones of Galakrond will rise from their eternal slumber and wreak havoc upon this world!',14,0,100,0,0,0,27406,0,'Antiok Yell3'),
|
|
(28006,2,1,'The Lich King demands more frost wyrms be sent to Angrathar! Meet his demands or face my wrath!',14,0,100,0,0,0,27408,0,'Antiok Yell4'),
|
|
(28006,2,2,'Faster, dogs! We mustn\'t relent in our assault against the interlopers!',14,0,100,0,0,0,27405,0,'Antiok Yell5'),
|
|
(28006,2,3,'Attackers are upon us! Let none through to this ancient grave!',14,0,100,0,0,0,27409,0,'Antiok Yell6'),
|
|
(28006,2,4,'Hear me, minions! Hear your lord, Antiok! Double your efforts or pay the consequences of failure!',14,0,100,0,0,0,27407,0,'Antiok Yell7'),
|
|
(28012,0,0,'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.',12,0,0,0,0,0,28079,0,''),
|
|
(28012,1,1,'Your greatest challenge lies ahead. Ley-Guardian Eregos is a Blue dragon of immense power. You will find him flying above the uppermost ring.',12,0,0,0,0,0,27389,0,''),
|
|
(28016,0,0,'Ahh, Back in Drak\'Tharon at last!',12,0,100,71,0,14006,27933,0,'Drakuru'),
|
|
(28016,1,0,'Drakuru casts his gaze down on Drak\'Tharon Keep.',16,0,100,0,0,0,27934,0,'Drakuru'),
|
|
(28016,2,0,'Ya done well, mon....',12,0,100,0,0,14007,27935,0,'Drakuru'),
|
|
(28016,3,0,'Ya surpassed my greatest hopes.',12,0,100,0,0,14008,27954,0,'Drakuru'),
|
|
(28016,4,0,'For your efforts, you be gettin\' da greatest of rewards....',12,0,100,0,0,14009,28118,0,'Drakuru'),
|
|
(28016,5,0,'Revelation!',12,0,100,5,0,14010,28119,0,'Drakuru'),
|
|
(28016,6,0,'Be still, friend, and behold da truth of things!',12,0,100,0,0,14011,28120,0,'Drakuru'),
|
|
(28016,7,0,'Master, my mission be complete.',12,0,100,0,0,14012,28125,0,'Drakuru'),
|
|
(28016,8,0,'With da help of these mortals, dis region been cleansed of all who oppose us.',12,0,100,0,0,14013,28127,0,'Drakuru'),
|
|
(28016,9,0,'As you wish, master.',12,0,100,396,0,14014,28419,0,'Drakuru'),
|
|
(28016,10,0,'Forgive my deception, mon. It all been for your own good.',12,0,100,396,0,14015,28420,0,'Drakuru'),
|
|
(28016,11,0,'Ya needed ta prove yer worthiness....',12,0,100,396,0,14016,28421,0,'Drakuru'),
|
|
(28016,12,0,'I be needin\' worthy underlings in Zul\'Drak, mon. Ones ready to wield real power.',12,0,100,396,0,14017,28422,0,'Drakuru'),
|
|
(28016,13,0,'You see for yourself now. Da Lich King be generous to dem who obey.',12,0,100,396,0,14018,28423,0,'Drakuru'),
|
|
(28016,14,0,'Follow dis path, mon, and soon you be tastin\' immortality!',12,0,100,396,0,14019,28424,0,'Drakuru'),
|
|
(28030,0,0,'There is no escape. There is only my wrath!',14,0,100,0,0,0,29429,0,'Quetz\'lun'),
|
|
(28030,0,1,'Eternal damnation is your future.',14,0,100,0,0,0,29427,0,'Quetz\'lun'),
|
|
(28030,0,2,'My judgment is final.',14,0,100,0,0,0,29430,0,'Quetz\'lun'),
|
|
(28030,0,3,'Beg for your life. Plead. It will do you no good!',14,0,100,0,0,0,29426,0,'Quetz\'lun'),
|
|
(28030,0,4,'Burn in the fires of my fury!',14,0,100,0,0,0,29431,0,'Quetz\'lun'),
|
|
(28030,0,5,'Die!',14,0,100,0,0,0,28793,0,'Quetz\'lun'),
|
|
(28030,0,6,'You killed me and now I will kill you... over and over!',14,0,100,0,0,0,29428,0,'Quetz\'lun'),
|
|
(28030,0,7,'I find you wanting.',14,0,100,0,0,0,29424,0,'Quetz\'lun'),
|
|
(28033,0,0,'Finally, we have the parts to repair the Spirit of Gnomeregan.',12,0,100,1,0,0,29878,0,'Weslex Quickwrench'),
|
|
(28033,1,0,'Let\'s see, just a tweak here and an adjustment there...',12,0,100,432,0,0,29879,0,'Weslex Quickwrench'),
|
|
(28033,2,0,'And there she is, the Spirit of Gnomeregan!',12,0,100,25,0,0,29880,0,'Weslex Quickwrench'),
|
|
(28033,3,0,'You can use her, but I don\'t want to hear any complaints about saw blades in your seat. I had to fix \'er with what we could find.',12,0,100,1,0,0,29881,0,'Weslex Quickwrench'),
|
|
(28041,0,0,'Careful here, $c. These trolls killed their own snake god!',15,0,50,0,0,0,27449,0,'Argent Soldier whisper text'),
|
|
(28041,0,1,'Watch your back. These Drakkari are a nasty lot.',15,0,50,0,0,0,27448,0,'Argent Soldier whisper text'),
|
|
(28041,0,2,'These Drakkari are just bad news. We need to leave and head to Justice Keep!',15,0,50,0,0,0,27452,0,'Argent Soldier whisper text'),
|
|
(28041,0,3,'See you around.',15,0,50,0,0,0,27447,0,'Argent Soldier whisper text'),
|
|
(28041,0,4,'I wonder where we\'re headed to. And who\'s going to deal with these guys?',15,0,50,0,0,0,27451,0,'Argent Soldier whisper text'),
|
|
(28041,0,5,'Right. I\'d better get back to the sergeant then.',15,0,50,0,0,0,27446,0,'Argent Soldier whisper text'),
|
|
(28041,0,6,'$n? I heard you were dead.',15,0,50,0,0,0,35005,0,'Argent Soldier whisper text'),
|
|
(28047,0,0,'I\'m always up for something of Grimbooze\'s.',12,0,100,273,0,0,28554,0,'Hadrius Harlowe'),
|
|
(28047,1,0,'Well, so far, it tastes like something my wife would drink...',12,0,100,92,0,0,28556,0,'Hadrius Harlowe'),
|
|
(28047,2,0,'Now, there\'s the kick I\'ve come to expect from Grimbooze\'s drinks! I like it!',12,0,100,5,0,0,28557,0,'Hadrius Harlowe'),
|
|
(28054,0,0,'Not the \'stache! Now I\'m asymmetrical!',12,0,100,5,0,0,27755,0,'Lucky Wilhelm'),
|
|
(28054,0,1,'Ouch! That\'s it, I quit the target business!',12,0,100,0,0,0,27757,0,'Lucky Wilhelm'),
|
|
(28054,0,2,'My ear! You grazed my ear!',12,0,100,0,0,0,27756,0,'Lucky Wilhelm'),
|
|
(28054,1,0,'Good shot!',12,0,100,4,0,0,27778,0,'Lucky Wilhelm'),
|
|
(28063,0,0,'INTRUDERS! KILL THEM!',12,1,100,0,0,0,27473,0,'Conquest Hold Windrager'),
|
|
(28063,0,1,'ALLIANCE FILTH! DIE! DIE!',12,1,100,0,0,0,27474,0,'Conquest Hold Windrager'),
|
|
(28063,0,2,'Take their heads! For the Horde!',12,1,100,0,0,0,27475,0,'Conquest Hold Windrager'),
|
|
(28065,0,0,'I\'ll have you at Amberpine Lodge in no time, ally! We just have to make one brief stop first...',12,7,100,0,0,0,27440,0,'Wintergarde Gryphon Rider'),
|
|
(28065,1,0,'We\'re gonna do a quick fly by Conquest Hold to see what those filthy, no good, Horde are up to. Keep your eyes peeled for their wind riders. Not that they\'d ever catch me!',12,7,100,0,0,0,27442,0,'Wintergarde Gryphon Rider'),
|
|
(28065,2,0,'What in the name of Bronzebeard is goin\' on here? Look at this place! I think...',12,7,100,0,0,0,27443,0,'Wintergarde Gryphon Rider'),
|
|
(28065,3,0,'Uh-oh. We\'ve got company! HOLD ON TIGHT! I\'m gonna try and lose \'em!',12,7,100,0,0,0,27444,0,'Wintergarde Gryphon Rider'),
|
|
(28065,4,0,'I think we lost \'em! That was a close one! Welp, as promised, Amberpine Lodge in one piece! Keep your feet on the ground, friend!',12,7,100,0,0,0,27472,0,'Wintergarde Gryphon Rider'),
|
|
(28068,0,0,'Mmm, more mojo.',14,0,100,0,0,0,27531,0,'Prophet of Sseratus'),
|
|
(28068,1,0,'NOOOOOOOOooooooo.........!',14,0,100,0,0,0,27532,0,'Prophet of Sseratus'),
|
|
(28068,2,0,'They dare attack us? The fools! Do they not know we are now all-powerful?!',14,0,100,0,0,0,27509,0,'Prophet of Sseratus'),
|
|
(28068,2,1,'With the power of the wild gods burning in our veins, none, not even the Lich King, can stand in our way!',14,0,100,0,0,0,27512,0,'Prophet of Sseratus'),
|
|
(28068,2,2,'I see you, insect! Come closer.',14,0,100,0,0,0,27513,0,'Prophet of Sseratus'),
|
|
(28068,2,3,'Kill these invaders who dare to defile our altar!',14,0,100,0,0,0,27510,0,'Prophet of Sseratus'),
|
|
(28068,2,4,'I will destroy the Argent Crusade! I will crush the Scourge!',14,0,100,0,0,0,27514,0,'Prophet of Sseratus'),
|
|
(28068,2,5,'Finish them and then we will move south to kill their brethren!',14,0,100,0,0,0,27511,0,'Prophet of Sseratus'),
|
|
(28068,2,6,'The mojo of Sseratus is ours. Now all will be crushed under the might of the Drakkari!',14,0,100,0,0,0,27508,0,'Prophet of Sseratus'),
|
|
(28068,2,7,'Drink deep my brothers!',14,0,100,0,0,0,27507,0,'Prophet of Sseratus'),
|
|
(28070,0,0,'Now that\'s earnin\' your supper!',14,0,100,0,0,14244,30525,0,'brann SAY_KILL_1'),
|
|
(28070,0,1,'Press on; that\'s the way!',14,0,100,0,0,14245,30526,0,'brann SAY_KILL_2'),
|
|
(28070,0,2,'Keep it up now. Plenty of death-dealing for everyone!',14,0,100,0,0,14246,0,0,'brann SAY_KILL_3'),
|
|
(28070,1,0,'I\'m all kinds of busted up... might not... make it.',14,0,100,0,0,14257,28121,0,'brann SAY_LOW_HEALTH'),
|
|
(28070,2,0,'Not yet... not ye--',14,0,100,0,0,14258,30522,0,'brann SAY_DEATH'),
|
|
(28070,3,0,'I\'m doin\' everything I can!',14,0,100,0,0,14260,30562,0,'brann SAY_PLAYER_DEATH_1'),
|
|
(28070,3,1,'Light preserve ye!',14,0,100,0,0,14261,30563,0,'brann SAY_PLAYER_DEATH_2'),
|
|
(28070,3,2,'I hope this is all worth it!',14,0,100,0,0,14262,30564,0,'brann SAY_PLAYER_DEATH_3'),
|
|
(28070,4,0,'Time to get some answers! Let\'s get this show on the road!',14,0,100,0,0,14259,30561,0,'brann SAY_ESCORT_START'),
|
|
(28070,5,0,'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!',14,0,100,0,0,14274,31555,0,'brann SAY_SPAWN_DWARF'),
|
|
(28070,6,0,'This is a wee bit trickier than before... Oh, bloody--incomin\'!',14,0,100,0,0,14275,27589,0,'brann SAY_SPAWN_TROGG'),
|
|
(28070,7,0,'What in the name o\' Madoran did THAT do? Oh! Wait: I just about got it...',14,0,100,0,0,14276,27590,0,'brann SAY_SPAWN_OOZE'),
|
|
(28070,8,0,'Ha, that did it! Help\'s a-comin\'! Take this, ya glowin\' iron brute!',14,0,100,0,0,14277,27591,0,'brann SAY_SPAWN_EARTHEN'),
|
|
(28070,9,0,'Take a moment and relish this with me. Soon... all will be revealed. Okay then, let\'s do this!',14,0,100,0,0,14247,30523,0,'brann SAY_EVENT_INTRO_1'),
|
|
(28070,10,0,'Now keep an eye out! I\'ll have this licked in two shakes of a--',14,0,100,0,0,14248,30552,0,'brann SAY_EVENT_INTRO_2'),
|
|
(28070,11,0,'Oh, that doesn\'t sound good. We might have a complication or two...',14,0,100,0,0,14249,30553,0,'brann SAY_EVENT_A_1'),
|
|
(28070,12,0,'Ah, you want to play hardball, eh? That\'s just my game!',14,0,100,0,0,14250,30554,0,'brann SAY_EVENT_A_3'),
|
|
(28070,13,0,'Couple more minutes and I\'ll--',14,0,100,0,0,14251,30555,0,'brann SAY_EVENT_B_1'),
|
|
(28070,14,0,'Heightened? What\'s the good news?',14,0,100,0,0,14252,30556,0,'brann SAY_EVENT_B_3'),
|
|
(28070,15,0,'So that was the problem? Now I\'m makin\' progress...',14,0,100,0,0,14253,30557,0,'brann SAY_EVENT_C_1'),
|
|
(28070,16,0,'Hang on! Nobody\'s gonna\' be sanitized as long as I have a say in it!',14,0,100,0,0,14254,30558,0,'brann SAY_EVENT_C_3'),
|
|
(28070,17,0,'Ha! The old magic fingers finally won through! Now let\'s get down to--',14,0,100,0,0,14255,30559,0,'brann SAY_EVENT_D_1'),
|
|
(28070,18,0,'Purge? No no no no no.. where did I-- Aha, this should do the trick...',14,0,100,0,0,14256,30560,0,'brann SAY_EVENT_D_3'),
|
|
(28070,19,0,'Query? What do you think I\'m here for, tea and biscuits? Spill the beans already!',14,0,100,0,0,14263,30565,0,'brann SAY_EVENT_END_01'),
|
|
(28070,20,0,'Tell me how the dwarves came to be, and start at the beginning!',14,0,100,0,0,14264,30566,0,'brann SAY_EVENT_END_02'),
|
|
(28070,21,0,'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?',14,0,100,0,0,14265,30567,0,'brann SAY_EVENT_END_04'),
|
|
(28070,22,0,'Necrowhatinthe-- Speak bloody Common, will ye?',14,0,100,0,0,14266,30568,0,'brann SAY_EVENT_END_06'),
|
|
(28070,23,0,'Old Gods, huh? So they zapped the earthen with this Curse of Flesh... and then what?',14,0,100,0,0,14267,30577,0,'brann SAY_EVENT_END_08'),
|
|
(28070,24,0,'If they killed the Old Gods, Azeroth would\'ve been destroyed...',14,0,100,0,0,14268,30578,0,'brann SAY_EVENT_END_10'),
|
|
(28070,25,0,'What protectors?',14,0,100,0,0,14269,30579,0,'brann SAY_EVENT_END_12'),
|
|
(28070,26,0,'Aesir and Vanir... Okay, so the Forge o\' Wills started makin\' new earthen... but what happened to the old ones?',14,0,100,0,0,14270,30580,0,'brann SAY_EVENT_END_14'),
|
|
(28070,27,0,'Hold everything! The Aesir and Vanir went to war? Why?',14,0,100,0,0,14271,30581,0,'brann SAY_EVENT_END_16'),
|
|
(28070,28,0,'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.',14,0,100,0,0,14272,30582,0,'brann SAY_EVENT_END_18'),
|
|
(28070,29,0,'Well, now... that\'s a lot to digest. I\'m gonna need some time to take all this in. Thank ye.',14,0,100,0,0,14273,30583,0,'brann SAY_EVENT_END_20'),
|
|
(28070,30,0,'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!',14,0,100,0,0,14278,28591,0,'brann SAY_VICTORY_SJONNIR_1'),
|
|
(28070,31,0,'I\'ll use the forge to make batches o\' earthen to stand guard... But our greatest challenge still remains: find and stop Loken!',14,0,100,0,0,14279,30584,0,'brann SAY_VICTORY_SJONNIR_2'),
|
|
(28070,32,0,'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.',14,0,100,0,0,0,31660,0,'brann SAY_ENTRANCE_MEET'),
|
|
(28076,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Frenzyheart Berserker'),
|
|
(28077,0,0,'Dumb big-tongue lover! You not friend of Frenzyheart no more. Frenzyheart will get you good.',14,0,100,0,0,0,27798,0,'Frenzyheart Tracker'),
|
|
(28078,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Frenzyheart Ravager'),
|
|
(28090,0,0,'We\'ll cleanse this place! Arthas beware!',12,0,100,0,0,0,27500,0,'crusade recruit SAY_RECRUIT_1'),
|
|
(28090,0,1,'You\'re right! We can do this!',12,0,100,0,0,0,27497,0,'crusade recruit SAY_RECRUIT_2'),
|
|
(28090,0,2,'You\'re right! What was I thinking? Bring on the Scourge!',12,0,100,0,0,0,27496,0,'crusade recruit SAY_RECRUIT_3'),
|
|
(28092,0,0,'Omega Rune deployed. Activation successful.',12,0,100,51,0,0,33004,0,'The Etymidian'),
|
|
(28095,0,0,'No! You steal kill! Now you owe Gekgek!',12,0,100,0,0,0,27605,0,'Tracker Gekgek'),
|
|
(28095,1,0,'Dumb! Don\'t shoot at it! Gekgek want trophy in one piece!',12,0,100,0,0,0,28492,0,'Tracker Gekgek'),
|
|
(28095,2,0,'No let it get away! We got it this time.',12,0,33,0,0,0,28493,0,'Tracker Gekgek'),
|
|
(28095,2,1,'Careful! No let it scratch you like last time.',12,0,33,0,0,0,28495,0,'Tracker Gekgek'),
|
|
(28095,2,2,'Ahh! It\'s coming right for us!',12,0,34,0,0,0,27754,0,'Tracker Gekgek'),
|
|
(28103,0,0,'Urgreth begins to emanate a powerful dark energy!',16,0,100,0,0,0,29932,0,'Urgreth of the Thousand Tombs'),
|
|
(28105,0,0,'My treasure! You no steal from Tartek, dumb big-tongue traitor thing.',14,0,100,0,0,0,27893,0,'Warlord Tartek'),
|
|
(28105,1,0,'Tartek and nasty dragon going to kill you! You so dumb.',14,0,100,0,0,0,27895,0,'Warlord Tartek'),
|
|
(28113,0,0,'Please take... my shinies. All done...',12,0,100,0,0,0,28630,0,'Mosswalker Victim'),
|
|
(28113,0,1,'We not do anything... to them... I no understand.',12,0,100,0,0,0,28903,0,'Mosswalker Victim'),
|
|
(28113,0,2,'Use my shinies... make weather good again... make undead things go away.',12,0,100,0,0,0,28901,0,'Mosswalker Victim'),
|
|
(28113,0,3,'We gave shinies to shrine... we not greedy... why this happen?',12,0,100,0,0,0,28900,0,'Mosswalker Victim'),
|
|
(28113,0,4,'I do something bad? I sorry....',12,0,100,0,0,0,28904,0,'Mosswalker Victim'),
|
|
(28113,1,0,'We saved. You nice, dryskin.',12,0,100,0,0,0,28631,0,'Mosswalker Victim'),
|
|
(28113,1,1,'Maybe you make weather better too?',12,0,100,0,0,0,28906,0,'Mosswalker Victim'),
|
|
(28113,1,2,'You save us! Yay for you!',12,0,100,0,0,0,28909,0,'Mosswalker Victim'),
|
|
(28113,1,3,'Thank you! You good!',12,0,100,0,0,0,28905,0,'Mosswalker Victim'),
|
|
(28113,3,0,'The mosswalker victim groans in pain.',16,0,100,0,0,0,28638,0,'Mosswalker Victim'),
|
|
(28115,0,0,'You feel a massive jolt of energy as your body binds with that of Soo-holu.',42,0,100,0,0,0,29003,0,'Soo-holu to Player'),
|
|
(28116,0,0,'You feel rage rise within you as your body binds with Kartak.',42,0,100,0,0,0,29005,0,'Kartak the Abominable to Player'),
|
|
(28120,0,0,'Ooh! Shinies!',12,0,18,0,0,0,28261,0,'Lafoo'),
|
|
(28120,0,1,'Maybe more shiny bugs! We like bugs!',12,0,17,0,0,0,28267,0,'Lafoo'),
|
|
(28120,0,2,'Treasure for Lafoo! Treasure for shrine!',12,0,17,0,0,0,28265,0,'Lafoo'),
|
|
(28120,0,3,'Dig, dig, dig...',12,0,16,0,0,0,28266,0,'Lafoo'),
|
|
(28120,0,4,'Crunchy bugs so delicious. Want?',12,0,16,0,0,0,28291,0,'Lafoo'),
|
|
(28120,0,5,'That weird. Someone took our bugs. You have maybe?',12,0,16,0,0,0,28303,0,'Lafoo'),
|
|
(28120,1,0,'No come back this time!',12,0,100,0,0,0,28277,0,'Lafoo'),
|
|
(28120,2,0,'One day maybe you can be Soo-dryskin. Like?',12,0,20,0,0,0,28293,0,'Lafoo'),
|
|
(28120,2,1,'You have pie? Someone gave us pie year ago. Really yummy.',12,0,20,0,0,0,28306,0,'Lafoo'),
|
|
(28120,2,2,'Big comfy tree. Good home.',12,0,20,0,0,0,28290,0,'Lafoo'),
|
|
(28120,2,3,'Never met Great Ones. Nope, just met their shrines.',12,0,20,0,0,0,28289,0,'Lafoo'),
|
|
(28120,2,4,'You got funny looking eyeballs.',12,0,20,0,0,0,28286,0,'Lafoo'),
|
|
(28120,3,0,'Home good, but not stay long! More adventures!',12,0,100,0,0,0,28340,0,'Lafoo'),
|
|
(28120,4,0,'Hiss... hiss... dead. All dead.',12,0,100,0,0,0,28279,0,'Lafoo'),
|
|
(28121,0,0,'Shiny things! Shiny things! Not as shiny as my crystal, but still shiny!',12,0,25,0,0,0,28308,0,'Jaloot'),
|
|
(28121,0,1,'More treasures! Treasures of all kinds! Yay treasures!',12,0,25,0,0,0,28307,0,'Jaloot'),
|
|
(28121,0,2,'Can never have too many shiny crystals! Nope!',12,0,25,0,0,0,28310,0,'Jaloot'),
|
|
(28121,0,3,'We are fast digger! Really fast! See... all done! That was fast, huh?',12,0,25,0,0,0,28309,0,'Jaloot'),
|
|
(28121,1,0,'You like that? Bet not! Bet not cause you dead! Hahah!',12,0,34,0,0,0,28332,0,'Jaloot'),
|
|
(28121,1,1,'Vic...tor...ious! Dun nun nun dun da da!',12,0,33,0,0,0,28338,0,'Jaloot'),
|
|
(28121,1,2,'Killing Spree!',12,0,33,0,0,0,28334,0,'Jaloot'),
|
|
(28121,2,0,'Mistcaller really good at controlling weather with shrine. They know just which crystals to use! Really good!',12,0,16,0,0,0,28330,0,'Jaloot'),
|
|
(28121,2,1,'Ever trip over own feet? We have. Kind of hurt. No do it, not fun. Nope.',12,0,16,0,0,0,28920,0,'Jaloot'),
|
|
(28121,2,2,'Want us to help with something? What we help with? We good at helping.',12,0,16,0,0,0,28922,0,'Jaloot'),
|
|
(28121,2,3,'Hello! You\'re pretty strong and nice and stuff. I like you. Lets stay friends, okay?',12,0,16,0,0,0,28921,0,'Jaloot'),
|
|
(28121,2,4,'Misty. Very misty. Seem sort of misty to you? Maybe not so much.',12,0,16,0,0,0,28327,0,'Jaloot'),
|
|
(28121,2,5,'Lets go jump off tree! Fun fun!',12,0,15,0,0,0,28341,0,'Jaloot'),
|
|
(28121,3,0,'Chase the hatchlings! Chase the hatchlings! So fast!',12,0,34,0,0,0,28342,0,'Jaloot'),
|
|
(28121,3,1,'Great Ones keep home safe because they like Oracles I think! They know we good and nice.',12,0,33,0,0,0,28344,0,'Jaloot'),
|
|
(28121,3,2,'Home home home... place of the shinies!',12,0,33,0,0,0,28339,0,'Jaloot'),
|
|
(28121,4,0,'We know you have dragon thing! We not scared! We going to get you and dragon thing!',12,0,34,0,0,0,28352,0,'Jaloot'),
|
|
(28121,4,1,'Teach you to steal our treasures! Our treasures are... ours, okay?!',12,0,33,0,0,0,28317,0,'Jaloot'),
|
|
(28121,4,2,'Time to hide puppy-men! We coming for you... better get in your hill things!',12,0,33,0,0,0,28353,0,'Jaloot'),
|
|
(28121,5,0,'Tartek no match for you! You got the skills. Yeah!',12,0,100,0,0,0,28315,0,'Jaloot'),
|
|
(28122,0,0,'What the heck are shiny rabbits doing here anyway?',12,0,25,0,0,0,28366,0,'Moodle'),
|
|
(28122,0,1,'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?',12,0,25,0,0,0,28368,0,'Moodle'),
|
|
(28122,0,2,'Hey... maybe we\'ll find some more useless bugs.',12,0,25,0,0,0,28365,0,'Moodle'),
|
|
(28122,0,3,'Yay... more dirt.',12,0,25,0,0,0,28363,0,'Moodle'),
|
|
(28122,1,0,'I can\'t believe... they\'re all... dead.',12,0,50,0,0,0,28377,0,'Moodle'),
|
|
(28122,1,1,'Another falls to our onslaught.',12,0,50,0,0,0,28384,0,'Moodle'),
|
|
(28122,2,0,'There some reason why we\'re still here? I\'d love to hear it.',12,0,33,0,0,0,28393,0,'Moodle'),
|
|
(28122,2,1,'Yeah, let\'s go now.',12,0,33,0,0,0,28391,0,'Moodle'),
|
|
(28122,2,2,'I\'m done here.',12,0,34,0,0,0,28392,0,'Moodle'),
|
|
(28122,3,0,'Going to go take a nap? I apologize in advance for accidentally stepping on your face while you sleep.',12,0,33,0,0,0,28396,0,'Moodle'),
|
|
(28122,3,1,'Planning to sit on your butt some more, or are we going to go do something that\'s actually useful?',12,0,34,0,0,0,28396,0,'Moodle'),
|
|
(28122,3,2,'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.',12,0,33,0,0,0,28396,0,'Moodle'),
|
|
(28122,4,0,'The Mosswalkers were good people... they did not deserve this.',12,0,17,0,0,0,28382,0,'Moodle'),
|
|
(28122,4,1,'I know I talk down to them, but I never want to see any of my people die.',12,0,17,0,0,0,28382,0,'Moodle'),
|
|
(28122,4,2,'It\'s good to see some of the mosswalker were more resilient than I thought.',12,0,17,0,0,0,28382,0,'Moodle'),
|
|
(28122,4,3,'It\'s hard to believe any of them survived this.',12,0,17,0,0,0,28382,0,'Moodle'),
|
|
(28122,4,4,'There are more that might still be alive! We need to keep moving.',12,0,16,0,0,0,28382,0,'Moodle'),
|
|
(28122,4,5,'Where are they dragging those bodies? What are they doing to them?',12,0,16,0,0,0,28382,0,'Moodle'),
|
|
(28122,5,0,'This fight\'s all yours!',12,0,10,0,0,0,28873,0,'Moodle'),
|
|
(28122,6,0,'It\'s a small comfort to see that they haven\'t brought any back in undeath.',12,0,100,0,0,0,28400,0,'Moodle'),
|
|
(28132,0,0,'Im... possible...',14,0,100,0,0,0,27540,0,'Don Carlos'),
|
|
(28136,0,0,'Thank you, friend. Were it not for your aid I would be no more.',12,0,100,0,0,0,27521,0,'Crusader Jonothan'),
|
|
(28136,1,0,'<sigh>... This is the end of me.',12,0,100,1,0,0,27520,0,''),
|
|
(28139,0,0,'I wanna see!',12,0,100,396,0,0,29461,0,'Frenzyheart Pup'),
|
|
(28139,1,0,'Show me too!',12,0,100,1,0,0,29462,0,'Frenzyheart Pup'),
|
|
(28139,2,0,'Metalhead ate Rejek! Run!',12,0,100,1,0,0,29465,0,'Frenzyheart Pup'),
|
|
(28142,0,0,'<sigh>... Well, I suppose it could be worse.',12,0,100,0,0,0,27523,0,'Crusader Lamoof'),
|
|
(28142,1,0,'<sigh>... This is the end of me.',12,0,100,1,0,0,27520,0,''),
|
|
(28148,0,0,'I am in your debt, friend. Thank you for my life.',12,0,100,0,0,0,27528,0,'Crusader Josephine'),
|
|
(28148,1,0,'Ohhh, I... cannot go on....',12,0,100,1,0,0,27527,0,''),
|
|
(28160,0,0,'I\'ll send you on my flying machine. Keep your eyes peeled for clues about what might\'ve happened to Hemet!',12,0,100,25,0,0,27620,0,'Archmage Pentarus'),
|
|
(28167,0,0,'Prince Arthas, may the light be praised! Many people in the town have begun to fall seriously ill, can you help us?',12,0,100,0,0,0,27547,0,'culling SAY_PHASE202'),
|
|
(28167,1,0,'What? This can\'t be!',12,0,100,274,0,0,27549,0,'culling SAY_PHASE204'),
|
|
(28169,0,0,'Oh, no...',12,0,100,0,0,0,27552,0,'culling SAY_PHASE204_1'),
|
|
(28175,0,0,'Saronite you say?',12,0,100,0,0,0,27779,0,'Crusade Commander Korfax'),
|
|
(28175,1,0,'Never heard of it. Looks like pure evil.',12,0,100,6,0,0,27748,0,'Crusade Commander Korfax'),
|
|
(28175,2,0,'Let\'s see how it holds up to the might of my axe!',12,0,100,0,0,0,27749,0,'Crusade Commander Korfax'),
|
|
(28175,3,0,'What the? My reaper didn\'t even scratch it! That\'s the toughest ore I\'ve ever seen!',12,0,100,0,0,0,27750,0,'Crusade Commander Korfax'),
|
|
(28175,4,0,'Oof!',12,0,100,0,0,9410,27788,0,'Crusade Commander Korfax'),
|
|
(28176,0,0,'Let us see if it is truly impervious.',12,0,100,1,0,0,27783,0,'Rimblat Earthshatter'),
|
|
(28176,1,0,'Nothing.',12,0,100,1,0,0,27766,0,'Rimblat Earthshatter'),
|
|
(28177,0,0,'By the Goddess. It\'s as if Nature can\'t touch it!',12,0,100,5,0,0,27763,0,'Rayne'),
|
|
(28177,1,0,'Gah!',12,0,100,0,0,9410,27786,0,'Rayne'),
|
|
(28178,0,0,'%s rolls his eyes.',16,0,100,0,0,0,27784,0,'Avenger Metz'),
|
|
(28178,1,0,'No surprise there.',12,0,100,0,0,0,27769,0,'Avenger Metz'),
|
|
(28178,2,0,'What?',12,0,100,0,0,0,27770,0,'Avenger Metz'),
|
|
(28178,3,0,'Fine. Just remember though, the power of the Holy Light isn\'t something to be invoked casually, brother.',12,0,100,1,0,0,27771,0,'Avenger Metz'),
|
|
(28178,4,0,'What\'s it doing?!',12,0,100,5,0,0,27772,0,'Avenger Metz'),
|
|
(28178,5,0,'Whoa!',12,0,100,0,0,9410,27787,0,'Avenger Metz'),
|
|
(28178,6,0,'%s grunts.',16,0,100,0,0,0,27776,0,'Avenger Metz'),
|
|
(28179,0,0,'The Lich King reacted swiftly to the breach. Faster than I anticipated.',12,0,100,1,0,0,31004,0,'Highlord Tirion Fordring'),
|
|
(28179,1,0,'What would you have me do, Darion?',12,0,100,6,0,0,31008,0,'Highlord Tirion Fordring'),
|
|
(28179,2,0,'Choose your words wisely, death knight. You stand amidst the company of the devoted.',12,0,100,1,0,0,31010,0,'Highlord Tirion Fordring'),
|
|
(28179,3,0,'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!',12,0,100,1,0,0,31016,0,'Highlord Tirion Fordring'),
|
|
(28189,0,0,'Our troops, general, consist mostly of villagers and peasants. Good men, but not quite rid of the prejudices and superstitions of their upbringing. They\'re not ready to fight alongside our more exotic allies.',12,7,100,1,0,0,24789,0,'Prince Valanar'),
|
|
(28189,1,0,'My liege, the infiltration and control of the Alliance power structure by our cultists is well underway.',12,0,100,0,0,14211,25357,0,'Prince Valanar - Last Rites'),
|
|
(28189,2,0,'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.',12,0,100,0,0,14212,25358,0,'Prince Valanar - Last Rites'),
|
|
(28189,3,0,'Allow me to take care of the intruders, lord. I will feed their entrails to the maggots.',12,0,100,1,0,14213,25361,0,'Prince Valanar - Last Rites'),
|
|
(28189,4,0,'Yes, my lord!',12,0,100,1,0,14214,25365,0,'Prince Valanar - Last Rites'),
|
|
(28192,0,0,'WARNING: Missile lock detected. Engaging evasive maneuvers.',12,0,100,0,0,0,27621,0,'Archimage Pentarus Flying Machine'),
|
|
(28194,0,0,'I smell... $r. Delicious!',14,0,100,0,0,0,27780,0,'Prince Tenris Mirkblood - SAY_APPROACH'),
|
|
(28194,1,0,'I shall consume you!',14,0,100,0,0,0,27781,0,'Prince Tenris Mirkblood - SAY_AGGRO'),
|
|
(28194,2,0,'Drink, mortals! Taste my blood! Taste your death!',12,0,100,0,0,0,27712,0,'Prince Tenris Mirkblood - SAY_SUMMON'),
|
|
(28205,0,0,'Quickly, get me some...',42,0,100,0,0,0,27633,0,'Alchemist Finklestein'),
|
|
(28205,0,1,'I think it needs...',42,0,100,0,0,0,27636,0,'Alchemist Finklestein'),
|
|
(28205,0,2,'Find me some...',42,0,100,0,0,0,27637,0,'Alchemist Finklestein'),
|
|
(28205,0,3,'It simply must have some...',42,0,100,0,0,0,27678,0,'Alchemist Finklestein'),
|
|
(28205,0,4,'We need some...',42,0,100,0,0,0,27677,0,'Alchemist Finklestein'),
|
|
(28205,0,5,'It simply must have some...',42,0,100,0,0,0,27678,0,'Alchemist Finklestein'),
|
|
(28205,1,0,'Hmmm, I think it\'s time for...',42,0,100,0,0,0,27690,0,'Alchemist Finklestein'),
|
|
(28205,1,1,'Next, we\'ll need...',42,0,100,0,0,0,27679,0,'Alchemist Finklestein'),
|
|
(28205,1,2,'Tastes like it needs more....',42,0,100,0,0,0,27630,0,'Alchemist Finklestein'),
|
|
(28205,1,3,'We\'re nearly there. Find me some...',42,0,100,0,0,0,27685,0,'Alchemist Finklestein'),
|
|
(28205,2,0,'Coming along nicely, but still needs...',42,0,100,0,0,0,27684,0,'Alchemist Finklestein'),
|
|
(28205,2,1,'Before it thickens, we must add...',42,0,100,0,0,0,27632,0,'Alchemist Finklestein'),
|
|
(28205,3,0,'Before it boils over, I need...',42,0,100,0,0,0,27682,0,'Alchemist Finklestein'),
|
|
(28205,3,1,'It\'s thickening! Quickly, get some...',42,0,100,0,0,0,27683,0,'Alchemist Finklestein'),
|
|
(28205,4,0,'You\'re too late. I must start again from the beginning....',42,0,100,0,0,0,27688,0,'Alchemist Finklestein'),
|
|
(28205,4,1,'No! The serum is ruined!',42,0,100,0,0,0,27687,0,'Alchemist Finklestein'),
|
|
(28205,5,0,'Knotroot!',42,0,100,0,0,0,27647,0,'Alchemist Finklestein'),
|
|
(28205,6,0,'Pickled Eagle Egg!',42,0,100,0,0,0,27648,0,'Alchemist Finklestein'),
|
|
(28205,7,0,'Speckled Guano!',42,0,100,0,0,0,27649,0,'Alchemist Finklestein'),
|
|
(28205,8,0,'Withered Batwing!',42,0,100,0,0,0,27650,0,'Alchemist Finklestein'),
|
|
(28205,9,0,'Seasoned Slider Cider!',42,0,100,0,0,0,27651,0,'Alchemist Finklestein'),
|
|
(28205,10,0,'Pulverized Gargoyle Teeth!',42,0,100,0,0,0,27652,0,'Alchemist Finklestein'),
|
|
(28205,11,0,'Muddy Mire Maggot!',42,0,100,0,0,0,27653,0,'Alchemist Finklestein'),
|
|
(28205,12,0,'Spiky Spider Egg!',42,0,100,0,0,0,27654,0,'Alchemist Finklestein'),
|
|
(28205,13,0,'Hairy Herring Head!',42,0,100,0,0,0,27655,0,'Alchemist Finklestein'),
|
|
(28205,14,0,'Putrid Pirate Perspiration!',42,0,100,0,0,0,27656,0,'Alchemist Finklestein'),
|
|
(28205,15,0,'Icecrown Bottled Water!',42,0,100,0,0,0,27657,0,'Alchemist Finklestein'),
|
|
(28205,16,0,'Wasp\'s Wings!',42,0,100,0,0,0,27658,0,'Alchemist Finklestein'),
|
|
(28205,17,0,'Prismatic Mojo!',42,0,100,0,0,0,27659,0,'Alchemist Finklestein'),
|
|
(28205,18,0,'Raptor Claw!',42,0,100,0,0,0,27660,0,'Alchemist Finklestein'),
|
|
(28205,19,0,'Amberseed!',42,0,100,0,0,0,27661,0,'Alchemist Finklestein'),
|
|
(28205,20,0,'Shrunken Dragon\'s Claw!',42,0,100,0,0,0,27663,0,'Alchemist Finklestein'),
|
|
(28205,21,0,'Chilled Serpent Mucus!',42,0,100,0,0,0,27664,0,'Alchemist Finklestein'),
|
|
(28205,22,0,'Crystallized Hogsnot!',42,0,100,0,0,0,27665,0,'Alchemist Finklestein'),
|
|
(28205,23,0,'Crushed Basilisk Crystals!',42,0,100,0,0,0,27666,0,'Alchemist Finklestein'),
|
|
(28205,24,0,'Trollbane!',42,0,100,0,0,0,27667,0,'Alchemist Finklestein'),
|
|
(28205,25,0,'Frozen Spider Ichor!',42,0,100,0,0,0,27668,0,'Alchemist Finklestein'),
|
|
(28210,0,0,'Let\'s wrap it up, Miz. They\'ll be here in a second.',12,0,100,0,0,0,27603,0,'Ognip Blastbolt'),
|
|
(28213,0,0,'The %s screams with rage and rushes to the aid of her babies.',16,0,100,0,0,0,27607,0,'Hardknuckle Matriarch'),
|
|
(28214,0,0,'Home! You better have brought back meat for Goregek, slave.',12,0,20,0,0,0,27984,0,'Goregek'),
|
|
(28214,0,1,'Goregek get some sleep. Go bring foodstuffs back, slave thing.',12,0,20,0,0,0,27988,0,'Goregek'),
|
|
(28214,0,2,'Goregek go get drink. You sit in corner til Goregek ready.',12,0,20,0,0,0,27985,0,'Goregek'),
|
|
(28214,0,3,'Goregek hungry. Go get on fire spit, slave thing. Tell Goregek when you well roasted.',12,0,20,0,0,0,27986,0,'Goregek'),
|
|
(28214,0,4,'Gorgek gonna catch chicken good!',12,0,20,0,0,0,28065,0,'Goregek'),
|
|
(28214,0,5,'You wait until Goregek ready.',12,0,20,0,0,0,27987,0,'Goregek'),
|
|
(28214,0,6,'You wait, slave thing. Goregek eating.',12,0,20,0,0,0,28062,0,'Goregek'),
|
|
(28214,1,0,'Goregek best hunter... ever.',12,0,15,0,0,0,28011,0,'Goregek'),
|
|
(28214,1,1,'Hah! Goregek\'s kill!',12,0,15,0,0,0,28009,0,'Goregek'),
|
|
(28214,1,2,'Next time, maybe Goregek let you try.',12,0,15,0,0,0,28016,0,'Goregek'),
|
|
(28214,1,3,'I stabbed it in the face! Goregek so good.',12,0,15,0,0,0,28012,0,'Goregek'),
|
|
(28214,1,4,'Squeal! Squeal! So good!',12,0,15,0,0,0,28068,0,'Goregek'),
|
|
(28214,1,5,'Frenzyheart the strongest!',12,0,15,0,0,0,27983,0,'Goregek'),
|
|
(28214,1,6,'That how it done, slave thing. Maybe you figure out how someday.',12,0,10,0,0,0,28058,0,'Goregek'),
|
|
(28214,2,0,'Why Goregek even bring you. You useless.',12,0,25,0,0,0,28015,0,'Goregek'),
|
|
(28214,2,1,'Elder maybe says other stuff, but you always be slave thing to Goregek.',12,0,25,0,0,0,27965,0,'Goregek'),
|
|
(28214,2,2,'Pitch was weakling anyway... why else you think Goregek not bother with him?',12,0,25,0,0,0,27969,0,'Goregek'),
|
|
(28214,2,3,'You just get yourself beat up! Hah! You so dumb, slave thing.',12,0,25,0,0,0,27994,0,'Goregek'),
|
|
(28214,3,0,'Careful slave thing, the big bad softnuckles might eat you! Hah!',12,0,13,0,0,0,27995,0,'Goregek'),
|
|
(28214,3,1,'Hardknuckles still walk on hands... seem kind of dumb to Goregek.',12,0,13,0,0,0,27991,0,'Goregek'),
|
|
(28214,3,2,'Run away dumb softknuckle! We gonna poke you more!',12,0,13,0,0,0,28071,0,'Goregek'),
|
|
(28214,3,3,'Run away softknuckle! Goregek gonna get you!',12,0,13,0,0,0,28069,0,'Goregek'),
|
|
(28214,3,4,'You just watch slave thing, Goregek take care of these hardknuckles!',12,0,12,0,0,0,27992,0,'Goregek'),
|
|
(28214,3,5,'Better not get in Goregek\'s way!',12,0,12,0,0,0,27993,0,'Goregek'),
|
|
(28214,3,6,'Get out of way silly slave thing! Goregek\'s kill!',12,0,12,0,0,0,28056,0,'Goregek'),
|
|
(28214,3,7,'There was hundreds of times these hardknuckles before Goregek.',12,0,12,0,0,0,27990,0,'Goregek'),
|
|
(28214,4,0,'Hah! Goregek the greatest hunter ever! Goregek get biggest hardknuckle!',12,0,100,0,0,0,28057,0,'Goregek'),
|
|
(28214,5,0,'Frenzyheart feed Kartak big-tongues so Kartak not eat us. That why we smarter than you, slave thing.',12,0,100,0,0,0,27981,0,'Goregek'),
|
|
(28215,0,0,'Frenzyheart came here not long ago for new home... big-tongue homes pretty nice, so we maybe take those too. They ugly anyway.',12,0,12,0,0,0,28141,0,'Dajik'),
|
|
(28215,0,1,'Lot of strong Frenzyheart here. Dajik taught most of them. First time I teach something like you though. You not a Frenzyheart, you know.',12,0,12,0,0,0,28145,0,'Dajik'),
|
|
(28215,0,2,'Let\'s just eat bristlepine instead, okay? All done with chasing.',12,0,12,0,0,0,28176,0,'Dajik'),
|
|
(28215,0,3,'There reason Frenzyheart not chase back chickens. Look kind of dumb to lose to chicken.',12,0,12,0,0,0,28173,0,'Dajik'),
|
|
(28215,0,4,'Maybe you not notice, chicken move kind of fast.',12,0,13,0,0,0,28172,0,'Dajik'),
|
|
(28215,0,5,'Time for more smart Dajik tip! If Goregek let chickens out again, make Goregek get chickens back again.',12,0,13,0,0,0,28171,0,'Dajik'),
|
|
(28215,0,6,'I placed most of the spikes. Good amount of pointiness I think. You like?',12,0,13,0,0,0,28144,0,'Dajik'),
|
|
(28215,0,7,'Oh! Dajik has idea! Make chicken sounds and maybe they come to you!',12,0,13,0,0,0,28174,0,'Dajik'),
|
|
(28215,1,0,'Get the stuff off of body! Dajik hate it when he go skin something and there stuff in the way. So annoying.',12,0,20,0,0,0,28179,0,'Dajik'),
|
|
(28215,1,1,'Did you see face? Looked so scared, \"Ah, big thing going to smash me!\" Hah.',12,0,20,0,0,0,28181,0,'Dajik'),
|
|
(28215,1,2,'Hah! Maybe you learn a little after all!',12,0,20,0,0,0,28159,0,'Dajik'),
|
|
(28215,1,3,'Yes! Stab few more time just in case! Stab good!',12,0,20,0,0,0,28162,0,'Dajik'),
|
|
(28215,1,4,'Not sure how thing got here. Not matter if dead though.',12,0,20,0,0,0,28163,0,'Dajik'),
|
|
(28215,2,0,'We came for something, yes? Can\'t remember.',12,0,20,0,0,0,28188,0,'Dajik'),
|
|
(28215,2,1,'Make sure you not forget anything. I forgot stuff once.',12,0,20,0,0,0,28143,0,'Dajik'),
|
|
(28215,2,2,'Dajik not think he seen you eat anything. You eat sometimes, yeah?',12,0,20,0,0,0,28183,0,'Dajik'),
|
|
(28215,2,3,'I was going draw picture of best attack plan... but you have my chalk.',12,0,20,0,0,0,28186,0,'Dajik'),
|
|
(28215,2,4,'Time for more smart Dajik tip! Make sure thing dead before reach in mouth for loots.',12,0,20,0,0,0,28177,0,'Dajik'),
|
|
(28215,3,0,'Seem like there more wasps every time Dajik come back. Why they not run out?',12,0,20,0,0,14212,28189,0,'Dajik'),
|
|
(28215,3,1,'Time for more smart Dajik tip! Try not to catch stinger with face. Not work so much.',12,0,20,0,0,0,28185,0,'Dajik'),
|
|
(28215,3,2,'In case you wonder, wasp sting not feel so good. No need to try.',12,0,20,0,0,0,28190,0,'Dajik'),
|
|
(28215,3,3,'Drone things not as tough as they look. Wasp things a bit nastier.',12,0,20,0,0,0,28187,0,'Dajik'),
|
|
(28215,3,4,'Time for more smart Dajik tip! Try not to catch stinger with face. Not work so much.',12,0,20,0,0,0,28185,0,'Dajik'),
|
|
(28215,4,0,'No! You killed queen thing! What have you... wait, nevermind. Sorry, that okay.',12,0,100,0,7000,0,28161,0,'Dajik'),
|
|
(28215,5,0,'Dajik\'s last learner eaten by sand-thing. We do better this time though!',12,0,100,0,0,0,28164,0,'Dajik'),
|
|
(28215,6,0,'This not first queen slain by Frenzyheart. Seem like there always more.',12,0,100,0,0,0,28160,0,'Dajik'),
|
|
(28215,7,0,'Sometimes big-tongues try to come get crystals. Not now because they not like it when we kill them.',12,0,34,0,0,0,28192,0,'Dajik'),
|
|
(28215,7,1,'Time for more smart Dajik tip! Crystals work little too good for back scratch. No try.',12,0,33,0,0,0,28191,0,'Dajik'),
|
|
(28215,7,2,'Something big make pillars and crystals and everything. Frenzyheart not care much cause it not here anymore.',12,0,33,0,0,0,28194,0,'Dajik'),
|
|
(28215,8,0,'If you here to poke more softknuckles, Dajik going to poke you too. That a bad Goregek habit.',12,0,50,0,0,0,28139,0,'Dajik'),
|
|
(28215,8,1,'Huh... where are we? This not right. I not tell you find hardknuckles, did I?',12,0,50,0,0,0,28140,0,'Dajik'),
|
|
(28215,9,0,'Time for more smart Dajik tip! Lot of dead things mean lot of chance of being dead thing. Dajik leaving now.',12,0,33,0,0,0,28167,0,'Dajik'),
|
|
(28215,9,1,'Dead thing there already learn lesson of broken pillar. Leave this lesson for dumb, dead things. Going home now.',12,0,33,0,0,0,28170,0,'Dajik'),
|
|
(28215,9,2,'You all done with learning! Yup! All done! Dajik leave you and evil red pillar thing now.',12,0,34,0,0,0,28168,0,'Dajik'),
|
|
(28216,0,0,'Bring back good meat and the camp treat you like high-shaman for a day. Good deal.',12,0,20,0,0,0,28202,0,'Zepik'),
|
|
(28216,0,1,'Elder Harkek pretty good Frenzyheart. He help me a lot when I was littler and not liking Dajik.',12,0,20,0,0,0,28206,0,'Zepik'),
|
|
(28216,0,2,'I not in a big hurry. We can rest here a while if want.',12,0,20,0,0,0,28204,0,'Zepik'),
|
|
(28216,0,3,'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.',12,0,20,0,0,0,28205,0,'Zepik'),
|
|
(28216,0,4,'You should go let chickens out again and say Goregek did it. Never get old.',12,0,20,0,0,0,28203,0,'Zepik'),
|
|
(28216,1,0,'Hahah! You see that? Lightning bolt hit him right in the head!',12,0,33,0,0,0,28223,0,'Zepik'),
|
|
(28216,1,1,'Good one! It not even see it coming.',12,0,33,0,0,0,28239,0,'Zepik'),
|
|
(28216,1,2,'No more play?',12,0,34,0,0,0,28241,0,'Zepik'),
|
|
(28216,2,0,'You ever fought big dragon or god or anything? Zepik like hearing stories.',12,0,12,0,0,0,28238,0,'Zepik'),
|
|
(28216,2,1,'You pretty good! Natural at hunt, like me.',12,0,12,0,0,0,28235,0,'Zepik'),
|
|
(28216,2,2,'Goregek think he the boss of everyone, but he eat too much and hunt too little.',12,0,12,0,0,0,28236,0,'Zepik'),
|
|
(28216,2,3,'Bring back good meat and the camp treat you like high-shaman for a day. Good deal.',12,0,12,0,0,0,28202,0,'Zepik'),
|
|
(28216,2,4,'Dajik forget what he doing, where he at... sometime even forget his own name. Make him not so good teacher sometimes.',12,0,13,0,0,0,28237,0,'Zepik'),
|
|
(28216,2,5,'Elder Harkek pretty good Frenzyheart. He help me a lot when I was littler and not liking Dajik.',12,0,13,0,0,0,28206,0,'Zepik'),
|
|
(28216,2,6,'Goregek never \"stumble\" into chicken hut... Goregek always have to feed his dumb belly. Always one chicken missing when we catch them all.',12,0,13,0,0,0,28233,0,'Zepik'),
|
|
(28216,2,7,'Dajik tried to show me ways of hunt, but I do better when I do things my way.',12,0,13,0,0,0,28201,0,'Zepik'),
|
|
(28216,3,0,'Eat it big-tongues!',12,0,14,0,0,0,28478,0,'Zepik'),
|
|
(28216,3,1,'Hah! Leave some for Zepik too.',12,0,14,0,0,0,28240,0,'Zepik'),
|
|
(28216,3,2,'That lake near here actually full of sea things. Not sure how it all get here... maybe in floods?',12,0,14,0,0,0,28227,0,'Zepik'),
|
|
(28216,3,3,'I think one reason I like hunting big-tongues so much... they not as dumb as the other hunts. They give a real fight.',12,0,14,0,0,0,28228,0,'Zepik'),
|
|
(28216,3,4,'Mist big-tongues are smart with their shrine thing sometimes... cover whole area with mist and it get hard to find any.',12,0,14,0,0,0,28229,0,'Zepik'),
|
|
(28216,3,5,'Hah! This the fun part!',12,0,15,0,0,0,28475,0,'Zepik'),
|
|
(28216,3,6,'Flame! Death! Destruction! The black fire rages within my heart! I must... release it! Hahah!',12,0,15,0,0,0,28242,0,'Zepik'),
|
|
(28216,4,0,'Trust me - you going love this!',12,0,100,0,0,0,28477,0,'Zepik'),
|
|
(28216,5,0,'BOOM! That so good! More! More!',12,0,100,0,0,0,28224,0,'Zepik'),
|
|
(28216,6,0,'Enjoy ride! Call me when you get there.',12,0,100,0,0,0,28881,0,'Zepik'),
|
|
(28217,0,0,'The Injured Rainspeaker Oracle rises clumsily to its feet.',16,0,100,0,0,0,27785,0,'Injured Rainspeaker Oracle'),
|
|
(28217,1,0,'You tell us when it home time.',12,0,100,0,0,0,27826,0,'Injured Rainspeaker Oracle'),
|
|
(28217,2,0,'Home not far. Come!',12,0,100,0,0,0,27753,0,'Injured Rainspeaker Oracle'),
|
|
(28217,3,0,'Thanks!',12,0,100,0,0,0,27752,0,'Injured Rainspeaker Oracle'),
|
|
(28217,4,0,'Oh no! Some puppy-men followed!',12,0,100,0,0,0,27799,0,'Injured Rainspeaker Oracle'),
|
|
(28229,0,0,'More intruders? You\'ll soon learn, no one messes with the Venture Company!',14,0,100,0,0,0,27611,0,'Venture Co. Air Patrol'),
|
|
(28244,0,0,'Now we will see why this ore is so important to the Scourge.',12,0,100,16,0,0,27746,0,'Eitrigg'),
|
|
(28244,1,0,'Korfax, what can you tell from this saronite?',12,0,100,6,0,0,27747,0,'Eitrigg'),
|
|
(28244,2,0,'Rayne, Rimblat, what about the power of nature and the elements?',12,0,100,6,0,0,27759,0,'Eitrigg'),
|
|
(28244,3,0,'Metz?',12,0,100,6,0,0,27767,0,'Eitrigg'),
|
|
(28244,4,0,'You know what.',12,0,100,25,0,0,27768,0,'Eitrigg'),
|
|
(28244,5,0,'%s dusts himself off.',16,0,100,0,0,9410,27789,0,'Eitrigg'),
|
|
(28244,6,0,'Clearly this is getting us nowhere. We need to get this saronite to Highlord Fordring for further study.',12,0,100,1,0,0,27774,0,'Eitrigg'),
|
|
(28244,7,0,'Thank you for trying, my friends. We\'ll unlock its secrets. Hopefully before it\'s too late.',12,0,100,1,0,0,27775,0,'Eitrigg'),
|
|
(28256,0,0,'So the oracle has decided to aid you, outlander. Very well, I will offer you what I know.',12,0,100,0,0,0,27697,0,'Voice of Nozronn'),
|
|
(28256,1,0,'Your companion seeks the shardhorn patriarch Farunn, who holds himself aloof from his brothers.',12,0,100,0,0,0,27698,0,'Voice of Nozronn'),
|
|
(28256,2,0,'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.',12,0,100,0,0,0,27699,0,'Voice of Nozronn'),
|
|
(28256,3,0,'Return to your companion. Tell him to go forth and claim his prize in Farunn.',12,0,100,0,0,0,27701,0,'Voice of Nozronn'),
|
|
(28256,4,0,'Once he has done so, tell him to leave this land in peace. He does not belong here.',12,0,100,0,0,0,27702,0,'Voice of Nozronn'),
|
|
(28284,0,0,'Oh, these are sticky! I wonder how they shoot the webbing?',12,0,100,0,0,0,27734,0,'Specialist Cogwheel'),
|
|
(28284,1,0,'ACK! Oh no, I webbed myself! It\'s sticky. MY HAIR!',12,0,100,15,0,6906,27735,0,'Specialist Cogwheel'),
|
|
(28284,2,0,'Okay! Let me just see if I can fashion these disgusting parts into something useful.',12,0,100,0,0,0,27736,0,'Specialist Cogwheel'),
|
|
(28284,3,0,'Eureka!',12,0,100,4,0,0,27737,0,'Specialist Cogwheel'),
|
|
(28313,0,0,'Longrunner, your fodder... err, people will be a valuable resource against the vrykul. Did I say resource? I meant, \'ally.\' ',12,1,100,25,0,0,27727,0,'Apothecary Scyllis'),
|
|
(28315,0,0,'Frenzyheart kill you if you come back. You no welcome here no more!',12,0,100,0,0,0,27837,0,'vekjik SAY_TEXTID_VEKJIK1'),
|
|
(28317,0,0,'%s sniffs the air, catching the scent of something unusual.',16,0,100,0,0,0,27731,0,'Bushwhacker'),
|
|
(28325,0,0,'You hear a low guttural growl from nearby.',16,0,100,0,0,0,27831,0,'Ravenous Mangal Crocolisk'),
|
|
(28327,0,0,'Shaman Vekjik comes out of the underbrush nearby.',16,0,100,0,0,0,27738,0,'Shaman Vekjik'),
|
|
(28327,1,0,'You help Rainspeaker! I saw you help Rainspeaker! Traitor thing!',12,0,100,0,0,0,27739,0,'Shaman Vekjik'),
|
|
(28327,2,0,'If you want to be friends with big-tongues, you not friends with Frenzyheart! I tell village! We no trust you anymore!',12,0,100,0,0,0,27740,0,'Shaman Vekjik'),
|
|
(28327,3,0,'Shaman Vekjik scurries off towards Frenzyheart Hill.',16,0,100,0,0,0,27741,0,'Shaman Vekjik'),
|
|
(28328,0,0,'The only thing hurt is your pride, lad. Buck up!',12,0,100,11,0,0,27765,0,'Drostan to Lucky Wilhelm'),
|
|
(28328,0,1,'Stop whining. You\'ve still got your luck.',12,0,100,11,0,0,27764,0,'Drostan to Lucky Wilhelm'),
|
|
(28328,0,2,'Bah, it\'s an improvement.',12,0,100,0,0,0,27762,0,'Drostan to Lucky Wilhelm'),
|
|
(28328,0,3,'Calm down, lad, it\'s just birdshot!',12,0,100,0,0,0,27761,0,'Drostan to Lucky Wilhelm'),
|
|
(28328,1,0,'Remember, $n, this is no sprint. The true test of a hunter tests his endurance over the course of a long expedition.',12,0,100,0,0,0,29924,0,'Drostan'),
|
|
(28347,0,0,'Wright, have you finished that new concoction you\'ve been working on? I\'m tired of these spores filling up my shop!',12,0,100,0,0,0,27804,0,'Miles Sidney'),
|
|
(28347,1,0,'Then put twice as much in next time!',12,0,100,0,0,0,27805,0,'Miles Sidney'),
|
|
(28347,2,0,'Remember, kid: You\'re always more wrong than you think you are. Double It!',12,0,100,0,0,0,27807,0,'Miles Sidney'),
|
|
(28347,3,0,'Only put half as much in next time.',12,0,100,0,0,0,27806,0,'Miles Sidney'),
|
|
(28347,4,0,'That\'s what you always say. Sometimes I think you\'re never going to finish that thing.',12,0,100,0,0,0,27810,0,'Miles Sidney'),
|
|
(28347,5,0,'Greetings.',12,7,100,3,0,0,43337,0,'Miles Sidney'),
|
|
(28347,5,1,'Greetings, $c.',12,7,100,3,0,0,43330,0,'Miles Sidney'),
|
|
(28347,5,2,'Greetings! Please have a look around.',12,7,100,3,0,0,43333,0,'Miles Sidney'),
|
|
(28347,5,3,'Let me know if you need help finding anything, $c.',12,7,100,3,0,0,43335,0,'Miles Sidney'),
|
|
(28347,5,4,'Welcome. May I help you find something?',12,7,100,3,0,0,43336,0,'Miles Sidney'),
|
|
(28355,0,0,'Sir, our customers are complaining that there\'s not enough Maiden\'s Anguish in our Deadly Poisons.',12,0,100,0,0,0,27801,0,'Wright Williams'),
|
|
(28355,1,0,'Sir, I think we were close with the Lethargy Root in that last poison recipe.',12,0,100,0,0,0,27803,0,'Wright Williams'),
|
|
(28355,2,0,'I\'m working on it, I just don\'t want to sell it until I\'m happy with it. It shouldn\'t be long.',12,0,100,0,0,0,27808,0,'Wright Williams'),
|
|
(28355,3,0,'Sir, our customers are complaining that there\'s too much Deathweed in our Anesthetics.',12,0,100,0,0,0,27802,0,'Wright Williams'),
|
|
(28357,0,0,'This one...',12,0,100,25,0,0,27876,0,'Instructor Razuvious'),
|
|
(28357,1,0,'The Lich King will be pleased with this initiate.',12,0,100,5,0,0,27869,0,'Instructor Razuvious'),
|
|
(28357,1,1,'Amidst the wretch, a champion has been found.',12,0,100,5,0,0,27870,0,'Instructor Razuvious'),
|
|
(28357,1,2,'CHAOS! DOOM! DESTRUCTION! This one will claim them all!',12,0,100,5,0,0,27871,0,'Instructor Razuvious'),
|
|
(28357,1,3,'Marvel at its tenacity and vigor! A champion has been found!',12,0,100,5,0,0,27868,0,'Instructor Razuvious'),
|
|
(28357,1,4,'A harbinger of death is reborn...',12,0,100,5,0,0,27872,0,'Instructor Razuvious'),
|
|
(28357,2,0,'Place upon it the trappings befitting a herald of Arthas.',12,0,100,1,0,0,27873,0,'Instructor Razuvious'),
|
|
(28357,3,0,'Stand and be measured! Rise, for your master awaits your arrival. Go now!',12,0,100,5,0,0,27883,0,'Instructor Razuvious'),
|
|
(28357,3,1,'Listen, death knight... Listen for the voice of your master. He calls to you now.',12,0,100,5,0,0,27884,0,'Instructor Razuvious'),
|
|
(28357,4,0,'Pathetic...',12,0,100,1,0,0,27865,0,'Instructor Razuvious'),
|
|
(28357,4,1,'Useless...',12,0,100,1,0,0,27862,0,'Instructor Razuvious'),
|
|
(28357,4,2,'Another failure...',12,0,100,1,0,0,27861,0,'Instructor Razuvious'),
|
|
(28357,4,3,'This one has awoken too soon. It retains emotion and memory...',12,0,100,1,0,0,27864,0,'Instructor Razuvious'),
|
|
(28357,5,0,'You have been measured and found wanting...',12,0,100,25,0,0,27866,0,'Instructor Razuvious'),
|
|
(28357,6,0,'Dispose of it...',12,0,100,1,0,0,27867,0,'Instructor Razuvious'),
|
|
(28374,0,0,'I\'m not here to be the keeper of your hatchlings, Dorian. I\'m doing research of my own, as well.',12,0,100,0,0,0,28893,0,'Zootfizzle'),
|
|
(28374,1,0,'No, not the cogs! Anything but the cogs!',12,0,100,0,0,0,28895,0,'Zootfizzle'),
|
|
(28376,0,0,'Well, I don\'t know. I was here tending the fire and discussing the drawbacks of cogs with Zootfizzle. That\'s pretty epic, too, in its own way.',12,0,100,0,0,0,28037,0,'Dorian'),
|
|
(28376,1,0,'It\'s your lucky day, Zootfizzle. $n has brought back more hatchlings for you.',12,0,100,0,0,0,28892,0,'Dorian'),
|
|
(28376,2,0,'Well, you can always go back to the camp and help Weslex with all his cogs...',12,0,100,0,0,0,28894,0,'Dorian'),
|
|
(28383,0,0,'Yes, instructor.',12,0,100,1,0,0,27874,0,'Acherus Necromancer'),
|
|
(28383,0,1,'Right away, instructor.',12,0,100,1,0,0,27881,0,'Acherus Necromancer'),
|
|
(28383,1,0,'Rise, minions. Rise and feast upon the weak!',12,0,100,22,0,0,27875,0,'Acherus Necromancer'),
|
|
(28391,0,0,'I return from the grave to do my master\'s bidding.',12,0,100,0,0,0,27880,0,'Death Knight Initiate'),
|
|
(28391,0,1,'The voice... such splendor... Arthas... My king....',12,0,100,0,0,0,27879,0,'Death Knight Initiate'),
|
|
(28391,0,2,'Reborn, I shall become an instrument of doom...',12,0,100,0,0,0,27878,0,'Death Knight Initiate'),
|
|
(28391,0,3,'Dark energy courses through me... Such power! I hunger for more!',12,0,100,0,0,0,27877,0,'Death Knight Initiate'),
|
|
(28391,1,0,'Death to all that oppose us!',12,0,100,66,0,0,27888,0,'Death Knight Initiate'),
|
|
(28391,1,1,'Victory to the Scourge!',12,0,100,66,0,0,27887,0,'Death Knight Initiate'),
|
|
(28391,1,2,'I live only to serve the Lich King!',12,0,100,66,0,0,27886,0,'Death Knight Initiate'),
|
|
(28391,1,3,'As you command, instructor!',12,0,100,66,0,0,27885,0,'Death Knight Initiate'),
|
|
(28391,2,0,'Woe unto those that dare oppose the Scourge!',12,0,100,66,0,0,30176,0,'Death Knight Initiate'),
|
|
(28391,2,1,'I am reborn, my king, only to serve you.',12,0,100,66,0,0,30179,0,'Death Knight Initiate'),
|
|
(28391,2,2,'I am an instrument of your destruction, my king! Command me!',12,0,100,66,0,0,30175,0,'Death Knight Initiate'),
|
|
(28391,2,3,'Our enemies will be annihilated!',12,0,100,66,0,0,30177,0,'Death Knight Initiate'),
|
|
(28391,2,4,'A thousand-thousand lives I will sacrifice for you, my lord.',12,0,100,66,0,0,30172,0,'Death Knight Initiate'),
|
|
(28391,2,5,'I am yours to command, my king!',12,0,100,66,0,0,30173,0,'Death Knight Initiate'),
|
|
(28391,2,6,'There will be no survivors, my lord.',12,0,100,66,0,0,30180,0,'Death Knight Initiate'),
|
|
(28391,2,7,'My king, the world will tremble in reverence...',12,0,100,66,0,0,30174,0,'Death Knight Initiate'),
|
|
(28394,0,0,'Where am I? What is this place?',12,0,100,0,0,0,27856,0,'Death Knight Initiate'),
|
|
(28394,0,1,'Who... who are you? Who... what am I?',12,0,100,0,0,0,27858,0,'Death Knight Initiate'),
|
|
(28394,0,2,'I hurt... suffering unbearable... end my pain... I beg of you!',12,0,100,0,0,0,27859,0,'Death Knight Initiate'),
|
|
(28394,0,3,'I... I have awoken to a nightmare?',12,0,100,0,0,0,27857,0,'Death Knight Initiate'),
|
|
(28401,0,0,'$n, please come to me. I\'m here in Zim\'Torga now.',15,0,100,0,0,0,28947,0,'Har\'koa'),
|
|
(28401,1,0,'No, not Akali too!',15,0,100,0,0,0,29237,0,'Har\'koa'),
|
|
(28406,0,0,'No potions!',12,0,100,0,0,0,29265,0,'dk initiate SAY_DUEL_A'),
|
|
(28406,0,1,'Remember this day, $n, for it is the day that you will be thoroughly owned.',12,0,100,0,0,0,29270,0,'dk initiate SAY_DUEL_B'),
|
|
(28406,0,2,'I\'m going to tear your heart out, cupcake!',12,0,100,0,0,0,29263,0,'dk initiate SAY_DUEL_C'),
|
|
(28406,0,3,'I\'m going to tear your heart out, cupcake!',12,0,100,0,0,0,29263,0,'dk initiate SAY_DUEL_D'),
|
|
(28406,0,4,'Here come the tears...',12,0,100,0,0,0,29264,0,'dk initiate SAY_DUEL_E'),
|
|
(28406,0,5,'You have challenged death itself!',12,0,100,0,0,0,29262,0,'dk initiate SAY_DUEL_F'),
|
|
(28406,0,6,'The Lich King will see his true champion on this day!',12,0,100,0,0,0,29268,0,'dk initiate SAY_DUEL_G'),
|
|
(28406,0,7,'You\'re going down!',12,0,100,0,0,0,29266,0,'dk initiate SAY_DUEL_H'),
|
|
(28406,0,8,'You don\'t stand a chance, $n.',12,0,100,0,0,0,29267,0,'dk initiate SAY_DUEL_I'),
|
|
(28406,1,0,'The duel will begin in...',42,0,100,0,0,0,29258,0,'dk initiate SAY_DUEL+1'),
|
|
(28406,2,0,'3...',42,0,100,0,0,0,29259,0,'dk initiate SAY_DUEL+2'),
|
|
(28406,3,0,'2...',42,0,100,0,0,0,29260,0,'dk initiate SAY_DUEL+3'),
|
|
(28406,4,0,'1...',42,0,100,0,0,0,29261,0,'dk initiate SAY_DUEL+4'),
|
|
(28415,0,0,'Ugh...',12,0,100,0,0,0,27890,0,'Captive Footman'),
|
|
(28415,0,1,'I am in your debt, friend.',12,0,100,0,0,0,27899,0,'Captive Footman'),
|
|
(28415,0,2,'I thought I was done for!',12,0,100,0,0,0,27897,0,'Captive Footman'),
|
|
(28416,0,0,'I will not simply lay here and allow you to slay me! You will have to earn your right to draw another breath if you want to kill me, mortal!',14,0,100,0,0,478,28544,0,'Rhunok to Player'),
|
|
(28444,0,0,'%s calls upon the mighty armies of the Scourge!',42,0,100,1,0,0,28683,0,'Highlord Darion Morgraine'),
|
|
(28444,1,0,'Armies of the Scourge, hear my call! The scarlet apocalypse has begun! Tear this land asunder and leave only death in your wake!',14,0,100,1,0,0,28684,0,'Highlord Darion Morgraine'),
|
|
(28451,0,0,'What a fight you missed, Dorian! It was one for the ages!',12,0,100,0,0,0,28026,0,'Hemet'),
|
|
(28451,1,0,'There we were, riding into battle at full speed on the back of Stampy...',12,0,100,0,0,0,28027,0,'Hemet'),
|
|
(28451,2,0,'Everything was shaking all over the place. I could hardly steady my gun.',12,0,100,0,0,0,28028,0,'Hemet'),
|
|
(28451,3,0,'And then we saw her, the fearsome beast!',12,0,100,0,0,0,28029,0,'Hemet'),
|
|
(28451,4,0,'It took all of $n\'s skill to maintain control of Stampy.',12,0,100,0,0,0,28030,0,'Hemet'),
|
|
(28451,5,0,'The battle was a haze of blood, lead, and sweat. The broodmother\'s attacks came faster and faster!',12,0,100,0,0,0,28032,0,'Hemet'),
|
|
(28451,6,0,'But, in the end, $n and I prevailed through our wits and teamwork. And now we have this glorious trophy as a memento of our victory.',12,0,100,0,0,0,28033,0,'Hemet'),
|
|
(28451,7,0,'Do I detect a bit of jealousy, Dorian?',12,0,100,0,0,0,28036,0,'Hemet'),
|
|
(28472,0,0,'As disciples of blood, you strive to master the very lifeforce of your enemies.',12,0,100,1,0,0,29867,0,'Lord Thorval'),
|
|
(28472,1,0,'Be it by blade or incantation, blood feeds our attacks and weakens our foes.',12,0,100,1,0,0,29868,0,'Lord Thorval'),
|
|
(28472,2,0,'True masters learn to make blood serve more than just their strength in battle.',12,0,100,1,0,0,29869,0,'Lord Thorval'),
|
|
(28472,3,0,'Stripping energy from our foes, both fighting and fallen, allows us to persevere where lesser beigns falls exhausted.',12,0,100,1,0,0,29870,0,'Lord Thorval'),
|
|
(28472,4,0,'And every foe that falls, energy sapped and stolen, only further fuels our assault.',12,0,100,1,0,0,29871,0,'Lord Thorval'),
|
|
(28472,5,0,'As masters of blood, we know battle without end...',12,0,100,1,0,0,29872,0,'Lord Thorval'),
|
|
(28472,6,0,'We know hunger never to be quenched...',12,0,100,1,0,0,29873,0,'Lord Thorval'),
|
|
(28472,7,0,'We know power never to be overcome...',12,0,100,1,0,0,29874,0,'Lord Thorval'),
|
|
(28472,8,0,'As masters of blood, we are masters of life and death itself. Agains us, even hope falls drained and lifeless.',12,0,100,1,0,0,29875,0,'Lord Thorval'),
|
|
(28473,0,0,'You leave your material body behind!',42,0,100,0,0,0,28025,0,'Material You'),
|
|
(28479,0,0,'Gods of old, we beseech you. What must we do? How can we save the gods of this land?',15,0,100,6,0,0,28431,0,'Witch Doctor Khufu'),
|
|
(28486,0,0,'M-mistress... might I b-brush your mighty steed...?',12,0,100,0,0,0,28098,0,'Squire Edwards'),
|
|
(28486,0,1,'M-mistress... may I p-polish your armor...?',12,0,100,0,0,0,28097,0,'Squire Edwards'),
|
|
(28486,0,2,'M-mistress... did you n-need more corpse dust, p-perhaps...?',12,0,100,0,0,0,28100,0,'Squire Edwards'),
|
|
(28486,1,0,'Yes, M-mistress...',12,0,100,0,0,0,28101,0,'Squire Edwards'),
|
|
(28494,0,0,'Death to the Zandalari and their puppets! Nothing can stop us now!',14,0,100,15,0,0,28126,0,'Kutube\'sa'),
|
|
(28495,0,0,'Kill them! Kill them all and take back Zim\'Torga!',14,0,100,15,0,0,28124,0,'Gawanil'),
|
|
(28496,0,0,'Hah! You\'ll not get my treasure!',14,0,100,15,0,0,28123,0,'Chulo the Mad'),
|
|
(28498,0,0,'You have done well, Drakuru.',12,0,100,396,0,14749,28130,0,'The Lich King'),
|
|
(28498,1,0,'Your betrayal of the Drakkari Empire has borne me a new army.',12,0,100,396,0,14750,28131,0,'The Lich King'),
|
|
(28498,2,0,'Your army....',12,0,100,0,0,14751,28133,0,'The Lich King'),
|
|
(28498,3,0,'Arise, and accept my gift.',12,0,100,396,0,14752,28134,0,'The Lich King'),
|
|
(28498,4,0,'I charge you now with the cleansing of Zul\'Drak, Drakuru.',12,0,100,397,0,14753,28416,0,'The Lich King'),
|
|
(28498,5,0,'Fail me and it shall be your undoing...',12,0,100,396,0,14754,28417,0,'The Lich King'),
|
|
(28498,6,0,'Succeed, and even greater power shall be yours!',12,0,100,396,0,14755,28418,0,'The Lich King'),
|
|
(28498,7,0,'You have failed me, Drakuru!',12,0,100,396,0,14762,29986,0,'The Lich King'),
|
|
(28498,8,0,'It is you who should suffer. Be content that your death is a quick one....',12,0,100,397,0,14763,29982,0,'The Lich King'),
|
|
(28498,9,0,'As for you...',12,0,100,397,0,14764,29983,0,'The Lich King'),
|
|
(28498,10,0,'I spare your insignificant life as a reward for this amusing betrayal. There may yet be a shred of potential in you.',12,0,100,396,0,14765,29984,0,'The Lich King'),
|
|
(28498,11,0,'Be warned...',12,0,100,396,0,14766,29989,0,'The Lich King'),
|
|
(28498,12,0,'When next we meet I shall require much more to justify your life.',12,0,100,396,0,14767,29985,0,'The Lich King'),
|
|
(28511,0,0,'The Eye of Acherus launches towards its destination.',42,0,100,0,0,0,28507,0,'Eye of Acherus'),
|
|
(28511,1,0,'The Eye of Acherus is in your control.',42,0,100,0,0,0,28465,0,'Eye of Acherus'),
|
|
(28514,0,0,'But try they must or all will be lost. The Drakkari will be the death of both themselves and their gods!',12,0,100,0,0,473,28435,0,'Nalorakk'),
|
|
(28515,0,0,'The spotted one must be sought. Their fates are entwined.',12,0,100,0,0,9919,28432,0,'Jan\'alai'),
|
|
(28516,0,0,'But she is chained. A way must be found to free her.',12,0,100,0,0,12196,28433,0,'Akil\'zon'),
|
|
(28517,0,0,'To her altar this mortal must travel. What they must do will not be easy. In the end it may prove impossible.',12,0,100,0,0,643,28434,0,'Halazzi'),
|
|
(28518,0,0,'Not sure how ol\' Nass always finds his way back here. Must be by smell....',12,0,100,0,0,0,28440,0,'Stefan Vadu'),
|
|
(28521,0,0,'Let\'s go to Zul\'Drak he says. We can get to the bottom of this mess, he says...',12,0,33,0,0,0,28463,0,'Nass'),
|
|
(28521,0,1,'One more lock of scourge hair gained, one more shred of dignity lost....',12,0,33,0,0,0,28458,0,'Nass'),
|
|
(28521,0,2,'Are we finished yet?',12,0,33,0,0,0,28457,0,'Nass'),
|
|
(28529,0,0,'Death stalks us! Destroy it!',12,0,100,0,0,0,28488,0,'Scarlet Crusader'),
|
|
(28529,0,1,'Begone foul demon!',12,0,100,0,0,0,28489,0,'Scarlet Crusader'),
|
|
(28529,0,2,'\'Tis the work of the Scourge!',12,0,100,0,0,0,28490,0,'Scarlet Crusader'),
|
|
(28529,0,3,'Scourge! Do not let it escape!',12,0,100,0,0,0,28491,0,'Scarlet Crusader'),
|
|
(28532,0,0,'Indeed. Watch this, $r.',12,0,100,1,0,0,28760,0,'Bloodrose Datura'),
|
|
(28532,1,0,'Here, troll... a gift!',12,0,100,0,0,0,28505,0,'Bloodrose Datura'),
|
|
(28532,2,0,'Ugh... disgusting!',12,0,100,0,0,0,28509,0,'Bloodrose Datura'),
|
|
(28534,0,0,'It is not yet your time, champion. Rise! Rise and fight once more!',15,0,100,0,0,0,28497,0,'Valkyr Battle Maiden'),
|
|
(28541,0,0,'For me? Really, mon?',12,0,100,6,0,0,28511,0,'Captured Drakkari Scout'),
|
|
(28541,1,0,'It....it be beautiful!',12,0,100,5,0,0,28512,0,'Captured Drakkari Scout'),
|
|
(28546,0,0,'You wish to confront the master? You must first weather the storm!',14,0,100,0,0,14453,30528,0,'Ionar'),
|
|
(28546,1,0,'The slightest spark shall be your undoing.',14,0,100,0,0,14454,30529,0,'Ionar'),
|
|
(28546,1,1,'No one is safe!',14,0,100,0,0,14455,30530,0,'Ionar'),
|
|
(28546,2,0,'Shocking, I know.',14,0,100,0,0,14456,30531,0,'Ionar'),
|
|
(28546,2,1,'You attempt the impossible.',14,0,100,0,0,14457,30532,0,'Ionar'),
|
|
(28546,2,2,'Your spark of life is... extinguished.',14,0,100,0,0,14458,30533,0,'Ionar'),
|
|
(28546,3,0,'Master... you have guests.',14,0,100,0,0,14459,30534,0,'Ionar'),
|
|
(28557,0,0,'Ungh... I... I think I pooped...',12,0,100,0,0,0,29015,0,'Scarlet Peasant'),
|
|
(28557,0,1,'I... I got a sick grandma at home... I... I\'m all she\'s got, $g mister:miss;.',12,0,100,0,0,0,29016,0,'Scarlet Peasant'),
|
|
(28557,0,2,'I picked the wrong week to quit drinkin\'!',12,0,100,0,0,0,29014,0,'Scarlet Peasant'),
|
|
(28557,0,3,'I\'ve got five kids, $g man:lady;! They\'ll die without me!',12,0,100,0,0,0,29012,0,'Scarlet Peasant'),
|
|
(28557,0,4,'You don\'t have to do this! Nobody has to die!',12,0,100,0,0,0,29013,0,'Scarlet Peasant'),
|
|
(28557,0,5,'Please, no! Spare me!',12,0,100,0,0,0,29009,0,'Scarlet Peasant'),
|
|
(28557,0,6,'Don\'t kill me! I only took this job for the benefits!',12,0,100,0,0,0,29010,0,'Scarlet Peasant'),
|
|
(28557,0,7,'Let me live! I\'ll do whatever you say!',12,0,100,0,0,0,29011,0,'Scarlet Peasant'),
|
|
(28563,0,0,'The structure above begins to hum with energy.',42,0,0,0,0,0,28536,0,'Freya\'s Presence - On Call of the Lifewarden cast'),
|
|
(28566,0,0,'Beginning the distillation in 5 seconds.',12,0,100,0,0,0,28514,0,'Tipsy McManus'),
|
|
(28566,1,0,'Add another orange! Quickly!',12,0,100,25,0,0,28515,0,'Tipsy McManus'),
|
|
(28566,2,0,'Put a papaya in the still!',12,0,100,25,0,0,28517,0,'Tipsy McManus'),
|
|
(28566,3,0,'Add bananas!',12,0,100,25,0,0,28516,0,'Tipsy McManus'),
|
|
(28566,4,0,'Pressure\'s too high! Open the pressure valve!',12,0,100,5,0,0,28519,0,'Tipsy McManus'),
|
|
(28566,5,0,'The still needs heat! Light the brazier!',12,0,100,5,0,0,28518,0,'Tipsy McManus'),
|
|
(28566,6,0,'Good job! Keep your eyes open, now.',12,0,100,4,0,0,28534,0,'Tipsy McManus'),
|
|
(28566,6,1,'That\'ll do. Never know what it\'ll need next...',12,0,100,4,0,0,28535,0,'Tipsy McManus'),
|
|
(28566,6,2,'Nicely handled! Stay on your toes!',12,0,100,4,0,0,28533,0,'Tipsy McManus'),
|
|
(28566,6,3,'Well done! Be ready for anything!',12,0,100,4,0,0,28524,0,'Tipsy McManus'),
|
|
(28566,7,0,'It\'s no good! I\'m shutting it down...',12,0,100,0,0,0,28523,0,'Tipsy McManus'),
|
|
(28566,8,0,'We\'ve done it! Come get the cask.',12,0,100,0,0,0,28521,0,'Tipsy McManus'),
|
|
(28568,0,0,'Sure!',12,0,100,273,0,0,28546,0,'Tamara Wobblesprocket'),
|
|
(28568,1,0,'Oh my...',12,0,100,92,0,0,30307,0,'Tamara Wobblesprocket'),
|
|
(28568,2,0,'Tastes like I\'m drinking... engine degreaser!',12,0,100,1,0,0,28548,0,'Tamara Wobblesprocket'),
|
|
(28575,0,0,'Filthy $r intruder. DIE!',12,0,100,0,0,0,28539,0,'Rhunok\'s Tormentor'),
|
|
(28575,0,1,'If Rhunok regains his strength, we all die!',12,0,100,0,0,0,27908,0,'Rhunok\'s Tormentor'),
|
|
(28575,0,2,'There are intruders about. Slay them before they ruin everything!',12,0,100,0,0,0,27910,0,'Rhunok\'s Tormentor'),
|
|
(28575,0,3,'The bear god must be kept enfeebled so that the prophet can finish the ritual.',12,0,100,0,0,0,27909,0,'Rhunok\'s Tormentor'),
|
|
(28575,0,4,'Keep him weak!',12,0,100,0,0,0,27907,0,'Rhunok\'s Tormentor'),
|
|
(28576,0,0,'Come then, death knight!',12,0,100,0,0,0,28790,0,'Citizen of Havenshire'),
|
|
(28576,0,1,'Die Scourge dog! DIE!',12,0,100,0,0,0,28789,0,'Citizen of Havenshire'),
|
|
(28576,0,2,'DIE!',12,0,100,0,0,0,28793,0,'Citizen of Havenshire'),
|
|
(28576,0,3,'I won\'t go down that easy!',12,0,100,0,0,0,28788,0,'Citizen of Havenshire'),
|
|
(28576,0,4,'You\'re not taking me without a fight!',12,0,100,0,0,0,28787,0,'Citizen of Havenshire'),
|
|
(28576,1,0,'Have mercy, $gsir:madam;!',12,0,100,0,0,0,28767,0,'Citizen of Havenshire'),
|
|
(28576,1,1,'No! Please! I... I have children! I... I...',12,0,100,0,0,0,28764,0,'Citizen of Havenshire'),
|
|
(28576,1,2,'P... Please don\'t...',12,0,100,0,0,0,28763,0,'Citizen of Havenshire'),
|
|
(28576,1,3,'Spare my life! I will leave this place forever! Please!',12,0,100,0,0,0,28765,0,'Citizen of Havenshire'),
|
|
(28576,2,0,'I almost... made it...',12,0,100,0,0,0,28768,0,'Citizen of Havenshire'),
|
|
(28576,2,1,'May the Light take mercy on your soul, death knight.',12,0,100,0,0,0,28766,0,'Citizen of Havenshire'),
|
|
(28576,2,2,'Why?',12,0,100,0,0,0,28770,0,'Citizen of Havenshire'),
|
|
(28576,2,3,'You make my children orphans on this day, fiend!',12,0,100,0,0,0,28769,0,'Citizen of Havenshire'),
|
|
(28576,2,4,'You may take my life, but you won\'t take my freedom!',12,0,100,0,0,0,28792,0,'Citizen of Havenshire'),
|
|
(28577,0,0,'Come then, death knight!',12,0,100,0,0,0,28790,0,'Citizen of Havenshire'),
|
|
(28577,0,1,'Die Scourge dog! DIE!',12,0,100,0,0,0,28789,0,'Citizen of Havenshire'),
|
|
(28577,0,2,'DIE!',12,0,100,0,0,0,28793,0,'Citizen of Havenshire'),
|
|
(28577,0,3,'I won\'t go down that easy!',12,0,100,0,0,0,28788,0,'Citizen of Havenshire'),
|
|
(28577,0,4,'You\'re not taking me without a fight!',12,0,100,0,0,0,28787,0,'Citizen of Havenshire'),
|
|
(28577,1,0,'Have mercy, $gsir:madam;!',12,0,100,0,0,0,28767,0,'Citizen of Havenshire'),
|
|
(28577,1,1,'No! Please! I... I have children! I... I...',12,0,100,0,0,0,28764,0,'Citizen of Havenshire'),
|
|
(28577,1,2,'P... Please don\'t...',12,0,100,0,0,0,28763,0,'Citizen of Havenshire'),
|
|
(28577,1,3,'Spare my life! I will leave this place forever! Please!',12,0,100,0,0,0,28765,0,'Citizen of Havenshire'),
|
|
(28577,2,0,'I almost... made it...',12,0,100,0,0,0,28768,0,'Citizen of Havenshire'),
|
|
(28577,2,1,'May the Light take mercy on your soul, death knight.',12,0,100,0,0,0,28766,0,'Citizen of Havenshire'),
|
|
(28577,2,2,'Why?',12,0,100,0,0,0,28770,0,'Citizen of Havenshire'),
|
|
(28577,2,3,'You make my children orphans on this day, fiend!',12,0,100,0,0,0,28769,0,'Citizen of Havenshire'),
|
|
(28577,2,4,'You may take my life, but you won\'t take my freedom!',12,0,100,0,0,0,28792,0,'Citizen of Havenshire'),
|
|
(28579,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hardened Steel Berserker'),
|
|
(28586,0,0,'I am the greatest of my father\'s sons! Your end has come!',14,0,100,0,0,14149,31407,0,'General Bjarngrim'),
|
|
(28586,1,0,'Give me your worst!',14,0,100,0,0,14150,31408,0,'General Bjarngrim'),
|
|
(28586,2,0,'Defend yourself, for all the good it will do!',14,0,100,0,0,14151,31409,0,'General Bjarngrim'),
|
|
(28586,3,0,'GRAAAAAH! Behold the fury of iron and steel!',14,0,100,0,0,14152,31410,0,'General Bjarngrim'),
|
|
(28586,4,0,'So ends your curse.',14,0,100,0,0,14153,31411,0,'General Bjarngrim'),
|
|
(28586,4,1,'Flesh... is... weak!',14,0,100,0,0,14154,31412,0,'General Bjarngrim'),
|
|
(28586,4,2,'...',14,0,100,0,0,14155,38461,0,'General Bjarngrim'),
|
|
(28586,5,0,'How can it be...? Flesh is not... stronger!',14,0,100,0,0,14156,31414,0,'General Bjarngrim'),
|
|
(28586,6,0,'%s switches to Defensive Stance!',41,0,100,0,0,0,29834,0,'General Bjarngrim'),
|
|
(28586,7,0,'%s switches to Battle Stance!',41,0,100,0,0,0,29832,0,'General Bjarngrim'),
|
|
(28586,8,0,'%s switches to Berserker Stance!',41,0,100,0,0,0,29833,0,'General Bjarngrim'),
|
|
(28587,0,0,'It is you who have destroyed my children? You... shall... pay!',14,0,100,0,0,13960,31415,0,'Volkhan'),
|
|
(28587,1,0,'Life from lifelessness... death for you.',14,0,100,0,0,13961,31416,0,'Volkhan'),
|
|
(28587,1,1,'Nothing is wasted in the process. You will see....',14,0,100,0,0,13962,31417,0,'Volkhan'),
|
|
(28587,2,0,'I will crush you beneath my boots!',14,0,100,0,0,13963,31418,0,'Volkhan'),
|
|
(28587,2,1,'All my work... undone!',14,0,100,0,0,13964,31419,0,'Volkhan'),
|
|
(28587,3,0,'The armies of iron will conquer all!',14,0,100,0,0,13965,31420,0,'Volkhan'),
|
|
(28587,3,1,'Feh! Pathetic!',14,0,100,0,0,13966,31421,0,'Volkhan'),
|
|
(28587,3,2,'You have cost me too much work!',14,0,100,0,0,13967,31422,0,'Volkhan'),
|
|
(28587,4,0,'The master was right... to be concerned.',14,0,100,0,0,13968,31423,0,'Volkhan'),
|
|
(28587,5,0,'%s runs to his anvil!',41,0,100,0,0,0,32214,0,'Volkhan'),
|
|
(28587,6,0,'%s prepares to shatter his Brittle Golems!',41,0,100,0,0,0,29823,0,'Volkhan'),
|
|
(28601,0,0,'Fool! You led us to the only being that could stand up to our armies! You will never bring the Etymidian back to Northrend!',12,0,100,25,0,0,29968,0,'High Cultist Herenn'),
|
|
(28604,0,0,'Ouch! Watch where you\'re tugging!',12,0,100,5,0,0,28592,0,'adventurous dwarf SAY_DWARF_OUCH'),
|
|
(28604,1,0,'Glad I could help!',12,0,100,3,0,0,28593,0,'adventurous dwarf SAY_DWARF_HELP'),
|
|
(28605,0,0,'Brr...',12,0,0,0,0,0,0,0,''),
|
|
(28606,1,0,'Brrr..',12,0,0,0,0,0,0,0,'Horse'),
|
|
(28607,0,0,'Brr...',12,0,0,0,0,0,0,0,''),
|
|
(28608,0,0,'The Crusade will be victorious!',12,0,100,0,0,0,29717,0,'Scarlet Medic'),
|
|
(28608,0,1,'Let the purging begin!',12,0,100,0,0,0,29720,0,'Scarlet Medic'),
|
|
(28608,0,2,'You\'re not welcome in these lands, monster!',12,0,100,0,0,0,29719,0,'Scarlet Medic'),
|
|
(28608,0,3,'Scourge filth! DIE!',12,0,100,0,0,0,28597,0,'Scarlet Medic - On Aggro'),
|
|
(28608,0,4,'I will present your head to Abbendis myself!',12,0,100,0,0,0,28599,0,'Scarlet Medic - On Aggro'),
|
|
(28608,0,5,'By the Light be cleansed!',12,0,100,0,0,0,28602,0,'Scarlet Medic - On Aggro'),
|
|
(28609,0,0,'The Crusade will be victorious!',12,0,100,0,0,0,29717,0,'Scarlet Infantryman'),
|
|
(28609,0,1,'Let the purging begin!',12,0,100,0,0,0,29720,0,'Scarlet Infantryman'),
|
|
(28609,0,2,'You\'re not welcome in these lands, monster!',12,0,100,0,0,0,29719,0,'Scarlet Infantryman'),
|
|
(28609,0,3,'Scourge filth! DIE!',12,0,100,0,0,0,28597,0,'Scarlet Infantryman - On Aggro'),
|
|
(28609,0,4,'I will present your head to Abbendis myself!',12,0,100,0,0,0,28599,0,'Scarlet Infantryman - On Aggro'),
|
|
(28609,0,5,'By the Light be cleansed!',12,0,100,0,0,0,28602,0,'Scarlet Infantryman - On Aggro'),
|
|
(28610,0,0,'You\'re not welcome in these lands, monster!',12,0,100,0,0,0,29713,0,'Scarlet Marksman'),
|
|
(28610,0,1,'By the Light be cleansed!',12,0,100,0,0,0,29715,0,'Scarlet Marksman'),
|
|
(28610,0,2,'Let the purging begin!',12,0,100,0,0,0,29714,0,'Scarlet Marksman'),
|
|
(28610,0,3,'Scourge filth! DIE!',12,0,100,0,0,0,29716,0,'Scarlet Marksman'),
|
|
(28610,0,4,'The Crusade will be victorious!',12,0,100,0,0,0,29717,0,'Scarlet Marksman'),
|
|
(28610,1,0,'You\'ll be hanging in the gallows shortly, Scourge fiend!',12,0,100,0,0,0,29160,0,'crusader SAY_CRUSADER1'),
|
|
(28610,1,1,'You\'ll have to kill me, monster. I will tell you NOTHING!',12,0,100,0,0,0,29142,0,'crusader SAY_CRUSADER2'),
|
|
(28610,1,2,'You hit like a girl. Honestly. Is that the best you can do?',12,0,100,0,0,0,29146,0,'crusader SAY_CRUSADER3'),
|
|
(28610,1,3,'ARGH! You burned my last good tabard!',12,0,100,0,0,0,29162,0,'crusader SAY_CRUSADER4'),
|
|
(28610,1,4,'Argh... The pain... The pain is almost as unbearable as the lashings I received in grammar school when I was but a child.',12,0,100,0,0,0,29143,0,'crusader SAY_CRUSADER5'),
|
|
(28610,1,5,'I used to work for Grand Inquisitor Isillien! Your idea of pain is a normal mid-afternoon for me!',12,0,100,0,0,0,29161,0,'crusader SAY_CRUSADER6'),
|
|
(28610,2,0,'I\'ll tell you everything! STOP! PLEASE!',12,0,100,0,0,0,29149,0,'break crusader SAY_PERSUADED1'),
|
|
(28610,3,0,'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...',12,0,100,0,0,0,29150,0,'break crusader SAY_PERSUADED2'),
|
|
(28610,4,0,'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.',12,0,100,0,0,0,29151,0,'break crusader SAY_PERSUADED3'),
|
|
(28610,5,0,'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!',12,0,100,0,0,0,29152,0,'break crusader SAY_PERSUADED4'),
|
|
(28610,6,0,'LIES! The pain you are about to endure will be talked about for years to come!',12,0,100,0,0,0,29163,0,'break crusader SAY_PERSUADED5'),
|
|
(28610,7,0,'NO! PLEASE! There is one more thing that I forgot to mention... A courier comes soon... From Hearthglen. It...',12,0,100,0,0,0,29153,0,'break crusader SAY_PERSUADED6'),
|
|
(28610,8,0,'I\'ll tear the secrets from your soul! Tell me about the \"Crimson Dawn\" and your life may be spared!',12,0,100,0,0,0,29138,0,'player SAY_PERSUADE1'),
|
|
(28610,8,1,'Tell me what you know about \"Crimson Dawn\" or the beatings will continue!',12,0,100,0,0,0,29134,0,'player SAY_PERSUADE2'),
|
|
(28610,8,2,'I\'m through being courteous with your kind, human! What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29135,0,'player SAY_PERSUADE3'),
|
|
(28610,8,3,'Is your life worth so little? Just tell me what I need to know about \"Crimson Dawn\" and I\'ll end your suffering quickly.',12,0,100,0,0,0,29139,0,'player SAY_PERSUADE4'),
|
|
(28610,8,4,'I can keep this up for a very long time, Scarlet dog! Tell me about the \"Crimson Dawn!\"',12,0,100,0,0,0,29137,0,'player SAY_PERSUADE5'),
|
|
(28610,8,5,'What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29133,0,'player SAY_PERSUADE6'),
|
|
(28610,8,6,'\"Crimson Dawn!\" What is it! Speak!',12,0,100,0,0,0,29136,0,'player SAY_PERSUADE7'),
|
|
(28611,0,0,'The Crusade will be victorious!',12,0,100,0,0,0,29717,0,'Scarlet Captain'),
|
|
(28611,0,1,'Let the purging begin!',12,0,100,0,0,0,29720,0,'Scarlet Captain'),
|
|
(28611,0,2,'You\'re not welcome in these lands, monster!',12,0,100,0,0,0,29719,0,'Scarlet Captain'),
|
|
(28611,0,3,'Scourge filth! DIE!',12,0,100,0,0,0,28597,0,'Scarlet Captain - On Aggro'),
|
|
(28611,0,4,'I will present your head to Abbendis myself!',12,0,100,0,0,0,28599,0,'Scarlet Captain - On Aggro'),
|
|
(28611,0,5,'By the Light be cleansed!',12,0,100,0,0,0,28602,0,'Scarlet Captain - On Aggro'),
|
|
(28636,0,0,'Who\'s that beatin\' on my drum?',14,0,100,5,0,12009,28627,0,'Heb\'Jin'),
|
|
(28636,1,0,'I\'m gonna come down there and kill you good, $r!',14,0,100,15,0,0,28628,0,'Heb\'Jin'),
|
|
(28636,2,0,'Now you gonna die!',14,0,100,0,0,0,28629,0,'Heb\'Jin'),
|
|
(28646,0,0,'We\'re off! Watch out for those vines!',12,0,100,0,0,0,28664,0,'Pilot Vic to Vic\'s Flying Machine'),
|
|
(28646,1,0,'Looks like the Scourge have hit the area ahead pretty bad...',12,0,100,0,0,0,28665,0,'Pilot Vic to Vic\'s Flying Machine'),
|
|
(28646,2,0,'You see that? She\'s... huge!',12,0,100,0,0,0,28666,0,'Pilot Vic to Vic\'s Flying Machine'),
|
|
(28646,3,0,'Here we go! Hold on tight -- there\'s rough wind ahead!',12,0,100,0,0,0,28667,0,'Pilot Vic to Vic\'s Flying Machine'),
|
|
(28646,4,0,'The glacier is seeping in from Icecrown... and undead everywhere! Wait \'til the professor gets a hold of this!',12,0,100,0,0,0,28699,0,'Pilot Vic to Vic\'s Flying Machine'),
|
|
(28646,5,0,'They\'re coming at us! Be quick with those rockets!',12,0,100,0,0,0,28668,0,'Pilot Vic to Vic\'s Flying Machine'),
|
|
(28646,6,0,'Aggggh! I\'m hit! You\'re going to have to get us back! Quick, before the plane explodes!',12,0,100,0,0,0,28669,0,'Pilot Vic to Vic\'s Flying Machine'),
|
|
(28654,0,0,'The realm of shadows awaits...',12,0,100,0,0,0,28794,0,'Dark Rider of Acherus'),
|
|
(28658,0,0,'Get In that pit before I turn you into a pile of ash and feces!',12,0,100,0,0,0,28941,0,'Gothik the Harvester'),
|
|
(28659,0,0,'Ah, the hero. Your little friends said you would come. This certainly saves me the trouble of hunting you down myself.',14,0,100,2,0,0,28646,0,'Artruis the Heartless'),
|
|
(28659,1,0,'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.',14,0,100,2,0,0,28647,0,'Artruis the Heartless'),
|
|
(28659,2,0,'Even shattered into countless pieces, the crystals all around weaken me... perhaps I should not have underestimated the titans so...',14,0,100,2,0,0,28648,0,'Artruis the Heartless'),
|
|
(28659,3,0,'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.',14,0,100,2,0,0,28649,0,'Artruis the Heartless'),
|
|
(28659,4,0,'Artruis is shielded. You must choose your side quickly to break his spell.',41,0,100,2,0,0,33188,0,'Artruis the Heartless'),
|
|
(28659,5,0,'Arthas once mustered strength... of the very same sort... perhaps his is the path that you will follow.',14,0,100,2,0,0,28650,0,'Artruis the Heartless'),
|
|
(28665,0,0,'Thank you for saving me, $n. This is the least that I could do to return the favor. Hold on tight. Here we go.',15,0,100,0,0,0,28652,0,'Har\'koa\'s Kitten'),
|
|
(28665,1,0,'This doesn\'t look good. Whatever you do, don\'t fall off. There\'s a ton of nasty things in there!',15,0,100,0,0,0,28654,0,'Har\'koa\'s Kitten'),
|
|
(28665,2,0,'Oh no... Quetz\'lun is dead! Stay still. We\'ll sneak past the prophet.',15,0,100,0,0,0,28656,0,'Har\'koa\'s Kitten'),
|
|
(28665,3,0,'We\'re spotted! Hang on. We have to get out of here!',15,0,100,0,0,0,28660,0,'Har\'koa\'s Kitten'),
|
|
(28665,4,0,'I think we\'re safe now. Let\'s get back!',15,0,100,0,0,0,28671,0,'Har\'koa\'s Kitten'),
|
|
(28665,5,0,'We made it! Take care, $n, and thanks again!',15,0,100,0,0,0,28661,0,'Har\'koa\'s Kitten'),
|
|
(28667,0,0,'Now you not catch us with back turned! Now we hurt you bad undead. BAD!',12,0,100,0,0,0,28936,0,'Jaloot'),
|
|
(28668,0,0,'You going die big bad undead thing! You not catch Zepik sleeping this time!',12,0,100,0,0,0,28937,0,'Zepik the Gorloc Hunter'),
|
|
(28671,0,0,'What is this you pathetic, little worm? Come to die?',14,0,100,0,0,0,28837,0,'Prophet of Quetz\'lun'),
|
|
(28671,1,0,'I recognize your stench. You\'re the one who stealthed by me on the back of that snow leopard runt!',14,0,100,0,0,0,28838,0,'Prophet of Quetz\'lun'),
|
|
(28671,2,0,'What? How is this possible?',14,0,100,0,0,0,28833,0,'Prophet of Quetz\'lun'),
|
|
(28671,3,0,'Wait... STOP! You can\'t take back the power!!!',14,0,100,0,0,0,28877,0,'Prophet of Quetz\'lun'),
|
|
(28671,4,0,'NOOOOooooooooooooooooo!',14,0,100,0,0,0,28855,0,'Prophet of Quetz\'lun'),
|
|
(28683,0,0,'Dirty, stinkin\', horse thief!',12,0,100,0,0,0,28675,0,'Stable Master Kitrik'),
|
|
(28683,0,1,'Nobody steals Kitrik\'s horses!',12,0,100,0,0,0,28676,0,'Stable Master Kitrik'),
|
|
(28683,0,2,'You\'ll be hanging at the gallows soon...',12,0,100,0,0,0,28677,0,'Stable Master Kitrik'),
|
|
(28683,0,3,'How many more of you do I need to send back to the Lich King in pieces before he\'ll stop?',12,0,100,0,0,0,28678,0,'Stable Master Kitrik'),
|
|
(28683,1,0,'And keep the change, ya filthy animal!',12,0,100,0,0,0,28702,0,'Stable Master Kitrik'),
|
|
(28683,1,1,'Perhaps you\'ll think twice about stealin\' one of Kitrik\'s horses next time, eh?',12,0,100,0,0,0,28703,0,'Stable Master Kitrik'),
|
|
(28683,1,2,'Is that all you got?',12,0,100,0,0,0,28704,0,'Stable Master Kitrik'),
|
|
(28683,1,3,'What a colossal waste of time.',12,0,100,0,0,0,28705,0,'Stable Master Kitrik'),
|
|
(28683,1,4,'At least make me work for it next time.',12,0,100,0,0,0,28706,0,'Stable Master Kitrik'),
|
|
(28684,0,0,'This kingdom belongs to the Scourge. Only the dead may enter!',14,0,100,0,0,14075,32271,0,'krik thir SAY_AGGRO'),
|
|
(28684,1,0,'You were foolish to come.',14,0,100,0,0,14077,32273,0,'krik thir SAY_SLAY_1'),
|
|
(28684,1,1,'As Anub\'arak commands!',14,0,100,0,0,14078,32274,0,'krik thir SAY_SLAY_2'),
|
|
(28684,2,0,'I should be grateful... but I long ago lost the capacity....',14,0,100,0,0,14087,32283,0,'krik thir SAY_DEATH'),
|
|
(28684,3,0,'They hunger....',14,0,100,0,0,14085,32281,0,'krik thir SAY_SWARM_1'),
|
|
(28684,3,1,'Dinner time, my pets!',14,0,100,0,0,14086,32282,0,'krik thir SAY_SWARM_2'),
|
|
(28684,4,0,'Keep an eye on that tunnel. We must not let anyone through!',14,0,100,0,0,14082,32278,0,'krik thir SAY_PREFIGHT_1'),
|
|
(28684,4,1,'I hear footsteps. Be on your guard.',14,0,100,0,0,14083,32279,0,'krik thir SAY_PREFIGHT_2'),
|
|
(28684,4,2,'I sense the living. Be ready.',14,0,100,0,0,14084,32280,0,'krik thir SAY_PREFIGHT_3'),
|
|
(28684,5,0,'We are besieged! Strike out and bring back their corpses!',14,0,100,0,0,14079,32275,0,'krik thir SAY_SEND_GROUP_1'),
|
|
(28684,5,1,'We must hold the gate. Attack! Tear them limb from limb!',14,0,100,0,0,14080,32276,0,'krik thir SAY_SEND_GROUP_2'),
|
|
(28684,5,2,'The gate must be protected at all costs. Rip them to shreds!',14,0,100,0,0,14081,32277,0,'krik thir SAY_SEND_GROUP_3'),
|
|
(28709,0,0,'Mee likee SHINYYY!',12,0,100,0,0,0,0,0,''),
|
|
(28710,0,0,'The engine\'s blown! Fly Vic\'s Flying Machine back to Lakeside Landing!',41,0,100,0,0,0,28756,0,'Vic\'s Flying Machine to Pilot Vic'),
|
|
(28714,0,0,'Welcome.',12,0,100,3,0,0,32936,0,'Ildine Sorrowspear'),
|
|
(28714,0,1,'Greetings.',12,0,100,3,0,0,32935,0,'Ildine Sorrowspear'),
|
|
(28714,0,2,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Ildine Sorrowspear'),
|
|
(28714,0,3,'Welcome!',12,0,100,0,0,0,32807,0,'Ildine Sorrowspear - Player In Range'),
|
|
(28714,0,4,'Greetings, $c.',12,0,100,0,0,0,32808,0,'Ildine Sorrowspear - Player In Range'),
|
|
(28714,0,5,'Greetings! Please have a look around.',12,0,100,0,0,0,32809,0,'Ildine Sorrowspear - Player In Range'),
|
|
(28714,0,6,'Welcome. May I help you find something?',12,0,100,0,0,0,32811,0,'Ildine Sorrowspear - Player In Range'),
|
|
(28715,0,0,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Endora Moorehead'),
|
|
(28715,0,1,'Greetings, $c.',12,0,100,3,0,0,32808,0,'Endora Moorehead'),
|
|
(28715,0,2,'Welcome!',12,0,100,3,0,0,32807,0,'Endora Moorehead'),
|
|
(28715,0,3,'Let me know if you need help finding anything, $c.',12,0,100,0,0,0,32810,0,'Endora Moorehead - Player In Range'),
|
|
(28715,0,4,'Welcome. May I help you find something?',12,0,100,0,0,0,32811,0,'Endora Moorehead - Player In Range'),
|
|
(28715,0,5,'Greetings.',12,0,100,0,0,0,32935,0,'Endora Moorehead - Player In Range'),
|
|
(28715,0,6,'Welcome.',12,0,100,0,0,0,32936,0,'Endora Moorehead - Player In Range'),
|
|
(28717,0,0,'A portion of this land already be mine, mon, but it only be da beginning!',15,0,100,0,0,0,28691,0,''),
|
|
(28717,1,0,'Here, da self-righteous crusaders be standin\' in da way of our goal. Dey will fall!',15,0,100,0,0,0,28700,0,''),
|
|
(28717,2,0,'Dis all soon gunna belong to da Lich King!',15,0,100,0,0,0,28701,0,''),
|
|
(28717,3,0,'Da Drakkari be destroyin\' their lands! Dey gunna be losin\' dem... soon, mon.',15,0,100,0,0,0,28708,0,''),
|
|
(28717,4,0,'Ahh, dere be our destiny... Gundrak!',15,0,100,0,0,0,28709,0,''),
|
|
(28717,5,0,'Study dis place well, mon. Ya gonna be helpin\' me conquer it!',15,0,100,0,0,0,29281,0,''),
|
|
(28717,6,0,'Ahh yeah, mon! Dere be great glory ta be had here!',15,0,100,0,0,0,29291,0,''),
|
|
(28717,7,0,'Da Lich King be sharin\' his power wit dem who serve him well, mon.',15,0,100,0,0,0,29292,0,''),
|
|
(28717,8,0,'Come to me now, $n. I must be speakin\' wit ya.',15,0,100,0,0,0,29293,0,''),
|
|
(28718,0,0,'Welcome!',12,0,100,3,0,0,32807,0,'Ranid Glowergold'),
|
|
(28718,0,1,'Greetings.',12,0,100,3,0,0,32935,0,'Ranid Glowergold'),
|
|
(28718,0,2,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Ranid Glowergold'),
|
|
(28718,0,3,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Ranid Glowergold'),
|
|
(28718,0,4,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Ranid Glowergold'),
|
|
(28718,0,5,'Greetings, $c.',12,0,100,3,0,0,32808,0,'Ranid Glowergold'),
|
|
(28718,0,6,'Welcome.',12,0,100,3,0,0,32936,0,'Ranid Glowergold'),
|
|
(28721,0,0,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Tiffany Cartier'),
|
|
(28721,0,1,'Greetings, $c.',12,0,100,3,0,0,32808,0,'Tiffany Cartier'),
|
|
(28721,0,2,'Greetings.',12,0,100,3,0,0,32935,0,'Tiffany Cartier'),
|
|
(28721,0,3,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Tiffany Cartier'),
|
|
(28721,0,4,'Welcome.',12,0,100,3,0,0,32936,0,'Tiffany Cartier'),
|
|
(28721,0,5,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Tiffany Cartier'),
|
|
(28721,0,6,'Welcome!',12,0,100,0,0,0,32807,0,'Tiffany Cartier - Player In Range'),
|
|
(28723,0,0,'Greetings, $c.',12,0,100,3,0,0,32808,0,'Larana Drome'),
|
|
(28723,0,1,'Greetings.',12,0,100,3,0,0,32935,0,'Larana Drome'),
|
|
(28723,0,2,'Welcome.',12,0,100,3,0,0,32936,0,'Larana Drome'),
|
|
(28723,0,3,'Welcome!',12,0,100,0,0,0,32807,0,'Larana Drome - Player In Range'),
|
|
(28723,0,4,'Greetings! Please have a look around.',12,0,100,0,0,0,32809,0,'Larana Drome - Player In Range'),
|
|
(28723,0,5,'Let me know if you need help finding anything, $c.',12,0,100,0,0,0,32810,0,'Larana Drome - Player In Range'),
|
|
(28723,0,6,'Welcome. May I help you find something?',12,0,100,0,0,0,32811,0,'Larana Drome - Player In Range'),
|
|
(28725,0,0,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Patricia Egan'),
|
|
(28725,0,1,'Welcome.',12,0,100,3,0,0,32936,0,'Patricia Egan'),
|
|
(28725,0,2,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Patricia Egan'),
|
|
(28725,0,3,'Welcome!',12,0,100,3,0,0,32807,0,'Patricia Egan'),
|
|
(28725,0,4,'Greetings, $c.',12,0,100,0,0,0,32808,0,'Patricia Egan - Player In Range'),
|
|
(28725,0,5,'Let me know if you need help finding anything, $c.',12,0,100,0,0,0,32810,0,'Patricia Egan - Player In Range'),
|
|
(28725,0,6,'Greetings.',12,0,100,0,0,0,32935,0,'Patricia Egan - Player In Range'),
|
|
(28726,0,0,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Dominique Stefano'),
|
|
(28726,0,1,'Welcome!',12,0,100,3,0,0,32807,0,'Dominique Stefano'),
|
|
(28726,0,2,'Greetings, $c.',12,0,100,3,0,0,32808,0,'Dominique Stefano'),
|
|
(28726,0,3,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Dominique Stefano'),
|
|
(28726,0,4,'Greetings.',12,0,100,3,0,0,32935,0,'Dominique Stefano'),
|
|
(28726,0,5,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Dominique Stefano'),
|
|
(28726,0,6,'Welcome.',12,0,100,0,0,0,32936,0,'Dominique Stefano - Player In Range'),
|
|
(28727,0,0,'Welcome!',12,0,100,3,0,0,32807,0,'Edward Egan'),
|
|
(28727,0,1,'Greetings.',12,0,100,3,0,0,32935,0,'Edward Egan'),
|
|
(28727,0,2,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Edward Egan'),
|
|
(28727,0,3,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Edward Egan'),
|
|
(28727,0,4,'Greetings, $c.',12,0,100,0,0,0,32808,0,'Edward Egan - Player In Range'),
|
|
(28727,0,5,'Let me know if you need help finding anything, $c.',12,0,100,0,0,0,32810,0,'Edward Egan - Player In Range'),
|
|
(28727,0,6,'Welcome.',12,0,100,0,0,0,32936,0,'Edward Egan - Player In Range'),
|
|
(28750,0,0,'Rmmurphum mmph hmrphum!',12,0,100,0,0,0,28657,0,'Blight Geist'),
|
|
(28750,0,1,'Mphmm rmphhimm rrhumghph?',12,0,100,1,0,0,28655,0,'Blight Geist'),
|
|
(28750,0,2,'Mhrrumph rummrhum phurr!',12,0,100,1,0,0,28757,0,'Blight Geist'),
|
|
(28750,0,3,'Umphrum mmphur, murruphru...',12,0,100,0,0,0,28658,0,'Blight Geist'),
|
|
(28752,0,0,'NOOOOOOOOOoooooooo.......!',12,0,100,0,0,0,28797,0,'Mu\'funu'),
|
|
(28754,0,0,'FIRE! AHHHHHHHH!',12,0,100,0,0,0,28800,0,'Tua-tua'),
|
|
(28754,1,0,'The high priestess is reduced to charcoal.',16,0,100,0,0,0,28799,0,'Tua-Tua'),
|
|
(28756,0,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Hawinni'),
|
|
(28756,1,0,'BRRRRRR!',12,0,100,0,0,0,28802,0,'Hawinni'),
|
|
(28756,2,0,'%s explodes!',16,0,100,0,0,0,28803,0,'Hawinni'),
|
|
(28780,0,0,'Explosive Charges will detonate in 5 seconds...',16,0,100,0,0,0,28816,0,'Explosive Charges Bunny'),
|
|
(28780,1,0,'Explosive Charges will detonate in 4 seconds...',16,0,100,0,0,0,28817,0,'Explosive Charges Bunny'),
|
|
(28780,2,0,'Explosive Charges will detonate in 3 seconds...',16,0,100,0,0,0,28818,0,'Explosive Charges Bunny'),
|
|
(28780,3,0,'Explosive Charges will detonate in 2 seconds...',16,0,100,0,0,0,28819,0,'Explosive Charges Bunny'),
|
|
(28780,4,0,'Explosive Charges will detonate in 1 seconds...',16,0,100,0,0,0,28820,0,'Explosive Charges Bunny'),
|
|
(28782,0,0,'%s rears up, beckoning you to ride it.',16,0,100,0,0,0,29069,0,'Archerus Deathcharger'),
|
|
(28785,0,0,'TIME TO DIE, FOOL!',14,0,100,0,0,0,28832,0,'Spirit of Quetz\'lun'),
|
|
(28785,1,0,'I\'ve returned to invite you to my housewarming in the underworld!',14,0,100,0,0,7056,28842,0,'Spirit of Quetz\'lun'),
|
|
(28785,2,0,'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.',14,0,100,0,0,0,28843,0,'Spirit of Quetz\'lun'),
|
|
(28785,3,0,'Well done. I\'ll see to it that my prophet enjoys his eternal stay with me.',14,0,100,0,0,0,28876,0,'Spirit of Quetz\'lun'),
|
|
(28787,0,0,'We made it! Thank you for getting me out of that hell hole. Tell Hemet to expect me!',12,0,100,0,0,0,28865,0,'engineer helice SAY_WP_1'),
|
|
(28787,0,1,'Let\'s get the hell out of here.',12,0,100,0,0,0,28856,0,'engineer helice SAY_WP_1'),
|
|
(28787,1,0,'You really shouldn\'t play with this stuff. Someone could get hurt.',12,0,100,0,0,0,28864,0,'engineer helice SAY_WP_2'),
|
|
(28787,1,1,'Listen up, Venture Company goons! Rule #1: Never keep the prisoner near the explosives.',12,0,100,0,0,0,28857,0,'engineer helice SAY_WP_2'),
|
|
(28787,2,0,'Oh, look, it\'s another cartload of explosives! Let\'s help them dispose of it.',12,0,100,0,0,0,28862,0,'engineer helice SAY_WP_3'),
|
|
(28787,2,1,'Or THIS is what you get.',12,0,100,0,0,0,28859,0,'engineer helice SAY_WP_3'),
|
|
(28787,3,0,'It\'s getting a little hot over here. Shall we move on?',12,0,100,0,0,0,28860,0,'engineer helice SAY_WP_4'),
|
|
(28787,4,0,'Or THIS is what you get.',12,0,100,0,0,0,28859,0,'engineer helice SAY_WP_5'),
|
|
(28787,4,1,'Oh, look, it\'s another cartload of explosives! Let\'s help them dispose of it.',12,0,100,0,0,0,28862,0,'engineer helice SAY_WP_5'),
|
|
(28787,5,0,'Listen up, Venture Company goons! Rule #1: Never keep the prisoner near the explosives.',12,0,100,0,0,0,28857,0,'engineer helice SAY_WP_6'),
|
|
(28787,5,1,'You really shouldn\'t play with this stuff. Someone could get hurt.',12,0,100,0,0,0,28864,0,'engineer helice SAY_WP_6'),
|
|
(28787,6,0,'Let\'s get the hell out of here',12,0,100,0,0,0,0,0,'engineer helice SAY_WP_7'),
|
|
(28787,6,1,'We made it! Thank you for getting me out of that hell hole. Tell Hemet to expect me!',12,0,100,0,0,0,28865,0,'engineer helice SAY_WP_7'),
|
|
(28788,0,0,'Impressive, death knight. Return to me in the world of the living for your reward.',12,0,100,0,0,0,28835,0,'SALANAR_SAY'),
|
|
(28793,0,1,'Your disguise doesn\'t fool me, fleshling! Your defeat will please Drakuru!',12,0,100,1,0,0,28858,0,'Darmuk'),
|
|
(28841,0,0,'Where\'d this come from? I better get this down to the ships before the foreman sees it!',12,0,100,0,0,0,28898,0,'Scarlet Miner'),
|
|
(28841,1,0,'Now I can have a rest!',12,0,100,0,0,0,28899,0,'Scarlet Miner'),
|
|
(28845,0,0,'Die $N, die!',12,0,50,0,0,0,0,0,''),
|
|
(28857,0,0,'Yer gonna have to shoot faster than that! I\'ve already got 11 kills!',12,0,100,5,0,0,28983,0,'Drostan'),
|
|
(28857,0,1,'That\'s number 10! How many\'ve you got?',12,0,100,5,0,0,28984,0,'Drostan'),
|
|
(28857,0,2,'Number 9! I could do this with my eyes closed!',12,0,100,5,0,0,28985,0,'Drostan'),
|
|
(28857,0,3,'11! It\'s gonna take a bigger effort than that to beat ol\' Drostan!',12,0,100,5,0,0,28986,0,'Drostan'),
|
|
(28857,1,0,'I\'m up to 15. Top that!',12,0,100,5,0,0,29080,0,'Drostan'),
|
|
(28857,1,1,'That\'s my 16th and I\'m still going easy on ya!',12,0,100,5,0,0,29081,0,'Drostan'),
|
|
(28857,1,2,'You\'re going to have to pick it up, or this isn\'t going to be much of a competition.',12,0,100,5,0,0,29082,0,'Drostan'),
|
|
(28857,1,3,'Ha! 16! How many\'ve you got? 10, maybe 11 if you\'re lucky?',12,0,100,5,0,0,29083,0,'Drostan'),
|
|
(28857,2,0,'That\'s my 25th kill. How far behind are you now?',12,0,100,5,0,0,29084,0,'Drostan'),
|
|
(28857,2,1,'26th! Are you going to start killing, or what?',12,0,100,5,0,0,29091,0,'Drostan'),
|
|
(28857,2,2,'My mother could hunt faster than you, $n.',12,0,100,5,0,0,29092,0,'Drostan'),
|
|
(28857,2,3,'Kill number 26 and I\'m still just warming up.',12,0,100,5,0,0,29093,0,'Drostan'),
|
|
(28857,3,0,'Well, now that I\'ve got a nice lead, I think I\'ll enjoy a little nap.',12,0,100,5,0,0,29096,0,'Drostan'),
|
|
(28857,4,0,'Well, that was a relaxing nap. How\'s the game hunting going over there?',12,0,100,5,0,0,29097,0,'Drostan'),
|
|
(28857,5,0,'I\'ve got a nice lead, yet. Think I\'ll do some fishin\'.',12,0,100,5,0,0,29101,0,'Drostan'),
|
|
(28857,6,0,'Well, now we\'ve got a competition on our hands.',12,0,100,5,0,0,29112,0,'Drostan'),
|
|
(28857,6,1,'Just got number 41! How\'s that for skill?',12,0,100,5,0,0,29116,0,'Drostan'),
|
|
(28857,6,2,'41! Two-thirds of the way there. Better step it up!',12,0,100,5,0,0,29117,0,'Drostan'),
|
|
(28857,6,3,'Hey! I was just lining up a shot on that one. Kill stealer!',12,0,100,5,0,0,29118,0,'Drostan'),
|
|
(28857,7,0,'Argh, just now getting number 48. This is getting tough.',12,0,100,5,0,0,29119,0,'Drostan'),
|
|
(28857,7,1,'Someone\'s been killing all the game out from under me. Hard-won number 48, here.',12,0,100,5,0,0,29120,0,'Drostan'),
|
|
(28857,7,2,'Number 48. Startin\' to slow down a bit, now.',12,0,100,5,0,0,29121,0,'Drostan'),
|
|
(28857,7,3,'Gotta go elsewhere to find some more game. Was hoping to be beyond 48 by now.',12,0,100,5,0,0,29122,0,'Drostan'),
|
|
(28857,8,0,'Ha, 54! In the home stretch now!',12,0,100,5,0,0,29123,0,'Drostan'),
|
|
(28857,8,1,'Number 54! No way I\'m gonna let you beat me!',12,0,100,5,0,0,29124,0,'Drostan'),
|
|
(28857,8,2,'54! Surely an insurmountable lead!',12,0,100,5,0,0,29125,0,'Drostan'),
|
|
(28857,8,3,'That was 54! Soon you\'ll be congratulating me!',12,0,100,5,0,0,29126,0,'Drostan'),
|
|
(28859,0,0,'Lesser beings, intruding here! A shame that your excess courage does not compensate for your stupidity!',14,0,100,0,10000,14512,31759,0,'Malygos - Intro'),
|
|
(28859,0,1,'None but the blue dragonflight are welcome here. Perhaps this is the work of Alexstrasza? Well, then, she has sent you to your deaths!',14,0,100,0,11000,14513,31760,0,'Malygos - Intro'),
|
|
(28859,0,2,'What could you hope to accomplish? To storm brazenly into my domain... to employ magic... against ME?',14,0,100,0,13000,14514,31761,0,'Malygos - Intro'),
|
|
(28859,0,3,'I am without limits here. The rules of your cherished reality do not apply. In this realm, I am in control!',14,0,100,0,10000,14515,31762,0,'Malygos - Intro'),
|
|
(28859,0,4,'I give you one chance. Pledge fealty to me, and perhaps I will not slaughter you for your insolence.',14,0,100,0,7000,14516,31763,0,'Malygos - Intro'),
|
|
(28859,1,0,'My patience has reached its limit. I will be rid of you!',14,0,100,0,4000,14517,31764,0,'Malygos - Start phase 1'),
|
|
(28859,2,0,'You will not succeed while I draw breath!',14,0,100,0,3000,14518,31781,0,'Malygos - Begin to cast Deep Breath'),
|
|
(28859,3,0,'Your stupidity has finally caught up with you!',14,0,100,0,3250,14519,31767,0,'Malygos - Killed Player (Phase 1)'),
|
|
(28859,3,1,'More artifacts to confiscate.',14,0,100,0,2800,14520,31768,0,'Malygos - Killed Player (Phase 1)'),
|
|
(28859,3,2,'How very naive.',14,0,100,0,4800,14521,31769,0,'Malygos - Killed Player (Phase 1)'),
|
|
(28859,4,0,'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!!',14,0,100,0,22900,14522,31772,0,'Malygos - End Phase One'),
|
|
(28859,5,0,'Few have experienced the pain I will now inflict upon you!',14,0,100,0,5500,14523,31765,0,'Malygos - Start phase 2'),
|
|
(28859,6,0,'I will teach you ignorant children just how little you know of magic.',14,0,100,0,7000,14524,31773,0,'Malygos - Anti-Magic Shell'),
|
|
(28859,7,0,'Watch helplessly as your hopes are swept away!',14,0,100,0,4000,14525,31774,0,'Malygos - Magic Blast'),
|
|
(28859,8,0,'Your energy will be put to good use.',14,0,100,0,2000,14526,31775,0,'Malygos - Killed Player (Phase 2)'),
|
|
(28859,8,1,'I am the Spell-Weaver! My power is infinite!',14,0,100,0,5200,14527,31776,0,'Malygos - Killed Player (Phase 2)'),
|
|
(28859,8,2,'Your spirit will linger here forever!',14,0,100,0,3800,14528,31777,0,'Malygos - Killed Player (Phase 2)'),
|
|
(28859,9,0,'ENOUGH! If you intend to reclaim Azeroth\'s magic, then you shall have it!',14,0,100,0,7000,14529,31778,0,'Malygos - End Phase 2'),
|
|
(28859,10,0,'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?',14,0,100,0,13000,14530,31779,0,'Intro Phase 3'),
|
|
(28859,11,0,'Submit!',14,0,100,0,1000,14531,31780,0,'Malygos - Start phase 3'),
|
|
(28859,12,0,'%s takes a deep breath...',41,0,100,0,10000,0,33657,0,'Malygos - Surge of Power warning (Phase 2)'),
|
|
(28859,13,0,'The powers at work here exceed anything you could possibly imagine!',14,0,100,0,5000,14532,31782,0,'Malygos - Surge of Power'),
|
|
(28859,14,0,'I am unstoppable!',14,0,100,0,2000,14533,31783,0,'Malygos - Buffed by a spark'),
|
|
(28859,15,0,'Alexstrasza, another of your brood falls!',14,0,100,0,3600,14534,31784,0,'Malygos - Killed Player (Phase 3)'),
|
|
(28859,15,1,'Little more than gnats!',14,0,100,0,2650,14535,31785,0,'Malygos - Killed Player (Phase 3)'),
|
|
(28859,15,2,'Your red allies will share your fate!',14,0,100,0,3000,14536,31786,0,'Malygos - Killed Player (Phase 3)'),
|
|
(28859,16,0,'Still standing? Not for long.',14,0,100,0,3600,14537,31787,0,'Malygos - Spell Casting 1(Phase 3)'),
|
|
(28859,16,1,'Your cause is lost!',14,0,100,0,2000,14538,31788,0,'Malygos - Spell Casting 2 (Phase 3)'),
|
|
(28859,16,2,'Your fragile mind will be shattered!',14,0,100,0,4000,14539,31789,0,'Malygos - Spell Casting 3 (Phase 3)'),
|
|
(28859,17,0,'Unthinkable! The mortals will destroy... everything! My sister, what have you...',14,0,100,0,8500,14540,31790,0,'Malygos - Death'),
|
|
(28859,18,0,'%s fixes his eyes on you!',42,0,100,0,3000,0,31321,0,'Malygos - Surge of Power warning (Phase 3)'),
|
|
(28859,19,0,'%s goes into a berserker rage!',41,0,100,0,10000,0,34057,0,'Malygos - Hit berserk timer (Any phase)'),
|
|
(28860,0,0,'It is my charge to watch over these eggs. I will see you burn before any harm comes to them!',14,0,100,0,0,14093,31400,0,'sartharion SAY_SARTHARION_AGGRO'),
|
|
(28860,1,0,'This pathetic siege ends NOW!',14,0,100,0,0,14103,31368,0,'sartharion SAY_SARTHARION_BERSERK'),
|
|
(28860,2,0,'Burn, you miserable wretches!',14,0,100,0,0,14098,31907,0,'sartharion SAY_SARTHARION_BREATH'),
|
|
(28860,3,0,'Shadron! Come to me! All is at risk!',14,0,100,0,0,14105,31318,0,'sartharion SAY_SARTHARION_CALL_SHADRON'),
|
|
(28860,4,0,'Tenebron! The eggs are yours to protect as well!',14,0,100,0,0,14106,31319,0,'sartharion SAY_SARTHARION_CALL_TENEBRON'),
|
|
(28860,5,0,'Vesperon, the clutch is in danger! Assist me!',14,0,100,0,0,14104,31320,0,'sartharion SAY_SARTHARION_CALL_VESPERON'),
|
|
(28860,6,0,'Such is the price... of failure....',14,0,100,0,0,14107,31341,0,'sartharion SAY_SARTHARION_DEATH'),
|
|
(28860,7,0,'Such flammable little insects....',14,0,100,0,0,14099,31363,0,'sartharion SAY_SARTHARION_SPECIAL_1'),
|
|
(28860,7,1,'Your charred bones will litter the floor!',14,0,100,0,0,14100,31904,0,'sartharion SAY_SARTHARION_SPECIAL_2'),
|
|
(28860,7,2,'How much heat can you take?',14,0,100,0,0,14101,31905,0,'sartharion SAY_SARTHARION_SPECIAL_3'),
|
|
(28860,8,0,'You will make a fine meal for the hatchlings.',14,0,100,0,0,14094,31908,0,'sartharion SAY_SARTHARION_SLAY_1'),
|
|
(28860,8,1,'You are at a grave disadvantage.',14,0,100,0,0,14096,31909,0,'sartharion SAY_SARTHARION_SLAY_2'),
|
|
(28860,8,2,'This is why we call you lesser beings!',14,0,100,0,0,14097,31910,0,'sartharion SAY_SARTHARION_SLAY_3'),
|
|
(28860,9,0,'The lava surrounding %s churns!',41,0,100,0,0,0,31362,0,'sartharion WHISPER_LAVA_CHURN'),
|
|
(28860,10,0,'All will be reduced to ash!',14,0,100,0,0,14102,31906,0,'sartharion SAY_SARTHARION_SPECIAL_4'),
|
|
(28890,0,0,'You will fly again, beast...',12,0,100,5,0,0,29043,0,'Gothik the Harvester'),
|
|
(28890,0,1,'Death comes on bony wings...',12,0,100,5,0,0,29044,0,'Gothik the Harvester'),
|
|
(28890,0,2,'Rise, minion. Rise and fly for the Scourge!',12,0,100,5,0,0,29045,0,'Gothik the Harvester'),
|
|
(28890,1,0,'Hrm? Lets see what we get out of this one.',12,0,100,5,0,0,29032,0,'Gothik the Harvester'),
|
|
(28890,1,1,'Blasted geists! They ve practically devoured this one whole...',12,0,100,5,0,0,29033,0,'Gothik the Harvester'),
|
|
(28890,1,2,'Contemptible wretches! Stay away from the bodies!',12,0,100,5,0,0,29034,0,'Gothik the Harvester'),
|
|
(28890,1,3,'This one is especially ugly. Perfect for a ghoul...',12,0,100,5,0,0,29035,0,'Gothik the Harvester'),
|
|
(28890,1,4,'I think its spine is broken. Ghoul it is!',12,0,100,5,0,0,29036,0,'Gothik the Harvester'),
|
|
(28890,1,5,'Is Gothik the Harvester going to have to choke a geist?',12,0,100,5,0,0,29037,0,'Gothik the Harvester'),
|
|
(28890,1,6,'Surprise, surprise! Another ghoul!',12,0,100,5,0,0,29038,0,'Gothik the Harvester'),
|
|
(28890,2,0,'Death is the only escape!',12,0,100,5,0,0,29039,0,'Gothik the Harvester'),
|
|
(28897,0,0,'So hungry...',12,0,100,0,0,0,28955,0,'Scarlet Ghoul'),
|
|
(28897,0,1,'Must feed...',12,0,100,0,0,0,28956,0,'Scarlet Ghoul'),
|
|
(28897,0,2,'Smell flesh... close...',12,0,100,0,0,0,28958,0,'Scarlet Ghoul'),
|
|
(28902,0,0,'%s becomes enraged!',16,0,100,0,0,0,7798,0,'Warlord Zol\'Maz'),
|
|
(28902,1,0,'You have an enchanted tiki? YOU KILLED MY FAMILY!',14,0,100,15,0,6200,29040,0,'Warlord Zol\'Maz'),
|
|
(28902,2,0,'I WILL KILL YOU, $n!',14,0,100,0,0,0,29041,0,'Warlord Zol\'Maz'),
|
|
(28907,0,0,'The sky itself feeds upon the suffering of the conquered!\n',12,0,100,5,0,0,29048,0,'Prince Valanar'),
|
|
(28907,1,0,'The Scarlet Crusade is powerless to stop us!\n',12,0,100,5,0,0,29049,0,'Prince Valanar'),
|
|
(28907,2,0,'The corpses of those that try only serve to feed our expanding host!',12,0,100,1,0,0,29050,0,'Prince Valanar'),
|
|
(28907,3,0,'The Scarlet fleet lies in ruin upon the sundered coast!\n',12,0,100,25,0,0,29051,0,'Prince Valanar'),
|
|
(28907,4,0,'With each enemy slain, our strength grows! We mustn\'t relent! \n',12,0,100,5,0,0,29052,0,'Prince Valanar'),
|
|
(28907,5,0,'The Lich King has spoken to each of you! Let his words resonate among you once more!',12,0,100,25,0,0,29053,0,'Prince Valanar'),
|
|
(28907,6,0,'ALL. MUST. DIE.',12,0,100,22,0,0,29054,0,'Prince Valanar'),
|
|
(28907,7,0,'Leave no survivors in your wake, brothers and sisters!',12,0,100,274,0,0,29055,0,'Prince Valanar'),
|
|
(28907,8,0,'No mercy for the weak!',12,0,100,15,0,0,29056,0,'Prince Valanar'),
|
|
(28907,9,0,'TERROR!',12,0,100,5,0,0,29057,0,'Prince Valanar'),
|
|
(28907,10,0,'CHAOS!',12,0,100,22,0,0,29058,0,'Prince Valanar'),
|
|
(28907,11,0,'DESTRUCTION!',12,0,100,15,0,0,29059,0,'Prince Valanar'),
|
|
(28907,12,0,'With the approaching darkness comes the end of the Scarlet Crusade. You will battle once more! For the Scourge! For the Lich King!',12,0,100,5,0,0,29060,0,'Prince Valanar'),
|
|
(28907,13,0,'SUFFER WELL, DEATH KNIGHTS!',12,0,100,71,0,9006,29061,0,'Prince Valanar'),
|
|
(28912,0,0,'Damn the Crusade! I think my ribs are broken and I might be bleeding internally.',12,0,100,0,0,0,29197,0,'koltira deathweaver'),
|
|
(28912,1,0,'I\'ll need to get my runeblade and armor... Just need a little more time.',12,0,100,0,0,0,29201,0,'koltira deathweaver'),
|
|
(28912,2,0,'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.',12,0,100,0,0,0,29203,0,'koltira deathweaver'),
|
|
(28912,3,0,'Maintaining this barrier will require all of my concentration. Kill them all!',12,0,100,0,0,0,29205,0,'koltira deathweaver'),
|
|
(28912,4,0,'There are more coming. Defend yourself! Don\'t fall out of the anti-magic field! They\'ll tear you apart without its protection!',12,0,100,0,0,0,29207,0,'koltira deathweaver'),
|
|
(28912,5,0,'I can\'t keep this barrier up much longer... Where is that coward?',12,0,100,0,0,0,29208,0,'koltira deathweaver'),
|
|
(28912,6,0,'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!',12,0,100,0,0,0,29210,0,'koltira deathweaver'),
|
|
(28912,7,0,'Stay in the anti-magic field! Make them come to you!',12,0,100,0,0,0,29225,0,'koltira deathweaver'),
|
|
(28912,8,0,'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.',12,0,100,1,0,0,29239,0,'koltira deathweaver'),
|
|
(28912,9,0,'I\'ll draw their fire, you make your escape behind me.',12,0,100,1,0,0,29240,0,'koltira deathweaver'),
|
|
(28912,10,0,'Your High Inquisitor is nothing more than a pile of meat, Crusaders! There are none beyond the grasp of the Scourge!',14,0,100,5,0,0,29241,0,'koltira deathweaver'),
|
|
(28912,11,0,'%s collapses to the ground.',41,0,100,0,0,0,29230,0,'koltira deathweaver'),
|
|
(28913,0,0,'What, Orbaz? That he\'s a blood elf?',12,0,100,1,0,0,29192,0,'Tharassian'),
|
|
(28913,1,0,'In life we were hated enemies - this is true...',12,0,100,1,0,0,29193,0,'Tharassian'),
|
|
(28913,2,0,'But in death... We are the children of the damned. The orphaned sons and daughters of the Scourge.',12,0,100,1,0,0,29194,0,'Tharassian'),
|
|
(28913,3,0,'In death we are brothers.',12,0,100,1,0,0,29195,0,'Tharassian'),
|
|
(28914,0,0,'Make haste, $n. Use the portal!',12,0,100,25,0,0,29443,0,'Orbaz Bloodlane'),
|
|
(28914,1,0,'Why do you care, Thassarian?',12,0,100,1,0,0,29189,0,'Orbaz Bloodbane'),
|
|
(28914,2,0,'His weakness led to his capture.',12,0,100,1,0,0,29190,0,'Orbaz Bloodbane'),
|
|
(28914,3,0,'Only the strong should survive. Not to mention...',12,0,100,1,0,0,29191,0,'Orbaz Bloodbane'),
|
|
(28914,4,0,'To hell with you, Thassarian.',12,0,100,25,0,0,29196,0,'Orbaz Bloodbane'),
|
|
(28917,0,0,'Daddy!',12,0,100,0,0,0,29007,0,'Yara'),
|
|
(28921,0,0,'%s moves up the tunnel!',41,0,100,0,0,0,29852,0,'Hadronox'),
|
|
(28921,1,0,'%s moves up the tunnel!',41,0,100,0,0,0,29852,3,'Hadronox HADRONOX_EMOTE_MOVE'),
|
|
(28922,0,0,'The gate has been breached! Quickly, divert forces to deal with these invaders!',14,0,100,0,0,0,29473,0,'Anub\'ar Crusher'),
|
|
(28922,1,0,'The gate has been breached! Quickly, divert forces to deal with these invaders!',14,0,100,0,0,13941,29473,3,'Anub\'ar Crusher CRUSHER_SAY_AGGRO'),
|
|
(28922,2,0,'%s goes into a frenzy!',41,0,100,0,0,0,10645,3,'Anub\'ar Crusher CRUSHER_EMOTE_FRENZY'),
|
|
(28923,0,0,'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.',14,0,100,0,0,14160,30536,0,'Loken'),
|
|
(28923,1,0,'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!',14,0,100,0,0,14161,30537,0,'Loken'),
|
|
(28923,2,0,'What hope is there for you? None!',14,0,100,0,0,14162,30535,0,'Loken'),
|
|
(28923,3,0,'You cannot hide from fate!',14,0,100,0,0,14163,30538,0,'Loken'),
|
|
(28923,3,1,'Come closer. I will make it quick.',14,0,100,0,0,14164,30539,0,'Loken'),
|
|
(28923,3,2,'Your flesh cannot hold out for long.',14,0,100,0,0,14165,30540,0,'Loken'),
|
|
(28923,4,0,'Only mortal...',14,0,100,0,0,14166,30541,0,'Loken'),
|
|
(28923,4,1,'I... am... FOREVER!',14,0,100,0,0,14167,30542,0,'Loken'),
|
|
(28923,4,2,'What little time you had, you wasted!',14,0,100,0,0,14168,30543,0,'Loken'),
|
|
(28923,5,0,'You stare blindly into the abyss!',14,0,100,0,0,14169,30545,0,'Loken'),
|
|
(28923,6,0,'Your ignorance is profound. Can you not see where this path leads?',14,0,100,0,0,14170,30546,0,'Loken'),
|
|
(28923,7,0,'You cross the precipice of oblivion!',14,0,100,0,0,14171,30547,0,'Loken'),
|
|
(28923,8,0,'My death... heralds the end of this world.',14,0,100,0,0,14172,30544,0,'Loken'),
|
|
(28923,9,0,'%s begins to cast Lightning Nova!',41,0,100,0,0,0,29865,0,'Loken'),
|
|
(28936,0,0,'You\'re not welcome in these lands, monster!',12,0,100,0,0,0,29713,0,'Scarlet Commander'),
|
|
(28936,0,1,'By the Light be cleansed!',12,0,100,0,0,0,29715,0,'Scarlet Commander'),
|
|
(28936,0,2,'Let the purging begin!',12,0,100,0,0,0,29714,0,'Scarlet Commander'),
|
|
(28936,0,3,'Scourge filth! DIE!',12,0,100,0,0,0,29716,0,'Scarlet Commander'),
|
|
(28936,0,4,'The Crusade will be victorious!',12,0,100,0,0,0,29717,0,'Scarlet Commander'),
|
|
(28936,1,0,'You\'ll be hanging in the gallows shortly, Scourge fiend!',12,0,100,0,0,0,29160,0,'crusader SAY_CURSADER1'),
|
|
(28936,1,1,'You\'ll have to kill me, monster. I will tell you NOTHING!',12,0,100,0,0,0,29142,0,'crusader SAY_CURSADER2'),
|
|
(28936,1,2,'You hit like a girl. Honestly. Is that the best you can do?',12,0,100,0,0,0,29146,0,'crusader SAY_CURSADER3'),
|
|
(28936,1,3,'ARGH! You burned my last good tabard!',12,0,100,0,0,0,29162,0,'crusader SAY_CURSADER4'),
|
|
(28936,1,4,'Argh... The pain... The pain is almost as unbearable as the lashings I received in grammar school when I was but a child.',12,0,100,0,0,0,29143,0,'crusader SAY_CURSADER5'),
|
|
(28936,1,5,'I used to work for Grand Inquisitor Isillien! Your idea of pain is a normal mid-afternoon for me!',12,0,100,0,0,0,29161,0,'crusader SAY_CURSADER6'),
|
|
(28936,2,0,'I\'ll tell you everything! STOP! PLEASE!',12,0,100,0,0,0,29149,0,'break crusader SAY_PERSUADED1'),
|
|
(28936,3,0,'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...',12,0,100,0,0,0,29150,0,'break crusader SAY_PERSUADED2'),
|
|
(28936,4,0,'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.',12,0,100,0,0,0,29151,0,'break crusader SAY_PERSUADED3'),
|
|
(28936,5,0,'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!',12,0,100,0,0,0,29152,0,'break crusader SAY_PERSUADED4'),
|
|
(28936,6,0,'LIES! The pain you are about to endure will be talked about for years to come!',12,0,100,0,0,0,29163,0,'break crusader SAY_PERSUADED5'),
|
|
(28936,7,0,'NO! PLEASE! There is one more thing that I forgot to mention... A courier comes soon... From Hearthglen. It...',12,0,100,0,0,0,29153,0,'break crusader SAY_PERSUADED6'),
|
|
(28936,8,0,'I\'ll tear the secrets from your soul! Tell me about the \"Crimson Dawn\" and your life may be spared!',12,0,100,0,0,0,29138,0,'player SAY_PERSUADE1'),
|
|
(28936,8,1,'Tell me what you know about \"Crimson Dawn\" or the beatings will continue!',12,0,100,0,0,0,29134,0,'player SAY_PERSUADE2'),
|
|
(28936,8,2,'I\'m through being courteous with your kind, human! What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29135,0,'player SAY_PERSUADE3'),
|
|
(28936,8,3,'Is your life worth so little? Just tell me what I need to know about \"Crimson Dawn\" and I\'ll end your suffering quickly.',12,0,100,0,0,0,29139,0,'player SAY_PERSUADE4'),
|
|
(28936,8,4,'I can keep this up for a very long time, Scarlet dog! Tell me about the \"Crimson Dawn!\"',12,0,100,0,0,0,29137,0,'player SAY_PERSUADE'),
|
|
(28936,8,5,'What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29133,0,'player SAY_PERSUADE6'),
|
|
(28936,8,6,'\"Crimson Dawn!\" What is it! Speak!',12,0,100,0,0,0,29136,0,'player SAY_PERSUADE7'),
|
|
(28939,0,0,'You\'re not welcome in these lands, monster!',12,0,100,0,0,0,29713,0,'Scarlet Preacher'),
|
|
(28939,0,1,'By the Light be cleansed!',12,0,100,0,0,0,29715,0,'Scarlet Preacher'),
|
|
(28939,0,2,'Let the purging begin!',12,0,100,0,0,0,29714,0,'Scarlet Preacher'),
|
|
(28939,0,3,'Scourge filth! DIE!',12,0,100,0,0,0,29716,0,'Scarlet Preacher'),
|
|
(28939,0,4,'The Crusade will be victorious!',12,0,100,0,0,0,29717,0,'Scarlet Preacher'),
|
|
(28939,1,0,'You\'ll be hanging in the gallows shortly, Scourge fiend!',12,0,100,0,0,0,29160,0,'crusader SAY_CRUSADER1'),
|
|
(28939,1,1,'You\'ll have to kill me, monster. I will tell you NOTHING!',12,0,100,0,0,0,29142,0,'crusader SAY_CRUSADER2'),
|
|
(28939,1,2,'You hit like a girl. Honestly. Is that the best you can do?',12,0,100,0,0,0,29146,0,'crusader SAY_CRUSADER3'),
|
|
(28939,1,3,'ARGH! You burned my last good tabard!',12,0,100,0,0,0,29162,0,'crusader SAY_CRUSADER4'),
|
|
(28939,1,4,'Argh... The pain... The pain is almost as unbearable as the lashings I received in grammar school when I was but a child.',12,0,100,0,0,0,29143,0,'crusader SAY_CRUSADER5'),
|
|
(28939,1,5,'I used to work for Grand Inquisitor Isillien! Your idea of pain is a normal mid-afternoon for me!',12,0,100,0,0,0,29161,0,'crusader SAY_CRUSADER6'),
|
|
(28939,2,0,'I\'ll tell you everything! STOP! PLEASE!',12,0,100,0,0,0,29149,0,'break crusader SAY_PERSUADED1'),
|
|
(28939,3,0,'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...',12,0,100,0,0,0,29150,0,'break crusader SAY_PERSUADED2'),
|
|
(28939,4,0,'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.',12,0,100,0,0,0,29151,0,'break crusader SAY_PERSUADED3'),
|
|
(28939,5,0,'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!',12,0,100,0,0,0,29152,0,'break crusader SAY_PERSUADED4'),
|
|
(28939,6,0,'LIES! The pain you are about to endure will be talked about for years to come!',12,0,100,0,0,0,29163,0,'break crusader SAY_PERSUADED5'),
|
|
(28939,7,0,'NO! PLEASE! There is one more thing that I forgot to mention... A courier comes soon... From Hearthglen. It...',12,0,100,0,0,0,29153,0,'break crusader SAY_PERSUADED6'),
|
|
(28939,8,0,'I\'ll tear the secrets from your soul! Tell me about the \"Crimson Dawn\" and your life may be spared!',12,0,100,0,0,0,29138,0,'player SAY_PERSUADE1'),
|
|
(28939,8,1,'Tell me what you know about \"Crimson Dawn\" or the beatings will continue!',12,0,100,0,0,0,29134,0,'player SAY_PERSUADE2'),
|
|
(28939,8,2,'I\'m through being courteous with your kind, human! What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29135,0,'player SAY_PERSUADE3'),
|
|
(28939,8,3,'Is your life worth so little? Just tell me what I need to know about \"Crimson Dawn\" and I\'ll end your suffering quickly.',12,0,100,0,0,0,29139,0,'player SAY_PERSUADE4'),
|
|
(28939,8,4,'I can keep this up for a very long time, Scarlet dog! Tell me about the \"Crimson Dawn!\"',12,0,100,0,0,0,29137,0,'player SAY_PERSUADE5'),
|
|
(28939,8,5,'What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29133,0,'player SAY_PERSUADE6'),
|
|
(28939,8,6,'\"Crimson Dawn!\" What is it! Speak!',12,0,100,0,0,0,29136,0,'player SAY_PERSUADE7'),
|
|
(28940,0,0,'You\'re not welcome in these lands, monster!',12,0,100,0,0,0,28600,0,'Scarlet Crusader'),
|
|
(28940,0,1,'By the Light be cleansed!',12,0,100,0,0,0,28602,0,'Scarlet Crusader'),
|
|
(28940,0,2,'Let the purging begin!',12,0,100,0,0,0,28601,0,'Scarlet Crusader'),
|
|
(28940,0,3,'Scourge filth! DIE!',12,0,100,0,0,0,28597,0,'Scarlet Crusader'),
|
|
(28940,0,4,'The Crusade will be victorious!',12,0,100,0,0,0,28598,0,'Scarlet Crusader'),
|
|
(28940,1,0,'You\'ll be hanging in the gallows shortly, Scourge fiend!',12,0,100,0,0,0,29160,0,'crusader SAY_CRUSADER1'),
|
|
(28940,1,1,'You\'ll have to kill me, monster. I will tell you NOTHING!',12,0,100,0,0,0,29142,0,'crusader SAY_CRUSADER2'),
|
|
(28940,1,2,'You hit like a girl. Honestly. Is that the best you can do?',12,0,100,0,0,0,29146,0,'crusader SAY_CRUSADER3'),
|
|
(28940,1,3,'ARGH! You burned my last good tabard!',12,0,100,0,0,0,29162,0,'crusader SAY_CRUSADER4'),
|
|
(28940,1,4,'Argh... The pain... The pain is almost as unbearable as the lashings I received in grammar school when I was but a child.',12,0,100,0,0,0,29143,0,'crusader SAY_CRUSADER5'),
|
|
(28940,1,5,'I used to work for Grand Inquisitor Isillien! Your idea of pain is a normal mid-afternoon for me!',12,0,100,0,0,0,29161,0,'crusader SAY_CRUSADER6'),
|
|
(28940,2,0,'I\'ll tell you everything! STOP! PLEASE!',12,0,100,0,0,0,29149,0,'break crusader SAY_PERSUADED1'),
|
|
(28940,3,0,'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...',12,0,100,0,0,0,29150,0,'break crusader SAY_PERSUADED2'),
|
|
(28940,4,0,'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.',12,0,100,0,0,0,29151,0,'break crusader SAY_PERSUADED3'),
|
|
(28940,5,0,'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!',12,0,100,0,0,0,29152,0,'break crusader SAY_PERSUADED4'),
|
|
(28940,6,0,'LIES! The pain you are about to endure will be talked about for years to come!',12,0,100,0,0,0,29163,0,'break crusader SAY_PERSUADED5'),
|
|
(28940,7,0,'NO! PLEASE! There is one more thing that I forgot to mention... A courier comes soon... From Hearthglen. It...',12,0,100,0,0,0,29153,0,'break crusader SAY_PERSUADED6'),
|
|
(28940,8,0,'I\'ll tear the secrets from your soul! Tell me about the \"Crimson Dawn\" and your life may be spared!',12,0,100,0,0,0,29138,0,'player SAY_PERSUADE1'),
|
|
(28940,8,1,'Tell me what you know about \"Crimson Dawn\" or the beatings will continue!',12,0,100,0,0,0,29134,0,'player SAY_PERSUADE2'),
|
|
(28940,8,2,'I\'m through being courteous with your kind, human! What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29135,0,'player SAY_PERSUADE3'),
|
|
(28940,8,3,'Is your life worth so little? Just tell me what I need to know about \"Crimson Dawn\" and I\'ll end your suffering quickly.',12,0,100,0,0,0,29139,0,'player SAY_PERSUADE4'),
|
|
(28940,8,4,'I can keep this up for a very long time, Scarlet dog! Tell me about the \"Crimson Dawn!\"',12,0,100,0,0,0,29137,0,'player SAY_PERSUADE5'),
|
|
(28940,8,5,'What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29133,0,'player SAY_PERSUADE6'),
|
|
(28940,8,6,'\"Crimson Dawn!\" What is it! Speak!',12,0,100,0,0,0,29136,0,'player SAY_PERSUADE7'),
|
|
(28941,0,0,'Ask for anything and you shall have it! Just spare my life!',12,0,100,0,0,0,29088,0,'Citizen of New Avalon'),
|
|
(28941,0,1,'HELP! HELP!',12,0,100,0,0,0,29074,0,'Citizen of New Avalon'),
|
|
(28941,0,2,'I\'ll give you anything you want! Just let me live!',12,0,100,0,0,0,29087,0,'Citizen of New Avalon'),
|
|
(28941,0,3,'I\'m too young to die!',12,0,100,0,0,0,29086,0,'Citizen of New Avalon'),
|
|
(28941,0,4,'RUN FOR YOUR LIVES!',12,0,100,0,0,0,29072,0,'Citizen of New Avalon'),
|
|
(28941,0,5,'SCOURGE!!! RUN!!!',12,0,100,0,0,0,29075,0,'Citizen of New Avalon'),
|
|
(28941,0,6,'Somebody save me!',12,0,100,0,0,0,29078,0,'Citizen of New Avalon'),
|
|
(28941,0,7,'Spare my life, $n! Please!',12,0,100,0,0,0,29076,0,'Citizen of New Avalon'),
|
|
(28941,0,8,'The Scourge has broken through! RUN AWAY! RUN AWAY!',12,0,100,0,0,0,29073,0,'Citizen of New Avalon'),
|
|
(28941,0,9,'The... They promised that we\'d be safe...',12,0,100,0,0,0,29085,0,'Citizen of New Avalon'),
|
|
(28941,0,10,'Is nowhere safe from these monsters?',12,0,100,0,0,0,29077,0,'Citizen of New Avalon'),
|
|
(28941,0,11,'We\'re all gonna die!!!',12,0,100,0,0,0,29079,0,'Citizen of New Avalon'),
|
|
(28941,0,12,'Filthy coward! Get it over with...',12,0,100,0,0,0,29089,0,'Citizen of New Avalon'),
|
|
(28941,0,13,'Scourge scum... May the Light purge you from this world!',12,0,100,0,0,0,29090,0,'Citizen of New Avalon'),
|
|
(28941,1,0,'Come then, $c!',12,0,100,0,0,0,28790,0,'Citizen of New Avalon'),
|
|
(28941,1,1,'Die Scourge dog! DIE!',12,0,100,0,0,0,28789,0,'Citizen of New Avalon'),
|
|
(28941,1,2,'DIE!',12,0,100,0,0,0,28793,0,'Citizen of New Avalon'),
|
|
(28941,1,3,'I won\'t go down that easy!',12,0,100,0,0,0,28788,0,'Citizen of New Avalon'),
|
|
(28941,1,4,'Is this the best the Scourge can do?',12,0,100,0,0,0,28791,0,'Citizen of New Avalon'),
|
|
(28941,1,5,'You may take my life, but you won\'t take my freedom!',12,0,100,0,0,0,28792,0,'Citizen of New Avalon'),
|
|
(28941,1,6,'You\'re not taking me without a fight!',12,0,100,0,0,0,28787,0,'Citizen of New Avalon'),
|
|
(28941,2,0,'I assure you this much, Quimby, you won\'t be getting my vote next term!',12,0,100,0,0,0,29109,0,'Citizen of New Avalon'),
|
|
(28941,2,1,'I want on that last ship! Don\'t leave us!',12,0,100,0,0,0,29113,0,'Citizen of New Avalon'),
|
|
(28941,2,2,'If you don\'t come out, we\'ll tear this place apart!',12,0,100,0,0,0,29105,0,'Citizen of New Avalon'),
|
|
(28941,2,3,'My whole family\'s been killed! Where was the army when we needed them most?',12,0,100,0,0,0,29100,0,'Citizen of New Avalon'),
|
|
(28941,2,4,'Naxxramas is gone? Who cares! Acherus is here now and the death knights are killing everybody!',12,0,100,0,0,0,29108,0,'Citizen of New Avalon'),
|
|
(28941,2,5,'No more lies, Quimby! We want answers!',12,0,100,0,0,0,29102,0,'Citizen of New Avalon'),
|
|
(28941,2,6,'QUIMBY!!!!!!',12,0,100,0,0,0,29115,0,'Citizen of New Avalon'),
|
|
(28941,2,7,'So much for the Scarlet \'paradise!\'',12,0,100,0,0,0,29114,0,'Citizen of New Avalon'),
|
|
(28941,2,8,'The Scourge are running freely through the streets!',12,0,100,0,0,0,29099,0,'Citizen of New Avalon'),
|
|
(28941,2,9,'This is a slap in the face! We demand answers!',12,0,100,0,0,0,29111,0,'Citizen of New Avalon'),
|
|
(28941,2,10,'We were promised safety! Security!',12,0,100,0,0,0,29098,0,'Citizen of New Avalon'),
|
|
(28941,2,11,'We\'re done for! Save us, Quimby!',12,0,100,0,0,0,29104,0,'Citizen of New Avalon'),
|
|
(28941,2,12,'What\'s \'Crimson Dawn!\' We deserve to know the truth, Quimby!',12,0,100,0,0,0,29107,0,'Citizen of New Avalon'),
|
|
(28941,2,13,'Where are those ships going, Quimby! Tell us the truth!',12,0,100,0,0,0,29103,0,'Citizen of New Avalon'),
|
|
(28941,2,14,'You\'re useless, Quimby!',12,0,100,0,0,0,29110,0,'Citizen of New Avalon'),
|
|
(28941,2,15,'Everybody is dying! Help us!',12,0,100,0,0,0,29106,0,'Citizen of New Avalon'),
|
|
(28942,0,0,'Ask for anything and you shall have it! Just spare my life!',12,0,100,0,0,0,29088,0,'Citizen of New Avalon'),
|
|
(28942,0,1,'HELP! HELP!',12,0,100,0,0,0,29074,0,'Citizen of New Avalon'),
|
|
(28942,0,2,'I\'ll give you anything you want! Just let me live!',12,0,100,0,0,0,29087,0,'Citizen of New Avalon'),
|
|
(28942,0,3,'I\'m too young to die!',12,0,100,0,0,0,29086,0,'Citizen of New Avalon'),
|
|
(28942,0,4,'RUN FOR YOUR LIVES!',12,0,100,0,0,0,29072,0,'Citizen of New Avalon'),
|
|
(28942,0,5,'SCOURGE!!! RUN!!!',12,0,100,0,0,0,29075,0,'Citizen of New Avalon'),
|
|
(28942,0,6,'Somebody save me!',12,0,100,0,0,0,29078,0,'Citizen of New Avalon'),
|
|
(28942,0,7,'Spare my life, $n! Please!',12,0,100,0,0,0,29076,0,'Citizen of New Avalon'),
|
|
(28942,0,8,'The Scourge has broken through! RUN AWAY! RUN AWAY!',12,0,100,0,0,0,29073,0,'Citizen of New Avalon'),
|
|
(28942,0,9,'The... They promised that we\'d be safe...',12,0,100,0,0,0,29085,0,'Citizen of New Avalon'),
|
|
(28942,0,10,'Is nowhere safe from these monsters?',12,0,100,0,0,0,29077,0,'Citizen of New Avalon'),
|
|
(28942,0,11,'We\'re all gonna die!!!',12,0,100,0,0,0,29079,0,'Citizen of New Avalon'),
|
|
(28942,0,12,'Filthy coward! Get it over with...',12,0,100,0,0,0,29089,0,'Citizen of New Avalon'),
|
|
(28942,0,13,'Scourge scum... May the Light purge you from this world!',12,0,100,0,0,0,29090,0,'Citizen of New Avalon'),
|
|
(28942,1,0,'Come then, $c!',12,0,100,0,0,0,28790,0,'Citizen of New Avalon'),
|
|
(28942,1,1,'Die Scourge dog! DIE!',12,0,100,0,0,0,28789,0,'Citizen of New Avalon'),
|
|
(28942,1,2,'DIE!',12,0,100,0,0,0,28793,0,'Citizen of New Avalon'),
|
|
(28942,1,3,'I won\'t go down that easy!',12,0,100,0,0,0,28788,0,'Citizen of New Avalon'),
|
|
(28942,1,4,'Is this the best the Scourge can do?',12,0,100,0,0,0,28791,0,'Citizen of New Avalon'),
|
|
(28942,1,5,'You may take my life, but you won\'t take my freedom!',12,0,100,0,0,0,28792,0,'Citizen of New Avalon'),
|
|
(28942,1,6,'You\'re not taking me without a fight!',12,0,100,0,0,0,28787,0,'Citizen of New Avalon'),
|
|
(28942,2,0,'I assure you this much, Quimby, you won\'t be getting my vote next term!',12,0,100,0,0,0,29109,0,'Citizen of New Avalon'),
|
|
(28942,2,1,'I want on that last ship! Don\'t leave us!',12,0,100,0,0,0,29113,0,'Citizen of New Avalon'),
|
|
(28942,2,2,'If you don\'t come out, we\'ll tear this place apart!',12,0,100,0,0,0,29105,0,'Citizen of New Avalon'),
|
|
(28942,2,3,'My whole family\'s been killed! Where was the army when we needed them most?',12,0,100,0,0,0,29100,0,'Citizen of New Avalon'),
|
|
(28942,2,4,'Naxxramas is gone? Who cares! Acherus is here now and the death knights are killing everybody!',12,0,100,0,0,0,29108,0,'Citizen of New Avalon'),
|
|
(28942,2,5,'No more lies, Quimby! We want answers!',12,0,100,0,0,0,29102,0,'Citizen of New Avalon'),
|
|
(28942,2,6,'QUIMBY!!!!!!',12,0,100,0,0,0,29115,0,'Citizen of New Avalon'),
|
|
(28942,2,7,'So much for the Scarlet \'paradise!\'',12,0,100,0,0,0,29114,0,'Citizen of New Avalon'),
|
|
(28942,2,8,'The Scourge are running freely through the streets!',12,0,100,0,0,0,29099,0,'Citizen of New Avalon'),
|
|
(28942,2,9,'This is a slap in the face! We demand answers!',12,0,100,0,0,0,29111,0,'Citizen of New Avalon'),
|
|
(28942,2,10,'We were promised safety! Security!',12,0,100,0,0,0,29098,0,'Citizen of New Avalon'),
|
|
(28942,2,11,'We\'re done for! Save us, Quimby!',12,0,100,0,0,0,29104,0,'Citizen of New Avalon'),
|
|
(28942,2,12,'What\'s \'Crimson Dawn!\' We deserve to know the truth, Quimby!',12,0,100,0,0,0,29107,0,'Citizen of New Avalon'),
|
|
(28942,2,13,'Where are those ships going, Quimby! Tell us the truth!',12,0,100,0,0,0,29103,0,'Citizen of New Avalon'),
|
|
(28942,2,14,'You\'re useless, Quimby!',12,0,100,0,0,0,29110,0,'Citizen of New Avalon'),
|
|
(28942,2,15,'Everybody is dying! Help us!',12,0,100,0,0,0,29106,0,'Citizen of New Avalon'),
|
|
(28948,0,0,'Ahh... there you are. The master told us you\'d be arriving soon.',12,0,100,4,0,0,29127,0,'Malmortis text'),
|
|
(28948,1,0,'Please, follow me, $N. There is much for you to see...',12,0,100,396,0,0,29128,0,'Malmortis text'),
|
|
(28948,2,0,'You should feel honored. You are the first of the master\'s prospects to be shown our operation.',12,0,100,1,0,0,29171,0,'Malmortis text'),
|
|
(28948,2,1,'Ever since his arrival from Drak\'Tharon, the master has spoken of the time you would be joining him here.',12,0,100,1,0,0,29172,0,'Malmortis text'),
|
|
(28948,3,0,'The things I show you now must never be spoken of outside Voltarus. The world shall come to know our secret soon enough!',12,0,100,5,0,0,29173,0,'Malmortis text'),
|
|
(28948,4,0,'Here lie our stores of blight crystal, without which our project would be impossible.',12,0,100,1,0,0,29174,0,'Malmortis text'),
|
|
(28948,5,0,'I understand that you are to thank for the bulk of our supply.',12,0,100,1,0,0,29175,0,'Malmortis text'),
|
|
(28948,6,0,'These trolls are among those you exposed on the battlefield. Masterfully done, indeed....',12,0,100,1,0,0,29176,0,'Malmortis text'),
|
|
(28948,7,0,'We feel it best to position them here, where they might come in terms with their impending fate.',12,0,100,1,0,0,29433,0,'Malmortis text'),
|
|
(28948,8,0,'This is their destiny....',12,0,100,1,0,0,29434,0,'Malmortis text'),
|
|
(28948,9,0,'The blight slowly seeps into their bodies, gradually preparing them for their conversion.',12,0,100,1,0,0,29435,0,'Malmortis text'),
|
|
(28948,10,0,'This special preparation grants them unique powers far greater than they would otherwise know.',12,0,100,1,0,0,29436,0,'Malmortis text'),
|
|
(28948,11,0,'Soon, the master will grant them the dark gift, making them fit to server the Lich King for eternity!',12,0,100,1,0,0,29437,0,'Malmortis text'),
|
|
(28948,12,0,'Stay for as long as you like, $N. Glory in the fruits of your labor!',12,0,100,5,0,0,29438,0,'Malmortis text'),
|
|
(28948,13,0,'Your service has been invaluable in fulfilling the master\'s plan. May you forever grow in power....',12,0,100,1,0,0,29439,0,'Malmortis text'),
|
|
(28948,14,0,'Farewell.',12,0,100,2,0,0,29440,0,'Malmortis text'),
|
|
(28951,0,0,'Greetings! Please have a look around.',12,0,100,1,0,0,32809,0,'Breanni'),
|
|
(28952,0,0,'I\'M FREE, LITTLE DRAKKARI. TIME TO PAY FOR YOUR MANY TRESSPASSES!',14,0,100,33,0,771,29177,0,'Akali'),
|
|
(28964,1,0,'You\'ll be hanging in the gallows shortly, Scourge fiend!',12,0,100,0,0,0,29160,0,'crusader SAY_CURSADER1'),
|
|
(28964,1,1,'You\'ll have to kill me, monster. I will tell you NOTHING!',12,0,100,0,0,0,29142,0,'crusader SAY_CURSADER2'),
|
|
(28964,1,2,'You hit like a girl. Honestly. Is that the best you can do?',12,0,100,0,0,0,29146,0,'crusader SAY_CURSADER3'),
|
|
(28964,1,3,'ARGH! You burned my last good tabard!',12,0,100,0,0,0,29162,0,'crusader SAY_CURSADER4'),
|
|
(28964,1,4,'Argh... The pain... The pain is almost as unbearable as the lashings I received in grammar school when I was but a child.',12,0,100,0,0,0,29143,0,'crusader SAY_CURSADER5'),
|
|
(28964,1,5,'I used to work for Grand Inquisitor Isillien! Your idea of pain is a normal mid-afternoon for me!',12,0,100,0,0,0,29161,0,'crusader SAY_CURSADER6'),
|
|
(28964,2,0,'I\'ll tell you everything! STOP! PLEASE!',12,0,100,0,0,0,29149,0,'break crusader SAY_PERSUADED1'),
|
|
(28964,3,0,'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...',12,0,100,0,0,0,29150,0,'break crusader SAY_PERSUADED2'),
|
|
(28964,4,0,'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.',12,0,100,0,0,0,29151,0,'break crusader SAY_PERSUADED3'),
|
|
(28964,5,0,'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!',12,0,100,0,0,0,29152,0,'break crusader SAY_PERSUADED4'),
|
|
(28964,6,0,'LIES! The pain you are about to endure will be talked about for years to come!',12,0,100,0,0,0,29163,0,'break crusader SAY_PERSUADED5'),
|
|
(28964,7,0,'NO! PLEASE! There is one more thing that I forgot to mention... A courier comes soon... From Hearthglen. It...',12,0,100,0,0,0,29153,0,'break crusader SAY_PERSUADED6'),
|
|
(28964,8,0,'I\'ll tear the secrets from your soul! Tell me about the \"Crimson Dawn\" and your life may be spared!',12,0,100,0,0,0,29138,0,'player SAY_PERSUADE1'),
|
|
(28964,8,1,'Tell me what you know about \"Crimson Dawn\" or the beatings will continue!',12,0,100,0,0,0,29134,0,'player SAY_PERSUADE2'),
|
|
(28964,8,2,'I\'m through being courteous with your kind, human! What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29135,0,'player SAY_PERSUADE3'),
|
|
(28964,8,3,'Is your life worth so little? Just tell me what I need to know about \"Crimson Dawn\" and I\'ll end your suffering quickly.',12,0,100,0,0,0,29139,0,'player SAY_PERSUADE4'),
|
|
(28964,8,4,'I can keep this up for a very long time, Scarlet dog! Tell me about the \"Crimson Dawn!\"',12,0,100,0,0,0,29137,0,'player SAY_PERSUADE'),
|
|
(28964,8,5,'What is the \"Crimson Dawn?\"',12,0,100,0,0,0,29133,0,'player SAY_PERSUADE6'),
|
|
(28964,8,6,'\"Crimson Dawn!\" What is it! Speak!',12,0,100,0,0,0,29136,0,'player SAY_PERSUADE7'),
|
|
(28989,0,0,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Aemara'),
|
|
(28989,0,1,'Greetings.',12,0,100,3,0,0,32935,0,'Aemara'),
|
|
(28989,0,2,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Aemara'),
|
|
(28989,0,3,'Greetings, $c.',12,0,100,3,0,0,32808,0,'Aemara'),
|
|
(28989,0,4,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Aemara'),
|
|
(28989,0,5,'Welcome.',12,0,100,3,0,0,32936,0,'Aemara'),
|
|
(28989,0,6,'Welcome!',12,0,100,0,0,0,32807,0,'Aemara - Player In Range'),
|
|
(28994,0,0,'Greetings.',12,0,100,3,0,0,32935,0,'Abra Cadabra'),
|
|
(28994,0,1,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Abra Cadabra'),
|
|
(28994,0,2,'Welcome.',12,0,100,3,0,0,32936,0,'Abra Cadabra'),
|
|
(28994,0,3,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Abra Cadabra'),
|
|
(28994,0,4,'Welcome!',12,0,100,0,0,0,32807,0,'Abra Cadabra - Player In Range'),
|
|
(28994,0,5,'Greetings, $c.',12,0,100,0,0,0,32808,0,'Abra Cadabra - Player In Range'),
|
|
(28994,0,6,'Greetings! Please have a look around.',12,0,100,0,0,0,32809,0,'Abra Cadabra - Player In Range'),
|
|
(28996,0,0,'Enough!',14,0,100,15,0,0,31126,0,'Prophet of Akali'),
|
|
(28996,1,0,'And now, Akali, my master will have your blood and I will take some of your power as well!',14,0,100,397,0,0,29180,0,'Prophet of Akali'),
|
|
(28996,2,0,'It is done. Run back to your masters. Run back to Har\'koa. Tell her that I am coming!',14,0,100,14,0,0,29183,0,'Prophet of Akali'),
|
|
(28997,0,0,'Greetings, $c.',12,0,100,3,0,0,32808,0,'Griselda Hunderland'),
|
|
(28997,0,1,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Griselda Hunderland'),
|
|
(28997,0,2,'Greetings.',12,0,100,3,0,0,32935,0,'Griselda Hunderland'),
|
|
(28997,0,3,'Welcome!',12,0,100,3,0,0,32807,0,'Griselda Hunderland'),
|
|
(28997,0,4,'Greetings! Please have a look around.',12,0,100,0,0,0,32809,0,'Griselda Hunderland - Player In Range'),
|
|
(28997,0,5,'Welcome. May I help you find something?',12,0,100,0,0,0,32811,0,'Griselda Hunderland - Player In Range'),
|
|
(28997,0,6,'Welcome.',12,0,100,0,0,0,32936,0,'Griselda Hunderland - Player In Range'),
|
|
(28998,0,0,'Behold, mon! We be creatin\' da greatest Scourge army ever seen!',12,0,100,396,0,14023,29441,0,'Overlord Drakuru'),
|
|
(28998,1,0,'These be da first of many! We shall sweep across Zul\'Drak like da wind....',12,0,100,396,0,14024,29442,0,'Overlord Drakuru'),
|
|
(28998,2,0,'What treachery is this?! You be payin\' for this deceit with your life, mon!',12,0,100,0,0,14025,29885,0,'Overlord Drakuru'),
|
|
(28998,3,0,'The Scepter of Domination glows brightly! Use it now!',41,0,100,0,0,0,29886,0,'Overlord Drakuru'),
|
|
(28998,4,0,'How could dis be? Da Lich King said he be havin\' great plans for you, mon...',14,0,100,0,0,14027,29917,0,'Overlord Drakuru'),
|
|
(28998,4,1,'Ya done turned your back on destiny, mon. Now you gunna die!',14,0,100,0,0,14029,29919,0,'Overlord Drakuru'),
|
|
(28998,4,2,'Fool! Ya coulda been havin\' great power, mon!',14,0,100,0,0,14026,29916,0,'Overlord Drakuru'),
|
|
(28998,4,3,'Your betrayal not gunna be slowin\' me down none, mon.',14,0,100,0,0,14030,29920,0,'Overlord Drakuru'),
|
|
(28998,4,4,'I shoulda known not to be trustin\' nobody!',14,0,100,0,0,14028,29918,0,'Overlord Drakuru'),
|
|
(28998,4,5,'I never needed ya, mon. I can crush Zul\'Drak without ya!',14,0,100,0,0,14031,29921,0,'Overlord Drakuru'),
|
|
(28998,5,0,'ENOUGH!',14,0,100,22,0,14020,29922,0,'Overlord Drakuru'),
|
|
(28998,6,0,'Dis foolish treachery has cost ya your destiny!',14,0,100,396,0,14021,29923,0,'Overlord Drakuru'),
|
|
(28998,7,0,'Master, dis mortal scum be double-crossin\' us. Dey must be made to suffer!',12,0,100,396,0,14022,29969,0,'Overlord Drakuru'),
|
|
(28998,8,0,'Disguise Failing! Avoid Scourge Contact!',41,0,100,0,0,0,28891,0,'Overlord Drakuru'),
|
|
(29001,0,0,'The Crusade will purge your kind from this world!',14,0,100,0,0,0,29215,0,'high inquisitor valroth'),
|
|
(29001,1,0,'It seems that I\'ll need to deal with you myself. The High Inquisitor comes for you, Scourge!',14,0,100,0,0,0,29216,0,'high inquisitor valroth'),
|
|
(29001,2,0,'You have come seeking deliverance? I have come to deliver!',12,0,100,0,0,0,29222,0,'high inquisitor valroth'),
|
|
(29001,2,1,'LIGHT PURGE YOU!',12,0,100,0,0,0,29221,0,'high inquisitor'),
|
|
(29001,2,2,'Coward!',12,0,100,0,0,0,30699,0,'high inquisitor valroth'),
|
|
(29001,3,0,'%s\'s remains fall to the ground.',41,0,100,0,0,0,29223,0,'high inquisitor'),
|
|
(29001,4,0,'Acolytes, chain them all up! Prepare them for questioning!',14,0,100,0,0,0,29202,0,'high inquisitor'),
|
|
(29001,5,0,'Scourge filth! By the Light be cleansed!',14,0,100,0,0,0,29214,0,'high inquisitor'),
|
|
(29001,6,0,'Your dark Scourge magic won\'t protect you from the Light!',12,0,100,0,0,0,29218,0,'high inquisitor'),
|
|
(29021,0,0,'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.',12,0,100,0,0,12196,29236,0,'Akil\'zon'),
|
|
(29022,0,0,'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.',12,0,100,0,0,643,29233,0,'Halazzi'),
|
|
(29023,0,0,'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.',12,0,100,0,0,9919,29235,0,'Jana\'lai'),
|
|
(29024,0,0,'The unblemished heart of the guardian must be secured to show defiance and strength. Jealous Zim\'Rhuk keeps those who harbor it.',12,0,100,0,0,473,29234,0,'Nalorakk'),
|
|
(29028,0,0,'What is this? I recognize you from when I killed Akali. You must be this $n that everyone is dreading.',14,0,100,25,0,12009,29250,0,'Prophet of Akali'),
|
|
(29028,1,0,'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!',14,0,100,15,0,6200,29251,0,'Prophet of Akali'),
|
|
(29028,2,0,'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!',14,0,100,11,0,0,29253,0,'Prophet of Akali'),
|
|
(29028,3,0,'You\'ve meddled in affairs that were none of your business. You are nothing but a foreign invader. Prepare to die!',14,0,100,15,0,0,29256,0,'Prophet of Akali'),
|
|
(29028,4,0,'The prophet begins to cast a ritual of annihilation.',16,0,100,0,0,0,29257,0,'Prophet of Akali'),
|
|
(29028,5,0,'What? HAR\'KOA?!',14,0,100,0,0,0,29271,0,'Prophet of Akali'),
|
|
(29028,6,0,'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!',14,0,100,0,0,0,29273,0,'Prophet of Akali'),
|
|
(29028,7,0,'NO! I will not be defeated!',14,0,100,0,0,0,29275,0,'Prophet of Akali'),
|
|
(29032,0,0,'Come to finish the job, have you?',12,0,100,0,0,0,29286,0,'Malar Bravehorn - SAY_EXEC_START'),
|
|
(29032,1,0,'You\'ll look me in the eyes when...',12,0,100,0,0,0,29287,0,'Malar Bravehorn - SAY_EXEC_PROG'),
|
|
(29032,2,0,'$n?',12,0,100,0,0,0,29288,0,'Malar Bravehorn - SAY_EXEC_NAME'),
|
|
(29032,3,0,'$n, I\'d recognize those horns anywhere... What... What have they done to you, $n?',12,0,100,0,0,0,29289,0,'Malar Bravehorn - SAY_EXEC_RECOG'),
|
|
(29032,4,0,'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!',12,0,100,0,0,0,29290,0,'Malar Bravehorn - SAY_EXEC_NOREM'),
|
|
(29032,5,0,'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.',12,0,100,0,0,0,29294,0,'Malar Bravehorn - SAY_EXEC_THINK'),
|
|
(29032,6,0,'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!',12,0,100,0,0,0,29295,0,'Malar Bravehorn - SAY_EXEC_LISTEN'),
|
|
(29032,7,0,'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.',12,0,100,0,0,0,29301,0,'Malar Bravehorn - SAY_EXEC_TIME'),
|
|
(29032,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29302,0,'Malar Bravehorn - SAY_EXEC_WAITING'),
|
|
(29032,9,0,'%s dies from his injuries.',16,0,100,0,0,0,29303,0,'Malar Bravehorn - EMOTE_DIES'),
|
|
(29043,0,0,'Who wants to see Rejek\'s new helmet?',12,0,100,1,0,0,29460,0,'Rejek'),
|
|
(29043,1,0,'Ok, Rejek show!',12,0,100,1,0,0,29463,0,'Rejek'),
|
|
(29043,2,0,'What you think?',12,0,100,1,0,0,29464,0,'Rejek'),
|
|
(29043,3,0,'Rejek like! If helmet scares pups, Rejek can\'t wait to see what it does to big-tongue cowards!',12,0,100,35,0,0,29466,0,'Rejek'),
|
|
(29043,4,0,'Still warm, just the way Rejek likes it.',12,0,100,1,0,0,29247,0,'Rejek'),
|
|
(29043,5,0,'Rejek feel strong! Rejek crush big-tongue skulls between his hands!',12,0,100,34,0,0,29248,0,'Rejek'),
|
|
(29043,6,0,'Rejek and $n will teach the enemies of the Frenzyheart to fear us!',12,0,100,53,0,0,29249,0,'Rejek'),
|
|
(29050,0,0,'PROPHET!',14,0,100,0,0,643,29269,0,'Har\'koa'),
|
|
(29050,1,0,'YOU KEEP YOUR FILTHY DRAKKARI HANDS OFF OF THEM!',14,0,100,35,0,11887,29272,0,'Har\'koa'),
|
|
(29050,2,0,'I THINK NOT. YOU WILL DROP YOUR IMMUNITY, CEASE YOUR RITUAL NOW AND RELEASE THEM!',14,0,100,0,0,11883,29274,0,'Har\'koa'),
|
|
(29050,3,0,'Thank you. Once again you have saved us all. I will see you back at Zim\'Torga.',14,0,100,0,0,0,29276,0,'Har\'koa'),
|
|
(29053,0,0,'What\'s going on in there? What\'s taking so long, $n?',14,0,100,0,0,0,29382,0,'Knight Commander Plaguefist - SAY_PLAGUEFIST'),
|
|
(29061,0,0,'Come to finish the job, have you?',12,0,100,0,0,0,29310,0,'Ellen Stanbridge - SAY_EXEC_START'),
|
|
(29061,1,0,'I\'d like to stand for...',12,0,100,0,0,0,29311,0,'Ellen Stanbridge - SAY_EXEC_PROG'),
|
|
(29061,2,0,'$n?',12,0,100,0,0,0,29312,0,'Ellen Stanbridge - SAY_EXEC_NAME'),
|
|
(29061,3,0,'$n, I\'d recognize that face anywhere... What... What have they done to you, $n?',12,0,100,0,0,0,29313,0,'Ellen Stanbridge - SAY_EXEC_RECOG'),
|
|
(29061,4,0,'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!',12,0,100,0,0,0,29314,0,'Ellen Stanbridge - SAY_EXEC_NOREM'),
|
|
(29061,5,0,'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.',12,0,100,0,0,0,29315,0,'Ellen Stanbridge - SAY_EXEC_THINK'),
|
|
(29061,6,0,'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!',12,0,100,0,0,0,29316,0,'Ellen Stanbridge - SAY_EXEC_LISTEN'),
|
|
(29061,7,0,'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.',12,0,100,0,0,0,29317,0,'Ellen Stanbridge - SAY_EXEC_TIME'),
|
|
(29061,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29318,0,'Ellen Stanbridge - SAY_EXEC_WAITING'),
|
|
(29061,9,0,'%s dies from her injuries.',16,0,100,0,0,0,29319,0,'Ellen Stanbridge - EMOTE_DIES'),
|
|
(29065,0,0,'Come to finish the job, have you?',12,0,100,0,0,0,29322,0,'Yazmina Oakenthorn - SAY_EXEC_START'),
|
|
(29065,1,0,'I\'d like to stand for...',12,0,100,0,0,0,29323,0,'Yazmina Oakenthorn - SAY_EXEC_PROG'),
|
|
(29065,2,0,'$n?',12,0,100,0,0,0,29324,0,'Yazmina Oakenthorn - SAY_EXEC_NAME'),
|
|
(29065,3,0,'$n, I\'d recognize that face anywhere... What... What have they done to you, $n?',12,0,100,0,0,0,29325,0,'Yazmina Oakenthorn - SAY_EXEC_RECOG'),
|
|
(29065,4,0,'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?',12,0,100,0,0,0,29326,0,'Yazmina Oakenthorn - SAY_EXEC_NOREM'),
|
|
(29065,5,0,'You must remember the splendor of life, $g brother:sister;. You were a champion of the kaldorei once! This isn\'t you!',12,0,100,0,0,0,29328,0,'Yazmina Oakenthorn - SAY_EXEC_THINK'),
|
|
(29065,6,0,'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!',12,0,100,0,0,0,29389,0,'Yazmina Oakenthorn - SAY_EXEC_LISTEN'),
|
|
(29065,7,0,'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.',12,0,100,0,0,0,29330,0,'Yazmina Oakenthorn - SAY_EXEC_TIME'),
|
|
(29065,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29331,0,'Yazmina Oakenthorn - SAY_EXEC_WAITING'),
|
|
(29065,9,0,'%s dies from her injuries.',16,0,100,0,0,0,29333,0,'Yazmina Oakenthorn - EMOTE_DIES'),
|
|
(29067,0,0,'Come to finish the job, have ye?',12,0,100,0,0,0,29335,0,'Donovan Pulfrost - SAY_EXEC_START'),
|
|
(29067,1,0,'Well this son o\' Ironforge would like...',12,0,100,0,0,0,29336,0,'Donovan Pulfrost - SAY_EXEC_PROG'),
|
|
(29067,2,0,'$n?',12,0,100,0,0,0,29337,0,'Donovan Pulfrost - SAY_EXEC_NAME'),
|
|
(29067,3,0,'$n, I\'d recognize that face anywhere... What... What have they done to ye, $g lad:lass;?',12,0,100,0,0,0,29338,0,'Donovan Pulfrost - SAY_EXEC_RECOG'),
|
|
(29067,4,0,'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!',12,0,100,0,0,0,29339,0,'Donovan Pulfrost - SAY_EXEC_NOREM'),
|
|
(29067,5,0,'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!',12,0,100,0,0,0,29340,0,'Donovan Pulfrost - SAY_EXEC_THINK'),
|
|
(29067,6,0,'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!',12,0,100,0,0,0,29341,0,'Donovan Pulfrost - SAY_EXEC_LISTEN'),
|
|
(29067,7,0,'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!!!',12,0,100,0,0,0,29342,0,'Donovan Pulfrost - SAY_EXEC_TIME'),
|
|
(29067,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29343,0,'Donovan Pulfrost - SAY_EXEC_WAITING'),
|
|
(29067,9,0,'%s dies from his injuries.',16,0,100,0,0,0,29344,0,'Donovan Pulfrost - EMOTE_DIES'),
|
|
(29068,0,0,'Come to finish the job, have you?',12,0,100,0,0,0,29347,0,'Goby Blastenheimer - SAY_EXEC_START'),
|
|
(29068,1,0,'If you\'d allow me just one...',12,0,100,0,0,0,29348,0,'Goby Blastenheimer - SAY_EXEC_PROG'),
|
|
(29068,2,0,'$n?',12,0,100,0,0,0,29349,0,'Goby Blastenheimer - SAY_EXEC_NAME'),
|
|
(29068,3,0,'$n, I\'d recognize that face anywhere... What... What have they done to you, $n?',12,0,100,0,0,0,29350,0,'Goby Blastenheimer - SAY_EXEC_RECOG'),
|
|
(29068,4,0,'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!',12,0,100,0,0,0,29351,0,'Goby Blastenheimer - SAY_EXEC_NOREM'),
|
|
(29068,5,0,'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.',12,0,100,0,0,0,29352,0,'Goby Blastenheimer - SAY_EXEC_THINK'),
|
|
(29068,6,0,'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!',12,0,100,0,0,0,29353,0,'Goby Blastenheimer - SAY_EXEC_LISTEN'),
|
|
(29068,7,0,'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.',12,0,100,0,0,0,29354,0,'Goby Blastenheimer - SAY_EXEC_TIME'),
|
|
(29068,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29355,0,'Goby Blastenheimer - SAY_EXEC_WAITING'),
|
|
(29068,9,0,'%s dies from his injuries.',16,0,100,0,0,0,29356,0,'Goby Blastenheimer - EMOTE_DIES'),
|
|
(29070,0,0,'Come to finish the job, have you?',12,0,100,0,0,0,29357,0,'Valok the RighteousSAY_EXEC_START'),
|
|
(29070,1,0,'You\'ll look me in the eyes when...',12,0,100,0,0,0,29358,0,'Valok the RighteousSAY_EXEC_PROG'),
|
|
(29070,2,0,'$n?',12,0,100,0,0,0,29359,0,'Valok the RighteousSAY_EXEC_NAME'),
|
|
(29070,3,0,'$n, I\'d recognize those face tentacles anywhere... What... What have they done to you, $n?',12,0,100,0,0,0,29360,0,'Valok the RighteousSAY_EXEC_RECOG'),
|
|
(29070,4,0,'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!',12,0,100,0,0,0,29361,0,'Valok the RighteousSAY_EXEC_NOREM'),
|
|
(29070,5,0,'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.',12,0,100,0,0,0,29362,0,'Valok the RighteousSAY_EXEC_THINK'),
|
|
(29070,6,0,'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!',12,0,100,0,0,0,29363,0,'Valok the RighteousSAY_EXEC_LISTEN'),
|
|
(29070,7,0,'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.',12,0,100,0,0,0,29364,0,'Valok the RighteousSAY_EXEC_TIME'),
|
|
(29070,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29365,0,'Valok the RighteousSAY_EXEC_WAITING'),
|
|
(29070,9,0,'%s dies from his injuries.',16,0,100,0,0,0,29366,0,'Valok the RighteousEMOTE_DIES'),
|
|
(29071,0,0,'Come to finish the job, have you?',12,0,100,0,0,0,29393,0,'Antoine Brack - SAY_EXEC_START'),
|
|
(29071,1,0,'Ironic, isn\'t it? To be killed...',12,0,100,0,0,0,29394,0,'Antoine Brack - SAY_EXEC_PROG'),
|
|
(29071,2,0,'$n?',12,0,100,0,0,0,29395,0,'Antoine Brack - SAY_EXEC_NAME'),
|
|
(29071,3,0,'$n, I\'d recognize that decay anywhere... What... What have they done to you, $n?',12,0,100,0,0,0,29396,0,'Antoine Brack - SAY_EXEC_RECOG'),
|
|
(29071,4,0,'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.',12,0,100,0,0,0,29397,0,'Antoine Brack - SAY_EXEC_NOREM'),
|
|
(29071,5,0,'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!',12,0,100,0,0,0,29398,0,'Antoine Brack - SAY_EXEC_THINK'),
|
|
(29071,6,0,'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 - AGAIN. You were once a hero and you can be again. Fight, damn you! Fight his control!',12,0,100,0,0,0,29399,0,'Antoine Brack - SAY_EXEC_LISTEN'),
|
|
(29071,7,0,'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!',12,0,100,0,0,0,29400,0,'Antoine Brack - SAY_EXEC_TIME'),
|
|
(29071,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29401,0,'Antoine Brack - SAY_EXEC_WAITING'),
|
|
(29071,9,0,'%s dies from his injuries.',16,0,100,0,0,0,29402,0,'Antoine Brack - EMOTE_DIES'),
|
|
(29072,0,0,'Come to finish the job, have you?',12,0,100,0,0,0,29383,0,'Kug Ironjaw - SAY_EXEC_START'),
|
|
(29072,1,0,'I want to die like an orc...',12,0,100,0,0,0,29384,0,'Kug Ironjaw - SAY_EXEC_PROG'),
|
|
(29072,2,0,'$n?',12,0,100,0,0,0,29385,0,'Kug Ironjaw - SAY_EXEC_NAME'),
|
|
(29072,3,0,'$n, I\'d recognize that face anywhere... What... What have they done to you, $n?',12,0,100,0,0,0,29386,0,'Kug Ironjaw - SAY_EXEC_RECOG'),
|
|
(29072,4,0,'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!',12,0,100,0,0,0,29387,0,'Kug Ironjaw - SAY_EXEC_NOREM'),
|
|
(29072,5,0,'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!',12,0,100,0,0,0,29388,0,'Kug Ironjaw - SAY_EXEC_THINK'),
|
|
(29072,6,0,'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!',12,0,100,0,0,0,29389,0,'Kug Ironjaw - SAY_EXEC_LISTEN'),
|
|
(29072,7,0,'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.',12,0,100,0,0,0,29390,0,'Kug Ironjaw - SAY_EXEC_TIME'),
|
|
(29072,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29391,0,'Kug Ironjaw - SAY_EXEC_WAITING'),
|
|
(29072,9,0,'%s dies from his injuries.',16,0,100,0,0,0,29392,0,'Kug Ironjaw - EMOTE_DIES'),
|
|
(29073,0,0,'Come ta finish da job, mon?',12,0,100,0,0,0,29403,0,'Iggy Darktusk - SAY_EXEC_START'),
|
|
(29073,1,0,'Dis troll gonna stand for da...',12,0,100,0,0,0,29404,0,'Iggy Darktusk - SAY_EXEC_PROG'),
|
|
(29073,2,0,'$n? Mon?',12,0,100,0,0,0,29405,0,'Iggy Darktusk - SAY_EXEC_NAME'),
|
|
(29073,3,0,'$n, I\'d recognize dem tusks anywhere... What... What have dey done ta you, mon?',12,0,100,0,0,0,29406,0,'Iggy Darktusk - SAY_EXEC_RECOG'),
|
|
(29073,4,0,'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!',12,0,100,0,0,0,29407,0,'Iggy Darktusk - SAY_EXEC_NOREM'),
|
|
(29073,5,0,'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!',12,0,100,0,0,0,29408,0,'Iggy Darktusk - SAY_EXEC_THINK'),
|
|
(29073,6,0,'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!',12,0,100,0,0,0,29409,0,'Iggy Darktusk - SAY_EXEC_LISTEN'),
|
|
(29073,7,0,'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!',12,0,100,0,0,0,29410,0,'Iggy Darktusk - SAY_EXEC_TIME'),
|
|
(29073,8,0,'Do it, $n! Put me out a me misery!',12,0,100,0,0,0,29411,0,'Iggy Darktusk - SAY_EXEC_WAITING'),
|
|
(29073,9,0,'%s dies from his injuries.',16,0,100,0,0,0,29412,0,'Iggy Darktusk - EMOTE_DIES'),
|
|
(29074,0,0,'Come to finish the job, have you?',12,0,100,0,0,0,29368,0,'Lady Eonys - SAY_EXEC_START'),
|
|
(29074,1,0,'You\'ll look me in the eyes when...',12,0,100,0,0,0,29369,0,'Lady Eonys - SAY_EXEC_PROG'),
|
|
(29074,2,0,'$n?',12,0,100,0,0,0,29372,0,'Lady Eonys - SAY_EXEC_NAME'),
|
|
(29074,3,0,'$n, I\'d recognize that face anywhere... What... What have they done to you, $n?',12,0,100,0,0,0,29370,0,'Lady Eonys - SAY_EXEC_RECOG'),
|
|
(29074,4,0,'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 blood elf!',12,0,100,0,0,0,29373,0,'Lady Eonys - SAY_EXEC_NOREM'),
|
|
(29074,5,0,'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.',12,0,100,0,0,0,29374,0,'Lady Eonys - SAY_EXEC_THINK'),
|
|
(29074,6,0,'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!',12,0,100,0,0,0,29375,0,'Lady Eonys - SAY_EXEC_LISTEN'),
|
|
(29074,7,0,'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.',12,0,100,0,0,0,29376,0,'Lady Eonys - SAY_EXEC_TIME'),
|
|
(29074,8,0,'Do it, $n! Put me out of my misery!',12,0,100,0,0,0,29377,0,'Lady Eonys - SAY_EXEC_WAITING'),
|
|
(29074,9,0,'%s dies from her injuries.',16,0,100,0,0,0,29378,0,'Lady Eonys - EMOTE_DIES'),
|
|
(29076,0,0,'Hrm, what a strange tree. I must investigate.',12,0,100,0,0,0,29413,0,'scarlet courier SAY_TREE1'),
|
|
(29076,1,0,'What\'s this!? This isn\'t a tree at all! Guards! Guards!',12,0,100,0,0,0,29415,0,'scarlet courier SAY_TREE2'),
|
|
(29089,0,0,'%s falls asleep.',16,0,100,15,0,0,0,0,'Mini-Tyrael'),
|
|
(29089,1,0,'%s becomes enraged.',16,0,100,15,0,0,0,0,'Mini-Tyrael'),
|
|
(29110,0,0,'Bow before your king!',14,0,100,0,0,14796,29511,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,1,'Come to me, Crusaders. I will remake you!',14,0,100,0,0,14799,29514,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,3,'Cower before my terrible creations!',14,0,100,0,0,14800,29515,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,4,'Feast, my children! Feast upon the flesh of the living!',14,0,100,0,0,14801,29516,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,5,'Lay down your arms and surrender your souls!',14,0,100,0,0,14802,29517,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,6,'Leave no survivors!',14,0,100,0,0,14793,29508,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,7,'Soon you will belong to the Scourge.',14,0,100,0,0,14794,29509,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,8,'The Light has abandoned you!',14,0,100,0,0,14797,29512,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,9,'There is no Light. Only darkness!',14,0,100,0,0,14798,29513,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,10,'Where is your Light now, Crusaders?',14,0,100,0,0,14795,29510,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,11,'This is the end!',14,0,100,0,0,14789,29503,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,12,'Suffer, insects!',14,0,100,0,0,14787,29467,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,13,'Ravage the living, minions!',14,0,100,0,0,14788,29502,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,14,'The sacking of the Scarlet Enclave will be a lesson for history!',14,0,100,0,0,14790,29504,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,15,'There is nowhere to run...',14,0,100,0,0,14791,29505,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29110,0,16,'Let the destruction of this place serve as a lesson to all those who would dare oppose the Scourge!',14,0,100,0,0,14792,29506,0,'Lich King - Ebon Hold - Phase 3 Voice Lines'),
|
|
(29112,0,0,'Flattery will get you nowhere.',12,0,100,1,0,0,29650,0,'Gothik the Harvester'),
|
|
(29112,1,0,'Don\'t be ridiculous. Where would you even go if I did spare you? We just finished eradicating your civilization, remember?',12,0,100,1,0,0,29651,0,'Gothik the Harvester'),
|
|
(29112,2,0,'Oh yes. Immensely. The pain will propably render you unconcious - hence the vat of slime you\'re floating in!',12,0,100,1,0,0,0,0,'Gothik the Harvester'),
|
|
(29112,3,0,'That\'s how you know it\'s working.',12,0,100,1,0,0,29648,0,'Gothik the Harvester'),
|
|
(29112,4,0,'You idiot! That\'s What I\'m Doing Right Now!',12,0,100,5,0,0,0,0,'Gothik the Harvester'),
|
|
(29112,5,0,'I AM going to kill you. What\'s the rush?',12,0,100,6,0,0,29649,0,'Gothik the Harvester'),
|
|
(29113,0,0,'We need more flesh!',14,0,100,5,0,0,29634,0,'Noth the Plaguebringer'),
|
|
(29113,0,1,'Double your efforts! The final assault draws near!',14,0,100,5,0,0,29639,0,'Noth the Plaguebringer'),
|
|
(29120,0,0,'Eternal agony awaits you!',14,0,100,0,0,14054,32308,0,'anub arak SAY_AGGRO'),
|
|
(29120,1,0,'Soon the master\'s voice will call to you.',14,0,100,0,0,14057,32311,0,'anub arak SAY_SLAY_1'),
|
|
(29120,1,1,'You have made your choice.',14,0,100,0,0,14056,32310,0,'anub arak SAY_SLAY_2'),
|
|
(29120,1,2,'You shall experience my torment first hand!',14,0,100,0,0,14055,32309,0,'anub arak SAY_SLAY_3'),
|
|
(29120,2,0,'Ahhh... RAAAAAGH! Never thought... I would be free of him....',14,0,100,0,0,14069,32317,0,'anub arak SAY_DEATH'),
|
|
(29120,3,0,'Your armor is useless against my locusts!',14,0,100,0,0,14060,32314,0,'anub arak SAY_LOCUST_1'),
|
|
(29120,3,1,'Uunak-hissss tik-k-k-k-k!',14,0,100,0,0,14067,32315,0,'anub arak SAY_LOCUST_2'),
|
|
(29120,3,2,'A pestilence upon you!',14,0,100,0,0,14068,32316,0,'anub arak SAY_LOCUST_3'),
|
|
(29120,4,0,'Auum na-l ak-k-k-k, isshhh.',14,0,100,0,0,14058,32312,0,'anub arak SAY_SUBMERGE_1'),
|
|
(29120,4,1,'Come forth, my brethren! Feast on their flesh!',14,0,100,0,0,14059,32313,0,'anub arak SAY_SUBMERGE_2'),
|
|
(29120,5,0,'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? ',14,0,100,0,0,14053,0,0,'anub arak SAY_INTRO'),
|
|
(29173,0,0,'Soldiers of the Scourge, stand ready! Prepare to unleash your fury upon the Argent Dawn!',14,0,100,0,0,14677,29694,0,'Highlord Darion Mograine'),
|
|
(29173,1,0,'The sky weeps at the glorious devastation of these lands! Soon, Azeroth\'s futile tears will rain down upon us!',14,0,100,0,0,14678,29696,0,'Highlord Darion Mograine'),
|
|
(29173,2,0,'Death knights of Acherus, the death march begins!',14,0,100,0,0,14681,29697,0,'Highlord Darion Mograine'),
|
|
(29173,3,0,'Soldiers of the Scourge, death knights of Acherus, minions of the darkness: hear the call of the Highlord!',14,0,100,0,0,14679,29699,0,'Highlord Darion Mograine'),
|
|
(29173,4,0,'RISE!',14,0,100,0,0,14680,31198,0,'Highlord Darion Mograine'),
|
|
(29173,5,0,'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!',14,0,100,0,0,14682,29722,0,'Highlord Darion Mograine'),
|
|
(29173,8,0,'Kneel before the Highlord!',12,0,100,0,0,14683,29727,0,'Highlord Darion Mograine'),
|
|
(29173,8,1,'You stand no chance!',12,0,100,0,0,14684,29728,0,'Highlord Darion Mograine'),
|
|
(29173,8,2,'The Scourge will destroy this place!',12,0,100,0,0,14685,29729,0,'Highlord Darion Mograine'),
|
|
(29173,8,3,'Your life is forfeit.',12,0,100,0,0,14686,62815,0,'Highlord Darion Mograine'),
|
|
(29173,8,4,'Life is meaningless without suffering!',12,0,100,0,0,14687,29731,0,'Highlord Darion Mograine'),
|
|
(29173,8,5,'How much longer will your forces hold out?',12,0,100,0,0,14688,29732,0,'Highlord Darion Mograine'),
|
|
(29173,8,6,'The Argent Dawn is finished!',12,0,100,0,0,14689,29733,0,'Highlord Darion Mograine'),
|
|
(29173,8,7,'Spare no one!',12,0,100,0,0,14690,29734,0,'Highlord Darion Mograine'),
|
|
(29173,8,8,'What is this?! My... I cannot strike...',12,0,100,0,0,14691,29735,0,'Highlord Darion Mograine'),
|
|
(29173,8,9,'OBEY ME, BLADE!',14,0,100,0,0,14692,29736,0,'Highlord Darion Mograine'),
|
|
(29173,8,10,'You will do as I command! I am in control here!',12,0,100,0,0,14693,29737,0,'Highlord Darion Mograine'),
|
|
(29173,8,11,'I... I cannot... The blade fights me...',12,0,100,0,0,14694,29738,0,'Highlord Darion Mograine'),
|
|
(29173,8,12,'What is happening to me?',12,0,100,0,0,14695,29739,0,'Highlord Darion Mograine'),
|
|
(29173,8,13,'Power... wanes...',12,0,100,0,0,14696,29740,0,'Highlord Darion Mograine'),
|
|
(29173,8,14,'Ashbringer defies me...',12,0,100,0,0,14697,29741,0,'Highlord Darion Mograine'),
|
|
(29173,8,15,'Minions, come to my aid!',12,0,100,0,0,14698,29742,0,'Highlord Darion Mograine'),
|
|
(29173,26,0,'Stand down, death knights. We have lost. The Light... this place... no hope...',12,0,100,0,0,14699,29760,0,'Highlord Darion Mograine'),
|
|
(29173,30,0,'Save your breath, old man. It might be the last you ever draw.',12,0,100,0,0,14700,29761,0,'Highlord Darion Mograine'),
|
|
(29173,32,0,'Father!',12,0,100,0,0,14701,29767,0,'Highlord Darion Mograine'),
|
|
(29173,33,0,'Argh... what... is...',12,0,100,0,0,14702,29768,0,'Highlord Darion Mograine'),
|
|
(29173,43,0,'You... betrayed me. You betrayed us all, monster! Face the might of Mograine!',14,0,100,0,0,14707,29781,0,'Highlord Darion Mograine'),
|
|
(29173,51,0,'That day is not today...',12,0,100,0,0,14708,29824,0,'Highlord Darion Mograine'),
|
|
(29173,52,0,'Tirion!',14,0,100,0,0,14709,29801,0,'Highlord Darion Mograine'),
|
|
(29173,67,0,'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!',12,0,100,0,0,14710,29851,0,'Highlord Darion Mograine'),
|
|
(29173,68,0,'Thousands of Scourge rise up at the Highlord\'s command.',16,0,100,0,0,0,0,0,''),
|
|
(29173,69,0,'The army marches towards Light\'s Hope Chapel.',16,0,100,0,0,0,0,0,''),
|
|
(29173,70,0,'After over a hundred Defenders of the Light fall, Highlord Tirion Fordring arrives.',16,0,100,0,0,0,0,0,''),
|
|
(29173,72,0,'%s kneels in defeat before Tirion Fordring.',41,0,100,0,0,0,29759,0,'Highlord Darion Mograine'),
|
|
(29173,77,0,'%s becomes himself again...and is now angry.',16,0,100,0,0,0,0,0,'Highlord Darion Mograine'),
|
|
(29173,81,0,'%s throws the Corrupted Ashbringer to Tirion, who catches it. Tirion becomes awash with Light, and the Ashbringer is cleansed.',16,0,100,0,0,0,0,0,'Highlord Darion Mograine'),
|
|
(29173,82,0,'%s collapses.',16,0,100,0,0,0,29802,0,'Highlord Darion Mograine'),
|
|
(29173,85,0,'Light washes over the chapel ? the Light of Dawn is uncovered.',16,0,100,0,0,0,0,0,''),
|
|
(29175,24,0,'You cannot win, Darion!',14,0,100,0,0,14584,29743,0,'Highlord Tirion Fordring'),
|
|
(29175,25,0,'Bring them before the chapel!',14,0,100,0,0,14585,29756,0,'Highlord Tirion Fordring'),
|
|
(29175,27,0,'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!',12,0,100,0,0,14586,29744,0,'Highlord Tirion Fordring'),
|
|
(29175,28,0,'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.',12,0,100,0,0,14587,29745,0,'Highlord Tirion Fordring'),
|
|
(29175,29,0,'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!',12,0,100,0,0,14588,29746,0,'Highlord Tirion Fordring'),
|
|
(29175,46,0,'You\'re a damned monster, Arthas!',12,0,100,0,0,14589,29783,0,'Highlord Tirion Fordring'),
|
|
(29175,53,0,'ARTHAS!!!!',14,0,100,0,0,14591,29803,0,'Highlord Tirion Fordring'),
|
|
(29175,55,0,'Your end.',14,0,100,0,0,14592,29861,0,'Highlord Tirion Fordring'),
|
|
(29175,59,0,'Rise, Darion, and listen...\n',12,0,100,0,0,14593,29835,0,'Highlord Tirion Fordring'),
|
|
(29175,60,0,'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!',12,0,100,0,0,14594,29843,0,'Highlord Tirion Fordring'),
|
|
(29175,61,0,'And while such things can never be forgotten, we must remain vigilant in our cause!\n',12,0,100,0,0,14595,29845,0,'Highlord Tirion Fordring'),
|
|
(29175,62,0,'The Lich King must answer for what he has done, and must not be allowed to cause further destruction in our world.',12,0,100,0,0,14596,29846,0,'Highlord Tirion Fordring'),
|
|
(29175,63,0,'I make a promise to you now, brothers and sisters: the Lich King will be defeated! On this day, I call for a union.',12,0,100,0,0,14597,29847,0,'Highlord Tirion Fordring'),
|
|
(29175,64,0,'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',12,0,100,0,0,14598,29848,0,'Highlord Tirion Fordring'),
|
|
(29175,65,0,'We will take the fight to Arthas, and we will tear down the walls of Icecrown!',12,0,100,0,0,14599,29849,0,'Highlord Tirion Fordring'),
|
|
(29175,66,0,'The Argent Crusade comes for you, Arthas!\n',14,0,100,0,0,14600,29850,0,'Highlord Tirion Fordring'),
|
|
(29175,79,0,'%s gasps for air.',16,0,100,0,0,0,37502,0,'Highlord Tirion Fordring'),
|
|
(29175,83,0,'%s charges towards the Lich King, Ashbringer in hand and strikes the Lich King.',16,0,100,0,0,0,0,0,'Highlord Tirion Fordring'),
|
|
(29176,0,0,'%s falls unconscious.',41,0,100,0,0,0,29725,0,''),
|
|
(29176,6,0,'Scourge armies approach!',14,0,100,0,0,0,29724,0,'Korfax, Champion of the Light'),
|
|
(29177,0,0,'%s falls unconscious.',41,0,100,0,0,0,29725,0,''),
|
|
(29178,0,0,'%s falls unconscious.',41,0,100,0,0,0,29725,0,''),
|
|
(29178,7,0,'Stand fast, brothers and sisters! The Light will prevail!',14,0,100,0,0,14487,29723,0,'Lord Maxwell Tyrosus'),
|
|
(29178,49,0,'ATTACK!!!',14,0,100,0,0,14488,61812,0,'Lord Maxwell Tyrosus'),
|
|
(29179,0,0,'%s falls unconscious.',41,0,100,0,0,0,29725,0,''),
|
|
(29180,0,0,'%s falls unconscious.',41,0,100,0,0,0,29725,0,''),
|
|
(29181,0,0,'%s falls unconscious.',41,0,100,0,0,0,29725,0,''),
|
|
(29182,0,0,'%s falls unconscious.',41,0,100,0,0,0,29725,0,''),
|
|
(29183,42,0,'Touching...',14,0,100,0,0,14803,29779,0,'The Lich King'),
|
|
(29183,44,0,'He is mine now...',12,0,100,0,0,14805,29780,0,'The Lich King'),
|
|
(29183,45,0,'Pathetic...',12,0,100,0,0,14804,29782,0,'The Lich King'),
|
|
(29183,47,0,'You were right, Fordring. I did send them in to die. Their lives are meaningless, but yours...',12,0,100,0,0,14806,29784,0,'The Lich King'),
|
|
(29183,48,0,'How simple it was to draw the great Tirion Fordring out of hiding. You\'ve left yourself exposed, paladin. Nothing will save you.',12,0,100,0,0,14807,29785,0,'The Lich King'),
|
|
(29183,50,0,'APOCALYPSE!',14,0,100,0,0,14808,38049,0,'The Lich King'),
|
|
(29183,54,0,'What is this?',14,0,100,0,0,14809,32584,0,'The Lich King'),
|
|
(29183,56,0,'Impossible...',14,0,100,0,0,14810,38080,0,'The Lich King'),
|
|
(29183,57,0,'This... is not over!',14,0,100,0,0,14811,29826,0,'The Lich King'),
|
|
(29183,58,0,'When next we meet, it won\'t be on holy ground, paladin.',14,0,100,0,0,14812,29827,0,'The Lich King'),
|
|
(29183,78,0,'%s casts a spell on Tirion.',16,0,100,0,0,0,0,0,'The Lich King'),
|
|
(29183,80,0,'%s casts a powerful spell, killing the Defenders and knocking back the others.',16,0,100,0,0,0,0,0,'The Lich King'),
|
|
(29183,84,0,'%s disappears. Tirion walks over to where Darion lay',16,0,100,0,0,0,0,0,'The Lich King'),
|
|
(29193,0,0,'You\'re a monster!',12,0,100,0,0,0,29644,0,'Scarlet Deserter'),
|
|
(29193,1,0,'Please! Spare me! I...',12,0,100,0,0,0,29645,0,'Scarlet Deserter'),
|
|
(29193,2,0,'Wi... Will it hurt?',12,0,100,0,0,0,29641,0,'Scarlet Deserter'),
|
|
(29193,3,0,'It tingles...',12,0,100,0,0,0,29642,0,'Scarlet Deserter'),
|
|
(29193,4,0,'Why don\'t you Just Kill me Already',12,0,100,0,0,0,0,0,'Scarlet Deserter'),
|
|
(29193,5,0,'Is it too late to change my mind? How about you just kill me instead?',12,0,100,0,0,0,29643,0,'Scarlet Deserter'),
|
|
(29193,6,0,'The horror! THE HORROR!',12,0,100,0,0,0,29646,0,'Scarlet Deserter'),
|
|
(29196,0,0,'As disciples of blood, you strive to master the very lifeforce of your enemies.',12,0,100,1,0,0,29867,0,'Lord Thorval - (Part 1 of Speech To Deciples)'),
|
|
(29196,1,0,'Be it by blade or incantation, blood feeds our attacks and weakens our foes.',12,0,100,1,0,0,29868,0,'Lord Thorval - (Part 2 of Speech To Deciples)'),
|
|
(29196,2,0,'True masters learn to make blood serve more than just their strength in battle.',12,0,100,1,0,0,29869,0,'Lord Thorval - (Part 3 of Speech To Deciples)'),
|
|
(29196,3,0,'Stripping energy from our foes, both fighting and fallen, allows us to persevere where lesser beings fall exhausted.',12,0,100,1,0,0,29870,0,'Lord Thorval - (Part 4 of Speech To Deciples)'),
|
|
(29196,4,0,'And every foe that falls, energy sapped and stolen, only further fuels our assault.',12,0,100,1,0,0,29871,0,'Lord Thorval - (Part 5 of Speech To Deciples)'),
|
|
(29196,5,0,'As masters of blood, we know battle without end...',12,0,100,1,0,0,29872,0,'Lord Thorval - (Part 6 of Speech To Deciples)'),
|
|
(29196,6,0,'We know hunger never to be quenched...',12,0,100,1,0,0,29873,0,'Lord Thorval - (Part 7 of Speech To Deciples)'),
|
|
(29196,7,0,'We know power never to be overcome...',12,0,100,1,0,0,29874,0,'Lord Thorval - (Part 8 of Speech To Deciples)'),
|
|
(29196,8,0,'As masters of blood, we are masters of life and death itself. Against us, even hope falls drained and lifeless.',12,0,100,1,0,0,29875,0,'Lord Thorval - (Part 9 of Speech To Deciples)'),
|
|
(29204,71,0,'%s flees.',16,0,100,0,0,0,29758,0,'Orbaz'),
|
|
(29227,31,0,'My son! My dear, beautiful boy!',12,0,100,0,0,14493,29762,0,'Highlord Alexandros Mograine'),
|
|
(29227,36,0,'Nothing could have kept me away from here, Darion. Not from my home and family.',12,0,100,0,0,14494,29773,0,'Highlord Alexandros Mograine'),
|
|
(29227,38,0,'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',12,0,100,0,0,14495,29775,0,'Highlord Alexandros Mograine'),
|
|
(29227,40,0,'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',12,0,100,0,0,14496,29777,0,'Highlord Alexandros Mograine'),
|
|
(29227,41,0,'Do not forget...',12,0,100,0,0,14497,29778,0,'Highlord Alexandros Mograine'),
|
|
(29227,73,0,'%s arrives.',16,0,100,0,0,0,0,0,'Highlord Alexandros Mograine'),
|
|
(29227,76,0,'%s disappears, and the Lich King appears.',16,0,100,0,0,0,0,0,'Alexandros'),
|
|
(29228,34,0,'Father, you have returned!',12,0,100,0,0,14703,29769,0,'Darion Mograine'),
|
|
(29228,35,0,'You have been gone a long time, Father. I thought...',12,0,100,0,0,14704,29770,0,'Darion Mograine'),
|
|
(29228,37,0,'Father, I wish to join you in the war against the undead. I want to fight! I can sit idle no longer!',12,0,100,0,0,14705,29774,0,'Darion Mograine'),
|
|
(29228,39,0,'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!',12,0,100,0,0,14706,29776,0,'Darion Mograine'),
|
|
(29228,74,0,'%s becomes a shade of his past, and walks up to his father.',16,0,100,0,0,0,0,0,'Highlord Darion Mograine'),
|
|
(29228,75,0,'%s hugs his father.',16,0,100,0,0,0,29771,0,'Darion Mograine'),
|
|
(29260,1,0,'Sparklight\'s vehicle emporium is open for business!',14,0,100,0,0,0,30230,0,'Rigger Sparklight'),
|
|
(29262,1,0,'Rigspark\'s vehicle shop is open for business!',14,0,100,0,0,0,30229,0,'Gorgril Rigspark'),
|
|
(29266,0,0,'It seems my freedom must be bought with blood!',14,0,100,0,0,14499,31805,0,'Xevozz SAY_AGGRO'),
|
|
(29266,1,0,'Nothing personal.',14,0,100,0,0,14504,31808,0,'Xevozz SAY_SLAY_1'),
|
|
(29266,1,1,'Business concluded.',14,0,100,0,0,14505,31809,0,'Xevozz SAY_SLAY_2'),
|
|
(29266,1,2,'Profit!',14,0,100,0,0,14506,31810,0,'Xevozz SAY_SLAY_3'),
|
|
(29266,2,0,'This is an... unrecoverable... loss.',14,0,100,0,0,14507,31811,0,'Xevozz SAY_DEATH'),
|
|
(29266,3,0,'Back in business! Now, to execute an exit strategy.',14,0,100,396,0,14498,31337,0,'Xevozz SAY_SPAWN'),
|
|
(29266,4,0,'It would seem that a renegotiation is in order.',14,0,100,0,0,14503,31807,0,'Xevozz SAY_CHARGED'),
|
|
(29266,5,0,'The air teems with latent energy... quite the harvest!',14,0,100,0,0,14501,29931,0,'Xevozz SAY_REPEAT_SUMMON_1'),
|
|
(29266,5,1,'Plentiful, exploitable resources... primed for acquisition!',14,0,100,0,0,14502,31806,0,'Xevozz SAY_REPEAT_SUMMON_2'),
|
|
(29266,6,0,'Intriguing... a high quantity of arcane energy is near. Time for some prospecting...',14,0,100,0,0,14500,29981,0,'Xevozz SAY_SUMMON_ENERGY'),
|
|
(29271,0,0,'%s begins to summon!',41,0,100,0,0,0,30087,3,'Ethereal Sphere'),
|
|
(29280,0,0,'Your sacrifice is a testament to your obedience. Indeed you are worthy of this charge. Arise, and forever be known as Svala Sorrowgrave!',14,0,0,0,0,14732,29688,0,'Image of Arthas SAY_DIALOG_OF_ARTHAS_1'),
|
|
(29280,1,0,'Your first test awaits you. Destroy our uninvited guests.',14,0,0,0,0,14733,29689,0,'Image of Arthas SAY_DIALOG_OF_ARTHAS_2'),
|
|
(29281,0,0,'My liege! I have done as you asked, and now beseech you for your blessing!',14,0,0,0,0,13856,29684,0,'Svala SAY_DIALOG_WITH_ARTHAS_1'),
|
|
(29304,0,0,'Drakkari gonna kill anybody who tressspasss on these landsss!',14,0,100,0,0,14443,31711,0,'Slad\'ran - Aggro'),
|
|
(29304,1,0,'You not breathin\'? Good.',14,0,100,0,0,14446,31712,0,'Slad\'ran - Slay 1'),
|
|
(29304,1,1,'Ssscared now?',14,0,100,0,0,14447,31713,0,'Slad\'ran - Slay 2'),
|
|
(29304,1,2,'I eat you next, mon.',14,0,100,0,0,14448,31714,0,'Slad\'ran - Slay 3'),
|
|
(29304,2,0,'I sssee now... Ssscourge wasss not... our greatessst enemy....',14,0,100,0,0,14449,31715,0,'Slad\'ran - Death'),
|
|
(29304,3,0,'Minionsss of the scale, heed my call!',14,0,100,0,0,14444,30369,0,'Slad\'ran - Summon Snakes'),
|
|
(29304,4,0,'A thousssand fangsss gonna rend your flesh!',14,0,100,0,0,14445,30370,0,'Slad\'ran - Summon Constrictors'),
|
|
(29304,5,0,'%s begins to cast Poison Nova!',41,0,100,0,0,0,30757,0,'Slad\'ran - Poison Nova'),
|
|
(29304,6,0,'As %s falls, the altar set into the floor on his balcony begins to glow faintly.',16,0,100,0,0,0,31199,0,'Slad\'ran - Activate Altar'),
|
|
(29305,0,0,'We fought back da Scourge. What chance joo thinkin\' JOO got?',14,0,100,0,0,14721,31427,0,'Moorabi - Aggro'),
|
|
(29305,1,0,'I crush joo cockroaches!',14,0,100,0,0,14725,31430,0,'Moorabi - Slay 1'),
|
|
(29305,1,1,'Who gonna stop me? You?',14,0,100,0,0,14726,31431,0,'Moorabi - Slay 2'),
|
|
(29305,1,2,'Not so tough now!!',14,0,100,0,0,14727,31432,0,'Moorabi - Slay 3'),
|
|
(29305,2,0,'If our gods can die... den so can we....',14,0,100,0,0,14728,31433,0,'Moorabi - Death'),
|
|
(29305,3,0,'Get ready for somethin\'... much... BIGGAH!',14,0,100,0,0,14722,31428,0,'Moorabi - Transform'),
|
|
(29305,4,0,'Da ground gonna swallow you up!',14,0,100,0,0,14723,31429,0,'Moorabi - Quake'),
|
|
(29305,5,0,'%s begins to transform!',41,0,100,0,0,0,30385,0,'Moorabi - Begin Transform'),
|
|
(29305,6,0,'%s transforms into a Mammoth!',16,0,100,0,0,0,30388,0,'Moorabi - Transformed'),
|
|
(29305,7,0,'As %s falls, the altar set into the floor on his balcony begins to glow faintly.',16,0,100,0,0,0,31199,0,'Moorabi - Activate Altar'),
|
|
(29306,0,0,'I\'m gonna spill your guts, mon!',14,0,100,0,0,14430,32534,0,'Gal\'darah - Aggro'),
|
|
(29306,1,0,'What a rush!',14,0,100,0,0,14436,32540,0,'Gal\'darah - Slay 1'),
|
|
(29306,1,1,'Who needs gods when we ARE gods?',14,0,100,0,0,14437,32541,0,'Gal\'darah - Slay 2'),
|
|
(29306,1,2,'I told ya so!',14,0,100,0,0,14438,32542,0,'Gal\'darah - Slay 3'),
|
|
(29306,2,0,'Even the mighty... can fall.',14,0,100,0,0,14439,32543,0,'Gal\'darah - Death'),
|
|
(29306,3,0,'Gut them! Impale them!',14,0,100,0,0,14433,32537,0,'Gal\'darah - Summon Rhino 1'),
|
|
(29306,3,1,'KILL THEM ALL!',14,0,100,0,0,14434,32538,0,'Gal\'darah - Summon Rhino 2'),
|
|
(29306,3,2,'Say hello to my BIG friend!',14,0,100,0,0,14435,32539,0,'Gal\'darah - Summon Rhino 3'),
|
|
(29306,4,0,'Ain\'t gonna be nothin\' left after this!',14,0,100,0,0,14431,32535,0,'Gal\'darah - Transform 1'),
|
|
(29306,4,1,'You wanna see power? I\'m gonna show you power!',14,0,100,0,0,14432,32536,0,'Gal\'darah - Transform 2'),
|
|
(29306,5,0,'$n is impaled!',41,0,100,0,0,0,30718,0,'Gal\'darah - Impale'),
|
|
(29308,0,0,'The hum of magic energy in the air diminishes...',16,0,100,0,0,0,32345,3,'prince taldaram SAY_SPHERE_ACTIVATED'),
|
|
(29308,1,0,'Intruders! Who trespasses in the Old Kingdom?',14,0,100,0,0,0,32350,3,'prince taldaram SAY_REMOVE_PRISON'),
|
|
(29308,2,0,'I will feast on your remains!',14,0,100,0,0,14360,31895,0,'prince taldaram SAY_AGGRO'),
|
|
(29308,3,0,'',14,10,100,0,0,14365,0,0,'prince taldaram SAY_SLAY_0'),
|
|
(29308,3,1,'I will drink no blood before its time.',14,0,100,0,0,14366,31901,0,'prince taldaram SAY_SLAY_1'),
|
|
(29308,3,2,'One final... embrace.',14,0,100,0,0,14367,31902,0,'prince taldaram SAY_SLAY_2'),
|
|
(29308,4,0,'Still I hunger. Still... I... thirst.',14,0,100,0,0,14368,31903,0,'prince taldaram SAY_DEATH'),
|
|
(29308,5,0,'So... appetizing.',14,0,100,0,0,14363,31898,0,'prince taldaram SAY_FEED1'),
|
|
(29308,5,1,'Fresh, warm blood... it has been too long.',14,0,100,0,0,14364,31899,0,'prince taldaram SAY_FEED2'),
|
|
(29308,6,0,'Your heartbeat is... music to my ears.',14,0,100,0,0,14361,31896,0,'prince taldaram SAY_VANISH1'),
|
|
(29308,6,1,'I am nowhere.... I am everywhere. I am the watcher unseen.',14,0,100,0,0,14362,31897,0,'prince taldaram SAY_VANISH2'),
|
|
(29309,0,0,'The secrets of the deep shall remain hidden.',14,0,100,0,0,14033,31884,0,'SAY_AGGRO'),
|
|
(29309,1,0,'Sleep now in the cold dark....',14,0,100,0,0,14036,31888,0,'SAY_SLAY_1'),
|
|
(29309,1,1,'For the Lich King!',14,0,100,0,0,14037,31889,0,'SAY_SLAY_2'),
|
|
(29309,1,2,'Perhaps we will be allies soon.',14,0,100,0,0,14038,31890,0,'SAY_SLAY_3'),
|
|
(29309,2,0,'Master... is my service... complete?',14,0,100,0,0,14039,31891,0,'SAY_DEATH'),
|
|
(29309,3,0,'The young must not go hungry....',14,0,100,0,0,14034,31886,0,'SAY_EGG_SAC_1'),
|
|
(29309,3,1,'Shhhad ak kereeesshh chak-k-k!',14,0,100,0,0,14035,31887,0,'SAY_EGG_SAC_2'),
|
|
(29309,4,0,'An Ahn\'kahar Guardian hatches!',16,0,100,0,0,14035,31894,0,'EMOTE_HATCHES'),
|
|
(29310,0,0,'These are sacred halls! Your intrusion will be met with death!',14,0,100,0,0,14343,30789,0,'SAY_AGGRO'),
|
|
(29310,1,0,'Who among you is devoted?',14,0,100,0,0,14344,30862,0,'SAY_SACRIFICE_1_1'),
|
|
(29310,1,1,'You there! Step forward!',14,0,100,0,0,14345,31699,0,'SAY_SACRIFICE_1_2'),
|
|
(29310,2,0,'Yogg-Saron! Grant me your power!',14,0,100,0,0,14346,31700,0,'SAY_SACRIFICE_2_1'),
|
|
(29310,2,1,'Master, a gift for you!',14,0,100,0,0,14347,31701,0,'SAY_SACRIFICE_2_2'),
|
|
(29310,3,0,'Glory to Yogg-Saron!',14,0,100,0,0,14348,31702,0,'SAY_SLAY_1'),
|
|
(29310,3,1,'You are unworthy.',14,0,100,0,0,14349,31703,0,'SAY_SLAY_2'),
|
|
(29310,3,2,'Get up! You haven\'t suffered enough.',14,0,100,0,0,14350,31704,0,'SAY_SLAY_3'),
|
|
(29310,4,0,'Do not expect your sacrilege... to go unpunished.',14,0,100,0,0,14351,31705,0,'SAY_DEATH'),
|
|
(29310,5,0,'The elements themselves will rise up against the civilized world! Only the faithful will be spared!',14,0,100,0,0,14352,31706,3,'SAY_PREACHING_1'),
|
|
(29310,5,1,'Immortality can be yours, but only if you pledge yourself fully to Yogg-Saron!',14,0,100,0,0,14353,31707,3,'SAY_PREACHING_2'),
|
|
(29310,5,2,'Here, on the very borders of his domain, you will experience power you could have never imagined!',14,0,100,0,0,14354,31708,3,'SAY_PREACHING_3'),
|
|
(29310,5,3,'You have traveled long and risked much to be here! Your devotion shall be rewarded.',14,0,100,0,0,14355,31709,3,'SAY_PREACHING_4'),
|
|
(29310,5,4,'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!',14,0,100,0,0,14356,31710,3,'SAY_PREACHING_5'),
|
|
(29311,0,0,'Shgla\'yos plahf mh\'naus.',14,0,100,0,0,14043,32596,0,'Herald Volazj SAY_AGGRO'),
|
|
(29311,1,0,'Gul\'kafh an\'shel. Yoq\'al shn ky ywaq nuul.',14,0,100,0,0,14044,32603,0,'Herald Volazj SAY_INSANITY'),
|
|
(29311,2,0,'Ywaq ma phgwa\'cul hnakf.',14,0,100,0,0,14045,32598,0,'Herald Volazj SAY_SLAY_1'),
|
|
(29311,3,0,'Uulwi gag erh\'ongg w\'ssh.',14,0,100,0,0,14046,32599,0,'Herald Volazj SAY_SLAY_2'),
|
|
(29311,4,0,'Ywaq puul skshgn: on\'ma yeh\'glu zuq.',14,0,100,0,0,14047,32600,0,'Herald Volazj SAY_SLAY_3'),
|
|
(29311,5,0,'Iilth vwah, uhn\'agth fhssh za.',14,0,100,0,0,14048,32601,0,'Herald Volazj SAY_DEATH_1'),
|
|
(29311,6,0,'Ywaq maq oou; ywaq maq ssaggh. Ywaq ma shg\'fhn.',14,0,100,0,0,14049,32602,0,'Herald Volazj SAY_DEATH_2'),
|
|
(29311,7,0,'They who dine on lost souls know only hunger.',15,0,100,0,0,0,32597,0,'Herald Volazj WHISPER_AGGRO'),
|
|
(29311,8,0,'Gaze into the void. It is the perpetuity in which they dwell.',15,0,100,0,0,0,32604,0,'Herald Volazj WHISPER_INSANITY'),
|
|
(29311,9,0,'They are the whisper on the shivering wind.',15,0,100,0,0,0,32605,0,'Herald Volazj WHISPER_SLAY_1'),
|
|
(29311,10,0,'Their shadow will choke the land for eternity.',15,0,100,0,0,0,32606,0,'Herald Volazj WHISPER_SLAY_2'),
|
|
(29311,11,0,'They drink your fear: it is the blood of life.',15,0,100,0,0,0,32607,0,'Herald Volazj WHISPER_SLAY_3'),
|
|
(29311,12,0,'Where one falls, many shall take its place.',15,0,100,0,0,0,32608,0,'Herald Volazj WHISPER_DEATH_1'),
|
|
(29311,13,0,'They do not die; they do not live. They are outside the cycle.',15,0,100,0,0,0,32609,0,'Herald Volazj WHISPER_DEATH_2'),
|
|
(29313,0,0,'Stand aside, mortals!',14,0,100,0,0,14230,32056,0,'ichoron SAY_AGGRO'),
|
|
(29313,1,0,'I AM a force of nature!',14,0,100,0,0,14234,32050,0,'ichoron SAY_SLAY_1'),
|
|
(29313,1,1,'I SHALL pass!',14,0,100,0,0,14235,32051,0,'ichoron SAY_SLAY_2'),
|
|
(29313,1,2,'You cannot stop the tide!',14,0,100,0,0,14236,32052,0,'ichoron SAY_SLAY_3'),
|
|
(29313,2,0,'I... recede.',14,0,100,0,0,14237,32049,0,'ichoron SAY_DEATH'),
|
|
(29313,3,0,'I... am fury... unrestrained!',14,0,100,0,0,14229,31330,0,'ichoron SAY_SPAWN'),
|
|
(29313,4,0,'I shall consume, decimate, devastate, and destroy! Yield now to the wrath of the pounding sea!',14,0,100,0,0,14231,32054,0,'ichoron SAY_ENRAGE'),
|
|
(29313,5,0,'I will not be contained! Ngyah!!',14,0,100,0,0,14233,32053,0,'ichoron SAY_SHATTER'),
|
|
(29313,6,0,'Water can hold any form, take any shape... overcome any obstacle.',14,0,100,0,0,14232,32055,0,'ichoron SAY_BUBBLE'),
|
|
(29313,7,0,'%s\'s Protective Bubble shatters!',41,0,100,0,0,0,30086,0,'Ichoron - Emote Shatter'),
|
|
(29314,0,0,'Eradicate.',14,0,100,0,0,13996,31572,0,'zuramat SAY_AGGRO'),
|
|
(29314,1,0,'More... energy.',14,0,100,0,0,13999,31576,0,'zuramat SAY_SLAY_1'),
|
|
(29314,1,1,'Relinquish.',14,0,100,0,0,14000,31577,0,'zuramat SAY_SLAY_2'),
|
|
(29314,1,2,'Fall... to shadow.',14,0,100,0,0,14001,31578,0,'zuramat SAY_SLAY_3'),
|
|
(29314,2,0,'Disperse.',14,0,100,0,0,14002,31579,0,'zuramat SAY_DEATH'),
|
|
(29314,3,0,'I am... renewed.',14,0,100,0,0,13995,31339,0,'zuramat SAY_SPAWN'),
|
|
(29314,4,0,'Know... my... pain.',14,0,100,0,0,13997,31574,0,'zuramat SAY_SHIELD'),
|
|
(29314,5,0,'Gaze... into the void.',14,0,100,0,0,13998,31575,0,'zuramat SAY_WHISPER'),
|
|
(29315,0,0,'Not--caww--get in way of--rrak-rrak--flee!',14,0,100,0,0,14219,31821,0,'erekem SAY_AGGRO'),
|
|
(29315,1,0,'Kekeke!',14,0,100,0,0,14222,31822,0,'erekem SAY_SLAY_1'),
|
|
(29315,1,1,'Precious life--ra-aak--wasted!',14,0,100,0,0,14223,31823,0,'erekem SAY_SLAY_2'),
|
|
(29315,1,2,'Only strong--ka-raaak-survive!',14,0,100,0,0,14224,31824,0,'erekem SAY_SLAY_3'),
|
|
(29315,2,0,'No--kaw, kaw--flee...',14,0,100,0,0,14225,31825,0,'erekem SAY_DEATH'),
|
|
(29315,3,0,'Free to--mm--fly now. Ra-aak... Not find us--ekh-ekh! Escape!',14,0,100,15,0,14218,31328,0,'erekem SAY_SPAWN'),
|
|
(29315,4,0,'My---raaak--favorite! Awk awk awk! Raa-kaa!',14,0,100,0,0,14220,31893,0,'erekem SAY_ADD_KILLED'),
|
|
(29315,5,0,'Nasty little...A-ak, kaw! Kill! Yes, kill you!',14,0,100,0,0,14221,30124,0,'erekem SAY_BOTH_ADDS_KILLED'),
|
|
(29319,0,0,'It\'s an angry male!',42,0,100,0,0,0,33191,0,'Icepaw Bear'),
|
|
(29319,1,0,'It\'s a female.',42,0,100,0,0,0,33192,0,'Icepaw Bear'),
|
|
(29327,0,0,'It\'s an angry male!',42,0,100,0,0,0,33191,0,'Male Frost Leopard'),
|
|
(29327,1,0,'It\'s a female.',42,0,100,0,0,0,33192,0,'Frost Leopard'),
|
|
(29368,0,0,'How predictable! But then, who would expect a rock to think like anything other than one?',12,0,100,11,0,0,30895,0,''),
|
|
(29368,1,0,'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!',12,0,100,274,0,0,30896,0,''),
|
|
(29369,0,0,'Your mother was a wrench and your father smelled of seaforium!',12,0,100,0,0,0,30238,0,'Stormforged Taskmaster'),
|
|
(29369,1,0,'You\'re not worth the scrap you\'re made from!',12,0,100,25,0,0,30237,0,'Stormforged Taskmaster'),
|
|
(29369,1,1,'Your tinker must\'ve made you from tin, you lazy piles of slag!',12,0,100,25,0,0,30235,0,'Stormforged Taskmaster'),
|
|
(29369,1,2,'A pack of mechanical squirrels could mine faster than you!',12,0,100,25,0,0,30233,0,'Stormforged Taskmaster'),
|
|
(29384,0,0,'Does not compute. Unit malfunctioning. Directive: shut down.',12,0,0,0,0,0,30766,0,''),
|
|
(29384,0,1,'New directive: leave mine and return to Inventor\'s Library.',12,0,0,0,0,0,30764,0,''),
|
|
(29384,0,2,'New directive: assist in the defeat of the iron dwarves.',12,0,0,0,0,0,30765,0,''),
|
|
(29384,0,3,'Free again? Keeper Mimir\'s work awaits.',12,0,0,0,0,0,30762,0,''),
|
|
(29384,0,4,'Thank you, $r. I will join your struggle against the stormforged.',12,0,0,0,0,0,30763,0,''),
|
|
(29394,0,0,'Not yet, Ymiron, I have other plans for you. You will serve me better within Utgarde Pinnacle. And if these insects survive to find you again, you will get the chance to avenge your wife.',14,0,100,1,0,14748,23803,0,'The Lich King'),
|
|
(29405,0,0,'There you go, mon. Your very own bone gryphon Now let\'s talk about you takin\' it out to fight the Onslaught!',12,0,100,0,0,0,30116,1,''),
|
|
(29429,0,0,'Is it true?! Has someone finally come to get me out of this place?',12,0,100,0,0,0,30198,0,'Janks'),
|
|
(29429,1,0,'No... no... that\'s not it, is it? That heartless lout probably sent you after the tools, didn\'t he?',12,0,100,0,0,0,30199,0,'Janks'),
|
|
(29429,2,0,'Well... I guess I\'ll just keep an eye on the turrets... or something.',12,0,100,0,0,0,30200,0,'Janks'),
|
|
(29429,3,0,'%s sighs.',16,0,100,0,0,0,30201,0,'Janks'),
|
|
(29434,0,0,'Let me know when you\'re ready. I\'d prefer sooner than later... what with the slowly dying from poison and all.',12,0,100,0,0,0,30645,0,'injured goblin SAY_QUEST_START'),
|
|
(29434,1,0,'I\'m going to bring the venom sac to Ricket... and then... you know... collapse. Thank you for helping me!',12,0,100,0,0,0,30646,0,'injured goblin SAY_END_WP_REACHED'),
|
|
(29466,0,0,'I can\'t believe it! I\'m free to go!',12,0,100,5,0,0,30140,0,'Goblin Prisoner'),
|
|
(29466,0,1,'I\'m free? I\'m free!',12,0,100,5,0,0,30139,0,'Goblin Prisoner'),
|
|
(29466,0,2,'Time to hightail it! Thanks, friend!',12,0,100,5,0,0,30141,0,'Goblin Prisoner'),
|
|
(29489,0,0,'Archbishop Landgren must know! Aaaaaagggghhhh.....!',12,0,100,0,0,0,30161,0,'Captain Welsington'),
|
|
(29489,1,0,'Archbishop Landgren must know! Aaaaaagggghhhh.....!',12,0,100,0,0,0,30161,0,'Captain Welsington'),
|
|
(29490,0,0,'I don\'t know where the grand admiral is. Go to hell!',12,0,100,0,0,0,30146,0,'Captain Hartford'),
|
|
(29491,0,0,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Karandonna'),
|
|
(29491,0,1,'Welcome.',12,0,100,3,0,0,32936,0,'Karandonna'),
|
|
(29491,0,2,'Welcome!',12,0,100,0,0,0,32807,0,'Karandonna - Player In Range'),
|
|
(29491,0,3,'Greetings, $c.',12,0,100,0,0,0,32808,0,'Karandonna - Player In Range'),
|
|
(29491,0,4,'Greetings! Please have a look around.',12,0,100,0,0,0,32809,0,'Karandonna - Player In Range'),
|
|
(29491,0,5,'Let me know if you need help finding anything, $c.',12,0,100,0,0,0,32810,0,'Karandonna - Player In Range'),
|
|
(29491,0,6,'Greetings.',12,0,100,0,0,0,32935,0,'Karandonna - Player In Range'),
|
|
(29506,0,0,'Welcome traveler!',12,0,100,0,0,0,0,0,'Orland Schaeffer'),
|
|
(29519,0,0,'You have made a grave error, fiend!',12,0,100,0,0,0,30208,0,'unworthy initiate SAY_EVENT_START_1'),
|
|
(29519,0,1,'I was a soldier of the Light once... Look at what I have become... ',12,0,100,0,0,0,30210,0,'unworthy initiate SAY_EVENT_START_2'),
|
|
(29519,0,2,'You are hopelessly outmatched, $r.',12,0,100,0,0,0,30212,0,'unworthy initiate SAY_EVENT_START_3'),
|
|
(29519,0,3,'They brand me unworthy? I will show them unworthy!',12,0,100,0,0,0,30209,0,'unworthy initiate SAY_EVENT_START_4'),
|
|
(29519,0,4,'You will allow me a weapon and armor, yes?',12,0,100,0,0,0,30211,0,'unworthy initiate SAY_EVENT_START_5'),
|
|
(29519,0,5,'I will win my freedom and leave this cursed place!',12,0,100,0,0,0,30207,0,'unworthy initiate SAY_EVENT_START_6'),
|
|
(29519,0,6,'I will dismantle this festering hellhole!',12,0,100,0,0,0,30213,0,'unworthy initiate SAY_EVENT_START_7'),
|
|
(29519,0,7,'There can be only one survivor!',12,0,100,0,0,0,30204,0,'unworthy initiate SAY_EVENT_START_8'),
|
|
(29519,1,0,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_1'),
|
|
(29519,1,1,'Let your fears consume you!',12,0,100,0,0,0,30221,0,'unworthy initiate SAY_EVENT_ATTACK_2'),
|
|
(29519,1,2,'HAH! You can barely hold a blade! Yours will be a quick death.',12,0,100,0,0,0,30222,0,'unworthy initiate SAY_EVENT_ATTACK_3'),
|
|
(29519,1,3,'And now you die!',12,0,100,0,0,0,30205,0,'unworthy initiate SAY_EVENT_ATTACK_4'),
|
|
(29519,1,4,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_5'),
|
|
(29519,1,5,'There is no hope for our future...',12,0,100,0,0,0,30216,0,'unworthy initiate SAY_EVENT_ATTACK_6'),
|
|
(29519,1,6,'Sate your hunger on cold steel, $r!',12,0,100,0,0,0,30214,0,'unworthy initiate SAY_EVENT_ATTACK_7'),
|
|
(29519,1,7,'It ends here!',12,0,100,0,0,0,30220,0,'unworthy initiate SAY_EVENT_ATTACK_8'),
|
|
(29519,1,8,'Death is the only cure!',12,0,100,0,0,0,30215,0,'unworthy initiate SAY_EVENT_ATTACK_9'),
|
|
(29520,0,0,'You have made a grave error, fiend!',12,0,100,0,0,0,30208,0,'unworthy initiate SAY_EVENT_START_1'),
|
|
(29520,0,1,'I was a soldier of the Light once... Look at what I have become... ',12,0,100,0,0,0,30210,0,'unworthy initiate SAY_EVENT_START_2'),
|
|
(29520,0,2,'You are hopelessly outmatched, $r.',12,0,100,0,0,0,30212,0,'unworthy initiate SAY_EVENT_START_3'),
|
|
(29520,0,3,'They brand me unworthy? I will show them unworthy!',12,0,100,0,0,0,30209,0,'unworthy initiate SAY_EVENT_START_4'),
|
|
(29520,0,4,'You will allow me a weapon and armor, yes?',12,0,100,0,0,0,30211,0,'unworthy initiate SAY_EVENT_START_5'),
|
|
(29520,0,5,'I will win my freedom and leave this cursed place!',12,0,100,0,0,0,30207,0,'unworthy initiate SAY_EVENT_START_6'),
|
|
(29520,0,6,'I will dismantle this festering hellhole!',12,0,100,0,0,0,30213,0,'unworthy initiate SAY_EVENT_START_7'),
|
|
(29520,0,7,'There can be only one survivor!',12,0,100,0,0,0,30204,0,'unworthy initiate SAY_EVENT_START_8'),
|
|
(29520,1,0,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_1'),
|
|
(29520,1,1,'Let your fears consume you!',12,0,100,0,0,0,30221,0,'unworthy initiate SAY_EVENT_ATTACK_2'),
|
|
(29520,1,2,'HAH! You can barely hold a blade! Yours will be a quick death.',12,0,100,0,0,0,30222,0,'unworthy initiate SAY_EVENT_ATTACK_3'),
|
|
(29520,1,3,'And now you die!',12,0,100,0,0,0,30205,0,'unworthy initiate SAY_EVENT_ATTACK_4'),
|
|
(29520,1,4,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_5'),
|
|
(29520,1,5,'There is no hope for our future...',12,0,100,0,0,0,30216,0,'unworthy initiate SAY_EVENT_ATTACK_6'),
|
|
(29520,1,6,'Sate your hunger on cold steel, $r!',12,0,100,0,0,0,30214,0,'unworthy initiate SAY_EVENT_ATTACK_7'),
|
|
(29520,1,7,'It ends here!',12,0,100,0,0,0,30220,0,'unworthy initiate SAY_EVENT_ATTACK_8'),
|
|
(29520,1,8,'Death is the only cure!',12,0,100,0,0,0,30215,0,'unworthy initiate SAY_EVENT_ATTACK_9'),
|
|
(29523,0,0,'Welcome.',12,0,100,3,0,0,32936,0,'Bragund Brightlink'),
|
|
(29523,0,1,'Welcome!',12,0,100,3,0,0,32807,0,'Bragund Brightlink'),
|
|
(29523,0,2,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Bragund Brightlink'),
|
|
(29523,0,3,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Bragund Brightlink'),
|
|
(29523,0,4,'Greetings, $c.',12,0,100,0,0,0,32808,0,'Bragund Brightlink - Player In Range'),
|
|
(29523,0,5,'Welcome. May I help you find something?',12,0,100,0,0,0,32811,0,'Bragund Brightlink - Player In Range'),
|
|
(29523,0,6,'Greetings.',12,0,100,0,0,0,32935,0,'Bragund Brightlink - Player In Range'),
|
|
(29525,0,0,'Thank you, thank you! Time to get away from these crazy blue women!',12,0,100,0,0,0,30803,0,'Zeev Fizzlespark'),
|
|
(29542,0,0,'I will not die so quickly this time!',14,0,100,0,0,0,32624,0,''),
|
|
(29560,0,0,'Well done. Let\'s get this over with.',12,0,100,1,0,0,30223,0,''),
|
|
(29560,1,0,'Come, Landgren, cough up your soul so that I can ask you a very important question.',12,0,100,0,0,0,30231,0,''),
|
|
(29560,2,0,'YOU WILL TELL ME WHERE WESTWIND IS OR I WILL DESTROY YOUR SOUL!',14,0,100,25,0,0,30241,0,''),
|
|
(29560,3,0,'Then you leave me no choice. I won\'t say that I won\'t enjoy this.',12,0,100,1,0,0,30244,0,''),
|
|
(29560,4,0,'Very well. Tell me!',12,0,100,0,0,0,30246,0,''),
|
|
(29560,5,0,'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!',12,0,100,6,0,0,30248,0,''),
|
|
(29560,6,0,'Now that the unpleasantness is finished with, let\'s talk about you dealing with Grand Admiral Westwind.',12,0,100,11,0,0,30251,0,''),
|
|
(29565,0,0,'You have made a grave error, fiend!',12,0,100,0,0,0,30208,0,'unworthy initiate SAY_EVENT_START_1'),
|
|
(29565,0,1,'I was a soldier of the Light once... Look at what I have become... ',12,0,100,0,0,0,30210,0,'unworthy initiate SAY_EVENT_START_2'),
|
|
(29565,0,2,'You are hopelessly outmatched, $r.',12,0,100,0,0,0,30212,0,'unworthy initiate SAY_EVENT_START_3'),
|
|
(29565,0,3,'They brand me unworthy? I will show them unworthy!',12,0,100,0,0,0,30209,0,'unworthy initiate SAY_EVENT_START_4'),
|
|
(29565,0,4,'You will allow me a weapon and armor, yes?',12,0,100,0,0,0,30211,0,'unworthy initiate SAY_EVENT_START_5'),
|
|
(29565,0,5,'I will win my freedom and leave this cursed place!',12,0,100,0,0,0,30207,0,'unworthy initiate SAY_EVENT_START_6'),
|
|
(29565,0,6,'I will dismantle this festering hellhole!',12,0,100,0,0,0,30213,0,'unworthy initiate SAY_EVENT_START_7'),
|
|
(29565,0,7,'There can be only one survivor!',12,0,100,0,0,0,30204,0,'unworthy initiate SAY_EVENT_START_8'),
|
|
(29565,1,0,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_1'),
|
|
(29565,1,1,'Let your fears consume you!',12,0,100,0,0,0,30221,0,'unworthy initiate SAY_EVENT_ATTACK_2'),
|
|
(29565,1,2,'HAH! You can barely hold a blade! Yours will be a quick death.',12,0,100,0,0,0,30222,0,'unworthy initiate SAY_EVENT_ATTACK_3'),
|
|
(29565,1,3,'And now you die!',12,0,100,0,0,0,30205,0,'unworthy initiate SAY_EVENT_ATTACK_4'),
|
|
(29565,1,4,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_5'),
|
|
(29565,1,5,'There is no hope for our future...',12,0,100,0,0,0,30216,0,'unworthy initiate SAY_EVENT_ATTACK_6'),
|
|
(29565,1,6,'Sate your hunger on cold steel, $r!',12,0,100,0,0,0,30214,0,'unworthy initiate SAY_EVENT_ATTACK_7'),
|
|
(29565,1,7,'It ends here!',12,0,100,0,0,0,30220,0,'unworthy initiate SAY_EVENT_ATTACK_8'),
|
|
(29565,1,8,'Death is the only cure!',12,0,100,0,0,0,30215,0,'unworthy initiate SAY_EVENT_ATTACK_9'),
|
|
(29566,0,0,'You have made a grave error, fiend!',12,0,100,0,0,0,30208,0,'unworthy initiate SAY_EVENT_START_1'),
|
|
(29566,0,1,'I was a soldier of the Light once... Look at what I have become... ',12,0,100,0,0,0,30210,0,'unworthy initiate SAY_EVENT_START_2'),
|
|
(29566,0,2,'You are hopelessly outmatched, $r.',12,0,100,0,0,0,30212,0,'unworthy initiate SAY_EVENT_START_3'),
|
|
(29566,0,3,'They brand me unworthy? I will show them unworthy!',12,0,100,0,0,0,30209,0,'unworthy initiate SAY_EVENT_START_4'),
|
|
(29566,0,4,'You will allow me a weapon and armor, yes?',12,0,100,0,0,0,30211,0,'unworthy initiate SAY_EVENT_START_5'),
|
|
(29566,0,5,'I will win my freedom and leave this cursed place!',12,0,100,0,0,0,30207,0,'unworthy initiate SAY_EVENT_START_6'),
|
|
(29566,0,6,'I will dismantle this festering hellhole!',12,0,100,0,0,0,30213,0,'unworthy initiate SAY_EVENT_START_7'),
|
|
(29566,0,7,'There can be only one survivor!',12,0,100,0,0,0,30204,0,'unworthy initiate SAY_EVENT_START_8'),
|
|
(29566,1,0,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_1'),
|
|
(29566,1,1,'Let your fears consume you!',12,0,100,0,0,0,30221,0,'unworthy initiate SAY_EVENT_ATTACK_2'),
|
|
(29566,1,2,'HAH! You can barely hold a blade! Yours will be a quick death.',12,0,100,0,0,0,30222,0,'unworthy initiate SAY_EVENT_ATTACK_3'),
|
|
(29566,1,3,'And now you die!',12,0,100,0,0,0,30205,0,'unworthy initiate SAY_EVENT_ATTACK_4'),
|
|
(29566,1,4,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_5'),
|
|
(29566,1,5,'There is no hope for our future...',12,0,100,0,0,0,30216,0,'unworthy initiate SAY_EVENT_ATTACK_6'),
|
|
(29566,1,6,'Sate your hunger on cold steel, $r!',12,0,100,0,0,0,30214,0,'unworthy initiate SAY_EVENT_ATTACK_7'),
|
|
(29566,1,7,'It ends here!',12,0,100,0,0,0,30220,0,'unworthy initiate SAY_EVENT_ATTACK_8'),
|
|
(29566,1,8,'Death is the only cure!',12,0,100,0,0,0,30215,0,'unworthy initiate SAY_EVENT_ATTACK_9'),
|
|
(29567,0,0,'You have made a grave error, fiend!',12,0,100,0,0,0,30208,0,'unworthy initiate SAY_EVENT_START_1'),
|
|
(29567,0,1,'I was a soldier of the Light once... Look at what I have become... ',12,0,100,0,0,0,30210,0,'unworthy initiate SAY_EVENT_START_2'),
|
|
(29567,0,2,'You are hopelessly outmatched, $r.',12,0,100,0,0,0,30212,0,'unworthy initiate SAY_EVENT_START_3'),
|
|
(29567,0,3,'They brand me unworthy? I will show them unworthy!',12,0,100,0,0,0,30209,0,'unworthy initiate SAY_EVENT_START_4'),
|
|
(29567,0,4,'You will allow me a weapon and armor, yes?',12,0,100,0,0,0,30211,0,'unworthy initiate SAY_EVENT_START_5'),
|
|
(29567,0,5,'I will win my freedom and leave this cursed place!',12,0,100,0,0,0,30207,0,'unworthy initiate SAY_EVENT_START_6'),
|
|
(29567,0,6,'I will dismantle this festering hellhole!',12,0,100,0,0,0,30213,0,'unworthy initiate SAY_EVENT_START_7'),
|
|
(29567,0,7,'There can be only one survivor!',12,0,100,0,0,0,30204,0,'unworthy initiate SAY_EVENT_START_8'),
|
|
(29567,1,0,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_1'),
|
|
(29567,1,1,'Let your fears consume you!',12,0,100,0,0,0,30221,0,'unworthy initiate SAY_EVENT_ATTACK_2'),
|
|
(29567,1,2,'HAH! You can barely hold a blade! Yours will be a quick death.',12,0,100,0,0,0,30222,0,'unworthy initiate SAY_EVENT_ATTACK_3'),
|
|
(29567,1,3,'And now you die!',12,0,100,0,0,0,30205,0,'unworthy initiate SAY_EVENT_ATTACK_4'),
|
|
(29567,1,4,'To battle!',12,0,100,0,0,0,30218,0,'unworthy initiate SAY_EVENT_ATTACK_5'),
|
|
(29567,1,5,'There is no hope for our future...',12,0,100,0,0,0,30216,0,'unworthy initiate SAY_EVENT_ATTACK_6'),
|
|
(29567,1,6,'Sate your hunger on cold steel, $r!',12,0,100,0,0,0,30214,0,'unworthy initiate SAY_EVENT_ATTACK_7'),
|
|
(29567,1,7,'It ends here!',12,0,100,0,0,0,30220,0,'unworthy initiate SAY_EVENT_ATTACK_8'),
|
|
(29567,1,8,'Death is the only cure!',12,0,100,0,0,0,30215,0,'unworthy initiate SAY_EVENT_ATTACK_9'),
|
|
(29572,0,0,'You\'ll get nothing out of me, monster. I am beyond your ability to influence.',12,0,100,0,0,0,30242,0,''),
|
|
(29572,1,0,'No.',12,0,100,0,0,0,39548,0,''),
|
|
(29572,2,0,'STOP! It isn\'t worth it. I\'ll tell you where he is.',12,0,100,0,0,0,30245,0,''),
|
|
(29572,3,0,'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.',12,0,100,0,0,0,30247,0,''),
|
|
(29572,4,0,'AAAEEEEIIIiiiiiiiiiiiiiiiiiiiiiiiiiiii........................................',14,0,100,0,0,0,30250,0,''),
|
|
(29573,0,0,'%s gathers its mojo and surges forward!',16,0,100,0,0,0,30717,0,'Drakkari Elemental - Mojo'),
|
|
(29573,1,0,'As the last remnants of the %s seep into the ground, the altar set into the floor nearby begins to glow faintly.',16,0,100,0,0,0,31226,0,'Drakkari Elemental - Death'),
|
|
(29579,0,0,'I... I can understand you now! Well, now that we can talk to each other, you have some explaining to do!',12,0,100,5,0,0,30624,0,'Brann Bronzebeard text0'),
|
|
(29579,1,0,'How did you get my communicator from the Explorers\' League?',12,0,100,5,0,0,30625,0,'Brann Bronzebeard text1'),
|
|
(29579,2,0,'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.',12,1,100,0,0,0,30622,0,'Player text2'),
|
|
(29579,3,0,'You have my thanks for dispatching the iron dwarves. But why would the Horde have an interest in me?',12,0,100,6,0,0,30626,0,'Brann Bronzebeard text3'),
|
|
(29579,4,0,'A scout found the remains of your journal in Thor Modan. We\'ve been looking for you ever since.',12,1,100,0,0,0,30623,0,'Player text4'),
|
|
(29579,5,0,'That wouldn\'t be Scout Vor\'takh, would it? Even I know of his reputation for ruthlessness. He means to abduct me, then?',12,0,100,5,0,0,30627,0,'Brann Bronzebeard text5'),
|
|
(29579,6,0,'If you\'ve seen the journal, then you know what I\'ve been discovering. The titans\' own creations are at war with each other!',12,0,100,5,0,0,30628,0,'Brann Bronzebeard text6'),
|
|
(29579,7,0,'Loken and his iron dwarf minions have ousted the Earthen from Ulduar and taken over the city.',12,0,100,5,0,0,30629,0,'Brann Bronzebeard text7'),
|
|
(29579,8,0,'If we spend our time and strength fighting with each other, Loken will use Ulduar\'s resources to destroy both Horde and Alliance.',12,0,100,6,0,0,30630,0,'Brann Bronzebeard text8'),
|
|
(29579,9,0,'Speak to the commander at your post, $g lad:lass;, and persuade him to abandon Vor\'takh\'s foolish plan.',12,0,100,6,0,0,30631,0,'Brann Bronzebeard Text10'),
|
|
(29614,0,0,'Even in death there will be no escape for you!',12,0,100,0,0,0,30267,0,'Onslaught Darkweaver'),
|
|
(29614,0,1,'I shall feast upon your soul!',12,0,100,0,0,0,30268,0,'Onslaught Darkweaver'),
|
|
(29614,0,2,'Now you know. Now you must die!',12,0,100,0,0,0,30266,0,'Onslaught Darkweaver'),
|
|
(29614,0,3,'You will not leave this cavern alive!',12,0,100,0,0,0,30269,0,'Onslaught Darkweaver'),
|
|
(29614,1,0,'The darkweaver pierces you with an evil grin as he shifts into an entirely different form.',16,0,100,0,0,0,30265,0,'Onslaught Darkweaver'),
|
|
(29618,0,0,'Grrrrr!',12,0,100,0,0,0,35156,0,'Snowblind Follower'),
|
|
(29618,0,1,'Me not afraid!',12,0,100,0,0,0,35159,0,'Snowblind Follower'),
|
|
(29618,0,2,'Net not stop me! No... net stop me.',12,0,100,0,0,0,35158,0,'Snowblind Follower'),
|
|
(29618,0,3,'No kill me!',12,0,100,0,0,0,35157,0,'Snowblind Follower'),
|
|
(29618,0,4,'No!',12,0,100,0,0,0,35155,0,'Snowblind Follower'),
|
|
(29618,0,5,'You no take... me!',12,0,100,0,0,0,35154,0,'Snowblind Follower'),
|
|
(29620,0,0,'Gah! I spent too much time in that weak little shell.',14,0,100,0,0,0,30275,0,'Dreadlord Mal\'Ganis'),
|
|
(29620,1,0,'Kirel narak! I am Mal\'Ganis. I AM ETERNAL!',14,0,100,0,0,0,30276,0,'Dreadlord Mal\'Ganis'),
|
|
(29620,2,0,'Anach kyree!',14,0,100,0,0,0,0,0,'Dreadlord Mal\'Ganis'),
|
|
(29620,2,1,'My Onslaught will wash over the Lich King\'s forces!',14,0,100,0,0,0,30413,0,'Dreadlord Mal\'Ganis'),
|
|
(29620,2,2,'Your death is in vain, tiny mortal.',14,0,100,0,0,0,30414,0,'Dreadlord Mal\'Ganis'),
|
|
(29620,2,3,'Your time has come to an end.',14,0,100,0,0,0,30415,0,'Dreadlord Mal\'Ganis'),
|
|
(29620,3,0,'ENOUGH! I waste my time here. I must gather my strength on the homeworld.',14,0,100,0,0,0,30277,0,'Dreadlord Mal\'Ganis'),
|
|
(29620,4,0,'You\'ll never defeat the Lich King without my forces. I\'ll have my revenge... on him AND you!',14,0,100,0,0,0,30278,0,'Dreadlord Mal\'Ganis'),
|
|
(29621,0,0,'How did you find me? Did Landgren tell?',12,0,100,0,0,14201,30281,0,'Grand Admiral Westwind'),
|
|
(29621,1,0,'You thought I would just let you kill me?',12,0,100,0,0,14205,30279,0,'Grand Admiral Westwind'),
|
|
(29621,2,0,'WHAT?! No matter. Even without my sphere, I will crush you! Behold my true identity and despair!',14,0,100,0,0,14207,30273,0,'Grand Admiral Westwind'),
|
|
(29621,3,0,'Gah! I spent too much time in that weak little shell.',14,0,100,0,0,14426,30275,0,'Grand Admiral Westwind'),
|
|
(29621,4,0,'Kirel narak! I am Mal\'Ganis. I AM ETERNAL!',14,0,100,0,0,14427,30276,0,'Grand Admiral Westwind'),
|
|
(29621,5,0,'ENOUGH! I waste my time here. I must gather my strength on the homeworld.',14,0,100,0,0,14428,30277,0,'Grand Admiral Westwind'),
|
|
(29621,6,0,'You\'ll never defeat the Lich King without my forces. I\'ll have my revenge... on him AND you!',14,0,100,0,0,14429,30278,0,'Grand Admiral Westwind'),
|
|
(29626,0,0,'Delicious morsels have come to visit! Shall I use your bombs to cook you?',14,0,0,0,0,0,30593,0,'Tormar Frostgut'),
|
|
(29643,0,0,'This doesn\'t look pretty, lad.',12,0,100,1,0,0,30286,0,'Bailey'),
|
|
(29643,1,0,'That right? Well why don\'t you go prance your merry little self over and grab them, eh?',12,0,100,6,0,0,30289,0,'Bailey'),
|
|
(29643,2,0,'That\'s strange... for a moment there, I could have swore you called me short.',12,0,100,1,0,0,30288,0,'Bailey'),
|
|
(29643,3,0,'Toss me?! Okay, that\'s it punk.',12,0,100,5,0,0,30290,0,'Bailey'),
|
|
(29643,4,0,'Keep it to yourself.',12,0,100,1,0,0,30291,0,'Bailey'),
|
|
(29643,5,0,'You better hope they don\'t survive it, lad.',12,0,100,1,0,0,30292,0,'Bailey'),
|
|
(29643,6,0,'Cause I\'m just going to watch and laugh as they toss you in.',12,0,100,1,0,0,30293,0,'Bailey'),
|
|
(29643,7,0,'There\'s got to be a way in somewhere.',12,0,100,1,0,0,30294,0,'Bailey'),
|
|
(29643,8,0,'How\'d the goblin leave his tools there then?',12,0,100,1,0,0,30295,0,'Bailey'),
|
|
(29643,9,0,'That\'s it, lad! It looks totally safe. Go for it, I\'ll be right behind ya!',12,0,100,5,0,0,30296,0,'Bailey'),
|
|
(29643,10,0,'Pansy.',12,0,100,5,0,0,30312,0,'Bailey'),
|
|
(29644,0,0,'I don\'t know, Bailey... it\'s not so bad. We could throw a rock at the tools from here.',12,0,100,1,0,0,30287,0,'Bellinger'),
|
|
(29644,1,0,'Well... I was just thinking... you\'re a bit smaller, so you\'re less likely to set off any of those mines.',12,0,100,1,0,0,30297,0,'Bellinger'),
|
|
(29644,2,0,'No, no, no! Not short... it\'s just... well... maybe I could toss you across most of it?',12,0,100,1,0,0,30298,0,'Bellinger'),
|
|
(29644,3,0,'Ahhh!',12,0,100,0,0,0,30306,0,'Bellinger'),
|
|
(29644,4,0,'That was close! You scared me.',12,0,100,5,0,0,30311,0,'Bellinger'),
|
|
(29644,5,0,'I\'ve got an idea, Bailey...',12,0,100,5,0,0,30299,0,'Bellinger'),
|
|
(29644,6,0,'No, no - this might work!',12,0,100,5,0,0,30300,0,'Bellinger'),
|
|
(29644,7,0,'There\'s a path right there... only a few mines at the end in between us and the tools.',12,0,100,1,0,0,30301,0,'Bellinger'),
|
|
(29644,8,0,'We wait for the next adventurer to come through and we tell him that\'s the way to go... then after they set off the mines, we just walk in and grab the tools!',12,0,100,1,0,0,30302,0,'Bellinger'),
|
|
(29644,9,0,'It really doesn\'t look like it, Bailey.',12,0,100,1,0,0,30303,0,'Bellinger'),
|
|
(29644,10,0,'Oh... good point. How about right there? That looks clear... kind of.',12,0,100,1,0,0,30304,0,'Bellinger'),
|
|
(29644,11,0,'Uh... that\'s okay. It still kind of hurts from last time.',12,0,100,1,0,0,30305,0,'Bellinger'),
|
|
(29647,1,0,'My brothers will come for me and then you will see what true power is!',12,0,100,1,0,0,30494,0,'Gymer to Vargul Runelord'),
|
|
(29647,1,1,'I will crush you all!',12,0,100,1,0,0,30492,0,'Gymer to Vargul Deathwaker'),
|
|
(29647,1,2,'Ugly little monsters, pray I don\'t get out!',12,0,100,1,0,0,30491,0,'Gymer to Vargul Slayer'),
|
|
(29647,1,3,'Your torture only adds to my rage!',12,0,100,1,0,0,30495,0,'Gymer to Vargul Slayer'),
|
|
(29647,1,4,'How long do you think this cage can hold me, fiends!',12,0,100,0,0,0,30497,0,'Gymer - In Cage'),
|
|
(29647,1,5,'Wretched beasts!',12,0,100,1,0,0,30493,0,'Gymer to Vargul Slayer'),
|
|
(29647,1,6,'I will devour you whole!',12,0,100,1,0,0,30496,0,'Gymer to Vargul Runelord'),
|
|
(29647,7,7,'FREE!!! Soon you will feel the wrath of the storm king!',14,0,100,53,0,0,30599,0,'Gymer'),
|
|
(29650,0,0,'It\'s those blasted iron dwarves again! Somehow, they found him before we did.',12,0,100,5,0,0,30322,0,'Archeologist Andorin - On Quest On Brann\'s Trail Rewarded'),
|
|
(29650,1,0,'They\'re not going to give up until they find him. We can\'t allow that to happen, $n, and Brann knows it.',12,0,100,1,0,0,30323,0,'Archeologist Andorin - On Quest On Brann\'s Trail Rewarded'),
|
|
(29650,2,0,'There are some rather cryptic instructions in this note. Brann must\'ve had some kind of backup plan, but he can\'t keep evading capture forever...',12,0,100,1,0,0,30324,0,'Archeologist Andorin - On Quest On Brann\'s Trail Rewarded'),
|
|
(29650,3,0,'It\'s up to you to find him before the irons do!',12,0,100,25,0,0,30325,0,'Archeologist Andorin - On Quest On Brann\'s Trail Rewarded'),
|
|
(29655,0,0,'Saragosa! What has become of you?',14,0,100,0,0,0,25480,0,'Malygos'),
|
|
(29677,0,0,'The %s sniffs the ground to pickup the trail.',16,0,100,0,0,0,30366,0,'Frosthound to Player'),
|
|
(29677,1,0,'You\'ve been seen! Use the net and ice slick to keep the dwarves away!',42,0,100,0,0,0,30365,0,'Frosthound to Player'),
|
|
(29677,2,0,'The frosthound has located the thief\'s hiding place. Confront him!',42,0,100,377,0,0,30368,0,'Frosthound to Player'),
|
|
(29677,3,0,'The %s has tracked the scent to its source.',16,0,100,377,0,0,30367,0,'Frosthound to Player'),
|
|
(29686,0,0,'I poop on you, trollses!',0,0,100,0,0,0,30398,0,'Captured Rageclaw'),
|
|
(29686,0,1,'ARRRROOOOOGGGGAAAA!!!',0,0,100,0,0,0,30400,0,'Captured Rageclaw'),
|
|
(29686,0,2,'No more mister nice wolvar!',0,0,100,0,0,0,30397,0,'Captured Rageclaw'),
|
|
(29686,0,3,'TROLL MAKE ME ANGRY!',12,0,100,0,0,0,30371,0,'Captured Rageclaw'),
|
|
(29686,0,4,'Rageclaw free! Troll die now!',12,0,100,0,0,0,30396,0,'Captured Rageclaw'),
|
|
(29686,0,5,'Revenge for Rageclaw!',12,0,100,0,0,0,30399,0,'Captured Rageclaw'),
|
|
(29686,0,6,'This mean war!',12,0,100,0,0,0,30401,0,'Captured Rageclaw'),
|
|
(29703,0,0,'Need a shoeshine, $c?',12,0,100,0,0,0,33178,0,'Sheddle Glossgleam'),
|
|
(29703,0,1,'One shoeshine coming up!',12,0,100,0,0,0,33180,0,'Sheddle Glossgleam'),
|
|
(29703,0,2,'Let me shine your shoes, $c.',12,0,100,0,0,0,33181,0,'Sheddle Glossgleam'),
|
|
(29703,1,0,'Take care of that shine, $c.',12,0,100,0,0,0,33179,0,'Sheddle Glossgleam'),
|
|
(29703,1,1,'Shiny!',12,0,100,0,0,0,33182,0,'Sheddle Glossgleam'),
|
|
(29703,1,2,'Another shiny, happy person. Take care, $c!',12,0,100,0,0,0,33183,0,'Sheddle Glossgleam'),
|
|
(29709,0,0,'Return to Brunnhildar Village!',42,0,100,0,0,0,31604,0,'Freed Proto-Drake'),
|
|
(29709,0,1,'The proto-drake smells freedom and flies homeward!',41,0,100,0,0,0,32956,0,'Freed Proto-Drake'),
|
|
(29724,0,0,'Defragmenting swap file ...',12,0,100,1,0,0,30375,0,'Library Guardian'),
|
|
(29724,0,1,'Running a level three diagnostic ...',12,0,100,1,0,0,30374,0,'Library Guardian'),
|
|
(29724,0,2,'Attempting to restore lost data ...',12,0,100,1,0,0,30377,0,'Library Guardian'),
|
|
(29724,0,3,'Implementing new security protocols ...',12,0,100,1,0,0,30378,0,'Library Guardian'),
|
|
(29724,0,4,'Verifying encryption key ...',12,0,100,1,0,0,30376,0,'Library Guardian'),
|
|
(29724,0,5,'Assessing database integrity ...',12,0,100,1,0,0,30373,0,'Library Guardian'),
|
|
(29762,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Hyeyoung Parka'),
|
|
(29769,0,0,'Crush... maim... DESTROY!',12,0,100,0,0,0,30461,0,'Vile'),
|
|
(29769,1,0,'Vile free? Vile love $n!',12,0,100,34,0,1446,30460,0,'Vile'),
|
|
(29770,0,0,'Who intrudes upon my ritual?',12,0,100,0,0,0,30462,0,'Lady Nightswood'),
|
|
(29770,1,0,'You dare?! Where is Baron Sliver? I would have words with him!',12,0,100,34,0,1173,30458,0,'Lady Nightswood'),
|
|
(29775,0,0,'Use of the Inventor\'s Disk detected. Emergency protocol gamma activated.',12,0,100,0,0,0,30402,0,'Archivist Mechaton'),
|
|
(29775,1,0,'Verifying status of Norgannon\'s shell.',12,0,100,0,0,0,30403,0,'Archivist Mechaton'),
|
|
(29775,2,0,'Norgannon\'s shell accounted for and secure. It will be available for transfer once user\'s identity has been verified.',12,0,100,1,0,0,30404,0,'Archivist Mechaton'),
|
|
(29775,3,0,'Standby to verify identity as Keeper Mimir.',12,0,100,1,0,0,30405,0,'Archivist Mechaton'),
|
|
(29775,4,0,'Identity verification failed. User is not Keeper Mimir.',12,0,100,25,0,0,30406,0,'Archivist Mechaton'),
|
|
(29775,5,0,'The Inventor\'s Disk has fallen into the hands of an unauthorized user. Activating defense protocol.',12,0,100,0,0,0,30407,0,'Archivist Mechaton'),
|
|
(29775,6,0,'Impostor must be dealt with. The Inventor\'s Disk must be recovered.',12,0,100,5,0,0,30408,0,'Archivist Mechaton'),
|
|
(29801,0,0,'At last, the tyranny of the stormforged is at its end!',12,0,100,25,0,0,30891,0,''),
|
|
(29801,1,0,'We\'ve defeated Valduran and we\'ll fell his colossus.',12,0,100,0,25,0,33052,0,''),
|
|
(29821,0,0,'Oh, you freed him, did you? No matter, his death and reconstruction will only be slightly delayed.',14,0,100,0,0,0,30659,0,'Prince Navarius to Gymer'),
|
|
(29821,1,1,'Thrym... Av... Avenge me...',14,0,100,0,0,0,30658,0,'Prince Navarius to Gymer'),
|
|
(29840,0,0,'Mrrfrmrfrmrrrrr!',12,0,100,0,0,0,30463,0,'The Leaper'),
|
|
(29840,1,0,'Mrmrmmrmrmrmrm... mrmrmrmr?!',12,0,100,1,0,12937,30459,0,'The Leaper'),
|
|
(29851,0,0,'You\'re the one that\'s been disrupting things? This should be easy.',12,0,100,0,0,0,30465,0,'General Lightsbane'),
|
|
(29858,0,0,'My dear general, your time has come!',12,0,100,0,0,0,30470,0,'Lady Nightswood'),
|
|
(29859,0,0,'MRMRFRMRFRMRRRR!',12,0,100,0,0,0,30472,0,'The Leaper'),
|
|
(29860,0,0,'SMASH!',12,0,100,0,0,0,30471,0,'Vile'),
|
|
(29880,0,0,'You come to die!',12,0,100,0,0,13537,30502,0,'Jotunheim Warrior'),
|
|
(29880,0,1,'Sniveling pig!',12,0,100,0,0,13539,30504,0,'Jotunheim Warrior'),
|
|
(29880,0,2,'I will feed you to the dogs!',12,0,100,0,0,13534,30499,0,'Jotunheim Warrior'),
|
|
(29881,0,0,'They are coming for you.',15,0,100,0,0,14376,30483,0,'An Unknown Voice'),
|
|
(29881,0,1,'Give in to your fear.',15,0,100,0,0,14377,30484,0,'An Unknown Voice'),
|
|
(29881,0,2,'Kill them all... before they kill you.',15,0,100,0,0,14378,30485,0,'An Unknown Voice'),
|
|
(29881,0,3,'They have turned against you. Now... take your revenge.',15,0,100,0,0,14379,30486,0,'An Unknown Voice'),
|
|
(29881,0,4,'Tell yourself again that these are not truly your friends.',15,0,100,0,0,14380,30487,0,'An Unknown Voice'),
|
|
(29881,0,5,'There is no escape. Not in this life. Not in the next.',15,0,100,0,0,14381,30488,0,'An Unknown Voice'),
|
|
(29881,0,6,'You are a pawn of forces unseen.',15,0,100,0,0,14382,30489,0,'An Unknown Voice'),
|
|
(29881,0,7,'It WAS your fault.',15,0,100,0,0,14383,30490,0,'An Unknown Voice'),
|
|
(29884,1,0,'Taste Gymer\'s size 600!',14,0,100,0,0,0,30598,0,'Gymer to Reanimated Corpse'),
|
|
(29884,1,1,'I will crush you under foot!',14,0,100,0,0,0,30595,0,'Gymer to Reanimated Corpse'),
|
|
(29884,1,2,'STORMS GRANT ME POWER!',14,0,100,0,0,0,30586,0,'Gymer'),
|
|
(29884,1,3,'Tiny creatures, I trample you!',14,0,100,0,0,0,30597,0,'Gymer to Reanimated Corpse'),
|
|
(29884,1,4,'I\'ll wipe you off of my boots later!',14,0,100,0,0,0,30596,0,'Gymer to Reanimated Corpse'),
|
|
(29884,1,5,'AAARRRRRRGGGGGGHHHHHHH!! SUCH POWER!',14,0,100,0,0,0,30590,0,'Gymer'),
|
|
(29884,1,6,'LIGHTNING GUIDE MY FURY!',14,0,100,0,0,0,30587,0,'Gymer'),
|
|
(29884,1,7,'THE LIGHTNING COURSES THROUGH ME!',14,0,100,0,0,0,30591,0,'Gymer'),
|
|
(29884,1,8,'LET THE STORM\'S FURY CONSUME YOU!',14,0,100,0,0,0,30588,0,'Gymer'),
|
|
(29884,1,9,'NO ESCAPE FOR THE WICKED!',14,0,100,0,0,0,30589,0,'Gymer'),
|
|
(29884,1,10,'IT IS THE WRATH OF THE STORM KING!',14,0,100,0,0,0,30592,0,'Gymer'),
|
|
(29884,8,8,'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.',42,0,100,0,0,0,30511,0,'Gymer'),
|
|
(29884,9,9,'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.',42,0,100,0,0,0,30511,0,'Gymer'),
|
|
(29884,10,10,'Farewell, friend. May we meet again under better circumstances. I\'ll never forget what you did for me!',12,0,100,0,0,0,30510,0,'Gymer'),
|
|
(29887,1,0,'I\'ll eat your heart!',12,0,100,0,0,13537,30508,0,'Vargul Doombringer to Gymer'),
|
|
(29887,1,1,'Sniveling pig!',12,0,100,0,0,13539,30504,0,'Vargul Doombringer to Gymer'),
|
|
(29887,1,2,'I will feed you to the dogs!',12,0,100,0,0,13534,30499,0,'Vargul Doombringer to Gymer'),
|
|
(29887,1,3,'Die, maggot!',12,0,100,0,0,13536,30501,0,'Vargul Doombringer to Gymer'),
|
|
(29887,1,4,'Ugglin oo bjorr!',12,0,100,0,0,13540,30505,0,'Vargul Doombringer to Gymer'),
|
|
(29887,1,5,'I\'ll eat your heart!',12,0,100,0,0,13540,30508,0,'Vargul Doombringer to Gymer'),
|
|
(29887,1,6,'I spit on you!',12,0,100,0,0,13538,30503,0,'Vargul Doombringer to Gymer'),
|
|
(29887,1,7,'Your entrails will make a fine necklace.',12,0,100,0,0,13535,30500,0,'Vargul Doombringer to Gymer'),
|
|
(29895,0,0,'MASTER! NO!',14,0,100,53,0,0,30656,0,'Thrym to Gymer'),
|
|
(29895,1,1,'THRYM CRUSH!',14,0,100,25,0,0,30657,0,'Thrym to Gymer'),
|
|
(29903,0,0,'%s sniffs and finds the trail.',16,0,100,0,0,0,30550,0,'Frostbite'),
|
|
(29903,1,0,'The iron dwarves followed you! Use the net and the ice slick to escape!',42,0,100,0,0,0,30548,0,'Frostbite'),
|
|
(29903,2,0,'%s has tracked the scent to its source inside the cave.',16,0,100,377,0,0,30551,0,'Frostbite'),
|
|
(29903,3,0,'Frostbite has tracked the scent to its source. Investigate the cave!',42,0,100,377,0,0,30549,0,'Frostbite'),
|
|
(29914,0,0,'Stormforged dwarves pour out of the broken corpse!',16,0,100,0,0,0,30892,0,'Dead Iron Giant - Summon Stormforged Ambushers - Emote'),
|
|
(29919,1,0,'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?',12,0,100,0,0,0,30712,0,'Thane'),
|
|
(29919,2,0,'What is this?',14,0,100,0,0,0,32584,0,'Thane'),
|
|
(29919,3,0,'My answer? Here\'s my answer, little messenger!',14,0,100,0,0,0,30713,0,'Thane'),
|
|
(29919,4,0,'I will feed you to the dogs!',14,0,100,0,0,0,30499,0,'Thane'),
|
|
(29920,0,0,'Something stirs in the pool of mojo...',16,0,100,0,0,0,30740,0,'Ruins Dweller'),
|
|
(29932,0,0,'Something stirs in the pool of mojo...',16,0,100,0,0,0,30740,0,'Eck the Ferocious'),
|
|
(29932,1,0,'%s grows increasingly crazed!',16,0,100,0,0,0,30727,0,'Eck the Ferocious - Crazed Warning'),
|
|
(30007,0,0,'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!!',14,0,100,15,0,0,30703,0,'Gurgthock'),
|
|
(30007,1,0,'The champion of the Winterax trolls has challenged you, $n! I hope you\'re ready!',12,0,100,1,0,0,30714,0,'Gurgthock'),
|
|
(30007,2,0,'Hailing from the distant mountains of Alterac, one of the fiercest competitors this arena has ever seen: KORRAK THE BLOODRAGER!!!',14,0,100,15,0,13363,30715,0,'Gurgthock'),
|
|
(30007,3,0,'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!',14,0,100,15,0,0,30686,0,'Gurgthock'),
|
|
(30007,6,0,'Do you feel that folks? The air is crackling with energy! That can only mean one thing...',14,0,100,1,0,0,30698,0,'Gurgthock'),
|
|
(30007,7,0,'The grand Amphitheater of Anguish awaits, $n. Remember, once a battle starts you have to stay in the arena. WIN OR DIE!',12,0,100,1,0,13910,30681,0,'Gurgthock'),
|
|
(30007,7,1,'The grand Amphitheater of Anguish awaits, $n. Remember, once a battle starts you have to stay in the arena. WIN OR DIE!',12,0,100,1,0,13911,30681,0,'Gurgthock'),
|
|
(30007,8,0,'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!',14,0,100,15,0,0,30682,0,'Gurgthock'),
|
|
(30007,9,0,'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!',12,0,100,1,0,0,30685,0,'Gurgthock'),
|
|
(30007,10,0,'$n has defeated Yg... Yggg-really big worm!',14,0,100,15,0,13905,30684,0,'Gurgthock'),
|
|
(30007,10,1,'$n has defeated Yg... Yggg-really big worm!',14,0,100,15,0,13908,30684,0,'Gurgthock'),
|
|
(30007,10,2,'$n has defeated Yg... Yggg-really big worm!',14,0,100,15,0,13909,30684,0,'Gurgthock'),
|
|
(30007,10,3,'$n has defeated Yg... Yggg-really big worm!',14,0,100,15,0,13907,30684,0,'Gurgthock'),
|
|
(30007,11,0,'$n is victorious once more!',14,0,100,15,0,13908,15469,0,'Gurgthock'),
|
|
(30007,11,1,'$n is victorious once more!',14,0,100,15,0,13909,15469,0,'Gurgthock'),
|
|
(30007,11,2,'$n is victorious once more!',14,0,100,15,0,13905,15469,0,'Gurgthock'),
|
|
(30007,12,0,'And with AUTHORITY, $n dominates the magnataur lord! Stinkbeard\'s clan is gonna miss him back home in the Dragonblight!',14,0,100,15,0,13908,30687,0,'Gurgthock'),
|
|
(30007,13,0,'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!',14,0,100,1,0,0,30707,0,'Gurgthock'),
|
|
(30007,14,0,'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!',14,0,100,15,0,13908,30716,2,'Gurgthock'),
|
|
(30007,15,0,'All that\'s left of the challenger is a red stain on the floor!',14,0,100,1,0,0,30676,0,'Gurgthock'),
|
|
(30007,15,1,'Avert your eyes, ladies and gentlemen! It\'s a bloodbath!',14,0,100,1,0,0,30680,0,'Gurgthock'),
|
|
(30007,15,2,'Call in the clowns! It\'s turned into a circus in there!',14,0,100,1,0,0,30677,0,'Gurgthock'),
|
|
(30007,15,3,'OOOF! That one\'s gonna require the \"scraper.\"',14,0,100,1,0,0,30678,0,'Gurgthock'),
|
|
(30007,15,4,'OUTTA NOWHERE -- WHAMO! DEAD!',14,0,100,1,0,0,30679,0,'Gurgthock'),
|
|
(30007,15,5,'They went down like a sack of orc skulls!',14,0,100,1,0,0,30675,0,'Gurgthock'),
|
|
(30012,0,0,'You will not defeat me!',12,0,100,0,0,0,68596,0,'Victorious Challenger'),
|
|
(30012,0,1,'You\'re not worthy of Thorim!',12,0,100,0,0,0,30811,0,'Victorious Challenger'),
|
|
(30012,0,2,'Good luck... You\'ll need it!',12,0,100,0,0,0,30809,0,'Victorious Challenger'),
|
|
(30012,0,3,'May the best win!',12,0,100,0,0,0,30808,0,'Victorious Challenger'),
|
|
(30012,0,4,'I\'m not afraid of anything -- bring it on!',12,0,100,0,0,0,30807,0,'Victorious Challenger'),
|
|
(30014,1,0,'%s emerges!',41,0,100,0,0,13878,30683,0,'Yggdras'),
|
|
(30017,0,0,'%s becomes enraged!',16,0,100,1,0,0,24144,0,'Stinkbeard'),
|
|
(30017,1,0,'Stinkbeard comin\' for you, little ones!',14,0,100,1,0,13907,30688,0,'Stinkbeard'),
|
|
(30019,1,0,'I\'ll melt the flesh off your bones!',14,0,100,0,0,13878,30689,0,'Duke Singen <The New Hotness>'),
|
|
(30019,2,0,'To burn my kingdom, you can\'t use fire! Come my servants, I am not ready to retire!',14,0,100,0,0,0,30768,0,'Duke Singen <The New Hotness>'),
|
|
(30020,0,0,'Come, land-dwellers, face the fury of tusk and whisker!',14,0,100,1,0,0,30704,0,'Orinoko Tuskbreaker'),
|
|
(30020,1,0,'Whisker! Where are you?! Assist me!',14,0,100,0,0,0,30784,0,'Orinoko Tuskbreaker'),
|
|
(30022,1,0,'Yes, my precious, we will tear them apart! For the one true king!',14,0,100,15,0,13907,30708,0,'Vladof the Butcher'),
|
|
(30022,2,0,'Useless mongrel! I\'ll kill \'em myself!',14,0,100,0,0,0,30709,0,'Vladof the Butcher'),
|
|
(30022,3,0,'Vladof dismounts!',41,0,100,1,0,0,30710,0,'Vladof the Butcher'),
|
|
(30022,4,0,'%s begins to spin, encased in a magical shield!',41,0,100,1,0,0,30791,0,'Vladof the Butcher'),
|
|
(30023,1,0,'Korrak has come, weaklings! Snowfall belongs to Winterax! Erm, Korrak mean to say amphitheater belong to Winterax!',14,0,100,15,0,0,30705,0,'Korrak the Bloodrager'),
|
|
(30023,2,0,'No graveyard here for you to play wicked games on Korrak! DIE!',14,0,100,15,0,0,30706,0,'Korrak the Bloodrager'),
|
|
(30024,1,0,'For Neptulon! Strength of storm and sea, crush my enemies!',14,0,100,1,0,13878,30701,0,'Gargoral the Water Lord'),
|
|
(30024,2,0,'I am the baddest of the bad, the coolest of the cool! To my side, my elements, let us freeze and rule!',14,0,100,1,0,0,30770,0,'Gargoral the Water Lord'),
|
|
(30025,1,0,'Arise, brothers of the earth! Watch as Erathius destroys the mortals!',14,0,100,0,0,13878,30700,0,'Erathius, King of Dirt'),
|
|
(30025,2,0,'I\'m the king of dirt, there is none higher! To my aid, minions - assist your sire!',14,0,100,0,0,0,30767,0,'Erathius, King of Dirt'),
|
|
(30026,1,0,'Al\'Akir grant my enemies a cold, swift death!',14,0,100,0,0,13878,30702,0,'Az\'Barin, Prince of the Gust'),
|
|
(30026,2,0,'I bring a gust so strong, it can knock down trees! Minions, assist me, they shall not do as they please!',14,0,100,0,0,0,30769,0,'Az\'Barin, Prince of the Gust'),
|
|
(30035,0,0,'Let me fight by your side.',12,0,100,0,0,0,30722,0,'Fallen Earthen Defender'),
|
|
(30035,0,1,'Let us fight the irons together!',12,0,100,0,0,0,30723,0,'Fallen Earthen Defender'),
|
|
(30035,0,2,'Thank you. I thought I was doomed.',12,0,100,0,0,0,30720,0,'Fallen Earthen Defender'),
|
|
(30035,0,3,'I was certain I was going to die out here.',12,0,100,0,0,0,30721,0,'Fallen Earthen Defender'),
|
|
(30037,0,0,'Come then, $r $c, I do not have all day!',12,0,100,15,0,0,30693,0,'Mjordin Combatant'),
|
|
(30037,0,1,'It will not get me any closer to proving myself at Valhalas to kill you, but it should be entertaining!',12,0,100,15,0,0,30694,0,'Mjordin Combatant'),
|
|
(30037,0,2,'If you seek death, you have found it!',12,0,100,15,0,0,30695,0,'Mjordin Combatant'),
|
|
(30037,0,3,'A quick trip to the underworld for you, and a laugh for me. Sounds like a fair trade!',12,0,100,15,0,0,30696,0,'Mjordin Combatant'),
|
|
(30081,0,0,'You dare to touch ME?! You won\'t keep me from proving myself to the Lich King!',12,0,100,0,0,0,30746,0,'say'),
|
|
(30084,0,0,'A Power Spark forms from a nearby rift!',41,0,100,0,10000,0,32957,3,'Power spark to portal'),
|
|
(30086,0,0,'Taste my steel, little $g boy : girl;!',12,0,100,0,0,0,30750,0,'say'),
|
|
(30086,1,0,'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!',12,0,100,66,0,0,30821,0,'say'),
|
|
(30098,0,0,'Snacks!',12,0,100,0,0,0,30830,0,'Amphitheater Vendor'),
|
|
(30098,0,1,'Snacks for sale!',12,0,100,0,0,0,30829,0,'Amphitheater Vendor'),
|
|
(30098,0,2,'Get your snacks here!',12,0,100,0,0,0,30831,0,'Amphitheater Vendor'),
|
|
(30098,0,3,'Snacks! Get your snacks here!',12,0,100,0,0,0,30832,0,'Amphitheater Vendor'),
|
|
(30098,0,4,'Popcorn! Get your popcorn!',12,0,100,0,0,0,30833,0,'Amphitheater Vendor'),
|
|
(30098,0,5,'Peanuts! Get your peanuts here!',12,0,100,0,0,0,30834,0,'Amphitheater Vendor'),
|
|
(30098,0,6,'Anguish Ale! Cold Anguish Ale here!',12,0,100,0,0,0,30835,0,'Amphitheater Vendor'),
|
|
(30098,0,7,'Popcorn! Peanuts! Ale!',12,0,100,0,0,0,30836,0,'Amphitheater Vendor'),
|
|
(30107,0,0,'I can\'t thank you enough for all of your help in putting together the keystone. Great things will come of this, I assure you.',12,0,100,0,0,0,31023,0,'Brann'),
|
|
(30107,1,0,'Iron dwarves... everywhere.... they\'re making their way down from the top. They certainly are persistent.',12,0,100,0,0,0,31024,0,'Brann'),
|
|
(30107,2,0,'They\'re trying to take down the plane! I can\'t pull up any steeper... you need to keep them off of us!',12,0,100,0,0,0,31025,0,'Brann'),
|
|
(30107,3,0,'There are more just ahead - keep at it!',12,0,100,0,0,0,31026,0,'Brann'),
|
|
(30107,4,0,'We\'re almost out... just a little bit further.',12,0,100,0,0,0,31027,0,'Brann'),
|
|
(30107,5,0,'Barring stray boulders from those giants, we should be clear... it seems a mess from down there though.',12,0,100,0,0,0,31028,0,'Brann'),
|
|
(30107,6,0,'Their numbers are unbelievable... I\'m glad to hear King Stormheart came to your aid. I only hear good things of him - I think it\'s high time we meet.',12,0,100,0,0,0,31029,0,'Brann'),
|
|
(30107,7,0,'Poor Creteus. He was a good keeper... I\'m glad he at least got to see his task to completion, I imagine that\'s all that really mattered to him.',12,0,100,0,0,0,31030,0,'Brann'),
|
|
(30107,8,0,'We\'re coming up on Frosthold. I would be very appreciative if you would introduce me to King Stormeheart before you go. I believe we are both very much in his debt.',12,0,100,0,0,0,31031,0,'Brann'),
|
|
(30124,0,0,'Oh, hello, little $r.',12,0,100,15,0,0,31148,0,'Snorri text'),
|
|
(30142,0,0,'The Iron Watcher reels, reaching to its now useless eyes, and charges blindly.',41,0,100,0,0,0,30969,0,'Fervor of the Frostborn Quest'),
|
|
(30142,1,0,'The Iron Watcher looses its footing under the furious blow.',41,0,100,0,0,0,0,0,'Fervor of the Frostborn Quest'),
|
|
(30146,0,0,'Curse you! You will not treat me like a beast!',12,0,100,1,0,0,30793,0,'Exhausted Vrykul'),
|
|
(30146,0,1,'Enough! I will teach you some manners, wench!',12,0,100,1,0,0,30794,0,'Exhausted Vrykul'),
|
|
(30146,0,2,'I\'d rather die fighting than live like a slave!',12,0,100,1,0,0,30795,0,'Exhausted Vrykul'),
|
|
(30146,1,0,'Back... to work...',12,0,100,1,0,0,30796,0,'Exhausted Vrykul'),
|
|
(30146,1,1,'We will have revenge... some day.',12,0,100,1,0,0,30798,0,'Exhausted Vrykul'),
|
|
(30146,1,2,'You treat us worse than animals!',12,0,100,1,0,0,30797,0,'Exhausted Vrykul'),
|
|
(30147,0,0,'Get them!',12,0,100,0,0,0,29345,0,'Garhal'),
|
|
(30152,0,0,'No more will your minions assail the creatures of stone and their allies.',12,0,100,1,0,0,30893,0,''),
|
|
(30152,1,0,'I am your doom, Valduran!',12,0,100,15,0,0,30894,0,''),
|
|
(30152,2,0,'Well fought! The day is ours, but the war goes on!',12,0,100,4,0,0,33053,0,''),
|
|
(30154,0,0,'I\'m not afraid of anything -- bring it on!',12,0,100,0,0,0,30807,0,'agnetta SAY_AGGRO'),
|
|
(30162,0,0,'Grrrrrrrr! I\'ll kneecap ya!',12,0,100,0,0,0,30822,0,'say'),
|
|
(30162,1,0,'WHEE!!!',12,0,100,0,0,0,30828,0,'say'),
|
|
(30163,0,0,'Stormforged dwarves pour out of the broken corpse!',16,0,100,0,0,0,30892,0,'Dead Iron Giant - Summon Stormforged Ambushers - Emote'),
|
|
(30180,0,0,'Onu\'zun gonna kill you dead!',12,0,100,0,0,0,30856,0,'say'),
|
|
(30190,0,0,'Metallic specimen of foreign origin detected.',12,0,100,0,5,0,30847,0,'Attendant Tock'),
|
|
(30190,1,0,'Beginning analysis ...',12,0,100,0,0,0,30848,0,'Attendant Tock'),
|
|
(30190,2,0,'Specimen identified as an alloy of saronite and iron.',12,0,100,0,0,0,30849,0,'Attendant Tock'),
|
|
(30190,3,0,'The ore used in this sample originated deep within the crust of Azeroth and was recently unearthed.',12,0,100,275,0,0,30850,0,'Attendant Tock'),
|
|
(30190,4,0,'The saronite in this sample is nearly pure. Ores like this do not occur naturally on the surface of Azeroth.',12,0,100,0,0,0,30851,0,'Attendant Tock'),
|
|
(30190,5,0,'This ore can only have been created by a powerful, malevolent force. Attempting to access databanks for more information ...',12,0,100,1,0,0,30854,0,'Attendant Tock'),
|
|
(30190,6,0,'Access denied?!',12,0,100,6,0,0,30859,0,'Attendant Tock'),
|
|
(30190,7,0,'Further information can only be accessed from the archives within Ulduar, by order of Keeper Loken.',12,0,100,1,0,0,30860,0,'Attendant Tock'),
|
|
(30190,8,0,'But one thing is for certain: this plate\'s size, thickness, and bolt holes point to a use as armor for a colossal structure.',12,0,100,1,0,0,30867,0,'Attendant Tock'),
|
|
(30190,9,0,'Directive completed. Returning to standby mode.',12,0,100,1,0,0,30861,0,'Attendant Tock'),
|
|
(30195,0,0,'We will have our revenge ... another time!',12,0,50,0,0,0,0,0,''),
|
|
(30197,0,0,'Thanks. How can I help?',12,0,100,0,0,0,30899,0,'Ebon Blade Prisoner'),
|
|
(30197,0,1,'I can fight by your side for a few minutes before I need to return to The Shadow Vault.',12,0,100,0,0,0,30900,0,'Ebon Blade Prisoner'),
|
|
(30197,0,2,'Thank you, $c. I owe you.',12,0,100,0,0,0,30901,0,'Ebon Blade Prisoner'),
|
|
(30197,0,3,'Excellent. Let\'s kill some vrykul!',12,0,100,0,0,0,30902,0,'Ebon Blade Prisoner'),
|
|
(30197,0,4,'It\'s time for revenge!',12,0,100,0,0,0,30903,0,'Ebon Blade Prisoner'),
|
|
(30197,0,5,'Where\'s my damned helmet? Well, at least they left my sword here. Idiots.',12,0,100,0,0,0,30904,0,'Ebon Blade Prisoner'),
|
|
(30197,0,6,'Kill!',12,0,100,0,0,0,1914,0,'Ebon Blade Prisoner'),
|
|
(30198,0,0,'Thanks. How can I help?',12,0,100,0,0,0,30899,0,'Ebon Blade Prisoner'),
|
|
(30198,0,1,'I can fight by your side for a few minutes before I need to return to The Shadow Vault.',12,0,100,0,0,0,30900,0,'Ebon Blade Prisoner'),
|
|
(30198,0,2,'Thank you, $c. I owe you.',12,0,100,0,0,0,30901,0,'Ebon Blade Prisoner'),
|
|
(30198,0,3,'Excellent. Let\'s kill some vrykul!',12,0,100,0,0,0,30902,0,'Ebon Blade Prisoner'),
|
|
(30198,0,4,'It\'s time for revenge!',12,0,100,0,0,0,30903,0,'Ebon Blade Prisoner'),
|
|
(30198,0,5,'Where\'s my damned helmet? Well, at least they left my sword here. Idiots.',12,0,100,0,0,0,30904,0,'Ebon Blade Prisoner'),
|
|
(30198,0,6,'Kill!',12,0,100,0,0,0,1914,0,'Ebon Blade Prisoner'),
|
|
(30199,0,0,'Thanks. How can I help?',12,0,100,0,0,0,30899,0,'Ebon Blade Prisoner'),
|
|
(30199,0,1,'I can fight by your side for a few minutes before I need to return to The Shadow Vault.',12,0,100,0,0,0,30900,0,'Ebon Blade Prisoner'),
|
|
(30199,0,2,'Thank you, $c. I owe you.',12,0,100,0,0,0,30901,0,'Ebon Blade Prisoner'),
|
|
(30199,0,3,'Excellent. Let\'s kill some vrykul!',12,0,100,0,0,0,30902,0,'Ebon Blade Prisoner'),
|
|
(30199,0,4,'It\'s time for revenge!',12,0,100,0,0,0,30903,0,'Ebon Blade Prisoner'),
|
|
(30199,0,5,'Where\'s my damned helmet? Well, at least they left my sword here. Idiots.',12,0,100,0,0,0,30904,0,'Ebon Blade Prisoner'),
|
|
(30199,0,6,'Kill!',12,0,100,0,0,0,1914,0,'Ebon Blade Prisoner'),
|
|
(30200,0,0,'Thanks. How can I help?',12,0,100,0,0,0,30899,0,'Ebon Blade Prisoner'),
|
|
(30200,0,1,'I can fight by your side for a few minutes before I need to return to The Shadow Vault.',12,0,100,0,0,0,30900,0,'Ebon Blade Prisoner'),
|
|
(30200,0,2,'Thank you, $c. I owe you.',12,0,100,0,0,0,30901,0,'Ebon Blade Prisoner'),
|
|
(30200,0,3,'Excellent. Let\'s kill some vrykul!',12,0,100,0,0,0,30902,0,'Ebon Blade Prisoner'),
|
|
(30200,0,4,'It\'s time for revenge!',12,0,100,0,0,0,30903,0,'Ebon Blade Prisoner'),
|
|
(30200,0,5,'Where\'s my damned helmet? Well, at least they left my sword here. Idiots.',12,0,100,0,0,0,30904,0,'Ebon Blade Prisoner'),
|
|
(30200,0,6,'Kill!',12,0,100,0,0,0,1914,0,'Ebon Blade Prisoner'),
|
|
(30215,1,0,'Sons of Hodir! I humbly present to you....',42,0,100,0,0,0,30906,0,'Player - Read Pronouncement'),
|
|
(30215,2,0,'The Helm of Hodir!',42,0,100,0,0,0,30907,0,'Player - Read Pronouncement'),
|
|
(30219,0,0,'The worg sprints off in search of enemies.',16,0,100,0,0,1108,30909,0,'Ethereal Frostworg'),
|
|
(30219,1,0,'The worg growls as it closes in on its prey.',16,0,100,0,0,0,30914,0,'Ethereal Frostworg'),
|
|
(30219,2,0,'The frostworg howls, exposing its prey!',16,0,100,53,0,9036,30915,0,'Ethereal Frostworg'),
|
|
(30222,0,0,'Found me, did ya? Now ya gotta die!',12,0,100,0,0,0,30916,0,'Stormforged Infiltrator'),
|
|
(30222,0,1,'Die, friend of the frost!',12,0,100,0,0,0,30917,0,'Stormforged Infiltrator'),
|
|
(30222,0,2,'You won\'t live to speak of this!',12,0,100,0,0,0,30918,0,'Stormforged Infiltrator'),
|
|
(30224,0,0,'What\'s on yer mind, lad?',12,0,100,6,0,0,31065,0,'Crusader Lord Dalfors'),
|
|
(30225,0,0,'Eversong Woods, Dalfors. I\'m thinking about how beautiful it was before Arthas cut a swathe of death through it...',12,0,100,1,0,0,31070,0,'Crusader Sunborn'),
|
|
(30243,0,0,'I\'ll eat your heart!',12,0,100,0,0,14388,30508,0,'Njorndar Spear-Sister'),
|
|
(30243,0,1,'I will feed you to the dogs!',12,0,100,0,0,14389,30499,0,'Njorndar Spear-Sister'),
|
|
(30243,0,2,'I will feed you to the dogs!',12,0,100,0,0,14385,30499,0,'Njorndar Spear-Sister'),
|
|
(30243,0,3,'I will take pleasure in gutting you!',12,0,100,0,0,14384,30498,0,'Njorndar Spear-Sister'),
|
|
(30243,0,4,'Sniveling pig!',12,0,100,0,0,14394,30504,0,'Njorndar Spear-Sister'),
|
|
(30243,0,5,'Ugglin oo bjorr!',12,0,100,0,0,14395,30505,0,'Njorndar Spear-Sister'),
|
|
(30243,0,6,'You come to die!',12,0,100,0,0,14392,30502,0,'Njorndar Spear-Sister'),
|
|
(30243,0,7,'Die, maggot!',12,0,100,0,0,14391,30501,0,'Njorndar Spear-Sister'),
|
|
(30243,0,8,'Haraak foln!',12,0,100,0,0,14396,30506,0,'Njorndar Spear-Sister'),
|
|
(30243,0,9,'Your entrails will make a fine necklace.',12,0,100,0,0,14386,30500,0,'Njorndar Spear-Sister'),
|
|
(30243,0,10,'Die, maggot!',12,0,100,0,0,14387,30501,0,'Njorndar Spear-Sister'),
|
|
(30243,0,11,'Your entrails will make a fine necklace.',12,0,100,0,0,14390,30500,0,'Njorndar Spear-Sister'),
|
|
(30271,0,0,'Guards! Help me!',14,7,100,0,0,0,4566,0,'Galendror Whitewing'),
|
|
(30274,0,0,'Might grace you, $c. Let the Scourge feel the fury of a million lost souls!',12,0,100,0,0,0,30976,0,'Freed Crusader'),
|
|
(30274,0,1,'Glory and strength to you, $c. I bless you with all the strength left in me. May this nightmare soon end!',12,0,100,0,0,0,30977,0,'Freed Crusader'),
|
|
(30274,0,2,'Wisdom of the ages upon you, noble $c.',12,0,100,0,0,0,30978,0,'Freed Crusader'),
|
|
(30274,0,3,'Thank you and farewell, friend. I must return to the Argent Vanguard.',12,0,100,0,0,0,30980,0,'Freed Crusader'),
|
|
(30275,0,0,'%s swipes at you with his claws!',42,0,100,0,0,0,32763,0,'Wild Wyrm - SAY_SWIPE'),
|
|
(30275,1,0,'DODGED!',42,0,100,0,0,0,32794,0,'Wild Wyrm - SAY_DODGED'),
|
|
(30275,2,0,'%s shrieks in pain and twists around, grabbing you with his mouth!',42,0,100,0,0,0,32813,0,'Wild Wyrm - SAY_PHASE_2'),
|
|
(30275,3,0,'Your Grip is Failing!',42,0,100,0,0,0,32784,0,'Wild Wyrm - SAY_GRIP_WARN'),
|
|
(30275,4,0,'FATAL STRIKE MISSED! KEEP PRYING!',42,0,100,0,0,0,32795,0,'Wild Wyrm - SAY_STRIKE_MISS'),
|
|
(30292,0,0,'This bear\'s flank is frozen solid.... try again.',42,0,0,0,0,0,30986,0,''),
|
|
(30299,0,0,'You didn\'t think that I was going to let you walk in here and take the Heart of the Storm, did you?',12,0,100,6,0,0,30972,0,'Overseer Narvir'),
|
|
(30299,1,0,'You may have killed Valduran, but that will not stop me from completing the colossus.',12,0,100,1,0,0,30973,0,'Overseer Narvir'),
|
|
(30313,0,0,'Temple of Invention analysis commencing.',12,0,100,15,0,0,31498,0,'Mobile Databank'),
|
|
(30313,1,0,'Temple of Invention verified to be intact.',12,0,100,15,0,0,31499,0,'Mobile Databank'),
|
|
(30313,2,0,'Mechanical servants appear to have turned against each other. Several attendants have been piled together in an unorganized manner.',12,0,100,15,0,0,31500,0,'Mobile Databank'),
|
|
(30313,3,0,'Remaining mechagnome guardians corrupted by unknown source.',12,0,100,15,0,0,31501,0,'Mobile Databank'),
|
|
(30313,4,0,'Watcher Mimir verified to no longer be present. Analysis complete.',12,0,100,15,0,0,31502,0,'Mobile Databank'),
|
|
(30313,5,0,'Temple of Winter analysis commencing.',12,0,100,15,0,0,31504,0,'Mobile Databank'),
|
|
(30313,6,0,'Temple of Winter verified to be in tact.',12,0,100,15,0,0,31506,0,'Mobile Databank'),
|
|
(30313,7,0,'Temple guardians verified to be deceased. Sulfurous odor suggests that death resulted from a fire-based entity.',12,0,100,15,0,0,31507,0,'Mobile Databank'),
|
|
(30313,8,0,'Previously established cold weather patterns at the temple have ceased.',12,0,100,15,0,0,31508,0,'Mobile Databank'),
|
|
(30313,9,0,'Watcher Hodir verified to no longer be present. Analysis complete.',12,0,100,15,0,0,31509,0,'Mobile Databank'),
|
|
(30313,10,0,'Temple of Life analysis commencing.',12,0,100,15,0,0,31515,0,'Mobile Databank'),
|
|
(30313,11,0,'Temple of Life verified to be damaged beyond repair.',12,0,100,15,0,0,31512,0,'Mobile Databank'),
|
|
(30313,12,0,'Evidence indicates a significant battle. The opponent of Watcher Freya estimated to be of similar size and strength to Watcher Freya.',12,0,100,15,0,0,31513,0,'Mobile Databank'),
|
|
(30313,13,0,'Temple guardians are no longer present. Plant forms associated with temple are deceased.',12,0,100,15,0,0,31514,0,'Mobile Databank'),
|
|
(30313,14,0,'Watcher Freya verified to no longer be present. Analysis complete.',12,0,100,15,0,0,31510,0,'Mobile Databank'),
|
|
(30313,15,0,'Temple of Order analysis commencing.',12,0,100,15,0,0,31516,0,'Mobile Databank'),
|
|
(30313,16,0,'Temple of Order verified to be in tact.',12,0,100,15,0,0,31517,0,'Mobile Databank'),
|
|
(30313,17,0,'No indications of struggle are present. No guardians are present.',12,0,100,15,0,0,31518,0,'Mobile Databank'),
|
|
(30313,18,0,'Watcher Tyr verified to no longer be present. Analysis complete.',12,0,100,15,0,0,31519,0,'Mobile Databank'),
|
|
(30313,19,0,'Watcher Tyr verified to no longer be present. Analysis complete.',12,0,100,0,0,0,31519,0,'Mobile databank'),
|
|
(30331,0,0,'Hold on, little $r.',12,0,100,0,0,0,31000,0,'King Jokkum - Mount up'),
|
|
(30331,1,0,'Thorim! Come, show yourself!',14,0,100,0,0,0,31018,0,'King Jokkum - Conversation start'),
|
|
(30331,2,0,'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.',12,0,100,396,0,0,31051,0,'King Jokkum - Conversation 20 sec in'),
|
|
(30331,3,0,'Never have such humble words come from mighty Thorim. I shall deliver your words to Dun Niffelem.',12,0,100,396,0,0,31052,0,'King Jokkum - Conversation 40 sec in'),
|
|
(30331,4,0,'The events of that dark day are hereby forgiven by my people. They shall never again be spoken of.',12,0,100,396,0,0,31053,0,'King Jokkum - Conversation 48 sec in'),
|
|
(30331,5,0,'To signify our reforged friendship, I have something which belongs to you...',12,0,100,0,0,0,31054,0,'King Jokkum - Conversation 57 sec in'),
|
|
(30331,6,0,'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...',12,0,100,396,0,0,31057,0,'King Jokkum - Conversation 63 sec in'),
|
|
(30331,7,0,'We welcome the opportunity to fight by your side, mighty Thorim.',12,0,100,0,0,0,31059,0,'King Jokkum - Conversation 75 sec in'),
|
|
(30331,8,0,'I must return to Dun Niffilem. We shall speak again soon, Stormlord.',12,0,100,396,0,0,31060,0,'King Jokkum - Conversation 80 sec in'),
|
|
(30344,0,0,'FIRE! FIRE!',14,0,100,0,0,16721,36993,0,'High Captain Justin Bartlett SAY_FIRE_ALLY'),
|
|
(30344,1,0,'Quickly, climb aboard! We mustn\'t tarry here! There\'s no telling when this whole mountainside will collapse.',14,0,100,0,0,16722,37213,0,'High Captain Justin Bartlett SAY_ONBOARD_ALLY'),
|
|
(30377,0,0,'You are dealing with a being that holds within it the consciousness of the most cunning, intelligent, and ruthless individuals to ever live.',12,0,100,1,0,0,31005,0,'The Ebon Watcher'),
|
|
(30377,1,0,'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',12,0,100,1,0,0,31006,0,'The Ebon Watcher'),
|
|
(30377,2,0,'You cannot win. Not like this...\n',12,0,100,274,0,0,31007,0,'The Ebon Watcher'),
|
|
(30377,3,0,'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.',12,0,100,274,0,0,31009,0,'The Ebon Watcher'),
|
|
(30377,4,0,'%s shakes his head.',16,0,100,0,0,0,31011,0,'The Ebon Watcher'),
|
|
(30377,5,0,'Look upon the field, Highlord. The Lich King has halted your advance completely and won the upper hand!',12,0,100,25,0,0,31012,0,'The Ebon Watcher'),
|
|
(30377,6,0,'The breach you created was sealed with Nerubian webbing almost as quickly as it was opened.',12,0,100,1,0,0,31013,0,'The Ebon Watcher'),
|
|
(30377,7,0,'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.',12,0,100,1,0,0,31014,0,'The Ebon Watcher'),
|
|
(30377,8,0,'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',12,0,100,1,0,0,31015,0,'The Ebon Watcher'),
|
|
(30377,9,0,'Then you have lost, Highlord.\n',12,0,100,1,0,0,31017,0,'The Ebon Watcher'),
|
|
(30381,0,0,'And it very nearly didn\'t remember you. $N fought bravely against the North Wind to protect your story.',12,0,100,1,0,0,32748,0,'Xarantaur'),
|
|
(30381,1,0,'Your battle with the wind was hundreds of years ago, Stormhoof. You weakened it so much that it has been silent all these years.',12,0,100,273,0,0,32750,0,'Xarantaur'),
|
|
(30381,2,0,'But the North Wind did not silently accept defeat. Instead, it gathered power and bided its time, deciding the best revenge was to destroy your memory, and with it, your village.',12,0,100,1,0,0,32751,0,'Xarantaur'),
|
|
(30381,3,0,'The wind used its minions to distort the history of this place, changing the stories your people told, destroying the spirits of the honored dead.',12,0,100,1,0,0,32752,0,'Xarantaur'),
|
|
(30381,4,0,'It would\'ve succeeded if $N and I hadn\'t tracked the North Wind\'s historical corruptions to their source: your ancient battle.',12,0,100,1,0,0,32754,0,'Xarantaur'),
|
|
(30381,5,0,'With my help, $N travelled back in time to your battle, and ensured that history was set right. The North Wind\'s fate was sealed, and your story restored.',12,0,100,1,0,0,32755,0,'Xarantaur'),
|
|
(30381,6,0,'Rest well, hero.',12,0,100,273,0,0,32762,0,'Xarantaur'),
|
|
(30381,7,0,'This isn\'t right at all, $n. In the tale Wind Tamer Barah told me, Stormhoof was a hero, not a villain.',12,0,100,6,0,0,31041,0,'Xarantaur'),
|
|
(30381,8,0,'The North Wind is the ancient enemy of the taunka, a ruler among the elements, and the very force which bleeds the life from these ancient people.',12,0,100,1,0,0,31044,0,'Xarantaur'),
|
|
(30381,9,0,'They would rather die than bow before the North Wind. Something is amiss here.',12,0,100,274,0,0,31046,0,'Xarantaur'),
|
|
(30381,10,0,'The Lorehammer...',12,0,100,25,0,0,31049,0,'Xarantaur'),
|
|
(30381,11,0,'It confirms our suspicions. The threads of time have been severed and rewoven in the wrong pattern. But, how?',12,0,100,1,0,0,31050,0,'Xarantaur'),
|
|
(30381,12,0,'There\'s no doubt that something has distorted the true history of Stormhoof and the warriors of Camp Tunka\'lo. But, what?',12,0,100,1,0,0,31259,0,'Xarantaur'),
|
|
(30381,13,0,'No! The true voice of history will triumph. We will restore all you have destroyed!',12,0,100,25,0,0,31263,0,'Xarantaur'),
|
|
(30381,14,0,'$n, we must hurry and discover when the North Wind has started distorting the timeline. Only then can we defeat him and correct it.',12,0,100,1,0,0,31264,0,'Xarantaur'),
|
|
(30385,0,0,'I have been chosen!',14,0,100,0,0,0,31179,0,'SAY_CHOSEN'),
|
|
(30385,1,0,'I give myself to the master!',14,0,100,0,0,0,30863,0,'SAY_SACRIFICED'),
|
|
(30388,0,0,'The horn! Use the horn on it while it\'s weak!',14,0,100,0,0,0,31183,0,'Stormhoof'),
|
|
(30388,1,0,'Go to the center of the temple and use the Horn of Elemental Fury!',41,0,100,0,0,0,36207,0,'Stormhoof'),
|
|
(30390,0,0,'King Jokkum, you have summoned me?',12,0,100,0,0,0,31001,0,'Thorim - Conversation 18 sec in'),
|
|
(30390,1,0,'Jokkum, son of Arngrim, I have always regretted my actions here. In my grief, I brought great harm to those closest to me.',12,0,100,0,0,0,31003,0,'Thorim - Conversation 26 sec in'),
|
|
(30390,2,0,'I would ask your forgiveness for the suffering I have caused you and your people.',12,0,100,0,0,0,31062,0,'Thorim - Conversation 32 sec in'),
|
|
(30390,3,0,'Krolmir... I thank you Jokkum. I hadn\'t dared hope it still existed. It shall soon see glorious battle once again!',12,0,100,396,0,0,31063,0,'Thorim - Conversation 68 sec in'),
|
|
(30395,0,0,'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.',12,0,100,1,0,0,31151,0,'Chieftain Swiftspear'),
|
|
(30395,1,0,'How could he be in danger? All he wanted was to give us power over the elements that made life harsh for us here.',12,0,100,1,0,0,31152,0,'Chieftain Swiftspear'),
|
|
(30395,2,0,'He sought an artifact... a horn, I think. He left the village on a long journey in search of it.',12,0,100,6,0,0,31153,0,'Chieftain Swiftspear'),
|
|
(30395,3,0,'I know that a terrible enemy pursued him after he won the horn, but I... I don\'t recall... what happened... next.',12,0,100,5,0,0,31154,0,'Chieftain Swiftspear'),
|
|
(30395,4,0,'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?',12,0,100,274,0,0,31155,0,'Chieftain Swiftspear'),
|
|
(30395,5,0,'The disturbances in the tomb, they must be involved. Look around you, $n. Do you see them?',12,0,100,25,0,0,31156,0,'Chieftain Swiftspear'),
|
|
(30395,6,0,'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?',12,0,100,1,0,0,31157,0,'Chieftain Swiftspear'),
|
|
(30396,0,0,'You seem eager to join your beloved Sif, brother.',12,0,100,0,0,0,31082,0,'Loken'),
|
|
(30396,1,0,'ENOUGH!',14,0,100,15,0,0,31126,0,'Loken'),
|
|
(30396,2,0,'Looks like you can still best me in a fair fight, little brother.',12,0,100,1,0,0,31110,0,'Loken'),
|
|
(30396,3,0,'Unfortunately for you.... this fight is anything but fair!',12,0,100,1,0,0,31111,0,'Loken'),
|
|
(30396,4,0,'Thanks to your little friend, you\'ve left the Temple of Storms, where you were at your strongest. Instead we fight closer to my master\'s power.',12,0,100,0,0,0,31112,0,'Loken'),
|
|
(30396,5,0,'Minions! Take my brother and his drake to their new dwellings. Make sure the beast makes it alive. I have special plans for the broodmother.',12,0,100,0,0,0,31128,0,'Loken'),
|
|
(30396,6,0,'As for your life, mortal. I will be generous. After all... why would I destroy my most useful servant? I waited for you for weeks inside that Hyldnir mine.',12,0,100,0,0,0,31127,0,'Loken'),
|
|
(30396,7,0,'The shape wasn\'t mine, of course. And had you not been so reckless, you would\'ve seen past my illusion. But you came through for me, and for that... I must thank you!',12,0,100,0,0,0,31133,0,'Loken'),
|
|
(30399,0,0,'It is time I put an end to my brother\'s madness.',12,0,100,0,0,0,31078,0,'Thorim'),
|
|
(30399,1,0,'Loken!!',14,0,100,15,0,0,31079,0,'Thorim'),
|
|
(30399,2,0,'Stand up and fight me, you worthless traitor! ',14,0,100,53,0,0,31080,0,'Thorim'),
|
|
(30399,3,0,'Do not dare...',12,0,100,0,0,0,31083,0,'Thorim'),
|
|
(30399,4,0,'Speak...',12,0,100,0,0,0,31116,0,'Thorim'),
|
|
(30399,5,0,'Her name!!',12,0,100,0,0,0,31117,0,'Thorim'),
|
|
(30401,0,0,'King Stormheart is putting you to the test, eh? He must see something in you to begin with or I doubt he\'d put you through such a sacred ritual.',12,0,100,0,0,0,30942,0,'Velog Icebellow'),
|
|
(30401,1,0,'I know you\'re new to our kind, so I\'ll catch you up a bit while we\'re on our way over.',12,0,100,0,0,0,30943,0,'Velog Icebellow'),
|
|
(30401,2,0,'Years back, my father and several other frostborn were returning from a trek across Dragonblight. There was a heavy blizzard... far worse than we\'ve ever seen since.',12,0,100,0,0,0,30944,0,'Velog Icebellow'),
|
|
(30401,3,0,'They crossed a trail of blood-soaked snow and followed it to find a dwarf wandering and speaking in a dialect they couldn\'t make out... and not a dwarf of our kind mind you, but a mountain dwarf - something our kind had never seen before.',12,0,100,0,0,0,30945,0,'Velog Icebellow'),
|
|
(30401,4,0,'The dwarf seemed lost, having no memory of where he came from, or even of his own name. Not being the kind to leave a dwarven cousin to die in the snow, my father\'s party took him in and continued back towards Frosthold.',12,0,100,0,0,0,30946,0,'Velog Icebellow'),
|
|
(30401,5,0,'Not long later, out of nowhere, the snow burst before them and a jormungar the size of Veranus herself came down upon their party... one of them was swallowed whole before they even had time to react.',12,0,100,0,0,0,30947,0,'Velog Icebellow'),
|
|
(30401,6,0,'My father thought they were all doomed... but behind him, a furious roar rumbled across the snow, and he turned to see the mountain dwarf growing in size, his skin taking on a stone-like texture, and his hands sizzling with lightning.',12,0,100,0,0,0,30948,0,'Velog Icebellow'),
|
|
(30401,7,0,'The dwarf barreled forward with a sound like rolling thunder and hurled a shining metal hammer, lightning coursing over its surface, directly into the jormungar\'s throat.',12,0,100,0,0,0,30949,0,'Velog Icebellow'),
|
|
(30401,8,0,'The jormungar collapsed instantly, its head barely still attached to its convulsing body. My father turned to the dwarf in awe and raised a fist in praise...',12,0,100,0,0,0,30950,0,'Velog Icebellow'),
|
|
(30401,9,0,'The stranger having no name of his own, my father deemed \"Yorg,\" a name reserved for champions of legend. Years later, he now stands before us as Yorg Stormheart, King of the Frostborn.',12,0,100,0,0,0,30952,0,'Velog Icebellow'),
|
|
(30401,10,0,'King Stormheart has trained us well... turned us into even more fearsome warriors than we could have boasted during the time of our war with the Frost Giants.',12,0,100,0,0,0,30953,0,'Velog Icebellow'),
|
|
(30401,11,0,'And as one of the fiercest tests put upon a warrior of the frostborn, we are made to face a creature far larger than ourselves--giants, dragons, jormungar--as a testament to the fact that size will never be our weakness.',12,0,100,0,0,0,30955,0,'Velog Icebellow'),
|
|
(30401,12,0,'This is the test put before you this day. Return to us only once The Iron Watcher is dead, and be revered as a warrior of the frostborn.',14,0,100,0,0,0,30956,0,'Velog Icebellow'),
|
|
(30401,13,0,'He is slow from the rust of the ages... be quick on your feet and he will not best you. You have King Stormheart\'s favor - do not disappoint.',14,0,100,0,0,0,31343,0,'Velog Icebellow'),
|
|
(30403,0,0,'As you jump into Nergeld, the rotting flesh of the construct comes to life.',16,0,100,0,0,0,31120,0,'Nergeld'),
|
|
(30403,1,0,'%s falls to pieces.',16,0,100,0,0,0,31132,0,'Nergeld to Dr. Terrible'),
|
|
(30404,0,0,'WHO DARES?! I AM GOING TO FLAY THE FLESH FROM YOUR BONES EVEN IF I HAVE TO DESTROY NERGELD TO GET TO YOU!',14,0,100,0,0,0,31134,0,'Dr. Terrible'),
|
|
(30404,1,0,'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',12,0,100,0,0,0,0,0,'Dr. Terrible'),
|
|
(30404,2,0,'I\'LL RISE AGAIN AND WHEN I DO I WILL HAVE MY REVENGE!',14,0,100,0,0,0,31173,0,'Dr. Terrible to Nergeld'),
|
|
(30405,0,0,'By all the gods... it can\'t be... Muradin?',12,0,100,0,0,0,31032,0,'Brann'),
|
|
(30405,1,0,'Come on boy, there\'s no mistak\'n it - it\'s definately you. Don\'t ya recognize your younger brother?',12,0,100,0,0,0,31033,0,'Brann'),
|
|
(30405,2,0,'I can\'t believe this! You were dead! All accounts said so... what happened, Muradin. How did you get here?',12,0,100,0,0,0,31034,0,'Brann'),
|
|
(30405,3,0,'Indeed! Magni will be so happy to see you too! He\'s gotten nothing but bad news for a long time now, but this changes everything!',12,0,100,0,0,0,31035,0,'Brann'),
|
|
(30405,4,0,'He\'s here in Northrend, brother, looking for you. A seer in Wintergarde brought word that you were not dead, and he left Ironforge immediately to come find you.',12,0,100,0,0,0,31036,0,'Brann'),
|
|
(30405,5,0,'Speaking of which...',12,0,100,0,0,0,31087,0,'Brann'),
|
|
(30405,6,0,'That\'s in the past, Muradin. Regrets won\'t change anything.',12,0,100,0,0,0,31096,0,'Brann'),
|
|
(30405,7,0,'Aye, be safe Muradin. I\'d join you, but I\'m on top of the most amazing discovery the world has yet seen. I can\'t abandon it now.',12,0,100,0,0,0,31102,0,'Brann'),
|
|
(30405,8,0,'Aye, be safe Muradin. I\'d join you, but I\'m on top of the most amazing discovery the world has yet seen. I can\'t abandon it now.',12,0,100,0,0,0,31102,0,'Brann Bronzebeard'),
|
|
(30407,0,0,'Let\'s get out of here! Quickly!',12,0,100,0,0,0,31115,0,'Captured Crusader Start'),
|
|
(30407,1,0,'Faster, hero! We must get back to the Argent Vanguard and warn them of the impending attack!',12,0,100,0,0,0,31122,0,'Captured Crusader Middle'),
|
|
(30407,1,1,'There are hundreds of them! Maybe thousands! They will attack at any moment! I\'m sure of it!',12,0,100,0,0,0,31123,0,'Captured Crusader Middle'),
|
|
(30407,1,2,'Had you not come along I would have died for sure!',12,0,100,0,0,0,31124,0,'Captured Crusader Middle'),
|
|
(30407,1,3,'They\'re planning a huge attack! We need to warn Highlord Fordring!',12,0,100,2,0,0,31121,0,'Captured Crusader Middle'),
|
|
(30407,2,0,'Thank you, hero.',12,0,100,2,0,0,31130,0,'Captured Crusader End'),
|
|
(30407,2,1,'Thank you, friend, but we\'re not out of trouble yet!',12,0,100,2,0,0,31114,0,'Captured Crusader End'),
|
|
(30408,0,0,'What\'s that? You talkin\' to me, lad?',12,0,100,0,0,0,31037,0,'Yorg'),
|
|
(30408,1,0,'My brother... yes... I do have brothers...',12,0,100,0,0,0,31038,0,'Yorg'),
|
|
(30408,2,0,'Muradin clutches his head and reels for a moment as the memories rush back to him.',16,0,100,0,0,0,31039,0,'Yorg'),
|
|
(30408,3,0,'...Brann?',12,0,100,0,0,0,31040,0,'Yorg'),
|
|
(30408,4,0,'I... I dunno, Brann. I\'ve been \'ere a long time... all I \'ave of me life before this place are flashes and nightmares.',12,0,100,0,0,0,31042,0,'Yorg'),
|
|
(30408,5,0,'It\'s good te see you though, brother. More than words can say.',12,0,100,0,0,0,31043,0,'Yorg'),
|
|
(30408,6,0,'Magn! Forgive me, the memories are comin\' back slowly, brother.',12,0,100,0,0,0,31045,0,'Yorg'),
|
|
(30408,7,0,'The frostborn have been very good to me. They\'re strong people.',12,0,100,0,0,0,31048,0,'Yorg'),
|
|
(30408,8,0,'Not much, Magni. I\'ve had nightmares of a human... tall... light hair... death black armor. His name rests on the tip of me tongue, but...',12,0,100,0,0,0,31089,0,'Yorg'),
|
|
(30408,9,0,'...Arthas.',12,0,100,0,0,0,31091,0,'Yorg'),
|
|
(30408,10,0,'Aye, I know. I watched him turn... I watched him give up all that was right and I didn\'t lift a hand... I didn\'t even consider it until it was too late.',12,0,100,0,0,0,31094,0,'Yorg'),
|
|
(30408,11,0,'No... no they won\'t. But I can make this right. I have te. I\'m goin\' after the boy. I\'ll make\'m answer for everything he\'s done.',12,0,100,0,0,0,31097,0,'Yorg'),
|
|
(30408,12,0,'I\'m sure, Magni. I\'ll see this through, don\'t ya worry.',12,0,100,0,0,0,31100,0,'Yorg'),
|
|
(30408,13,0,'Go Brann. Bring back an epic tale when we meet again. Farewell for now, brothers...',12,0,100,0,0,0,31103,0,'Yorg'),
|
|
(30409,0,0,'You\'ve come for the doctor\'s plans! You\'ll only find death!',12,0,0,0,0,0,31119,0,'Apprentice Osterkilgr - Say 0'),
|
|
(30409,1,0,'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!',12,0,0,0,0,0,31090,0,'Apprentice Osterkilgr - Say 1'),
|
|
(30411,0,0,'Look, Lagnus, I consider you a capable man, but my patience is wearing thin. I know that Muradin is here, can you point me to him or not?',14,0,100,0,0,0,31084,0,'Magni'),
|
|
(30411,1,0,'Brother! There you are! I can barely believe my eyes... you\'re alive!',14,0,100,0,0,0,31085,0,'Magni'),
|
|
(30411,2,0,'It\'s so good to see you again, Muradin. And what\'s this I heard about you being a King in your own right now? The Bronzebeards were always destined to greatness.',12,0,100,0,0,0,31086,0,'Magni'),
|
|
(30411,3,0,'So it seems! And you haven\'t lost any muscle yourself. Do you remember anything of what happened, Muradin? Fate as turned ill in your absence.',12,0,100,0,0,0,31088,0,'Magni'),
|
|
(30411,4,0,'Magni nods.',16,0,100,0,0,0,31092,0,'Magni'),
|
|
(30411,5,0,'He\'s not the boy of your memories anymore, Muradin. He\'s become something else entirely.',12,0,100,0,0,0,31093,0,'Magni'),
|
|
(30411,6,0,'Are you sure Muradin? I just got you back after years of thinking you were dead. I do not want to lose you again.',12,0,100,0,0,0,31099,0,'Magni'),
|
|
(30411,7,0,'So be it then. I have to return to my people, brothers. Come back to me in one piece.',12,0,100,0,0,0,31101,0,'Magni'),
|
|
(30411,8,0,'...farewell brother.',12,0,100,0,0,0,31129,0,'Magni'),
|
|
(30449,0,0,'You pose no threat, lesser beings! Give me your worst!',14,0,100,0,0,14133,32002,0,'vesperon SAY_VESPERON_AGGRO'),
|
|
(30449,1,0,'The least you could do is put up a fight!',14,0,100,0,0,14134,32003,0,'vesperon SAY_VESPERON_SLAY_1'),
|
|
(30449,1,1,'Was that the best you can do?',14,0,100,0,0,14135,32004,0,'vesperon SAY_VESPERON_SLAY_2'),
|
|
(30449,2,0,'I still have some... fight... in me-e-e...',14,0,100,0,0,14140,32009,0,'vesperon SAY_VESPERON_DEATH'),
|
|
(30449,3,0,'I will pick my teeth with your bones!',14,0,100,0,0,14136,32005,0,'vesperon SAY_VESPERON_BREATH'),
|
|
(30449,4,0,'Father was right about you, Sartharion. You ARE a weakling.',14,0,100,0,0,14139,32008,0,'vesperon SAY_VESPERON_RESPOND'),
|
|
(30449,5,0,'Aren\'t you tricky? I have a few tricks of my own...',14,0,100,0,0,14137,32006,0,'vesperon SAY_VESPERON_SPECIAL_1'),
|
|
(30449,5,1,'Unlike you, I have many talents!',14,0,100,0,0,14138,32007,0,'vesperon SAY_VESPERON_SPECIAL_2'),
|
|
(30449,6,0,'You pose no threat, lesser beings! Give me your worst!',41,0,100,0,0,0,32002,0,'Vesperon WHISPER_OPEN_PORTAL'),
|
|
(30449,7,0,'A Vesperon Disciple appears in the Twilight!',41,0,100,0,0,0,32960,0,'Vesperon - WHISPER_OPENED_PORTAL'),
|
|
(30449,10,0,'All will be reduced to ash!',14,0,100,0,0,14102,31906,0,'sartharion SAY_SARTHARION_SPECIAL_4'),
|
|
(30451,0,0,'I fear nothing! Least of all you!',14,0,100,0,0,14111,31985,0,'shadron SAY_SHADRON_AGGRO'),
|
|
(30451,1,0,'You are insignificant.',14,0,100,0,0,14112,31986,0,'shadron SAY_SHADRON_SLAY_1'),
|
|
(30451,1,1,'Such mediocre resistance...',14,0,100,0,0,14113,31987,0,'shadron SAY_SHADRON_SLAY_2'),
|
|
(30451,2,0,'We... are superior! How could this... be?',14,0,100,0,0,14118,31984,0,'shadron SAY_SHADRON_DEATH'),
|
|
(30451,3,0,'You are easily bested!',14,0,100,0,0,14114,31988,0,'shadron SAY_SHADRON_BREATH'),
|
|
(30451,4,0,'I will take pity on you, Sartharion, just this once.',14,0,100,0,0,14117,31991,0,'shadron SAY_SHADRON_RESPOND'),
|
|
(30451,5,0,'Father taught me well.',14,0,100,0,0,14115,31989,0,'shadron SAY_SHADRON_SPECIAL_1'),
|
|
(30451,5,1,'On your knees!',14,0,100,0,0,14116,21749,0,'shadron SAY_SHADRON_SPECIAL_2'),
|
|
(30451,6,0,'%s begins to open a Twilight Portal!',41,0,100,0,0,0,32554,0,'Shadron WHISPER_OPEN_PORTAL'),
|
|
(30451,7,0,'A Shadron Disciple appears in the Twilight!',41,0,100,0,0,0,32958,0,'Shadron - WHISPER_OPENED_PORTAL'),
|
|
(30452,0,0,'You have no place here! Your place... is among the departed!',14,0,100,0,0,14122,31993,0,'tenebron SAY_TENEBRON_AGGRO'),
|
|
(30452,1,0,'No contest.',14,0,100,0,0,14123,31994,0,'tenebron SAY_TENEBRON_SLAY_1'),
|
|
(30452,1,1,'Typical. Just as I was having fun...',14,0,100,0,0,14124,31995,0,'tenebron SAY_TENEBRON_SLAY_2'),
|
|
(30452,2,0,'I should not... have held back...',14,0,100,0,0,14129,32000,0,'tenebron SAY_TENEBRON_DEATH'),
|
|
(30452,3,0,'To darkness I condemn you.',14,0,100,0,0,14125,31996,0,'tenebron SAY_TENEBRON_BREATH'),
|
|
(30452,4,0,'It is amusing to watch you struggle. Very well, witness how it is done!',14,0,100,0,0,14128,31999,0,'tenebron SAY_TENEBRON_RESPOND'),
|
|
(30452,5,0,'Arrogant little creatures, to challenge powers you do not yet understand.',14,0,100,0,0,14126,31997,0,'tenebron SAY_TENEBRON_SPECIAL_1'),
|
|
(30452,5,1,'I am no mere dragon. You will find that I am much, much more.',14,0,100,0,0,14127,31998,0,'tenebron SAY_TENEBRON_SPECIAL_2'),
|
|
(30452,6,0,'Tenebron begins to hatch eggs in the Twilight!',41,0,100,0,0,0,32959,0,'Tenebron WHISPER_OPEN_PORTAL'),
|
|
(30452,7,0,'Tenebron begins to hatch eggs in the Twilight!',41,0,100,0,0,0,32959,0,'Tenebron WHISPER_OPENED_PORTAL'),
|
|
(30453,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Onyx Sanctum Guardian'),
|
|
(30453,1,0,'Sanctum Guardians reporting in!',14,0,100,0,0,0,31398,0,'Onyx Sanctum Guardian'),
|
|
(30461,0,0,'%s lets out a bellowing roar as she descends upon the nest.',16,0,100,15,0,0,31158,0,'Veranus'),
|
|
(30462,0,0,'Look out below!',14,0,100,0,0,0,31159,0,'Thorim'),
|
|
(30462,1,0,'Easy there, girl! Don\'t you recognize your old master?',12,0,100,0,0,0,31160,0,'Thorim'),
|
|
(30462,2,0,'I will see you at the Temple of Storms. Looks like I\'m going to have to break her in again.',12,0,100,0,0,0,31161,0,'Thorim'),
|
|
(30474,0,0,'Fool! You will never defeat me!',14,0,100,0,0,0,31180,0,'North Wind'),
|
|
(30474,1,0,'I will never allow you to use the Horn of Elemental Fury against us! Die, weakling!',14,0,100,0,0,0,31181,0,'North Wind'),
|
|
(30475,0,0,'Bethod\'s Sword?!! Very well, $r, I accept your challenge. But first, you must best my champions. Volgur! Squash this insect!',14,0,100,15,2000,0,31209,0,'Thane'),
|
|
(30475,1,0,'Brita, create a pincushion of this puny $c!',14,0,100,22,2000,0,31211,0,'Thane'),
|
|
(30475,2,0,'You may have defeated my champions, $c. I am something else entirely.',14,0,100,66,2000,0,31212,0,'Thane'),
|
|
(30475,3,0,'Pray to your gods for a quick death.',14,0,100,53,2000,0,31213,0,'Thane'),
|
|
(30479,0,0,'This is Camp Tunka\'lo, the village ruled by my brother, but I... I don\'t remember you.',12,0,100,6,0,0,32747,0,'Stormhoof\'s Spirit'),
|
|
(30479,1,0,'The North Wind? It still troubles my people?',12,0,100,6,0,0,32749,0,'Stormhoof\'s Spirit'),
|
|
(30479,2,0,'You both have my thanks and that of the village, though many will never know of your deeds.',12,0,100,2,0,0,32756,0,'Stormhoof\'s Spirit'),
|
|
(30479,3,0,'I cannot remain here. I must return to my cairn where I belong, but when I see the ancestors again, it is I who will tell your story.',12,0,100,1,0,0,32759,0,'Stormhoof\'s Spirit'),
|
|
(30501,0,0,'Thane Illskar, you were challenged to honorable combat and failed.',14,0,100,0,2000,0,31215,0,'Arbiter'),
|
|
(30501,1,0,'You have been found wanting and are judged accordingly. Now rise, Thane Illskar the Damned!',14,0,100,0,2000,0,31216,0,'Arbiter'),
|
|
(30523,0,0,'NOOOOOOOOOOOOOOOOOO!',14,0,100,15,2000,0,31227,0,'Illskar the Damned'),
|
|
(30549,0,0,'You seek death?',14,0,100,0,0,14571,13051,0,'rivendare SAY_RIVE_AGGRO1'),
|
|
(30549,0,1,'None shall pass!',14,0,100,0,0,14572,34133,0,'rivendare SAY_RIVE_AGGRO2'),
|
|
(30549,0,2,'Be still!',14,0,100,0,0,14573,13053,0,'rivendare SAY_RIVE_AGGRO3'),
|
|
(30549,1,0,'Enough prattling. Let them come! We shall grind their bones to dust.',14,0,100,0,0,14577,0,0,'rivendare SAY_RIVE_TAUNT1'),
|
|
(30549,1,1,'Conserve your anger! Harness your rage! You will all have outlets for your frustration soon enough.',14,0,100,0,0,14578,0,0,'rivendare SAY_RIVE_TAUNT2'),
|
|
(30549,1,2,'Life is meaningless. It is in death that we are truly tested.',14,0,100,0,0,14579,13060,0,'rivendare SAY_RIVE_TAUNT3'),
|
|
(30549,2,0,'Bow to the might of the Scourge!',14,0,100,0,0,14576,13057,0,'rivendare SAY_RIVE_SPECIAL'),
|
|
(30549,3,0,'You will find no peace in death.',14,0,30,0,0,14574,13055,0,'rivendare SAY_RIVE_SLAY1'),
|
|
(30549,3,1,'The master\'s will is done.',14,0,30,0,0,14575,13056,0,'rivendare SAY_RIVE_SLAY2'),
|
|
(30549,4,0,'Death... will not stop me.',14,0,100,0,0,14580,33116,0,'rivendare SAY_RIVE_DEATH'),
|
|
(30549,5,0,'Enough prattling. Let them come. We shall grind their bones to dust.',14,0,100,0,0,14577,13058,3,'rivendare SAY_RIVE_DIALOG1'),
|
|
(30549,6,0,'Conserve your anger. Harness your rage. You will all have outlets for your frustrations soon enough.',14,0,100,0,0,14578,13059,3,'rivendare SAY_RIVE_DIALOG2'),
|
|
(30550,0,0,'Do not trouble yourself, little tauren. Neither Stormhoof, nor you and your ally will stand in my way.',12,0,100,1,0,0,31260,0,'Image of the North Wind'),
|
|
(30550,1,0,'Even now, my power grows. I have long waited for the day when my revenge would be complete.',12,0,100,1,0,0,31261,0,'Image of the North Wind'),
|
|
(30550,2,0,'Stormhoof and his kin will be erased from history and these lands will be restored to their rightful owner!',12,0,100,1,0,0,31262,0,'Image of the North Wind'),
|
|
(30551,0,0,'This whole situation seems a bit paranoid, don\'t you think?',12,0,100,1,0,0,31324,0,''),
|
|
(30551,1,0,'Thank the Light for that.',12,0,100,1,0,0,32573,0,''),
|
|
(30552,0,0,'It\'s a strange order, you can\'t deny. Suspicious food? Under that definition, you should arrest Belfast!',12,0,100,1,0,0,31326,0,''),
|
|
(30552,1,0,'%s nods.',16,0,100,0,0,0,32046,0,''),
|
|
(30553,0,0,'Orders are orders. If the Prince says jump...',12,0,100,1,0,0,31325,0,''),
|
|
(30553,1,0,'Don\'t worry too much. By the time I went off duty, we hadn\'t found a scrap of befouled grain here.',12,0,100,1,0,0,32572,0,''),
|
|
(30561,0,0,'The soldiers are doing important work. The safety of the people is more important, Mal, if you\'re interested in your customers living to spend another day.',12,0,0,1,0,0,32571,0,''),
|
|
(30570,0,0,'The Stone Crow\'s closed today, sorry. There are too many health concerns, and I\'m not about to have Ed under fire for supposedly making people sick.',12,0,100,1,0,0,31724,0,''),
|
|
(30570,0,1,'I hate to disappoint people, but the Stone Crow\'s closed. If the kids from the orphanage were evacuated, I don\'t see why we should be open, either.',12,0,100,1,0,0,31729,0,''),
|
|
(30571,0,0,'Hey! Stop rooting around in my cellar! Clear out!',12,0,100,5,0,0,31322,0,''),
|
|
(30571,0,1,'What were you doing in my cellar? There\'s a food scare going on, and the last thing I need is strangers rummaging around in my goods! Shoo!',12,0,100,5,0,0,31323,0,''),
|
|
(30571,1,0,'I HEARD THAT! No more ale for you! Not a drop!',12,0,100,25,0,0,31327,0,''),
|
|
(30631,0,0,'Damn it, Olakin, get your arse back here! There\'s work to be done!',12,0,100,5,0,0,32195,0,'Darkrider Arly to Crusader Olakin Sainrith'),
|
|
(30632,0,0,'Your entrails will make a fine necklace.',12,0,100,0,0,13535,30500,0,'Mjordin Water Magus'),
|
|
(30632,0,1,'I\'ll eat your heart!',12,0,100,0,0,13695,30508,0,'Mjordin Water Magus'),
|
|
(30632,0,2,'Haraak foln!',12,0,100,0,0,13541,30506,0,'Mjordin Water Magus'),
|
|
(30632,0,3,'I\'ll eat your heart!',12,0,100,0,0,13542,30508,0,'Mjordin Water Magus'),
|
|
(30632,0,4,'Sniveling pig!',12,0,100,0,0,13539,30504,0,'Mjordin Water Magus'),
|
|
(30632,0,5,'I spit on you!',12,0,100,0,0,13538,30503,0,'Mjordin Water Magus'),
|
|
(30645,0,0,'...',12,0,0,0,0,0,11044,0,''),
|
|
(30658,0,0,'Prison guards, we are leaving! These adventurers are taking over! Go go go!',14,0,100,5,0,0,31474,3,'Lieutenant Sinclari - Intro 1'),
|
|
(30658,1,0,'I\'m locking the door. Good luck, and thank you for doing this.',12,0,100,396,0,0,31475,3,'Lieutenant Sinclari - Intro 2'),
|
|
(30658,2,0,'You did it! You held the Blue Dragonflight back and defeated their commander. Amazing work!',12,0,100,396,0,0,31694,3,'Lieutenant Sinclari - Outro'),
|
|
(30680,0,0,'Brood Guardians reporting in!',14,0,100,0,0,0,31397,0,'Onyx Brood General'),
|
|
(30725,0,0,'You come to die!',12,0,100,0,0,13537,30502,0,'Jotunheim Sleep-Watcher'),
|
|
(30725,0,1,'I spit on you!',12,0,100,0,0,13537,30503,0,'Jotunheim Sleep-Watcher'),
|
|
(30725,0,2,'Your entrails will make a fine necklace.',12,0,100,0,0,13535,30500,0,'Jotunheim Sleep-Watcher'),
|
|
(30824,0,0,'FIRE! FIRE!',14,0,100,0,0,16732,38681,0,'Sky-Reaver Korm Blackscar SAY_FIRE_HORDE'),
|
|
(30824,1,0,'Get on board, now! This whole mountainside could collapse at any moment.',14,0,100,0,0,16733,37212,0,'Sky-Reaver Korm Blackscar SAY_ONBOARD_HORDE'),
|
|
(30835,0,0,'My lady.',12,0,100,0,0,0,31446,0,'Shadow Cultist'),
|
|
(30835,1,0,'There is word from Jotunheim. The sleep-watchers there believe that they have found someone of significance.',12,0,100,0,0,0,31476,0,'Shadow Cultist'),
|
|
(30835,2,0,'The cultist practically sputters.',16,0,100,0,0,0,31477,0,'Shadow Cultist'),
|
|
(30835,3,0,'Look like, my lady? A vrykul, I suppose. They did not actually show him to me. Ever since The Shadow Vault....',12,0,100,0,0,0,31478,0,'Shadow Cultist'),
|
|
(30835,4,0,'A name? Oh, yes, the name! I believe it was Iskalder.',12,0,100,0,0,0,31479,0,'Shadow Cultist'),
|
|
(30835,5,0,'Right away, my lady.',12,0,100,2,0,0,31480,0,'Shadow Cultist'),
|
|
(30836,0,0,'Report.',12,0,100,1,0,0,31481,0,'Vardmadra'),
|
|
(30836,1,0,'Describe this vrykul. What does he look like?',12,0,100,1,0,0,31482,0,'Vardmadra'),
|
|
(30836,2,0,'I am not interested in excuses. Perhaps they gave you a name?',12,0,100,1,0,0,31483,0,'Vardmadra'),
|
|
(30836,3,0,'Iskalder?! You fool! Have you no idea who that is? He\'s only the greatest vrykul warrior who ever lived!',12,0,100,1,0,0,31484,0,'Vardmadra'),
|
|
(30836,4,0,'Return to Jotunheim and tell them to keep him asleep until I arrive. I will judge this vrykul with my own eyes.',12,0,100,1,0,0,31485,0,'Vardmadra'),
|
|
(30838,1,1,'You challenge death itself! Come then, \"King.\" Face the might of Mograine!',12,0,100,0,0,0,31455,0,'Mograine\"s arrival'),
|
|
(30838,2,1,'I will see you back at the Valley of Echoes. Suffer well, ally.',12,0,100,0,0,0,31456,0,'Opens portal'),
|
|
(30839,1,1,'Too weak to finish your own battles? Very well then...',12,0,100,0,0,0,31489,0,'Jayde arrival'),
|
|
(30839,2,2,'Anything else you need help with before I go? Right, I thought not...',12,0,100,0,0,0,31490,0,'Oppens portal and dissapears'),
|
|
(30840,1,1,'Say hello to my little friend!',12,0,100,0,0,0,31486,0,'Munch arrival'),
|
|
(30840,2,2,'Arise, Melt!',12,0,100,0,0,0,31487,0,'Summon Melts'),
|
|
(30840,3,3,'We\'re done here. I\'m out.',12,0,100,0,0,0,31488,0,'Munch oppening portal'),
|
|
(30884,1,1,'It\'s Iskalder! Quickly, use The Bone Witch\'s Amulet!',41,0,100,0,100,0,31523,0,'Originaly it as the Bonne witch guide'),
|
|
(30891,0,0,'The Blessed Banner of the Crusade has been planted.\nDefend the banner from all attackers!',41,0,100,0,0,0,31539,0,'Blessed Banner of the Crusade'),
|
|
(30897,0,0,'Threat index threshold exceeded. Celestial archive aborted. Security level heightened.',14,0,100,0,0,13761,29576,0,'brann SAY_EVENT_B_2_MARN'),
|
|
(30897,1,0,'Additional background is relevant to your query: following global combat between Aesir and Vanir--',14,0,100,0,0,13762,30606,0,'brann SAY_EVENT_END_15_MARN'),
|
|
(30897,2,0,'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.',14,0,100,0,0,13763,30607,0,'brann SAY_EVENT_END_17_MARN'),
|
|
(30897,3,0,'Essentially that is correct.',14,0,100,0,0,13764,30608,0,'brann SAY_EVENT_END_19_MARN'),
|
|
(30898,0,0,'Security breach in progress. Analysis of historical archives transferred to lower-priority queue. Countermeasures engaged.',14,0,100,0,0,13756,29575,0,'brann SAY_EVENT_A_2_KADD'),
|
|
(30898,1,0,'Accessing... Creators arrived to extirpate symbiotic infection. Assessment revealed that Old God infestation had grown malignant. Excising parasites would result in loss of host--',14,0,100,0,0,13757,30603,0,'brann SAY_EVENT_END_09_KADD'),
|
|
(30898,2,0,'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.',14,0,100,0,0,13758,30604,0,'brann SAY_EVENT_END_11_KADD'),
|
|
(30898,3,0,'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.',14,0,100,0,0,13759,30605,0,'brann SAY_EVENT_END_13_KADD'),
|
|
(30899,0,0,'Warning: life form pattern not recognized. Archival processing terminated. Continued interference will result in targeted response.',14,0,100,0,0,13765,29561,0,'brann SAY_EVENT_INTRO_3_ABED'),
|
|
(30899,1,0,'Critical threat index. Void analysis diverted. Initiating sanitization protocol.',14,0,100,0,0,13767,29577,0,'brann SAY_EVENT_C_2_ABED'),
|
|
(30899,2,0,'Alert: security fail-safes deactivated. Beginning memory purge and... ',14,0,100,0,0,13768,29579,0,'brann SAY_EVENT_D_2_ABED'),
|
|
(30899,3,0,'System online. Life form pattern recognized. Welcome, Branbronzan. Query?',14,0,100,0,0,13769,29580,0,'brann SAY_EVENT_D_4_ABED'),
|
|
(30899,4,0,'Accessing prehistoric data... retrieved. In the beginning the earthen were created to--',14,0,100,0,0,13770,30611,0,'brann SAY_EVENT_END_03_ABED'),
|
|
(30899,5,0,'Accessing... In the early stages of it\'s development cycle, Azeroth suffered infection by parasitic necrophotic symbiotes.',14,0,100,0,0,13771,30612,0,'brann SAY_EVENT_END_05_ABED'),
|
|
(30899,6,0,'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.',14,0,100,0,0,13772,30613,0,'brann SAY_EVENT_END_07_ABED'),
|
|
(30899,7,0,'Acknowledged, Branbronzan. Session terminated.',14,0,100,0,0,13773,30614,0,'brann SAY_EVENT_END_21_ABED'),
|
|
(30920,0,0,'What little geist want?',12,0,100,0,0,0,31614,0,'Lumbering Atrocity'),
|
|
(30920,0,1,'Present?',12,0,100,0,0,0,31609,0,'Lumbering Atrocity'),
|
|
(30920,0,2,'That not nice!',12,0,100,0,0,0,31615,0,'Lumbering Atrocity'),
|
|
(30920,0,3,'What bomb thing for?',12,0,100,0,0,0,31610,0,'Lumbering Atrocity'),
|
|
(30920,0,4,'Want me to deliver somewhere?',12,0,100,0,0,0,31611,0,'Lumbering Atrocity'),
|
|
(30920,0,5,'I not sure this safe, little geist.',12,0,100,0,0,0,31612,0,'Lumbering Atrocity'),
|
|
(30920,0,6,'This no go here.',12,0,100,0,0,0,31613,0,'Lumbering Atrocity'),
|
|
(30920,0,7,'For me?',12,0,100,0,0,0,31608,0,'Lumbering Atrocity'),
|
|
(30922,0,0,'No one throws rocks at me!',12,0,100,0,0,0,32217,0,'Matchmaker (13147)'),
|
|
(30922,0,1,'You wouldn\'t like me when I\'m angry...',12,0,100,0,0,0,32218,0,'Matchmaker (13147)'),
|
|
(30922,0,2,'Finally! An excuse to squash you!',12,0,100,0,0,0,32220,0,'Matchmaker (13147)'),
|
|
(30922,0,3,'You die for good this time, skeleton!',12,0,100,0,0,0,32221,0,'Matchmaker (13147)'),
|
|
(30922,0,4,'Last straw...',12,0,100,0,0,0,32222,0,'Matchmaker (13147)'),
|
|
(30922,0,5,'I was waiting for a reason to tear you bone from bone!',12,0,100,0,0,0,32223,0,'Matchmaker (13147)'),
|
|
(30922,0,6,'That\'s the last mistake you\'ll make, skeleton.',12,0,100,0,0,0,32224,0,'Matchmaker (13147)'),
|
|
(30924,0,0,'Now fight me, $n! Kill Iskalder!',14,0,100,0,0,1167,31540,0,'Possessed Iskalder'),
|
|
(30945,0,0,'Iskalder, there you are. What is this? Engaged in battle already?',14,0,100,457,0,13824,31528,0,'Vardmadra'),
|
|
(30945,1,0,'NO! How is this possible?',14,0,100,457,0,13825,31530,0,'Vardmadra'),
|
|
(30945,2,0,'I know not how this was possible, but you must still be judged Iskalder. Wait... what is this?',14,0,100,457,0,13824,31531,0,'Vardmadra'),
|
|
(30945,3,0,'Stay away from me creature! Do not touch me!',14,0,100,0,0,1168,31533,0,'Vardmadra to Nightswood'),
|
|
(30945,4,0,'Ahahahahahaha! It is done. Return to my cave. We have much to discuss!',14,0,100,457,0,1167,31534,0,'Vardmadra to '),
|
|
(30955,0,0,'This? This is me taking control of you. This is me setting up my final revenge!',14,0,100,457,0,13824,31532,0,'Lady Nightswood'),
|
|
(30956,0,0,'I knew that you would come.',14,0,100,0,0,0,31835,0,'Sapph'),
|
|
(30956,1,0,'You have some fight in you. I\'m impressed.',14,0,100,0,0,0,31852,0,'Sapph'),
|
|
(30956,2,0,'Welcome to the world of the unliving.',14,0,100,0,0,0,31858,0,'Sapph'),
|
|
(30956,3,0,'Well fought...',14,0,100,0,0,0,31853,0,'Sapph'),
|
|
(30992,1,0,'Oh, bravo. Do you feel proud of yourself now that you\'ve unleashed this terrible mistake?',12,0,100,21,0,0,31550,0,'Doctor Sabnok'),
|
|
(30992,2,0,'I already had him scheduled for disposal, but I suppose we can speed up the process a bit.',12,0,100,1,0,0,31551,0,'Doctor Sabnok'),
|
|
(30992,3,0,'It\'s a pity so many fine, and reusable, parts will go to waste... ',12,0,100,11,0,0,31553,0,'Doctor Sabnok'),
|
|
(30993,1,0,'Patches get revenge on Doctor Sabnok!',12,0,100,51,0,0,31556,0,'\"Patches\"'),
|
|
(30993,2,0,'Patches not going to be cut open or sewn up no more!',12,0,100,1,0,0,31554,0,'\"Patches\"'),
|
|
(30994,0,0,'How can I possibly help the city in such a widespread crisis?',12,0,100,1,0,0,31581,0,''),
|
|
(30994,0,1,'Everyone is falling ill - this is an epidemic!',12,0,100,1,0,0,31582,0,''),
|
|
(30994,0,2,'No remedy seems to work - the entire city has sickened...',12,0,100,1,0,0,31583,0,''),
|
|
(30994,0,3,'The soldiers are spreading panic with the rumors of bad food. Neighbors are accusing one another of poison. The city will fall into bedlam!',12,0,100,1,0,0,31584,0,''),
|
|
(30994,0,4,'I\'m at a loss. What can one simple man do in the face of disaster?',12,0,100,1,0,0,31586,0,''),
|
|
(30994,0,5,'I pray the illness I\'m feeling is due to stress ulcers...',12,0,100,1,0,0,31587,0,''),
|
|
(31003,0,0,'BY THE LIGHT! Those damned monsters! Look at what they\'ve done to our people!',12,0,100,5,0,0,31560,0,'Crusader Lord Dalfors'),
|
|
(31003,1,0,'Burn it down, boys. Burn it all down.',12,0,100,1,0,0,31561,0,'Crusader Lord Dalfors'),
|
|
(31003,2,0,'Let \'em come. They\'ll pay for what they\'ve done!',12,0,100,1,0,0,31562,0,'Crusader Lord Dalfors'),
|
|
(31003,3,0,'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!',14,0,100,71,0,0,31573,0,'Crusader Lord Dalfors'),
|
|
(31013,0,0,'Leave no survivors!',14,0,100,0,0,14793,31567,0,'The Lich King'),
|
|
(31013,1,0,'Cower before my terrible creations!',14,0,100,0,0,14800,31568,0,'The Lich King'),
|
|
(31013,2,0,'Feast my children! Feast upon the flesh of the living!',14,0,100,0,0,14801,31569,0,'The Lich King'),
|
|
(31013,3,0,'Lay down your arms and surrender your souls!',14,0,100,0,0,14802,31570,0,'The Lich King'),
|
|
(31016,1,0,'You dare to challenge me? You haven\'t earned the right!',14,0,100,25,0,15633,31597,0,'Overthane Balargarde to Safirdrang'),
|
|
(31016,2,0,'Vardmadra?! Did the Lich King send you personally?',14,0,100,66,0,15634,31599,0,'Overthane Balargarde to Possessed Vardmadra'),
|
|
(31016,3,0,'Very well. I will dispatch these creatures. It is only an inconvenience. Prepare to die!',14,0,100,0,0,15635,31600,0,'Overthane Balargarde to Possessed Vardmadra'),
|
|
(31016,4,0,'Safirdrang, let them feel the chill of Icecrown!',14,0,100,0,0,15636,31601,0,'Overthane Balargarde to 0'),
|
|
(31016,5,0,'STOP! Kneel you fools, it\'s the Lich King!',14,0,100,0,0,15637,31627,0,'Overthane Balargarde to The Lich King'),
|
|
(31016,6,0,'But, my lord...?',14,0,100,0,0,15638,31635,0,'Overthane Balargarde to The Lich King'),
|
|
(31016,7,0,'DIE DOGS!',14,0,100,0,0,15639,31637,0,'Overthane Balargarde to The Lich King'),
|
|
(31017,0,0,'Enough, Michael. Business is hurting enough with this scare as it is. We can use every copper.',12,0,100,274,0,0,32560,0,''),
|
|
(31017,1,0,'%s grudgingly nods.',16,0,100,0,0,0,32569,0,''),
|
|
(31017,2,0,'I can\'t argue with that.',12,0,100,1,0,0,32570,0,''),
|
|
(31021,0,0,'Is something going on? I hear angry voices.',12,0,100,1,0,0,31731,0,''),
|
|
(31021,0,1,'What\'s the commotion outside?',12,0,100,1,0,0,31730,0,''),
|
|
(31021,0,3,'Everything\'s been so strange lately...',12,0,100,1,0,0,31732,0,''),
|
|
(31027,0,0,'I hope you\'re not coming in here fixing for a fight. There are too many angry people on the streets today.',12,0,100,1,0,0,31720,0,''),
|
|
(31027,0,1,'I don\'t know how much longer I\'ll be open today with all the commotion outside. If you need something repaired, I\'ll take a quick look.',12,0,100,1,0,0,31722,0,''),
|
|
(31027,0,2,'Look, I\'ll sell you shields today, but no maces. The last thing I want is for some innocent to get brained by one of my weapons.',12,0,100,1,0,0,31721,0,''),
|
|
(31029,0,0,'He\'s on his way!',14,0,100,457,0,15643,31595,0,'Possessed Vardmadra to Player'),
|
|
(31029,1,0,'Wrong, Balargarde. You WILL accept this challenge!',14,0,100,457,0,15644,31598,0,'Possessed Vardmadra to Overthane Balargarde'),
|
|
(31029,2,0,'My lord.',14,0,100,457,0,15645,31631,0,'Possessed Vardmadra to The Lich King'),
|
|
(31029,3,0,'But...!',14,0,100,0,0,15646,31633,0,'Possessed Vardmadra to The Lich King'),
|
|
(31033,0,0,'There goes the hero of the Vanguard!',12,0,100,66,0,0,31385,0,'Crusader of Virtue'),
|
|
(31033,0,1,'%s cheers at you.',16,1,100,71,0,0,25275,0,'Crusader of Virtue'),
|
|
(31033,0,2,'We couldn\'t have done it without you, $g sir:ma\'am;.',12,0,100,66,0,0,31384,0,'Crusader of Virtue'),
|
|
(31033,0,3,'You honor us with your presence, $n.',12,0,100,66,0,0,31386,0,'Crusader of Virtue'),
|
|
(31033,0,4,'Thank you, $n. From the bottom of my heart. Thank you.',12,0,100,66,0,0,31388,0,'Crusader of Virtue'),
|
|
(31033,0,5,'Call on me anytime, $n.',12,0,100,66,0,0,31389,0,'Crusader of Virtue'),
|
|
(31036,0,0,'The first of the Horde towers has fallen! Destroy all three and we will hasten their retreat!',14,7,100,0,0,0,33299,0,'Commander Zanneth'),
|
|
(31036,1,0,'The second tower has fallen! Destroy the final tower and we will hasten their retreat!',14,7,100,0,0,0,33300,0,'Commander Zanneth'),
|
|
(31036,2,0,'The Horde towers have fallen! We have forced their hand. Finish off the remaining forces!',14,7,100,0,0,0,33301,0,'Commander Zanneth'),
|
|
(31036,3,0,'Show those animals no mercy, $n!',12,7,100,0,0,0,33101,0,'Commander Zanneth'),
|
|
(31057,0,0,'Hello. Master Fras Siabi is not in at this time. Please come back tomorrow to Fras Siabi\'s Premium Tobacco! Beep!',12,0,100,0,0,0,31716,0,'Mechanical Greeter RY7R'),
|
|
(31083,0,0,'Honor guard stay where you are.',14,0,100,1,0,15600,31628,0,'The Lich King to 0'),
|
|
(31083,1,0,'Vardmadra. I\'d wondered where you disappeared to. How is Iskalder?',14,0,100,6,0,15601,31629,0,'The Lich King to 0'),
|
|
(31083,2,0,'I see through your disguise, Lady Nightswood. YOU THINK THAT YOU CAN FOOL ME?!',14,0,100,5,0,15602,31632,0,'The Lich King to 0'),
|
|
(31083,3,0,'You may continue your combat, overthane.',14,0,100,25,0,15603,31634,0,'The Lich King to 0'),
|
|
(31083,4,0,'But nothing! Finish them! DO NOT FAIL ME, BALARGARDE!',14,0,100,5,0,15604,31636,0,'The Lich King to Overthane Balargarde'),
|
|
(31083,5,0,'You have bested one of my finest, but your efforts are for naught.',14,0,100,1,0,15605,31693,0,'The Lich King to 0'),
|
|
(31083,6,0,'The frozen heart of Icecrown awaits....',14,0,100,1,0,15606,31695,0,'The Lich King to 0'),
|
|
(31091,0,0,'The first of the Alliance towers has fallen! Destroy all three and we will hasten their retreat!',14,1,100,0,0,0,33296,0,'Commander Dardosh'),
|
|
(31091,1,0,'Lok\'tar! The second tower falls! Destroy the final tower and we will hasten their retreat!',14,1,100,0,0,0,33297,0,'Commander Dardosh'),
|
|
(31091,2,0,'The Alliance towers have fallen! We have forced their hand. Finish off the remaining forces!',14,1,100,0,0,0,33298,0,'Commander Dardosh'),
|
|
(31091,3,0,'Show those animals no mercy, $n!',12,7,100,0,0,0,33101,0,'Commander Dardosh'),
|
|
(31099,0,0,'%s goes into a frenzy!',41,0,100,0,0,0,38630,0,'Patchwerk emote Frenzy - Ebon Hold'),
|
|
(31108,0,0,'Stop the Horde from retrieving the embers, $n. We cannot risk them having the advantage when the battle resumes!',12,7,100,0,0,0,33102,0,'Siege Master Stouthandle'),
|
|
(31109,0,0,'Destroy their foul machines of war, $n!',12,7,100,0,0,0,33103,0,'Senior Demolitionist Legoso'),
|
|
(31125,0,0,'%s goes into a berserker rage!',16,0,100,0,0,0,34057,0,'archavon EMOTE_BERSERK'),
|
|
(31125,1,0,'%s lunges for $n!',41,0,100,0,0,0,33085,0,'Archavon the Stone Watcher Leap Emote'),
|
|
(31126,0,0,'Ah, you\'ve finally arrived Prince Arthas. You\'re here just in the nick of time.',12,0,100,0,0,0,27811,0,'culling SAY_PHASE302'),
|
|
(31126,1,0,'There\'s no need for you to understand, Arthas. All you need to do is die.',12,0,100,0,0,0,27815,0,'culling SAY_PHASE305'),
|
|
(31134,0,0,'We finish this now, champions of Kirin Tor!',14,0,100,0,0,13947,31723,0,'cyanigosa SAY_AGGRO'),
|
|
(31134,1,0,'I will end the Kirin Tor!',14,0,100,0,0,13952,31725,0,'cyanigosa SAY_SLAY_1'),
|
|
(31134,1,1,'Dalaran WILL fall!',14,0,100,0,0,13953,31726,0,'cyanigosa SAY_SLAY_2'),
|
|
(31134,1,2,'So ends you defiance of the Spell-Weaver.',14,0,100,0,0,13954,31727,0,'cyanigosa SAY_SLAY_3'),
|
|
(31134,2,0,'Perhaps... we have... underestimated... you.',14,0,100,0,0,13955,31728,0,'cyanigosa SAY_DEATH'),
|
|
(31134,3,0,'A valiant defense, but this city must be razed. I will fulfill Malygos\'s wishes myself!',14,0,100,396,0,13946,31718,0,'cyanigosa SAY_SPAWN'),
|
|
(31134,4,0,'Am I interrupting?',14,0,100,0,0,13951,0,0,'cyanigosa SAY_DISRUPTION'),
|
|
(31134,5,0,'Shiver and die!',14,0,100,0,0,13948,0,0,'cyanigosa SAY_BREATH_ATTACK'),
|
|
(31134,6,0,'The world has forgotten what true magic is! Let this be a reminder!',14,0,100,0,0,13949,0,0,'cyanigosa SAY_SPECIAL_ATTACK_1'),
|
|
(31134,6,1,'Who among you can withstand my power?',14,0,100,0,0,13950,31740,0,'cyanigosa SAY_SPECIAL_ATTACK_2'),
|
|
(31135,0,0,'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.',12,0,0,0,0,0,31744,0,'Greiff quest 1 say 1'),
|
|
(31135,1,1,'$n and $g his : her; comrades in arms have chosen to accept honorable combat within the sacred confines of Valhalas.',14,0,0,0,0,0,31745,0,'Greiff quest 1 say 2'),
|
|
(31135,2,2,'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!',14,0,0,0,0,0,31746,0,'Greiff quest 1 say 3'),
|
|
(31135,3,3,'The fallen heroes of Valhalas emerge from the ground to do battle once more!',41,0,0,0,0,14998,31756,0,'Greiff quest 1 say 4'),
|
|
(31135,4,4,'$n has defeated the fallen heroes of Valhalas battles past. This is only a beginning, but it will suffice.',14,0,0,0,0,14998,31755,0,'Greiff quest 1 say 5'),
|
|
(31135,5,5,'Prepare yourself. Khit\'rix will be entering Valhalas from the southeast. Remember, do not leave the ring or you will lose the battle.',12,0,0,0,0,0,31771,0,'Greiff quest 2 say 1'),
|
|
(31135,6,6,'$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.',14,0,0,0,0,0,31770,0,'Greiff quest 2 say 2'),
|
|
(31135,7,7,'Khit\'rix the Dark Master skitters into Valhalas from the southeast!',41,0,0,0,0,14998,32753,0,'Greiff quest 2 say 3'),
|
|
(31135,8,8,'Khit\'rix the Dark Master has been defeated by $n and $g his : her; band of companions. Let the next challenge be issued!',14,0,0,0,0,14998,31820,0,'Greiff quest 2 sasy 4'),
|
|
(31135,9,9,'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.',14,0,0,0,0,0,31892,0,'Greiff quest 3 say 1'),
|
|
(31135,10,10,'Circling Valhalas, Sigrid Iceborn approaches to seek her revenge!',41,0,0,0,0,14998,32757,0,'Greiff quest 3 say 2'),
|
|
(31135,11,11,'$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!',14,0,0,0,0,14998,31921,0,'Greiff quest 3 say 3'),
|
|
(31135,12,12,'Carnage is coming! Remember, no matter what you do, do NOT leave the battle ring or I will disqualify you and your group.',12,0,0,0,0,0,31885,0,'Greiff quest 4 say 1'),
|
|
(31135,13,13,'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.',14,0,0,0,0,0,31930,0,'Greiff quest 4 say 2'),
|
|
(31135,14,14,'Lumbering in from the south, the smell of Carnage precedes him!',41,0,0,0,0,14998,32758,0,'Greiff quest 4 say 3'),
|
|
(31135,15,15,'The horror known as Carnage is no more. Could it be that $n is truly worthy of battle in Valhalas? We shall see.',14,0,0,0,0,14998,31931,0,'Greiff quest 4 say 4'),
|
|
(31135,16,16,'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.',12,0,0,0,0,0,31938,0,'Greiff quest 5 say 1'),
|
|
(31135,17,17,'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?',14,0,0,0,0,0,31939,0,'Greiff quest 5 say 2'),
|
|
(31135,18,18,'Thane Banahogg appears upon the overlook to the southeast!',41,0,0,0,0,14998,32760,0,'Greiff quest 5 say 3'),
|
|
(31135,19,19,'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?',14,0,0,0,0,14998,31940,0,'Greiff quest 5 say 4'),
|
|
(31135,20,20,'It\'s too late to run now. Do not leave the ring. Die bravely, $n!',12,0,0,0,0,0,31949,0,'Greiff quest 6 say 1'),
|
|
(31135,21,21,'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.',14,0,0,0,0,0,31951,0,'Greiff quest 6 say 2'),
|
|
(31135,22,22,'Warriors of Jotunheim, I present to you, Blood Prince Sandoval!',14,0,0,0,0,0,31955,0,'Greiff quest 6 say 3'),
|
|
(31135,23,23,'Without warning, Prince Sandoval magically appears within Valhalas!',41,0,0,0,0,14998,32761,0,'Greiff quest 6 say 4'),
|
|
(31135,24,24,'The unthinkable has happened... $n has slain Prince Sandoval!',14,0,0,0,0,0,31945,0,'Greiff quest 6 say 5'),
|
|
(31135,25,25,'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.',14,0,0,0,0,0,31946,0,'Greiff quest 6 say 6'),
|
|
(31135,26,26,'ALL HAIL $n, CHAMPION OF VALHALAS!',14,0,0,0,0,14998,31948,0,'Greiff quest 6 say 7'),
|
|
(31135,27,27,'You were not prepared!',14,0,0,0,0,0,31753,0,'Greiff kill'),
|
|
(31161,0,0,'I knew that you would come.',14,0,100,0,0,0,31835,0,'Sapph'),
|
|
(31161,1,0,'You have some fight in you. I\'m impressed.',14,0,100,0,0,0,31852,0,'Sapph'),
|
|
(31161,2,0,'Welcome to the world of the unliving.',14,0,100,0,0,0,31858,0,'Sapph'),
|
|
(31161,3,0,'Well fought...',14,0,100,0,0,0,31853,0,'Sapph'),
|
|
(31222,0,0,'When I am done here, I am going to mount your heads upon the walls of Azjol-Nerub!',14,0,0,0,0,0,31836,0,'Dark Master say 1'),
|
|
(31235,0,0,'Thank the Light for granting me another chance. And thank you, $n.',12,0,100,1,0,0,31826,0,'Crusader Olakin Sainrith'),
|
|
(31235,1,0,'Without your help, I would\'ve been doomed to a life of undeath among the Lich King\'s gruesome creations.',12,0,100,1,0,0,31827,0,'Crusader Olakin Sainrith'),
|
|
(31235,2,0,'There will be time for a proper thanks later, but there is still a battle to be fought!',12,0,100,25,0,0,31828,0,'Crusader Olakin Sainrith'),
|
|
(31237,0,0,'You shouldn\'t have done that! He\'s not going to like it.',15,0,100,0,0,0,32338,0,'Matthias Lehner - On quest accept'),
|
|
(31238,0,0,'Come, Cloudwing. Let\'s do a lap.',12,0,100,0,0,0,32247,0,'Hira Snowdawn'),
|
|
(31238,0,1,'Feeling as restless as I am, Cloudwing? Then let us fly!',12,0,100,0,0,0,32252,0,'Hira Snowdawn'),
|
|
(31238,0,2,'I\'m bored, Cloudwing. Go, go!',12,0,100,0,0,0,32251,0,'Hira Snowdawn'),
|
|
(31238,1,0,'%s sighs softly and rolls her shoulders.',16,0,100,0,0,0,32249,0,'Hira Snowdawn'),
|
|
(31238,1,1,'%s looks around Krasus\' Landing, bored.',16,0,100,0,0,0,32244,0,'Hira Snowdawn'),
|
|
(31238,1,2,'%s yawns quietly into the palm of her hand.',16,0,100,0,0,0,32245,0,'Hira Snowdawn'),
|
|
(31242,0,0,'Ah, there you are! Remember me? Of course you do! Wait right there, I\'m coming down.',14,0,0,0,0,0,31882,0,'Sigrid Iceborn say 1'),
|
|
(31242,1,0,'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!',14,0,0,0,0,0,31883,0,'Sigrid Iceborn say 2'),
|
|
(31254,0,0,'The undead are upon us!',12,0,10,0,0,0,32027,0,'Lordaeron Footsoldier to Ghoulish Minion'),
|
|
(31254,0,1,'The rumors were true! The prince has gone mad!',12,0,10,0,0,0,32029,0,'Lordaeron Footsoldier to Ghoulish Minion'),
|
|
(31254,0,2,'The rumors were true! The prince has gone mad!',12,0,100,0,0,0,0,0,'Lordaeron Footsoldier'),
|
|
(31254,0,3,'The undead are upon us!',12,0,100,0,0,0,32027,0,'Lordaeron Footsoldier'),
|
|
(31254,0,4,'We make our stand here!',12,0,100,0,0,0,32028,0,'Lordaeron Footsoldier'),
|
|
(31258,0,0,'I will take pleasure in gutting you!',12,0,100,0,0,13533,30498,0,'Ymirheim Chosen Warrior'),
|
|
(31258,0,1,'I\'ll eat your heart!',12,0,100,1,0,13542,30508,0,'Ymirheim Chosen Warrior'),
|
|
(31277,0,0,'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! ',14,0,0,0,0,0,31935,0,'Thane say 1'),
|
|
(31277,1,0,'Fight me and die you cowards!',14,0,0,0,0,0,31936,0,'Thane say 2'),
|
|
(31277,2,0,'Haraak foln!',12,0,0,0,0,0,30506,0,'Thane say 3'),
|
|
(31279,0,0,'I\'ve had my fill of this place. Let us depart.',12,0,100,0,0,0,31942,0,'Father Kamaros'),
|
|
(31279,1,0,'The Light\'s blessing be upon you for aiding me in my time of need, $n.',12,0,100,0,0,0,31941,0,'Father Kamaros'),
|
|
(31279,1,1,'The Argent Crusade never surrenders!',12,0,100,0,0,0,31953,0,'Father Kamaros'),
|
|
(31279,1,2,'You must tell my brothers that I live.',12,0,100,0,0,0,31944,0,'Father Kamaros'),
|
|
(31279,1,3,'You will never take me alive!',12,0,100,0,0,0,14447,0,'Father Kamaros'),
|
|
(31279,2,0,'I\'ve had my fill of this place. Let us depart.',12,0,100,0,0,0,31942,0,'Father Kamaros'),
|
|
(31279,3,0,'You must tell my brothers that I live.',12,0,100,0,0,0,31944,0,'Father Kamaros'),
|
|
(31279,4,0,'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.',12,0,100,0,0,0,31943,0,'Father Kamaros'),
|
|
(31283,0,0,'Ah, the hand of the Ebon Blade has finally come to claim me. I tremble in fear.',14,0,100,0,0,0,31959,0,'Orbaz Bloodbane'),
|
|
(31283,1,0,'Hah! That\'s all you\'ve got? I\'m surprised you even made it to the citadel.',14,0,100,0,0,0,31961,0,'Orbaz Bloodbane'),
|
|
(31283,2,0,'The Lich King has given me power beyond your wildest nightmares. Behold!',14,0,100,0,0,0,31962,0,'Orbaz Bloodbane'),
|
|
(31283,3,0,'It all ends here.',14,0,100,0,0,0,31963,0,'Orbaz Bloodbane'),
|
|
(31283,4,0,'%s chuckles knowingly.',16,0,100,0,0,0,31966,0,'Orbaz Bloodbane'),
|
|
(31283,5,0,'The Lich King shall extinquish... every... last... one... of you.',14,0,100,0,0,0,31967,0,'Orbaz Bloodbane'),
|
|
(31283,6,0,'There you are Darion! I was wondering when you\'d crawl forth!',14,0,100,0,0,0,31964,0,'Orbaz Bloodbane'),
|
|
(31290,0,0,'Orbaz Bloodbane, self proclaimed hand of the Lich King.',14,0,100,0,0,0,31975,0,'Highlord Darion Mograine'),
|
|
(31290,1,0,'Couldn\'t wait for me to be out of the way so that you could sieze control?',14,0,100,0,0,0,31977,0,'Highlord Darion Mograine'),
|
|
(31290,2,0,'You\'ll never have what it takes to lead anything, Orbaz, not even a legion of mindless skeletons.',14,0,100,0,0,0,31983,0,'Highlord Darion Mograine'),
|
|
(31290,3,0,'Good riddance.',14,0,100,0,0,0,31978,0,'Highlord Darion Mograine'),
|
|
(31301,0,0,'You dare to think you have thwarted my will? That you have broken my plans?',12,0,100,25,0,0,31973,0,'LK SAY 1'),
|
|
(31301,1,0,'You have accomplished nothing!',12,0,100,22,0,0,31974,0,'LK SAY 2'),
|
|
(31301,2,0,'Your feeble resistance has only hastened your doom.',12,0,100,25,0,0,31976,0,'LK SAY 3'),
|
|
(31301,3,0,'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!',12,0,100,22,0,0,31979,0,'LK SAY 4'),
|
|
(31301,4,0,'Morbidus, show them what happens to those who defy the will of their king!',12,0,100,25,0,0,31981,0,'LK SAY 5'),
|
|
(31306,0,0,'Knights of the Ebon Blade, prepare for battle!',12,0,100,1,0,0,32015,0,'DHAKAR SAY 1'),
|
|
(31320,0,0,'No one throws rocks at me!',12,0,100,0,0,0,32217,0,'Matchmaker (13147)'),
|
|
(31320,0,1,'You wouldn\'t like me when I\'m angry...',12,0,100,0,0,0,32218,0,'Matchmaker (13147)'),
|
|
(31320,0,2,'Finally! An excuse to squash you!',12,0,100,0,0,0,32220,0,'Matchmaker (13147)'),
|
|
(31320,0,3,'You die for good this time, skeleton!',12,0,100,0,0,0,32221,0,'Matchmaker (13147)'),
|
|
(31320,0,4,'Last straw...',12,0,100,0,0,0,32222,0,'Matchmaker (13147)'),
|
|
(31320,0,5,'I was waiting for a reason to tear you bone from bone!',12,0,100,0,0,0,32223,0,'Matchmaker (13147)'),
|
|
(31320,0,6,'That\'s the last mistake you\'ll make, skeleton.',12,0,100,0,0,0,32224,0,'Matchmaker (13147)'),
|
|
(31333,0,0,'No, my beloved.',12,0,100,1,0,0,32040,0,'Alexstrasza the Life-Binder to Player'),
|
|
(31333,1,0,'They must not discover the fate of the young paladin. Not yet.',12,11,100,5,0,0,32041,0,'Alexstrasza the Life-Binder to Player'),
|
|
(31333,2,0,'Come to me, $n.',15,0,100,0,0,0,32048,0,'Alexstrasza the Life-Binder to Player'),
|
|
(31334,0,0,'My Queen, do they know?',12,0,100,6,0,0,32038,0,'Korialstrasz to Player'),
|
|
(31334,1,0,'%s nods.',16,0,100,0,0,0,32046,0,'Korialstrasz to Player'),
|
|
(31334,2,0,'They will not.',12,0,100,1,0,0,32047,0,'Korialstrasz to Player'),
|
|
(31395,0,0,'Prepare to die!',12,0,100,0,0,0,19636,0,'Illidan Stormrage'),
|
|
(31397,0,0,'AHAHAHAHA... you\'ll join us soon enough!',14,0,100,0,0,0,32473,0,'Saronite Mine Slave'),
|
|
(31397,0,1,'I don\'t want to leave! I want to stay here!',14,0,100,0,0,0,32471,0,'Saronite Mine Slave'),
|
|
(31397,0,2,'NO! You\'re wrong! The voices in my head are beautiful!',14,0,100,0,0,0,32470,0,'Saronite Mine Slave'),
|
|
(31397,0,3,'My life for you!',14,0,100,0,0,0,32467,0,'Saronite Mine Slave'),
|
|
(31397,0,4,'I\'m coming, master!',14,0,100,0,0,0,32466,0,'Saronite Mine Slave'),
|
|
(31397,0,5,'I won\'t leave!',14,0,100,0,0,0,32469,0,'Saronite Mine Slave'),
|
|
(31397,0,6,'I\'ll never return. The whole reason for my existence awaits below!',14,0,100,0,0,0,32472,0,'Saronite Mine Slave'),
|
|
(31397,0,7,'I must get further underground to where he is. I must jump!',14,0,100,0,0,0,32474,0,'Saronite Mine Slave'),
|
|
(31397,1,0,'Please, no more.',12,0,100,0,0,0,32506,0,'Saronite Mine Slave'),
|
|
(31397,1,1,'Hit me again and you\'ll regret it!',12,0,100,0,0,0,32507,0,'Saronite Mine Slave'),
|
|
(31397,1,2,'Ow!',12,0,100,0,0,0,32508,0,'Saronite Mine Slave'),
|
|
(31397,1,3,'I\'m sorry. I\'ll work harder.',12,0,100,0,0,0,32509,0,'Saronite Mine Slave'),
|
|
(31397,1,4,'Soon the master will reclaim me!',12,0,100,0,0,0,32510,0,'Saronite Mine Slave'),
|
|
(31397,2,0,'%s goes into a frenzy!',16,0,100,0,0,0,36719,0,'Saronite Mine Slave - Frenzy Emote'),
|
|
(31412,0,0,'Kor\'kron, stand down!',12,0,100,5,0,16222,32286,0,'Thrall - Phased Orgrimmar (Horde)'),
|
|
(31412,1,0,'Jaina...',12,0,100,1,0,16223,32287,0,'Thrall - Phased Orgrimmar (Horde)'),
|
|
(31412,2,0,'Jaina, what happened at the Wrathgate. It was a betrayal from within...',12,0,100,1,0,16224,32289,0,'Thrall - Phased Orgrimmar (Horde)'),
|
|
(31412,3,0,'The Horde has lost the Undercity.',12,0,100,1,0,16225,32292,0,'Thrall - Phased Orgrimmar (Horde)'),
|
|
(31412,4,0,'We now prepare to lay siege to the city and bring the perpetrators of this unforgivable crime to justice.',12,0,100,1,0,16226,32293,0,'Thrall - Phased Orgrimmar (Horde)'),
|
|
(31412,5,0,'If we are forced into a conflict, the Lich King will destroy our divided forces in Northrend.',12,0,100,1,0,16227,32294,0,'Thrall - Phased Orgrimmar (Horde)'),
|
|
(31412,6,0,'We will make this right, Jaina. Tell your king all that you have learned here.',12,0,100,1,0,16228,32295,0,'Thrall - Phased Orgrimmar (Horde)'),
|
|
(31412,7,0,'Kor\'kron, prepare transport to the Undercity.',12,0,100,1,0,16229,32300,0,'Thrall - Phased Orgrimmar (Horde)'),
|
|
(31418,0,0,'Thrall, what has happened? The King is preparing for war...',12,0,100,0,0,16129,32288,0,'Jaina - herald of war'),
|
|
(31418,1,0,'I will deliver this information to King Wrynn, Thrall, but...',12,0,100,378,0,16130,32296,0,'Jaina - herald of war'),
|
|
(31418,2,0,'Bolvar was like a brother to him. In the King\'s absence, Bolvar kept the Alliance united. He found strength for our people in our darkest hours. He watched over Anduin, raising him as his own.',12,0,100,378,0,16131,32297,0,'Jaina - herald of war'),
|
|
(31418,3,0,'I fear that the rage will consume him, Thrall. I remain hopeful that reason will prevail, but we must prepare for the worst... for war.',12,0,100,378,0,16132,32298,0,'Jaina - herald of war'),
|
|
(31418,4,0,'Farewell, Warchief. I pray that the next time we meet it will be as allies.',12,0,100,0,0,16133,32299,0,'Jaina - herald of war'),
|
|
(31419,0,0,'Lady Proudmoore, the Warchief speaks the truth. This subterfuge was set in motion by Varimathras and Grand Apothecary Putress. It was not the Horde\'s doing.',12,0,100,1,0,16315,32290,0,'Sylvanas - herald of war'),
|
|
(31419,1,0,'As the combined Horde and Alliance forces began their assault upon the Wrath Gate, an uprising broke out in the Undercity. Varimathras and hordes of his demonic brethren attacked. Hundreds of my people were slain in the coup. I barely managed to escape with my life.',12,0,100,1,0,16316,32291,0,'Sylvanas - herald of war'),
|
|
(31423,0,0,'Why is Thrall allowing this to happen to our city?',12,1,100,0,0,0,32239,0,'Kaja - herald of war'),
|
|
(31425,0,0,'Where is the Warchief?',12,1,100,0,0,0,32236,0,'olvia - herald of war'),
|
|
(31425,1,0,'What are all these Forsaken doing here?',12,1,100,0,0,0,32233,0,'olvia - herald of war'),
|
|
(31426,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Doras'),
|
|
(31427,0,0,'What is going on?',12,1,100,0,0,0,45914,0,'felika - herald of war'),
|
|
(31427,1,0,'This is an outrage!',12,1,100,0,0,0,46620,0,'felika - herald of war'),
|
|
(31428,0,0,'You will pay for what you\'ve done! For the Argent Crusade!',12,0,100,25,0,0,32198,0,'OLAKIN SAY 1'),
|
|
(31428,1,0,'Look! What\'s a frostwyrm doing here? It\'s coming straight for us.',12,0,100,25,0,0,32173,0,'Crusader Olakin Sainrith to Player'),
|
|
(31429,0,0,'We demand answers!',12,1,100,0,0,0,32235,0,'Sana - herald of war'),
|
|
(31430,0,0,'What is going on?',12,1,100,0,0,0,32232,0,'auctioneer thathung - herald of war'),
|
|
(31431,0,0,'SILENCE!',12,1,100,0,0,0,32240,0,'Overlord runthak - herald of war'),
|
|
(31431,1,0,'We are on the brink of all out war with the Alliance!',12,1,100,0,0,0,32241,0,'Overlord runthak - herald of war'),
|
|
(31431,2,0,'Tragic events have unfolded in Northrend. The Warchief is doing all that he can to keep us safe.',12,1,100,0,0,0,32242,0,'Overlord runthak - herald of war'),
|
|
(31431,3,0,'All services and shops are to remain closed until further notice! That is all!',12,1,100,0,0,0,32243,0,'Overlord runthak - herald of war'),
|
|
(31432,0,0,'Destroy our raw materials, will you? Well, the master has a special plan in mind for you... ',12,0,100,460,0,0,32171,0,'Ghostwing to Player'),
|
|
(31433,0,0,'When can we reopen our shops? I\'m losing gold here!',12,1,100,0,0,0,32237,0,'inkeeper gryshka - herald of war'),
|
|
(31433,1,0,'This is an outrage!',12,1,100,0,0,0,32238,0,'inkeeper gryshka - herald of war'),
|
|
(31437,0,0,'We\'ve lost Undercity. Nothing but demons and Putress\' apothecaries left there...',12,1,100,0,0,0,32226,0,'Forsaken Refugee'),
|
|
(31437,0,1,'They killed hundreds! We barely escaped with our lives! Help!',12,1,100,0,0,0,32229,0,'Forsaken Refugee'),
|
|
(31437,0,2,'The Dark Lady fought off as many as she could,but in the end... I hope she survived. Please help!',12,1,100,0,0,0,32230,0,'Forsaken Refugee'),
|
|
(31437,0,3,'You must help! We\'re homeless!',12,1,100,0,0,0,32227,0,'Forsaken Refugee'),
|
|
(31437,0,4,'Help us! Please!',12,1,100,0,0,0,32225,0,'Forsaken Refugee'),
|
|
(31437,0,5,'Could you spare a gold?',12,1,100,0,0,0,32228,0,'Forsaken Refugee'),
|
|
(31467,0,0,'We\'ve lost Undercity. Nothing but demons and Putress\' apothecaries left there...',12,1,100,0,0,0,32226,0,'Forsaken Refugee'),
|
|
(31467,0,1,'They killed hundreds! We barely escaped with our lives! Help!',12,1,100,0,0,0,32229,0,'Forsaken Refugee'),
|
|
(31467,0,2,'The Dark Lady fought off as many as she could,but in the end... I hope she survived. Please help!',12,1,100,0,0,0,32230,0,'Forsaken Refugee'),
|
|
(31467,0,3,'You must help! We\'re homeless!',12,1,100,0,0,0,32227,0,'Forsaken Refugee'),
|
|
(31467,0,4,'Help us! Please!',12,1,100,0,0,0,32225,0,'Forsaken Refugee'),
|
|
(31467,0,5,'Could you spare a gold?',12,1,100,0,0,0,32228,0,'Forsaken Refugee'),
|
|
(31530,0,0,'Do not let them pass, minions!',14,0,0,0,0,16289,32943,0,'Putress - Battle for Undercity (Alliance)'),
|
|
(31530,1,0,'KILL THEM! My work must not be interrupted!',14,0,0,0,0,16290,32944,0,'Putress - Battle for Undercity (Alliance)'),
|
|
(31530,2,0,'Stare into the abyss and watch as it blackens your souls!',14,0,0,0,0,16294,32949,0,'Putress - Battle for Undercity (Alliance)'),
|
|
(31530,3,0,'You are no match for my creations!',14,0,0,0,0,16295,32952,0,'Putress - Battle for Undercity (Alliance)'),
|
|
(31530,4,0,'This cannot be happening!',14,0,0,0,0,16296,32953,0,'Putress - Battle for Undercity (Alliance)'),
|
|
(31530,5,0,'It will not end like this! I\'ve worked too hard! So many years... I... I will consume more energy!',14,0,0,0,0,16291,32948,0,'Putress - Battle for Undercity (Alliance)'),
|
|
(31530,6,0,'The power washes through me! I see... EVERTHING!',14,0,0,0,0,16292,32950,0,'Putress - Battle for Undercity (Alliance)'),
|
|
(31530,7,0,'MORE SUFFERING AWAITS!',14,0,0,0,0,16293,32951,0,'Putress - Battle for Undercity (Alliance)'),
|
|
(31565,0,0,'Welcome to my kingdom of darkness!',14,0,0,1,0,16156,32375,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,1,0,'Did you enjoy my minion\'s terrible creation? Potent, is it not?',14,0,0,1,0,16157,32376,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,2,0,'But enough prattling! You wish to reclaim your city? Come then, heroes! Your souls will fuel the host! You will have this place back in pieces!',14,0,0,1,0,16158,32383,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,3,0,'Clever girl...',14,0,0,1,0,16159,32521,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,4,0,'My brothers have grown hungry. Your souls will sate their appetites.',14,0,0,1,0,16160,32524,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,5,0,'Bring down the halls! NOW!',14,0,0,1,0,16161,32568,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,6,0,'Welcome to your future -- what little there is left of it...',14,0,0,1,0,16163,32580,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,7,0,'Too long... Tireless, endless planning... It will not end like this...',14,0,0,1,0,16164,32610,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,8,0,'Need more time... The Master is near...',14,0,0,1,0,16165,32611,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,9,0,'Such power! Can you not feel it, mortals? Cease this foolishness and join me!',14,0,0,1,0,16166,32612,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,10,0,'I will not fail! Not again!',14,0,0,1,0,16167,39424,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,11,0,'I cannot hold... Destabilizing...',14,0,0,1,0,16168,32614,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,12,0,'A thousand-thousand pardons, Master! I will deal with these intruders myself!',14,0,0,1,0,16162,32579,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31565,13,0,'Years... wasted...',14,0,0,1,0,16169,32617,0,'Varimathras - Battle for Undercity (Horde)'),
|
|
(31649,0,0,'Ello, mon! Da Battle for the Undercity is already going on. Thrall is fighting inside, you might be able to find him. You can also wait for him here, he will be back anytime now.',14,0,100,0,0,0,0,0,'Vol\'jin'),
|
|
(31737,0,0,'Ambush!',14,0,100,0,0,0,32400,0,'Skybreaker Squad Leader'),
|
|
(31737,0,1,'Group up!',14,0,100,0,0,0,32403,0,'Skybreaker Squad Leader'),
|
|
(31737,0,2,'Incoming!',14,0,100,0,0,0,32397,0,'Skybreaker Squad Leader'),
|
|
(31737,0,3,'On your feet, boys!',14,0,100,0,0,0,32399,0,'Skybreaker Squad Leader'),
|
|
(31737,0,4,'Vrykul attack!',14,0,100,0,0,0,32404,0,'Skybreaker Squad Leader'),
|
|
(31737,1,0,'Thanks for keeping us covered back there! We\'ll hold the gate while we wait for reinforcements.',12,0,100,0,0,0,32353,0,'Skybreaker Squad Leader'),
|
|
(31737,2,0,'Alright boys, let\'s do this!',12,0,100,0,0,0,32351,0,'Skybreaker Squad Leader'),
|
|
(31739,0,0,'We\'ll burn it to the ground before giving it to you!',14,0,100,0,0,0,32330,0,'Horde Guard BfU'),
|
|
(31739,1,0,'That wretch Putress won\'t get away with this!',12,0,100,0,0,0,32266,0,'Horde Guard BfU'),
|
|
(31739,2,0,'For the Horde!',14,0,100,0,0,0,4921,0,'Horde Guard BfU'),
|
|
(31773,0,0,'The plague cauldron begins to boil vigorously!',41,0,100,0,0,0,32477,0,'Plague Cauldron Target'),
|
|
(31773,1,0,'Something emerges from the cauldron!',42,0,100,0,0,0,32478,0,'Plague Cauldron'),
|
|
(31773,2,0,'The cauldron continues to boil...',42,0,100,0,0,0,32483,0,'Plague Cauldron'),
|
|
(31773,3,0,'Plague batch neutralized!',42,0,100,0,0,0,32488,0,'Plague Cauldron'),
|
|
(31773,4,0,'Plague batch becomes unstable!',42,0,100,0,0,0,0,0,'Plague Cauldron'),
|
|
(31773,5,0,'Neutralizing agent failing!',42,0,100,0,0,0,0,0,'Plague Cauldron'),
|
|
(31773,6,0,'Add fluid soon!',42,0,100,0,0,0,0,0,'Plague Cauldron'),
|
|
(31773,7,0,'Add fluid NOW!!',42,0,100,0,0,0,0,0,'Plague Cauldron'),
|
|
(31810,0,0,'Right. Let\'s see if we can finish this keystone.',12,0,100,1,0,0,32385,0,'Brann Bronzebeard'),
|
|
(31810,1,0,'The keystone is completed! We\'ve done it, $n!',12,0,100,5,0,0,32391,0,'Brann Bronzebeard'),
|
|
(31810,2,0,'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.',12,0,100,66,0,0,32393,0,'Brann Bronzebeard'),
|
|
(31814,0,0,'Welcome, Brann Bronzebeard. I am all that remains of this temple\'s guardian.',12,0,100,0,0,0,32386,0,'A Distant Voice'),
|
|
(31814,1,0,'You have proven yourself as an explorer and seeker of knowledge.',12,0,100,0,0,0,32387,0,'A Distant Voice'),
|
|
(31814,2,0,'You have been a steadfast ally to the Earthen.',12,0,100,0,0,0,32388,0,'A Distant Voice'),
|
|
(31814,3,0,'You and your companion have proven yourselves in combat and in the pursuit of the keystone.',12,0,100,0,0,0,32389,0,'A Distant Voice'),
|
|
(31814,4,0,'Your motives are pure. The keystone\'s parts shall be reunited. Go to Ulduar and learn the answers to your questions, Brann Bronzebeard.',12,0,100,0,0,0,32390,0,'A Distant Voice'),
|
|
(31833,0,0,'Ambush!',14,0,100,0,0,0,32400,0,'Korkron Squad Leader'),
|
|
(31833,0,1,'Group up!',14,0,100,0,0,0,32403,0,'Korkron Squad Leader'),
|
|
(31833,0,2,'Incoming!',14,0,100,0,0,0,32397,0,'Korkron Squad Leader'),
|
|
(31833,0,3,'On your feet, boys!',14,0,100,0,0,0,32399,0,'Korkron Squad Leader'),
|
|
(31833,0,4,'Vrykul attack!',14,0,100,0,0,0,32404,0,'Korkron Squad Leader'),
|
|
(31833,1,0,'You\'ve got some fight in you! Blood and honor, friend!',12,0,100,0,0,0,32412,0,'Korkron Squad Leader'),
|
|
(31844,0,0,'YAAAAAAAARGGGGHHHHH!!!!',14,0,100,0,0,0,32437,0,'Blight Aberration'),
|
|
(31882,0,0,'I\'ll kill one just for you.',12,0,100,0,0,0,32532,0,'Kor\'kron Infiltrator'),
|
|
(31882,0,1,'Dropping. Good luck, boys!',12,0,100,0,0,0,32526,0,'Kor\'kron Infiltrator'),
|
|
(31882,0,2,'Thanks for the cover!',12,0,100,0,0,0,32527,0,'Kor\'kron Infiltrator'),
|
|
(31882,0,3,'Destination reached - engaging in scouting mission.',12,0,100,0,0,0,32528,0,'Kor\'kron Infiltrator'),
|
|
(31882,0,4,'Infiltration commencing.',12,0,100,0,0,0,32529,0,'Kor\'kron Infiltrator'),
|
|
(31892,0,0,'%s makes a strange noise that translates as laughter in your mind.',16,0,100,0,0,0,32533,0,'Darkspeaker R\'khem'),
|
|
(32149,0,0,'It was awful... I dreamt I was fighting against my friends.',12,0,100,1,0,0,35293,0,'Fallen Hero\'s Spirit'),
|
|
(32149,0,1,'I\'m so tired. Just let me rest for a moment.',12,0,100,1,0,0,35295,0,'Fallen Hero\'s Spirit'),
|
|
(32149,0,2,'I can\'t hear the screams anymore. Is this the end?',12,0,100,1,0,0,35294,0,'Fallen Hero\'s Spirit'),
|
|
(32149,0,3,'At last... now I can rest.',12,0,100,1,0,0,35291,0,'Fallen Hero\'s Spirit'),
|
|
(32149,0,4,'My nightmare, is it finally over?',12,0,100,1,0,0,35292,0,'Fallen Hero\'s Spirit'),
|
|
(32162,0,0,'You think you can wrest this rampart from my control?',12,0,100,1,0,0,32546,0,'Grimkor the Wicked'),
|
|
(32162,1,0,'I think not. When I\'ve finished beating the arrogance out of you, I\'ll impale your corpse on the spikes as an example to any other \'heroes\'!',12,0,100,1,0,0,32547,0,'Grimkor the Wicked'),
|
|
(32169,0,0,'Reinforcements are needed on the Wintergrasp battlefield! I have opened a portal for quick travel to the battle at The Silver Enclave.',14,0,100,0,0,0,32838,2,'Arcanist Braedin'),
|
|
(32170,0,0,'The battle for control of Wintergrasp will begin in 5 minutes! Prepare yourselves for battle!',14,0,100,0,0,0,0,2,'Magister Surdiel'),
|
|
(32184,0,0,'Uninvited guests! Did you think you\'d go unnoticed inside my dominion?',12,0,100,1,0,0,32582,0,'The Lich King'),
|
|
(32184,1,0,'I must confess... you were not altogether unexpected. I hope you find your final resting place... to your liking.',12,0,100,1,0,0,32585,0,'The Lich King'),
|
|
(32184,2,0,'Last time we met, you had the advantage of fighting on holy ground. You\'ll find that our situation has been... reversed.',12,0,100,11,0,0,32588,0,'The Lich King'),
|
|
(32184,3,0,'I call your bluff. You\'re a paladin after all. Your obsession with redemption goes beyond the inane.',12,0,100,1,0,0,32593,0,'The Lich King'),
|
|
(32184,4,0,'You surely wouldn\'t destroy humanity\'s only chance to redeem its most wayward son. You\'d sooner die!',12,0,100,1,0,0,32594,0,'The Lich King'),
|
|
(32184,5,0,'Arrrrggggggggggh!!!!',14,0,100,34,0,0,32694,0,'The Lich King'),
|
|
(32184,6,0,'You... will pay for that, old man. Slay them all!',14,0,100,0,0,0,32698,0,'The Lich King'),
|
|
(32204,0,0,'An elite Blue Dragonflight squad appears from the portal!',41,0,100,0,0,0,32994,3,'Lieutenant Sinclari - Blue Dragonflight squad'),
|
|
(32204,1,0,'A Portal Guardian defends the new portal!',41,0,100,0,0,0,32995,3,'Lieutenant Sinclari - Portal Guardian'),
|
|
(32204,2,0,'A Portal Keeper emerges from the portal!',41,0,100,0,0,0,32996,3,'Lieutenant Sinclari - Portal Keeper'),
|
|
(32204,3,0,'Adventurers, the door is beginning to weaken!',14,0,100,0,0,0,32557,3,'Lieutenant Sinclari - Door weaken'),
|
|
(32204,4,0,'Only half of the door seal\'s strength remains! You must fight on!',14,0,100,0,0,0,32558,3,'Lieutenant Sinclari - Half Door Seal reains'),
|
|
(32204,5,0,'The door seal is about to collapse! All is lost if the Blue Dragonflight breaks through the door!',14,0,100,0,0,0,32559,3,'Lieutenant Sinclari - Door Seal broken'),
|
|
(32222,0,0,'I\'ll kill one just for you.',12,0,100,0,0,0,32532,0,'Skybreaker Infiltrator'),
|
|
(32222,0,1,'Dropping. Good luck, boys!',12,0,100,0,0,0,32526,0,'Skybreaker Infiltrator'),
|
|
(32222,0,2,'Thanks for the cover!',12,0,100,0,0,0,32527,0,'Skybreaker Infiltrator'),
|
|
(32222,0,3,'Destination reached - engaging in scouting mission.',12,0,100,0,0,0,32528,0,'Skybreaker Infiltrator'),
|
|
(32222,0,4,'Infiltration commencing.',12,0,100,0,0,0,32529,0,'Skybreaker Infiltrator'),
|
|
(32236,0,0,'I feel funny all of a sudden. Er?!',12,0,100,0,0,0,32632,0,'Dark Subjugator'),
|
|
(32236,0,1,'Okay, who\'s the joker that threw an orb at me?',12,0,100,0,0,0,32633,0,'Dark Subjugator'),
|
|
(32236,0,2,'What?!',12,0,100,0,0,0,32630,0,'Dark Subjugator'),
|
|
(32236,0,3,'I feel funny all of a sudden. Er?!',12,0,100,0,0,0,0,0,'Dark Subjugator female'),
|
|
(32236,1,0,'It was an accident. I was framed. Don\'t drop me!',12,0,100,0,0,0,32637,0,'Dark Subjugator'),
|
|
(32236,1,1,'You\'ve got it all wrong. I\'m a subjugator!',12,0,100,0,0,0,32636,0,'Dark Subjugator'),
|
|
(32236,1,2,'NOOOOOO!',12,0,100,0,0,0,32634,0,'Dark Subjugator'),
|
|
(32236,2,0,'It was an accident. I was framed. Don\'t drop me!',12,0,100,0,0,0,32637,0,'Dark Subjugator female'),
|
|
(32236,2,1,'You\'ve got it all wrong. I\'m a subjugator!',12,0,100,0,0,0,32636,0,'Dark Subjugator female'),
|
|
(32239,0,0,'It is time. May the Light give us strength.',12,0,100,0,0,0,32578,0,'Highlord Tirion Fordring'),
|
|
(32239,1,0,'Keep your heads down and follow my lead.',12,0,100,0,0,0,32616,0,'Highlord Tirion Fordring'),
|
|
(32239,2,0,'Here it comes. Stand ready.',12,0,100,0,0,0,32619,0,'Highlord Tirion Fordring'),
|
|
(32239,3,0,'Something\'s wrong... I sense a dark presence.',12,0,100,0,0,0,32620,0,'Highlord Tirion Fordring'),
|
|
(32239,4,0,'The Lich King is here. May the Light guide our blades.',12,0,100,0,0,0,32621,0,'Highlord Tirion Fordring'),
|
|
(32239,5,0,'You sound a little too confident. Especially considering the way our last encounter ended.',12,0,100,25,0,0,32592,0,'Highlord Tirion Fordring'),
|
|
(32239,6,0,'That might be, but I don\'t need to stand on holy ground to run that disembodied heart of yours with the Ashbringer.',12,0,100,1,0,0,32589,0,'Highlord Tirion Fordring'),
|
|
(32239,7,0,'The heart... the last remaining vestige of your humanity. I had to stop it from being destroyed. I had to see for myself. And at last I\'m sure...',12,0,100,1,0,0,32590,0,'Highlord Tirion Fordring'),
|
|
(32239,8,0,'Only shadows from the past remain. There\'s nothing left to redeem!',12,0,100,0,0,0,32595,0,'Highlord Tirion Fordring'),
|
|
(32241,0,0,'Tirion\'s down! Defend him with your lives!',14,0,100,0,0,0,32687,0,'Disguised Crusader'),
|
|
(32273,0,0,'How dare you interfere with our work!',14,0,100,0,0,0,32639,0,'Infinite Corruptor - SAY_AGGRO'),
|
|
(32273,1,0,'My time... has run out...',14,0,100,0,0,0,32642,0,'Infinite Corruptor - SAY_DEATH'),
|
|
(32273,2,0,'The process is finally complete! My work here is done.',14,0,100,0,0,0,32666,0,'Infinite Corruptor - SAY_FAIL'),
|
|
(32277,0,0,'YOU HAVE FAILED ME, VARIMATHRAS!',14,0,0,0,0,16180,32618,0,'Distant Voice - Battle for Undercity (Horde)'),
|
|
(32277,5,0,'YOU HAVE FAILED ME, VARIMATHRAS!',14,0,100,0,0,0,32618,0,'A distant voice'),
|
|
(32281,0,0,'You have my thanks for saving my existence in this timeline. Now I must report back to my superiors. They must know immediately of what I just experienced.',12,0,100,0,0,0,32645,0,'culling SAY_THANKS'),
|
|
(32295,0,0,'I did what I had to, brother. You gave me no alternative.',14,0,100,0,4000,14406,32626,0,'Alexstrasza - Yell text 1'),
|
|
(32295,1,0,'And so ends the Nexus War. ',14,0,100,0,4000,14407,32627,0,'Alexstrasza - Yell text 2'),
|
|
(32295,2,0,'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.',14,0,100,0,24000,14408,32628,0,'Alexstrasza - Yell text 3'),
|
|
(32295,3,0,'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.',14,0,100,0,22000,14409,32629,0,'Alexstrasza - Yell text 4'),
|
|
(32310,0,0,'I hope you fellows don\'t mind if we crash this party. I brought some old friends with me!',14,0,100,0,0,0,0,0,'Thassarian'),
|
|
(32310,1,0,'Looks like whatever Tirion did put some hurt on the Lich King. It\'s too bad we cant\' finish him off...',12,0,100,0,0,0,0,0,'Thassarian'),
|
|
(32311,0,0,'Take courage, crusaders. You do not fight alone!',14,0,100,0,0,0,32708,0,'Koltira Deathweaver'),
|
|
(32311,1,0,'The Lich King is badly hurt. We ought to stay behind and finish him.',12,0,100,0,0,0,32725,0,'Koltira Deathweaver'),
|
|
(32312,0,0,'Quick, through the portal! He won\'t stay down for long.',12,0,100,0,0,0,32707,0,'Highlord Darion Mograine'),
|
|
(32312,1,0,'Patience... we will get our chance soon enough. Be content that for once, it is Tirion who is in our debt.',12,0,100,0,0,0,32726,0,'Highlord Darion Mograine'),
|
|
(32315,0,0,'I know what he would do.',12,0,0,0,0,16286,32731,0,'High Overlord Saurfang - Battle for Undercity (Horde)'),
|
|
(32315,1,0,'He would say to you: Thrall. Lead your people.',12,0,0,0,0,16287,32732,0,'High Overlord Saurfang - Battle for Undercity (Horde)'),
|
|
(32315,2,0,'Let\'s go home, old friend.',12,0,0,0,0,16288,32733,0,'High Overlord Saurfang - Battle for Undercity (Horde)'),
|
|
(32315,15,0,'The paladin still lives? Is it possible, Highlord? Could he have survived?',12,0,0,6,0,17107,37051,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_1'),
|
|
(32315,16,0,'Then we must save him! If we rescue Bolvar Fordragon, we may quell the unrest between the Alliance and the Horde.',12,0,0,5,0,17108,37053,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_2'),
|
|
(32315,17,0,'Our mission is now clear: The Lich King will answer for his crimes and we will save Highlord Bolvar Fordragon!',12,0,0,15,0,17109,37054,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_3'),
|
|
(32315,18,0,'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!',14,0,0,22,0,17110,37055,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_4'),
|
|
(32331,1,0,'Whoa! You\'re me, but from the future! Hey, my equipment got an upgrade! Cool!',15,0,100,396,0,0,32764,0,'Past You'),
|
|
(32331,2,0,'Here come the Infinites! I\'ve got to keep the hourglass safe. Can you help?',15,0,100,396,0,0,32769,0,'Past You'),
|
|
(32331,3,0,'This equipment looks cool and all, but couldn\'t we have done a little better? Are you even raiding?',15,0,100,396,0,0,32770,0,'Past You'),
|
|
(32331,4,0,'So, how does it all turn out in Icecrown?',15,0,100,396,0,0,32771,0,'Past You'),
|
|
(32331,5,0,'It might help if you could tell me how many of these guys we\'re going to fight. You can remember that, right, grandpa?',15,0,100,396,0,0,32775,0,'Past You'),
|
|
(32331,6,0,'Chromie said that if I don\'t do this just right, I might wink out of existence. If I go, then you go!',15,0,100,396,0,0,32772,0,'Past You'),
|
|
(32331,7,0,'I just want you to know that if we get through this alive, I\'m making sure that we turn out better than you. No offense.',15,0,100,396,0,0,32776,0,'Past You'),
|
|
(32331,8,0,'Looks like I\'m an underachiever.',15,0,100,396,0,0,32773,0,'Past You'),
|
|
(32331,9,0,'Wait a minute! If you\'re here, then that means that in the not-so-distant future I\'m going to be you helping me? Are we stuck in a time loop?!',15,0,100,396,0,0,32777,0,'Past You'),
|
|
(32331,10,0,'I think I\'m going to turn to drinking after this.',15,0,100,396,0,0,32774,0,'Past You'),
|
|
(32331,11,0,'What the heck? Nozdormu is up there!',15,0,100,396,0,0,32781,0,'Past You'),
|
|
(32331,12,0,'I feel like I\'m being pulled away through time. Thanks for the help....',15,0,100,396,0,0,32782,0,'Past You'),
|
|
(32346,0,0,'Do not do anything that would incite the Horde, $N. The Warchief has agreed to see us on good faith.',12,0,100,0,0,16124,32799,0,'Jaina Proudmoore, stormwind'),
|
|
(32346,1,0,'Let\'s go.',12,0,100,0,0,16125,12393,0,'Jaina Proudmoore, stormwind'),
|
|
(32363,0,0,'Kor\'kron, stand down!',12,0,100,5,0,16222,32286,0,'Thrall - Phased Orgrimmar (Alliance)'),
|
|
(32363,1,0,'Jaina...',12,0,100,1,0,16223,32287,0,'Thrall - Phased Orgrimmar (Alliance)'),
|
|
(32363,2,0,'Jaina, what happened at the Wrathgate. It was a betrayal from within...',12,0,100,1,0,16224,32289,0,'Thrall - Phased Orgrimmar (Alliance)'),
|
|
(32363,3,0,'The Horde has lost the Undercity.',12,0,100,1,0,16225,32292,0,'Thrall - Phased Orgrimmar (Alliance)'),
|
|
(32363,4,0,'We now prepare to lay siege to the city and bring the perpetrators of this unforgivable crime to justice.',12,0,100,1,0,16226,32293,0,'Thrall - Phased Orgrimmar (Alliance)'),
|
|
(32363,5,0,'If we are forced into a conflict, the Lich King will destroy our divided forces in Northrend.',12,0,100,1,0,16227,32294,0,'Thrall - Phased Orgrimmar (Alliance)'),
|
|
(32363,6,0,'We will make this right, Jaina. Tell your king all that you have learned here.',12,0,100,1,0,16228,32295,0,'Thrall - Phased Orgrimmar (Alliance)'),
|
|
(32363,7,0,'Kor\'kron, prepare transport to the Undercity.',12,0,100,1,0,16229,32300,0,'Thrall - Phased Orgrimmar (Alliance)'),
|
|
(32364,0,0,'Thrall, what has happened? The King is preparing for war...',12,0,100,1,0,16129,32288,0,'Jaina Proudmoore, Phased orgrimmar'),
|
|
(32364,1,0,'I will deliver this information to King Wrynn, Thrall, but...',12,0,100,1,0,16130,32296,0,'Jaina Proudmoore, Phased orgrimmar'),
|
|
(32364,2,0,'Bolvar was like a brother to him. In the King\'s absence, Bolvar kept the Alliance united. He found strength for our people in our darkest hours. He watched over Anduin, raising him as his own.',12,0,100,1,0,16131,32297,0,'Jaina Proudmoore, Phased orgrimmar'),
|
|
(32364,3,0,'I fear that the rage will consume him, Thrall. I remain hopeful that reason will prevail, but we must prepare for the worst... for war.',12,0,100,1,0,16132,32298,0,'Jaina Proudmoore, Phased orgrimmar'),
|
|
(32364,4,0,'Farewell, Warchief. I pray that the next time we meet it will be as allies.',12,0,100,16,0,16133,32299,0,'Jaina Proudmoore, Phased orgrimmar'),
|
|
(32365,0,0,'%s begins to dance.',16,0,0,1,0,0,1480,0,'Sylvanas - Battle for Undercity (Horde)'),
|
|
(32365,1,0,'The shaft is trapped, Warchief. A fall would mean certain death.',12,0,0,1,0,16300,32462,0,'Sylvanas - Battle for Undercity (Horde)'),
|
|
(32365,2,0,'What have they done to my beautiful city!',12,0,0,1,0,16301,32489,0,'Sylvanas - Battle for Undercity (Horde)'),
|
|
(32365,3,0,'The only redemption for the traitors responsible for this will be an agonizing death. My vengeance will be swift and without mercy!',12,0,0,1,0,16302,32495,0,'Sylvanas - Battle for Undercity (Horde)'),
|
|
(32365,4,0,'Very well, Warchief. The Royal Quarter is this way. Stay on guard. There\'s no telling what Varimathras and Putress have in store for us.',12,0,0,1,0,16303,32497,0,'Sylvanas - Battle for Undercity (Horde)'),
|
|
(32365,5,0,'HOLD! I sense dark magic. Demon magic... Stand ready!',12,0,0,1,0,16304,32520,0,'Sylvanas - Battle for Undercity (Horde)'),
|
|
(32365,6,0,'The Royal Quarter is just up ahead, Warchief.',12,0,0,1,0,16305,32567,0,'Sylvanas - Battle for Undercity (Horde)'),
|
|
(32365,7,0,'Such will be the fate of all enemies of the Horde, Warchief. Now we must deal with the wretch, Putress.',12,0,0,1,0,16306,32647,0,'Sylvanas - Battle for Undercity (Horde)'),
|
|
(32401,0,0,'Heroes of the Alliance, your King calls! Gather behind me at the entrance to the sewers of the Undercity!',14,0,0,1,0,16103,32843,0,'Wrynn - Battle for Undercity'),
|
|
(32401,1,0,'Hidden inside this defiled city is the wretch responsible for murdering our brothers and sisters at the Wrathgate! He must be brought to justice!',14,0,0,1,0,16104,32979,0,'Wrynn - battle for Undercity'),
|
|
(32401,2,0,'Soon we will march upon this cursed place and cleanse it of its evil!',14,0,0,1,0,16102,32844,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,3,0,'The hour of redemption is close at hand! Prepare yourselves!',14,0,0,1,0,16101,32847,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,4,0,'The march upon the Undercity begins now! Be empowered by your King\'s strength! Follow me, heroes! FOR THE GLORY OF THE ALLIANCE!',14,0,0,1,0,16100,32849,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,5,0,'Onward, brothers and sisters! Destiny awaits!',14,0,0,1,0,16079,32856,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,6,0,'Our descent into the depths of depravity begins! Be on guard! Jaina, lend us your strength!',12,0,0,1,0,16080,32858,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,7,0,'What is this?! Stand your ground! Do not give them an inch!',12,0,0,1,0,16081,36090,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,8,0,'Soldiers, fall in! Guard the halls!',14,0,0,1,0,16082,32938,0,'Wrynn - Battle for Undercity'),
|
|
(32401,9,0,'Your aberrations are no match for the Alliance, Putress! We\'re coming for you!',14,0,0,1,0,16083,32937,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,10,0,'Horde. By the looks of the struggle, they are here in force - somewhere.',12,0,0,1,0,16084,32940,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,11,0,'Stay alert and on guard. There\'s no telling what horrors await us.',12,0,0,1,0,16085,32941,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,12,0,'ONWARD!',12,0,0,1,0,16086,12821,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,13,0,'The main chamber is this way! Let\'s go!',12,0,0,1,0,16087,32945,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,14,0,'THERE!',12,0,0,1,0,16088,24654,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,15,0,'There\'s nowhere to run, monster!',14,0,0,1,0,16089,32947,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,16,0,'And justice is served!',14,0,0,1,0,16090,32961,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,17,0,'What say you now, Putress?',12,0,0,1,0,16091,32962,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,18,0,'Look around you, brothers and sisters. Open your eyes! Look at what they have done to our kingdom!',12,0,0,1,0,16092,32963,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,19,0,'How much longer will we allow these savages free reign in our world?',12,0,0,1,0,16093,32964,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,20,0,'I have seen the Horde\'s world. I have been inside their cities. Inside their minds...',12,0,0,1,0,16094,32965,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,21,0,'I know what evil lies in the hearts of orcs.',12,0,0,1,0,16095,32966,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,22,0,'THRALL! HERE?',12,0,0,1,0,16096,32968,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,23,0,'ONWARD! We end this now!',12,0,0,1,0,16097,32969,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,24,0,'The orcs have a battle cry: LOK\'TAR OGAR! It means \"victory or death.\" Fitting...',12,0,0,1,0,16098,32970,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,25,0,'To the throne room!',12,0,0,1,0,16099,32971,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,26,0,'I was away for too long. My absence cost us the lives of some of our greatest heroes. Trash like you and this evil witch were allowed to roam free -- unchecked.',12,0,0,1,0,16073,32691,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,27,0,'The time has come to make things right. To disband your treacherous kingdom of murderers and thieves. Putress was the first strike. Many more will come.',12,0,0,1,0,16074,32693,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,28,0,'I\'ve waited a long time for this, Thrall. For every time I was thrown into one of your damned arenas... for every time I killed a green-skinned aberration like you... I could only think of one thing.',12,0,0,1,0,16075,32697,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,29,0,'What our world could be without you and your twisted Horde... It ends now, Warchief.',12,0,0,1,0,16076,32699,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32401,30,0,'ATTACK! FOR STORMWIND! FOR BOLVAR! FOR THE ALLIANCE!',12,0,0,1,0,16077,32700,0,'Wrynn - Battle for Undercity (Alliance)'),
|
|
(32402,0,0,'Right away, your majesty!',12,0,0,1,0,16126,32865,0,'Jaina - Battle for Undercity (Alliance)'),
|
|
(32402,1,0,'What\'s happened here? There are corpses everywhere... the stench... overwhelming...',12,0,0,1,0,16127,32939,0,'Jaina - Battle for Undercity (Alliance)'),
|
|
(32402,2,0,'Varian, stop! I won\'t help you do this!',12,0,0,1,0,16128,32972,0,'Jaina - Battle for Undercity (Alliance)'),
|
|
(32402,3,0,'VARIAN, NO! STOP!',14,0,0,1,0,16122,32709,0,'Jaina - Battle for Undercity (Alliance)'),
|
|
(32402,4,0,'It did not have to be like this...',12,0,0,1,0,16123,32711,0,'Jaina - Battle for Undercity (Alliance)'),
|
|
(32414,0,0,'You\'ve come to address the men, sir?',12,0,100,66,0,0,32823,0,'Lordaeron Captain'),
|
|
(32442,0,0,'The plague cauldron begins to boil vigorously!',41,0,100,0,0,0,32477,0,'Plague Cauldron Target 02'),
|
|
(32443,0,0,'Rise, Sindragosa! Rise and lead the Frostbrood into war!',12,0,100,16,0,0,32874,0,'Lich King'),
|
|
(32445,0,0,'Something emerges from the cauldron!',41,0,100,0,0,0,32479,0,'Player Bunny'),
|
|
(32445,1,0,'The cauldron continues to boil...',41,0,100,0,0,0,32483,0,'Player Bunny'),
|
|
(32445,2,0,'Plague batch neutralized!',41,0,100,0,0,0,32488,0,'Player Bunny'),
|
|
(32451,0,0,'She said to meet her right here... maybe I\'m in the wrong place?',12,0,100,1,0,0,33069,0,'Dalaran Citizen'),
|
|
(32451,0,1,'Luckily, the Lich King\'s grasp has not reached Dalaran yet.',12,0,100,1,0,0,33068,0,'Dalaran Citizen'),
|
|
(32451,0,2,'Sometimes it\'s nice to get away from the sanctum and get some fresh air.',12,0,100,1,0,0,33067,0,'Dalaran Citizen'),
|
|
(32511,0,0,'No hope for you!',11,0,100,0,0,0,32545,0,'Khanok'),
|
|
(32518,0,0,'WE ARE VICTORIOUS!',12,1,0,1,0,16212,32643,0,'Thrall - Battle for Undercity (Alliance)'),
|
|
(32518,1,0,'The Undercity belongs to the Horde once more! LOK\'TAR!',12,1,0,1,0,16214,32644,0,'Thrall - Battle for Undercity (Alliance)'),
|
|
(32518,2,0,'HEROES OF THE HORDE, YOUR WARCHIEF CALLS!',14,0,0,1,0,16187,32339,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,3,0,'Gather behind me at the gates of the Undercity! Soon we march upon our fallen city and reclaim it - FOR THE HORDE!',14,0,0,1,0,16188,32361,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,4,0,'Blood and thunder, champions of the Horde! We fight on this day for our fallen brothers and sisters! Mourn them not for they all died with honor in their hearts!',14,0,0,1,0,16189,32340,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,5,0,'Though we face great conflict, our might combined shall obliterate those who would oppose us! The grave injustices committed against the Horde will be met by an unstoppable force of reckoning!',14,0,0,1,0,16190,32341,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,6,0,'I call to you great spirits! Grant the Horde your blessing! For on this day our cause is righteous and just!',14,0,0,1,0,16191,32342,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,7,0,'Spirits of wind, carry to Saurfang the Younger the song of war! May ALL of our fallen brethren be vindicated by this battle!',14,0,0,1,0,16192,32362,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,8,0,'The battle for the Undercity begins now! Sound the horns of war! Champions of the Horde, be empowered by the might of your Warchief!',14,0,0,1,0,16193,32363,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,9,0,'ONWARD!',14,0,0,1,0,16195,32366,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,10,0,'Great wind brother, clear our path!',14,0,0,1,0,16196,32367,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,11,0,'You must answer to the elements, demon!',14,0,0,1,0,16197,32368,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,12,0,'Great water spirit, wash away this corruption!',12,0,0,1,0,16194,32369,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,13,0,'ATTACK!!!!',14,0,0,1,0,16198,32396,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,14,0,'The courtyard is ours! Onward to the inner sanctum!',14,0,0,1,0,16199,32460,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,15,0,'HOLD! They\'ve destroyed the elevator!',12,0,0,1,0,16200,32461,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,16,0,'Great air spirit, hear my call once more!',12,0,0,1,0,16201,32490,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,17,0,'The spirits of air have heard my call. Cyclones will lower us to safety. Now we jump!',12,0,0,1,0,16202,32491,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,18,0,'We have breached the inner sanctum, heroes! We press on!',14,0,0,1,0,16203,32494,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,19,0,'Lead the way, Dark Lady. We will follow.',12,0,0,1,0,16204,32496,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,20,0,'Is that all, demon? Have you nothing left to throw at us?',14,0,0,1,0,16205,32553,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,21,0,'We come for you! Prepare yourself!',14,0,0,1,0,16206,32564,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,22,0,'COWARD! You think to stop the Warchief of the Horde with pebbles? I will show you the true power of the elements!',14,0,0,1,0,16207,32565,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,23,0,'Great spirits of the earth, help us in our hour of need!',14,0,0,1,0,16208,32575,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,24,0,'LET\'S GO! QUICKLY!',14,0,0,1,0,16210,32583,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,25,0,'What is this?',14,0,0,1,0,16211,13820,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,26,0,'WE ARE VICTORIOUS!',14,0,0,1,0,16212,32643,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,27,0,'The Undercity belongs to the Horde once more! LOK\'TAR!',14,0,0,1,0,16214,32644,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,28,0,'Dark Lady, join me! You have fought hard and spilled much blood for this right. The Royal Quarter belongs to you!',12,0,0,1,0,16215,32646,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,29,0,'We shall, Sylvanas...',12,0,0,1,0,16216,32648,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,30,0,'Alliance horns? Stay on guard!',12,0,0,1,0,16217,32649,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,31,0,'It ends like it began...',12,0,0,1,0,16218,32728,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,32,0,'All that we have fought for in this world is lost. The hopes and dreams carried by my father and mother... by Doomhammer... Gone...',12,0,0,1,0,16219,32729,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,33,0,'If only you were here right now, old friend. You would know what to do.',12,0,0,1,0,16220,32730,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,34,0,'%s nods.',16,0,0,1,0,0,3065,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32518,35,0,'It\'s good to have you back, Varok, old friend. I\'m sorry about your boy.',12,0,0,1,0,16221,32735,0,'Thrall - Battle for Undercity (Horde)'),
|
|
(32573,0,0,'%s cries out and writhes in agony before passing out.',16,0,100,15,0,0,23534,0,'Valgarde Captive to Dragonflayer Rune-Seer'),
|
|
(32576,0,0,'The Helmsman comes for you!',14,0,100,0,0,0,24734,0,'Orabus the Helmsman'),
|
|
(32576,1,0,'Now you face Orabus, fool!',14,0,100,0,0,0,24845,0,'Orabus the Helmsman'),
|
|
(32576,1,1,'Crewman, show this ant the might of the Kvaldir!',14,0,100,0,0,0,24841,0,'Orabus the Helmsman'),
|
|
(32576,1,2,'Crewman, tear this land walker apart!',14,0,100,0,0,0,24842,0,'Orabus the Helmsman'),
|
|
(32576,2,0,'Now you face Orabus, fool!',14,0,100,0,0,0,24845,0,'Orabus the Helmsman'),
|
|
(32577,0,0,'Aye, captain!',14,0,100,0,0,0,24843,0,'Kvaldir Crewman'),
|
|
(32578,0,0,'Aye, captain!',14,0,100,0,0,0,24843,0,'Kvaldir Crewman'),
|
|
(32579,0,0,'Aye, captain!',14,0,100,0,0,0,24843,0,'Kvaldir Crewman'),
|
|
(32580,0,0,'Aye, captain!',14,0,100,0,0,0,24843,0,'Kvaldir Crewman'),
|
|
(32588,0,0,'Prepare to die!',12,0,100,0,0,0,39063,0,'Illidan Stormrage'),
|
|
(32638,0,0,'Hakmud cannot work under these conditions! Goodbye!',12,0,100,0,0,0,33017,0,'Hakmud of Argus <Traveling Trader>'),
|
|
(32638,0,1,'I thought we were friend, buddy! You leave Hakmud stranded?',12,0,100,0,0,0,33018,0,'Hakmud of Argus <Traveling Trader>'),
|
|
(32638,0,2,'Thanks, buddy! Thanks for nothing!',12,0,100,0,0,0,33014,0,'Hakmud of Argus <Traveling Trader>'),
|
|
(32638,0,3,'What is Hakmud supposed to do now, buddy?',12,0,100,0,0,0,33016,0,'Hakmud of Argus <Traveling Trader>'),
|
|
(32638,0,4,'Why do you treat Hakmud like this, buddy?',12,0,100,0,0,0,33015,0,'Hakmud of Argus <Traveling Trader>'),
|
|
(32639,0,0,'Goodbye! You were Gnimo\'s best friend ever!',12,0,100,0,0,0,33020,0,'Gnimo <Adventurous Tinker>'),
|
|
(32639,0,1,'Nobody loves Gnimo...',12,0,100,0,0,0,33019,0,'Gnimo <Adventurous Tinker>'),
|
|
(32639,0,2,'Time for Gnimo to shut down.',12,0,100,0,0,0,33021,0,'Gnimo <Adventurous Tinker>'),
|
|
(32641,0,0,'Our friendship is OVER!',12,0,100,6,0,0,33025,0,'Drix Blackwrench'),
|
|
(32641,0,1,'Hey, yea, I\'ve always wanted to be stranded somewhere.',12,0,100,0,0,0,33024,0,'Drix Blackwrench'),
|
|
(32641,0,2,'Oh, I see how it is... You\'re gonna do me like that, eh?',12,0,100,0,0,0,33023,0,'Drix Blackwrench'),
|
|
(32641,0,3,'You\'re just gonna leave me here? How am I supposed to get home?',12,0,100,0,0,0,33026,0,'Drix Blackwrench'),
|
|
(32642,0,0,'Really, mon? Just like dat you be leavin\' Mojodishu behind?',12,0,100,1,0,0,33027,0,'Mojodishu'),
|
|
(32642,0,1,'Dis bad mojo what you doin\'. Don\'t say Mojodishu didn\'t warn ya!',12,0,100,0,0,0,33028,0,'Mojodishu'),
|
|
(32642,0,2,'Be dat way den!',12,0,100,0,0,0,33029,0,'Mojodishu'),
|
|
(32663,0,0,'You sure we be goin\' da right way, mon?',12,0,10,0,0,0,25662,0,'Budd'),
|
|
(32663,0,1,'Nuttin\' says luvin\' like a little tap on da noggin.',12,0,10,0,0,0,25664,0,'Budd'),
|
|
(32663,0,2,'You be it now, brudda!',12,0,10,0,0,0,25668,0,'Budd'),
|
|
(32663,0,3,'Hee hee hee! Dis gunna be some fun, mon!',12,0,10,0,0,0,25661,0,'Budd'),
|
|
(32663,0,4,'My troll bruddas be in for some real fun today, mon!',12,0,10,0,0,0,25660,0,'Budd'),
|
|
(32663,0,5,'Time to play some troll tag, mon!',12,0,10,0,0,0,25659,0,'Budd'),
|
|
(32663,0,6,'<sniff, sniff> I can smell \'em, mon.',12,0,10,0,0,0,25663,0,'Budd'),
|
|
(32663,0,7,'No, no, mon. Dere be no trolls here....',12,0,10,0,0,0,25669,0,'Budd'),
|
|
(32663,0,8,'Ok, mon. Tell me when we be close to mah troll bruddas.',12,0,10,0,0,0,25670,0,'Budd'),
|
|
(32663,0,9,'Ey, mon! Take me to mah troll bruddas!',12,0,10,0,0,0,25658,0,'Budd'),
|
|
(32687,0,0,'There goes the finest $c I have the honor of knowing.',12,0,100,0,0,0,32866,0,'Linda Ann Kastinglow'),
|
|
(32687,0,1,'$n, you\'re an inspiration.',12,0,100,0,0,0,32867,0,'Linda Ann Kastinglow'),
|
|
(32687,0,2,'A fine example of a $g man:woman;, that $n.',12,0,100,0,0,0,32868,0,'Linda Ann Kastinglow'),
|
|
(32687,0,3,'You couldn\'t ask for a finer person than $n, I say.',12,0,100,0,0,0,32869,0,'Linda Ann Kastinglow'),
|
|
(32687,0,4,'$n, wonderful to see you. Wonderful.',12,0,100,0,0,0,32870,0,'Linda Ann Kastinglow'),
|
|
(32687,0,5,'$n! Ah, fantastic to see you out and about. Busy as always, hm?',12,0,100,0,0,0,32871,0,'Linda Ann Kastinglow'),
|
|
(32692,0,0,'There goes the finest $c I have the honor of knowing.',12,0,100,0,0,0,32866,0,'Arcanist Alec'),
|
|
(32692,0,1,'$n, you\'re an inspiration.',12,0,100,0,0,0,32867,0,'Arcanist Alec'),
|
|
(32692,0,2,'A fine example of a $g man:woman;, that $n.',12,0,100,0,0,0,32868,0,'Arcanist Alec'),
|
|
(32692,0,3,'You couldn\'t ask for a finer person than $n, I say.',12,0,100,0,0,0,32869,0,'Arcanist Alec'),
|
|
(32692,0,4,'$n, wonderful to see you. Wonderful.',12,0,100,0,0,0,32870,0,'Arcanist Alec'),
|
|
(32692,0,5,'$n! Ah, fantastic to see you out and about. Busy as always, hm?',12,0,100,0,0,0,32871,0,'Arcanist Alec'),
|
|
(32706,0,0,'Anar\'alah belore $N!',12,0,100,0,0,0,0,0,''),
|
|
(32711,0,0,'So peaceful...',12,0,100,0,0,0,0,0,'Warp-Huntress Kula'),
|
|
(32714,0,0,'Elune bless you, champion.',12,0,100,0,0,0,0,0,'Dalaran priest'),
|
|
(32718,0,0,'Be well, champion.',12,0,50,0,0,0,0,0,'Dalaran shamy'),
|
|
(32719,0,0,'How you be doin\' it, mon!',12,0,50,0,0,0,0,0,'Dalaran Troll'),
|
|
(32720,0,0,'Good to see you, champion.',12,0,50,0,0,0,0,0,'Dalaran mage'),
|
|
(32736,0,0,'The view up here is amazing!',12,0,0,5,0,0,33031,0,'Scribe Whitman'),
|
|
(32736,0,1,'Too bad I left my light feathers at home... Slow Fall would work perfect here!',12,0,0,1,0,0,33032,0,'Scribe Whitman'),
|
|
(32739,0,0,'The view up here is amazing!',12,0,0,5,0,0,33031,0,'Baroness Zildjia'),
|
|
(32739,0,1,'Too bad I left my light feathers at home... Slow Fall would work perfect here!',12,0,0,1,0,0,33032,0,'Baroness Zildjia'),
|
|
(32741,0,0,'The view up here is amazing!',12,0,0,5,0,0,33031,0,'Conjurer Weinhaus'),
|
|
(32741,0,1,'Too bad I left my light feathers at home... Slow Fall would work perfect here!',12,0,0,1,0,0,33032,0,'Conjurer Weinhaus'),
|
|
(32743,0,0,'',15,0,100,0,0,0,0,0,''),
|
|
(32751,0,0,'...',12,0,0,0,0,0,11044,0,''),
|
|
(32800,1,0,'The Light\'s blessing be upon you for aiding me in my time of need, $N.',12,0,100,0,0,0,31941,0,'Father Kamaros to Player'),
|
|
(32800,2,0,'I\'ve had my fill of this place. Let us depart.',12,0,100,1,0,0,31942,0,'Father Kamaros to Player'),
|
|
(32800,3,0,'You must tell my brothers that I live.',12,0,100,1,0,0,31944,0,'Father Kamaros to Player'),
|
|
(32800,4,0,'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.',12,0,100,2,0,0,31943,0,'Father Kamaros to Player'),
|
|
(32818,0,0,'%s senses his destiny!',16,0,100,0,0,0,33129,0,'Plump Turkey'),
|
|
(32820,0,0,'Turkey Hunter!',42,0,100,0,0,0,33163,0,'Wild Turkey'),
|
|
(32820,1,0,'Turkey Domination!',42,0,100,0,0,0,33164,0,'Wild Turkey'),
|
|
(32820,2,0,'Turkey Slaughter!',42,0,100,0,0,0,33165,0,'Wild Turkey'),
|
|
(32820,3,0,'TURKEY TRIUMPH!',42,0,100,0,0,0,33167,0,'Wild Turkey'),
|
|
(32838,0,0,'Don\'t you hate it when you get punked by a GNOME?!',12,0,100,0,0,0,0,0,'Manabonk'),
|
|
(32845,0,0,'You will suffer for this trespass!',14,0,100,0,0,15552,34336,0,'Hodir SAY_AGGRO'),
|
|
(32845,1,0,'Tragic. To come so far, only to fail.',14,0,100,0,0,15553,34337,0,'Hodir SAY_SLAY_1'),
|
|
(32845,1,1,'Welcome to the endless winter.',14,0,100,0,0,15554,34338,0,'Hodir SAY_SLAY_2'),
|
|
(32845,2,0,'Winds of the north consume you!',14,0,100,0,0,15555,34339,0,'Hodir SAY_FLASH_FREEZE'),
|
|
(32845,3,0,'%s roars furiously.',16,0,100,0,0,15556,11298,0,'Hodir SAY_STALACTITE'),
|
|
(32845,4,0,'I... I am released from his grasp... at last.',14,0,100,0,0,15557,33484,0,'Hodir SAY_DEATH'),
|
|
(32845,5,0,'ENOUGH! This ends now!',14,0,100,0,0,15558,34340,0,'Hodir SAY_BERSERK'),
|
|
(32845,6,0,'%s shatters the Rare Cache of Hodir!',16,0,100,0,0,0,33323,0,'Hodir SAY_HARD_MODE_MISSED'),
|
|
(32845,7,0,'%s begins to cast Flash Freeze!',41,0,100,0,0,0,33314,0,'Hodir - EMOTE_FREEZE'),
|
|
(32845,8,0,'%s gains Frozen Blows!',41,0,100,0,0,0,33313,0,'Hodir - EMOTE_BLOW'),
|
|
(32857,0,0,'Whether the world\'s greatest gnats or the world\'s greatest heroes, you are still only mortal.',14,0,100,0,0,15684,34314,0,'Brundir - Aggro'),
|
|
(32857,1,0,'A merciful kill!',14,0,100,0,0,15685,34315,0,'Brundir Slay 1'),
|
|
(32857,1,1,'HAH!',14,0,100,0,0,15686,35684,0,'Brundir - Slay 2'),
|
|
(32857,2,0,'Stand still and stare into the light!',14,0,100,0,0,15687,33962,0,'Brundir - Special'),
|
|
(32857,3,0,'Let the storm clouds rise and rain down death from above!',14,0,100,0,0,15688,34317,0,'Brundir - Flight'),
|
|
(32857,4,0,'The power of the storm lives on.',14,0,100,0,0,15689,34318,0,'Brundir - Death'),
|
|
(32857,5,0,'You rush headlong into the maw of madness!',14,0,100,0,0,15690,34319,0,'Brundir - Encounter defeated'),
|
|
(32857,6,0,'This meeting of the Assembly of Iron is adjourned!',14,0,100,0,0,15691,34335,0,'Brundir - Berserk'),
|
|
(32857,7,0,'%s begins to Overload!',41,0,100,0,0,0,34004,0,'Brundir - Overload'),
|
|
(32865,0,0,'Interlopers! You mortals who dare to interfere with my sport will pay... Wait--you...',14,0,100,0,0,15733,33145,0,'Thorim SAY_AGGRO_1'),
|
|
(32865,1,0,'I remember you... In the mountains... But you... what is this? Where am--',14,0,100,0,0,15734,33270,0,'Thorim SAY_AGGRO_2'),
|
|
(32865,2,0,'Behold the power of the storms and despair!',14,0,100,0,0,15735,0,0,'Thorim SAY_SPECIAL_1'),
|
|
(32865,3,0,'Do not hold back! Destroy them!',14,0,100,0,0,15736,34241,0,'Thorim SAY_SPECIAL_2'),
|
|
(32865,4,0,'Have you begun to regret your intrusion?',14,0,100,0,0,15737,0,0,'Thorim SAY_SPECIAL_3'),
|
|
(32865,5,0,'Impertinent whelps, you dare challenge me atop my pedestal? I will crush you myself!',14,0,100,0,0,15738,33148,0,'Thorim SAY_JUMPDOWN'),
|
|
(32865,6,0,'Can\'t you at least put up a fight!?',14,0,100,0,0,15739,34239,0,'Thorim SAY_SLAY_1'),
|
|
(32865,6,1,'Pathetic.',14,0,100,0,0,15740,35768,0,'Thorim SAY_SLAY_2'),
|
|
(32865,7,0,'My patience has reached its limit!',14,0,100,0,0,15741,33365,0,'Thorim SAY_BERSERK'),
|
|
(32865,8,0,'Failures! Weaklings!',14,0,100,0,0,15742,33274,0,'Thorim SAY_WIPE'),
|
|
(32865,9,0,'Stay your arms! I yield!',14,0,100,0,0,15743,33948,0,'Thorim SAY_DEATH'),
|
|
(32865,10,0,'I feel as though I am awakening from a nightmare, but the shadows in this place yet linger.',14,0,100,0,0,15744,33949,0,'Thorim SAY_END_NORMAL_1'),
|
|
(32865,11,0,'Sif... was Sif here? Impossible--she died by my brother\'s hand. A dark nightmare indeed....',14,0,100,0,0,15745,33950,0,'Thorim SAY_END_NORMAL_2'),
|
|
(32865,12,0,'I need time to reflect.... I will aid your cause if you should require it. I owe you at least that much. Farewell.',14,0,100,0,0,15746,33951,0,'Thorim SAY_END_NORMAL_3'),
|
|
(32865,13,0,'You! Fiend! You are not my beloved! Be gone!',14,0,100,0,0,15747,33952,0,'Thorim SAY_END_HARD_1'),
|
|
(32865,14,0,'Behold the hand behind all the evil that has befallen Ulduar, left my kingdom in ruins, corrupted my brother, and slain my wife.',14,0,100,0,0,15748,33953,0,'Thorim SAY_END_HARD_2'),
|
|
(32865,15,0,'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.',14,0,100,0,0,15749,33954,0,'Thorim SAY_END_HARD_3'),
|
|
(32867,0,0,'You will not defeat the Assembly of Iron so easily, invaders!',14,0,100,0,0,15674,34321,0,'Steelbreaker - Aggro'),
|
|
(32867,1,0,'So fragile and weak!',14,0,100,0,0,15675,34322,0,'Steelbreaker - Slay 1'),
|
|
(32867,1,1,'Flesh... such a hindrance.',14,0,100,0,0,15676,34323,0,'Steelbreaker - Slay 2'),
|
|
(32867,2,0,'You seek the secrets of Ulduar? Then take them!',14,0,100,0,0,15677,34324,0,'Steelbreaker - Power'),
|
|
(32867,3,0,'My death only serves to hasten your demise.',14,0,100,0,0,15678,34325,0,'Steelbreaker - Death'),
|
|
(32867,4,0,'Impossible...',14,0,100,0,0,15679,38080,0,'Steelbreaker - Encounter defeated'),
|
|
(32867,5,0,'This meeting of the Assembly of Iron is adjourned!',14,0,100,0,0,15680,34335,0,'Steelbreaker - Berserk'),
|
|
(32871,0,0,'Translocation complete. Commencing planetary analysis of Azeroth.',12,0,0,0,0,15405,34026,3,'Algalon the Observer - SAY_ALGALON_INTRO_1'),
|
|
(32871,1,0,'Stand back, mortals. I\'m not here to fight you.',12,0,0,0,0,15406,34027,3,'Algalon the Observer - SAY_ALGALON_INTRO_2'),
|
|
(32871,2,0,'It is in the universe\'s best interest to re-originate this planet should my analysis find systemic corruption. Do not interfere.',12,0,0,0,0,15407,34028,3,'Algalon the Observer - SAY_ALGALON_INTRO_3'),
|
|
(32871,3,0,'Your actions are illogical. All possible results for this encounter have been calculated. The Pantheon will receive the Observer\'s message regardless of outcome.',14,0,0,0,0,15386,33995,3,'Algalon the Observer - SAY_ALGALON_START_TIMER'),
|
|
(32871,4,0,'See your world through my eyes: A universe so vast as to be immeasurable - incomprehensible even to your greatest minds.',14,0,0,1,0,15390,33998,3,'Algalon the Observer - SAY_ALGALON_AGGRO'),
|
|
(32871,5,0,'The stars come to my aid!',14,0,0,0,0,15392,33245,3,'Algalon the Observer - SAY_ALGALON_COLLAPSING_STAR'),
|
|
(32871,6,0,'%s begins to Summon Collapsing Stars!',41,0,0,0,0,0,33244,3,'Algalon the Observer - EMOTE_ALGALON_COLLAPSING_STAR'),
|
|
(32871,7,0,'Witness the fury of the cosmos!',14,0,0,0,0,15396,33269,3,'Algalon the Observer - SAY_ALGALONG_BIG_BANG'),
|
|
(32871,8,0,'%s begins to cast Big Bang!',41,0,0,0,0,0,34465,3,'Algalon the Observer - EMOTE_ALGALON_BIG_BANG'),
|
|
(32871,9,0,'You are out of time.',14,0,0,0,0,15394,34001,3,'Algalon the Observer - SAY_ALGALON_ASCEND'),
|
|
(32871,10,0,'%s begins to cast Cosmic Smash!',41,0,0,0,0,0,34500,3,'Algalon the Observer - EMOTE_ALGALON_COSMIC_SMASH'),
|
|
(32871,11,0,'Behold the tools of creation!',14,0,0,0,0,15397,33994,3,'Algalon the Observer - SAY_ALGALON_PHASE_TWO'),
|
|
(32871,12,0,'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?',14,0,0,1,0,15393,34000,3,'Algalon the Observer - SAY_ALGALON_OUTRO_1'),
|
|
(32871,13,0,'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.',14,0,0,1,0,15401,34012,3,'Algalon the Observer - SAY_ALGALON_OUTRO_2'),
|
|
(32871,14,0,'I\'ve rearranged the reply code - your planet will be spared. I cannot be certain of my own calculations anymore.',14,0,0,1,0,15402,34013,3,'Algalon the Observer - SAY_ALGALON_OUTRO_3'),
|
|
(32871,15,0,'I lack the strength to transmit the signal. You must... hurry... find a place of power... close to the skies.',14,0,0,1,0,15403,34016,3,'Algalon the Observer - SAY_ALGALON_OUTRO_4'),
|
|
(32871,16,0,'Do not worry about my fate, Bronzen. If the signal is not transmitted in time, re-origination will proceed regardless. Save... your world...',14,0,0,1,0,15404,34018,3,'Algalon the Observer - SAY_ALGALON_OUTRO_5'),
|
|
(32871,17,0,'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.',12,0,0,0,0,15398,34006,3,'Algalon the Observer - SAY_ALGALON_DESPAWN_1'),
|
|
(32871,18,0,'Begin uplink: Reply Code: \'Omega.\' Planetary re-origination requested.',12,0,0,0,0,15399,34014,3,'Algalon the Observer - SAY_ALGALON_DESPAWN_2'),
|
|
(32871,19,0,'Farewell, mortals. Your bravery is admirable, for such flawed creatures.',12,0,0,0,0,15400,34015,3,'Algalon the Observer - SAY_ALGALON_DESPAWN_3'),
|
|
(32871,20,0,'Loss of life unavoidable.',14,0,0,0,0,15387,33996,3,'Algalon the Observer - SAY_ALGALON_KILL'),
|
|
(32871,20,1,'I do what I must.',14,0,0,0,0,15388,33997,3,'Algalon the Observer - SAY_ALGALON_KILL'),
|
|
(32872,0,0,'%s surrounds itself with a crackling Runic Barrier!',41,0,100,0,0,0,33267,0,'Runic Colossus'),
|
|
(32873,0,0,'%s fortifies nearby allies with runic might!',41,0,100,0,0,0,33523,0,'Ancient Rune Giant'),
|
|
(32906,0,0,'The Conservatory must be protected!',14,0,100,0,0,15526,33303,0,'Freya SAY_AGGRO'),
|
|
(32906,1,0,'Elders grant me your strength!',14,0,100,0,0,15527,33520,0,'Freya SAY_AGGRO_WITH_ELDER'),
|
|
(32906,2,0,'Forgive me.',14,0,100,0,0,15529,13099,0,'Freya SAY_SLAY_1'),
|
|
(32906,2,1,'From your death springs life anew!',14,0,100,0,0,15530,34107,0,'Freya SAY_SLAY_2'),
|
|
(32906,3,0,'His hold on me dissipates. I can see clearly once more. Thank you, heroes.',14,0,100,0,0,15531,33524,0,'Freya SAY_DEATH'),
|
|
(32906,4,0,'You have strayed too far. Wasted too much time....',14,0,100,0,0,15532,33605,0,'Freya SAY_BERSERK'),
|
|
(32906,5,0,'Eonar, your servant requires aid!',14,0,100,0,0,15528,33517,0,'Freya SAY_SUMMON_CONSERVATOR'),
|
|
(32906,6,0,'Children, assist me!',14,0,100,0,0,15533,33519,0,'Freya SAY_SUMMON_TRIO'),
|
|
(32906,7,0,'The swarm of the elements shall overtake you!',14,0,100,0,0,15534,33518,0,'Freya SAY_SUMMON_LASHERS'),
|
|
(32906,8,0,'A |cFF00FFFFLifebinder\'s Gift|r begins to grow!',41,0,100,0,0,0,33370,0,'Freya EMOTE_LIFEBINDERS_GIFT'),
|
|
(32906,9,0,'Allies of Nature have appeared!',41,0,100,0,0,0,33427,0,'Freya EMOTE_ALLIES_OF_NATURE'),
|
|
(32906,10,0,'Freya begins to cast |cFFFF0000Ground Tremor!|r',41,0,100,0,0,0,33312,0,'Freya EMOTE_GROUND_TREMOR'),
|
|
(32906,11,0,'Freya casts |cFF00FF00Strengthened Iron Roots!|r',41,0,100,0,0,0,33991,0,'Freya EMOTE_IRON_ROOTS'),
|
|
(32913,0,0,'Mortals have no place here!',14,0,100,0,0,15493,34123,0,'Elder Ironbranch SAY_AGGRO'),
|
|
(32913,1,0,'I return you whence you came!',14,0,100,0,0,15494,34124,0,'Elder Ironbranch SAY_SLAY_1'),
|
|
(32913,1,1,'Begone!',14,0,100,0,0,15495,34125,0,'Elder Ironbranch SAY_SLAY_2'),
|
|
(32913,2,0,'Freya! They come for you.',14,0,100,0,0,15496,34126,0,'Elder Ironbranch SAY_DEATH'),
|
|
(32914,0,0,'This place will serve as your graveyard.',14,0,100,0,0,15500,34129,0,'Elder Stonebark SAY_AGGRO'),
|
|
(32914,1,0,'<Angry roar>',14,0,100,0,0,15501,0,0,'Elder Stonebark SAY_SLAY_1'),
|
|
(32914,1,1,'Such a waste....',14,0,100,0,0,15502,34130,0,'Elder Stonebark SAY_SLAY_2'),
|
|
(32914,2,0,'Matron, flee! They are ruthless....',14,0,100,0,0,15503,34132,0,'Elder Stonebark SAY_DEATH'),
|
|
(32915,0,0,'Matron, the Conservatory has been breached!',14,0,100,0,0,15483,34115,0,'Elder Brightleaf SAY_AGGRO'),
|
|
(32915,1,0,'Fertilizer.',14,0,100,0,0,15485,34118,0,'Elder Brightleaf SAY_SLAY_1'),
|
|
(32915,1,1,'Your corpse will nourish the soil.',14,0,100,0,0,15486,34119,0,'Elder Brightleaf SAY_SLAY_2'),
|
|
(32915,2,0,'Matron, one has fallen!',14,0,100,0,0,15487,34121,0,'Elder Brightleaf SAY_DEATH'),
|
|
(32927,0,0,'Nothing short of total decimation will suffice.',14,0,100,0,0,15657,34328,0,'Runemaster Molgeim - Aggro'),
|
|
(32927,1,0,'The world suffers yet another insignificant loss.',14,0,100,0,0,15658,34329,0,'Runemaster Molgeim - Slay 1'),
|
|
(32927,1,1,'Death is the price of your arrogance.',14,0,100,0,0,15659,34330,0,'Runemaster Molgeim - Slay 2'),
|
|
(32927,2,0,'Decipher this!',14,0,100,0,0,15660,34331,0,'Runemaster Molgeim - Rune of Death'),
|
|
(32927,3,0,'Face the lightning\'s surge!',14,0,100,0,0,15661,34332,0,'Runemaster Molgeim - Rune of Summon'),
|
|
(32927,4,0,'The legacy of storms shall not be undone.',14,0,100,0,0,15662,34333,0,'Runemaster Molgeim - Death'),
|
|
(32927,5,0,'What have you gained from my defeat? You are no less doomed, mortals.',14,0,100,0,0,15663,34334,0,'Runemaster Molgeim - Encounter defeated'),
|
|
(32927,6,0,'This meeting of the Assembly of Iron is adjourned!',14,0,100,0,0,15664,34335,0,'Runemaster Molgeim - Berserk'),
|
|
(32930,0,0,'None shall pass!',14,0,100,0,0,15586,34133,0,'Kologarn SAY_AGGRO'),
|
|
(32930,1,0,'KOL-THARISH!',14,0,100,0,0,15587,34135,0,'Kologarn SAY_SLAY_1'),
|
|
(32930,1,1,'YOU FAIL!',14,0,100,0,0,15588,34137,0,'Kologarn SAY_SLAY_2'),
|
|
(32930,2,0,'Just a scratch!',14,0,100,0,0,15589,34143,0,'Kologarn SAY_LEFT_ARM_GONE'),
|
|
(32930,3,0,'Only a flesh wound!',14,0,100,0,0,15590,34144,0,'Kologarn SAY_RIGHT_ARM_GONE'),
|
|
(32930,4,0,'OBLIVION!',14,0,100,0,0,15591,34140,0,'Kologarn SAY_SHOCKWAVE'),
|
|
(32930,5,0,'I will squeeze the life from you!',14,0,100,0,0,15592,34138,0,'Kologarn SAY_GRAB_PLAYER'),
|
|
(32930,6,0,'Master, they come....',14,0,100,0,0,15593,34141,0,'Kologarn SAY_DEATH'),
|
|
(32930,7,0,'I am invincible!',14,0,100,0,0,15594,34142,0,'Kologarn SAY_BERSERK'),
|
|
(32930,8,0,'Kologarn casts Stone Grip!',41,0,100,0,0,15592,33864,0,'Kologarn EMOTE_STONE_GRIP'),
|
|
(32930,9,0,'Kologarn focuses his eyes on you!',41,0,100,0,0,0,34851,0,'Kologarn EMOTE_EYES'),
|
|
(33008,0,0,'It\'s an angry male!',42,0,100,0,0,0,33191,0,'Male Icepaw Bear'),
|
|
(33027,0,0,'Let me know if you need help finding anything, $c.',12,0,100,3,0,0,32810,0,'Jessica Sellers'),
|
|
(33027,0,1,'Greetings, $c.',12,0,100,3,0,0,32808,0,'Jessica Sellers'),
|
|
(33027,0,2,'Welcome. May I help you find something?',12,0,100,3,0,0,32811,0,'Jessica Sellers'),
|
|
(33027,0,3,'Greetings! Please have a look around.',12,0,100,3,0,0,32809,0,'Jessica Sellers'),
|
|
(33027,0,4,'Welcome.',12,0,100,3,0,0,32936,0,'Jessica Sellers'),
|
|
(33027,0,5,'Welcome!',12,0,100,0,0,0,32807,0,'Jessica Sellers'),
|
|
(33027,0,6,'Greetings.',12,0,100,0,0,0,32935,0,'Jessica Sellers'),
|
|
(33113,0,0,'Hostile entities detected. Threat assessment protocol active. Primary target engaged. Time minus 30 seconds to re-evaluation.',14,0,100,0,0,15506,33487,0,'Flame Leviathan SAY_AGGRO'),
|
|
(33113,1,0,'Threat assessment routine modified. Current target threat level: 0. Acquiring new target.',14,0,100,0,0,15521,33507,0,'Flame Leviathan SAY_SLAY'),
|
|
(33113,2,0,'Total systems failure. Defense protocols breached. Leviathan unit shutting down.',14,0,100,0,0,15520,33506,0,'Flame Leviathan SAY_DEATH'),
|
|
(33113,3,0,'Threat re-evaluated. Target assessment complete. Changing course.',14,0,100,0,0,15507,33488,0,'Flame Leviathan SAY_TARGET_1'),
|
|
(33113,3,1,'Pursuit objective modified. Changing course.',14,0,100,0,0,15508,33489,0,'Flame Leviathan SAY_TARGET_2'),
|
|
(33113,3,2,'Hostile entity\'s stratagem predicted. Re-routing battle function. Changing course.',14,0,100,0,0,15509,33490,0,'Flame Leviathan SAY_TARGET_3'),
|
|
(33113,4,0,'Orbital countermeasures enabled.',14,0,100,0,0,15510,33491,0,'Flame Leviathan SAY_HARDMODE'),
|
|
(33113,5,0,'*ALERT* Static defense system failure. Orbital countermeasures disabled.',14,0,100,0,0,15511,33492,0,'Flame Leviathan SAY_TOWER_NONE'),
|
|
(33113,6,0,'Hodir\'s Fury online. Acquiring target.',14,0,100,0,0,15512,33493,0,'Flame Leviathan SAY_TOWER_FROST'),
|
|
(33113,7,0,'Mimiron\'s Inferno online. Acquiring target.',14,0,100,0,0,15513,33495,0,'Flame Leviathan SAY_TOWER_FLAME'),
|
|
(33113,8,0,'Freya\'s Ward online. Acquiring target.',14,0,100,0,0,15514,33497,0,'Flame Leviathan SAY_TOWER_NATURE'),
|
|
(33113,9,0,'Thorim\'s Hammer online. Acquiring target.',14,0,100,0,0,15515,33499,0,'Flame Leviathan SAY_TOWER_STORM'),
|
|
(33113,10,0,'Unauthorized entity attempting circuit overload. Activating anti-personnel countermeasures.',14,0,100,0,0,15516,33501,0,'Flame Leviathan SAY_PLAYER_RIDING'),
|
|
(33113,11,0,'System malfunction. Diverting power to support systems.',14,0,100,0,0,15517,33503,0,'Flame Leviathan SAY_OVERLOAD_1'),
|
|
(33113,11,1,'Combat matrix overload. Powering doooow...',14,0,100,0,0,15518,33504,0,'Flame Leviathan SAY_OVERLOAD_2'),
|
|
(33113,11,2,'System restart required. Deactivating weapons systems.',14,0,100,0,0,15519,33505,0,'Flame Leviathan SAY_OVERLOAD_3'),
|
|
(33113,12,0,'%s pursues $n.',41,0,100,0,0,0,33502,0,'Flame Leviathan EMOTE_PURSUE'),
|
|
(33113,13,0,'%s\'s circuits overloaded.',41,0,100,0,0,0,33304,0,'Flame Leviathan EMOTE_OVERLOAD'),
|
|
(33113,14,0,'Automatic repair sequence initiated.',41,0,100,0,0,0,33538,0,'Flame Leviathan EMOTE_REPAIR'),
|
|
(33113,15,0,'%s activates Hodir\'s Fury.',41,0,100,0,0,0,33494,0,'Flame Leviathan EMOTE_FROST'),
|
|
(33113,16,0,'%s activates Mimiron\'s Inferno.',41,0,100,0,0,0,33496,0,'Flame Leviathan EMOTE_FLAME'),
|
|
(33113,17,0,'%s activates Freya\'s Ward.',41,0,100,0,0,0,33498,0,'Flame Leviathan EMOTE_NATURE'),
|
|
(33113,18,0,'%s activates Thorim\'s Hammer.',41,0,100,0,0,0,33500,0,'Flame Leviathan EMOTE_STORM'),
|
|
(33113,19,0,'%s reactivated. Resuming combat functions.',41,0,100,0,0,0,33305,0,'Flame Leviathan EMOTE_REACTIVATE'),
|
|
(33118,0,0,'Insolent whelps! Your blood will temper the weapons used to reclaim this world!',14,0,100,0,0,15564,34306,0,'Ignis SAY_AGGRO'),
|
|
(33118,1,0,'Arise, soldiers of the iron crucible! The Maker\'s will be done!',14,0,100,0,0,15565,34307,0,'Ignis SAY_SUMMON'),
|
|
(33118,2,0,'I will burn away your impurities!',14,0,100,0,0,15566,34308,0,'Ignis SAY_SLAG_POT'),
|
|
(33118,3,0,'Let the inferno consume you!',14,0,100,0,0,15567,34309,0,'Ignis SAY_SCORCH_1'),
|
|
(33118,3,1,'BURN! Burn in the Maker\'s fire!',14,0,100,0,0,15568,34310,0,'Ignis SAY_SCORCH_2'),
|
|
(33118,4,0,'More scraps for the scrap heap.',14,0,100,0,0,15569,34311,0,'Ignis SAY_SLAY_1'),
|
|
(33118,4,1,'Your bones will serve as kindling.',14,0,100,0,0,15570,34312,0,'Ignis SAY_SLAY_2'),
|
|
(33118,5,0,'LET IT BE FINISHED!',14,0,100,0,0,15571,33871,0,'Ignis SAY_BERSERK'),
|
|
(33118,6,0,'I. Have. Failed.',14,0,100,0,0,15572,34313,0,'Ignis SAY_DEATH'),
|
|
(33118,7,0,'%s begins to cast Flame Jets!',41,0,100,0,0,0,33465,0,'Ignis EMOTE_JETS'),
|
|
(33134,0,0,'HELP ME! Please get them off of me!',14,0,100,0,0,15771,34342,0,'Sara - SAY_SARA_ULDUAR_SCREAM_1'),
|
|
(33134,1,0,'What do you want from me? Leave me alone!',14,0,100,0,0,15772,34343,0,'Sara - SAY_SARA_ULDUAR_SCREAM_2'),
|
|
(33134,2,0,'The time to strike at the head of the beast will soon be upon us! Focus your anger and hatred on his minions!',14,0,100,457,0,15775,34346,0,'Sara - SAY_SARA_AGGRO'),
|
|
(33134,3,0,'Yes! YES! Show them no mercy! Give no pause to your attacks!',14,0,100,0,0,15773,34344,0,'Sara - SAY_SARA_FERVOR_HIT'),
|
|
(33134,4,0,'Let hatred and rage guide your blows!',14,0,100,0,0,15774,34345,0,'SAY_SARA_BLESSING_HIT'),
|
|
(33134,5,0,'Could they have been saved?',14,0,100,0,0,15779,34350,0,'Sara - SAY_SARA_KILL'),
|
|
(33134,5,1,'Powerless to act....',14,0,100,0,0,15778,34349,0,'Sara - SAY_SARA_KILL'),
|
|
(33134,6,0,'I am the lucid dream.',14,0,100,457,0,15754,34351,0,'Sara - SAY_SARA_TRANSFORM_1'),
|
|
(33134,7,0,'The monster in your nightmares.',14,0,100,457,0,0,34352,0,'Sara - SAY_SARA_TRANSFORM_2'),
|
|
(33134,8,0,'The fiend of a thousand faces.',14,0,100,457,0,0,34353,0,'Sara - SAY_SARA_TRANSFORM_3'),
|
|
(33134,9,0,'Cower before my true form.',14,0,100,457,0,0,34356,0,'Sara - SAY_SARA_TRANSFORM_4'),
|
|
(33134,10,0,'Tremble, mortals, before the coming of the end!',14,0,100,0,0,15777,34348,0,'Sara - SAY_SARA_DEATH_RAY'),
|
|
(33134,11,0,'Suffocate upon your own hate!',14,0,100,0,0,15776,34347,0,'Sara - SAY_SARA_PSYCHOSIS_HIT'),
|
|
(33186,0,0,'%s is grounded permanently!',41,0,100,0,0,0,33931,0,'Razorscale EMOTE_PERMA_GROUND'),
|
|
(33186,1,0,'%s takes a deep breath...',41,0,100,0,0,0,33657,0,'Razorscale EMOTE_BREATH'),
|
|
(33186,2,0,'%s goes into a berserker rage!',41,0,100,0,0,0,34057,0,'Razorscale EMOTE_BERSERK'),
|
|
(33196,0,0,'Thorim, my lord! Why else would these invaders have come into your sanctum but to slay you? They must be stopped!',14,0,100,0,0,15668,33325,0,'Sif - Start'),
|
|
(33196,1,0,'These pathetic mortals are harmless, beneath my station. Dispose of them!',14,0,100,0,0,15669,33368,0,'Sif - Despawn'),
|
|
(33196,2,0,'Impossible! Lord Thorim, I will bring your foes a frigid death!',14,0,100,0,0,15670,33369,0,'Sif - Event'),
|
|
(33210,0,0,'Be on the lookout! Mole machines will be surfacing soon with those nasty Iron dwarves aboard!',14,0,100,0,0,0,33607,0,'Expedition Commander SAY_AGGRO'),
|
|
(33210,1,0,'Move quickly! She won\'t remain grounded for long!',14,0,100,0,0,15648,33606,0,'Expedition Commander SAY_GROUND_PHASE'),
|
|
(33210,2,0,'We have lost our engineers, this will not end well!',14,0,100,0,0,0,33818,0,'Expedition Commander SAY_ENGINEERS_DEAD'),
|
|
(33213,0,0,'As you wish, $n.',12,0,100,0,0,0,34417,0,'Hodir (Observation Ring) - On Gossip Select'),
|
|
(33213,1,0,'The veil of winter will protect you, champions!',14,0,100,0,0,15559,34366,0,'Hodir (Observation Ring) - On Gossip Select'),
|
|
(33220,0,0,'Can it really be? Free after all these years?',12,0,100,1,0,0,33366,0,'Maiden of Ashwood Lake'),
|
|
(33220,1,0,'And now, I must return to the waters of the lake.',12,0,100,2,0,0,33367,0,'Maiden of Ashwood Lake'),
|
|
(33233,0,0,'Harpoon Turret is ready for use!',41,0,100,0,0,0,33857,0,'Razorscale Controller EMOTE_HARPOON'),
|
|
(33235,0,0,'You\'ve defeated the Iron Council and unlocked the Archivum! Well done, lads!',14,0,100,5,0,15827,33833,0,'Brann Bronzebeard'),
|
|
(33235,1,0,'Now, this is what we call a nice find!',12,0,100,5,0,15808,33904,0,'Brann Bronzebeard'),
|
|
(33235,2,0,'New orders! Unlock the entry to the Celestial Planetarium.',12,0,100,25,0,15818,33932,0,'Brann Bronzebeard'),
|
|
(33235,3,0,'Four watchers? Sigils? Could ye be a little less cryptic, confounded machine?',12,0,100,274,0,15819,33933,0,'Brann Bronzebeard'),
|
|
(33235,4,0,'I\'ll show ye access, ye wretched machine. Here it is again: Norgannon\'s key!',12,0,100,5,0,15809,33905,0,'Brann Bronzebeard'),
|
|
(33235,5,0,'Looks just like all the other titan archives me lads have found... only older... and bigger.',12,0,100,5,0,15810,33906,0,'Brann Bronzebeard'),
|
|
(33235,6,0,'Wait a second: this doesn\'t look right! Next to this blinking light... what\'s this Algalon signal? ',12,0,100,5,0,15811,33907,0,'Brann Bronzebeard'),
|
|
(33235,7,0,'Prime Designate? Where have I \'eard that before? By my grandfather\'s beard, Loken is Azeroth\'s Prime Designate. Loken\'s death triggered this!',12,0,100,5,0,15812,33908,0,'Brann Bronzebeard'),
|
|
(33235,8,0,'Well? Who\'s on the listening side of the signal? What\'s going to happen?',12,0,100,5,0,15813,33909,0,'Brann Bronzebeard'),
|
|
(33235,9,0,'Planetary re-origination? Speak plainly, ye blasted machine!',12,0,100,5,0,15814,33910,0,'Brann Bronzebeard'),
|
|
(33235,10,0,'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!',12,0,100,5,0,15815,33911,0,'Brann Bronzebeard'),
|
|
(33235,11,0,'Well, what\'s this Algalon going to be looking for with his diagnostics? What are our chances?',12,0,100,5,0,15816,33912,0,'Brann Bronzebeard'),
|
|
(33235,12,0,'Blast it, lads. Looks like we\'ve got a fight ahead of us.',12,0,100,5,0,15817,33913,0,'Brann Bronzebeard'),
|
|
(33235,13,0,'How do we get the sigils from them, then? Just walk up to them and ask them nicely?',12,0,100,5,0,15820,33934,0,'Brann Bronzebeard'),
|
|
(33235,14,0,'You\'re going to tell us how to... \"un-compromise\" the sigils, aren\'t you?',12,0,100,5,0,15821,33935,0,'Brann Bronzebeard'),
|
|
(33235,15,0,'I\'ve dreamed of roaming the halls of the titans for years. I never thought I\'d be pitted against their creations.',12,0,100,5,0,15822,33936,0,'Brann Bronzebeard'),
|
|
(33241,0,0,'As you wish, $n.',12,0,100,0,0,0,34417,0,'Freya (Observation Ring) - On Gossip Select'),
|
|
(33241,1,0,'Eonar, your servant calls for your blessing!',14,0,100,0,0,15535,34367,0,'Freya (Observation Ring) - On Gossip Select'),
|
|
(33242,0,0,'As you wish, $n.',12,0,100,0,0,0,34417,0,'Thorim (Observation Ring) - On Gossip Select'),
|
|
(33242,1,0,'Golganneth, lend me your strength! Grant my mortal allies the power of thunder!',14,0,100,0,0,15750,34369,0,'Thorim (Observation Ring) - On Gossip Select'),
|
|
(33244,0,0,'As you wish, $n.',12,0,100,0,0,0,34417,0,'Mimiron (Observation Ring) - On Gossip Select'),
|
|
(33244,1,0,'Combat matrix enhanced. Behold wonderous rapidity!',14,0,100,0,0,15630,34368,0,'Mimiron (Observation Ring) - On Gossip Select'),
|
|
(33271,0,0,'Your destruction will herald a new age of suffering!',14,0,100,0,0,15542,34053,0,'General Vezax SAY_AGGRO'),
|
|
(33271,1,0,'You thought to stand before the legions of death and survive?',14,0,100,0,0,15543,34050,0,'General Vezax SAY_SLAY_1'),
|
|
(33271,1,1,'Defiance... a flaw of mortality.',14,0,100,0,0,15544,34051,0,'General Vezax SAY_SLAY_2'),
|
|
(33271,2,0,'The black blood of Yogg-Saron courses through me! I. AM. UNSTOPPABLE!',14,0,100,0,0,15545,34055,0,'General Vezax SAY_SURGE_OF_DARKNESS'),
|
|
(33271,3,0,'Oh, what horrors await....',14,0,100,0,0,15546,34054,0,'General Vezax SAY_DEATH'),
|
|
(33271,4,0,'Your defeat was inevitable.',14,0,100,0,0,15547,34052,0,'General Vezax SAY_BERSERK'),
|
|
(33271,5,0,'Behold now: terror absolute!',14,0,100,0,0,15548,34056,0,'General Vezax SAY_HARDMODE'),
|
|
(33271,6,0,'The saronite vapors mass and swirl violently, merging into a monstrous form!',41,0,100,0,0,0,33594,0,'General Vezax - EMOTE_ANIMUS'),
|
|
(33271,7,0,'A saronite barrier appears around General Vezax!',41,0,100,0,0,0,33646,0,'General Vezax - EMOTE_BARRIER'),
|
|
(33271,8,0,'General Vezax roars and surges with dark might!',41,0,100,0,0,0,33471,0,'General Vezax - EMOTE_SURGE_OF_DARKNESS'),
|
|
(33273,0,0,'Are those winter hyacinths? For me?',12,0,100,6,0,0,33423,0,'Maiden of Drak\'Mar'),
|
|
(33273,1,0,'It\'s been so long since a traveler has come here bearing flowers.',12,0,100,1,0,0,33424,0,'Maiden of Drak\'Mar'),
|
|
(33273,2,0,'The lake has been too lonely these past years. The travelers stopped coming and evil came to these waters.',12,0,100,1,0,0,33425,0,'Maiden of Drak\'Mar'),
|
|
(33273,3,0,'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.',12,0,100,1,0,0,33426,0,'Maiden of Drak\'Mar'),
|
|
(33280,0,0,'Weak-minded fool!',15,0,100,0,0,15780,34359,0,'Voice of Yogg-Saron - WHISPER_VOICE_PHASE_1_WIPE'),
|
|
(33280,1,0,'Your will is no longer your own.',15,0,100,0,0,15759,34363,0,'Voice of Yogg-Saron - WHISPER_VOICE_INSANE'),
|
|
(33280,1,1,'Destroy them, minion! Your master commands it!',15,0,100,0,0,15760,34364,0,'Voice of Yogg-Saron - WHISPER_VOICE_INSANE'),
|
|
(33285,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33285,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33285,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33285,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33285,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33285,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33285,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33285,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33285,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33285,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33285,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33285,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33287,0,0,'Give us a moment to prepare to build the turrets.',14,0,100,0,0,0,33820,0,'Expedition Engineer SAY_AGGRO'),
|
|
(33287,1,0,'Ready to move out, keep those dwarves off of our backs!',14,0,100,0,0,0,33816,0,'Expedition Engineer SAY_START_REPAIR'),
|
|
(33287,2,0,'Fires out! Let\'s rebuild those turrets!',14,0,100,0,0,0,33821,0,'Expedition Engineer SAY_REBUILD_TURRETS'),
|
|
(33288,0,0,'BOW DOWN BEFORE THE GOD OF DEATH!',14,0,100,0,0,0,34357,0,'Yogg-Saron - SAY_YOGG_SARON_SPAWN'),
|
|
(33288,1,0,'MADNESS WILL CONSUME YOU!',14,0,100,0,0,15756,34361,0,'Yogg-Saron - SAY_YOGG_SARON_MADNESS'),
|
|
(33288,2,0,'Portals open into %s\'s mind!',41,0,100,0,0,0,34037,0,'Yogg-Saron - EMOTE_YOGG_SARON_MADNESS'),
|
|
(33288,3,0,'Look upon the true face of death, and know that your end comes soon!',14,0,100,0,0,15755,34360,0,'Yogg-Saron - SAY_YOGG_SARON_PHASE_3'),
|
|
(33288,4,0,'Eternal suffering awaits!',14,0,100,0,0,15758,34362,0,'Yogg-Saron - SAY_YOGG_SARON_DEAFENING_ROAR'),
|
|
(33288,5,0,'%s opens his mouth wide!',41,0,100,0,0,0,34022,0,'Yogg-Saron - EMOTE_YOGG_SARON_DEAFENING_ROAR'),
|
|
(33288,6,0,'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.',14,0,100,0,0,15761,34365,0,'Yogg-Saron - SAY_YOGG_SARON_DEATH'),
|
|
(33288,7,0,'%s prepares to unleash Empowering Shadows!',41,0,100,0,0,0,34170,0,'Yogg-Saron - EMOTE_YOGG_SARON_EMPOWERING_SHADOWS'),
|
|
(33288,8,0,'%s goes berserk, extinguishing all life!',41,0,100,0,0,0,33993,0,'Yogg-Saron - EMOTE_YOGG_SARON_EXTINGUISH_ALL_LIFE'),
|
|
(33292,0,0,'%s begins to boil upon touching $n!',16,0,100,0,0,0,35163,0,'Ominous Cloud - EMOTE_OMINOUS_CLOUD_PLAYER_TOUCH'),
|
|
(33293,0,0,'New toys? For me? I promise I won\'t break them this time!',14,0,100,0,0,15724,33508,0,'XT-002 Deconstructor SAY_AGGRO'),
|
|
(33293,1,0,'So tired. I will rest for just a moment!',14,0,100,0,0,15725,33446,0,'XT-002 Deconstructor SAY_HEART_OPENED'),
|
|
(33293,2,0,'I\'m ready to play!',14,0,100,0,0,15726,33448,0,'XT-002 Deconstructor SAY_HEART_CLOSED'),
|
|
(33293,3,0,'NO! NO! NO! NO! NO!',14,0,100,0,0,15727,33453,0,'XT-002 Deconstructor SAY_TYMPANIC_TANTRUM'),
|
|
(33293,4,0,'I... I think I broke it.',14,0,100,0,0,15728,33509,0,'XT-002 Deconstructor SAY_SLAY_1'),
|
|
(33293,4,1,'I guess it doesn\'t bend that way.',14,0,100,0,0,15729,33510,0,'XT-002 Deconstructor SAY_SLAY_2'),
|
|
(33293,5,0,'I\'m tired of these toys. I don\'t want to play anymore!',14,0,100,0,0,15730,33512,0,'XT-002 Deconstructor SAY_BERSERK'),
|
|
(33293,6,0,'You are bad... Toys... Very... Baaaaad ',14,0,100,0,0,15731,33511,0,'XT-002 Deconstructor SAY_DEATH'),
|
|
(33293,7,0,'Time for a new game! My old toys will fight my new toys!',14,0,100,0,0,15732,0,0,'XT-002 Deconstructor SAY_SUMMON'),
|
|
(33293,8,0,'%s\'s heart is exposed and leaking energy.',41,0,100,0,0,0,33447,0,'XT-002 Deconstructor EMOTE_HEART_OPENED'),
|
|
(33293,9,0,'%s\'s heart is severed from his body.',41,0,100,0,0,0,34023,0,'XT-002 Deconstructor EMOTE_HEART_CLOSED'),
|
|
(33293,10,0,'%s begins to cause the earth to quake.',41,0,100,0,0,0,33454,0,'XT-002 Deconstructor EMOTE_TYMPANIC_TANTRUM'),
|
|
(33293,11,0,'%s consumes a scrap bot to repair himself!',41,0,100,0,0,0,33856,0,'XT-002 Deconstructor EMOTE_SCRAPBOT'),
|
|
(33303,0,0,'Thank you, mortal, for freeing me from this curse. I beg you, take this blade.',12,0,100,1,0,0,33436,0,'Maiden of Winter\'s Breath Lake'),
|
|
(33303,1,0,'It has brought me naught but ill. Mayhap you can find someone who will contain its power.',12,0,100,1,0,0,33437,0,'Maiden of Winter\'s Breath Lake'),
|
|
(33306,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33306,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33306,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33306,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33306,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33306,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33306,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33306,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33306,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33306,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33306,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33306,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33350,0,0,'Oh, my! I wasn\'t expecting company! The workshop is such a mess. How embarrassing.',14,0,100,0,0,15611,34298,0,'Mimiron SAY_AGGRO'),
|
|
(33350,1,0,'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?',14,0,100,0,0,15629,34244,0,'Mimiron SAY_HARDMODE_ON'),
|
|
(33350,2,0,'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.',14,0,100,0,0,15612,33636,0,'Mimiron SAY_MKII_ACTIVATE'),
|
|
(33350,3,0,'MEDIC!',14,0,100,0,0,15613,38771,0,'Mimiron SAY_MKII_SLAY_1'),
|
|
(33350,3,1,'I can fix that... or maybe not! Sheesh, what a mess...',14,0,100,0,0,15614,34300,0,'Mimiron SAY_MKII_SLAY_2'),
|
|
(33350,4,0,'WONDERFUL! Positively marvelous results! Hull integrity at 98.9 percent! Barely a dent! Moving right along.',14,0,100,0,0,15615,33638,0,'Mimiron SAY_MKII_DEATH'),
|
|
(33350,5,0,'Behold the VX-001 Anti-personnel Assault Cannon! You might want to take cover.',14,0,100,0,0,15616,33639,0,'Mimiron SAY_VX001_ACTIVATE'),
|
|
(33350,6,0,'Fascinating. I think they call that a \"clean kill\".',14,0,100,0,0,15617,34301,0,'Mimiron SAY_VX001_SLAY_1'),
|
|
(33350,6,1,'Note to self: Cannon highly effective against flesh.',14,0,100,0,0,15618,34302,0,'Mimiron SAY_VX001_SLAY_2'),
|
|
(33350,7,0,'Thank you, friends! Your efforts have yielded some fantastic data! Now, where did I put-- oh, there it is.',14,0,100,0,0,15619,33668,0,'Mimiron SAY_VX001_DEATH'),
|
|
(33350,8,0,'Isn\'t it beautiful? I call it the magnificent aerial command unit!',14,0,100,0,0,15620,33669,0,'Mimiron SAY_AERIAL_ACTIVATE'),
|
|
(33350,9,0,'Outplayed!',14,0,100,0,0,15621,34303,0,'Mimiron SAY_AERIAL_SLAY_1'),
|
|
(33350,9,1,'You can do better than that!',14,0,100,0,0,15622,34304,0,'Mimiron SAY_AERIAL_SLAY_2'),
|
|
(33350,10,0,'Preliminary testing phase complete. Now comes the true test!',14,0,100,0,0,15623,33966,0,'Mimiron SAY_AERIAL_DEATH'),
|
|
(33350,11,0,'Gaze upon its magnificence! Bask in its glorious, um, glory! I present you with... V-07-TR-0N!',14,0,100,0,0,15624,34033,0,'Mimiron SAY_V07TRON_ACTIVATE'),
|
|
(33350,12,0,'Prognosis: Negative!',14,0,100,0,0,15625,34448,0,'Mimiron SAY_V07TRON_SLAY_1'),
|
|
(33350,12,1,'You\'re not going to get up from that one, friend.',14,0,100,0,0,15626,34449,0,'Mimiron SAY_V07TRON_SLAY_2'),
|
|
(33350,13,0,'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.',14,0,100,0,0,15627,34086,0,'Mimiron SAY_V07TRON_DEATH'),
|
|
(33350,14,0,'Oh, my! It would seem that we are out of time, my friends.',14,0,100,0,0,15628,34305,0,'Mimiron SAY_BERSERK'),
|
|
(33382,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33382,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33382,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33382,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33382,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33382,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33382,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33382,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33382,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33382,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33382,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33382,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33383,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33383,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33383,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33383,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33383,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33383,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33383,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33383,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33383,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33383,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33383,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33383,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33384,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33384,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33384,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33384,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33384,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33384,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33384,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33384,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33384,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33384,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33384,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33384,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33417,0,0,'Now, I will imbue this crystal with the Light\'s power to cut through lies and deceit.',12,0,100,1,0,0,33540,0,'Crusader Rhydalla'),
|
|
(33417,1,0,'Grant us the ability to know the truth. If a murderer walks in our midst, guide us in our search for justice.',12,0,100,1,0,0,33541,0,'Crusader Rhydalla'),
|
|
(33432,0,0,'%s begins to cast Plasma Blast!',41,0,100,0,0,15800,34217,0,'Leviathan Mk II - EMOTE_PLASMA_BLAST'),
|
|
(33436,0,0,'Bad news, sire.',12,0,100,66,0,15538,33664,0,'Garona'),
|
|
(33436,1,0,'The clans are united under Blackhand in this assault. They will stand together until Stormwind has fallen.',12,0,100,274,0,15539,33665,0,'Garona'),
|
|
(33436,2,0,'Gul\'dan is bringing up his warlocks by nightfall. Until then, the Blackrock clan will be trying to take the Eastern Wall.',12,0,100,1,0,15540,33666,0,'Garona'),
|
|
(33436,3,0,'The orc leaders agree with your assessment.',12,0,100,0,0,15541,33667,0,'Garona'),
|
|
(33437,0,0,'We will hold until the reinforcements come. As long as men with stout hearts are manning the walls and the throne, Stormwind will hold.',12,0,100,274,0,15585,33670,0,'King Llane'),
|
|
(33441,0,0,'Your resilience is admirable.',12,0,100,0,0,15598,33608,0,'The Lich King'),
|
|
(33441,1,0,'I will break you... as I broke him!',12,0,100,0,0,15599,33609,0,'The Lich King'),
|
|
(33442,0,0,'Arrrrrrgh!',14,0,100,0,0,15470,33610,0,'Immolated Champion'),
|
|
(33442,1,0,'I\'m not afraid of you!',12,0,100,0,0,15471,33611,0,'Immolated Champion'),
|
|
(33448,0,1,'Ready yourself!',12,0,100,1,1000,0,33753,0,'Valiant Champion'),
|
|
(33448,0,2,'Prepare yourself!',12,0,100,1,1000,0,33750,0,'Valiant Champion'),
|
|
(33448,0,3,'On your guard!',12,0,100,1,1000,0,33752,0,'Valiant Champion'),
|
|
(33448,0,4,'On your guard!',12,0,100,1,1000,0,33752,0,'Valiant Champion'),
|
|
(33448,0,5,'Let it begin!',12,0,100,1,1000,0,33754,0,'Valiant Champion'),
|
|
(33448,0,6,'Argent Champion is looking winded!',12,0,100,1,1000,0,0,0,'Valiant Champion'),
|
|
(33448,1,7,'Victory is mine!',12,0,100,1,1000,0,33771,0,'Valiant Champion'),
|
|
(33448,1,8,'It seems you still need more practice. Perhaps another time.',12,0,100,1,1000,0,0,0,'Valiant Champion'),
|
|
(33448,1,9,'I have won. Better luck another time, friend.',12,0,100,1,1000,0,0,0,'Valiant Champion'),
|
|
(33448,1,10,'I am afraid you will need more practice to defeat me.',12,0,100,1,1000,0,33772,0,'Valiant Champion'),
|
|
(33448,2,11,'I yield to you.',12,0,100,1,1000,0,33767,0,'Valiant Champion'),
|
|
(33448,2,12,'That was a well fought battle. I yield to you.',12,0,100,1,1000,0,0,0,'Valiant Champion'),
|
|
(33448,2,13,'It would seem I underestimated your skills. Well done..',12,0,100,1,1000,0,0,0,'Valiant Champion'),
|
|
(33448,2,14,'I have been defeated. Good fight!',12,0,100,1,1000,0,0,0,'Valiant Champion'),
|
|
(33459,0,0,'This isn\'t honorable combat. I long to face my opponents in battle with my axe in hand!',12,0,100,0,0,0,34269,0,'Orgrimmar Champion'),
|
|
(33459,1,0,'These are my enemies. YOU would be my enemy in battle! Your king has declared war on my kind!',12,0,100,0,0,0,34270,0,'Orgrimmar Champion'),
|
|
(33459,2,0,'But instead of fighting as my people would, as my people should, I find myself with a long, unwieldy pole, attempting to coax my wolf into charging my opponent without attacking.',12,0,100,0,0,0,34271,0,'Orgrimmar Champion'),
|
|
(33459,3,0,'This is not how orcs fight! My duty to the Warchief wars with my personal honor. I hold no faith in your Light, but as you seem an advisor, I would hear your words.',12,0,100,0,0,0,34272,0,'Orgrimmar Champion'),
|
|
(33459,4,0,'Orgrimmar Champion laughs.',16,0,100,11,0,0,0,0,'Orgrimmar Champion'),
|
|
(33462,0,0,'I don\'t know if I can compete! Everyone is so much bigger!',12,0,100,0,0,0,34246,0,'Gnomeregan Champion'),
|
|
(33462,1,0,'I\'ve calculated the probability of my success, and it\'s distressingly low!',12,0,100,0,0,0,34247,0,'Gnomeregan Champion'),
|
|
(33462,2,0,'I can\'t accurately assess the mathematics behind the charge of my turbostrider while keeping hold of my lance at the precise angle needed and keeping my shield in the exact location for maximum protection at any given second!',12,0,100,0,0,0,34248,0,'Gnomeregan Champion'),
|
|
(33462,3,0,'...and some of those mounts can trample me!',12,0,100,0,0,0,34249,0,'Gnomeregan Champion'),
|
|
(33465,0,0,'I punched a penguin on my way in here.',12,0,100,0,0,0,34252,0,'Undercity Champion'),
|
|
(33465,1,0,'Nah, not really. I just wanted to see the look on your face.',12,0,100,0,0,0,34253,0,'Undercity Champion'),
|
|
(33465,2,0,'Undercity Champion laughs.',16,0,100,11,0,0,0,0,'Undercity Champion'),
|
|
(33465,3,0,'Undercity Champion waves at Argent Confessor Paletress and goes back to his seat.',16,0,100,3,0,0,0,0,'Undercity Champion'),
|
|
(33467,0,0,'This fighting is endless. I\'m not certain how much more of it I can stand.',12,0,100,0,0,0,34289,0,'Silvermoon Champion'),
|
|
(33467,1,0,'All of this posturing, all of this dancing about in rings... it seems pointless. What\'s the use?',12,0,100,0,0,0,34290,0,'Silvermoon Champion'),
|
|
(33467,2,0,'And I\'m beginning to get HELMET HAIR. This is a travesty!',12,0,100,0,0,0,34291,0,'Silvermoon Champion'),
|
|
(33467,3,0,'Silvermoon Champion blows a kiss to Argent Confessor Paletress.',16,0,100,17,0,0,0,0,'Silvermoon Champion'),
|
|
(33477,0,0,'My heart hangs heavier with each passing day, Confessor.',12,0,100,0,0,0,34260,0,'Stormwind Champion'),
|
|
(33477,1,0,'I have been ordered here, and here I stay and fight under the banner of Stormwind. But everything I do here is empty.',12,0,100,0,0,0,34261,0,'Stormwind Champion'),
|
|
(33477,2,0,'Beyond these reaches, the Scourge continue their work, destroying more and more of what we\'ve built. The fight should be there. I should be there.',12,0,100,0,0,0,34262,0,'Stormwind Champion'),
|
|
(33477,3,0,'How can I justify jousting while people die without my protection?',12,0,100,0,0,0,34263,0,'Stormwind Champion'),
|
|
(33480,0,0,'Lass, I\'ve a confession to make to ya.',12,0,100,0,0,0,34255,0,'Ironforge Champion'),
|
|
(33480,1,0,'I\'ve been feelin\'... urges.',12,0,100,0,0,0,34256,0,'Ironforge Champion'),
|
|
(33480,2,0,'It was a powerful feelin\' while I was listenin\' to yer sermon, and it\'s drivin\' me nuts!',12,0,100,0,0,0,34257,0,'Ironforge Champion'),
|
|
(33480,3,0,'...I NEED A DRINK!',12,0,100,0,0,0,34258,0,'Ironforge Champion'),
|
|
(33488,0,0,'A cloud of saronite vapors coalesces nearby!',41,0,100,0,0,0,33587,0,'Saronite Vapor - EMOTE_VAPORS'),
|
|
(33495,0,0,'That terrible glow... should that be?',12,0,100,0,0,15702,33658,0,'Ysera'),
|
|
(33515,0,0,'Some things are better left alone!',14,0,100,0,0,15473,34341,0,'Auriaya SAY_AGGRO'),
|
|
(33515,1,0,'The secret dies with you.',14,0,100,0,0,15474,34354,0,'Auriaya SAY_SLAY_1'),
|
|
(33515,1,1,'There is no escape!',14,0,100,0,0,15475,37177,0,'Auriaya SAY_SLAY_2'),
|
|
(33515,2,0,'You waste my time!',14,0,100,0,0,15477,34358,0,'Auriaya SAY_BERSERK'),
|
|
(33515,3,0,'%s screams in agony.',16,0,100,0,0,15476,0,0,'Auriaya EMOTE_DEATH'),
|
|
(33515,4,0,'%s begins to cast Terrifying Screech.',41,0,100,0,0,0,34450,0,'Auriaya EMOTE_FEAR'),
|
|
(33515,5,0,'%s begins to activate the Feral Defender!',41,0,100,0,0,0,34162,0,'Auriaya EMOTE_DEFENDER'),
|
|
(33522,0,0,'$N challenges the Black Knight to trial by combat!',14,0,100,0,0,0,33803,0,'yell'),
|
|
(33522,1,0,'Good luck, $N.',12,0,100,0,0,0,33804,0,'say'),
|
|
(33523,0,0,'It is done. All have given that which must be given. I now seal the Dragon Soul forever.',12,0,100,0,0,15631,33656,0,'Neltharion'),
|
|
(33523,1,0,'For it to be as it must, yes.',12,0,100,273,0,15632,33659,0,'Neltharion'),
|
|
(33532,1,0,'Look!',12,0,0,0,0,0,34620,0,''),
|
|
(33532,2,0,'Got you back!',12,0,0,0,0,0,34622,0,''),
|
|
(33532,3,0,'Good snowball fight!',12,0,0,0,0,0,34623,0,''),
|
|
(33532,4,0,'Look! That must be Kekek as a mighty warrior! See? What Kekek tell you?',12,0,0,0,0,0,34610,0,''),
|
|
(33532,5,0,'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.',12,0,0,0,0,0,34636,0,''),
|
|
(33532,6,0,'Wow. At last, Kekek get to meet Hemet Nesingwary!',12,0,0,0,0,0,34685,0,''),
|
|
(33532,7,0,'Even Frenzyheart know all about you after you come to Sholazar. Maybe you teach Kekek your tricks?',12,0,0,0,0,0,34686,0,''),
|
|
(33532,8,0,'Not sure how reading helps. Kekek can\'t read anyway, but if Hemet Nesingwary say, Kekek try.',12,0,0,0,0,0,34688,0,''),
|
|
(33532,9,0,'Maybe give up and throw book at animals, but try.',12,0,0,0,0,0,34689,0,''),
|
|
(33532,10,0,'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.',12,0,0,0,0,0,34603,0,''),
|
|
(33532,11,0,'Kekek thought we go see dragon queen. This just some elf-lady with funny horns.',12,0,0,0,0,0,34655,0,''),
|
|
(33532,12,0,'But why? Dragons big and powerful. Elf-lady weak. Kekek want to see dragon queen\'s real form.',12,0,0,0,0,0,34664,0,''),
|
|
(33532,13,0,'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.',12,0,0,0,0,0,34666,0,''),
|
|
(33533,1,0,'Look!',12,0,0,0,0,0,34620,0,''),
|
|
(33533,2,0,'We can dance too!',12,0,0,0,0,0,34618,0,''),
|
|
(33533,3,0,'We made a new friend!',12,0,0,0,0,0,34615,0,''),
|
|
(33533,4,0,'We here! Only, if this is world tree, how come it broke when they tried to put whole world in?',12,0,0,0,0,0,34576,0,''),
|
|
(33533,5,0,'Look! Is that us? We think it\'s us. A bit older, maybe?',12,0,0,0,0,0,34606,0,''),
|
|
(33533,6,0,'Looks like we blessed by Great Ones! Shrines give magic, make us high-oracle someday? Maybe?',12,0,0,0,0,0,34607,0,''),
|
|
(33533,7,0,'Wow! A real Great One? We don\'t even think Soo-say has met a real Great One!',12,0,0,0,0,0,34672,0,''),
|
|
(33533,8,0,'Um, hello, Mr. Great One. We are honored to meet you.',12,0,0,0,0,0,34673,0,''),
|
|
(33533,9,0,'Maybe you\'re asleep, Mr. Great One? We understand. Must be hard working being Great One, collecting all the shinies we leave for you.',12,0,0,0,0,0,34674,0,''),
|
|
(33533,10,0,'We brought you a gift, Great One. Maybe you see it when you wake up. Maybe you remember we came to see you, oki?',12,0,0,0,0,0,34675,0,''),
|
|
(33533,11,0,'So that\'s the queen of the dragons? Hmm... we thought she\'d be bigger. Yes, we did.',12,0,0,0,0,0,34631,0,''),
|
|
(33533,12,0,'How come she doesn\'t look like the other dragons? Could she turn into a big ol\' dragon if she wanted to?',12,0,0,0,0,0,34632,0,''),
|
|
(33533,13,0,'Um... Your Majesty, would you turn into a dragon for us?',12,0,0,0,0,0,34633,0,''),
|
|
(33533,14,0,'Oki... How about now?',12,0,0,0,0,0,34634,0,''),
|
|
(33535,0,0,'It is a weapon like no other. It must be like no other.',12,0,100,1,0,15610,33660,0,'Malygos'),
|
|
(33552,0,0,'A thousand deaths....',12,0,100,0,0,15762,33616,0,'Yogg-Saron'),
|
|
(33552,1,0,'Or one murder.',12,0,100,0,0,15763,33617,0,'Yogg-Saron'),
|
|
(33552,2,0,'Your petty quarrels only make me stronger.',12,0,100,0,0,15764,34188,0,'Yogg-Saron'),
|
|
(33552,3,0,'Yrr n\'lyeth... shuul anagg!',12,0,100,0,0,15766,33628,0,'Yogg-Saron'),
|
|
(33552,4,0,'He will learn... no king rules forever; only death is eternal!',12,0,100,0,0,15767,33629,0,'Yogg-Saron'),
|
|
(33552,5,0,'His brood learned their lesson before too long. You will soon learn yours!',12,0,100,0,0,15765,33663,0,'Yogg-Saron'),
|
|
(33558,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33558,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33558,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33558,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33558,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33558,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33558,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33558,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33558,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33558,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33558,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33558,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33559,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33559,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33559,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33559,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33559,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33559,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33559,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33559,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33559,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33559,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33559,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33559,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33561,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33561,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33561,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33561,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33561,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33561,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33561,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33561,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33561,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33561,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33561,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33561,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33562,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33562,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33562,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33562,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33562,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33562,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33562,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33562,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33562,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33562,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33562,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33562,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33564,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Valiant'),
|
|
(33564,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Valiant'),
|
|
(33564,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Valiant'),
|
|
(33564,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Valiant'),
|
|
(33564,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Valiant'),
|
|
(33564,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Valiant'),
|
|
(33564,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Valiant'),
|
|
(33564,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Valiant'),
|
|
(33564,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Valiant'),
|
|
(33564,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Valiant'),
|
|
(33564,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Valiant'),
|
|
(33564,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Valiant'),
|
|
(33579,0,0,'Pentarus, you heard the $gman:woman;. Have your mages release the shield and let these brave souls through!',14,0,100,0,0,0,33671,0,'Brann Bronzebeard - Ulduar'),
|
|
(33579,1,0,'Okay! Let\'s move out. Get into your machines; I\'ll speak to you from here via the radio.',12,0,100,0,0,0,33684,0,'Brann Bronzebeard - Ulduar'),
|
|
(33579,2,0,'Our allies are ready. Bring down the shield and make way!',14,0,100,0,0,0,33687,0,'Brann Bronzebeard - Ulduar'),
|
|
(33579,3,0,'The iron dwarves have been seen emerging from the bunkers at the base of the pillars straight ahead of you! Destroy the bunkers, and they\'ll be forced to fall back!',12,0,100,0,0,0,34145,0,'Brann Bronzebeard - Ulduar'),
|
|
(33624,0,0,'Of course, Brann. We will have the shield down momentarily.',14,0,100,0,0,0,33673,0,''),
|
|
(33624,1,0,'Mages of the Kirin Tor, on Brann\'s Command, release the shield! Defend this platform and our allies with your lives! For Dalaran!',14,0,100,0,0,0,33677,0,''),
|
|
(33626,0,0,'Not a bit. For the life of me, I can\'t figure out how this thing works.',12,0,100,0,0,0,34183,0,'Hired Engineer to Player'),
|
|
(33626,1,0,'I know, I know... I haven\'t given up yet. Don\'t get your hopes up though, this technology is way beyond me.',12,0,100,0,0,0,34187,0,'Hired Engineer to Player'),
|
|
(33628,21,0,'Welcome, champions. Today, before the eyes of your leaders and peers, you will prove yourselves worthy combatants.',14,0,100,1,0,0,35321,0,'Highlord Tirion Fordring - SAY_TIRION_CHAMPION_INTRO_1'),
|
|
(33628,22,0,'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.',14,0,100,0,0,0,35330,0,'Highlord Tirion Fordring - SAY_TIRION_CHAMPION_INTRO_2'),
|
|
(33628,23,0,'Begin!',14,0,100,0,0,8574,35331,0,'Highlord Tirion Fordring - SAY_TIRION_CHAMPION_BEGIN'),
|
|
(33628,24,0,'Well fought! Your next challenge comes from the Crusade\'s own ranks. You will be tested against their considerable prowess.',14,0,100,0,0,15882,35541,0,'Highlord Tirion Fordring - SAY_TIRION_PALETRESS_INTRO_1'),
|
|
(33628,31,0,'Well done. You have proven yourself today-',14,0,100,0,0,0,35544,0,'Highlord Tirion Fordring - SAY_TIRION_KNIGHT_INTRO_2'),
|
|
(33628,34,0,'What is the meaning of this?',14,0,100,0,0,0,35547,0,'Highlord Tirion Fordring - SAY_TIRION_KNIGHT_INTRO_2'),
|
|
(33628,41,0,'You may begin!',14,0,100,22,0,8574,35677,0,'Highlord Tirion Fordring - SAY_TIRION_YOU_MAY_BEGIN'),
|
|
(33662,0,0,'Any luck?',12,0,100,0,0,0,34184,0,'Kirin Tor Battle-Mage to Player'),
|
|
(33662,1,0,'Keep at it. If our suspicions are right and this is a transporter, it could prove extremely useful in our assault.',12,0,100,0,0,0,34186,0,'Kirin Tor Battle-Mage to Player'),
|
|
(33686,0,0,'I was constructed to serve as a repository for essential information regarding this complex. My primary functions include communicating the status of the frontal defense systems and assessing the status of the entity that this complex was built to imprison.',12,0,0,0,0,0,33703,0,'Norgannon SAY_EVENT_1'),
|
|
(33686,1,0,'Access to the interior of the complex is currently restricted. Primary defensive emplacements are active. Secondary systems are currently non-active.',12,0,0,0,0,0,33705,0,'Norgannon SAY_EVENT_2'),
|
|
(33686,2,0,'Compromise of complex detected, security override enabled - query permitted.',12,0,0,0,0,0,33707,0,'Norgannon SAY_EVENT_3'),
|
|
(33686,3,0,'Primary defensive emplacements consist of iron constructs and Storm Beacons, which will generate additional constructs as necessary. Secondary systems consist of orbital defense emplacements.',12,0,0,0,0,0,33712,0,'Norgannon SAY_EVENT_4'),
|
|
(33686,4,0,'Entity designate: Yogg-Saron. Security has been compromised. Prison operational status unknown. Unable to contact Watchers for notification purposes.',12,0,0,0,0,0,33711,0,'Norgannon SAY_EVENT_5'),
|
|
(33686,5,0,'Deactivating.',12,0,0,0,0,0,33808,0,'Norgannon SAY_EVENT_6'),
|
|
(33696,0,0,'%s nods.',16,0,100,0,0,0,33715,0,'Archmage Rhydian to Player'),
|
|
(33696,1,0,'%s whispers something to Brann.',16,0,100,0,0,0,33716,0,'Archmage Rhydian to Player'),
|
|
(33701,0,0,'I heard a story or two of a Lore Keeper in Uldaman that fit your description. Do you serve a similar purpose?',12,0,100,0,0,0,33702,0,'High Explorer Dellorah to Player'),
|
|
(33701,1,0,'Frontal defense systems? Is there something I should let Brann know before he has anyone attempt to enter the complex?',12,0,100,0,0,0,33704,0,'High Explorer Dellorah to Player'),
|
|
(33701,2,0,'Can you detail the nature of these defense systems?',12,0,100,0,0,0,33706,0,'High Explorer Dellorah to Player'),
|
|
(33701,3,0,'Got it. At least we don\'t have to deal with those orbital emplacements.',12,0,100,0,0,0,33708,0,'High Explorer Dellorah to Player'),
|
|
(33701,4,0,'Rhydian, make sure you let Brann and Archmage Pentarus know about those defenses immediately.',12,0,100,0,0,0,33709,0,'High Explorer Dellorah to Player'),
|
|
(33701,5,0,'And you mentioned an imprisoned entity? What is the nature of this entity and what is its status?',12,0,100,0,0,0,33710,0,'High Explorer Dellorah to Player'),
|
|
(33701,6,0,'Yogg-Saron is here? It sounds like we really will have our hands full then.',12,0,100,0,0,0,33713,0,'High Explorer Dellorah to Player'),
|
|
(33701,7,0,'What... What did you just do, $N?! Brann! Braaaaannn!',14,0,100,0,0,0,34446,0,'High Explorer Dellorah to Player'),
|
|
(33701,8,0,'Brann! $N just activated the orbital defense system! If we don\'t get out here soon, we\'re going to be toast!',14,0,100,0,0,0,34447,0,'High Explorer Dellorah to Player'),
|
|
(33707,0,1,'Ready yourself!',12,0,100,1,1000,0,33753,0,'Argent Champion'),
|
|
(33707,0,2,'Prepare yourself!',12,0,100,1,1000,0,33750,0,'Argent Champion'),
|
|
(33707,0,3,'On your guard!',12,0,100,1,1000,0,33752,0,'Argent Champion'),
|
|
(33707,0,4,'On your guard!',12,0,100,1,1000,0,33756,0,'Argent Champion'),
|
|
(33707,0,5,'Let it begin!',12,0,100,1,1000,0,33758,0,'Argent Champion'),
|
|
(33707,0,6,'Argent Champion is looking winded!',12,0,100,1,1000,0,0,0,'Argent Champion'),
|
|
(33707,1,7,'Victory is mine!',12,0,100,1,1000,0,33771,0,'Argent Champion'),
|
|
(33707,1,8,'It seems you still need more practice. Perhaps another time.',12,0,100,1,1000,0,33763,0,'Argent Champion'),
|
|
(33707,1,9,'I have won. Better luck another time, friend.',12,0,100,1,1000,0,33773,0,'Argent Champion'),
|
|
(33707,1,10,'I am afraid you will need more practice to defeat me.',12,0,100,1,1000,0,33772,0,'Argent Champion'),
|
|
(33707,2,11,'I yield to you.',12,0,100,1,1000,0,33767,0,'Argent Champion'),
|
|
(33707,2,12,'That was a well fought battle. I yield to you.',12,0,100,1,1000,0,33776,0,'Argent Champion'),
|
|
(33707,2,13,'It would seem I underestimated your skills. Well done..',12,0,100,1,1000,0,33768,0,'Argent Champion'),
|
|
(33707,2,14,'I have been defeated. Good fight!',12,0,100,1,1000,0,33868,0,'Argent Champion'),
|
|
(33738,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33738,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33738,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33738,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33738,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33738,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33738,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33738,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33738,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33738,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33738,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33738,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33739,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33739,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33739,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33739,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33739,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33739,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33739,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33739,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33739,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33739,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33739,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33739,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33740,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33740,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33740,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33740,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33740,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33740,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33740,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33740,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33740,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33740,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33740,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33740,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33743,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33743,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33743,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33743,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33743,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33743,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33743,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33743,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33743,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33743,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33743,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33743,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33744,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33744,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33744,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33744,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33744,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33744,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33744,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33744,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33744,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33744,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33744,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33744,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33745,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33745,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33745,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33745,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33745,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33745,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33745,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33745,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33745,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33745,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33745,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33745,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33746,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33746,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33746,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33746,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33746,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33746,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33746,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33746,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33746,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33746,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33746,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33746,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33747,0,0,'Ready yourself!',12,7,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33747,0,1,'Prepare yourself!',12,7,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33747,0,2,'On your guard!',12,7,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33747,0,3,'Let it begin!',12,7,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33747,1,0,'Victory is mine!',12,7,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33747,1,1,'It seems you still need more practice. Perhaps another time.',12,7,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33747,1,2,'I have won. Better luck another time, friend.',12,7,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33747,1,3,'I am afraid you will need more practice to defeat me.',12,7,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33747,2,0,'I yield to you.',12,7,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33747,2,1,'That was a well fought battle. I yield to you.',12,7,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33747,2,2,'It would seem I underestimated your skills. Well done.',12,7,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33747,2,3,'I have been defeated. Good fight!',12,7,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33748,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33748,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33748,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33748,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33748,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33748,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33748,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33748,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33748,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33748,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33748,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33748,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33749,0,0,'Ready yourself!',12,1,100,0,0,0,33757,0,'Argent Champion'),
|
|
(33749,0,1,'Prepare yourself!',12,1,100,0,0,0,33755,0,'Argent Champion'),
|
|
(33749,0,2,'On your guard!',12,1,100,0,0,0,33756,0,'Argent Champion'),
|
|
(33749,0,3,'Let it begin!',12,1,100,0,0,0,33758,0,'Argent Champion'),
|
|
(33749,1,0,'Victory is mine!',12,1,100,0,0,0,33777,0,'Argent Champion'),
|
|
(33749,1,1,'It seems you still need more practice. Perhaps another time.',12,1,100,0,0,0,33764,0,'Argent Champion'),
|
|
(33749,1,2,'I have won. Better luck another time, friend.',12,1,100,0,0,0,33779,0,'Argent Champion'),
|
|
(33749,1,3,'I am afraid you will need more practice to defeat me.',12,1,100,0,0,0,33778,0,'Argent Champion'),
|
|
(33749,2,0,'I yield to you.',12,1,100,0,0,0,33774,0,'Argent Champion'),
|
|
(33749,2,1,'That was a well fought battle. I yield to you.',12,1,100,0,0,0,33776,0,'Argent Champion'),
|
|
(33749,2,2,'It would seem I underestimated your skills. Well done.',12,1,100,0,0,0,33775,0,'Argent Champion'),
|
|
(33749,2,3,'I have been defeated. Good fight!',12,1,100,0,0,0,33760,0,'Argent Champion'),
|
|
(33785,0,0,'Get off that horse and fight me man-to-man!',14,0,100,0,0,0,34169,0,'yell'),
|
|
(33785,1,0,'I will not fail you, master!',14,0,100,0,0,0,34185,0,'yell'),
|
|
(33788,0,0,'Help shield us from these cutting winds, little sapling.',12,0,100,2,0,0,33814,0,'Fhyron Shadesong'),
|
|
(33788,0,1,'There you are.',12,0,100,273,0,0,33813,0,'Fhyron Shadesong'),
|
|
(33788,0,2,'Grow, little one.',12,0,100,273,0,0,33812,0,'Fhyron Shadesong'),
|
|
(33853,0,0,'This tournament is the biggest event in ages! Buy something to bring home to your family and show your kids.',12,0,100,1,0,0,33837,0,'Broxel Goldgrasp'),
|
|
(33853,0,1,'Hey! Check out these doublets! Now you can sport your city\'s colors without having a tabard flapping around and getting in the way!',12,0,100,1,0,0,33836,0,'Broxel Goldgrasp'),
|
|
(33853,0,2,'Want to show your pride without flailing around on one of those beasts? Whichever city you\'re rooting for, I got what you need!',12,0,100,1,0,0,33835,0,'Broxel Goldgrasp'),
|
|
(33853,0,3,'Show support for your favorite champion! Wear their colors at the next bout and let \'em know who you love!',12,0,100,0,0,0,33834,0,''),
|
|
(33874,0,0,'Entry denied. Access level insufficient.',12,0,100,0,0,15426,33894,0,'Archivum System'),
|
|
(33874,1,0,'Ninety-nine point nine nine percent.',12,0,100,0,0,15434,33902,0,'Archivum System'),
|
|
(33874,2,0,'That\'s repeating, of course.',12,0,100,0,0,15435,33903,0,'Archivum System'),
|
|
(33874,3,0,'Commencing watcher Freya status analysis.',12,0,100,0,0,15442,33872,0,'Archivum System'),
|
|
(33874,4,0,'Watcher powers augmented by presence of elder servants.',12,0,100,0,0,15443,33873,0,'Archivum System'),
|
|
(33874,5,0,'Analyzing Elder Brightleaf enhancement.... Persistent area defenses powered by solar amplification.',12,0,100,0,0,15444,33874,0,'Archivum System'),
|
|
(33874,6,0,'Elder Stonebark analysis reveals a sonic defense that disrupts use of magic.',12,0,100,0,0,15445,33875,0,'Archivum System'),
|
|
(33874,7,0,'Elder Ironbranch scans have uncovered plant-based immobilization mechanisms.',12,0,100,0,0,15446,33876,0,'Archivum System'),
|
|
(33874,8,0,'In addition, my analysis links each elder to an increase in Freya\'s spellcasting, physical, or summoning capabilities.',12,0,100,0,0,15447,33877,0,'Archivum System'),
|
|
(33874,9,0,'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.',12,0,100,0,0,15448,33878,0,'Archivum System'),
|
|
(33874,10,0,'Commencing watcher Hodir status analysis.',12,0,100,0,0,15453,33883,0,'Archivum System'),
|
|
(33874,11,0,'Hodir\'s sigil appears to be located inside a cache of artifacts.',12,0,100,0,0,15454,33884,0,'Archivum System'),
|
|
(33874,12,0,'Watcher Hodir\'s temperament and behavior highly unstable. Destruction of cache highly probable during prolonged combat.',12,0,100,0,0,15455,33885,0,'Archivum System'),
|
|
(33874,13,0,'Allies present in the field of battle are likely to provide synergies and minimize combat duration.',12,0,100,0,0,15456,33886,0,'Archivum System'),
|
|
(33874,14,0,'Preservation of cache is essential to recovering Hodir\'s sigil.',12,0,100,0,0,15457,34059,0,'Archivum System'),
|
|
(33874,15,0,'Commencing watcher Thorim status analysis.',12,0,100,0,0,15449,33880,0,'Archivum System'),
|
|
(33874,16,0,'An external influence, under illusory guise of Thorim\'s deceased mate, Sif, has been detected.',12,0,100,0,0,15450,33881,0,'Archivum System'),
|
|
(33874,17,0,'Mental interference from this presence dangerously close to triggering partial memory damage.',12,0,100,0,0,15451,33882,0,'Archivum System'),
|
|
(33874,18,0,'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.',12,0,100,0,0,15452,34058,0,'Archivum System'),
|
|
(33874,19,0,'Commencing watcher Mimiron status analysis.',12,0,100,0,0,15458,33887,0,'Archivum System'),
|
|
(33874,20,0,'Watcher Mimiron\'s sigil is linked to a self-destruct mechanism connected to the entirety of the Corridors of Ingenuity.',12,0,100,0,0,15459,33888,0,'Archivum System'),
|
|
(33874,21,0,'Trigger for self-destruct mechanism is codenamed \"Big Red Button\", Mimiron\'s own creation.',12,0,100,0,0,15461,33889,0,'Archivum System'),
|
|
(33874,22,0,'To retrieve Mimiron\'s sigil, initiate self-destruct sequence and defeat Mimiron before its completion.',12,0,100,0,0,15462,33890,0,'Archivum System'),
|
|
(33874,23,0,'Access to the Archivum granted. Intrusion protection mechanisms suspended.',12,0,100,0,0,15427,33895,0,'Archivum System'),
|
|
(33874,24,0,'Initiating query. The Algalon Failsafe is an automated emergency signal following a Prime Designate\'s demise.',12,0,100,0,0,15428,33896,0,'Archivum System'),
|
|
(33874,25,0,'Affirmative. Timestamp of Prime Designate Loken\'s destruction coincides with signal activation.',12,0,100,0,0,15429,33897,0,'Archivum System'),
|
|
(33874,26,0,'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.',12,0,100,0,0,15430,33898,0,'Archivum System'),
|
|
(33874,27,0,'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.',12,0,100,0,0,15431,33899,0,'Archivum System'),
|
|
(33874,28,0,'Request denied. Reply-codes built into Algalon observer entity. He is both messenger and message.',12,0,100,0,0,15432,33900,0,'Archivum System'),
|
|
(33874,29,0,'Algalon diagnostics assess danger of systemic Old God corruption in planetary vital functions. Calculating chance of Omega Reply-code...',12,0,100,0,0,15433,33901,0,'Archivum System'),
|
|
(33874,30,0,'Request denied. Access requires manual verification of the four watchers\' sigils.',12,0,100,0,0,15436,33937,0,'Archivum System'),
|
|
(33874,31,0,'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.',12,0,100,0,0,15437,33938,0,'Archivum System'),
|
|
(33874,32,0,'Analyzing watcher status. Please wait.',12,0,100,0,0,15438,33939,0,'Archivum System'),
|
|
(33874,33,0,'Corruption found. External influence gaining control over watchers. Sigils compromised.',12,0,100,0,0,15439,33940,0,'Archivum System'),
|
|
(33874,34,0,'Sufficient use of force would trigger a reset in watcher functions, removing the external influence.',12,0,100,0,0,15440,33941,0,'Archivum System'),
|
|
(33874,35,0,'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.',12,0,100,0,0,15441,33942,0,'Archivum System'),
|
|
(33874,36,0,'Fragment analysis underway.',12,0,100,0,0,15463,34061,0,'Archivum System'),
|
|
(33874,37,0,'Object identified: Val\'anyr, hammer of ancient kings.',12,0,100,0,0,15464,34062,0,'Archivum System'),
|
|
(33874,38,0,'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.',12,0,100,0,0,15465,34063,0,'Archivum System'),
|
|
(33874,39,0,'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.',12,0,100,0,0,15466,34064,0,'Archivum System'),
|
|
(33874,40,0,'Probability of successful repair by ordinary means available in this world is close to nil. Please hold while theoretical means are analyzed.',12,0,100,0,0,15467,34065,0,'Archivum System'),
|
|
(33874,41,0,'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.',12,0,100,0,0,15468,34066,0,'Archivum System'),
|
|
(33890,0,0,'The illusion shatters and a path to the central chamber opens!',41,0,100,0,0,0,34294,0,'Brain of Yogg-Saron - EMOTE_BRAIN_ILLUSION_SHATTERED'),
|
|
(33972,0,0,'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',42,0,0,0,0,0,34034,0,'Argent Tournament - Charge Tutorial'),
|
|
(33973,0,0,'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',42,0,0,0,0,0,34032,0,'Argent Tournament - Melee Tutorial'),
|
|
(33974,0,0,'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',42,0,0,0,0,0,34035,0,'Argent Tournament - Ranged Tutorial'),
|
|
(33993,0,0,'%s overcharges a Tempest Minion!',41,0,100,0,0,0,34511,0,'emalon EMOTE_OVERCHARGE_TEMPEST_MINION'),
|
|
(33993,1,0,'A Tempest Minion appears to defend Emalon!',41,0,100,0,0,0,34043,0,'emalon EMOTE_MINION_RESPAWN'),
|
|
(33993,2,0,'%s goes into a berserker rage!',16,0,100,0,0,0,34057,0,'emalon EMOTE_BERSERK'),
|
|
(34015,0,0,'%s crackles and surges with raw energy!',41,0,100,0,0,0,34085,0,'Tempest Warder'),
|
|
(34044,0,0,'Just in time. Let\'s see this thing off, then.',12,0,100,0,0,15826,34084,0,'Brann Bronzebeard'),
|
|
(34054,0,0,'You\'ve done it! You\'ve broken the defenses of Ulduar. In a few moments, we will be dropping in to...',12,0,100,0,0,15804,34154,3,'Bronzebeard Radio SAY_FL_START_0'),
|
|
(34054,1,0,'What is that? Be careful! Something\'s headed your way!',12,0,100,0,0,15805,34155,3,'Bronzebeard Radio SAY_FL_START_1'),
|
|
(34054,2,0,'Quicly! Evasive action! Evasive act--',12,0,100,0,0,15806,34156,3,'Bronzebeard Radio SAY_FL_START_2'),
|
|
(34054,3,0,'There are four generators powering the defense structures. If you sabotage the generators, the missile attacks will stop!',12,0,100,0,0,15796,34147,3,'Bronzebeard Radio SAY_FL_GENERATORS'),
|
|
(34054,4,0,'It appears you are near a repair station! Drive your vehicle onto the platform, and it should be automatically repaired.',12,0,100,0,0,15803,34153,3,'Bronzebeard Radio SAY_STATIONS'),
|
|
(34054,5,0,'Ah, the tower of Krolmir. It is said that the power of Thorim has been used only once... and that it turned an entire continent to dust.',12,0,100,0,0,15801,34151,3,'Bronzebeard Radio SAY_TOWER_THORIM'),
|
|
(34054,6,0,'This tower powers the Hammer of Hodir. It is said to have the power to turn entire armies to ice!',12,0,100,0,0,15797,34148,3,'Bronzebeard Radio SAY_TOWER_HODIR'),
|
|
(34054,7,0,'You\'re approaching the tower of Freya. It contains the power to turn barren wastelands into jungles teeming with life overnight.',12,0,100,0,0,15798,34149,3,'Bronzebeard Radio SAY_TOWER_FREYA'),
|
|
(34054,8,0,'This generator powers Mimiron\'s Gaze. In moments, it can turn earth to ash, stone to magma--we cannot let it reach full power!',12,0,100,0,0,15799,34150,3,'Bronzebeard Radio SAY_TOWER_MIMIRON'),
|
|
(34064,0,0,'We did it, lads! We got here before Algalon\'s arrival. Maybe we can rig the systems to interfere with his analysis--',14,0,0,0,0,15824,34161,0,'Brann Bronzebeard - SAY_BRANN_ALGALON_INTRO_1'),
|
|
(34064,1,0,'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.',12,0,0,19,0,15825,34029,0,'Brann Bronzebeard - SAY_BRANN_ALGALON_INTRO_2'),
|
|
(34064,2,0,'I know just the place. Will you be all right?',14,0,0,6,0,15823,34017,0,'Brann Bronzebeard - SAY_BRANN_ALGALON_OUTRO'),
|
|
(34102,0,0,'Thank you all for attending this sermon. It\'s wonderful to see so many familiar faces!',12,0,100,0,0,0,34192,0,'Argent Confessor Paletress'),
|
|
(34102,1,0,'Today I would like to touch on the three virtues of the Light.',12,0,100,0,0,0,34193,0,'Argent Confessor Paletress'),
|
|
(34102,2,0,'These are dark and difficult times for us all. The armies of the Scourge amass to the south. Companions fall on the battlefield and rise to serve our enemy moments later.',12,0,100,0,0,0,34194,0,'Argent Confessor Paletress'),
|
|
(34102,3,0,'Many of you have experienced a betrayal of trust.',12,0,100,0,0,0,34196,0,'Argent Confessor Paletress'),
|
|
(34102,4,0,'Yet you persevere, as we all must. In these times, no one is a stranger to the virtue of tenacity. In the face of despair and hatred, we continue to stand true to our beliefs and fight on.',12,0,100,0,0,0,34197,0,'Argent Confessor Paletress'),
|
|
(34102,5,0,'There can be no doubt as to your tenacity... but there are other virtues to consider.',12,0,100,0,0,0,34199,0,'Argent Confessor Paletress'),
|
|
(34102,6,0,'Respect is the first virtue taught to those joining the path of the Light.',12,0,100,0,0,0,34200,0,'Argent Confessor Paletress'),
|
|
(34102,7,0,'Look across the aisle to those you would call enemy. Despite the hatred that separates you, there are qualities to respect in your opponent. Their prowess should be acknowledged.',12,0,100,0,0,0,34201,0,'Argent Confessor Paletress'),
|
|
(34102,8,0,'All of us gathered here have a concept of honorable combat. Conducting yourself with honor and treating your opponent as you wish to be treated shows respect.',12,0,100,0,0,0,34202,0,'Argent Confessor Paletress'),
|
|
(34102,9,0,'Respect your opponent on the field, whether he be your brother or your sworn enemy. No matter where your beliefs truly lie, such respect is acknowledging a connection...',12,0,100,0,0,0,34203,0,'Argent Confessor Paletress'),
|
|
(34102,10,0,'...and in acknowledging those connections, you are closer to the Light.',12,0,100,0,0,0,34205,0,'Argent Confessor Paletress'),
|
|
(34102,11,0,'There is one further step on the path of Light: compassion.',12,0,100,0,0,0,34206,0,'Argent Confessor Paletress'),
|
|
(34102,12,0,'Rivalries abound in this day and age. It is easy to see differences wherever you turn.',12,0,100,0,0,0,34207,0,'Argent Confessor Paletress'),
|
|
(34102,13,0,'The challenge is in looking beyond appearances and understanding our similarities. Through this understanding, you can feel compassion for the losses others have suffered...',12,0,100,0,0,0,34208,0,'Argent Confessor Paletress'),
|
|
(34102,14,0,'...even if the victim bears another banner.',12,0,100,0,0,0,34209,0,'Argent Confessor Paletress'),
|
|
(34102,15,0,'By feeling and understanding compassion in enemy and ally alike, you reaffirm your connection with the world.',12,0,100,0,0,0,34210,0,'Argent Confessor Paletress'),
|
|
(34102,16,0,'Acting on these tenets, these virtues, help make the world a place we all can appreciate. A world of honor and justice.',12,0,100,0,0,0,34211,0,'Argent Confessor Paletress'),
|
|
(34102,17,0,'Think on my words, friends. In the darkness that surrounds us all, the Light is needed more than ever.',12,0,100,0,0,0,34212,0,'Argent Confessor Paletress'),
|
|
(34102,18,0,'I\'ll be behind the confessional screen if anyone wishes to speak with me. Any doubts, any worries, any uncertainties I will happily soothe.',12,0,100,0,0,0,34216,0,'Argent Confessor Paletress'),
|
|
(34102,19,0,'Take heart. Size isn\'t what matters, but how you use the skills you have.',12,0,100,0,0,0,34250,0,'Argent Confessor Paletress'),
|
|
(34102,20,0,'What you lack in size you make up for in ambition and dedication, little one. Go with the Light.',12,0,100,0,0,0,34251,0,'Argent Confessor Paletress'),
|
|
(34102,21,0,'Drink in moderation, then, my dwarven friend, but you may want to turn in your lance and reins for the time being. Go with the Light.',12,0,100,0,0,0,34259,0,'Argent Confessor Paletress'),
|
|
(34102,22,0,'I understand your frustration. Your people are ferocious in battle, and this isn\'t what you\'re used to.',12,0,100,0,0,0,34285,0,'Argent Confessor Paletress'),
|
|
(34102,23,0,'But this is a different sort of honorable combat. Difficult to adapt to, perhaps, but with your prowess I\'m sure you\'ll show everyone the strength in your people.',12,0,100,0,0,0,34286,0,'Argent Confessor Paletress'),
|
|
(34102,24,0,'Besides... while an axe can be a valuable tool in war, lances have their uses as well.',12,0,100,0,0,0,34287,0,'Argent Confessor Paletress'),
|
|
(34102,25,0,'It may seem pointless, but try to find pride in a good fight. The time will come when all this practicing and competition will be put to good use.',12,0,100,0,0,0,34292,0,'Argent Confessor Paletress'),
|
|
(34102,26,0,'And your hair looks wonderful.',12,0,100,0,0,0,34293,0,'Argent Confessor Paletress'),
|
|
(34102,27,0,'Your heart is in the right place, and I know you seek to serve the Light. But these small strikes do little to the great undead host.',12,0,100,0,0,0,34264,0,'Argent Confessor Paletress'),
|
|
(34102,28,0,'This tournament is helping to form a strong, concerted force, though it may not appear obvious. When we\'re ready, the eyes of the Crusade and all its champions will turn towards Icecrown.',12,0,100,0,0,0,34265,0,'Argent Confessor Paletress'),
|
|
(34102,29,0,'We will bring the might of all races to the Lich King, and he will be defeated.',12,0,100,0,0,0,34266,0,'Argent Confessor Paletress'),
|
|
(34102,30,0,'I know this does not seem like the obvious path to you, but it will bring you closer to the Light. Fight well, brother.',12,0,100,0,0,0,34267,0,'Argent Confessor Paletress'),
|
|
(34102,31,0,'Oh, my. Do you feel remorseful, at least?',12,0,100,0,0,0,34254,0,'Argent Confessor Paletress'),
|
|
(34102,32,0,'Argent Confessor Paletress blows a kiss to Silvermoon Champion.',16,0,100,17,0,0,0,0,'Argent Confessor Paletress'),
|
|
(34102,40,0,'Your heart is in the right place, and I know you seek to serve the Light. But these small strikes do little to the great undead host.',12,0,100,1,0,0,34264,0,'Argent Confessor Paletress'),
|
|
(34102,41,0,'This tournament is helping to form a strong, concerted force, though it may not appear obvious. When we\'re ready, the eyes of the Crusade and all its champions will turn towards Icecrown.',12,0,100,1,0,0,0,0,'Argent Confessor Paletress'),
|
|
(34102,42,0,'We will bring the might of all races to the Lich King, and he will be defeated.',12,0,100,1,0,0,34266,0,'Argent Confessor Paletress'),
|
|
(34102,43,0,'I know this does not seem like the obvious path to you, but it will bring you closer to the Light. Fight well, brother.',12,0,100,1,0,0,34267,0,'Argent Confessor Paletress'),
|
|
(34102,50,0,'Oh, my. Do you feel remorseful, at least?',12,0,100,1,0,0,34254,0,'Argent Confessor Paletress'),
|
|
(34102,100,0,'Thank you all for attending this sermon. It\'s wonderful to see so many familiar faces!',12,0,100,1,0,0,34192,0,'Argent Confessor Paletress'),
|
|
(34102,101,0,'Today I would like to touch on the three virtues of the Light.',12,0,100,1,0,0,34193,0,'Argent Confessor Paletress'),
|
|
(34102,102,0,'These are dark and difficult times for us all. The armies of the Scourge amass to the south. Companions fall on the battlefield and rise to serve our enemy moments later.',12,0,100,1,0,0,34194,0,'Argent Confessor Paletress'),
|
|
(34102,103,0,'Many of you have experienced a betrayal of trust.',12,0,100,1,0,0,34196,0,'Argent Confessor Paletress'),
|
|
(34102,104,0,'Yet you persevere, as we all must. In these times, no one is a stranger to the virtue of tenacity. In the face of despair and hatred, we continue to stand true to our beliefs and fight on.',12,0,100,1,0,0,34197,0,'Argent Confessor Paletress'),
|
|
(34102,105,0,'There can be no doubt as to your tenacity... but there are other virtues to consider.',12,0,100,1,0,0,34199,0,'Argent Confessor Paletress'),
|
|
(34102,106,0,'Respect is the first virtue taught to those joining the path of the Light.',12,0,100,1,0,0,34200,0,'Argent Confessor Paletress'),
|
|
(34102,107,0,'Look across the aisle to those you would call enemy. Despite the hatred that separates you, there are qualities to respect in your opponent. Their prowess should be acknowledged.',12,0,100,1,0,0,34201,0,'Argent Confessor Paletress'),
|
|
(34102,108,0,'All of us gathered here have a concept of honorable combat. Conducting yourself with honor and treating your opponent as you wish to be treated shows respect.',12,0,100,1,0,0,34202,0,'Argent Confessor Paletress'),
|
|
(34102,109,0,'Respect your opponent on the field, whether he be your brother or your sworn enemy. No matter where your beliefs truly lie, such respect is acknowledging a connection...',12,0,100,1,0,0,34203,0,'Argent Confessor Paletress'),
|
|
(34102,110,0,'...and in acknowledging those connections, you are closer to the Light.',12,0,100,1,0,0,34205,0,'Argent Confessor Paletress'),
|
|
(34102,111,0,'There is one further step on the path of Light: compassion.',12,0,100,1,0,0,34206,0,'Argent Confessor Paletress'),
|
|
(34102,112,0,'Rivalries abound in this day and age. It is easy to see differences wherever you turn.',12,0,100,1,0,0,34207,0,'Argent Confessor Paletress'),
|
|
(34102,113,0,'The challenge is in looking beyond appearances and understanding our similarities. Through this understanding, you can feel compassion for the losses others have suffered...',12,0,100,1,0,0,34208,0,'Argent Confessor Paletress'),
|
|
(34102,114,0,'...even if the victim bears another banner.',12,0,100,1,0,0,34209,0,'Argent Confessor Paletress'),
|
|
(34102,115,0,'By feeling and understanding compassion in enemy and ally alike, you reaffirm your connection with the world.',12,0,100,1,0,0,34210,0,'Argent Confessor Paletress'),
|
|
(34102,116,0,'Acting on these tenets, these virtues, help make the world a place we all can appreciate. A world of honor and justice.',12,0,100,1,0,0,34211,0,'Argent Confessor Paletress'),
|
|
(34102,117,0,'Think on my words, friends. In the darkness that surrounds us all, the Light is needed more than ever.',12,0,100,1,0,0,34212,0,'Argent Confessor Paletress'),
|
|
(34102,118,0,'I\'ll be behind the confessional screen if anyone wishes to speak with me. Any doubts, any worries, any uncertainties I will happily soothe.',12,0,100,1,0,0,34216,0,'Argent Confessor Paletress'),
|
|
(34143,0,0,'Self-destruct sequence initiated.',14,0,100,0,0,15413,34268,0,''),
|
|
(34143,1,0,'Self-destruct sequence terminated. Override code A905..',14,0,100,0,0,15414,34284,0,''),
|
|
(34143,2,0,'This area will self-destruct in ten minutes.',14,0,100,0,0,15415,34283,0,''),
|
|
(34143,3,0,'This area will self-destruct in nine minutes.',14,0,100,0,0,15416,34282,0,''),
|
|
(34143,4,0,'This area will self-destruct in eight minutes.',14,0,100,0,0,15417,34281,0,''),
|
|
(34143,5,0,'This area will self-destruct in seven minutes.',14,0,100,0,0,15418,34280,0,''),
|
|
(34143,6,0,'This area will self-destruct in six minutes.',14,0,100,0,0,15419,34273,0,''),
|
|
(34143,7,0,'This area will self-destruct in five minutes.',14,0,100,0,0,15420,34274,0,''),
|
|
(34143,8,0,'This area will self-destruct in four minutes.',14,0,100,0,0,15421,34275,0,''),
|
|
(34143,9,0,'This area will self-destruct in three minutes.',14,0,100,0,0,15422,34276,0,''),
|
|
(34143,10,0,'This area will self-destruct in two minutes.',14,0,100,0,0,15423,34277,0,''),
|
|
(34143,11,0,'This area will self-destruct in one minute.',14,0,100,0,0,15424,34278,0,''),
|
|
(34143,12,0,'Self-destruct sequence finalized. Have a nice day.',14,0,100,0,0,15425,34279,0,''),
|
|
(34320,0,0,'The %s\'s strong jaws tear into the food.',16,0,100,0,0,0,34521,0,'Venomhide Hatchling'),
|
|
(34320,0,1,'The %s quickly finishes the food and glances around for more.',16,0,100,0,0,0,34522,0,'Venomhide Hatchling'),
|
|
(34320,0,2,'The %s devours the food.',16,0,100,0,0,0,34519,0,'Venomhide Hatchling'),
|
|
(34320,0,3,'The %s catches the food in its mouth and swallows it in one gulp.',16,0,100,0,0,0,34520,0,'Venomhide Hatchling'),
|
|
(34386,1,0,'We remember this visit, yes we do. Never forget what you learn from your new friend, little Roo. You got great future ahead.',12,0,0,0,0,0,35492,0,''),
|
|
(34387,1,0,'No worry, Kekek. You grow up, be strong for Frenzyheart. You lead people back to old home, where there no big-tongue babies.',12,0,0,0,0,0,35493,0,''),
|
|
(34489,1,0,'Wanna see what I can do?',12,0,0,0,0,0,34617,0,''),
|
|
(34489,2,0,'Now dance together!',12,0,0,0,0,0,34619,0,''),
|
|
(34490,1,0,'Better watch out!',12,0,0,0,0,0,34624,0,''),
|
|
(34490,2,0,'Got you good!',12,0,0,0,0,0,34621,0,''),
|
|
(34496,0,0,'In the name of our dark master. For the Lich King. You. Will. Die.',14,0,100,0,0,16272,35738,0,'Eydis Darkbane - Aggro'),
|
|
(34496,1,0,'Let the light consume you!',14,0,100,0,0,16279,35746,0,'Eydis Darkbane to Fjola Lightbane - Light Vortex'),
|
|
(34496,2,0,'Let the dark consume you!',14,0,100,0,0,16278,35745,0,'Eydis Darkbane to Fjola Lightbane - Dark Vortex'),
|
|
(34496,3,0,'%s begins to cast |cFF9932CDDark Vortex!|r Switch to |cFF9932CDDark|r Essence!',41,0,100,0,0,16278,34968,0,'Eydis Darkbane to Fjola Lightbane - Dark Vortex emote'),
|
|
(34496,4,0,'%s begins to cast |cFFFF0000Twin\'s Pact!|r',41,0,100,0,0,16274,34974,0,'Eydis Darkbane to Fjola Lightbane - Twin\'s Pact emote'),
|
|
(34496,5,0,'CHAOS!',14,0,100,0,0,16274,29058,0,'Eydis Darkbane to Fjola Lightbane - Twin\'s Pact'),
|
|
(34496,6,0,'You have been measured and found wanting.',14,0,100,0,0,16276,35739,0,'Eydis Darkbane - Killing a player'),
|
|
(34496,6,1,'Unworthy!',14,0,100,0,0,16276,35740,0,'Eydis Darkbane - Killing a player'),
|
|
(34496,7,0,'You are finished!',14,0,0,0,0,16273,35743,0,'Eydis Darkbane - Berserk'),
|
|
(34496,8,0,'The Scourge cannot be stopped...',14,0,100,0,0,16275,35741,0,'Eydis Darkbane - Death'),
|
|
(34496,9,0,'UNWORTHY!',14,0,100,0,0,16276,35740,0,'Eydis Darkbane - Killing a player'),
|
|
(34497,0,0,'In the name of our dark master. For the Lich King. You. Will. Die.',14,0,100,0,0,16272,35738,0,'Fjola Lightbane - Aggro'),
|
|
(34497,1,0,'Let the light consume you!',14,0,100,0,0,16279,35746,0,'Fjola Lightbane to Fjola Lightbane - Light Vortex'),
|
|
(34497,2,0,'Let the dark consume you!',14,0,100,0,0,16278,35745,0,'Fjola Lightbane to Fjola Lightbane - Dark Vortex'),
|
|
(34497,3,0,'%s begins to cast |cFFFFFFFFLight Vortex!|r Switch to |cFFFFFFFFLight|r Essence!',41,0,100,0,0,16279,34967,0,'Fjola Lightbane to Fjola Lightbane - Light Vortex emote'),
|
|
(34497,4,0,'%s begins to cast Twin\'s Pact!',41,0,100,0,0,16274,34975,0,'Fjola Lightbane to Fjola Lightbane - Twin\'s Pact emote'),
|
|
(34497,5,0,'CHAOS!',14,0,100,0,0,16274,29058,0,'Fjola Lightbane to Fjola Lightbane - Twin\'s Pact'),
|
|
(34497,6,0,'You have been measured and found wanting.',14,0,100,0,0,16276,35739,0,'Fjola Lightbane - Killing a player'),
|
|
(34497,6,1,'Unworthy!',14,0,100,0,0,16276,35740,0,'Fjola Lightbane - Killing a player'),
|
|
(34497,7,0,'You are finished!',14,0,0,0,0,16273,35743,0,'Fjola Lightbane - Berserk'),
|
|
(34497,8,0,'The Scourge cannot be stopped...',14,0,100,0,0,16275,35741,0,'Fjola Lightbane - Death'),
|
|
(34497,9,0,'UNWORTHY!',14,0,100,0,0,16276,35740,0,'Fjola Lightbane - Killing a player'),
|
|
(34526,0,0,'Talk to me, Tahu. Something. Anything! I\'m going stir-crazy.',12,0,100,0,0,0,34762,0,'Aponi Brightmane'),
|
|
(34526,1,0,'Not much.',12,0,100,0,0,0,34763,0,'Aponi Brightmane'),
|
|
(34526,2,0,'Like Mu\'sha.',12,0,100,0,0,0,34764,0,'Aponi Brightmane'),
|
|
(34526,3,0,'Where are you going with this?',12,0,100,6,0,0,34765,0,'Aponi Brightmane'),
|
|
(34526,4,0,'I hear the \"but\" in your voice...',12,0,100,0,0,0,34766,0,'Aponi Brightmane'),
|
|
(34526,5,0,'Do you think his teachings are wrong?',12,0,100,6,0,0,34767,0,'Aponi Brightmane'),
|
|
(34526,6,0,'So are you going to bring this up to the elder?',12,0,100,0,0,0,34768,0,'Aponi Brightmane'),
|
|
(34526,7,0,'I suppose so. It\'s not silly, though, what you said.',12,0,100,1,0,0,34769,0,'Aponi Brightmane'),
|
|
(34526,8,0,'I see that thoughtful frown, Tahu.',12,0,100,0,0,0,34770,0,'Aponi Brightmane'),
|
|
(34526,9,0,'But something is on your mind, right?',12,0,100,6,0,0,34771,0,'Aponi Brightmane'),
|
|
(34526,10,0,'What about it?',12,0,100,0,0,0,34772,0,'Aponi Brightmane'),
|
|
(34526,11,0,'There\'s a phrase... \"It\'s always darkest before the dawn.\" The dawn will come, though, Tahu. The sun will rise. The balance will shift back to where it should be.',12,0,100,1,0,0,34773,0,'Aponi Brightmane'),
|
|
(34526,12,0,'%s smiles and gestures to the north.',16,0,100,25,0,0,34774,0,'Aponi Brightmane'),
|
|
(34526,13,0,'Even on the glacier itself, the sun manages to peek through the gloom. I have hope, Tahu. I think we\'ll make it through this, no matter how dire it looks.',12,0,100,1,0,0,34775,0,'Aponi Brightmane'),
|
|
(34526,14,0,'But I\'d still rather be there on the front lines helping it happen rather than trying to placate myself with belief. We can\'t just sit around and hope it happens.',12,0,100,0,0,0,34776,0,'Aponi Brightmane'),
|
|
(34526,15,0,'And through that hope, strengthen our side in the fight?',12,0,100,0,0,0,34777,0,'Aponi Brightmane'),
|
|
(34528,0,0,'%s laughs softly.',16,0,100,0,0,0,34745,0,'Tahu Sagewind'),
|
|
(34528,1,0,'All right, Aponi. I\'ve enough on my mind to share. Have you ever spoken to the elves of Moonglade?',12,0,100,1,0,0,34746,0,'Tahu Sagewind'),
|
|
(34528,2,0,'The elves speak of a moon goddess, did you know? They put great stock in the light given by the moon.',12,0,100,0,0,0,34747,0,'Tahu Sagewind'),
|
|
(34528,3,0,'Just like her. The parallels I\'ve heard are interesting. And it\'s no secret all druids, Shu\'halo and elf alike, can call upon Mu\'sha\'s light.',12,0,100,273,0,0,34748,0,'Tahu Sagewind'),
|
|
(34528,4,0,'I wonder. Hamuul has guided us well, and I\'ve learned so much from him. The legends say that our people were druids when time began...',12,0,100,1,0,0,34749,0,'Tahu Sagewind'),
|
|
(34528,5,0,'...but what Hamuul teaches is what the elves know. The night elves. They put such stock in their moon goddess, as creatures of the night.',12,0,100,0,0,0,34750,0,'Tahu Sagewind'),
|
|
(34528,6,0,'No! No, nothing like that. He is an elder for good reason, sister. Mu\'sha is one of the Earthmother\'s eyes, and she watches over us. That isn\'t sinister.',12,0,100,274,0,0,34751,0,'Tahu Sagewind'),
|
|
(34528,7,0,'But we\'re nothing if not people who strive for balance. Our warriors fight only when there is need. Our hunters take only what the tribes require to live, and use all they can when they do. The shaman stand as guide and mediator to the elemental spirits.',12,0,100,0,0,0,34753,0,'Tahu Sagewind'),
|
|
(34528,8,0,'And while we, as druids, are guardians of nature, I wonder if we\'ve overlooked a key aspect of balance in all things.',12,0,100,1,0,0,34754,0,'Tahu Sagewind'),
|
|
(34528,9,0,'No, no. No need for him to trouble about a student\'s idle philosophizing while he entertains a friend.',12,0,100,274,0,0,34755,0,'Tahu Sagewind'),
|
|
(34528,10,0,'Well, it isn\'t exactly a new thought, sister.',12,0,100,6,0,0,34756,0,'Tahu Sagewind'),
|
|
(34528,11,0,'Sorry, sister. It\'s nothing to worry about.',12,0,100,0,0,0,34778,0,'Tahu Sagewind'),
|
|
(34528,12,0,'I\'m thinking about the front to the north. The one you\'re so eager to return to.',12,0,100,1,0,0,34779,0,'Tahu Sagewind'),
|
|
(34528,13,0,'I know I\'m counseling patience, Aponi, but I don\'t like remaining here any more than you do. Times are bleak, and failing to act only makes me worry that my idle hand may have been the one to turn the tide.',12,0,100,0,0,0,34780,0,'Tahu Sagewind'),
|
|
(34528,14,0,'Still... there is balance in all things, even death. I simply hate the concept that such destruction and darkness might be necessary.',12,0,100,1,0,0,34781,0,'Tahu Sagewind'),
|
|
(34528,15,0,'I know, sister. I know. We\'ll return to fighting one day. For now, though, maybe it\'s best to spread the word to others... give them the hope you have.',12,0,100,1,0,0,34783,0,'Tahu Sagewind'),
|
|
(34528,16,0,'That\'s the idea.',12,0,100,273,0,0,34784,0,'Tahu Sagewind'),
|
|
(34564,0,0,'Ahhh, our guests have arrived, just as the master promised.',14,0,100,0,0,16235,35750,0,'Anub\'arak - Intro'),
|
|
(34564,1,0,'This place will serve as your tomb!',14,0,100,0,0,16234,35751,0,'Anub\'arak - Aggro'),
|
|
(34564,2,0,'Auum na-l ak-k-k-k, isshhh. Rise, minions. Devour...',14,0,100,0,0,16240,35756,0,'Anub\'arak - Submerge'),
|
|
(34564,3,0,'%s burrows into the ground!',41,0,100,0,0,16240,35071,0,'Anub\'arak - Burrows'),
|
|
(34564,4,0,'%s emerges from the ground!',41,0,100,0,0,0,35968,0,'Anub\'arak - Emerge emote'),
|
|
(34564,5,0,'The swarm shall overtake you!',14,0,100,0,0,16241,35757,0,'Anub\'arak - Leeching Swarm'),
|
|
(34564,6,0,'%s unleashes a Leeching Swarm to heal himself!',41,0,100,0,0,16241,35070,0,'Anub\'arak - Leeching Swarm emote'),
|
|
(34564,7,0,'F-lakkh shir!',14,0,100,0,0,16236,35752,0,'Anub\'arak - Killing a player'),
|
|
(34564,7,1,'Another soul to sate the host.',14,0,100,0,0,16237,35753,0,'Anub\'arak - Killing a player'),
|
|
(34564,8,0,'I have failed you, master...',14,0,100,0,0,16238,35754,0,'Anub\'arak - Death'),
|
|
(34565,0,0,'Mmmm... There\'s nothing like good, home-cooked human food.',12,0,100,1,0,0,34782,0,'Innocuous Townsman'),
|
|
(34565,1,0,'I lied. Your miserable food stinks, but not as much as this town is going to stink!',12,0,100,11,0,0,34785,0,'Innocuous Townsman'),
|
|
(34657,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Jaelyne Evensong - SAY_TRAMPLED'),
|
|
(34660,0,0,'%s\'s spikes pursue $n!',41,0,100,0,0,0,35676,0,'Anub\'arak - Spike target'),
|
|
(34701,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Colosos - SAY_TRAMPLED'),
|
|
(34702,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Ambrose Boltspark - SAY_TRAMPLED'),
|
|
(34703,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Lana Stouthammer - SAY_TRAMPLED'),
|
|
(34705,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Marshal Jacob Alerius - SAY_TRAMPLED'),
|
|
(34715,0,0,'And there\'s Orgrimmar, huge and menacing like always. Take a quick break, boys, then it\'s back to the Bluff!',12,1,100,1,0,0,35030,0,'Sky-Captain Blastnut - Dock at Orgrimmar'),
|
|
(34715,1,0,'Next stop, Thunder Bluff!',12,1,100,5,0,0,35031,0,'Sky-Captain Blastnut - Leave for Thunder Bluff'),
|
|
(34715,2,0,'Watch your step! Don\'t want you becoming a smudge down there. Welcome to Thunder Bluff!',12,1,100,1,0,0,35032,0,'Sky-Captain Blastnut - Dock at Thunder Bluff'),
|
|
(34715,3,0,'Okay, boys, let\'s get this baby over to Orgrimmar!',12,1,100,25,0,0,35033,0,'Sky-Captain Blastnut - Leave for Orgrimmar'),
|
|
(34716,0,0,'Thank you, $c.',12,0,100,5,0,0,35180,0,'Captive Aspirant'),
|
|
(34716,0,1,'They\'re killing the prisoners! Hurry, help the others.',12,0,100,5,0,0,35181,0,'Captive Aspirant'),
|
|
(34716,0,2,'I knew I shouldn\'t have come to the tournament!',12,0,100,5,0,0,35184,0,'Captive Aspirant'),
|
|
(34716,0,3,'I thought I was going to die in there!',12,0,100,5,0,0,35183,0,'Captive Aspirant'),
|
|
(34716,0,4,'I thought I\'d never make it out of here alive.',12,0,100,5,0,0,35182,0,'Captive Aspirant'),
|
|
(34721,0,0,'Move it, Zippik! We don\'t have all day!',12,1,100,5,0,0,35037,0,'Chief Officer Ograh - Leave for Thunder Bluff'),
|
|
(34721,1,0,'Careful. CAREFUL! Did I feel a shudder? You\'re going to knock that tower down, oaf!',12,1,100,5,0,0,35034,0,'Chief Officer Ograh - Dock at Orgrimmar & Thunder Bluff'),
|
|
(34721,2,0,'We\'re behind schedule! Turn this tub east! EAST!',12,1,100,5,0,0,35035,0,'Chief Officer Ograh - Leave for Orgrimmar'),
|
|
(34723,0,0,'Dat cloud look like da Warchief.',12,1,100,25,0,0,35027,0,'Watcher Tolwe - Random'),
|
|
(34723,0,1,'Dere be a bug.',12,1,100,25,0,0,35029,0,'Watcher Tolwe - Random'),
|
|
(34723,0,2,'Ware da ship! A harpy! ...wait, dat be another bird.',12,1,100,25,0,0,35028,0,'Watcher Tolwe - Random'),
|
|
(34723,0,3,'Dere be a bird!',12,1,100,25,0,0,35026,0,'Watcher Tolwe - Random'),
|
|
(34765,0,0,'The zeppelin to Thunder Bluff has arrived! All aboard for a smooth ride across the Barrens!',14,0,100,22,0,11804,35039,0,'Zelli Hotnozzle - Dock at Orgrimmar'),
|
|
(34766,0,0,'Step right up! The zeppelin to Orgrimmar has arrived! All aboard to Durotar!',14,0,100,22,0,11804,35041,0,'Krendle Bigpockets - Dock at Thunder Bluff'),
|
|
(34780,0,0,'Trifling gnome! Your arrogance will be your undoing!',14,0,100,397,0,16143,35730,0,'Lord Jaraxxus to Wilfred Fizzlebang - Intro'),
|
|
(34780,1,0,'You face Jaraxxus, Eredar Lord of the Burning Legion!',14,0,100,0,0,16144,35731,0,'Lord Jaraxxus - Aggro'),
|
|
(34780,2,0,'$n has |cFFFF0000Legion Flames!|r\n',41,0,100,0,0,0,35194,0,'Lord Jaraxxus - Legion Flame'),
|
|
(34780,3,0,'%s creates a Nether Portal!',41,0,100,0,0,16150,35190,0,'Lord Jaraxxus - Summing Nether Portal'),
|
|
(34780,4,0,'Come forth, sister! Your master calls!',14,0,100,0,0,16150,35736,0,'Lord Jaraxxus - Summoning Mistress of Pain'),
|
|
(34780,5,0,'$n has |cFF00FFFFIncinerate Flesh!|r',41,0,100,0,0,16149,35195,0,'Lord Jaraxxus - Incinerate Flesh'),
|
|
(34780,6,0,'FLESH FROM BONE!',14,0,100,0,0,16149,35735,0,'Lord Jaraxxus - Incinerate Flesh'),
|
|
(34780,7,0,'%s creates an |cFF00FF00Infernal Volcano!|r',41,0,100,0,0,16151,35191,0,'Lord Jaraxxus - Summoning Infernal Volcano emote'),
|
|
(34780,8,0,'IN-FER-NO!',14,0,100,0,0,16151,35737,0,'Lord Jaraxxus - Summoning Infernals'),
|
|
(34780,9,0,'Insignificant gnat!',14,0,0,0,0,16145,35732,0,'Lord Jaraxxus - Killing a player'),
|
|
(34780,9,1,'Banished to the Nether!',14,0,0,0,0,16146,35733,0,'Lord Jaraxxus - Killing a player'),
|
|
(34780,10,0,'Another will take my place. Your world is doomed...',14,0,100,0,0,16147,35734,0,'Lord Jaraxxus - Death'),
|
|
(34780,11,0,'%s goes into a berserker rage!',41,0,100,0,0,16148,34057,0,'Lord Jaraxxus - Berserk'),
|
|
(34796,0,0,'My slaves! Destroy the enemy!',41,0,0,0,0,0,0,0,'Gormok the Impaler - Snowball'),
|
|
(34797,0,0,'%s glares at $n and lets out a bellowing roar!',41,0,100,0,0,0,35675,0,'Icehowl - Roar'),
|
|
(34797,1,0,'%s crashes into the Coliseum wall and is stunned!',41,0,100,0,0,0,35317,0,'Icehowl - Fail'),
|
|
(34797,2,0,'Trampling combatants underfoot, %s goes into a frothing rage!',41,0,100,0,0,0,35318,0,'Icehowl - Enrage'),
|
|
(34799,0,0,'Upon seeing its companion perish, %s becomes enraged!',41,0,100,0,0,0,36147,0,'Dreadscale to Beasts Controller - Enrage'),
|
|
(34799,1,0,'%s buries itself in the earth!',41,0,100,0,0,0,0,0,'Dreadscale to Beasts Controller - Submerge'),
|
|
(34799,2,0,'%s getting out of the ground!',41,0,100,0,0,0,0,0,'Dreadscale to Beasts Controller - Emerge'),
|
|
(34883,0,0,'The Horde spectators cheer for $n.',16,0,100,71,0,8574,35162,0,'[ph] Argent Raid Spectator - FX - Horde - SAY_SPECTATOR_PALETRESS_INTRO'),
|
|
(34887,0,0,'The Alliance spectators cheer for $n.',16,0,100,71,0,8574,35161,0,'[ph] Argent Raid Spectator - FX - Alliance - SAY_SPECTATOR_PALETRESS_INTRO'),
|
|
(34900,0,0,'The humans of Stormwind cheer for $n.',16,0,100,0,0,8573,35147,0,'[ph] Argent Raid Spectator - FX - Human - SAY_CHEER'),
|
|
(34901,0,0,'The orcs of Orgrimmar cheer for $n.',16,0,100,0,0,8573,35149,0,'[ph] Argent Raid Spectator - FX - Orc - SAY_CHEER'),
|
|
(34902,0,0,'The trolls of the Sen\'jin Village begin a chant to celebrate $n.',16,0,100,0,0,8573,35151,0,'[ph] Argent Raid Spectator - FX - Troll - SAY_CHEER'),
|
|
(34903,0,0,'The tauren of Thunder Bluff cheer for $n.',16,0,100,0,0,8573,35150,0,'[ph] Argent Raid Spectator - FX - Tauren - SAY_CHEER'),
|
|
(34904,0,0,'The blood elves of Silvermoon cheer for $n.',16,0,100,0,0,8573,35143,0,'[ph] Argent Raid Spectator - FX - Blood Elf SAY_PALETRESS_INTRO_1 - SAY_CHEER'),
|
|
(34905,0,0,'The forsaken of the Undercity cheer for $n.',16,0,100,0,0,8573,35152,0,'[ph] Argent Raid Spectator - FX - Undead - SAY_CHEER'),
|
|
(34906,0,0,'The dwarves of Ironforge begin a cheer for $n.',16,0,100,0,0,8573,35145,0,'[ph] Argent Raid Spectator - FX - Dwarf - SAY_CHEER'),
|
|
(34907,0,0,'Be consumed by the mist!',12,0,100,0,0,0,24848,0,'Kvaldir Harpooner'),
|
|
(34907,0,1,'I shall draw your soul into the mist!',12,0,100,0,0,0,24846,0,'Kvaldir Harpooner'),
|
|
(34907,0,2,'I will heave your carcass into the ocean myself!',12,0,100,0,0,0,24850,0,'Kvaldir Harpooner'),
|
|
(34907,0,3,'Look what\'s lost its way...',12,0,100,0,0,0,24849,0,'Kvaldir Harpooner'),
|
|
(34907,0,4,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Kvaldir Harpooner'),
|
|
(34907,0,5,'You\'re not even fit to be fed to Leviroth.',12,0,100,0,0,0,24851,0,'Kvaldir Harpooner'),
|
|
(34907,0,6,'You\'ve strayed too far from your comfortable soil, $N.',12,0,100,0,0,0,0,0,'Kvaldir Harpooner'),
|
|
(34908,0,0,'The draenei of the Exodar cheer for $n.',16,0,100,0,0,8573,35144,0,'[ph] Argent Raid Spectator - FX - Draenei - SAY_CHEER'),
|
|
(34909,0,0,'The night elves of Darnassus cheer for $n.',16,0,100,0,0,8573,35148,0,'[ph] Argent Raid Spectator - FX - Night Elf - SAY_CHEER'),
|
|
(34910,0,0,'The gnomes of Gnomeregan cheer for $n.',16,0,100,0,0,8573,35146,0,'[ph] Argent Raid Spectator - FX - Gnome - SAY_CHEER'),
|
|
(34924,0,0,'The gates have been breached! Defend the keep!',14,0,100,0,0,0,35165,0,'High Commander Halford Wyrmbane'),
|
|
(34928,0,0,'Thank you, good herald. Your words are too kind.',12,0,100,2,0,16245,35762,0,'Argent Confessor Paletress - SAY_INTRO_1'),
|
|
(34928,1,0,'May the Light give me strength to provide a worthy challenge.',12,0,100,16,0,16246,35763,0,'Argent Confessor Paletress - SAY_INTRO_2'),
|
|
(34928,2,0,'Well, then. Let us begin.',14,0,100,0,0,16247,35229,0,'Argent Confessor Paletress - SAY_AGGRO'),
|
|
(34928,3,0,'Take this time to consider your past deeds.',14,0,100,0,0,16248,35764,0,'Argent Confessor Paletress - SAY_MEMORY_SUMMON'),
|
|
(34928,4,0,'Even the darkest memory fades when confronted!',14,0,100,0,0,16249,35231,0,'Argent Confessor Paletress - SAY_MEMORY_DEATH'),
|
|
(34928,5,0,'Take your rest.',14,0,100,0,0,16250,35765,0,'Argent Confessor Paletress - SAY_KILL_PLAYER'),
|
|
(34928,5,1,'Be at ease.',14,0,100,0,0,16251,35766,0,'Argent Confessor Paletress - SAY_KILL_PLAYER'),
|
|
(34928,6,0,'Excellent work!',14,0,100,0,0,16252,35232,0,'Argent Confessor Paletress - SAY_DEFEATED'),
|
|
(34942,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Hogger - EMOTE_WAKING_NIGHTMARE'),
|
|
(34947,0,0,'Be consumed by the mist!',12,0,100,0,0,0,24848,0,'Kvaldir Berserker'),
|
|
(34947,0,1,'I shall draw your soul into the mist!',12,0,100,0,0,0,24846,0,'Kvaldir Berserker'),
|
|
(34947,0,2,'I will heave your carcass into the ocean myself!',12,0,100,0,0,0,24850,0,'Kvaldir Berserker'),
|
|
(34947,0,3,'Look what\'s lost its way...',12,0,100,0,0,0,24849,0,'Kvaldir Berserker'),
|
|
(34947,0,4,'YAAARRRGH!',12,0,100,0,0,0,22700,0,'Kvaldir Berserker'),
|
|
(34947,0,5,'You\'re not even fit to be fed to Leviroth.',12,0,100,0,0,0,24851,0,'Kvaldir Berserker'),
|
|
(34947,0,6,'You\'ve strayed too far from your comfortable soil, $N.',12,0,100,0,0,0,0,0,'Kvaldir Berserker'),
|
|
(34956,0,0,'They were seconds from strapping me to one of those altars and sucking my soul out. Let\'s get out of here!',12,0,100,5,0,0,35790,0,'Kul the Reckless'),
|
|
(34960,0,0,'All aboard the gunship! Man the guns!',14,0,100,0,0,0,35228,0,'Alliance Gunship Captain'),
|
|
(34965,0,0,'Foolish $c, you cannot stop the Kvaldir!',12,0,100,0,0,0,35393,0,'Mistcaller Yngvar'),
|
|
(34980,0,0,'You dare to challenge Drottinn Hrothgar, king of the seas?',14,0,100,0,0,0,35227,0,'Drottinn Hrothgar'),
|
|
(34990,0,0,'Your beasts will be no match for my champions, Tirion!',14,0,0,0,0,16069,35693,0,'King Varian Wrynn - Northrend Beasts Outro'),
|
|
(34990,1,0,'The Alliance doesn\'t need the help of a demon lord to deal with Horde filth! Come, pig!',14,0,100,5,0,16064,35688,0,'King Varian Wrynn - Lord Jaraxxus Outro'),
|
|
(34990,2,0,'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!',14,0,100,5,0,16066,35690,0,'King Varian Wrynn - Faction Champions Intro'),
|
|
(34990,3,0,'Fight for the glory of the Alliance, heroes! Honor your king and your people!',14,0,100,5,0,16065,35689,0,'King Varian Wrynn - Faction Champions Intro'),
|
|
(34990,4,0,'GLORY TO THE ALLIANCE!',14,0,100,0,0,16067,35691,0,'King Varian Wrynn - Victory'),
|
|
(34990,5,0,'Not even the Lich King\'s most powerful minions can stand against the Alliance. All hail our victors!',14,0,0,0,0,16068,35692,0,'King Varian Wrynn - Faction Champions Outro'),
|
|
(34990,6,0,'Hardly a challenge.',14,0,100,274,0,16061,35685,0,'King Varian Wrynn - Faction Champions Kill Player'),
|
|
(34990,6,1,'HAH!',14,0,100,5,0,16060,35684,0,'King Varian Wrynn - Faction Champions Kill Player'),
|
|
(34990,6,2,'Is this the best the Horde has to offer?',14,0,100,6,0,16063,35687,0,'King Varian Wrynn - Faction Champions Kill Player'),
|
|
(34990,6,3,'Worthless scrub.',14,0,100,25,0,16062,35686,0,'King Varian Wrynn - Faction Champions Kill Player'),
|
|
(34990,50,0,'I have no taste for these games, Tirion. Still... I trust they will perform admirably.',12,0,100,1,0,0,35322,0,'King Varian Wrynn'),
|
|
(34990,51,0,'Don\'t just stand there; kill him!',14,0,100,22,0,0,35550,0,'King Varian Wrynn'),
|
|
(34990,52,0,'I did not come here to watch animals tear at each other senselessly, Tirion.',12,0,100,1,0,0,35328,0,'King Varian Wrynn'),
|
|
(34990,53,0,'You fought well.',14,0,100,66,0,0,35795,0,'King Varian Wrynn - SAY_KNIGHT_OUTRO'),
|
|
(34994,0,0,'Fight well, Horde! Lok\'tar Ogar!',14,0,100,22,0,0,35326,0,'Thrall - SAY_THRALL_GRAND_CHAMPIONS_INTRO'),
|
|
(34994,1,0,'Well done, Horde!',14,0,100,66,0,0,35794,0,'Thrall - SAY_THRALL_KNIGHT_OUTRO'),
|
|
(34994,2,0,'Garrosh, enough.',12,0,100,396,0,0,35325,0,'Thrall'),
|
|
(34995,0,0,'I\'ve seen more worthy challenges in the Ring of Blood. You waste our time, paladin.',14,0,100,1,0,16026,35707,0,'Garrosh Hellscream - Northrend Beasts Outro'),
|
|
(34995,1,0,'Treacherous Alliance dogs! You summon a demon lord against warriors of the Horde? Your deaths will be swift!',14,0,100,5,0,16021,35699,0,'Garrosh Hellscream - Lord Jaraxxus Outro'),
|
|
(34995,2,0,'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.',14,0,100,1,0,16023,35703,0,'Garrosh Hellscream - Faction Champions Intro'),
|
|
(34995,3,0,'Show them no mercy, Horde champions! LOK\'TAR OGAR! ',14,0,0,0,0,16022,35701,0,'Garrosh - Faction Champions Intro'),
|
|
(34995,4,0,'That was just a taste of what the future brings. FOR THE HORDE!',14,0,100,1,0,16024,35705,0,'Garrosh Hellscream - Faction Champions Victory'),
|
|
(34995,5,0,'Do you still question the might of the Horde, paladin? We will take on all comers!',14,0,100,1,0,16025,35706,0,'Garrosh Hellscream - Faction Champions Outro'),
|
|
(34995,6,0,'Weakling!',14,0,100,0,0,16017,35694,0,'Garrosh Hellscream - Faction Champions Kill Player'),
|
|
(34995,6,1,'Pathetic.',14,0,100,0,0,16018,35696,0,'Garrosh Hellscream - Faction Champions Kill Player'),
|
|
(34995,6,2,'Overpowered...',14,0,100,0,0,16019,35697,0,'Garrosh Hellscream - Faction Champions Kill Player'),
|
|
(34995,6,3,'Lok\'tar!',14,0,100,0,0,16020,37739,0,'Garrosh Hellscream - Faction Champions Kill Player'),
|
|
(34995,50,0,'Finally, a fight worth watching.',12,0,100,396,0,0,35327,0,'Garrosh Hellscream - SAY_GARROSH_GRAND_CHAMPIONS_INTRO'),
|
|
(34995,51,0,'Tear him apart!',14,0,100,22,0,0,35551,0,'Garrosh Hellscream'),
|
|
(34995,52,0,'Admirably? Hah! I will enjoy watching your weak little champions fail, human.',14,0,100,22,0,0,35324,0,'Garrosh Hellscream'),
|
|
(34996,0,0,'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.',14,0,100,0,0,16036,35708,0,'Highlord Tirion Fordring - Welcome'),
|
|
(34996,1,0,'Hailing from the deepest, darkest caverns of the Storm Peaks, Gormok the Impaler! Battle on, heroes!',14,0,100,0,0,16038,35710,0,'Highlord Tirion Fordring - Summing Gormok the Impaler'),
|
|
(34996,2,0,'Steel yourselves, heroes, for the twin terrors, Acidmaw and Dreadscale, enter the arena!',14,0,100,0,0,16039,35711,0,'Highlord Tirion Fordring - Summing Acidmaw and Dreadscale'),
|
|
(34996,3,0,'The air itself freezes with the introduction of our next combatant, Icehowl! Kill or be killed, champions!',14,0,100,0,0,16040,35712,0,'Highlord Tirion Fordring Summing Icehowl'),
|
|
(34996,4,0,'The monstrous menagerie has been vanquished!',14,0,100,0,0,16041,35713,0,'Highlord Tirion Fordring - Northrend Beasts Done'),
|
|
(34996,5,0,'Tragic... They fought valiantly, but the beasts of Northrend triumphed. Let us observe a moment of silence for our fallen heroes.',14,0,0,0,0,16042,35714,0,'Highlord Tirion Fordring - Northrend Beasts FAIL'),
|
|
(34996,6,0,'Grand Warlock Wilfred Fizzlebang will summon forth your next challenge. Stand by for his entry.',14,0,100,0,0,16043,35715,0,'Highlord Tirion Fordring - Summing Wilfred Fizzlebang'),
|
|
(34996,7,0,'Quickly, heroes, destroy the demon lord before it can open a portal to its twisted demonic realm!',14,0,100,5,0,16044,35716,0,'Highlord Tirion Fordring to Wilfred Fizzlebang - Lord Jaraxxus Intro'),
|
|
(34996,8,0,'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.',14,0,100,0,0,16045,35717,0,'Highlord Tirion Fordring - Lord Jaraxxus Outro'),
|
|
(34996,9,0,'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!',14,0,100,5,0,16046,35718,0,'Highlord Tirion Fordring - Lord Jaraxxus Outro'),
|
|
(34996,10,0,'The next battle will be against the Argent Crusade\'s most powerful knights! Only by defeating them will you be deemed worthy...',14,0,100,0,0,16047,35719,0,'Highlord Tirion Fordring - Faction Champions Intro'),
|
|
(34996,11,0,'Very well. I will allow it. Fight with honor!',14,0,100,1,0,16048,35720,0,'Highlord Tirion Fordring - Faction Champions Intro'),
|
|
(34996,12,0,'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.',14,0,100,0,0,16049,35721,0,'Highlord Tirion Fordring - Faction Champions Outro'),
|
|
(34996,13,0,'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!',14,0,100,0,0,16050,35722,0,'Highlord Tirion Fordring - Twin Val\'kyr Intro'),
|
|
(34996,14,0,'Let the games begin!',14,0,100,0,0,16037,35709,0,'Highlord Tirion Fordring - Twin Val\'kyr Intro'),
|
|
(34996,15,0,'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!',14,0,100,5,0,16051,35723,0,'Highlord Tirion Fordring - Anub\'arak Intro'),
|
|
(34996,16,0,'Arthas! You are hopelessly outnumbered! Lay down Frostmourne and I will grant you a just death.',14,0,100,25,0,16052,35724,0,'Highlord Tirion Fordring'),
|
|
(34996,17,0,'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!',14,0,100,5,0,0,36129,0,'Highlord Tirion Fordring'),
|
|
(34996,18,0,'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!',14,0,100,0,0,0,0,0,'Highlord Tirion Fordring'),
|
|
(34996,50,0,'Welcome, champions. Today, before the eyes of your leaders and peers, you will prove yourselves worthy combatants.',14,0,100,1,0,0,35321,0,'Highlord Tirion Fordring - SAY_TIRION_GRAND_CHAMPION_INTRO_1'),
|
|
(34996,51,0,'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.',14,0,100,0,0,0,35330,0,'Highlord Tirion Fordring - SAY_TIRION_GRAND_CHAMPION_INTRO_2'),
|
|
(34996,52,0,'Begin!',14,0,100,0,0,8574,35331,0,'Highlord Tirion Fordring - SAY_TIRION_GRAND_CHAMPION_INTRO_3'),
|
|
(34996,53,0,'Well fought! Your next challenge comes from the Crusade\'s own ranks. You will be tested against their considerable prowess.',14,0,100,0,0,15882,35541,0,'Highlord Tirion Fordring - SAY_TIRION_PALETRESS_INTRO_1'),
|
|
(34996,54,0,'You may begin!',14,0,100,22,0,8574,35677,0,'Highlord Tirion Fordring - SAY_TIRION_PALETRESS_INTRO_2'),
|
|
(34996,55,0,'Well done. You have proven yourself today-',14,0,100,0,0,0,35544,0,'Highlord Tirion Fordring - SAY_TIRION_KNIGHT_INTRO_2'),
|
|
(34996,56,0,'What is the meaning of this?',14,0,100,0,0,0,35547,0,'Highlord Tirion Fordring - SAY_TIRION_KNIGHT_INTRO_2'),
|
|
(34996,57,0,'My congratulations, champions. Through trials both planned and unexpected, you have triumphed.',14,0,100,0,0,15882,35796,0,'Highlord Tirion Fordring - SAY_TIRION_KNIGHT_OUTRO_1'),
|
|
(34996,58,0,'Go now and rest; you\'ve earned it.',14,0,100,0,0,0,35797,0,'Highlord Tirion Fordring - SAY_TIRION_KNIGHT_OUTRO_2'),
|
|
(35003,0,0,'All aboard the gunship! Man the guns!',14,0,100,0,0,0,35241,0,'Horde Gunship Captain'),
|
|
(35004,0,0,'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!',14,0,100,0,0,8574,35542,0,'Jaeren Sunsworn - SAY_JAEREN_INTRO'),
|
|
(35004,1,0,'The next combatant is second to none in her passion for upholding the Light. I give you Argent Confessor Paletress!',14,0,100,0,0,8574,35543,0,'Jaeren Sunsworn - SAY_JAEREN_PALETRESS_INTRO'),
|
|
(35004,2,0,'The Sunreavers are proud to present their representatives in this trial by combat.',14,0,100,396,0,8574,35260,0,'Jaeren Sunsworn - SAY_JAEREN_GRAND_CHAMPIONS_INTRO_1'),
|
|
(35004,3,0,'Here comes the small but deadly Ambrose Boltspark, Grand Champion of Gnomeregan!',12,0,100,0,0,8573,35248,0,'Jaeren Sunsworn - SAY_JAEREN_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35004,4,0,'Entering the arena is the Grand Champion of Darnassus, the skilled sentinel Jaelyne Evensong!',12,0,100,0,0,8573,35249,0,'Jaeren Sunsworn - SAY_JAEREN_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35004,5,0,'Proud and strong, give a cheer for Marshal Jacob Alerius, the Grand Champion of Stormwind!',12,0,100,0,0,8573,35245,0,'Jaeren Sunsworn - SAY_JAEREN_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35004,6,0,'The might of the dwarves is represented today by the Grand Champion of Ironforge, Lana Stouthammer!',12,0,100,0,0,8573,35246,0,'Jaeren Sunsworn - SAY_JAEREN_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35004,7,0,'Coming out of the gate is Colosos, the towering Grand Champion of the Exodar!',12,0,100,0,0,8573,35247,0,'Jaeren Sunsworn - SAY_JAEREN_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35004,8,0,'What\'s that, up near the rafters?',12,0,100,25,0,0,35545,0,'Jaeren Sunsworn - SAY_JAEREN_KNIGHT_INTRO'),
|
|
(35005,0,0,'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!',14,0,100,0,0,8574,35542,0,'Arelas Brightstar - SAY_EADRIC_INTRO'),
|
|
(35005,1,0,'The next combatant is second to none in her passion for upholding the Light. I give you Argent Confessor Paletress!',14,0,100,0,0,8574,35543,0,'Arelas Brightstar - SAY_ARELAS_PALETRESS_INTRO'),
|
|
(35005,2,0,'The Silver Covenant is pleased to present their contenders for this event, Highlord.',14,0,100,396,0,8574,35259,0,'Arelas Brightstar - SAY_ARELAS_GRAND_CHAMPIONS_INTRO_1'),
|
|
(35005,3,0,'Coming out of the gate is Eressea Dawnsinger, skilled mage and Grand Champion of Silvermoon!\n',12,0,100,0,0,8573,35338,0,'Arelas Brightstar - SAY_ARELAS_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35005,4,0,'Entering the arena is the lean and dangerous Zul\'tore, Grand Champion of Sen\'jin!\n',12,0,100,0,0,8573,35335,0,'Arelas Brightstar - SAY_ARELAS_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35005,5,0,'Presenting the fierce Grand Champion of Orgrimmar, Mokra the Skullcrusher!\n',12,0,100,0,0,8573,35334,0,'Arelas Brightstar - SAY_ARELAS_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35005,6,0,'Representing the tenacity of the Forsaken, here is the Grand Champion of the Undercity, Deathstalker Visceri!\n',12,0,100,0,0,8573,35337,0,'Arelas Brightstar - SAY_ARELAS_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35005,7,0,'Tall in the saddle of his kodo, here is the venerable Runok Wildmane, Grand Champion of Thunder Bluff!\n',12,0,100,0,0,8573,35336,0,'Arelas Brightstar - SAY_ARELAS_GRAND_CHAMPIONS_INTRO_2'),
|
|
(35005,8,0,'What\'s that, up near the rafters?',12,0,100,25,0,0,35545,0,'Arelas Brightstar - SAY_ARELAS_KNIGHT_INTRO'),
|
|
(35028,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of VanCleef - EMOTE_WAKING_NIGHTMARE'),
|
|
(35029,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Mutanus - EMOTE_WAKING_NIGHTMARE'),
|
|
(35030,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Herod - EMOTE_WAKING_NIGHTMARE'),
|
|
(35031,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Lucifron - EMOTE_WAKING_NIGHTMARE'),
|
|
(35032,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Thunderaan - EMOTE_WAKING_NIGHTMARE'),
|
|
(35033,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Chromaggus - EMOTE_WAKING_NIGHTMARE'),
|
|
(35034,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Hakkar - EMOTE_WAKING_NIGHTMARE'),
|
|
(35036,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Vek\'nilash - EMOTE_WAKING_NIGHTMARE'),
|
|
(35037,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Kalithresh - EMOTE_WAKING_NIGHTMARE'),
|
|
(35038,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Malchezaar - EMOTE_WAKING_NIGHTMARE'),
|
|
(35039,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Gruul - EMOTE_WAKING_NIGHTMARE'),
|
|
(35040,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Vashj - EMOTE_WAKING_NIGHTMARE'),
|
|
(35041,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Archimonde - EMOTE_WAKING_NIGHTMARE'),
|
|
(35042,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Illidan - EMOTE_WAKING_NIGHTMARE'),
|
|
(35043,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Delrissa - EMOTE_WAKING_NIGHTMARE'),
|
|
(35044,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Entropius - EMOTE_WAKING_NIGHTMARE'),
|
|
(35045,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Ingvar - EMOTE_WAKING_NIGHTMARE'),
|
|
(35046,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Cyanigosa - EMOTE_WAKING_NIGHTMARE'),
|
|
(35047,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Eck - EMOTE_WAKING_NIGHTMARE'),
|
|
(35048,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Onyxia - EMOTE_WAKING_NIGHTMARE'),
|
|
(35049,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Heigan - EMOTE_WAKING_NIGHTMARE'),
|
|
(35050,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Ignis - EMOTE_WAKING_NIGHTMARE'),
|
|
(35051,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Vezax - EMOTE_WAKING_NIGHTMARE'),
|
|
(35052,0,0,'%s begins to invoke the Waking Nightmare!',41,0,100,0,0,0,35491,0,'Memory of Algalon - EMOTE_WAKING_NIGHTMARE'),
|
|
(35116,0,0,'What do you think you\'re doing?',12,0,0,1,0,0,35357,0,''),
|
|
(35116,1,0,'You\'re too late to stop our plan.',12,0,0,1,0,0,35358,0,''),
|
|
(35116,2,0,'See to it that I\'m not followed.',12,0,0,1,0,0,35359,0,''),
|
|
(35119,0,0,'Are you up to the challenge? I will not hold back.',12,0,100,397,0,16134,35347,0,'Eadric the Pure - SAY_INTRO'),
|
|
(35119,1,0,'Prepare yourselves!',14,0,100,0,0,16135,35758,0,'Eadric the Pure - SAY_AGGRO'),
|
|
(35119,2,0,'%s begins to radiate light. Shield your eyes!',41,0,100,0,0,0,35415,0,'Eadric the Pure - EMOTE_RADIANCE'),
|
|
(35119,3,0,'%s targets $n with the Hammer of the Righteous!',41,0,100,0,0,16136,35408,0,'Eadric the Pure - EMOTE_HAMMER_RIGHTEOUS'),
|
|
(35119,4,0,'Hammer of the Righteous!',14,0,100,0,0,16136,35442,0,'Eadric the Pure - SAY_HAMMER_RIGHTEOUS'),
|
|
(35119,5,0,'You! You need more practice.',14,0,100,0,0,16137,35759,0,'Eadric the Pure - SAY_KILL_PLAYER'),
|
|
(35119,5,1,'Nay, nay, and I say yet again nay! Not good enough.',14,0,100,0,0,16138,35760,0,'Eadric the Pure - SAY_KILL_PLAYER'),
|
|
(35119,6,0,'I yield! I submit. Excellent work. May I run away now?',14,0,100,0,0,16139,35761,0,'Eadric the Pure - SAY_DEFEATED'),
|
|
(35127,0,0,'Gladly.',12,0,1,0,0,0,35360,0,''),
|
|
(35144,0,0,'Upon seeing its companion perish, %s becomes enraged!',41,0,100,0,0,0,36147,0,'Acidmaw to Beasts Controller - Enrage'),
|
|
(35144,1,0,'You have been infected with a Paralytic Toxin!',42,0,100,0,0,0,36323,0,'Acidmaw - Special Attack'),
|
|
(35144,2,0,'%s getting out of the ground!',41,0,100,0,0,0,0,0,'Acidmaw to Beasts Controller - Emerge'),
|
|
(35320,0,0,'Thank you. It\'s the least I can do to support this; we need to stand together.',12,0,100,2,0,16120,35523,0,'Lady Jaina Proudmoore'),
|
|
(35320,1,0,'I\'m sure Thrall will have his people under control...',12,0,100,274,0,16121,35529,0,'Lady Jaina Proudmoore'),
|
|
(35321,0,0,'Tirion.',12,0,100,1,0,16070,35521,0,'King Varian Wrynn'),
|
|
(35321,1,0,'You ask much of me, Tirion, to sit and watch, trusting the savages to keep themselves in check.',12,0,100,1,0,16071,35524,0,'King Varian Wrynn'),
|
|
(35321,2,0,'Perhaps. I doubt the effectiveness of this gambit. We would be better served preparing our armies for the final assault.',12,0,100,1,0,16072,35527,0,'King Varian Wrynn'),
|
|
(35321,3,0,'But if my presence is required in these games to gain your support in the battle, then I will remain. For now.',12,0,100,1,0,0,35528,0,'King Varian Wrynn'),
|
|
(35361,0,0,'Welcome, Warchief Thrall. Overlord Hellscream.',12,0,100,2,0,16056,35785,0,'Highlord Tirion Fordring'),
|
|
(35361,1,0,'I hope you\'ll see the merit of these events in time, Garrosh. We cannot win against the Scourge if we continue to war against one another.',12,0,100,0,0,16057,35786,0,'Highlord Tirion Fordring'),
|
|
(35361,2,0,'Under my roof, gentlemen, I trust you will behave.',12,0,100,0,0,16058,35787,0,'Highlord Tirion Fordring'),
|
|
(35361,3,0,'If you will follow me, then.',12,0,100,1,0,16059,35788,0,'Highlord Tirion Fordring'),
|
|
(35361,4,0,'King Varian, Lady Jaina. Welcome to the tournament. Your place in the coliseum is waiting.',12,0,100,1,0,16054,35522,0,'Highlord Tirion Fordring'),
|
|
(35361,5,0,'My people are here to ensure they honor the rules of engagement. It will do your subjects well to see you in the stands.',12,0,100,1,0,16055,35525,0,'Highlord Tirion Fordring'),
|
|
(35361,6,0,'%s nods and gestures for his guests to follow.',16,0,100,273,0,0,35526,0,'Highlord Tirion Fordring'),
|
|
(35361,7,0,'Combatants of the Alliance and Horde! You are welcome under the banner of the Argent Crusade.',12,0,100,5,0,0,35799,0,'Highlord Tirion Fordring'),
|
|
(35361,8,0,'To the south lies our goal. We will march to the Citadel and cut out the heart of the Scourge where it dwells.',12,0,100,25,0,0,35800,0,'Highlord Tirion Fordring'),
|
|
(35361,9,0,'But this is no task to be taken lightly.',12,0,100,0,0,0,35801,0,'Highlord Tirion Fordring'),
|
|
(35361,10,0,'A massive attack with every able-bodied man would end in needless slaughter. Every soldier lost would rise as the enemy. Azeroth would be left defenseless against the undead threat.',12,0,100,0,0,0,35802,0,'Highlord Tirion Fordring'),
|
|
(35361,11,0,'Instead, we require a small, concentrated strike force for the attack to succeed. For that reason, we have created the Argent Tournament.',12,0,100,0,0,0,35803,0,'Highlord Tirion Fordring'),
|
|
(35361,12,0,'Within these walls, you will be tested. Your skill in combat will be matched against the fiercest dangers Northrend has to offer under the watchful eyes of your leaders.',12,0,100,0,0,0,35805,0,'Highlord Tirion Fordring'),
|
|
(35361,13,0,'Your prowess, your might, and your cunning will be under close watch. These games will determine the best Azeroth has to offer.',12,0,100,0,0,0,35806,0,'Highlord Tirion Fordring'),
|
|
(35361,14,0,'The victors will take their rightful place in the assault upon the Citadel. We will stand together in the face of evil, and Arthas WILL fall!',12,0,100,0,0,0,35807,0,'Highlord Tirion Fordring'),
|
|
(35368,0,0,'Garrosh, I expect you to control yourself here. I do not want a repeat of the Violet Citadel.',12,0,100,1,0,16181,35552,0,'Thrall'),
|
|
(35368,1,0,'We are guests here, Garrosh, and you will conduct yourself honorably.',12,0,100,0,0,16182,35558,0,'Thrall'),
|
|
(35368,2,0,'Thank you for the invitation, Lord Fordring. We look forward to observing these games.',12,0,100,66,0,16183,35559,0,'Thrall'),
|
|
(35368,3,0,'Wise words.',12,0,100,1,0,16184,35560,0,'Thrall'),
|
|
(35368,4,0,'Garrosh, enough!',12,0,100,5,0,16185,35561,0,'Thrall'),
|
|
(35368,5,0,'Of course, Tirion. I apologize for his outburst. It will not be repeated.',12,0,100,0,0,16186,35562,0,'Thrall'),
|
|
(35372,0,0,'Pah! That was a show of strength, worthy of a leader. I only regret I did not kill that human before the mage interfered.',12,0,100,5,0,16027,35553,0,'Garrosh Hellscream'),
|
|
(35372,1,0,'What honor is there in thrashing about with blunted sticks? This is a waste of time.',12,0,100,1,0,16028,35554,0,'Garrosh Hellscream'),
|
|
(35372,2,0,'Speak for yourself, Thrall.',12,0,100,1,0,16029,35555,0,'Garrosh Hellscream'),
|
|
(35372,3,0,'Words of a fool, you mean. The Horde will destroy the undead without your aid, human, or that of the pompous king.',12,0,100,274,0,16030,35556,0,'Garrosh Hellscream'),
|
|
(35372,4,0,'Bah.',12,0,100,1,0,16031,35557,0,'Garrosh Hellscream'),
|
|
(35451,0,0,'You spoiled my grand entrance, rat.',12,0,100,0,0,16256,35546,0,'The Black Knight - SAY_INTRO_1'),
|
|
(35451,1,0,'Did you honestly think an agent of the Lich King would be bested on the field of your pathetic little tournament?',12,0,100,396,0,16257,35548,0,'The Black Knight - SAY_INTRO_2'),
|
|
(35451,2,0,'I\'ve come to finish my task.',12,0,100,396,0,16258,35549,0,'The Black Knight - SAY_INTRO_3'),
|
|
(35451,3,0,'This farce ends here!',14,0,100,0,0,16259,35767,0,'The Black Knight - SAY_AGGRO'),
|
|
(35451,4,0,'My rotting flesh was just getting in the way!',14,0,100,0,0,16262,35771,0,'The Black Knight - SAY_PHASE_2'),
|
|
(35451,5,0,'I have no need for bones to best you!',14,0,100,0,0,16263,35772,0,'The Black Knight - SAY_PHASE_3'),
|
|
(35451,6,0,'Pathetic.',14,0,100,0,0,16260,35768,0,'The Black Knight - SAY_KILL_PLAYER'),
|
|
(35451,6,1,'A waste of flesh.',14,0,100,0,0,16261,35769,0,'The Black Knight - SAY_KILL_PLAYER'),
|
|
(35451,7,0,'No! I must not fail... again...',14,0,100,0,0,16264,35770,0,'The Black Knight - SAY_DEATH'),
|
|
(35458,0,0,'Thank you, Highlord. Now, challengers, I will begin the ritual of summoning. When I am done a fearsome doomguard will appear!',14,0,100,2,0,16268,35726,0,'Wilfred Fizzlebang - Intro'),
|
|
(35458,1,0,'Prepare for oblivion!',14,0,100,0,0,16269,35727,0,'Wilfred Fizzlebang - Intro'),
|
|
(35458,2,0,'A-HA! I\'ve done it! Behold the absolute power of Wilfred Fizzlebang, master summoner! You are bound to me, demon!',14,0,100,5,0,16270,35728,0,'Wilfred Fizzlebang to Wilfred Fizzlebang - Intro'),
|
|
(35458,3,0,'But I\'m in charge here...',14,0,100,5,0,16271,35729,0,'Wilfred Fizzlebang to Wilfred Fizzlebang - Death'),
|
|
(35476,0,0,'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!',12,0,100,1,0,0,35818,0,'Wilfred Fizzlebang'),
|
|
(35476,0,1,'Soon all the world will know the name of Wilfred!',12,0,100,1,0,0,35816,0,'Wilfred Fizzlebang'),
|
|
(35476,0,2,'It won\'t be long before Fizzlebang is a household word, used to scare children into bed! \"Beware, or Fizzlebang will summon a mighty demon to eat you!\"',12,0,100,1,0,0,35817,0,'Wilfred Fizzlebang'),
|
|
(35476,0,3,'I, Wilfred Fizzlebang, have been invited to this quaint tournament to make use of my extensive knowledge of the summoning arts. What better choice?',12,0,100,1,0,0,35815,0,'Wilfred Fizzlebang'),
|
|
(35501,0,0,'The Warchief of the Horde, Thrall, and Overlord Garrosh Hellscream have arrived upon the tournament grounds! Clear the way to the entrance!',14,0,100,22,0,0,35811,0,'Herald Beluus'),
|
|
(35501,1,0,'Highlord Tirion Fordring approaches the stage to address those gathered upon the tournament grounds! Make way to the stage area to attend him!',14,0,100,22,0,0,35812,0,'Herald Beluus'),
|
|
(35501,2,0,'His Majesty, King Varian Wrynn, and Lady Jaina Proudmoore have touched down upon the tournament grounds! Make way!',14,0,100,22,0,0,35810,0,'Herald Beluus'),
|
|
(35545,0,0,'What a Brains shot!',12,36,100,0,0,0,35954,0,'Risen Jaeren Sunsworn'),
|
|
(35545,1,0,'Somone stop that ghoul!',12,36,100,0,0,0,35950,0,'Risen Jaeren Sunsworn'),
|
|
(35545,2,0,'That had to hurt! Brains!',12,36,100,0,0,0,35952,0,'Risen Jaeren Sunsworn'),
|
|
(35564,0,0,'What a Brains shot!',12,36,100,0,0,0,35954,0,'Risen Arelas Brightstar'),
|
|
(35564,1,0,'Somone stop that ghoul!',12,36,100,0,0,0,35950,0,'Risen Arelas Brightstar'),
|
|
(35564,2,0,'That had to hurt! Brains!',12,36,100,0,0,0,35952,0,'Risen Arelas Brightstar'),
|
|
(35569,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Eressea Dawnsinger - SAY_TRAMPLED'),
|
|
(35570,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Zul\'tore - SAY_TRAMPLED'),
|
|
(35571,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Runok Wildmane - SAY_TRAMPLED'),
|
|
(35572,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Mokra the Skullcrusher - SAY_TRAMPLED'),
|
|
(35589,0,0,'The Argent Crusade invites you to test your skills in honorable combat against other heroes of Azeroth at the Argent Tournament.',12,0,100,0,0,0,35896,0,'Jaeren Sunsworn'),
|
|
(35589,1,0,'The champions of the world\'s great nations have gathered at the Argent Tournament Grounds in northeastern Icecrown to face all challengers.',12,0,100,0,0,0,35871,0,'Jaeren Sunsworn'),
|
|
(35604,0,0,'The Argent Crusade invites you to test your skills in honorable combat against other heroes of Azeroth at the Argent Tournament.',12,0,100,0,0,0,35896,0,'Arelas Brightstar'),
|
|
(35604,1,0,'The champions of the world\'s great nations have gathered at the Argent Tournament Grounds in northeastern Icecrown to face all challengers.',12,0,100,0,0,0,35871,0,'Arelas Brightstar'),
|
|
(35617,0,0,'$n is trampled!',16,0,100,0,0,0,35957,0,'Deathstalker Visceri - SAY_TRAMPLED'),
|
|
(35642,0,0,'If you\'ll excuse me, I\'m afraid I have other business I must attend to. Please call on me again in the future.',12,0,100,3,0,0,35977,0,'Jeeves'),
|
|
(35877,0,0,'You will have your challenge, Fordring.',14,0,100,11,0,16321,35747,0,'The Lich King SAY CHALLENGE'),
|
|
(35877,1,0,'The souls of your fallen champions will be mine, Fordring.',14,0,100,0,0,16323,35749,0,'The Lich King'),
|
|
(35877,2,0,'The Nerubians built an empire beneath the frozen wastes of Northrend. An empire that you so foolishly built your structures upon. MY EMPIRE.',14,0,100,11,0,16322,35748,0,'The Lich King'),
|
|
(36095,0,0,'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!',14,0,100,5,0,16053,36129,0,'Highlord Tirion Fordring'),
|
|
(36095,1,0,'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!',41,0,0,0,0,0,0,0,'Highlord Tirion Fordring'),
|
|
(36213,0,0,'Shut your face, you gibbering idiot!',12,1,100,0,0,0,36306,0,'Kor\'kron Overseer'),
|
|
(36217,0,0,'I\'ve got my eye on you, Faranell.',12,1,100,1,0,0,36299,0,'Overseer Kraggosh'),
|
|
(36217,1,0,'No abominations protecting you. No secrecy. No plotting in the dark.',12,1,100,0,0,0,36300,0,'Overseer Kraggosh'),
|
|
(36217,2,0,'If you so much as spit without my permission, this place shuts down. Forcefully.',12,1,100,0,0,0,36301,0,'Overseer Kraggosh'),
|
|
(36217,3,0,'We\'ll see about that.',12,1,100,1,0,0,36304,0,'Overseer Kraggosh'),
|
|
(36217,4,0,'Get that rotten nut to shut his trap!',12,1,100,5,0,0,36305,0,'Overseer Kraggosh'),
|
|
(36272,0,0,'Great. We\'re not gutless, we\'re incompetent.',12,0,100,0,0,0,38596,3,'SAY_FRYE_DEATH'),
|
|
(36296,0,0,'Did they bother to tell you who I am and why I am doing this?',12,0,100,6,0,0,38586,3,'SAY_INTRO_0'),
|
|
(36296,1,0,'...or are they just using you like they do everybody else?',12,0,100,396,0,0,38600,3,'SAY_INTRO_1'),
|
|
(36296,2,0,'But what does it matter. It is time for this to end.',12,0,100,397,0,0,38591,3,'SAY_INTRO_2'),
|
|
(36296,3,0,'Baxter! Get in here and help! NOW!',12,0,100,0,0,0,38592,3,'SAY_CALL_BAXTER'),
|
|
(36296,4,0,'It is time, Frye! Attack!',12,0,100,0,0,0,38593,3,'SAY_CALL_FRYE'),
|
|
(36296,5,0,'...please don\'t think less of me.',12,0,100,0,0,0,38597,3,'SAY_HUMMEL_DEATH'),
|
|
(36296,6,0,'Apothecaries! Give your life for the Crown!',12,0,100,0,0,0,38594,3,'SAY_SUMMON_ADDS'),
|
|
(36476,0,0,'%s begins to unleash a toxic poison cloud!',41,0,100,0,0,0,36531,0,'Ick EMOTE_ICK_POISON_NOVA'),
|
|
(36476,1,0,'%s is chasing you. Run!',41,0,100,0,0,0,36529,0,'Ick EMOTE_ICK_CHASE'),
|
|
(36477,0,0,'Our work must not be interrupted! Ick, take care of them!',14,0,100,0,0,16926,37222,0,'Krick SAY_AGGRO'),
|
|
(36477,1,0,'We could probably use these parts.',14,0,100,0,0,16927,37223,0,'Krick SAY_SLAY_1'),
|
|
(36477,1,1,'Arms and legs are in short supply! Thanks for your contribution!',14,0,100,0,0,16928,37224,0,'Krick SAY_SLAY_2'),
|
|
(36477,2,0,'Enough moving around! Hold still while I blow them all up!',14,0,100,0,0,16929,36538,0,'Krick SAY_BARRAGE_1'),
|
|
(36477,3,0,'%s begins rapidly conjuring explosive mines!',41,0,100,0,0,0,36550,0,'Krick SAY_BARRAGE_2'),
|
|
(36477,4,0,'Quickly! Poison them all while they\'re still close!',14,0,100,0,0,16930,36537,0,'Krick SAY_POISON_NOVA'),
|
|
(36477,5,0,'No, that one! That one! Get that one!',14,0,100,0,0,16931,36536,0,'Krick SAY_CHASE_1'),
|
|
(36477,5,1,'I\'ve changed my mind, go get that one instead!',14,0,100,0,0,16932,37225,0,'Krick SAY_CHASE_2'),
|
|
(36477,5,2,'What are you attacking him for? The dangerous one is over there!',14,0,100,0,0,16933,37226,0,'Krick SAY_CHASE_3'),
|
|
(36477,6,0,'Wait! Stop! Don\'t kill me, please! I\'ll tell you everything!',14,0,100,0,0,16934,36841,0,'Krick SAY_KRICK_OUTRO_1'),
|
|
(36477,7,0,'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.',14,0,100,0,0,16935,36842,0,'Krick SAY_KRICK_OUTRO_3'),
|
|
(36477,8,0,'I swear it is true! Please, don\'t kill me!!',14,0,100,0,0,16936,36843,0,'Krick SAY_KRICK_OUTRO_5'),
|
|
(36477,9,0,'Urg... no!!',14,0,100,0,0,16937,36844,0,'Krick SAY_KRICK_OUTRO_8'),
|
|
(36478,0,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Soulguard Watchman'),
|
|
(36479,0,0,'Sentinel, I would speak with your High Priestess.',12,7,100,1,0,0,36428,0,'Archmage Mordent Evenshade'),
|
|
(36479,1,0,'Must I? I doubt Tyrande has more pressing business.',12,7,100,6,0,0,36429,0,'Archmage Mordent Evenshade'),
|
|
(36479,2,0,'The lure of power is great. Mistakes were made.',12,7,100,1,0,0,36430,0,'Archmage Mordent Evenshade'),
|
|
(36479,3,0,'I will not return until I am heard. There is too much at stake.',12,7,100,5,0,0,36431,0,'Archmage Mordent Evenshade'),
|
|
(36479,4,0,'There is change on the wind, and we cannot ignore it. I have traveled from the dust and ruin of the past to come to an accord.',12,7,100,1,0,0,36432,0,'Archmage Mordent Evenshade'),
|
|
(36479,5,0,'The time may soon come when the kaldorei require the knowledge and skill we have to offer.',12,7,100,1,0,0,36433,0,'Archmage Mordent Evenshade'),
|
|
(36479,6,0,'I will wait, Sentinel... but I will have my audience.',12,7,100,1,0,0,36434,0,'Archmage Mordent Evenshade'),
|
|
(36479,7,0,'%s looks over at the moonwell with a sigh.',16,0,100,0,0,0,36440,0,'Archmage Mordent Evenshade'),
|
|
(36479,8,0,'Calm yourself, Sentinel. I do not seek to use it. I am merely... remembering.',12,7,100,1,0,0,36435,0,'Archmage Mordent Evenshade'),
|
|
(36479,9,0,'Enough. I have been apart from this for centuries. The well within this temple may be a pale spectre of the Well of Eternity, but it still holds the same... beauty. Purity.',12,7,100,1,0,0,36436,0,'Archmage Mordent Evenshade'),
|
|
(36479,10,0,'I had forgotten.',12,7,100,0,0,0,36437,0,'Archmage Mordent Evenshade'),
|
|
(36479,11,0,'I do not believe admiration and wistful thoughts are against the societal norm.',12,7,100,6,0,0,36438,0,'Archmage Mordent Evenshade'),
|
|
(36479,12,0,'You were the one who challenged me for merely looking. I still await my audience with Tyrande.',12,7,100,1,0,0,36439,0,'Archmage Mordent Evenshade'),
|
|
(36481,0,0,'You must wait for an audience.',12,7,100,25,0,0,36446,0,'Sentinel Stillbough'),
|
|
(36481,1,0,'You show some nerve coming to Teldrassil, Highborne. Your kind are unwelcome here. We have not forgotten the War of the Ancients or the minds behind it.',12,7,100,1,0,0,36447,0,'Sentinel Stillbough'),
|
|
(36481,2,0,'And we would not see those mistakes repeated. Return to your exile.',12,7,100,5,0,0,36448,0,'Sentinel Stillbough'),
|
|
(36481,3,0,'Take your gaze off the moonwell, exile. The power within is not yours to wield.',12,7,100,5,0,0,36449,0,'Sentinel Stillbough'),
|
|
(36481,4,0,'Recalling your treachery?',12,7,100,6,0,0,36450,0,'Sentinel Stillbough'),
|
|
(36481,5,0,'Watch yourself, Highborne.',12,7,100,25,0,0,36451,0,'Sentinel Stillbough'),
|
|
(36481,6,0,'In good time.',12,7,100,1,0,0,36452,0,'Sentinel Stillbough'),
|
|
(36494,0,0,'Tiny creatures under feet, you bring Garfrost something good to eat!',14,0,100,0,0,16912,37218,0,'Forgemaster Garfrost SAY_AGGRO'),
|
|
(36494,1,0,'Axe too weak. Garfrost make better and CRUSH YOU.',14,0,100,0,0,16916,36445,0,'Forgemaster Garfrost SAY_HP_66'),
|
|
(36494,2,0,'Garfrost tired of puny mortals. Now your bones will freeze!',14,0,100,0,0,16917,36444,0,'Forgemaster Garfrost SAY_HP_33'),
|
|
(36494,3,0,'Garfrost hope giant underpants clean. Save boss great shame. For later.',14,0,100,0,0,16915,37221,0,'Forgemaster Garfrost SAY_DEATH'),
|
|
(36494,4,0,'Will save for snack. For later.',14,0,100,0,0,16913,37219,0,'Forgemaster Garfrost SAY_SLAY'),
|
|
(36494,5,0,'That one maybe not so good to eat now. Stupid Garfrost! BAD! BAD!',14,0,100,0,0,16914,37220,0,'Forgemaster Garfrost SAY_BOULDER_HIT'),
|
|
(36494,6,0,'%s hurls a massive saronite boulder at you!',42,0,100,0,0,0,37438,0,'Forgemaster Garfrost WHISPER_BOULDER'),
|
|
(36494,7,0,'%s casts |cFF00AACCDeep Freeze|r at $n.',41,0,100,0,0,0,37260,0,'Forgemaster Garfrost EMOTE_DEEP_FREEZE'),
|
|
(36497,0,0,'Finally, a captive audience!',14,0,100,0,0,16595,38486,0,'bronjham SAY_AGGRO'),
|
|
(36497,1,0,'Fodder for the engine.',14,0,100,0,0,16596,38490,0,'bronjham SAY_SLAY_1'),
|
|
(36497,1,1,'Another soul to strengthen the host!',14,0,100,0,0,16597,38491,0,'bronjham SAY_SLAY_2'),
|
|
(36497,2,0,'The Devourer awaits...',14,0,100,0,0,16598,38487,0,'bronjham SAY_DEATH'),
|
|
(36497,3,0,'The vortex of the harvested calls to you!',14,0,100,0,0,16599,38488,0,'bronjham SAY_SOUL_STORM'),
|
|
(36497,4,0,'I will sever your soul from your body!',14,0,100,0,0,16600,38489,0,'bronjham SAY_CORRUPT_SOUL'),
|
|
(36502,0,0,'You dare look upon the host of souls? I SHALL DEVOUR YOU WHOLE!',14,0,100,0,0,16884,38012,0,'devoureur SAY_FACE_ANGER_AGGRO'),
|
|
(36502,0,1,'You dare look upon the host of souls? I SHALL DEVOUR YOU WHOLE!',14,0,100,0,0,16890,38012,0,'devoureur SAY_FACE_DESIRE_AGGRO'),
|
|
(36502,1,0,'Damnation!',14,0,100,0,0,16885,38548,0,'devoureur SAY_FACE_ANGER_SLAY_1'),
|
|
(36502,1,1,'Doomed for eternity!',14,0,100,0,0,16886,38549,0,'devoureur SAY_FACE_ANGER_SLAY_2'),
|
|
(36502,2,0,'Damnation!',14,0,100,0,0,16896,38548,0,'devoureur SAY_FACE_SORROW_SLAY_1'),
|
|
(36502,2,1,'Doomed for eternity!',14,0,100,0,0,16897,38549,0,'devoureur SAY_FACE_SORROW_SLAY_2'),
|
|
(36502,3,0,'Damnation!',14,0,100,0,0,16891,38548,0,'devoureur SAY_FACE_DESIRE_SLAY_1'),
|
|
(36502,3,1,'Doomed for eternity!',14,0,100,0,0,16892,38549,0,'devoureur SAY_FACE_DESIRE_SLAY_2'),
|
|
(36502,4,0,'The swell of souls will not be abated! You only delay the inevitable.',14,0,100,0,0,16887,38547,0,'devoureur SAY_FACE_ANGER_DEATH'),
|
|
(36502,4,1,'The swell of souls will not be abated! You only delay the inevitable.',14,0,100,0,0,16898,38547,0,'devoureur SAY_FACE_SORROW_DEATH'),
|
|
(36502,4,2,'The swell of souls will not be abated! You only delay the inevitable.',14,0,100,0,0,16893,38547,0,'devoureur SAY_FACE_DESIRE_DEATH'),
|
|
(36502,5,0,'%s casts |cFFFFFF00Mirrored Soul!|r',41,0,100,0,0,0,37368,0,'devoureur EMOTE_MIRRORED_SOUL'),
|
|
(36502,6,0,'%s begins to |cFFFF0000Unleash Souls!|r',41,0,100,0,0,0,36659,0,'devoureur EMOTE_UNLEASH_SOUL'),
|
|
(36502,7,0,'SUFFERING! ANGUISH! CHAOS! RISE AND FEED!',14,0,100,0,0,16888,38019,0,'devoureur SAY_FACE_ANGER_UNLEASH_SOUL'),
|
|
(36502,7,1,'SUFFERING! ANGUISH! CHAOS! RISE AND FEED!',14,0,100,0,0,16899,38019,0,'devoureur SAY_FACE_SORROW_UNLEASH_SOUL'),
|
|
(36502,7,2,'SUFFERING! ANGUISH! CHAOS! RISE AND FEED!',14,0,100,0,0,16894,38019,0,'devoureur SAY_FACE_DESIRE_UNLEASH_SOUL'),
|
|
(36502,8,0,'%s begins to cast Wailing Souls!',41,0,100,0,0,0,36658,0,'devoureur EMOTE_WAILING_SOUL'),
|
|
(36502,9,0,'Stare into the abyss and see your end.',14,0,100,0,0,16889,38020,0,'devoureur SAY_FACE_ANGER_WAILING_SOUL'),
|
|
(36502,9,1,'Stare into the abyss and see your end.',14,0,100,0,0,16895,38020,0,'devoureur SAY_FACE_DESIRE_WAILING_SOUL'),
|
|
(36565,0,0,'It has been the greatest honor of my life to serve with you, Hummel.',12,0,100,0,0,0,38595,3,'SAY_BAXTER_DEATH'),
|
|
(36597,0,0,'So the Light\'s vaunted justice has finally arrived? Shall I lay down Frostmourne and throw myself at your mercy, Fordring?',14,0,0,0,0,17349,38070,0,'The Lich King - SAY_LK_INTRO_1'),
|
|
(36597,1,0,'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...',14,0,0,22,0,17350,38071,0,'The Lich King - SAY_LK_INTRO_2'),
|
|
(36597,2,0,'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.',14,0,0,0,0,17351,38072,0,'The Lich King - SAY_LK_INTRO_3'),
|
|
(36597,3,0,'Come then, champions. Feed me your rage!',14,0,0,0,0,0,38073,0,'The Lich King - SAY_LK_AGGRO'),
|
|
(36597,4,0,'I will freeze you from within until all that remains is an icy husk.',14,0,0,0,0,17369,38046,0,'The Lich King - SAY_LK_REMORSELESS_WINTER'),
|
|
(36597,5,0,'Watch as the world around you collapses!',14,0,0,0,0,17370,38047,0,'The Lich King - SAY_LK_QUAKE'),
|
|
(36597,6,0,'Val\'kyr, your master calls!',14,0,0,0,0,17373,38052,0,'The Lich King - SAY_LK_SUMMON_VALKYR'),
|
|
(36597,7,0,'Frostmourne hungers...',14,0,0,0,0,17366,38042,0,'The Lich King - SAY_LK_HARVEST_SOUL'),
|
|
(36597,8,0,'Frostmourne, OBEY ME!',14,0,0,0,0,17367,38043,0,'The Lich King - SAY_LK_FROSTMOURNE_ESCAPE'),
|
|
(36597,9,0,'Frostmourne feeds on the soul of your fallen ally!',14,0,0,0,0,17368,38044,0,'The Lich King - SAY_LK_FROSTMOURNE_KILL'),
|
|
(36597,10,0,'Hope wanes...',14,0,0,0,0,17363,38038,0,'The Lich King - SAY_LK_KILL'),
|
|
(36597,10,1,'The end has come!',14,0,0,0,0,17364,38040,0,'The Lich King - SAY_LK_KILL'),
|
|
(36597,11,0,'Face now your tragic end.',14,0,0,0,0,17365,38041,0,'The Lich King - SAY_LK_BERSERK'),
|
|
(36597,12,0,'%s begins to cast Defile!',41,0,0,0,0,0,39688,0,'The Lich King - EMOTE_DEFILE_WARNING'),
|
|
(36597,13,0,' |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',42,0,0,0,0,0,39695,0,'The Lich King - EMOTE_NECROTIC_PLAGUE_WARNING'),
|
|
(36597,14,0,'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... ',14,0,0,0,0,17353,38074,0,'The Lich King - SAY_LK_OUTRO_1'),
|
|
(36597,15,0,'Is it truly righteousness that drives you? I wonder...',14,0,0,0,0,17354,38075,0,'The Lich King - SAY_LK_OUTRO_2'),
|
|
(36597,16,0,'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.',14,0,0,0,0,17355,38076,0,'The Lich King - SAY_LK_OUTRO_3'),
|
|
(36597,17,0,'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.',14,0,0,0,0,17356,38077,0,'The Lich King - SAY_LK_OUTRO_4'),
|
|
(36597,18,0,'I delight in the irony.',14,0,0,0,0,17357,38078,0,'The Lich King - SAY_LK_OUTRO_5'),
|
|
(36597,19,0,'Impossible...',14,0,0,0,0,17358,38080,0,'The Lich King - SAY_LK_OUTRO_6'),
|
|
(36597,20,0,'Now I stand, the lion before the lambs... and they do not fear.',14,0,0,0,0,17361,39003,0,'The Lich King - SAY_LK_OUTRO_7'),
|
|
(36597,21,0,'They cannot fear...',14,0,0,0,0,17362,39004,0,'The Lich King - SAY_LK_OUTRO_8'),
|
|
(36612,0,0,'This is the beginning AND the end, mortals. None may enter the master\'s sanctum!',14,0,0,0,0,16950,38508,0,'Lord Marrowgar - SAY_ENTER_ZONE'),
|
|
(36612,1,0,'The Scourge will wash over this world as a swarm of death and destruction!',14,0,0,0,0,16941,37684,0,'Lord Marrowgar - SAY_AGGRO'),
|
|
(36612,2,0,'BONE STORM!',14,0,0,0,0,16946,36554,0,'Lord Marrowgar - SAY_BONE_STORM'),
|
|
(36612,3,0,'Bound by bone!',14,0,0,0,0,16947,37695,0,'Lord Marrowgar - SAY_BONESPIKE_1'),
|
|
(36612,3,1,'Stick around!',14,0,0,0,0,16948,37696,0,'Lord Marrowgar - SAY_BONESPIKE_2'),
|
|
(36612,3,2,'The only escape is death!',14,0,0,0,0,16949,37693,0,'Lord Marrowgar - SAY_BONESPIKE_3'),
|
|
(36612,4,0,'More bones for the offering!',14,0,0,0,0,16942,37686,0,'Lord Marrowgar - SAY_KILL_1'),
|
|
(36612,4,1,'Languish in damnation!',14,0,0,0,0,16943,37687,0,'Lord Marrowgar - SAY_KILL_2'),
|
|
(36612,5,0,'I see... Only darkness.',14,0,0,0,0,16944,37688,0,'Lord Marrowgar - SAY_DEATH'),
|
|
(36612,6,0,'THE MASTER\'S RAGE COURSES THROUGH ME!',14,0,0,0,0,16945,37690,0,'Lord Marrowgar - SAY_BERSERK'),
|
|
(36612,7,0,'%s creates a whirling storm of bone!',41,0,0,0,0,0,36553,0,'Lord Marrowgar - SAY_BONE_STORM_EMOTE'),
|
|
(36624,1,0,'I knew this was a dragonforged blade when I first laid eyes on it.',12,0,100,1,0,16604,37465,0,'Caladis Brightspear - Say 1'),
|
|
(36624,2,0,'But can it be? Is this really --',12,0,100,6,0,16605,37466,0,'Caladis Brightspear - Say 2'),
|
|
(36624,3,0,'I vow that the Silver Covenant will see Quel\'Delar restored.',12,0,100,0,0,0,37518,0,'Caladis Brightspear - Say 3'),
|
|
(36626,0,0,'No! You killed Stinky! You Pay!',14,0,0,0,0,16907,37830,0,'Festergut - SAY_STINKY_DEAD'),
|
|
(36626,1,0,'Fun time?',14,0,0,0,0,16901,37823,0,'Festergut - SAY_AGGRO'),
|
|
(36626,2,0,'%s farts.',16,0,0,0,0,16911,0,0,'Festergut - EMOTE_GAS_SPORE'),
|
|
(36626,3,0,'%s releases Gas Spores!',41,0,0,0,0,0,36706,0,'Festergut - EMOTE_WARN_GAS_SPORE'),
|
|
(36626,4,0,'I not feel so good...',14,0,0,0,0,16906,37829,0,'Festergut - SAY_PUNGENT_BLIGHT'),
|
|
(36626,5,0,'%s begins to cast |cFFFF7F00Pungent Blight!|r',41,0,0,0,0,0,36707,0,'Festergut - EMOTE_WARN_PUNGENT_BLIGHT'),
|
|
(36626,6,0,'%s vomits.',16,0,0,0,0,0,0,0,'Festergut - EMOTE_PUNGENT_BLIGHT'),
|
|
(36626,7,0,'Daddy, I did it!',14,0,0,0,0,16902,37824,0,'Festergut - SAY_KILL_1'),
|
|
(36626,7,1,'Dead, dead, dead!',14,0,0,0,0,16903,37825,0,'Festergut - SAY_KILL_2'),
|
|
(36626,8,0,'Fun time over!',14,0,0,0,0,16905,37827,0,'Festergut - SAY_BERSERK'),
|
|
(36626,9,0,'Da ... Ddy...',14,0,0,0,0,16904,37826,0,'Festergut - SAY_DEATH'),
|
|
(36627,0,0,'What? Precious? Noooooooooo!!!',14,0,0,0,0,16993,37837,0,'Rotface - SAY_PRECIOUS_DIES'),
|
|
(36627,1,0,'Weeeeee!',14,0,0,0,0,16986,37831,0,'Rotface - SAY_AGGRO'),
|
|
(36627,2,0,'%s begins to cast Slime Spray!',41,0,0,0,0,0,38363,0,'Rotface - EMOTE_SLIME_SPRAY'),
|
|
(36627,3,0,'Icky sticky!',14,0,0,0,0,16991,37836,0,'Rotface - SAY_SLIME_SPRAY'),
|
|
(36627,4,0,'|TInterface\\Icons\\spell_shadow_unstableaffliction_2.blp:16|t%s begins to cast |cFFFF0000Unstable Ooze Explosion!|r',41,0,0,0,0,0,37064,0,'Rotface - EMOTE_UNSTABLE_EXPLOSION'),
|
|
(36627,5,0,'I tink I made an angry poo-poo. It gonna blow!',14,0,0,0,0,16992,37063,0,'Rotface - SAY_UNSTABLE_EXPLOSION'),
|
|
(36627,6,0,'Daddy make new toys out of you!',14,0,0,0,0,16988,37833,0,'Rotface - SAY_KILL_1'),
|
|
(36627,6,1,'I brokes-ded it...',14,0,0,0,0,16987,37832,0,'Rotface - SAY_KILL_2'),
|
|
(36627,7,0,'SLEEPY TIME!',14,0,0,0,0,16990,37835,0,'Rotface - SAY_BERSERK'),
|
|
(36627,8,0,'Bad news, daddy...',14,0,0,0,0,16989,37834,0,'Rotface - SAY_DEATH'),
|
|
(36627,9,0,'|TInterface\\Icons\\ability_creature_disease_02.blp:16|tYou have |cFF00FF00Mutated Infection!|r',42,0,0,0,0,0,37872,0,'Rotface - EMOTE_MUTATED_INFECTION'),
|
|
(36642,1,0,'The style of this blade and its markings hinted that it might be a dragonforged sword. At last, we will have our answer.',12,0,100,1,0,16745,37469,0,'Myralion Sunblaze - Say 1'),
|
|
(36642,2,0,'After all these years, can it really be --',12,0,100,6,0,16746,37470,0,'Myralion Sunblaze - Say 2'),
|
|
(36642,3,0,'It falls to us to see Quel\'Delar restored for the Sunreavers.',12,0,100,0,0,0,37514,0,'Myralion Sunblaze - Say 3'),
|
|
(36656,1,0,'You are not welcome here, minion of the Lich King!',12,0,100,0,0,0,37887,0,'Silver Covenant Sentinel - Say 1'),
|
|
(36658,0,0,'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.',14,0,100,0,0,16758,37233,0,'Tyrannus SAY_BOSS_TYRANNUS_INTRO_1'),
|
|
(36658,1,0,'Ha, such an amusing gesture from the rabble. When I have finished with you, my master\'s blade will feast upon your souls. Die.',14,0,100,0,0,16759,37234,0,'Tyrannus SAY_BOSS_TYRANNUS_INTRO_2'),
|
|
(36658,2,0,'I shall not fail the Lich King. Come and meet your end!',14,0,100,0,0,16760,38718,0,'Tyrannus SAY_AGGRO'),
|
|
(36658,3,0,'Such a shameful display. You are better off dead.',14,0,100,0,0,16761,38715,0,'Tyrannus SAY_SLAY_1'),
|
|
(36658,3,1,'Perhaps you should have stayed... in the mountains!',14,0,100,0,0,16762,38716,0,'Tyrannus SAY_SLAY_2'),
|
|
(36658,4,0,'Impossible.... Rimefang.... warn....',14,0,100,0,0,16763,38714,0,'Tyrannus SAY_DEATH'),
|
|
(36658,5,0,'Rimefang, destroy this fool!',14,0,100,0,0,16764,36648,0,'Tyrannus SAY_MARK_RIMEFANG'),
|
|
(36658,6,0,'The frostwyrm Rimefang gazes at $n and readies an icy attack!',41,0,100,0,0,0,36649,0,'Tyrannus EMOTE_MARK_RIMEFANG'),
|
|
(36658,7,0,'Power... overwhelming!',14,0,100,0,0,16765,38717,0,'Tyrannus SAY_DARK_MIGHT'),
|
|
(36658,8,0,'%s roars and swells with dark might!',41,0,100,0,0,0,36628,0,'Tyrannus EMOTE_DARK_MIGHT'),
|
|
(36669,0,0,'It\'s good to finally see you, courier. Krasus has entrusted us with one of the few remaining copies of Ancient Dragonforged Blades.',12,0,100,1,0,0,37620,0,'Arcanist Tybalin'),
|
|
(36669,1,0,'Here is the book. You must ensure it gets to Caladis Brightspear in Icecrown before the Sunreavers realize what is happening.',12,0,100,1,0,0,37621,0,'Arcanist Tybalin'),
|
|
(36669,2,0,'Travel quickly! The Sunreavers will not waste any time once they realize that we have the information they seek.',12,0,100,1,0,0,37622,0,'Arcanist Tybalin'),
|
|
(36670,0,0,'You\'re late, courier. No, I don\'t want any excuses; this errand is far too important.',12,0,100,1,0,0,37580,0,'Magister Hathorel'),
|
|
(36670,1,0,'Here\'s the tome our representative brought from Wyrmrest. Get this to Myralion Sunblaze immediately.',12,0,100,1,0,0,37581,0,'Magister Hathorel'),
|
|
(36670,2,0,'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.',12,0,100,1,0,0,37582,0,'Magister Hathorel'),
|
|
(36678,0,0,'Just an ordinary gas cloud, but watch out because that\'s no ordinary gas cloud!',14,0,0,432,0,17119,37843,0,'Professor Putricide - SAY_GASEOUS_BLIGHT'),
|
|
(36678,1,0,'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!',14,0,0,0,0,17124,37848,0,'Professor Putricide - SAY_FESTERGUT_DEATH'),
|
|
(36678,2,0,'Great news, everyone! The slime is flowing again!',14,0,0,1,0,17126,38120,0,'Professor Putricide - SAY_ROTFACE_OOZE_FLOOD1'),
|
|
(36678,2,1,'Good news, everyone! I\'ve fixed the poison slime pipes!',14,0,0,1,0,17123,37049,0,'Professor Putricide - SAY_ROTFACE_OOZE_FLOOD2'),
|
|
(36678,3,0,'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!',14,0,0,0,0,17146,37847,0,'Professor Putricide - SAY_ROTFACE_DEATH'),
|
|
(36678,4,0,'Good news, everyone! I think I\'ve perfected a plague that will destroy all life on Azeroth!',14,0,0,0,0,17114,37838,0,'Professor Putricide - SAY_AGGRO'),
|
|
(36678,5,0,'%s begins to cast Unstable Experiment!',41,0,0,0,0,0,38500,0,'Professor Putricide - EMOTE_UNSTABLE_EXPERIMENT'),
|
|
(36678,6,0,'Two oozes, one room. So many delightful possibilities!',14,0,0,0,0,17122,37846,0,'Professor Putricide - SAY_PHASE_TRANSITION_HEROIC'),
|
|
(36678,7,0,'Hrm, I don\'t feel a thing. Wha?! Where\'d those come from?',14,0,0,15,0,17120,37844,0,'Professor Putricide - SAY_TRANSFORM_1'),
|
|
(36678,8,0,'Tastes like... Cherry! OH! Excuse me!',14,0,0,15,0,17121,37845,0,'Professor Putricide - SAY_TRANSFORM_2'),
|
|
(36678,9,0,'|TInterface\\Icons\\inv_misc_herb_evergreenmoss.blp:16|t%s cast |cFF00FF00Malleable Goo!|r',41,0,0,0,0,0,38499,0,'Professor Putricide - EMOTE_MALLEABLE_GOO'),
|
|
(36678,10,0,'%s cast |cFFFF7F00Choking Gas Bomb!|r',41,0,0,0,0,0,38498,0,'Professor Putricide - EMOTE_CHOKING_GAS_BOMB'),
|
|
(36678,11,0,'Hrm, interesting...',14,0,0,0,0,17115,37839,0,'Professor Putricide - SAY_KILL_1'),
|
|
(36678,11,1,'That was unexpected!',14,0,0,0,0,17116,38545,0,'Professor Putricide - SAY_KILL_2'),
|
|
(36678,12,0,'Great news, everyone!',14,0,0,0,0,17118,38546,0,'Professor Putricide - SAY_BERSERK'),
|
|
(36678,13,0,'Bad news, everyone... I don\'t think I\'m going to make it...',14,0,0,0,0,17117,37841,0,'Professor Putricide - SAY_DEATH'),
|
|
(36723,0,0,'You are not worthy to face the Lich King!',14,0,100,0,0,16921,38664,0,'SAY_FROSTSWORN_GENERAL_AGGRO'),
|
|
(36723,1,0,'Master, I have failed...',14,0,100,0,0,16922,36921,0,'SAY_FROSTSWORN_GENERAL_DEATH'),
|
|
(36764,0,0,'You\'re a beautiful sight... you have no idea.',12,0,100,0,0,0,37269,0,'Alliance Slave'),
|
|
(36764,0,1,'%s lets his mining pick drag on the ground as she approaches, clearly exhausted.',16,0,100,0,0,0,37284,0,'Alliance Slave'),
|
|
(36764,0,2,'I owe you a long night of drinking, my friend.',12,0,100,0,0,0,37263,0,'Alliance Slave'),
|
|
(36764,0,3,'If by life or death I can repay you, I will.',12,0,100,0,0,0,37287,0,'Alliance Slave'),
|
|
(36764,0,4,'I\'m going to return to the front of the quarry. Kill a few extra for me.',12,0,100,0,0,0,37294,0,'Alliance Slave'),
|
|
(36764,0,5,'I\'d almost given up hope.',12,0,100,0,0,0,37079,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,6,'I thought I might die in this pit. Thank you!',12,0,100,0,0,0,37262,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,7,'Don\'t let a single one of them live.',12,0,100,0,0,0,37264,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,8,'Please, carry out our vengeance on the Scourgelord.',12,0,100,0,0,0,37265,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,9,'When you kill the Pit Master, spit on his corpse for me, will you?',12,0,100,0,0,0,37266,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,10,'I\'d lost all track of time in this forsaken place. You\'re a sight for sore eyes, friend.',12,0,100,0,0,0,37268,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,11,'Too many of us died in this pit. Far too many.',12,0,100,0,0,0,37270,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,12,'I\'m so glad you\'re here. I wouldn\'t have made it much longer.',12,0,100,0,0,0,37271,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,13,'Now is the time for revenge.',12,0,100,0,0,0,37273,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,14,'You deserve a mighty man-hug.',12,0,100,0,0,0,37274,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,15,'I will find a way to repay you someday, hero.',12,0,100,0,0,0,37275,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,16,'I can hardly believe my eyes. Thank you. Really, thank you.',12,0,100,0,0,0,37276,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,17,'%s nods his thanks.',16,0,100,0,0,0,37277,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,18,'%s offers an appreciative smile.',16,0,100,0,0,0,37278,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,19,'%s almost collapses as he stumbles towards you.',16,0,100,0,0,0,37279,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,20,'%s stares at you for a moment, clearly finding it hard to believe that you\'re real.',16,0,100,0,0,0,37280,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,21,'%s offers a quick, cynical laugh at his fortune.',16,0,100,0,0,0,37281,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,22,'%s raises an empty hand in toast to you.',16,0,100,0,0,0,37282,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,23,'%s closes his eyes, savoring freedom for a moment.',16,0,100,0,0,0,37283,0,'Alliance Slave - On Liberation'),
|
|
(36764,0,24,'I\'m going to return to help free the rest of the slaves. Thank you again, hero.',16,0,100,0,0,0,37293,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,0,'You\'re a beautiful sight... you have no idea.',12,0,100,0,0,0,37269,0,'Alliance Slave'),
|
|
(36765,0,1,'%s lets his mining pick drag on the ground as she approaches, clearly exhausted.',16,0,100,0,0,0,37284,0,'Alliance Slave'),
|
|
(36765,0,2,'I owe you a long night of drinking, my friend.',12,0,100,0,0,0,37263,0,'Alliance Slave'),
|
|
(36765,0,3,'If by life or death I can repay you, I will.',12,0,100,0,0,0,37287,0,'Alliance Slave'),
|
|
(36765,0,4,'I\'m going to return to the front of the quarry. Kill a few extra for me.',12,0,100,0,0,0,37294,0,'Alliance Slave'),
|
|
(36765,0,5,'I\'d almost given up hope.',12,0,100,0,0,0,37079,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,6,'I thought I might die in this pit. Thank you!',12,0,100,0,0,0,37262,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,7,'Don\'t let a single one of them live.',12,0,100,0,0,0,37264,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,8,'Please, carry out our vengeance on the Scourgelord.',12,0,100,0,0,0,37265,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,9,'When you kill the Pit Master, spit on his corpse for me, will you?',12,0,100,0,0,0,37266,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,10,'I\'d lost all track of time in this forsaken place. You\'re a sight for sore eyes, friend.',12,0,100,0,0,0,37268,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,11,'Too many of us died in this pit. Far too many.',12,0,100,0,0,0,37270,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,12,'I\'m so glad you\'re here. I wouldn\'t have made it much longer.',12,0,100,0,0,0,37271,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,13,'Now is the time for revenge.',12,0,100,0,0,0,37273,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,14,'You deserve a mighty man-hug.',12,0,100,0,0,0,37274,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,15,'I will find a way to repay you someday, hero.',12,0,100,0,0,0,37275,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,16,'I can hardly believe my eyes. Thank you. Really, thank you.',12,0,100,0,0,0,37276,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,17,'%s nods his thanks.',16,0,100,0,0,0,37277,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,18,'%s offers an appreciative smile.',16,0,100,0,0,0,37278,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,19,'%s almost collapses as he stumbles towards you.',16,0,100,0,0,0,37279,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,20,'%s stares at you for a moment, clearly finding it hard to believe that you\'re real.',16,0,100,0,0,0,37280,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,21,'%s offers a quick, cynical laugh at his fortune.',16,0,100,0,0,0,37281,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,22,'%s raises an empty hand in toast to you.',16,0,100,0,0,0,37282,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,23,'%s closes his eyes, savoring freedom for a moment.',16,0,100,0,0,0,37283,0,'Alliance Slave - On Liberation'),
|
|
(36765,0,24,'I\'m going to return to help free the rest of the slaves. Thank you again, hero.',16,0,100,0,0,0,37293,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,0,'You\'re a beautiful sight... you have no idea.',12,0,100,0,0,0,37269,0,'Alliance Slave'),
|
|
(36766,0,1,'%s lets his mining pick drag on the ground as she approaches, clearly exhausted.',16,0,100,0,0,0,37284,0,'Alliance Slave'),
|
|
(36766,0,2,'I owe you a long night of drinking, my friend.',12,0,100,0,0,0,37263,0,'Alliance Slave'),
|
|
(36766,0,3,'If by life or death I can repay you, I will.',12,0,100,0,0,0,37287,0,'Alliance Slave'),
|
|
(36766,0,4,'I\'m going to return to the front of the quarry. Kill a few extra for me.',12,0,100,0,0,0,37294,0,'Alliance Slave'),
|
|
(36766,0,5,'I\'d almost given up hope.',12,0,100,0,0,0,37079,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,6,'I thought I might die in this pit. Thank you!',12,0,100,0,0,0,37262,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,7,'Don\'t let a single one of them live.',12,0,100,0,0,0,37264,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,8,'Please, carry out our vengeance on the Scourgelord.',12,0,100,0,0,0,37265,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,9,'When you kill the Pit Master, spit on his corpse for me, will you?',12,0,100,0,0,0,37266,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,10,'I\'d lost all track of time in this forsaken place. You\'re a sight for sore eyes, friend.',12,0,100,0,0,0,37268,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,11,'Too many of us died in this pit. Far too many.',12,0,100,0,0,0,37270,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,12,'I\'m so glad you\'re here. I wouldn\'t have made it much longer.',12,0,100,0,0,0,37271,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,13,'Now is the time for revenge.',12,0,100,0,0,0,37273,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,14,'You deserve a mighty man-hug.',12,0,100,0,0,0,37274,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,15,'I will find a way to repay you someday, hero.',12,0,100,0,0,0,37275,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,16,'I can hardly believe my eyes. Thank you. Really, thank you.',12,0,100,0,0,0,37276,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,17,'%s nods his thanks.',16,0,100,0,0,0,37277,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,18,'%s offers an appreciative smile.',16,0,100,0,0,0,37278,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,19,'%s almost collapses as he stumbles towards you.',16,0,100,0,0,0,37279,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,20,'%s stares at you for a moment, clearly finding it hard to believe that you\'re real.',16,0,100,0,0,0,37280,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,21,'%s offers a quick, cynical laugh at his fortune.',16,0,100,0,0,0,37281,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,22,'%s raises an empty hand in toast to you.',16,0,100,0,0,0,37282,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,23,'%s closes his eyes, savoring freedom for a moment.',16,0,100,0,0,0,37283,0,'Alliance Slave - On Liberation'),
|
|
(36766,0,24,'I\'m going to return to help free the rest of the slaves. Thank you again, hero.',16,0,100,0,0,0,37293,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,0,'You\'re a beautiful sight... you have no idea.',12,0,100,0,0,0,37269,0,'Alliance Slave'),
|
|
(36767,0,1,'%s lets his mining pick drag on the ground as she approaches, clearly exhausted.',16,0,100,0,0,0,37284,0,'Alliance Slave'),
|
|
(36767,0,2,'I owe you a long night of drinking, my friend.',12,0,100,0,0,0,37263,0,'Alliance Slave'),
|
|
(36767,0,3,'If by life or death I can repay you, I will.',12,0,100,0,0,0,37287,0,'Alliance Slave'),
|
|
(36767,0,4,'I\'m going to return to the front of the quarry. Kill a few extra for me.',12,0,100,0,0,0,37294,0,'Alliance Slave'),
|
|
(36767,0,5,'I\'d almost given up hope.',12,0,100,0,0,0,37079,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,6,'I thought I might die in this pit. Thank you!',12,0,100,0,0,0,37262,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,7,'Don\'t let a single one of them live.',12,0,100,0,0,0,37264,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,8,'Please, carry out our vengeance on the Scourgelord.',12,0,100,0,0,0,37265,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,9,'When you kill the Pit Master, spit on his corpse for me, will you?',12,0,100,0,0,0,37266,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,10,'I\'d lost all track of time in this forsaken place. You\'re a sight for sore eyes, friend.',12,0,100,0,0,0,37268,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,11,'Too many of us died in this pit. Far too many.',12,0,100,0,0,0,37270,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,12,'I\'m so glad you\'re here. I wouldn\'t have made it much longer.',12,0,100,0,0,0,37271,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,13,'Now is the time for revenge.',12,0,100,0,0,0,37273,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,14,'You deserve a mighty man-hug.',12,0,100,0,0,0,37274,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,15,'I will find a way to repay you someday, hero.',12,0,100,0,0,0,37275,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,16,'I can hardly believe my eyes. Thank you. Really, thank you.',12,0,100,0,0,0,37276,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,17,'%s nods his thanks.',16,0,100,0,0,0,37277,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,18,'%s offers an appreciative smile.',16,0,100,0,0,0,37278,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,19,'%s almost collapses as he stumbles towards you.',16,0,100,0,0,0,37279,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,20,'%s stares at you for a moment, clearly finding it hard to believe that you\'re real.',16,0,100,0,0,0,37280,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,21,'%s offers a quick, cynical laugh at his fortune.',16,0,100,0,0,0,37281,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,22,'%s raises an empty hand in toast to you.',16,0,100,0,0,0,37282,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,23,'%s closes his eyes, savoring freedom for a moment.',16,0,100,0,0,0,37283,0,'Alliance Slave - On Liberation'),
|
|
(36767,0,24,'I\'m going to return to help free the rest of the slaves. Thank you again, hero.',16,0,100,0,0,0,37293,0,'Alliance Slave - On Liberation'),
|
|
(36770,0,0,'You\'re a beautiful sight... you have no idea.',12,0,100,0,0,0,37269,0,'Horde Slave'),
|
|
(36770,0,1,'%s lets his mining pick drag on the ground as she approaches, clearly exhausted.',16,0,100,0,0,0,37284,0,'Horde Slave'),
|
|
(36770,0,2,'I owe you a long night of drinking, my friend.',12,0,100,0,0,0,37263,0,'Horde Slave'),
|
|
(36770,0,3,'If by life or death I can repay you, I will.',12,0,100,0,0,0,37287,0,'Horde Slave'),
|
|
(36770,0,4,'I\'m going to return to the front of the quarry. Kill a few extra for me.',12,0,100,0,0,0,37294,0,'Horde Slave'),
|
|
(36770,0,5,'I\'d almost given up hope.',12,0,100,0,0,0,37079,0,'Horde Slave - On Liberation'),
|
|
(36770,0,6,'I thought I might die in this pit. Thank you!',12,0,100,0,0,0,37262,0,'Horde Slave - On Liberation'),
|
|
(36770,0,7,'Don\'t let a single one of them live.',12,0,100,0,0,0,37264,0,'Horde Slave - On Liberation'),
|
|
(36770,0,8,'Please, carry out our vengeance on the Scourgelord.',12,0,100,0,0,0,37265,0,'Horde Slave - On Liberation'),
|
|
(36770,0,9,'When you kill the Pit Master, spit on his corpse for me, will you?',12,0,100,0,0,0,37266,0,'Horde Slave - On Liberation'),
|
|
(36770,0,10,'I\'d lost all track of time in this forsaken place. You\'re a sight for sore eyes, friend.',12,0,100,0,0,0,37268,0,'Horde Slave - On Liberation'),
|
|
(36770,0,11,'Too many of us died in this pit. Far too many.',12,0,100,0,0,0,37270,0,'Horde Slave - On Liberation'),
|
|
(36770,0,12,'I\'m so glad you\'re here. I wouldn\'t have made it much longer.',12,0,100,0,0,0,37271,0,'Horde Slave - On Liberation'),
|
|
(36770,0,13,'Now is the time for revenge.',12,0,100,0,0,0,37273,0,'Horde Slave - On Liberation'),
|
|
(36770,0,14,'You deserve a mighty man-hug.',12,0,100,0,0,0,37274,0,'Horde Slave - On Liberation'),
|
|
(36770,0,15,'I will find a way to repay you someday, hero.',12,0,100,0,0,0,37275,0,'Horde Slave - On Liberation'),
|
|
(36770,0,16,'I can hardly believe my eyes. Thank you. Really, thank you.',12,0,100,0,0,0,37276,0,'Horde Slave - On Liberation'),
|
|
(36770,0,17,'%s nods his thanks.',16,0,100,0,0,0,37277,0,'Horde Slave - On Liberation'),
|
|
(36770,0,18,'%s offers an appreciative smile.',16,0,100,0,0,0,37278,0,'Horde Slave - On Liberation'),
|
|
(36770,0,19,'%s almost collapses as he stumbles towards you.',16,0,100,0,0,0,37279,0,'Horde Slave - On Liberation'),
|
|
(36770,0,20,'%s stares at you for a moment, clearly finding it hard to believe that you\'re real.',16,0,100,0,0,0,37280,0,'Horde Slave - On Liberation'),
|
|
(36770,0,21,'%s offers a quick, cynical laugh at his fortune.',16,0,100,0,0,0,37281,0,'Horde Slave - On Liberation'),
|
|
(36770,0,22,'%s raises an empty hand in toast to you.',16,0,100,0,0,0,37282,0,'Horde Slave - On Liberation'),
|
|
(36770,0,23,'%s closes his eyes, savoring freedom for a moment.',16,0,100,0,0,0,37283,0,'Horde Slave - On Liberation'),
|
|
(36770,0,24,'I\'m going to return to help free the rest of the slaves. Thank you again, hero.',16,0,100,0,0,0,37293,0,'Horde Slave - On Liberation'),
|
|
(36771,0,0,'You\'re a beautiful sight... you have no idea.',12,0,100,0,0,0,37269,0,'Horde Slave'),
|
|
(36771,0,1,'%s lets his mining pick drag on the ground as she approaches, clearly exhausted.',16,0,100,0,0,0,37284,0,'Horde Slave'),
|
|
(36771,0,2,'I owe you a long night of drinking, my friend.',12,0,100,0,0,0,37263,0,'Horde Slave'),
|
|
(36771,0,3,'If by life or death I can repay you, I will.',12,0,100,0,0,0,37287,0,'Horde Slave'),
|
|
(36771,0,4,'I\'m going to return to the front of the quarry. Kill a few extra for me.',12,0,100,0,0,0,37294,0,'Horde Slave'),
|
|
(36771,0,5,'I\'d almost given up hope.',12,0,100,0,0,0,37079,0,'Horde Slave - On Liberation'),
|
|
(36771,0,6,'I thought I might die in this pit. Thank you!',12,0,100,0,0,0,37262,0,'Horde Slave - On Liberation'),
|
|
(36771,0,7,'Don\'t let a single one of them live.',12,0,100,0,0,0,37264,0,'Horde Slave - On Liberation'),
|
|
(36771,0,8,'Please, carry out our vengeance on the Scourgelord.',12,0,100,0,0,0,37265,0,'Horde Slave - On Liberation'),
|
|
(36771,0,9,'When you kill the Pit Master, spit on his corpse for me, will you?',12,0,100,0,0,0,37266,0,'Horde Slave - On Liberation'),
|
|
(36771,0,10,'I\'d lost all track of time in this forsaken place. You\'re a sight for sore eyes, friend.',12,0,100,0,0,0,37268,0,'Horde Slave - On Liberation'),
|
|
(36771,0,11,'Too many of us died in this pit. Far too many.',12,0,100,0,0,0,37270,0,'Horde Slave - On Liberation'),
|
|
(36771,0,12,'I\'m so glad you\'re here. I wouldn\'t have made it much longer.',12,0,100,0,0,0,37271,0,'Horde Slave - On Liberation'),
|
|
(36771,0,13,'Now is the time for revenge.',12,0,100,0,0,0,37273,0,'Horde Slave - On Liberation'),
|
|
(36771,0,14,'You deserve a mighty man-hug.',12,0,100,0,0,0,37274,0,'Horde Slave - On Liberation'),
|
|
(36771,0,15,'I will find a way to repay you someday, hero.',12,0,100,0,0,0,37275,0,'Horde Slave - On Liberation'),
|
|
(36771,0,16,'I can hardly believe my eyes. Thank you. Really, thank you.',12,0,100,0,0,0,37276,0,'Horde Slave - On Liberation'),
|
|
(36771,0,17,'%s nods his thanks.',16,0,100,0,0,0,37277,0,'Horde Slave - On Liberation'),
|
|
(36771,0,18,'%s offers an appreciative smile.',16,0,100,0,0,0,37278,0,'Horde Slave - On Liberation'),
|
|
(36771,0,19,'%s almost collapses as he stumbles towards you.',16,0,100,0,0,0,37279,0,'Horde Slave - On Liberation'),
|
|
(36771,0,20,'%s stares at you for a moment, clearly finding it hard to believe that you\'re real.',16,0,100,0,0,0,37280,0,'Horde Slave - On Liberation'),
|
|
(36771,0,21,'%s offers a quick, cynical laugh at his fortune.',16,0,100,0,0,0,37281,0,'Horde Slave - On Liberation'),
|
|
(36771,0,22,'%s raises an empty hand in toast to you.',16,0,100,0,0,0,37282,0,'Horde Slave - On Liberation'),
|
|
(36771,0,23,'%s closes his eyes, savoring freedom for a moment.',16,0,100,0,0,0,37283,0,'Horde Slave - On Liberation'),
|
|
(36771,0,24,'I\'m going to return to help free the rest of the slaves. Thank you again, hero.',16,0,100,0,0,0,37293,0,'Horde Slave - On Liberation'),
|
|
(36772,0,0,'You\'re a beautiful sight... you have no idea.',12,0,100,0,0,0,37269,0,'Horde Slave'),
|
|
(36772,0,1,'%s lets his mining pick drag on the ground as she approaches, clearly exhausted.',16,0,100,0,0,0,37284,0,'Horde Slave'),
|
|
(36772,0,2,'I owe you a long night of drinking, my friend.',12,0,100,0,0,0,37263,0,'Horde Slave'),
|
|
(36772,0,3,'If by life or death I can repay you, I will.',12,0,100,0,0,0,37287,0,'Horde Slave'),
|
|
(36772,0,4,'I\'m going to return to the front of the quarry. Kill a few extra for me.',12,0,100,0,0,0,37294,0,'Horde Slave'),
|
|
(36772,0,5,'I\'d almost given up hope.',12,0,100,0,0,0,37079,0,'Horde Slave - On Liberation'),
|
|
(36772,0,6,'I thought I might die in this pit. Thank you!',12,0,100,0,0,0,37262,0,'Horde Slave - On Liberation'),
|
|
(36772,0,7,'Don\'t let a single one of them live.',12,0,100,0,0,0,37264,0,'Horde Slave - On Liberation'),
|
|
(36772,0,8,'Please, carry out our vengeance on the Scourgelord.',12,0,100,0,0,0,37265,0,'Horde Slave - On Liberation'),
|
|
(36772,0,9,'When you kill the Pit Master, spit on his corpse for me, will you?',12,0,100,0,0,0,37266,0,'Horde Slave - On Liberation'),
|
|
(36772,0,10,'I\'d lost all track of time in this forsaken place. You\'re a sight for sore eyes, friend.',12,0,100,0,0,0,37268,0,'Horde Slave - On Liberation'),
|
|
(36772,0,11,'Too many of us died in this pit. Far too many.',12,0,100,0,0,0,37270,0,'Horde Slave - On Liberation'),
|
|
(36772,0,12,'I\'m so glad you\'re here. I wouldn\'t have made it much longer.',12,0,100,0,0,0,37271,0,'Horde Slave - On Liberation'),
|
|
(36772,0,13,'Now is the time for revenge.',12,0,100,0,0,0,37273,0,'Horde Slave - On Liberation'),
|
|
(36772,0,14,'You deserve a mighty man-hug.',12,0,100,0,0,0,37274,0,'Horde Slave - On Liberation'),
|
|
(36772,0,15,'I will find a way to repay you someday, hero.',12,0,100,0,0,0,37275,0,'Horde Slave - On Liberation'),
|
|
(36772,0,16,'I can hardly believe my eyes. Thank you. Really, thank you.',12,0,100,0,0,0,37276,0,'Horde Slave - On Liberation'),
|
|
(36772,0,17,'%s nods his thanks.',16,0,100,0,0,0,37277,0,'Horde Slave - On Liberation'),
|
|
(36772,0,18,'%s offers an appreciative smile.',16,0,100,0,0,0,37278,0,'Horde Slave - On Liberation'),
|
|
(36772,0,19,'%s almost collapses as he stumbles towards you.',16,0,100,0,0,0,37279,0,'Horde Slave - On Liberation'),
|
|
(36772,0,20,'%s stares at you for a moment, clearly finding it hard to believe that you\'re real.',16,0,100,0,0,0,37280,0,'Horde Slave - On Liberation'),
|
|
(36772,0,21,'%s offers a quick, cynical laugh at his fortune.',16,0,100,0,0,0,37281,0,'Horde Slave - On Liberation'),
|
|
(36772,0,22,'%s raises an empty hand in toast to you.',16,0,100,0,0,0,37282,0,'Horde Slave - On Liberation'),
|
|
(36772,0,23,'%s closes his eyes, savoring freedom for a moment.',16,0,100,0,0,0,37283,0,'Horde Slave - On Liberation'),
|
|
(36772,0,24,'I\'m going to return to help free the rest of the slaves. Thank you again, hero.',16,0,100,0,0,0,37293,0,'Horde Slave - On Liberation'),
|
|
(36773,0,0,'You\'re a beautiful sight... you have no idea.',12,0,100,0,0,0,37269,0,'Horde Slave'),
|
|
(36773,0,1,'%s lets his mining pick drag on the ground as she approaches, clearly exhausted.',16,0,100,0,0,0,37284,0,'Horde Slave'),
|
|
(36773,0,2,'I owe you a long night of drinking, my friend.',12,0,100,0,0,0,37263,0,'Horde Slave'),
|
|
(36773,0,3,'If by life or death I can repay you, I will.',12,0,100,0,0,0,37287,0,'Horde Slave'),
|
|
(36773,0,4,'I\'m going to return to the front of the quarry. Kill a few extra for me.',12,0,100,0,0,0,37294,0,'Horde Slave'),
|
|
(36773,0,5,'I\'d almost given up hope.',12,0,100,0,0,0,37079,0,'Horde Slave - On Liberation'),
|
|
(36773,0,6,'I thought I might die in this pit. Thank you!',12,0,100,0,0,0,37262,0,'Horde Slave - On Liberation'),
|
|
(36773,0,7,'Don\'t let a single one of them live.',12,0,100,0,0,0,37264,0,'Horde Slave - On Liberation'),
|
|
(36773,0,8,'Please, carry out our vengeance on the Scourgelord.',12,0,100,0,0,0,37265,0,'Horde Slave - On Liberation'),
|
|
(36773,0,9,'When you kill the Pit Master, spit on his corpse for me, will you?',12,0,100,0,0,0,37266,0,'Horde Slave - On Liberation'),
|
|
(36773,0,10,'I\'d lost all track of time in this forsaken place. You\'re a sight for sore eyes, friend.',12,0,100,0,0,0,37268,0,'Horde Slave - On Liberation'),
|
|
(36773,0,11,'Too many of us died in this pit. Far too many.',12,0,100,0,0,0,37270,0,'Horde Slave - On Liberation'),
|
|
(36773,0,12,'I\'m so glad you\'re here. I wouldn\'t have made it much longer.',12,0,100,0,0,0,37271,0,'Horde Slave - On Liberation'),
|
|
(36773,0,13,'Now is the time for revenge.',12,0,100,0,0,0,37273,0,'Horde Slave - On Liberation'),
|
|
(36773,0,14,'You deserve a mighty man-hug.',12,0,100,0,0,0,37274,0,'Horde Slave - On Liberation'),
|
|
(36773,0,15,'I will find a way to repay you someday, hero.',12,0,100,0,0,0,37275,0,'Horde Slave - On Liberation'),
|
|
(36773,0,16,'I can hardly believe my eyes. Thank you. Really, thank you.',12,0,100,0,0,0,37276,0,'Horde Slave - On Liberation'),
|
|
(36773,0,17,'%s nods his thanks.',16,0,100,0,0,0,37277,0,'Horde Slave - On Liberation'),
|
|
(36773,0,18,'%s offers an appreciative smile.',16,0,100,0,0,0,37278,0,'Horde Slave - On Liberation'),
|
|
(36773,0,19,'%s almost collapses as he stumbles towards you.',16,0,100,0,0,0,37279,0,'Horde Slave - On Liberation'),
|
|
(36773,0,20,'%s stares at you for a moment, clearly finding it hard to believe that you\'re real.',16,0,100,0,0,0,37280,0,'Horde Slave - On Liberation'),
|
|
(36773,0,21,'%s offers a quick, cynical laugh at his fortune.',16,0,100,0,0,0,37281,0,'Horde Slave - On Liberation'),
|
|
(36773,0,22,'%s raises an empty hand in toast to you.',16,0,100,0,0,0,37282,0,'Horde Slave - On Liberation'),
|
|
(36773,0,23,'%s closes his eyes, savoring freedom for a moment.',16,0,100,0,0,0,37283,0,'Horde Slave - On Liberation'),
|
|
(36773,0,24,'I\'m going to return to help free the rest of the slaves. Thank you again, hero.',16,0,100,0,0,0,37293,0,'Horde Slave - On Liberation'),
|
|
(36774,0,0,'You Sunreaver lackeys are all the same.',12,0,100,1,0,0,37768,0,'Silver Covenant Agent'),
|
|
(36774,0,1,'You won\'t escape from us so easily!',12,0,100,1,0,0,37879,0,'Silver Covenant Agent'),
|
|
(36776,0,0,'Did you think you would escape with your life?',12,0,100,1,0,0,37880,0,'Sunreaver Agent'),
|
|
(36776,0,1,'You\'ll never run us out of the city, Silver Covenant thug!',12,0,100,1,0,0,37767,0,'Sunreaver Agent'),
|
|
(36789,0,0,'Heroes, lend me your aid. I... I cannot hold them off much longer. You must heal my wounds!',14,0,0,0,0,17064,37875,0,'Valithria Dreamwalker - SAY_VALITHRIA_ENTER_COMBAT'),
|
|
(36789,1,0,'I have opened a portal into the Dream. Your salvation lies within, heroes...',14,0,0,0,0,17068,37876,0,'Valithria Dreamwalker - SAY_VALITHRIA_DREAM_PORTAL'),
|
|
(36789,2,0,'My strength is returning. Press on, heroes!',14,0,0,0,0,17070,37878,0,'Valithria Dreamwalker - SAY_VALITHRIA_75_PERCENT'),
|
|
(36789,3,0,'I will not last much longer!',14,0,0,0,0,17069,21784,0,'Valithria Dreamwalker - SAY_VALITHRIA_25_PERCENT'),
|
|
(36789,4,0,'Forgive me for what I do! I... cannot... stop... ONLY NIGHTMARES REMAIN!',14,0,0,0,0,17072,0,0,'Valithria Dreamwalker - SAY_VALITHRIA_DEATH'),
|
|
(36789,5,0,'A tragic loss...',14,0,0,0,0,17066,0,0,'Valithria Dreamwalker - SAY_VALITHRIA_PLAYER_DEATH'),
|
|
(36789,6,0,'FAILURES!',14,0,0,0,0,17067,0,0,'Valithria Dreamwalker - SAY_VALITHRIA_BERSERK'),
|
|
(36789,7,0,'I AM RENEWED! Ysera grant me the favor to lay these foul creatures to rest!',14,0,0,0,0,17071,37852,0,'Valithria Dreamwalker - SAY_VALITHRIA_SUCCESS'),
|
|
(36794,0,0,'Worthless gnat! Death is all that awaits you!',14,0,100,0,0,16753,36852,0,'tyrannus SAY_TYRANNUS_KRICK_1'),
|
|
(36794,1,0,'Do not think that I shall permit you entry into my master\'s sanctum so easily. Pursue me if you dare.',14,0,100,0,0,16754,36853,0,'tyrannus SAY_TYRANNUS_KRICK_2'),
|
|
(36794,2,0,'Your pursuit shall be in vain, intruders, for the Lich King has placed an army of undead at my command! Behold!',14,0,100,0,0,16755,36708,0,'tyrannus SAY_TYRANNUS_AMBUSH_1'),
|
|
(36794,3,0,'Persistent whelps! You will not reach the entrance of my lord\'s lair! Soldiers, destroy them!',14,0,100,0,0,16756,36709,0,'tyrannus SAY_TYRANNUS_AMBUSH_2'),
|
|
(36794,4,0,'Intruders have entered the master\'s domain. Signal the alarms!',14,0,100,0,0,16747,37093,0,'tyrannus SAY_TYRANNUS_INTRO_1'),
|
|
(36794,5,0,'Hrmph, fodder. Not even fit to labor in the quarry. Relish these final moments for soon you will be nothing more than mindless undead.',14,0,100,0,0,16748,37094,0,'tyrannus SAY_TYRANNUS_INTRO_2'),
|
|
(36794,6,0,'Your last waking memory will be of agonizing pain.',14,0,100,0,0,16749,37095,0,'tyrannus SAY_TYRANNUS_INTRO_3'),
|
|
(36794,7,0,'Minions, destroy these interlopers!',14,0,100,0,0,16751,37096,0,'tyrannus SAY_TYRANNUS_INTRO_4'),
|
|
(36795,0,0,'Another shall take his place. You waste your time.',14,0,100,0,0,16752,36765,0,'tyrannus SAY_TYRANNUS_GARFROST'),
|
|
(36795,1,0,'Rimefang! Trap them within the tunnel! Bury them alive!',14,0,100,0,0,16757,36714,0,'tyrannus SAY_TYRANNUS_TRAP_TUNNEL'),
|
|
(36823,0,0,'You have come to bring Arthas to justice? To see the Lich King destroyed?',14,0,0,0,0,17394,38114,0,'Terenas Menethil - SAY_TERENAS_INTRO_1'),
|
|
(36823,1,0,'First, you must escape Frostmourne\'s hold, or be damned as I am; trapped within this cursed blade for all eternity. ',14,0,0,0,0,17395,38115,0,'Terenas Menethil - SAY_TERENAS_INTRO_2'),
|
|
(36823,2,0,'Aid me in destroying these tortured souls! Together we will loosen Frostmourne\'s hold and weaken the Lich King from within!',14,0,0,0,0,17396,38116,0,'Terenas Menethil - SAY_TERENAS_INTRO_3'),
|
|
(36838,0,0,'|TInterface\\Icons\\Spell_Fire_Flameshock.blp:20|t|cFFBC0000 OVERHEAT |r|TInterface\\Icons\\Spell_Fire_Flameshock.blp:20|t',42,0,100,0,0,0,36720,0,'Alliance Gunship Cannon - SAY_OVERHEAT'),
|
|
(36839,0,0,'|TInterface\\Icons\\Spell_Fire_Flameshock.blp:20|t|cFFBC0000 OVERHEAT |r|TInterface\\Icons\\Spell_Fire_Flameshock.blp:20|t',42,0,100,0,0,0,36720,0,'Horde Gunship Cannon - SAY_OVERHEAT'),
|
|
(36853,0,0,'You are fools to have come to this place. The icy winds of Northrend will consume your souls!',14,0,0,0,0,17007,37511,0,'Sindragosa - SAY_AGGRO'),
|
|
(36853,1,0,'Suffer, mortals, as your pathetic magic betrays you!',14,0,0,0,0,17014,37138,0,'Sindragosa - SAY_UNCHAINED_MAGIC'),
|
|
(36853,2,0,'%s prepares to unleash a wave of blistering cold!',41,0,0,0,0,0,37108,0,'Sindragosa - EMOTE_WARN_BLISTERING_COLD'),
|
|
(36853,3,0,'Can you feel the cold hand of death upon your heart?',14,0,0,0,0,17013,37137,0,'Sindragosa - SAY_BLISTERING_COLD'),
|
|
(36853,4,0,'Aaagh! It burns! What sorcery is this!?',14,0,0,0,0,17015,38550,0,'Sindragosa - SAY_RESPITE_FOR_A_TORMENTED_SOUL'),
|
|
(36853,5,0,'Your incursion ends here! None shall survive!',14,0,0,0,0,17012,37136,0,'Sindragosa - SAY_AIR_PHASE'),
|
|
(36853,6,0,'Now, feel my master\'s limitless power and despair!',14,0,0,0,0,17016,37109,0,'Sindragosa - SAY_PHASE_2'),
|
|
(36853,7,0,'%s fires a frozen orb towards $n!',41,0,0,0,0,0,38672,0,'Sindragosa - EMOTE_WARN_FROZEN_ORB'),
|
|
(36853,8,0,'Perish!',14,0,0,0,0,17008,37133,0,'Sindragosa - SAY_KILL 1'),
|
|
(36853,8,1,'The flaw of mortality....',14,0,0,0,0,17009,37134,0,'Sindragosa - SAY_KILL 2'),
|
|
(36853,9,0,'Enough! I tire of these games!',14,0,0,0,0,17011,37140,0,'Sindragosa - SAY_BERSERK'),
|
|
(36853,10,0,'Free... at last....',14,0,0,0,0,17010,37139,0,'Sindragosa - SAY_DEATH'),
|
|
(36853,11,0,'%s goes into a berserker rage!',41,0,100,0,0,0,34057,0,'sindragosa EMOTE_BERSERK_RAID'),
|
|
(36853,101,0,'%s appears to be weakening!',41,0,100,0,0,0,39333,0,'emote for weekly quest'),
|
|
(36855,0,0,'You have found your way here, because you are among the few gifted with true vision in a world cursed with blindness.',14,0,0,0,0,17272,38139,0,'Lady Deathwhisper - SAY_INTRO_1'),
|
|
(36855,1,0,'You can see through the fog that hangs over this world like a shroud, and grasp where true power lies.',14,0,0,0,0,17273,38140,0,'Lady Deathwhisper - SAY_INTRO_2'),
|
|
(36855,2,0,'Fix your eyes upon your crude hands: the sinew, the soft meat, the dark blood coursing within.',14,0,0,0,0,16878,38134,0,'Lady Deathwhisper - SAY_INTRO_3'),
|
|
(36855,3,0,'It is a weakness; a crippling flaw.... A joke played by the Creators upon their own creations.',14,0,0,0,0,17268,38135,0,'Lady Deathwhisper - SAY_INTRO_4'),
|
|
(36855,4,0,'The sooner you come to accept your condition as a defect, the sooner you will find yourselves in a position to transcend it.',14,0,0,0,0,17269,38136,0,'Lady Deathwhisper - SAY_INTRO_5'),
|
|
(36855,5,0,'Through our Master, all things are possible. His power is without limit, and his will unbending.',14,0,0,0,0,17270,38137,0,'Lady Deathwhisper - SAY_INTRO_6'),
|
|
(36855,6,0,'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.',14,0,0,0,0,17271,38138,0,'Lady Deathwhisper - SAY_INTRO_7'),
|
|
(36855,7,0,'What is this disturbance? You dare trespass upon this hallowed ground? This shall be your final resting place!',14,0,0,0,0,16868,38122,0,'Lady Deathwhisper - SAY_AGGRO'),
|
|
(36855,8,0,'Enough! I see I must take matters into my own hands!',14,0,0,0,0,16877,38126,0,'Lady Deathwhisper - SAY_PHASE_2'),
|
|
(36855,9,0,'%s\'s Mana Barrier shimmers and fades away!',41,0,0,0,0,0,38121,0,'Lady Deathwhisper - SAY_PHASE_2_EMOTE'),
|
|
(36855,10,0,'You are weak, powerless to resist my will!',14,0,0,0,0,16876,38127,0,'Lady Deathwhisper - SAY_DOMINATE_MIND'),
|
|
(36855,11,0,'Take this blessing and show these intruders a taste of the Master\'s power!',14,0,0,0,0,16873,38130,0,'Lady Deathwhisper - SAY_DARK_EMPOWERMENT'),
|
|
(36855,12,0,'I release you from the curse of flesh!',14,0,0,0,0,16874,38132,0,'Lady Deathwhisper - SAY_DARK_TRANSFORMATION'),
|
|
(36855,13,0,'Arise, and exult in your pure form!',14,0,0,0,0,16875,38133,0,'Lady Deathwhisper - SAY_ANIMATE_DEAD'),
|
|
(36855,14,0,'Do you yet grasp the futility of your actions?',14,0,0,0,0,16869,38123,0,'Lady Deathwhisper - SAY_KILL_1'),
|
|
(36855,14,1,'Embrace the darkness... darkness eternal.',14,0,0,0,0,16870,38124,0,'Lady Deathwhisper - SAY_KILL_2'),
|
|
(36855,15,0,'This charade has gone on long enough!',14,0,0,0,0,16872,38128,0,'Lady Deathwhisper - SAY_BERSERK'),
|
|
(36855,16,0,'All part of the Master\'s plan.... Your end is inevitable....',14,0,0,0,0,16871,38125,0,'Lady Deathwhisper - SAY_DEATH'),
|
|
(36856,0,0,'You\'re in luck. I\'ve got just what you need in the load I\'m about to wash.',12,0,100,0,0,0,36761,0,'Shandy Glossgleam'),
|
|
(36856,1,0,'Well done!',12,0,16,4,0,0,3287,0,'Shandy say 2'),
|
|
(36856,1,1,'Aquanos can hardly keep up!',12,0,14,4,0,0,37988,0,'Shandy say 2'),
|
|
(36856,1,2,'Nice. I don\'t want to know what that stain was.',12,0,14,4,0,0,37987,0,'Shandy say 2'),
|
|
(36856,1,3,'I should keep you around.',12,0,14,0,0,0,37989,0,'Shandy Glossgleam'),
|
|
(36856,1,4,'That\'s how it\'s done!',12,0,14,0,0,0,37986,0,'Shandy Glossgleam'),
|
|
(36856,1,5,'Clean and tidy!',12,0,14,0,0,0,37985,0,'Shandy Glossgleam'),
|
|
(36856,1,6,'Nice. I don\'t want to know what that stain was.',12,0,14,0,0,0,37987,0,'Shandy Glossgleam'),
|
|
(36856,1,7,'Aquanos can hardly keep up!',12,0,14,0,0,0,37988,0,'Shandy Glossgleam'),
|
|
(36856,2,0,'See the piles of laundry and the bucket of water? I\'ll call out what I need next, and you put it in the tub. Ready?',12,0,100,0,0,0,36762,0,'Shandy Glossgleam'),
|
|
(36856,3,0,'The tub needs more water!',12,0,100,25,0,0,36790,0,'Shandy Glossgleam'),
|
|
(36856,4,0,'Quick, add some shirts to the laundry!',12,0,100,0,0,0,36788,0,'Shandy Glossgleam'),
|
|
(36856,5,0,'Toss some pants in to the tub!',12,0,100,25,0,0,36787,0,'Shandy Glossgleam'),
|
|
(36856,6,0,'Add the unmentionables... uh, I mean, the \'delicates\'!',12,0,100,25,0,0,36789,0,'Shandy Glossgleam'),
|
|
(36856,7,0,'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!',12,0,100,0,0,0,36817,0,'Shandy Glossgleam'),
|
|
(36856,8,0,'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.',12,0,100,0,0,0,36791,0,'Shandy Glossgleam'),
|
|
(36856,9,0,'Oh, no! That wasn\'t right. Now I\'ll have to go get more detergent so we can start over!',12,0,100,0,0,0,36763,0,'Shandy Glossgleam'),
|
|
(36888,0,0,'This way... We\'re about to mount an assault on the Scourgelord\'s location!',14,0,100,0,0,17153,36718,0,''),
|
|
(36889,0,0,'This way... We\'re about to mount an assault on the Scourgelord\'s location!',14,0,100,0,0,17153,36718,0,''),
|
|
(36899,0,0,'%s grows more unstable!',16,0,0,0,0,0,36950,0,'Big Ooze - EMOTE_UNSTABLE_2'),
|
|
(36899,1,0,'%s is growing volatile!',16,0,0,0,0,0,36952,0,'Big Ooze - EMOTE_UNSTABLE_3'),
|
|
(36899,2,0,'%s can barely maintain its form!',16,0,0,0,0,0,36956,0,'Big Ooze - EMOTE_UNSTABLE_4'),
|
|
(36899,3,0,'|TInterface\\Icons\\spell_shadow_unstableaffliction_2.blp:16|t%s begins to cast |cFFFF0000Unstable Ooze Explosion!|r',41,0,0,0,0,0,37064,0,'Big Ooze - EMOTE_UNSTABLE_EXPLOSION'),
|
|
(36899,4,0,'|TInterface\\Icons\\spell_shadow_unstableaffliction_2.blp:16|t%s begins to cast |cFFFF0000Unstable Ooze Explosion!|r',41,0,0,0,0,0,37064,0,'Rotface - EMOTE_UNSTABLE_EXPLOSION'),
|
|
(36913,0,0,'Cry out in torment... Let your pain overcome your might...',15,0,14.2857,0,0,0,38355,0,'Eye of the Lichking'),
|
|
(36913,0,1,'Release yourself from the chains of life...',15,0,14.2857,0,0,0,38352,0,'Eye of the Lichking'),
|
|
(36913,0,2,'The Lich King is unstoppable...',15,0,14.2857,0,0,0,38350,0,'Eye of the Lichking'),
|
|
(36913,0,3,'The Master\'s will remains inviolate...',15,0,14.2857,0,0,0,38347,0,'Eye of the Lichking'),
|
|
(36913,0,4,'You cannot escape the Master\'s Wrath...',15,0,14.2857,0,0,0,38348,0,'Eye of the Lichking'),
|
|
(36913,0,5,'Death consumes you...',15,0,14.2857,0,0,0,38353,0,'Eye of the Lichking'),
|
|
(36913,0,6,'Give in... to the cold embrace of death...',15,0,14.2857,0,0,0,38351,0,'Eye of the Lichking'),
|
|
(36913,0,7,'He watches your every move...',15,0,100,0,0,0,38354,0,'Eye of the Lich King - Whisper'),
|
|
(36939,0,0,'Rise up, sons and daughters of the Horde! Today we battle a hated enemy of the Horde! LOK\'TAR OGAR!',14,0,100,0,0,17087,37689,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_1'),
|
|
(36939,1,0,'Kor\'kron, take us out!',14,0,100,0,0,17088,37691,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_2'),
|
|
(36939,2,0,'What is that? Something approaching in the distance.',14,0,100,0,0,17089,37692,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_3'),
|
|
(36939,3,0,'ALLIANCE GUNSHIP! ALL HANDS ON DECK!',14,0,100,0,0,17090,37694,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_4'),
|
|
(36939,4,0,'You answer to Saurfang now!',14,0,100,0,0,17091,37697,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_5'),
|
|
(36939,5,0,'You will know our business soon. Kor\'kron, ANNIHILATE THEM!',14,0,100,0,0,17092,37698,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_6'),
|
|
(36939,6,0,'This is not your battle, dwarf. Back down or we will be forced to destroy your ship.',14,0,100,0,0,17083,37685,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_A'),
|
|
(36939,7,0,'You DARE board my ship? Your death will come swiftly.',14,0,100,0,0,17083,37712,0,'High Overlord Saurfang - SAY_SAURFANG_BOARD'),
|
|
(36939,8,0,'Reavers, Sergeants, attack!',14,0,100,0,0,17081,37710,0,'High Overlord Saurfang - SAY_SAURFANG_ENTER_SKYBREAKER'),
|
|
(36939,9,0,'Axethrowers, hurl faster!',14,0,100,0,0,17079,37708,0,'High Overlord Saurfang - SAY_SAURFANG_AXETHROWERS'),
|
|
(36939,10,0,'Rocketeers, reload!',14,0,100,0,0,17080,37709,0,'High Overlord Saurfang - SAY_SAURFANG_ROCKETEERS'),
|
|
(36939,11,0,'We\'re taking hull damage, get a battle-mage out here to shut down those cannons!',14,0,100,0,0,17082,37711,0,'High Overlord Saurfang - SAY_SAURFANG_MAGES'),
|
|
(36939,12,0,'The Alliance falter. Onward to the Lich King!',14,0,100,0,0,17084,37713,0,'High Overlord Saurfang - SAY_SAURFANG_VICTORY'),
|
|
(36939,13,0,'Damage control! Put those fires out. You haven\'t seen the last of the Horde!',14,0,100,0,0,17085,37714,0,'High Overlord Saurfang - SAY_SAURFANG_WIPE'),
|
|
(36948,0,0,'Fire up the engines! We got a meetin\' with destiny, lads!',14,0,100,0,0,16962,37677,0,'Muradin Bronzebeard - SAY_MURADIN_INTRO_1'),
|
|
(36948,1,0,'Hold on to yer hats!',14,0,100,0,0,16963,37678,0,'Muradin Bronzebeard - SAY_MURADIN_INTRO_2'),
|
|
(36948,2,0,'What in the world is that? Grab me spyglass, crewman!',14,0,100,0,0,16964,37679,0,'Muradin Bronzebeard - SAY_MURADIN_INTRO_3'),
|
|
(36948,3,0,'By me own beard! HORDE SAILIN\' IN FAST \'N HOT!',14,0,100,0,0,16965,37680,0,'Muradin Bronzebeard - SAY_MURADIN_INTRO_4'),
|
|
(36948,4,0,'EVASIVE ACTION! MAN THE GUNS!',14,0,100,0,0,16966,37681,0,'Muradin Bronzebeard - SAY_MURADIN_INTRO_5'),
|
|
(36948,5,0,'Cowardly dogs! Ye blindsided us!',14,0,100,0,0,16967,37682,0,'Muradin Bronzebeard - SAY_MURADIN_INTRO_6'),
|
|
(36948,6,0,'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!',14,0,100,0,0,16968,37683,0,'Muradin Bronzebeard - SAY_MURADIN_INTRO_7'),
|
|
(36948,7,0,'Move yer jalopy or we\'ll blow it out of the sky, orc! The Horde\'s got no business here.',14,0,100,0,0,16969,37699,0,'Muradin Bronzebeard - SAY_MURADIN_INTRO_H'),
|
|
(36948,8,0,'What\'s this then?! Ye won\'t be takin\' this son o\' Ironforge\'s vessel without a fight!',14,0,100,0,0,16958,37704,0,'Muradin Bronzebeard - SAY_MURADIN_BOARD'),
|
|
(36948,9,0,'Marines, Sergeants, attack!',14,0,100,0,0,16956,37702,0,'Muradin Bronzebeard - SAY_MURADIN_ENTER_ORGRIMMS_HAMMER'),
|
|
(36948,10,0,'Riflemen, shoot faster!',14,0,100,0,0,16954,37700,0,'Muradin Bronzebeard - SAY_MURADIN_RIFLEMAN'),
|
|
(36948,11,0,'Mortar team, reload!',14,0,100,0,0,16955,37701,0,'Muradin Bronzebeard - SAY_MURADIN_MORTAR'),
|
|
(36948,12,0,'We\'re taking hull damage, get a sorcerer out here to shut down those cannons!',14,0,100,0,0,16957,37703,0,'Muradin Bronzebeard - SAY_MURADIN_SORCERERS'),
|
|
(36948,13,0,'Don\'t say I didn\'t warn ya, scoundrels! Onward, brothers and sisters!',14,0,100,0,0,16959,37705,0,'Muradin Bronzebeard - SAY_MURADIN_VICTORY'),
|
|
(36948,14,0,'Captain Bartlett, get us out of here! We\'re taken too much damage to stay afloat!',14,0,100,0,0,16960,37706,0,'Muradin Bronzebeard - SAY_MURADIN_WIPE'),
|
|
(36954,0,0,'Your allies have arrived Jaina, just as you promised. You will all become powerful agents of the Scourge.',14,0,100,0,0,17212,37172,0,'Lich King SAY_LK_AGGRO_ALLY'),
|
|
(36954,1,0,'I will not make the same mistake again, Sylvanas. This time there will be no escape. You will all serve me in death!',14,0,100,0,0,17213,37173,0,'Lich King SAY_LK_AGGRO_HORDE'),
|
|
(36954,2,0,'There is no escape!',14,0,100,0,0,17217,37177,0,'Lich King SAY_LK_WALL_01'),
|
|
(36954,3,0,'Succumb to the chill of the grave.',14,0,100,0,0,17218,37175,0,'Lich King SAY_LK_WALL_02'),
|
|
(36954,4,0,'Another dead end.',14,0,100,0,0,17219,37176,0,'Lich King SAY_LK_WALL_03'),
|
|
(36954,5,0,'How long can you fight it?',14,0,100,0,0,17220,38668,0,'Lich King SAY_LK_WALL_04'),
|
|
(36954,6,0,'Arise minions. Do not let them pass.',14,0,100,0,0,17216,38669,0,'Lich King SAY_LK_GHOUL'),
|
|
(36954,7,0,'Minions, sieze them. Bring their corpses back to me.',14,0,100,0,0,17222,38670,0,'Lich King SAY_LK_ABON'),
|
|
(36954,8,0,'Death\'s cold embrace awaits.',14,0,100,0,0,17221,37174,0,'Lich King SAY_LK_KING_WINTER'),
|
|
(36954,9,0,'Nowhere to run! You\'re mine now...',14,0,100,0,0,17223,36994,0,'Lich King SAY_LK_NOWHERE_TO_RUN'),
|
|
(36955,0,0,'He is too powerful, we must leave this place at once! My magic will hold him in place for only a short time! Come quickly, heroes!',14,0,100,1,0,16644,36821,0,'Jaina SAY_JAINA_AGGRO'),
|
|
(36955,1,0,'I will destroy this barrier. You must hold the undead back!',14,0,100,0,0,16607,38536,0,'Jaina SAY_JAINA_WALL_01'),
|
|
(36955,2,0,'Another ice wall! Keep the undead from interrupting my incantations so that I may bring this wall down.',14,0,100,0,0,16608,38537,0,'Jaina SAY_JAINA_WALL_02'),
|
|
(36955,3,0,'We\'re almost there... Don\'t give up',14,0,100,0,0,16646,38538,0,'Jaina SAY_JAINA_WALL_03'),
|
|
(36955,4,0,'Your barriers can\'t hold us back much longer, monster! I will shatter them all!',14,0,100,0,0,16610,38539,0,'Jaina SAY_JAINA_WALL_04'),
|
|
(36955,5,0,'There\'s an opening up ahead. GO NOW!',14,0,100,1,0,16645,38551,0,'Jaina SAY_JAINA_ESCAPE_01'),
|
|
(36955,6,0,'It... It\'s a dead end. We have no choice but to fight. Steel yourselves, heroes, for this is our last stand!',14,0,100,1,0,16647,36992,0,'Jaina SAY_JAINA_TRAP'),
|
|
(36955,7,0,'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.',14,0,100,1,0,16648,36990,0,'Jaina SAY_JAINA_FINAL_1'),
|
|
(36955,8,0,'We now know what must be done. I will deliver this news to King Varian and Highlord Fordring.',14,0,100,1,0,16649,36991,0,'Jaina SAY_JAINA_FINAL_2'),
|
|
(36990,0,0,'Why should the Banshee Queen spare your miserable life?',14,0,100,0,0,17033,36845,0,'Sylvanas SAY_SYLVANAS_KRICK_1'),
|
|
(36990,1,0,'Frostmourne? The Lich King is never without his blade. If you are lying to me...',14,0,100,0,0,17034,36846,0,'Sylvanas SAY_SYLVANAS_KRICK_2'),
|
|
(36990,2,0,'A fitting end for a traitor. Come, we must free the slaves and see what is within the Lich King\'s chamber for ourselves.',14,0,100,0,0,17035,36847,0,'Sylvanas SAY_SYLVANAS_KRICK_3'),
|
|
(36990,3,0,'Soldiers of the Horde, attack!',14,0,100,0,0,17045,37392,0,'sylvanas SAY_SYLVANAS_INTRO_1'),
|
|
(36990,4,0,'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.',12,0,100,0,0,17036,37541,0,'Sylvanas SAY_SYLVANAS_OUTRO_4'),
|
|
(36990,7,0,'Pathetic weaklings!',14,0,100,0,0,17046,37393,0,'sylvanas SAY_SYLVANAS_INTRO_2'),
|
|
(36990,11,0,'You will have to battle your way through this cesspit on your own.',12,0,100,0,0,17047,37394,0,'sylvanas SAY_SYLVANAS_INTRO_3'),
|
|
(36990,13,0,'Free any Horde slaves that you come across. We will most certainly need their assistance in battling Tyrannus. I will gather reinforcements and join you on the other side of the quarry.',12,0,100,0,0,17048,37395,0,'sylvanas SAY_SYLVANAS_INTRO_4'),
|
|
(36993,0,0,'I\'m not so naive as to believe your appeal for clemency, but I will listen.',14,0,100,0,0,16611,36854,0,'Jaina SAY_JAINA_KRICK_1'),
|
|
(36993,1,0,'Frostmourne lies unguarded? Impossible!',14,0,100,0,0,16612,36856,0,'Jaina SAY_JAINA_KRICK_2'),
|
|
(36993,2,0,'Heroes of the Alliance, attack!',14,0,100,0,0,16626,37087,0,'jaina SAY_JAINA_INTRO_1'),
|
|
(36993,3,0,'Heroes, to me!',14,0,100,0,0,16614,37479,0,'Jaina SAY_JAYNA_OUTRO_3'),
|
|
(36993,4,0,'The Frost Queen is gone. We must keep moving - our objective is near.',12,0,100,0,0,16615,37478,0,'Jaina SAY_JAYNA_OUTRO_4'),
|
|
(36993,5,0,'I... I could not save them... Damn you, Arthas! DAMN YOU!',12,0,100,0,0,16616,37480,0,'Jaina SAY_JAYNA_OUTRO_5'),
|
|
(36993,6,0,'No! You monster!',14,0,100,0,0,16627,37088,0,'jaina SAY_JAINA_INTRO_2'),
|
|
(36993,9,0,'I do what I must. Please forgive me, noble soldiers.',14,0,100,0,0,16628,37089,0,'jaina SAY_JAINA_INTRO_3'),
|
|
(36993,10,0,'You will have to make your way across this quarry on your own.',12,0,100,0,0,16629,37090,0,'jaina SAY_JAINA_INTRO_4'),
|
|
(36993,12,0,'Free any Alliance slaves that you come across. We will most certainly need their assistance in battling Tyrannus. I will gather reinforcements and join you on the other side of the quarry.',12,0,100,0,0,16630,37091,0,'jaina SAY_JAINA_INTRO_5'),
|
|
(36993,45,0,'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.',14,0,100,0,0,16613,36855,0,'jaina SAY_JAINA_KRICK_3'),
|
|
(37007,0,0,'The master\'s sanctum has been disturbed!',14,0,0,0,0,16865,37443,0,'Deathbound Ward - SAY_TRAP_ACTIVATE'),
|
|
(37007,0,1,'I... awaken!',14,0,0,0,0,16866,38517,0,'Deathbound Ward - SAY_TRAP_ACTIVATE'),
|
|
(37007,0,2,'Who... goes there...?',14,0,0,0,0,16867,38518,0,'Deathbound Ward - SAY_TRAP_ACTIVATE'),
|
|
(37038,0,0,'Quickly! We\'ll ambush them from behind!',14,0,100,0,0,16924,38563,0,'Vengeful Fleshreaper - Geist Alarm activated'),
|
|
(37038,0,1,'The living... here?!',14,0,100,0,0,16925,38564,0,'Vengeful Fleshreaper - Geist Alarm activated'),
|
|
(37038,0,2,'You... cannot escape us!',14,0,100,0,0,16923,38562,0,'Vengeful Fleshreaper - Geist Alarm activated'),
|
|
(37072,0,0,'',15,0,100,0,0,0,0,0,''),
|
|
(37119,0,0,'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!',14,0,0,22,0,16653,37027,0,'Highlord Tirion Fordring - SAY_TIRION_INTRO_1'),
|
|
(37119,1,0,'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!',14,0,0,22,0,16654,37028,0,'Highlord Tirion Fordring - SAY_TIRION_INTRO_2'),
|
|
(37119,2,0,'Our march upon Icecrown Citadel begins now!',14,0,0,22,0,16655,37029,0,'Highlord Tirion Fordring - SAY_TIRION_INTRO_3'),
|
|
(37119,3,0,'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!',14,0,0,22,0,16656,37031,0,'Highlord Tirion Fordring - SAY_TIRION_INTRO_4'),
|
|
(37119,4,0,'The power of the Light knows no bounds, Saurfang. His soul is under great strain, but he lives - for now.',12,0,0,1,0,16658,37056,0,'Highlord Tirion Fordring - SAY_TIRION_INTRO_5'),
|
|
(37119,5,0,'By the Light, it must be so!',12,0,0,5,0,16657,37038,0,'Highlord Tirion Fordring - SAY_TIRION_INTRO_A_5'),
|
|
(37120,0,0,'So, it has begun....',12,0,100,396,0,16834,37248,0,'Highlord Darion Mograine to Player'),
|
|
(37120,1,0,'Behold! The binding of sacred and corrupt; the forging of Shadow\'s Edge, a weapon of untold potential!',12,0,100,0,0,16835,37249,0,'Highlord Darion Mograine to Player'),
|
|
(37120,2,0,'Bend it to your will, and you shall wield unspeakable power!',12,0,100,396,0,16836,37250,0,'Highlord Darion Mograine to Player'),
|
|
(37120,3,0,'Fail, and your soul shall forever be its slave.',12,0,100,396,0,16837,37251,0,'Highlord Darion Mograine to Player'),
|
|
(37120,4,0,'Father...',12,0,100,396,0,17411,38143,0,'Highlord Darion Mograine'),
|
|
(37120,5,0,'Father. I feared for your... your sanity.',12,0,100,396,0,17412,38150,0,'Highlord Darion Mograine'),
|
|
(37120,6,0,'Father... For you, I would give my life a thousand times.',12,0,100,396,0,17413,38151,0,'Highlord Darion Mograine'),
|
|
(37122,0,0,'Never... could reach... the top shelf...',14,0,0,0,0,16586,37074,0,'Captain Arnath - SAY_ARNATH_DEATH'),
|
|
(37122,1,0,'You miserable fools never did manage to select a decent bat wing.',14,0,0,0,0,16587,37076,0,'Captain Arnath - SAY_ARNATH_RESURRECTED'),
|
|
(37122,2,0,'THAT was for bringing me spoiled spider ichor!\n',14,0,0,0,0,16588,37075,0,'Captain Arnath - SAY_ARNATH_KILL'),
|
|
(37122,3,0,'Don\'t... let Finklestein use me... for his potions...',14,0,0,0,0,16589,37077,0,'Captain Arnath - SAY_ARNATH_SECOND_DEATH'),
|
|
(37122,4,0,'The loss of our comrades was unpreventable. They lived and died in the service of the Argent Crusade.',14,0,0,0,0,16590,37534,0,'Captain Arnath - SAY_ARNATH_SURVIVE_TALK'),
|
|
(37122,5,0,'Even dying here beats spending another day collecting reagents for that madman, Finklestein. ',14,0,0,0,0,16585,36948,0,'Captain Arnath - SAY_ARNATH_INTRO_2'),
|
|
(37123,0,0,'No amount of healing can save me now. Fight on, brothers...',14,0,0,0,0,16810,37665,0,'Captain Brandon - SAY_BRANDON_DEATH'),
|
|
(37123,1,0,'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!\n',14,0,0,0,0,16811,37664,0,'Captain Brandon - SAY_BRANDON_RESURRECTED'),
|
|
(37123,2,0,'It doesn\'t hurt anymore, does it?\n',14,0,0,0,0,16812,37658,0,'Captain Brandon - SAY_BRANDON_KILL'),
|
|
(37123,3,0,'I\'m sorry...',14,0,0,0,0,16813,37659,0,'Captain Brandon - SAY_BRANDON_SECOND_DEATH'),
|
|
(37123,4,0,'You have done much in this war against the Scourge. May the light embrace you. ',14,0,0,0,0,16815,37533,0,'Captain Brandon - SAY_BRANDON_SURVIVE_TALK'),
|
|
(37124,0,0,'Please... burn my remains. Let me live warm in the afterlife...',14,0,0,0,0,16844,37666,0,'Captain Grondel - SAY_GRONDEL_DEATH'),
|
|
(37124,1,0,'No! Why was I denied a death by flame? You must all BURN! ',14,0,0,0,0,16845,37667,0,'Captain Grondel - SAY_GRONDEL_RESURRECTED'),
|
|
(37124,2,0,'Can you feel the burn?',14,0,0,0,0,16846,37660,0,'Captain Grondel - SAY_GRONDEL_KILL'),
|
|
(37124,3,0,'What... have I done? No!',14,0,0,0,0,16847,37661,0,'Captain Grondel - SAY_GRONDEL_SECOND_DEATH'),
|
|
(37124,4,0,'What can possibly redeem this unholy place? Thank you.',14,0,0,0,0,16849,37535,0,'Captain Grondel - SAY_GRONDEL_SURVIVE_TALK'),
|
|
(37125,0,0,'It was... a worthy afterlife.',14,0,0,0,0,16998,37668,0,'Captain Rupert - SAY_RUPERT_DEATH'),
|
|
(37125,1,0,'There is no escaping the Lich King\'s will. Prepare for an explosive encounter!',14,0,0,0,0,16999,37669,0,'Captain Rupert - SAY_RUPERT_RESURRECTED'),
|
|
(37125,2,0,'So that\'s what happens what you stand too close to a bomb!',14,0,0,0,0,17000,37662,0,'Captain Rupert - SAY_RUPERT_KILL'),
|
|
(37125,3,0,'What an... explosive ending!',14,0,0,0,0,17001,37663,0,'Captain Rupert - SAY_RUPERT_SECOND_DEATH'),
|
|
(37125,4,0,'Beware the dangers that lie ahead... and do try to remain in one piece. ',14,0,0,0,0,17003,37536,0,'Captain Rupert - SAY_RUPERT_SURVIVE_TALK'),
|
|
(37126,0,0,'You may have once fought beside me, Crok, but now you are nothing more than a traitor. Come, your second death approaches!',14,0,0,0,0,17017,37024,0,'Sister Svalna - SAY_EVENT_START'),
|
|
(37126,1,0,'Miserable creatures! Die! ',14,0,0,0,0,17018,37065,0,'Sister Svalna - SAY_KILL_CAPTAIN'),
|
|
(37126,2,0,'Foolish Crok. You brought my reinforcements with you. Arise, Argent Champions, and serve the Lich King in death!',14,0,0,0,0,17019,37020,0,'Sister Svanlna - SAY_RESURRECT_CAPTAINS'),
|
|
(37126,3,0,'Come, Scourgebane. I\'ll show the master which of us is truly worthy of the title of \"Champion\"!',14,0,0,0,0,17020,37653,0,'Sister Svalna - SAY_AGGRO'),
|
|
(37126,4,0,'What a pitiful choice of an ally, Crok!',14,0,0,0,0,17021,37654,0,'Sister Svalna - SAY_KILL'),
|
|
(37126,5,0,'They died so easily. No matter.',14,0,0,0,0,17022,37163,0,'Sister Svalna - SAY_CAPTAIN_DEATH'),
|
|
(37126,6,0,'Perhaps... you were right, Crok. ',14,0,0,0,0,17023,37135,0,'Sister Svalna - SAY_DEATH'),
|
|
(37126,7,0,'%s has impaled $n!',41,0,0,0,0,0,37977,0,'Sister Svalna - EMOTE_SVALNA_IMPALE'),
|
|
(37126,8,0,'%s\'s Aether Shield has been shattered by $n!',41,0,0,0,0,0,37978,0,'Sister Svalna - EMOTE_SVALNA_BROKEN_SHIELD'),
|
|
(37129,0,0,'Ready your arms, my Argent Brothers. The Vrykul will protect the Frost Queen with their lives.',14,0,0,0,0,16819,36945,0,'Crok Scourgebane - SAY_CROK_INTRO_1'),
|
|
(37129,1,0,'Enough idle banter! Our champions have arrived - support them as we push our way through the hall!',14,0,0,0,0,16820,36946,0,'Crok Scourgebane - SAY_CROK_INTRO_3'),
|
|
(37129,2,0,'Draw them back to us, and we\'ll assist you. ',14,0,0,0,0,16821,37013,0,'Crok Scourgebane - SAY_CROK_COMBAT_WP_0'),
|
|
(37129,3,0,'Quickly, push on!',14,0,0,0,0,16823,37015,0,'Crok Scourgebane - SAY_CROK_COMBAT_WP_1'),
|
|
(37129,4,0,'Her reinforcements will arrive shortly, we must bring her down quickly!',14,0,0,0,0,16824,37016,0,'Crok Scourgebane - SAY_CROK_FINAL_WP'),
|
|
(37129,5,0,'I\'ll draw her attacks. Return our brothers to their graves, then help me bring her down!',14,0,0,15,0,16825,37017,0,'Crok Scourgebane - SAY_CROK_COMBAT_SVALNA'),
|
|
(37129,6,0,'Augh! I must rest for a moment. \n',14,0,0,0,0,16826,37164,0,'Crok Scourgebane - SAY_CROK_WEAKENING_GAUNTLET'),
|
|
(37129,7,0,'Champions! I cannot hold her back any longer.',14,0,0,0,0,16827,37165,0,'Crok Scourgebane - SAY_CROK_WEAKENING_SVALNA'),
|
|
(37129,8,0,'Vengeance alone... was not enough!',14,0,0,0,0,16828,0,0,'Crok Scourgebane - SAY_CROK_DEATH'),
|
|
(37158,0,0,'Quel\'Delar leaps to life in the presence of Frostmourne!',41,0,100,0,0,0,37645,0,'Quel\'Delar EMOTE_QUEL_SPAWN'),
|
|
(37158,1,0,'%s prepares to attack!',41,0,100,0,0,0,37211,0,'Quel\'Delar EMOTE_QUEL_PREPARE'),
|
|
(37172,0,0,'You know, that does smell pretty... Hey! Stop spraying that thing at me!',12,0,100,1,0,0,38296,0,'Detective Snap Snagglebolt'),
|
|
(37172,1,0,'Don\'t tempt me! Do you even know what\'s in those things?',12,0,100,1,0,0,38382,0,'Detective Snap Snagglebolt'),
|
|
(37181,0,0,'You now stand upon the hallowed ground of the Scourge. The Light won\'t protect you here, paladin. Nothing will protect you...',14,0,0,0,0,17230,38054,0,'The Lich King - SAY_LK_INTRO_1'),
|
|
(37181,1,0,'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.',14,0,0,0,0,17231,38055,0,'The Lich King - SAY_LK_INTRO_2'),
|
|
(37181,2,0,'But that honor is no longer yours. Soon, I will have a new champion. ',14,0,0,0,0,17232,38056,0,'The Lich King - SAY_LK_INTRO_3'),
|
|
(37181,3,0,'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.',14,0,0,0,0,17233,37034,0,'The Lich King - SAY_LK_INTRO_4'),
|
|
(37181,4,0,'In the end, you will all serve me.',14,0,0,0,0,17234,38059,0,'The Lich King - SAY_LK_INTRO_5'),
|
|
(37181,5,0,'Take them mortal! These souls will again be mine soon enough...',15,0,100,0,0,17235,37899,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,1,'Soon, mortal, you too shall have a blade for a prison.',15,0,100,0,0,17236,37900,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,2,'Remember hero: I, too, once sought a weapon of great power...',15,0,100,0,0,17237,37901,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,3,'I see you too are gathering souls for your own ends. Are we really so different, champion?',15,0,100,0,0,17238,37902,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,4,'Yes, do it! Create your monstrous new weapon. It too will serve me when your soul is mine!',15,0,100,0,0,17239,37903,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,5,'Bring me your weapon champion and I might feed it with the souls of its master...',15,0,100,0,0,17240,37904,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,6,'Look at you, child; would-be wielder of souls... You cannot fathom the power that lies at my command.',15,0,100,0,0,17241,37905,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,7,'Come to me, pretender! Feed MY blade!',15,0,100,0,0,17242,37906,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,8,'My challenges have strengthened you champion, you shall serve me well!',15,0,100,0,0,17243,37907,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,9,'Never have I had cause to regret sparing your life, mortal. Always, you find ways to amuse me.',15,0,100,0,0,17244,37908,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,10,'The moment is soon at hand mortal. You shall toil for eternity in a new Azeroth!',15,0,100,0,0,17245,37909,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,11,'More souls, yes, more! You will find it hard to stop.',15,0,100,0,0,17246,37910,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,12,'The hunger your weapon feels is but a shade of what awaits. Do you want to see real hunger? Real power? continue onwards hero! I am waiting.',15,0,100,0,0,17247,37911,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,13,'You stumble about in darkness. There is no light here. No mercy. Icecrown has claimed the souls of better heroes than you.',15,0,100,0,0,17248,37912,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,14,'Your heart... its incessant drumming disgusts me. I will silence it, as I did my own.',15,0,100,0,0,17249,37913,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37181,5,15,'The Light will abandon you, hero, just as it did me.',15,0,100,0,0,17250,37914,0,'A Feast of Souls Lich King (Also ICC Intro)'),
|
|
(37183,0,0,'NEVER! I... I will never... serve... you...',14,0,0,0,0,17078,37035,0,'Highlord Bolvar Fordragon - SAY_BOLVAR_INTRO_1'),
|
|
(37184,0,0,'Rocket Pack Active!',15,0,100,0,0,0,37537,0,'Zafod Boombox - SAY_ZAFOD_ROCKET_PACK_ACTIVE'),
|
|
(37184,1,0,'Rocket Pack Disabled. Move closer to Zafod Boombox to re-activate.',15,0,100,0,0,0,37538,0,'Zafod Boombox - SAY_ZAFOD_ROCKET_PACK_DISABLED'),
|
|
(37187,0,0,'Kor\'kron, move out! Champions, watch your backs. The Scourge have been...',14,0,0,22,0,17103,37634,0,'High Overlord Saurfang - SAY_INTRO_HORDE_1'),
|
|
(37187,1,0,'My boy died at the Wrath Gate. I am here only to collect his body.',12,0,0,397,0,17097,37638,0,'High Overlord Saurfang - SAY_INTRO_HORDE_3'),
|
|
(37187,2,0,'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.',12,0,0,1,0,17098,37640,0,'High Overlord Saurfang - SAY_INTRO_HORDE_5'),
|
|
(37187,3,0,'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...',12,0,0,1,0,17099,37641,0,'High Overlord Saurfang - SAY_INTRO_HORDE_6'),
|
|
(37187,4,0,'Today, I fulfill that promise.',12,0,0,397,0,17100,37642,0,'High Overlord Saurfang - SAY_INTRO_HORDE_7'),
|
|
(37187,5,0,'%s charges!',16,0,0,53,0,17104,37643,0,'High Overlord Saurfang - SAY_INTRO_HORDE_8'),
|
|
(37187,6,0,'Behind you lies the body of my only son. Nothing will keep me from him. ',12,0,0,0,0,17094,37525,0,'High Overlord Saurfang - SAY_OUTRO_ALLIANCE_8'),
|
|
(37187,7,0,'High Overlord Saurfang walks over to his son and kneels before his son\'s body.',16,0,0,0,0,0,0,0,'High Overlord Saurfang - SAY_OUTRO_ALLIANCE_12'),
|
|
(37187,8,0,'[Orcish] No\'ku kil zil\'nok ha tar.',12,0,0,0,0,17096,0,0,'High Overlord Saurfang - SAY_OUTRO_ALLIANCE_13'),
|
|
(37187,9,0,'Higher Overlord Saurfang picks up the body of his son and walks over towards Varian',16,0,0,0,0,0,0,0,'High Overlord Saurfang - SAY_OUTRO_ALLIANCE_14'),
|
|
(37187,10,0,'I will not forget this... kindness. I thank you, Highness',12,0,0,0,0,17095,37529,0,'High Overlord Saurfang - SAY_OUTRO_ALLIANCE_15'),
|
|
(37187,11,0,'%s coughs.',16,0,0,0,0,17105,37646,0,'High Overlord Saurfang - SAY_OUTRO_HORDE_1'),
|
|
(37187,12,0,'%s weeps over the corpse of his son.',16,0,0,15,0,17106,37647,0,'High Overlord Saurfang - SAY_OUTRO_HORDE_2'),
|
|
(37187,13,0,'You will have a proper ceremony in Nagrand, next to the pyres of your mother and ancestors.\n',12,0,0,0,0,17101,37648,0,'High Overlord Saurfang - SAY_OUTRO_HORDE_3'),
|
|
(37187,14,0,'Honor, young heroes... no matter how dire the battle... never forsake it.',12,0,0,0,0,17102,37649,0,'High Overlord Saurfang - SAY_OUTRO_HORDE_4'),
|
|
(37187,15,0,'The paladin still lives? Is it possible, Highlord? Could he have survived?',12,0,0,6,0,17107,37051,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_1'),
|
|
(37187,16,0,'Then we must save him! If we rescue Bolvar Fordragon, we may quell the unrest between the Alliance and the Horde.',12,0,0,5,0,17108,37053,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_2'),
|
|
(37187,17,0,'Our mission is now clear: The Lich King will answer for his crimes and we will save Highlord Bolvar Fordragon!',12,0,0,15,0,17109,37054,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_3'),
|
|
(37187,18,0,'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!',14,0,0,22,0,17110,37055,0,'High Overlord Saurfang - SAY_SAURFANG_INTRO_4'),
|
|
(37188,0,0,'%s cries.',16,0,0,18,0,16651,29772,0,'Lady Jaina Proudmoore - SAY_OUTRO_ALLIANCE_17'),
|
|
(37188,1,0,'It was nothing, your majesty. Just... I\'m proud of my king.',12,0,0,0,0,16652,37546,0,'Lady Jaina Proudmoore - SAY_OUTRO_ALLIANCE_19'),
|
|
(37200,0,0,'Let\'s get a move on then! Move ou...',14,0,0,0,0,16974,37457,0,'Muradin Bronzebeard - SAY_INTRO_ALLIANCE_1'),
|
|
(37200,1,0,'A lone orc against the might of the Alliance???',14,0,0,0,0,16970,37460,0,'Muradin Bronzebeard - SAY_INTRO_ALLIANCE_4'),
|
|
(37200,2,0,'Charge!!!\n',14,0,0,0,0,16971,37461,0,'Muradin Bronzebeard - SAY_INTRO_ALLIANCE_5'),
|
|
(37200,3,0,'%s gasps for air.',16,0,0,0,0,16975,37502,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_1'),
|
|
(37200,4,0,'That was Saurfang\'s boy - the Horde commander at the Wrath Gate. Such a tragic end...',12,0,0,0,0,16976,37503,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_2'),
|
|
(37200,5,0,'What in the... There, in the distance!\n',12,0,0,0,0,16977,37504,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_3'),
|
|
(37200,6,0,'A Horde Zeppelin flies up to the rise.',16,0,0,0,0,0,0,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_4'),
|
|
(37200,7,0,'Soldiers, fall in! Looks like the Horde are comin\' to take another shot!\n',14,0,0,0,0,16978,37505,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_5'),
|
|
(37200,8,0,'The Zeppelin docks, and High Overlord Saurfang hops out, confronting the Alliance soldiers and Muradin',16,0,0,0,0,0,0,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_6'),
|
|
(37200,9,0,'Don\'t force me hand, orc. We can\'t let ye pass.',12,0,0,0,0,16972,37524,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_7'),
|
|
(37200,10,0,'I... I can\'t do it. Get back on yer ship and we\'ll spare yer life. ',12,0,0,0,0,16973,37526,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_9'),
|
|
(37200,11,0,'A mage portal from Stormwind appears between the two and Varian Wrynn and Jaina Proudmoore emerge.',16,0,0,0,0,0,0,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_10'),
|
|
(37200,12,0,'Right away, yer majesty!',12,0,0,0,0,16979,37547,0,'Muradin Bronzebeard - SAY_OUTRO_ALLIANCE_21'),
|
|
(37200,13,0,'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!',12,0,0,6,0,16980,37037,0,'Muradin Bronzebeard - SAY_SAURFANG_INTRO_2'),
|
|
(37200,14,0,'Prepare the Skybreaker fer an aerial assault on the citadel!',14,0,0,5,0,16981,37043,0,'Muradin Bronzebeard - SAY_SAURFANG_INTRO_3'),
|
|
(37200,15,0,'Heroes, ye must fight yer way to a clear extraction point within Icecrown. We\'ll try an\' rendezvous on the ramparts!',14,0,0,22,0,16982,37046,0,'Muradin Bronzebeard - SAY_SAURFANG_INTRO_4'),
|
|
(37205,0,0,'We must defend the sunwell from the enemy at all costs.',12,0,100,1,0,16769,37154,0,'Thalorien Dawnseeker'),
|
|
(37205,1,0,'I am ordering you to withdraw to the sunwell proper to help prepare the defences.',12,0,100,25,0,16770,0,0,'Thalorien Dawnseeker'),
|
|
(37205,2,0,'I will make my stand here and buy you as much as time as I am able. Use it well, and make our prince proud.',12,0,100,1,0,16771,0,0,'Thalorien Dawnseeker'),
|
|
(37205,3,0,'It has been a great honour to fight beside you in defence of our land, and our people.',12,0,100,2,0,16772,0,0,'Thalorien Dawnseeker'),
|
|
(37205,4,0,'You, stranger! You are not one of my soldiers! Will you stay and stand with me to face the enemy?',12,0,100,0,0,16773,0,0,'Thalorien Dawnseeker'),
|
|
(37205,5,0,'Listen well, scourge defilers! None of you will reach the sunwell, so long as I stand!',14,0,100,1,0,16774,0,0,'Thalorien Dawnseeker'),
|
|
(37205,6,0,'I... I wasn\'t meant to survive this attack!',12,0,100,1,0,16775,0,0,'Thalorien Dawnseeker'),
|
|
(37205,7,0,'Why has this happened? Why have you come here?',12,0,100,1,0,16776,37197,0,'Thalorien Dawnseeker'),
|
|
(37205,8,0,'It\'s Quel\'Delar! You possess the sword!',12,0,100,1,0,16777,37198,0,'Thalorien Dawnseeker'),
|
|
(37205,9,0,'I don\'t know how, but the blade has chosen you to be its new wielder. Take it, with my blessing, and wield it against the scourge as I once did!',12,0,100,1,0,16778,0,0,'Thalorien Dawnseeker'),
|
|
(37217,0,0,'%s cries out with a loud, baying howl!',41,0,0,0,0,0,37849,0,'Precious - EMOTE_PRECIOUS_ZOMBIES'),
|
|
(37221,0,0,'The chill of this place... I can feel my blood freezing.',14,0,100,0,0,16631,37591,0,'Jaina SAY_JAINA_INTRO_1'),
|
|
(37221,1,0,'What is that! Up ahead! Could it be? Heroes, at my side!',14,0,100,0,0,16632,37592,0,'Jaina SAY_JAINA_INTRO_2'),
|
|
(37221,2,0,'Frostmourne: the blade that destroyed our kingdom...',14,0,100,0,0,16633,37593,0,'Jaina SAY_JAINA_INTRO_3'),
|
|
(37221,3,0,'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. ',14,0,100,0,0,16634,37594,0,'Jaina SAY_JAINA_INTRO_4'),
|
|
(37221,4,0,'Uther! Dear Uther! I... I\'m so sorry.',12,0,100,0,0,16635,37595,0,'Jaina SAY_JAINA_INTRO_5'),
|
|
(37221,5,0,'Arthas is here? Maybe I...',12,0,100,0,0,16636,37596,0,'Jaina SAY_JAINA_INTRO_6'),
|
|
(37221,6,0,'But Uther, if there\'s any hope of reaching Arthas. I... I must try.',12,0,100,0,0,16637,37597,0,'Jaina SAY_JAINA_INTRO_7'),
|
|
(37221,7,0,'Tell me how, Uther? How do I destroy my prince? My...',12,0,100,0,0,16638,37598,0,'Jaina SAY_JAINA_INTRO_8'),
|
|
(37221,8,0,'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.',12,0,100,0,0,16639,37599,0,'Jaina SAY_JAINA_INTRO_9'),
|
|
(37221,9,0,'Who could bear such a burden?',12,0,100,0,0,16640,37600,0,'Jaina SAY_JAINA_INTRO_10'),
|
|
(37221,10,0,'Then maybe there is still hope...',12,0,100,0,0,16641,37601,0,'Jaina SAY_JAINA_INTRO_11'),
|
|
(37221,11,0,'You won\'t deny me this, Arthas! I must know... I must find out... ',14,0,100,0,0,16642,37602,0,'Jaina SAY_JAINA_INTRO_END'),
|
|
(37223,0,0,'I... I don\'t believe it! Frostmourne stands before us - unguarded - just as the gnome claimed. Come, heroes!',14,0,100,0,0,17049,37568,0,'Sylvanas SAY_SYLVANAS_INTRO_1'),
|
|
(37223,1,0,'Standing this close to the blade that ended my life... The pain... It is renewed.',14,0,100,0,0,17050,37569,0,'Sylvanas SAY_SYLVANAS_INTRO_2'),
|
|
(37223,2,0,'I dare not touch it. Stand back! Stand back as I attempt to commune with the blade! Perhaps our salvation lies within...',14,0,100,0,0,17051,37570,0,'Sylvanas SAY_SYLVANAS_INTRO_3'),
|
|
(37223,3,0,'Uther... Uther the Lightbringer. How...',12,0,100,0,0,17052,37571,0,'Sylvanas SAY_SYLVANAS_INTRO_4'),
|
|
(37223,4,0,'The Lich King is here? Then my destiny shall be fulfilled on this day! ',12,0,100,0,0,17053,37572,0,'Sylvanas SAY_SYLVANAS_INTRO_5'),
|
|
(37223,5,0,'There must be a way...',12,0,100,0,0,17054,37573,0,'Sylvanas SAY_SYLVANAS_INTRO_6'),
|
|
(37223,6,0,'Who could bear such a burden?',12,0,100,0,0,17055,37600,0,'Sylvanas SAY_SYLVANAS_INTRO_7'),
|
|
(37223,7,0,'The Frozen Throne...',12,0,100,0,0,17056,37575,0,'Sylvanas SAY_SYLVANAS_INTRO_8'),
|
|
(37223,8,0,'You will not escape me that easily, Arthas! I will have my vengeance! ',14,0,100,0,0,17057,37576,0,'Sylvanas SAY_SYLVANAS_INTRO_END'),
|
|
(37225,0,0,'Jaina! Could it truly be you?',12,0,100,0,0,16666,37603,0,'Uther SAY_UTHER_INTRO_A2_1'),
|
|
(37225,1,0,'Jaina, you haven\'t much time. The Lich King sees what the sword sees. He will be here shortly. ',12,0,100,0,0,16667,37604,0,'Uther SAY_UTHER_INTRO_A2_2');
|
|
INSERT INTO `creature_text` VALUES
|
|
(37225,2,0,'No, girl. Arthas is not here. Arthas is merely a presence within the Lich King\'s mind. A dwindling presence...',12,0,100,0,0,16668,37605,0,'Uther SAY_UTHER_INTRO_A2_3'),
|
|
(37225,3,0,'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.',12,0,100,0,0,16669,37606,0,'Uther SAY_UTHER_INTRO_A2_4'),
|
|
(37225,4,0,'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.',12,0,100,0,0,16670,37607,0,'Uther SAY_UTHER_INTRO_A2_5'),
|
|
(37225,5,0,'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.',12,0,100,0,0,16671,37608,0,'Uther SAY_UTHER_INTRO_A2_6'),
|
|
(37225,6,0,'A grand sacrifice by a noble soul...',12,0,100,0,0,16672,37609,0,'Uther SAY_UTHER_INTRO_A2_7'),
|
|
(37225,7,0,'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.',12,0,100,0,0,16673,37610,0,'Uther SAY_UTHER_INTRO_A2_8'),
|
|
(37225,8,0,'No, Jaina! ARRRRRRGHHHH... He... He is coming. You... You must...',12,0,100,0,0,16674,37611,0,'Uther SAY_UTHER_INTRO_A2_9'),
|
|
(37225,9,0,'Careful, girl. I\'ve heard talk of that cursed blade saving us before. Look around you and see what has been born of Frostmourne.',12,0,100,0,0,16659,37583,0,'Uther SAY_UTHER_INTRO_H2_1'),
|
|
(37225,10,0,'You haven\'t much time. The Lich King sees what the sword sees. He will be here shortly. ',12,0,100,0,0,16660,37584,0,'Uther SAY_UTHER_INTRO_H2_2'),
|
|
(37225,11,0,'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.',12,0,100,0,0,16661,37585,0,'Uther SAY_UTHER_INTRO_H2_3'),
|
|
(37225,12,0,'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.',12,0,100,0,0,16662,37586,0,'Uther SAY_UTHER_INTRO_H2_4'),
|
|
(37225,13,0,'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.',12,0,100,0,0,16663,37587,0,'Uther SAY_UTHER_INTRO_H2_5'),
|
|
(37225,14,0,'Alas, the only way to defeat the Lich King is to destroy him at the place where he was created.',12,0,100,0,0,16664,37588,0,'Uther SAY_UTHER_INTRO_H2_6'),
|
|
(37225,15,0,'Aye. ARRRRRRGHHHH... He... He is coming. You... You must...',12,0,100,0,0,16665,37589,0,'Uther SAY_UTHER_INTRO_H2_7'),
|
|
(37225,16,0,'Halt! Do not carry that blade any further!',14,0,100,25,0,16675,37201,0,'Uther SAY_BATTERED_HILT_HALT'),
|
|
(37225,17,0,'Do you realize what you\'ve done?',14,0,100,5,0,16676,37202,0,'Uther SAY_BATTERED_HILT_REALIZE'),
|
|
(37225,18,0,'You have forged this blade from saronite, the very blood of an old god. The power of the Lich King calls to this weapon.',12,0,100,1,0,16677,37204,0,'Uther SAY_BATTERED_HILT_OUTRO1'),
|
|
(37225,19,0,'Each moment you tarry here, Quel\'Delar drinks in the evil of this place.',12,0,100,1,0,16678,38442,0,'Uther SAY_BATTERED_HILT_OUTRO2'),
|
|
(37225,20,0,'There is only one way to cleanse this sword. Make haste for the Sunwell and immerse the blade in its waters.',12,0,100,25,0,16679,37205,0,'Uther SAY_BATTERED_HILT_OUTRO3'),
|
|
(37225,21,0,'I can resist Frostmourne\'s call no more...',12,0,100,1,0,16680,37206,0,'Uther SAY_BATTERED_HILT_OUTRO4'),
|
|
(37226,0,0,'SILENCE, PALADIN!',14,0,100,0,0,17225,37613,0,'Lich King SAY_LK_INTRO_1'),
|
|
(37226,1,0,'So you wish to commune with the dead? You shall have your wish.',14,0,100,0,0,17226,37614,0,'Lich King SAY_LK_INTRO_2'),
|
|
(37226,2,0,'Falric. Marwyn. Bring their corpses to my chamber when you are through.',14,0,100,0,0,17227,37615,0,'Lich King SAY_LK_INTRO_3'),
|
|
(37230,0,0,'A screeching cry pierces the air above!',41,0,100,0,0,0,37161,1,'Spire Frostwyrm to Player'),
|
|
(37230,1,0,'A Spire Frostwyrm lands just before Orgrim\'s Hammer.',16,0,100,0,0,0,0,0,'Frostwyrm - SAY_FROSTWYRM_LAND_H_1'),
|
|
(37230,2,0,'A Spire Frostwyrm lands just before The Skybreaker. ',16,0,100,0,0,0,0,0,'Frostwyrm - SAY_FROSTWYRM_LAND_A_1'),
|
|
(37491,1,0,'You miserable fools never did manage to select a decent bat wing.',14,0,0,0,0,16587,37076,0,'Captain Arnath - SAY_ARNATH_RESURRECTED'),
|
|
(37491,2,0,'THAT was for bringing me spoiled spider ichor!\n',14,0,0,0,0,16588,37075,0,'Captain Arnath - SAY_ARNATH_KILL'),
|
|
(37491,3,0,'Don\'t... let Finklestein use me... for his potions...',14,0,0,0,0,16589,37077,0,'Captain Arnath - SAY_ARNATH_SECOND_DEATH'),
|
|
(37493,1,0,'What? This strength...? All of the pain is gone! You... must join me in the eternal embrace of death!\n',14,0,0,0,0,16811,37664,0,'Captain Brandon - SAY_BRANDON_RESURRECTED'),
|
|
(37493,2,0,'It doesn\'t hurt anymore, does it?\n',14,0,0,0,0,16812,37658,0,'Captain Brandon - SAY_BRANDON_KILL'),
|
|
(37493,3,0,'I\'m sorry...',14,0,0,0,0,16813,37659,0,'Captain Brandon - SAY_BRANDON_SECOND_DEATH'),
|
|
(37494,1,0,'No! Why was I denied a death by flame? You must all BURN! ',14,0,0,0,0,16845,37667,0,'Captain Grondel - SAY_GRONDEL_RESURRECTED'),
|
|
(37494,2,0,'Can you feel the burn?',14,0,0,0,0,16846,37660,0,'Captain Grondel - SAY_GRONDEL_KILL'),
|
|
(37494,3,0,'What... have I done? No!',14,0,0,0,0,16847,37661,0,'Captain Grondel - SAY_GRONDEL_SECOND_DEATH'),
|
|
(37495,1,0,'There is no escaping the Lich King\'s will. Prepare for an explosive encounter!',14,0,0,0,0,16999,37669,0,'Captain Rupert - SAY_RUPERT_RESURRECTED'),
|
|
(37495,2,0,'So that\'s what happens what you stand too close to a bomb!',14,0,0,0,0,17000,37662,0,'Captain Rupert - SAY_RUPERT_KILL'),
|
|
(37495,3,0,'What an... explosive ending!',14,0,0,0,0,17001,37663,0,'Captain Rupert - SAY_RUPERT_SECOND_DEATH'),
|
|
(37503,0,0,'You must not approach the Frost Queen! Quickly, stop them!',14,0,100,0,0,17167,37105,1,'Sindragosa\'s Ward SAY_INIT'),
|
|
(37538,0,0,'Death to the living!',12,0,25,0,0,0,28715,0,''),
|
|
(37539,0,0,'Join us ... M\'hahaha!',12,0,25,0,0,0,0,0,''),
|
|
(37541,0,0,'Scourge will prevail!',12,0,50,0,0,0,6833,0,''),
|
|
(37542,0,0,'You will fall as your lands and your city have before you. My lord will win a great victory here, and none will remember your name!',14,0,100,0,0,0,37160,0,'Morlen Coldgrip'),
|
|
(37542,1,0,'Forward!',14,0,100,0,0,0,37162,0,'Morlen Coldgrip'),
|
|
(37542,2,0,'Ghouls, slay this pathetic high elf!',14,0,100,0,0,0,37301,0,'Morlen Coldgrip'),
|
|
(37542,3,0,'You will fall before the might of the Scourge. Crypt raiders, attack!',14,0,100,0,0,0,37302,0,'Morlen Coldgrip'),
|
|
(37542,4,0,'I shall kill you myself!',14,0,100,0,0,0,37167,0,'Morlen Coldgrip'),
|
|
(37554,0,0,'He\'s... too powerful. Heroes, quickly... come to me! We must leave this place at once! I will do what I can do hold him in place while we flee.',14,0,100,0,0,17058,37168,0,'Sylvanas SAY_SYLVANA_AGGRO'),
|
|
(37554,1,0,'No wall can hold the Banshee Queen. Keep the undead at bay, heroes. I will tear this barrier down!',14,0,100,0,0,17029,38540,0,'Sylvanas SAY_SYLVANA_WALL_01'),
|
|
(37554,2,0,'Another barrier? Stand strong, champions. I will bring the wall down.',14,0,100,0,0,17030,38541,0,'Sylvanas SAY_SYLVANA_WALL_02'),
|
|
(37554,3,0,'I grow tired of these games, Arthas! Your walls can\'t stop me!',14,0,100,0,0,17031,38542,0,'Sylvanas SAY_SYLVANA_WALL_03'),
|
|
(37554,4,0,'You won\'t impede our escape, fiend! Keep the undead off me while I bring this barrier down.',14,0,100,0,0,17032,38543,0,'Sylvanas SAY_SYLVANA_WALL_04'),
|
|
(37554,5,0,'There\'s an opening up ahead. GO NOW!',14,0,100,1,0,17059,38551,0,'Sylvanas SAY_SYLVANA_ESCAPE_01'),
|
|
(37554,6,0,'We\'re almost there... Don\'t give up!',14,0,100,0,0,17060,38538,0,'Sylvanas SAY_SYLVANA_ESCAPE_02'),
|
|
(37554,7,0,'BLASTED DEAD END! So this is how it ends. Prepare yourselves, heroes, for today we make our final stand!',14,0,100,5,0,17061,37170,0,'Sylvanas SAY_SYLVANA_TRAP'),
|
|
(37554,8,0,'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.',14,0,100,1,0,17062,37171,0,'Sylvanas SAY_SYLVANA_FINAL'),
|
|
(37580,62,0,'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 ---',14,0,100,0,0,0,37321,0,'victus_or_ironskull SAY_GENERAL_OUTRO_2'),
|
|
(37580,68,0,'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.',14,0,100,0,0,17149,37320,0,'victus_or_ironskull SAY_GENERAL_ALLIANCE_OUTRO_1'),
|
|
(37580,69,0,'Heroes! We will hold off the undead as long as we can, even to our dying breath. Deal with the Scourgelord!',14,0,100,0,0,17148,37232,0,'victus_or_ironskull SAY_GENERAL_ALLIANCE_TRASH'),
|
|
(37581,51,0,'Heroes! We will hold off the undead as long as we can, even to our dying breath. Deal with the Scourgelord!',14,0,100,0,0,17150,37232,0,'victus_or_ironskull SAY_GENERAL_HORDE_TRASH'),
|
|
(37581,61,0,'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.',14,0,100,0,0,17151,37320,0,'victus_or_ironskull SAY_GENERAL_HORDE_OUTRO_1'),
|
|
(37581,62,0,'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 ---',14,0,100,0,0,0,37321,0,'victus_or_ironskull SAY_GENERAL_OUTRO_2'),
|
|
(37591,21,0,'The forgemaster is dead! Get geared up men, we have a Scourgelord to kill.',14,0,100,0,0,0,37178,0,'victus_or_ironskull SAY_GENERAL_GARFROST'),
|
|
(37592,0,0,'Heroes! We will hold off the undead as long as we can, even to our dying breath. Deal with the Scourgelord!',14,0,100,0,0,17150,37232,0,'Gorkun SAY_GORKUN_INTRO_2'),
|
|
(37592,1,0,'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. ',14,0,100,0,0,0,37320,0,'Gorkun SAY_GORKUN_OUTRO_1'),
|
|
(37592,2,0,'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---',14,0,100,0,0,0,37321,0,'Gorkun SAY_GORKUN_OUTRO_2'),
|
|
(37592,21,0,'The forgemaster is dead! Get geared up men, we have a Scourgelord to kill.',14,0,100,0,0,0,37178,0,'victus_or_ironskull SAY_GENERAL_GARFROST'),
|
|
(37596,0,0,'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.',12,0,100,0,0,17038,37380,0,'sylvanas SAY_INTRO_1'),
|
|
(37596,1,0,'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.',12,0,100,0,0,17039,37381,0,'sylvanas SAY_INTRO_2'),
|
|
(37596,2,0,'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. ',12,0,100,0,0,17040,37382,0,'sylvanas SAY_INTRO_3'),
|
|
(37596,3,0,'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.',12,0,100,0,0,17041,37383,0,'sylvanas SAY_INTRO_4'),
|
|
(37596,4,0,'Your first mission is to destroy the machines of death within this malevolent engine of souls and clear a path for our soldiers. ',12,0,100,0,0,17042,37376,0,'sylvanas SAY_INTRO_5'),
|
|
(37596,5,0,'The Dark Lady watches over you. Make haste!',12,0,100,0,0,17043,37384,0,'sylvanas SAY_INTRO_6'),
|
|
(37597,0,0,'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.',12,0,100,0,0,16617,37370,0,'jaina SAY_INTRO_1'),
|
|
(37597,1,0,'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. ',12,0,100,0,0,16618,37371,0,'jaina SAY_INTRO_2'),
|
|
(37597,2,0,'Their success hinges upon what we discover within these cursed halls. Although our mission is fraught with peril, we must persevere!',12,0,100,0,0,16619,37372,0,'jaina SAY_INTRO_3'),
|
|
(37597,3,0,'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.',12,0,100,0,0,16620,37373,0,'jaina SAY_INTRO_4'),
|
|
(37597,4,0,'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. ',12,0,100,0,0,16621,37374,0,'jaina SAY_INTRO_5'),
|
|
(37597,5,0,'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!',12,0,100,0,0,16622,37375,0,'jaina SAY_INTRO_6'),
|
|
(37597,6,0,'Your first mission is to destroy the machines of death within this malevolent engine of souls and clear a path for our soldiers. ',12,0,100,0,0,16623,37376,0,'jaina SAY_INTRO_7'),
|
|
(37597,7,0,'Make haste, champions! I will prepare the troops to fall in behind you.',12,0,100,0,0,16624,37377,0,'jaina SAY_INTRO_8'),
|
|
(37671,0,0,'That crate won\'t deliver itself, friend. Get a move on!',12,0,100,1,0,0,38024,0,'Crown Supply Guard'),
|
|
(37671,0,1,'Time is money, friend. Go go go!',12,0,100,1,0,0,38022,0,'Crown Supply Guard'),
|
|
(37671,0,2,'The Lovely Merchant is waiting for that. Hurry it up!',12,0,100,1,0,0,38023,0,'Crown Supply Guard'),
|
|
(37704,0,0,'Quel\'Delar leaps to life in the presence of Frostmourne!',41,0,100,0,0,0,37645,0,'Frostmourne Altar Bunny (Quel\'Delar)'),
|
|
(37763,0,0,'Look at it, Lor\'themar. It is certainly Quel\'Delar.',12,0,100,1,0,0,37444,0,'Grand Magister Rommath'),
|
|
(37763,1,0,'The regent speaks truly, $N. Thalorien\'s sacrifice could not prevent the fall of this very Sunwell.',12,0,100,1,0,0,37451,0,'Grand Magister Rommath'),
|
|
(37763,2,0,'When you found the sword, it was broken and abandoned, much like Silvermoon after Kael\'thas\'s betrayal.',12,0,100,1,0,0,37452,0,'Grand Magister Rommath'),
|
|
(37763,3,0,'Let Quel\'Delar be a sign that we will never give up, that we will face any enemy without fear.',12,0,100,1,0,0,37453,0,'Grand Magister Rommath'),
|
|
(37763,4,0,'Reclaim the sword, $N, and bear it through that portal to Dalaran. Archmage Aethas Sunreaver will be waiting to congratulate you.',12,0,100,1,0,0,37456,0,'Grand Magister Rommath'),
|
|
(37763,5,0,'Reclaim the sword, $N, and bear it through that portal to Dalaran. Vereesa Windrunner will be waiting to congratulate you.',12,0,100,1,0,0,0,0,'Grand Magister Rommath'),
|
|
(37764,0,0,'We shall see.',12,0,100,1,0,0,37442,0,'Lor\'themar Theron'),
|
|
(37764,1,0,'It is indeed Quel\'Delar. I had not thought I\'d live to see the day when Thalorien Dawnseeker\'s legendary sword would be restored to us.',12,0,100,1,0,0,37449,0,'Lor\'themar Theron'),
|
|
(37764,2,0,'You are a hero and an inspiration to the sin\'dorei, $N, a symbol of our endurance in the face of tragedy and treachery.',12,0,100,1,0,0,37450,0,'Lor\'themar Theron'),
|
|
(37765,0,0,'Quel\'Delar is not held in high esteem by the sin\'dorei alone. It holds a place in the heart of all children of Silvermoon.',12,0,100,1,0,0,37454,0,'Captain Auric Sunchaser'),
|
|
(37765,1,0,'This blade has been returned to us for a reason, my lords. Now is the time to rally behind the bearer of Quel\'Delar and avenge the destruction of Silvermoon and the Sunwell.',12,0,100,1,0,0,37455,0,'Captain Auric Sunchaser'),
|
|
(37781,0,0,'Can that really be Quel\'Delar?',12,0,100,1,0,0,37441,0,'Sunwell Honor Guard'),
|
|
(37813,0,0,'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',14,0,0,0,0,16701,37458,0,'Deathbringer Saurfang - SAY_INTRO_ALLIANCE_2'),
|
|
(37813,1,0,'Things are about to get much worse. Come, taste the power that the Lich King has bestowed upon me!',14,0,0,0,0,16702,37459,0,'Deathbringer Saurfang - SAY_INTRO_ALLIANCE_3'),
|
|
(37813,2,0,'Dwarves...',14,0,0,0,0,16703,37471,0,'Deathbringer Saurfang - SAY_INTRO_ALLIANCE_6'),
|
|
(37813,3,0,'%s immobilizes Muradin and his guards.',16,0,0,0,0,0,0,0,'Deathbringer Saurfang - SAY_INTRO_ALLIANCE_7'),
|
|
(37813,4,0,'Join me, father. Join me and we will crush this world in the name of the Scourge -- for the glory of the Lich King!',14,0,0,0,0,16704,37635,0,'Deathbringer Saurfang - SAY_INTRO_HORDE_2'),
|
|
(37813,5,0,'Stubborn and old. What chance do you have? I am stronger, and more powerful than you ever were.',14,0,0,5,0,16705,37639,0,'Deathbringer Saurfang - SAY_INTRO_HORDE_4'),
|
|
(37813,6,0,'Pathetic old orc! Come then, heroes. Come and face the might of the Scourge!',14,0,0,15,0,16706,37644,0,'Deathbringer Saurfang - SAY_INTRO_HORDE_9'),
|
|
(37813,7,0,'BY THE MIGHT OF THE LICH KING!',14,0,0,0,0,16694,38464,0,'Deathbringer Saurfang - SAY_AGGRO'),
|
|
(37813,8,0,'The ground runs red with your blood!',14,0,0,0,0,16699,37995,0,'Deathbringer Saurfang - SAY_MARK_OF_THE_FALLEN_CHAMPION'),
|
|
(37813,9,0,'Feast, my minions!',14,0,0,0,0,16700,38466,0,'Deathbringer Saurfang - SAY_BLOOD_BEASTS'),
|
|
(37813,10,0,'You are nothing!',14,0,0,0,0,16695,37991,0,'Deathbringer Saurfang - SAY_KILL_1'),
|
|
(37813,10,1,'Your soul will find no redemption here!',14,0,0,0,0,16696,37992,0,'Deathbringer Saurfang - SAY_KILL_2'),
|
|
(37813,11,0,'%s goes into a frenzy!',41,0,0,0,0,0,38630,0,'Deathbringer Saurfang - SAY_FRENZY'),
|
|
(37813,12,0,'I have become... DEATH!',14,0,0,0,0,16698,37994,0,'Deathbringer Saurfang - SAY_BERSERK'),
|
|
(37813,13,0,'I... Am... Released...',14,0,0,0,0,16697,37477,0,'Deathbringer Saurfang - SAY_DEATH'),
|
|
(37813,14,0,'%s\'s Blood Beasts gain the scent of blood!',41,0,0,0,0,0,38631,0,'Deathbringer Saurfang - EMOTE_SCENT_OF_BLOOD'),
|
|
(37846,1,0,'Quel\'Delar.',12,0,100,1,0,16808,37484,0,'Blood Queen Lana\'thel - Say 1'),
|
|
(37846,2,0,'Quiet, fools. If I had wished to kill you, you\'d already be dead.',12,0,100,0,0,0,37894,0,'Blood Queen Lana\'thel - Say 2'),
|
|
(37846,3,0,'As Quel\'Serrar was forged by the dragons and given to the kaldorei, its twin, Quel\'Delar, was given to my people.',12,0,100,1,0,16809,37485,0,'Blood Queen Lana\'thel - Say 3'),
|
|
(37846,4,0,'The king bestowed the blade upon my friend, Thalorien Dawnseeker.',12,0,100,1,0,16800,37486,0,'Blood Queen Lana\'thel - Say 4'),
|
|
(37846,5,0,'But even Thalorien\'s skill and Quel\'Delar\'s magic could not save Silvermoon from the might of the Scourge.',12,0,100,1,0,16801,37487,0,'Blood Queen Lana\'thel - Say 5'),
|
|
(37846,6,0,'Thalorien fell before the gates of the Sunwell, buying time for others to escape.',12,0,100,1,0,16802,37488,0,'Blood Queen Lana\'thel - Say 6'),
|
|
(37846,7,0,'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.',12,0,100,16,0,16803,37490,0,'Blood Queen Lana\'thel - Say 7'),
|
|
(37846,8,0,'Arthas shattered our forces and took the most powerful of us into his service as the San\'layn.',12,0,100,1,0,16804,37491,0,'Blood Queen Lana\'thel - Say 8'),
|
|
(37846,9,0,'My memories of Thalorien went cold and so did his blade.',12,0,100,1,0,16805,37492,0,'Blood Queen Lana\'thel - Say 9'),
|
|
(37846,10,0,'It was I who brought Quel\'Delar here, to return it to its makers. In breaking the weapon, so did I break its power.',12,0,100,25,0,16806,37493,0,'Blood Queen Lana\'thel - Say 10'),
|
|
(37846,11,0,'Quel\'Delar will never serve another!',12,0,100,5,0,16807,37494,0,'Blood Queen Lana\'thel - Say 11'),
|
|
(37857,0,0,'So predictable...',12,0,100,396,0,17252,37506,0,'The Lich King'),
|
|
(37857,1,0,'Did you truly expect to fulfill Mograine\'s task unopposed?',12,0,100,6,0,17253,37507,0,'The Lich King'),
|
|
(37857,2,0,'You both shall suffer as his father does...',12,0,100,396,0,17254,37508,0,'The Lich King'),
|
|
(37857,3,0,'...in eternal unrest!',12,0,100,0,0,17255,37509,0,'The Lich King'),
|
|
(37857,4,0,'Die well, fool.',12,0,100,397,0,17256,37510,0,'The Lich King'),
|
|
(37879,0,0,'Stand down, Muradin. Let a grieving father pass.',12,0,0,0,0,16690,37527,0,'King Varian Wrynn - SAY_OUTRO_ALLIANCE_11'),
|
|
(37879,1,0,'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.',12,0,0,0,0,16691,37530,0,'King Varian Wrynn - SAY_OUTRO_ALLIANCE_16'),
|
|
(37879,2,0,'Jaina? Why are you crying?',12,0,0,0,0,16692,37543,0,'King Varian Wrynn - SAY_OUTRO_ALLIANCE_18'),
|
|
(37879,3,0,'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',12,0,0,0,0,16693,37545,0,'King Varian Wrynn - SAY_OUTRO_ALLIANCE_20'),
|
|
(37893,0,0,'I hear and obey, master...',12,0,100,0,0,17073,37650,0,'Vegard the Unforgiven'),
|
|
(37893,1,0,'The enemy shall suffer greatly, master!',12,0,100,0,0,17074,37651,0,'Vegard the Unforgiven'),
|
|
(37915,0,0,'Guards!',14,1,100,0,0,0,4561,0,'Timothy Cunningham'),
|
|
(37955,0,0,'You have made an... unwise... decision.',14,0,0,0,0,16782,38048,0,'Blood-Queen Lana\'thel - SAY_AGGRO'),
|
|
(37955,1,0,'Just a taste...',14,0,0,0,0,16783,38053,0,'Blood-Queen Lana\'thel - SAY_VAMPIRIC_BITE'),
|
|
(37955,1,1,'Know my hunger!',14,0,0,0,0,16784,38058,0,'Blood-Queen Lana\'thel - SAY_VAMPIRIC_BITE'),
|
|
(37955,2,0,'Yes! Feed, my precious one! You are mine now!',14,0,0,0,0,16790,38065,0,'Blood-Queen Lana\'thel - SAY_MIND_CONTROL'),
|
|
(37955,3,0,'You thirst for blood!',42,0,0,0,0,0,38515,0,'Blood-Queen Lana\'thel - EMOTE_BLOODTHIRST'),
|
|
(37955,4,0,'SUFFER!',14,0,75,0,0,16786,38061,0,'Blood-Queen Lana\'thel - SAY_SWARMING_SHADOWS'),
|
|
(37955,5,0,'Shadows amass and swarm around $n!',41,0,0,0,0,0,38619,0,'Blood-Queen Lana\'thel - EMOTE_SWARMING_SHADOWS'),
|
|
(37955,6,0,'Can you handle this?',14,0,75,0,0,16787,38062,0,'Blood-Queen Lana\'thel - SAY_PACT_OF_THE_DARKFALLEN'),
|
|
(37955,7,0,'Here it comes...',14,0,0,0,0,16788,38063,0,'Blood-Queen Lana\'thel - SAY_AIR_PHASE'),
|
|
(37955,8,0,'Really...? Is that all you\'ve got?',14,0,0,0,0,16791,38066,0,'Blood-Queen Lana\'thel - SAY_KILL'),
|
|
(37955,8,1,'Such a pity.',14,0,0,0,0,16792,38067,0,'Blood-Queen Lana\'thel - SAY_KILL'),
|
|
(37955,9,0,'How... unfortunate.',14,0,0,0,0,16789,38064,0,'Blood-Queen Lana\'thel - SAY_WIPE'),
|
|
(37955,10,0,'This ends NOW!',14,0,0,0,0,16793,38068,0,'Blood-Queen Lana\'thel - SAY_BERSERK'),
|
|
(37955,11,0,'But... we were getting along... so... well...',14,0,0,0,0,16794,38069,0,'Blood-Queen Lana\'thel - SAY_DEATH'),
|
|
(37955,12,0,'%s goes into a berserker rage!',41,0,100,0,0,0,34057,0,'blood queen lana thel EMOTE_BERSERK_RAID'),
|
|
(37970,0,0,'Naxxanar was merely a setback! With the power of the orb, Valanar will have his vengeance!',14,0,0,0,0,16685,38001,0,'Prince Valanar - SAY_VALANAR_INVOCATION'),
|
|
(37970,1,0,'Invocation of Blood jumps to Prince Valanar!',41,0,0,0,0,0,38589,0,'Prince Valanar - EMOTE_VALANAR_INVOCATION'),
|
|
(37970,2,0,'My cup runneth over.',14,0,0,0,0,16686,38002,0,'Prince Valanar - SAY_VALANAR_SPECIAL'),
|
|
(37970,3,0,'%s begins casting Empowered Shock Vortex!',41,0,0,0,0,0,38972,0,'Prince Valanar - EMOTE_VALANAR_SHOCK_VORTEX'),
|
|
(37970,4,0,'Dinner... is served.',14,0,0,0,0,16681,37998,0,'Prince Valanar - SAY_VALANAR_KILL_1'),
|
|
(37970,4,1,'Do you see NOW the power of the Darkfallen?',14,0,0,0,0,16682,37999,0,'Prince Valanar - SAY_VALANAR_KILL_2'),
|
|
(37970,5,0,'BOW DOWN BEFORE THE SAN\'LAYN!',14,0,0,0,0,16684,38000,0,'Prince Valanar - SAY_VALANAR_BERSERK'),
|
|
(37970,6,0,'...why...?',14,0,0,0,0,16683,0,0,'Prince Valanar - SAY_VALANAR_DEATH'),
|
|
(37972,0,0,'Such wondrous power! The Darkfallen Orb has made me INVINCIBLE!',14,0,0,0,0,16727,38006,0,'Prince Keleseth - SAY_KELESETH_INVOCATION'),
|
|
(37972,1,0,'Invocation of Blood jumps to Prince Keleseth!',41,0,0,0,0,0,38588,0,'Prince Keleseth - EMOTE_KELESETH_INVOCATION'),
|
|
(37972,2,0,'Blood will flow.',14,0,0,0,0,16728,38007,0,'Prince Keleseth - SAY_KELESETH_SPECIAL'),
|
|
(37972,3,0,'Were you ever a threat?',14,0,0,0,0,16723,38003,0,'Prince Keleseth - SAY_KELESETH_KILL_1'),
|
|
(37972,3,1,'Truth is found in death.',14,0,0,0,0,16724,38004,0,'Prince Keleseth - SAY_KELESETH_KILL_2'),
|
|
(37972,4,0,'%s cackles maniacally.\n',16,0,0,0,0,16726,13022,0,'Prince Keleseth - EMOTE_KELESETH_BERSERK'),
|
|
(37972,5,0,'My queen, they... come.',14,0,0,0,0,16725,38005,0,'Prince Keleseth - SAY_KELESETH_DEATH'),
|
|
(37973,0,0,'Tremble before Taldaram, mortals, for the power of the orb flows through me!',14,0,0,0,0,16857,38010,0,'Prince Taldaram - SAY_TALDARAM_INVOCATION'),
|
|
(37973,1,0,'Invocation of Blood jumps to Prince Taldaram!',41,0,0,0,0,0,38590,0,'Prince Taldaram - EMOTE_TALDARAM_INVOCATION'),
|
|
(37973,2,0,'Delight in the pain!',14,0,0,0,0,16858,38011,0,'Prince Taldaram - SAY_TALDARAM_SPECIAL'),
|
|
(37973,3,0,'Empowered Flames speed toward $n!',41,0,0,0,0,0,38624,0,'Prince Taldaram - EMOTE_TALDARAM_FLAME'),
|
|
(37973,4,0,'Worm food.',14,0,0,0,0,16853,38008,0,'Prince Taldaram - SAY_TALDARAM_KILL_1'),
|
|
(37973,4,1,'Beg for mercy!',14,0,0,0,0,16854,38009,0,'Prince Taldaram - SAY_TALDARAM_KILL_2'),
|
|
(37973,5,0,'%s laughs.',16,0,0,0,0,16856,37127,0,'Prince Taldaram - EMOTE_TALDARAM_BERSERK'),
|
|
(37973,6,0,'%s gurgles and dies.',16,0,0,0,0,16855,0,0,'Prince Taldaram - EMOTE_TALDARAM_DEATH'),
|
|
(37976,0,0,'Fear not, master. I shall rend the flesh of your enemy!',12,0,100,0,0,17077,37657,0,'Vegard the Unforgiven'),
|
|
(37976,0,1,'Fear not, master. I shall rend the flesh of your enemy!',12,0,100,1,0,17077,37657,0,'Vegard the Unforgiven'),
|
|
(37976,1,0,'Master... I have... failed.',12,0,100,0,0,17076,37656,0,'Vegard the Unforgiven'),
|
|
(37976,2,0,'It is done, master.',12,0,100,0,0,17075,37655,0,'Vegard the Unforgiven'),
|
|
(38004,0,0,'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!',14,0,0,1,0,16795,37997,0,'Blood-Queen Lana\'thel - SAY_INTRO_1'),
|
|
(38004,1,0,'Rise up, brothers, and destroy our enemies!',14,0,0,0,0,16796,38079,0,'Blood-Queen Lana\'thel - SAY_INTRO_2'),
|
|
(38017,0,0,'Are you certain you should be helping these mortals in their quest for the sword?',12,0,100,1,0,0,37774,0,'Kalecgos'),
|
|
(38017,1,0,'These blades, Krasus... They were made long ago, when things were... different.',12,0,100,1,0,0,37775,0,'Kalecgos'),
|
|
(38017,2,0,'Our enemies once turned our strongest weapon against us. What makes you think the prismatic blades will be any different?',12,0,100,1,0,0,37782,0,'Kalecgos'),
|
|
(38017,3,0,'As you wish, my queen. I will not stand in their way, but I will keep a close watch.',12,0,100,16,0,0,37783,0,'Kalecgos'),
|
|
(38056,0,0,'My lords and ladies, I present $N, bearer of Quel\'Delar.',14,0,100,1,0,0,37820,0,'Chamberlain Galiros'),
|
|
(38065,0,0,'That crate won\'t deliver itself, friend. Get a move on!',12,0,100,1,0,0,38024,0,'Crown Supply Guard'),
|
|
(38065,0,1,'Time is money, friend. Go go go!',12,0,100,1,0,0,38022,0,'Crown Supply Guard'),
|
|
(38065,0,2,'The Lovely Merchant is waiting for that. Hurry it up!',12,0,100,1,0,0,38023,0,'Crown Supply Guard'),
|
|
(38066,0,0,'You know, that does smell pretty... Hey! Stop spraying that thing at me!',12,0,100,1,0,0,38296,0,'Inspector Snip Snagglebolt'),
|
|
(38066,1,0,'Don\'t tempt me! Do you even know what\'s in those things?',12,0,100,1,0,0,38382,0,'Inspector Snip Snagglebolt'),
|
|
(38112,0,0,'Men, women, and children... None were spared the master\'s wrath. Your death will be no different.',14,0,100,0,0,16710,37931,0,'falric SAY_AGGRO'),
|
|
(38112,1,0,'Sniveling maggot!',14,0,100,0,0,16711,37941,0,'falric SAY_SLAY_1'),
|
|
(38112,1,1,'The children of Stratholme fought with more ferocity!',14,0,100,0,0,16712,37942,0,'falric SAY_SLAY_2'),
|
|
(38112,2,0,'Marwyn, finish them...',14,0,100,0,0,16713,37943,0,'falric SAY_DEATH'),
|
|
(38112,3,0,'Despair... so delicious...',14,0,100,0,0,16715,37945,0,'falric SAY_IMPENDING_DESPAIR'),
|
|
(38112,4,0,'Fear... so exhilarating...',14,0,100,0,0,16716,37946,0,'falric SAY_DEFILING_HORROR'),
|
|
(38112,5,0,'As you wish, my lord.',14,0,100,0,0,16717,37953,0,'Falric SAY_FALRIC_INTRO_1'),
|
|
(38112,6,0,'Soldiers of Lordaeron, rise to meet your master\'s call!',14,0,100,0,0,16714,37944,0,'Falric SAY_FALRIC_INTRO_2'),
|
|
(38113,0,0,'Death is all that you will find here!',14,0,100,0,0,16734,37948,0,'marwyn SAY_AGGRO'),
|
|
(38113,1,0,'I saw the same look in his eyes when he died. Terenas could hardly believe it.',14,0,100,0,0,16735,37949,0,'marwyn SAY_SLAY_1'),
|
|
(38113,1,1,'Choke on your suffering!',14,0,100,0,0,16736,37950,0,'marwyn SAY_SLAY_2'),
|
|
(38113,2,0,'Yes... Run... Run to meet your destiny... Its bitter, cold embrace, awaits you.',14,0,100,0,0,16737,37951,0,'marwyn SAY_DEATH'),
|
|
(38113,3,0,'Your flesh shall decay before your very eyes!',14,0,100,0,0,16739,37954,0,'marwyn SAY_CORRUPTED_FLESH'),
|
|
(38113,4,0,'Waste away into nothingness!',14,0,100,0,0,16740,37955,0,'marwyn SAY_CORRUPTED_WELL'),
|
|
(38113,5,0,'As you wish, my lord.',14,0,100,0,0,16741,37953,0,'marwyn SAY_MARWYN_INTRO_1'),
|
|
(38113,6,0,'Spirits appear and surround the altar!',41,0,100,0,0,0,38623,0,'marwyn EMOTE_MARWYN_INTRO_SPIRITS'),
|
|
(38113,7,0,'The master surveyed his kingdom and found it... Lacking. His judgement was swift and without mercy: DEATH TO ALL!',14,0,100,0,0,16738,37952,0,'marwyn SAY_MARWYN_WIPE_AFTER_FALRIC'),
|
|
(38153,0,0,'Intruders have breached the inner sanctum. Hasten the destruction of the green dragon! Leave only bones and sinew for the reanimation!',14,0,100,0,0,17251,38682,0,'Lich King for Valithria Dreamwalker - AGGRO'),
|
|
(38160,0,0,'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.',14,0,100,0,0,16625,37369,0,'jaina SAY_JAINA_OUTRO'),
|
|
(38161,0,0,'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.',14,0,100,0,0,17044,37387,0,'sylvanas SAY_SYLVANAS_OUTRO'),
|
|
(38172,0,0,'All serve the master in death.',12,0,100,0,0,0,38527,0,'Mage SAY_WAVE_DEATH_1'),
|
|
(38172,0,1,'Our souls will never be freed.',12,0,100,0,0,0,38529,0,'Mage SAY_WAVE_DEATH_2'),
|
|
(38172,0,2,'Our torment is eternal.',12,0,100,0,0,0,38525,0,'Mage SAY_WAVE_DEATH_3'),
|
|
(38172,0,3,'This is but a brief repose...',12,0,100,0,0,0,38528,0,'Mage SAY_WAVE_DEATH_4'),
|
|
(38172,0,4,'This is not our final rest.',12,0,100,0,0,0,38526,0,'Mage SAY_WAVE_DEATH_5'),
|
|
(38173,0,0,'All serve the master in death.',12,0,100,0,0,0,38527,0,'Footman SAY_WAVE_DEATH_1'),
|
|
(38173,0,1,'Our souls will never be freed.',12,0,100,0,0,0,38529,0,'Footman SAY_WAVE_DEATH_2'),
|
|
(38173,0,2,'Our torment is eternal.',12,0,100,0,0,0,38525,0,'Footman SAY_WAVE_DEATH_3'),
|
|
(38173,0,3,'This is but a brief repose...',12,0,100,0,0,0,38528,0,'Footman SAY_WAVE_DEATH_4'),
|
|
(38173,0,4,'This is not our final rest.',12,0,100,0,0,0,38526,0,'Footman SAY_WAVE_DEATH_5'),
|
|
(38175,0,0,'All serve the master in death.',12,0,100,0,0,0,38527,0,'Priest SAY_WAVE_DEATH_1'),
|
|
(38175,0,1,'Our souls will never be freed.',12,0,100,0,0,0,38529,0,'Priest SAY_WAVE_DEATH_2'),
|
|
(38175,0,2,'Our torment is eternal.',12,0,100,0,0,0,38525,0,'Priest SAY_WAVE_DEATH_3'),
|
|
(38175,0,3,'This is but a brief repose...',12,0,100,0,0,0,38528,0,'Priest SAY_WAVE_DEATH_4'),
|
|
(38175,0,4,'This is not our final rest.',12,0,100,0,0,0,38526,0,'Priest SAY_WAVE_DEATH_5'),
|
|
(38176,0,0,'All serve the master in death.',12,0,100,0,0,0,38527,0,'Rifleman SAY_WAVE_DEATH_1'),
|
|
(38176,0,1,'Our souls will never be freed.',12,0,100,0,0,0,38529,0,'Rifleman SAY_WAVE_DEATH_2'),
|
|
(38176,0,2,'Our torment is eternal.',12,0,100,0,0,0,38525,0,'Rifleman SAY_WAVE_DEATH_3'),
|
|
(38176,0,3,'This is but a brief repose...',12,0,100,0,0,0,38528,0,'Rifleman SAY_WAVE_DEATH_4'),
|
|
(38176,0,4,'This is not our final rest.',12,0,100,0,0,0,38526,0,'Rifleman SAY_WAVE_DEATH_5'),
|
|
(38177,0,0,'All serve the master in death.',12,0,100,0,0,0,38527,0,'Mercenary SAY_WAVE_DEATH_1'),
|
|
(38177,0,1,'Our souls will never be freed.',12,0,100,0,0,0,38529,0,'Mercenary SAY_WAVE_DEATH_2'),
|
|
(38177,0,2,'Our torment is eternal.',12,0,100,0,0,0,38525,0,'Mercenary SAY_WAVE_DEATH_3'),
|
|
(38177,0,3,'This is but a brief repose...',12,0,100,0,0,0,38528,0,'Mercenary SAY_WAVE_DEATH_4'),
|
|
(38177,0,4,'This is not our final rest.',12,0,100,0,0,0,38526,0,'Mercenary SAY_WAVE_DEATH_5'),
|
|
(38188,63,0,'Heroes, to me!',14,0,100,0,0,16614,37479,0,'jaina SAY_JAINA_OUTRO_1'),
|
|
(38188,65,0,'The Frost Queen is gone. We must keep moving - our objective is near.',12,0,100,0,0,16615,37478,0,'jaina SAY_JAINA_OUTRO_2'),
|
|
(38188,66,0,'I... I could not save them... Damn you, Arthas! DAMN YOU!',12,0,100,0,0,16616,37480,0,'jaina SAY_JAINA_OUTRO_3'),
|
|
(38189,64,0,'Take cover behind me! Quickly!',14,0,100,0,0,17037,37540,0,'sylvanas SAY_SYLVANAS_OUTRO_1'),
|
|
(38189,67,0,'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.',12,0,100,0,0,17036,37541,0,'sylvanas SAY_SYLVANAS_OUTRO_2'),
|
|
(38294,0,0,'The Kalu\'ak Fishing Derby starts in 5 minutes!',14,0,100,0,0,0,38217,0,'Kalu\'ak Fishing Derby'),
|
|
(38294,1,0,'The Kalu\'ak Fishing Derby has begun! The first person to bring a blacktip shark to me in Dalaran will be declared the winner! Blacktip sharks can be caught anywhere you can catch a pygmy suckerfish.',14,0,100,0,0,0,38218,0,'Kalu\'ak Fishing Derby'),
|
|
(38294,2,0,'$N has won the Kalu\'ak Fishing Derby!',14,0,100,0,0,0,38219,0,'Kalu\'ak Fishing Derby'),
|
|
(38294,3,0,'The Kalu\'ak Fishing Derby has ended! If you caught a shark, please bring it to me within the hour.',14,0,100,0,0,0,38222,0,'Kalu\'ak Fishing Derby'),
|
|
(38334,0,0,'What are you staring at? Haven\'t you ever seen a genius before?',12,0,100,0,0,0,38276,0,'say text'),
|
|
(38334,1,0,'This\'ll teach you to mind your own business!',12,0,100,0,0,0,38253,0,'say text'),
|
|
(38335,0,0,'That\'s right, I\'d like to list some of these \'fireworks\'.',12,0,100,0,0,0,38285,0,'say text'),
|
|
(38335,1,0,'Those\'ll net me a nice profit when I return from the South Seas.',12,0,100,0,0,0,38286,0,'say text'),
|
|
(38335,2,0,'You... Don\'t think I don\'t see you. Leave me alone!',12,0,100,0,0,0,38287,0,'say text'),
|
|
(38336,0,0,'Thanks for the great cut and shave, buddy.',12,0,100,0,0,0,38288,0,'say text'),
|
|
(38336,1,0,'Here\'s a little somethin\' extra since I\'ll be away.',12,0,100,0,0,0,38289,0,'say text'),
|
|
(38336,2,0,'On second thought, keep the whole bag. I have to, uh, get going.',12,0,100,0,0,0,38290,0,'say text'),
|
|
(38336,3,0,'Did you really think you could corner me this easily?',12,0,100,0,0,0,38291,0,'say text'),
|
|
(38337,0,0,'What are you staring at? Haven\'t you ever seen a genius before?',12,0,100,0,0,0,38276,0,'say text'),
|
|
(38337,1,0,'This\'ll teach you to mind your own business!',12,0,100,0,0,0,38253,0,'say text'),
|
|
(38338,0,0,'That\'s right, I\'d like to list some of these \'fireworks\'.',12,0,100,0,0,0,38285,0,'say text'),
|
|
(38338,1,0,'Those\'ll net me a nice profit when I return from the South Seas.',12,0,100,0,0,0,38286,0,'say text'),
|
|
(38338,2,0,'You... Don\'t think I don\'t see you. Leave me alone!',12,0,100,0,0,0,38287,0,'say text'),
|
|
(38339,0,0,'Thanks for the great cut and shave, buddy.',12,0,100,0,0,0,38288,0,'say text'),
|
|
(38339,1,0,'Here\'s a little somethin\' extra since I\'ll be away.',12,0,100,0,0,0,38289,0,'say text'),
|
|
(38339,2,0,'On second thought, keep the whole bag. I have to, uh, get going.',12,0,100,0,0,0,38290,0,'say text'),
|
|
(38339,3,0,'Did you really think you could corner me this easily?',12,0,100,0,0,0,38291,0,'say text'),
|
|
(38472,0,0,'Die, intruders! None shall interfere with the Cult\'s plans!',14,0,0,0,0,0,38516,0,'Darnavan - SAY_DARNAVAN_AGGRO'),
|
|
(38472,1,0,'Wh- where am I...? What a nightmare I have had.... But this is no time to reflect, I have much information to report!',12,0,0,0,0,0,38512,0,'Darnavan - SAY_DARNAVAN_RESCUED'),
|
|
(38485,0,0,'Die, intruders! None shall interfere with the Cult\'s plans!',14,0,0,0,0,0,38516,0,'Darnavan - SAY_DARNAVAN_AGGRO'),
|
|
(38485,1,0,'Wh- where am I...? What a nightmare I have had.... But this is no time to reflect, I have much information to report!',12,0,0,0,0,0,38512,0,'Darnavan - SAY_DARNAVAN_RESCUED'),
|
|
(38490,0,0,'$n is infected with the Death Plague!',41,0,100,25,0,0,38679,0,'Rotting Frost Giant - Death Plague'),
|
|
(38494,0,0,'$n is infected with the Death Plague!',41,0,100,25,0,0,38679,0,'Rotting Frost Giant - Death Plague'),
|
|
(38579,0,0,'Free at last! It is over, my son. This is the moment of reckoning.',14,0,0,1,0,17397,38117,0,'Terenas Menethil - SAY_TERENAS_OUTRO_1'),
|
|
(38579,1,0,'Rise up, champions of the Light!',14,0,0,0,0,17398,38118,0,'Terenas Menethil - SAY_TERENAS_OUTRO_2'),
|
|
(38606,0,0,'What\'s this!?',12,0,100,5,0,17383,38201,0,'Lady Jaina Proudmoore to Player'),
|
|
(38606,1,0,'He... he kept it? All this time, he kept it!?',12,0,100,5,0,17384,38202,0,'Lady Jaina Proudmoore'),
|
|
(38606,2,0,'I knew! ',12,0,100,5,0,17385,38203,0,'Lady Jaina Proudmoore'),
|
|
(38606,3,0,'I sensed a part of him still alive! Trapped... struggling... Oh, Arthas!',12,0,100,396,0,17386,38204,0,'Lady Jaina Proudmoore'),
|
|
(38606,4,0,'Perhaps - perhaps he might someday remember what he once was.',12,0,100,396,0,17387,38205,0,'Lady Jaina Proudmoore'),
|
|
(38606,5,0,'By the Light, may he at last find rest, free from the icy grip of that terrible blade.',12,0,100,396,0,17388,38206,0,'Lady Jaina Proudmoore'),
|
|
(38607,0,0,'Oh, lad...',12,0,100,396,0,17421,38171,0,'Muradin Bronzebeard'),
|
|
(38607,1,0,'How I miss those endless days in Lordaeron...',12,0,100,396,0,17422,38172,0,'Muradin Bronzebeard'),
|
|
(38607,2,0,'...sharpenin\' yer skill with this dull blade...',12,0,100,396,0,17423,38173,0,'Muradin Bronzebeard'),
|
|
(38607,3,0,'...forgin\' ya into a weapon meant to withstand the demands of a great destiny.',12,0,100,396,0,17424,38174,0,'Muradin Bronzebeard'),
|
|
(38607,4,0,'Heh... Yeh sure put them skills ta use, didn\'t yeh, lad?',12,0,100,6,0,17425,38175,0,'Muradin Bronzebeard'),
|
|
(38607,5,0,'If only I\'da been able ta stop yeh that day, how different things mighta been.',12,0,100,396,0,17426,38176,0,'Muradin Bronzebeard'),
|
|
(38607,6,0,'If only I\'da never discovered that accursed blade...',12,0,100,396,0,17427,38177,0,'Muradin Bronzebeard'),
|
|
(38607,7,0,'Farewell, Arthas... my brother.',12,0,100,396,0,17428,38178,0,'Muradin Bronzebeard'),
|
|
(38607,13,0,'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!',12,0,0,6,0,16980,37037,0,'Muradin Bronzebeard Dummy - SAY_SAURFANG_INTRO_2'),
|
|
(38607,14,0,'Prepare the Skybreaker fer an aerial assault on the citadel!',14,0,0,5,0,16981,37043,0,'Muradin Bronzebeard Dummy - SAY_SAURFANG_INTRO_3'),
|
|
(38607,15,0,'Heroes, ye must fight yer way to a clear extraction point within Icecrown. We\'ll try an\' rendezvous on the ramparts!',14,0,0,22,0,16982,37046,0,'Muradin Bronzebeard Dummy - SAY_SAURFANG_INTRO_4'),
|
|
(38608,0,0,'Arthas...',12,0,100,396,0,17402,38160,0,'Uther the Lightbringer'),
|
|
(38608,1,0,'Alas, hero of Azeroth, you give me a greater gift than you know.',12,0,100,396,0,17403,38161,0,'Uther the Lightbringer'),
|
|
(38608,2,0,'Long have I struggled to forgive the prince for his terrible transgressions.',12,0,100,396,0,17404,38162,0,'Uther the Lightbringer'),
|
|
(38608,3,0,'My soul has been wracked with unbearable anxiety, dark thoughts... distancing me from the Light.',12,0,100,396,0,17405,38163,0,'Uther the Lightbringer'),
|
|
(38608,4,0,'I recall clearly the gleam of pride in his eye as he stood before me, eager to defeat the enemies of the Light...',12,0,100,396,0,17406,38165,0,'Uther the Lightbringer'),
|
|
(38608,5,0,'Eager to defend his people, no matter the cost.',12,0,100,396,0,17407,38166,0,'Uther the Lightbringer'),
|
|
(38608,6,0,'It is this memory of Arthas that I choose to keep in my heart.',12,0,100,396,0,17408,38167,0,'Uther the Lightbringer'),
|
|
(38608,7,0,'I shall always be in your debt, friend.',12,0,100,396,0,17409,38168,0,'Uther the Lightbringer'),
|
|
(38608,8,0,'Thank you.',12,0,100,0,0,17410,38169,0,'Uther the Lightbringer'),
|
|
(38609,0,0,'So, it is done.',12,0,100,396,0,17376,38179,0,'Lady Sylvanas Windrunner'),
|
|
(38609,1,0,'I had not dared to trust my senses - too many times has the Lich King made me to be a fool.',12,0,100,396,0,17377,38180,0,'Lady Sylvanas Windrunner'),
|
|
(38609,2,0,'Finally, he has been made to pay for the atrocities he imposed upon my people.',12,0,100,396,0,17378,38181,0,'Lady Sylvanas Windrunner'),
|
|
(38609,3,0,'May Azeroth never fail to remember the terrible price we paid for our weakness... for our pride.',12,0,100,396,0,17379,38183,0,'Lady Sylvanas Windrunner'),
|
|
(38609,4,0,'But what now, hero? What of those freed from his grasp, but still shackled to their mortal coils?',12,0,100,6,0,17380,38184,0,'Lady Sylvanas Windrunner'),
|
|
(38609,5,0,'Leave me. ',12,0,100,396,0,17381,38185,0,'Lady Sylvanas Windrunner'),
|
|
(38609,6,0,'I have much to ponder.',12,0,100,396,0,17382,38186,0,'Lady Sylvanas Windrunner'),
|
|
(38610,0,0,'Darion, my son.',12,0,100,396,0,17414,38152,0,'Highlord Alexandros Mograine'),
|
|
(38610,1,0,'At last, I am able to lay my eyes upon you again.',12,0,100,396,0,17415,38153,0,'Highlord Alexandros Mograine'),
|
|
(38610,2,0,'The Lich King tormented me without end, Darion.',12,0,100,396,0,17416,38154,0,'Highlord Alexandros Mograine'),
|
|
(38610,3,0,'Endlessly, he sought to break my will, to force me to serve him, to bind me to his blade...',12,0,100,396,0,17417,38155,0,'Highlord Alexandros Mograine'),
|
|
(38610,4,0,'Finally, when events demanded his full attention, he left me.',12,0,100,396,0,17418,38156,0,'Highlord Alexandros Mograine'),
|
|
(38610,5,0,'The one memory, I clung to, Darion... The one thought that kept me from giving in...',12,0,100,396,0,17419,38157,0,'Highlord Alexandros Mograine'),
|
|
(38610,6,0,'It was your sacrifice, my son, that again saved me from eternal peril.',12,0,100,396,0,17420,38158,0,'Highlord Alexandros Mograine'),
|
|
(38867,1,0,'%s cracks his knuckles.',16,0,100,0,0,0,1717,0,'Old Town Thug'),
|
|
(38995,0,0,'We\'ll grant you a swift death, Arthas. More than can be said for the thousands you\'ve tortured and slain.',14,0,0,0,0,17390,38109,0,'Highlord Tirion Fordring - SAY_TIRION_INTRO_1'),
|
|
(38995,1,0,'So be it. Champions, attack!',14,0,0,0,0,17391,38110,0,'Highlord Tirion Fordring - SAY_TIRION_INTRO_2'),
|
|
(38995,2,0,'LIGHT GRANT ME ONE FINAL BLESSING! GIVE ME THE STRENGTH... TO SHATTER THESE BONDS!',14,0,0,0,0,17392,38111,0,'Highlord Tirion Fordring - SAY_TIRION_OUTRO_1'),
|
|
(38995,3,0,'No more, Arthas! No more lives will be consumed by your hatred!',14,0,0,0,0,17393,38112,0,'Highlord Tirion Fordring - SAY_TIRION_OUTRO_2'),
|
|
(38995,4,0,'The Lich King must fall!!',14,0,0,0,0,17389,38113,0,'Highlord Tirion Fordring - SAY_TIRION_OUTRO_3'),
|
|
(39217,0,0,'You have come to bring Arthas to justice? To see the Lich King destroyed?',14,0,0,0,0,17394,38114,0,'Terenas Menethil - SAY_TERENAS_INTRO_1'),
|
|
(39217,1,0,'First, you must escape Frostmourne\'s hold, or be damned as I am; trapped within this cursed blade for all eternity. ',14,0,0,0,0,17395,38115,0,'Terenas Menethil - SAY_TERENAS_INTRO_2'),
|
|
(39368,0,0,'All right, you twisted mess of broken gears, let\'s get to work!',12,0,100,1,0,0,39392,0,'Drill Sergeant Steamcrank'),
|
|
(39368,1,0,'I am going to teach you all what it takes to be a proper soldier! ',12,0,100,5,0,0,39404,0,'Drill Sergeant Steamcrank'),
|
|
(39368,2,0,'The first thing you need to learn is proper discipline.',12,0,100,1,0,0,39383,0,'Drill Sergeant Steamcrank'),
|
|
(39368,3,0,'Show me that discipline with a proper salute when I say so!',12,0,100,5,0,0,39413,0,'Drill Sergeant Steamcrank'),
|
|
(39368,4,0,'Okay, recruits, salute!',12,0,100,66,0,0,39394,0,'Drill Sergeant Steamcrank'),
|
|
(39368,5,0,'Nice job!',12,0,100,273,0,0,39430,0,'Drill Sergeant Steamcrank'),
|
|
(39368,6,0,'When you go into combat, it is important that you know how to intimidate the enemy with a deafening battle roar!',12,0,100,396,0,0,39385,0,'Drill Sergeant Steamcrank'),
|
|
(39368,7,0,'When I give the signal, let loose your greatest roar!',12,0,100,1,0,0,39411,0,'Drill Sergeant Steamcrank'),
|
|
(39368,8,0,'Let me hear that battle roar!',12,0,100,5,0,0,39395,0,'Drill Sergeant Steamcrank'),
|
|
(39368,9,0,'Wow, nice and scary! ',12,0,100,0,0,0,39431,0,'Drill Sergeant Steamcrank'),
|
|
(39368,10,0,'Remember though, a key factor in winning any battle is positive reinforcement.',12,0,100,5,0,0,39386,0,'Drill Sergeant Steamcrank'),
|
|
(39368,11,0,'Reward your fellow soldiers in battle with a resounding cheer. Now, cheer at me when I tell you to!',12,0,100,1,0,0,39428,0,'Drill Sergeant Steamcrank'),
|
|
(39368,12,0,'Everyone, cheer!',12,0,100,0,0,0,39387,0,'Drill Sergeant Steamcrank'),
|
|
(39368,13,0,'Fantastic!',12,0,100,273,0,0,39432,0,'Drill Sergeant Steamcrank'),
|
|
(39368,14,0,' However, the most important part of battle is how you celebrate a good hard earned victory!',12,0,100,396,0,0,39384,0,'Drill Sergeant Steamcrank'),
|
|
(39368,15,0,'Show me your best victory dance when I give the signal!',12,0,100,5,0,0,39429,0,'Drill Sergeant Steamcrank'),
|
|
(39368,16,0,'Now, dance!',12,0,100,0,0,0,39403,0,'Drill Sergeant Steamcrank'),
|
|
(39368,17,0,'Superb!',12,0,100,273,0,0,39433,0,'Drill Sergeant Steamcrank'),
|
|
(39368,18,0,'You might be the best set of recruits I\'ve ever seen! Let\'s go through all of that again!',12,0,100,396,0,0,39434,0,'Drill Sergeant Steamcrank'),
|
|
(39712,0,0,'They may take our lives, but they\'ll never take...',12,0,100,0,0,0,39708,0,'High Tinker Mekkatorque to Milli Featherwhistle 1'),
|
|
(39712,1,0,'...our INNOVATION!',12,0,100,0,0,0,39722,0,'High Tinker Mekkatorque to Milli Featherwhistle 2'),
|
|
(39712,2,0,'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. ',12,0,100,0,0,0,39709,0,'High Tinker Mekkatorque to Ozzie Togglevolt 1'),
|
|
(39712,3,0,'Your fugitive\'s name is Mekgineer Thermaplugg.',12,0,100,0,0,0,39723,0,'High Tinker Mekkatorque to Ozzie Togglevolt 2'),
|
|
(39712,4,0,'Go get him.',12,0,100,0,0,0,39724,0,'High Tinker Mekkatorque to Ozzie Togglevolt 3'),
|
|
(39712,5,0,'We will not go quietly into the night! We will not vanish without a fight!',12,0,100,0,0,0,39710,0,'High Tinker Mekkatorque to Tog Rustsprocket 1'),
|
|
(39712,6,0,' We\'re going to live on! We\'re going to survive! Today we celebrate...',12,0,100,0,0,0,39725,0,'High Tinker Mekkatorque to Tog Rustsprocket 2'),
|
|
(39712,7,0,'...our Autonomy Day!',12,0,100,0,0,0,39726,0,'High Tinker Mekkatorque to Tog Rustsprocket 3'),
|
|
(39746,0,0,'Alexstrasza has chosen capable allies.... A pity that I must END YOU!',14,0,100,0,0,17512,39781,0,'Baltharus the Warborn'),
|
|
(39746,1,0,'You thought you stood a chance?',14,0,50,0,0,17513,39782,0,'General Zarithrian'),
|
|
(39746,1,1,'It\'s for the best.',14,0,50,0,0,17514,39783,0,'General Zarithrian'),
|
|
(39746,2,0,'Turn them to ash, minions!',14,0,100,0,0,17516,39785,0,'General Zarithrian'),
|
|
(39746,3,0,'HALION! I....',14,0,100,0,0,17515,39784,0,'General Zarithrian'),
|
|
(39747,0,0,'You will sssuffer for this intrusion!',14,0,100,0,0,17528,39932,0,'Saviana Ragefire'),
|
|
(39747,1,0,'Burn in the master\'s flame!',14,0,100,0,0,17532,39925,0,'Saviana Ragefire'),
|
|
(39747,2,0,'%s becomes enraged!',16,0,100,0,0,0,24144,0,'Saviana Ragefire'),
|
|
(39747,3,0,'Halion will be pleased.',14,0,100,0,0,17530,39934,0,'Saviana Ragefire'),
|
|
(39747,3,1,'As it should be....',14,0,100,0,0,17529,39933,0,'Saviana Ragefire'),
|
|
(39751,0,0,'Your power wanes, ancient one.... Soon you will join your friends.',14,0,100,0,0,17525,40614,0,'Baltharus the Warborn'),
|
|
(39751,1,0,'Ah, the entertainment has arrived.',14,0,100,0,0,17520,39935,0,'Baltharus the Warborn'),
|
|
(39751,2,0,'Baltharus leaves no survivors!',14,0,100,0,0,17521,39937,0,'Baltharus the Warborn'),
|
|
(39751,2,1,'This world has enough heroes.',14,0,100,0,0,17522,39938,0,'Baltharus the Warborn'),
|
|
(39751,3,0,'Twice the pain and half the fun.',14,0,100,0,0,17524,39939,0,'Baltharus the Warborn'),
|
|
(39751,4,1,'I... didn\'t see that coming....',14,0,100,0,0,17523,39936,0,'Baltharus the Warborn'),
|
|
(39863,0,0,'Without pressure in both realms, %s begins to regenerate.',41,0,100,0,0,0,40476,0,'Halion'),
|
|
(39863,1,0,'Meddlesome insects! You are too late. The Ruby Sanctum is lost!',14,0,100,1,0,17499,39942,0,'Halion'),
|
|
(39863,2,0,'Your world teeters on the brink of annihilation. You will ALL bear witness to the coming of a new age of DESTRUCTION!',14,0,100,0,0,17500,40064,0,'Halion'),
|
|
(39863,3,0,'The heavens burn!',14,0,100,0,0,17505,40068,0,'Halion'),
|
|
(39863,4,0,'You will find only suffering within the realm of twilight! Enter if you dare!',14,0,100,0,0,17507,40067,0,'Halion'),
|
|
(39863,5,0,'Relish this victory, mortals, for it will be your last. This world will burn with the master\'s return!',14,0,100,0,0,17503,40065,0,'Halion'),
|
|
(39863,6,0,'Another \"hero\" falls.',14,0,100,0,0,17501,40066,0,'Halion'),
|
|
(39863,7,0,'Not good enough....',14,0,100,0,0,17504,41619,0,'Halion'),
|
|
(39863,8,0,'Your efforts force %s further out of the physical realm!',41,0,100,0,0,0,40228,0,'Halion'),
|
|
(39863,9,0,'Your companions\' efforts force %s further into the physical realm!',41,0,100,0,0,0,40079,0,'Halion'),
|
|
(40083,0,0,'The orbiting spheres pulse with dark energy!',41,0,100,0,0,0,40071,0,'Shadow Orb'),
|
|
(40142,0,0,'Without pressure in both realms, %s begins to regenerate.',41,0,100,0,0,0,40476,0,'Halion'),
|
|
(40142,1,0,'Beware the shadow!',14,0,100,0,0,17506,40069,0,'Halion'),
|
|
(40142,2,0,'I am the light and the darkness! Cower, mortals, before the herald of Deathwing!',14,0,100,0,0,17508,40072,0,'Halion'),
|
|
(40142,3,0,'Your companions\' efforts force %s further into the twilight realm!',41,0,100,0,0,0,40080,0,'Halion'),
|
|
(40142,4,0,'Your efforts force %s further out of the twilight realm!',41,0,100,0,0,0,40227,0,'Halion'),
|
|
(40142,5,0,'The orbiting spheres pulse with dark energy!',41,0,100,0,0,0,40071,0,'Halion'),
|
|
(40142,6,0,'Another \"hero\" falls.',14,0,100,0,0,17501,40066,0,'Halion'),
|
|
(40184,0,0,'O spirit of de tigers, lend $n your power and help us find de answers we seek!',12,0,100,5,0,0,40334,0,'Vanira'),
|
|
(40260,0,0,'Sign me up!',12,0,100,66,0,0,39526,0,'Troll Volunteer JustSpawned'),
|
|
(40260,0,1,'Anythin\' for Vol\'jin!',12,0,100,0,0,0,40251,0,'Troll Volunteer JustSpawned'),
|
|
(40260,0,2,'I\'d be glad to help.',12,0,100,273,0,0,40249,0,'Troll Volunteer JustSpawned'),
|
|
(40260,0,3,'Just point me at de enemy!',12,0,100,66,0,0,40253,0,'Troll Volunteer JustSpawned'),
|
|
(40260,1,0,'Reportin\' for duty.',12,0,100,66,0,0,40280,0,'Troll Volunteer Quest Turn in'),
|
|
(40260,1,1,'Ready to take de fight to Zalazane.',12,0,100,1,0,0,40281,0,'Troll Volunteer Quest Turn in'),
|
|
(40260,1,2,'Ready to fight beside Vol\'jin!',12,0,100,66,0,0,40282,0,'Troll Volunteer Quest Turn in'),
|
|
(40260,1,3,'New troll here!',12,0,100,0,0,0,40279,0,'Troll Volunteer Quest Turn in'),
|
|
(40260,1,4,'When does de trainin\' start?',12,0,100,6,0,0,40283,0,'Troll Volunteer Quest Turn in'),
|
|
(40264,0,0,'Sign me up!',12,0,100,66,0,0,39526,0,'Troll Volunteer JustSpawned'),
|
|
(40264,0,1,'Anythin\' for Vol\'jin!',12,0,100,0,0,0,40251,0,'Troll Volunteer JustSpawned'),
|
|
(40264,0,2,'I\'d be glad to help.',12,0,100,273,0,0,40249,0,'Troll Volunteer JustSpawned'),
|
|
(40264,0,3,'Just point me at de enemy!',12,0,100,66,0,0,40253,0,'Troll Volunteer JustSpawned'),
|
|
(40264,1,0,'Reportin\' for duty.',12,0,100,66,0,0,40280,0,'Troll Volunteer Quest Turn in'),
|
|
(40264,1,1,'Ready to take de fight to Zalazane.',12,0,100,1,0,0,40281,0,'Troll Volunteer Quest Turn in'),
|
|
(40264,1,2,'Ready to fight beside Vol\'jin!',12,0,100,66,0,0,40282,0,'Troll Volunteer Quest Turn in'),
|
|
(40264,1,3,'New troll here!',12,0,100,0,0,0,40279,0,'Troll Volunteer Quest Turn in'),
|
|
(40264,1,4,'When does de trainin\' start?',12,0,100,6,0,0,40283,0,'Troll Volunteer Quest Turn in'),
|
|
(40301,0,0,'The tiger matriarch appears! Prove yourself in combat!',41,0,100,0,0,0,40335,0,'Tiger Matriarch Credit'),
|
|
(40329,0,0,'Dat be enough for now!',12,0,100,25,0,0,40320,0,'Zen\'tabra'),
|
|
(40329,1,0,'Don\'t be lookin\' so surprised. Your shaman friend has sharp eyes, or should I say, sharp frogs.',12,0,100,1,0,0,40321,0,'Zen\'tabra'),
|
|
(40329,2,0,'My kind, da druids, we been layin\' low for some time now. We been waitin\' to see when an\' if Vol\'jin might return.',12,0,100,11,0,0,40322,0,'Zen\'tabra'),
|
|
(40329,3,0,'Now dat it looks like de Darkspear be returnin\' to these isles, maybe de time has come for us to reveal ourselves.',12,0,100,1,0,0,40323,0,'Zen\'tabra'),
|
|
(40329,4,0,'Go back to Vol\'jin an\' tell him dis: Zen\'tabra stands ready to help him in de coming battle.',12,0,100,1,0,0,40324,0,'Zen\'tabra'),
|
|
(40352,0,0,'Darkspears, we consult de spirits! Drummers, take your places!',12,0,100,25,0,0,40387,0,'Witch Doctor Hez\'tok'),
|
|
(40352,1,0,'Spirits, we be gathered here to ask for your guidance.',12,0,100,5,0,0,40388,0,'Witch Doctor Hez\'tok'),
|
|
(40352,2,0,'Our leader, Vol\'jin, son of Sen\'jin, issued de call to all Darkspears: reclaim de Echo Isles for our tribe.',12,0,100,1,0,0,40389,0,'Witch Doctor Hez\'tok'),
|
|
(40352,3,0,'Spirits! I offer me own body to you! Speak through me! Is de time right for mighty Vol\'jin\'s undertaking?',12,0,100,5,0,0,40390,0,'Witch Doctor Hez\'tok'),
|
|
(40352,4,0,'De ancestors hear ya, witch doctor!',12,0,100,1,0,0,40391,0,'Witch Doctor Hez\'tok'),
|
|
(40352,5,0,'Know dat your plans please us, Darkspears. De son of Sen\'jin walks de right path.',12,0,100,1,0,0,40392,0,'Witch Doctor Hez\'tok'),
|
|
(40352,6,0,'De task in front of ya will not be easy, but ya have our blessin\'.',12,0,100,1,0,0,40393,0,'Witch Doctor Hez\'tok'),
|
|
(40352,7,0,'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.',12,0,100,1,0,0,40394,0,'Witch Doctor Hez\'tok'),
|
|
(40352,8,0,'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.',12,0,100,1,0,0,40395,0,'Witch Doctor Hez\'tok'),
|
|
(40352,9,0,'De spirits have blessed us wit\' an answer! De Echo Isles will be ours again!',12,0,100,5,0,0,40396,0,'Witch Doctor Hez\'tok'),
|
|
(40391,0,0,'Thank ya, scout. Keep up da patrols. But for now, a rest is in order. Dismissed.',12,0,100,1,0,0,40413,0,'Vol\'jin'),
|
|
(40416,0,0,'He got a big army, an\' he be plannin\' somethin\' down dere.',12,0,100,1,0,0,40412,0,'Darkspear Scout'),
|
|
(40416,0,1,'Zalazane got most of his hexed trolls hidden under de canopy on de big island.',12,0,100,1,0,0,40411,0,'Darkspear Scout'),
|
|
(40423,0,0,'%s rallies the other combatants with a battle roar!',41,0,100,0,0,0,40420,0,'Charscale Commander'),
|
|
(40429,0,0,'Thank you! I could not have held out for much longer.... A terrible thing has happened here.',14,0,100,5,0,17491,40599,0,'Sanctum Guardian Xerestrasza'),
|
|
(40429,1,0,'We believed the Sanctum was well-fortified, but we were not prepared for the nature of this assault.',12,0,100,1,0,17492,40600,0,'Sanctum Guardian Xerestrasza'),
|
|
(40429,2,0,'The Black dragonkin materialized from thin air, and set upon us before we could react.',12,0,100,1,0,17493,40601,0,'Sanctum Guardian Xerestrasza'),
|
|
(40429,3,0,'We did not stand a chance. As my brethren perished around me, I managed to retreat here and bar the entrance.',12,0,100,1,0,17494,40602,0,'Sanctum Guardian Xerestrasza'),
|
|
(40429,4,0,'They slaughtered us with cold efficiency, but the true focus of their interest seemed to be the eggs kept here in the Sanctum.',12,0,100,1,0,17495,40603,0,'Sanctum Guardian Xerestrasza'),
|
|
(40429,5,0,'The commander of the forces on the ground here is a cruel brute named Zarithrian, but I fear there are greater powers at work.',12,0,100,1,0,17496,40604,0,'Sanctum Guardian Xerestrasza'),
|
|
(40429,6,0,'In their initial assault, I caught a glimpse of their true leader, a fearsome full-grown twilight dragon.',12,0,100,1,0,17497,40605,0,'Sanctum Guardian Xerestrasza'),
|
|
(40429,7,0,'I know not the extent of their plans, heroes, but I know this: They cannot be allowed to succeed!',12,0,100,5,0,17498,40606,0,'Sanctum Guardian Xerestrasza'),
|
|
(40429,8,0,'Help! I am trapped within this tree! I require aid!',14,0,100,5,0,17490,40598,0,'Sanctum Guardian Xerestrasza'),
|
|
(40446,0,0,'How DARE you! You will not stop the coming of Lord Ahune!',14,0,100,0,0,0,40437,0,'Skar\'this the Summoner'),
|
|
(40703,0,0,'I\'m ready to play!',12,0,100,0,0,15726,33448,0,'Lil XT'),
|
|
(40703,1,0,'So tired... I\'ll rest for just a moment...',12,0,100,0,0,15725,0,0,'Lil XT'),
|
|
(40703,2,0,'I guess it doesn\'t bend that way!',12,0,100,0,0,15729,0,0,'Lil XT'),
|
|
(40703,2,1,'I think I broke it...',12,0,100,0,0,15728,0,0,'Lil XT'),
|
|
(40703,3,0,'New toys? For me?',12,0,100,0,0,15724,0,0,'Lil XT'),
|
|
(2847206,0,0,'As disciples of blood, you strive to master the very lifeforce of your enemies.',12,0,100,1,0,0,29867,0,'Lord Thorval'),
|
|
(2847206,1,0,'Be it by blade or incantation, blood feeds our attacks and weakens our foes.',12,0,100,1,0,0,29868,0,'Lord Thorval'),
|
|
(2847206,2,0,'True masters learn to make blood serve more than just their strength in battle.',12,0,100,1,0,0,29869,0,'Lord Thorval'),
|
|
(2847206,3,0,'Stripping energy from our foes, both fighting and fallen, allows us to persevere where lesser beigns falls exhausted.',12,0,100,1,0,0,29870,0,'Lord Thorval'),
|
|
(2847206,4,0,'And every foe that falls, energy sapped and stolen, only further fuels our assault.',12,0,100,1,0,0,29871,0,'Lord Thorval'),
|
|
(2847206,5,0,'As masters of blood, we know battle without end...',12,0,100,1,0,0,29872,0,'Lord Thorval'),
|
|
(2847206,6,0,'We know hunger never to be quenched...',12,0,100,1,0,0,29873,0,'Lord Thorval'),
|
|
(2847206,7,0,'We know power never to be overcome...',12,0,100,1,0,0,29874,0,'Lord Thorval'),
|
|
(2847206,8,0,'As masters of blood, we are masters of life and death itself. Agains us, even hope falls drained and lifeless.',12,0,100,1,0,0,29875,0,'Lord Thorval');
|
|
/*!40000 ALTER TABLE `creature_text` ENABLE KEYS */;
|
|
UNLOCK TABLES;
|
|
|
|
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
|
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
|
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
|
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
|
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
|
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
|
|
|
-- Dump completed on 2026-03-15 20:38:27
|